/*Home Page Start*/
    // <uniquifier>: Use a unique and descriptive class name
    // <weight>: Use a value from 100 to 900

    .montserrat-<uniquifier> {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
    }
    body{
      font-family: "Montserrat", sans-serif;
    }
    h1,h2,h3,h4,h5,h6{
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
    }
    p{
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
    }
    .f12{
          font-size: 12px;
    }
    .left-border{
      border-left: 2px solid #000;
    }
    .bg-white{
      border-top: 1px solid rgb(255 255 255 / 10%);
    }
  	.btn-request-demo {
      background-color: #287EFC;
      border-radius: 20px;
      color: #fff;
      border: none;
    }

    .btn-learn-more {
      border-radius: 20px;
      color: #287EFC;
      border: 2px solid #287EFC;
      background-color: transparent;
    }
    /* Custom styles for your top bar */
    .top-bar {
      background-color: #287EFC;
      color: #fff;
      width: 100%;
    }
    .top-social{
      list-style: none;
      padding: 0px;
    }
    .top-social li{
      float: left;
    }

    /* Custom styles for hero section */
    .hero-section {
      background-image: url('../img/doctor-ai-banner.jpg'); /* Replace 'hero-background.jpg' with your image path */
      background-size: cover;
      background-position: center;
      color: #fff;
      padding: 100px 0;
    }

    .hero-section .black-box {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 50px;
      animation: slideInRight 1s forwards;
    }

    /* Custom styles for feature section */
    .feature-section {
      padding: 100px 0;
      animation: slideInLeft 1s forwards;
      background-color: transparent;
      background-image: linear-gradient(107deg, #CDE5FF 0%, #FFFFFF 100%);
    }

    .top-bar .email, .top-bar .phone, .top-bar .social-media {
      animation: slideInRight 1s forwards;
    }

    /* Custom styles for product section */
    .product-section{
      padding: 100px 0;
      background-color: #F7F7F7;
    }

    .free-section{
      padding: 100px 0;
    }
    .free-section h3{
        color: #000000;
        font-family: "Montserrat", Sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 26px;
      }
    .product-section{
       padding: 100px 0;
      background-color: #F7F7F7;
    }
    .accordion-header {
      background-color: #287EFC;
      color: #fff !important;
    }
    .accordion-header h5 button{
      color: #fff !important;
    }
    .accordion-body {
      background-color: white;
      color: black;
    }  
    .medical-disclaimer-section{
      padding: 100px 0;
      background-color: transparent;
      background-image: linear-gradient(107deg, #CDE5FF 0%, #FFFFFF 100%);
    }
    .clients-section{
        padding: 100px 0;
      background-color: #F7F7F7;
    }
    .white-bg{
      padding: 20px;
      background: #fff;
      border-radius: 20px;
    }
    /* Animation keyframes */
    @keyframes slideInRight {
      from {
        opacity: 0;
        transform: translateX(50px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes slideInLeft {
      from {
        opacity: 0;
        transform: translateX(-50px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }


    .footer {
      background-color: #0B1E39;
      color: white;
      padding: 50px 0;
    }
    .footer .footer-logo{
      width: 60%;
    }
    .footer ul {
      list-style-type: none;
      padding: 0;
    }
    .footer ul li {
      margin-bottom: 10px;
    }
    .footer ul li a{
      color:#fff;
    }
/*Home Page End*/

/*About Page Start*/
.white-color{
  color:#fff;
}
.page-header-section{
  background:#164FAA;
  padding: 100px 0;
}
.page-header-section h1{
  color:#fff;
  font-size: 70px;
  font-weight: bold;
}

.ai-powered-section{
  padding: 100px 0;
  background-color: transparent;
  background-image: linear-gradient(107deg, #CDE5FF 0%, #FFFFFF 100%);
}

.unlocking-Potential-section{
    background:#164FAA;
  padding: 100px 0;
}
.unlocking-Potential-section h2{
  color:#fff;
}
.unlocking-Potential-section p{
  color:#fff;
}
.btn-white-bg{
  border-radius: 20px;
  background: #fff;
  color:#164FAA;
}

.digital-powered-section{
  padding: 100px 0;
}

.prudence-section{
  padding: 100px 0;
  background-color: transparent;
  background-image: linear-gradient(107deg, #CDE5FF 0%, #FFFFFF 100%);
}

.commitment-section{
    padding: 100px 0;
    background:#164FAA;
}

.contact-anytime-section{
   padding: 100px 0;
}

.contact-icon{
  width: 100%;
}

.genie-section{
  padding: 100px 0px;
  background-color: transparent;
    background-image: linear-gradient(107deg, #CDE5FF 0%, #FFFFFF 100%);
}
.width-50{
  width: 50%;
}
.rpm-section{
  padding: 100px 0px;
  background-color: transparent;
    background-image: linear-gradient(107deg, #CDE5FF 0%, #FFFFFF 100%);
}
.free-patient-section{
  padding: 100px 0px;
}
/*About Page End*/