@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 /* Top Bar Style */
 .info-bar {
  background-color: #99d5b2; /* sampled from your image */
  font-size: 0.9rem;
}
.info-icon {
  width: 1rem;
  height: 1rem;
}
.nav-link {
  color: #0056b3 !important;
  font-weight: 500;
}
.nav-link:hover {
  text-decoration: underline;
}

.navbar-custom {
    background-color: #085cc9; /* Sampled from Cipla blue */
  }
  .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar-nav .nav-link:hover {
    text-decoration: none;
  }
  li.nav-item {
    display: flex;
}




/* Hero Section Css */
/* .hero {
    min-height: 100vh;
    background: #ffffff;
  }
  
  .text-area {
    background: linear-gradient(to right, #ffffff 80%, rgba(255, 255, 255, 0));
  }
  
  .image-area {
    min-height: 100vh;
    overflow: hidden;
  }
  
  .image-area img {
    object-fit: cover;
    height: 652px;
    width: 100%;
  }
  
  .disclaimer {
    bottom: 50px;
    right: 20px;
    font-size: 0.75rem;
    opacity: 0.8;
  }
  .hero_text_area{
    padding-left: 7%;
  } */

.banner-section {
      background: url('../images/banner-01.png') no-repeat right center;
      background-size: cover;
      background-position: right center;
      min-height: 500px;
      display: flex;
      align-items: center;
      position: relative;
    }

    .banner-overlay {
      /* background: linear-gradient(to right, #ffffff 60%, rgba(255, 255, 255, 0)); */
      padding: 3rem;
      width: 100%;
    }

    .banner-title {
      font-weight: 700;
      color: #004a99;
    }

    .banner-subtitle {
      font-weight: 600;
      color: #004a99;
    }

    .banner-text {
      color: #555;
      font-size: 1.1rem;
      margin-top: 1rem;
      margin-bottom: 2rem;
      max-width: 700px;
    }

    .btn-outline-blue {
      border: 2px solid #004a99;
      color: #004a99;
      font-weight: 500;
    }

    .btn-outline-blue:hover {
      background-color: #004a99;
      color: #fff;
    }

    .disclaimer {
      position: absolute;
      bottom: 10px;
      right: 20px;
      font-size: 0.75rem;
      color: #fff;
    }

  @media (max-width: 991.98px) {
    .hero {
      flex-direction: column;
    }
    .image-area {
      min-height: 300px;
    }
    .text-area {
      padding: 2rem;
      text-align: center;
    }
    .text-wrapper {
      padding: 0;
    }
  }

  /* Tab Section */
  .tab_panel{
    background-color: #085cc9;
    padding: 6rem 0;
    /* margin-top: -140px; */
}
  
  #tabMenu button {
    background: #fff;
    border-radius: 50px;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000 !important;
    text-decoration: none;
    /* transition: all 0.3s ease; */
  }

  .tab_icon {
    padding-right: 2rem;
}

.tab-btn:hover {
    background-color: #75c8a4 !important;
    /* background-image: url(images/Arrow-white.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    padding-right: 2rem !important; */
    justify-content: normal !important;
}

.tab_icon-hover{
    display: none;
}

  .tab-btn:hover .ms-auto{
    display: none;
  }

  .tab-btn:hover .tab_icon-hover {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
}

  .tab-btn i {
    margin-right: 0.75rem;
    font-size: 1.4rem;
  }

  .tab-btn .arrow {
    font-size: 1.4rem;
    margin-left: 1rem;
  }

  .tab-content {
    background: #E0EFFE;
    border-radius: 20px;
    padding: 2rem;
    color: #333;
    font-size: 20px;
  }

  @media (max-width: 768px) {
    .tab-layout {
      flex-direction: column;
    }

    .tab-left, .tab-right {
      width: 100%;
    }

    .tab-left {
      margin-bottom: 2rem;
    }
  }

  /* Product Section */
  .product-overview {
    background-color: #e6f1fc;
    padding: 50px 20px;
    text-align: center;
  }

  .product-title {
    font-size: 2rem;
    font-weight: 600;
    color: #091A27;
    margin-bottom: 40px;
  }

  .product-card {
    background: #eff7ff;
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    transition: all 0.3s ease;
    height: 215px;
    box-shadow: 0 0 0 transparent;
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

  /* .product-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  } */

  .product-img {
    max-height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  .product-card:hover .product-img {
    transform: scale(1.05);
  }

  .product-name {
    font-weight: 600;
    margin-top: 20px;
    font-size: 1.1rem;
    color: #555;
  }

  
  /* Quick Links Section */
  .quickbg{
    /* background-image: url(images/quick-lnks-bg-img.png); */
background: linear-gradient(270deg, rgba(0, 92, 169, 0.00) 20.59%, rgba(0, 92, 169, 0.76) 62.33%, rgba(0, 92, 169, 0.92) 78.09%, #005CA9 86.72%), url(../images/quick-bg.png) lightgray   100% 100% no-repeat;
background-position: top right;
object-fit: cover;
  }

  .quickbg p {
    color: #fff;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 27px;
}
.quickbg h2 {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

p.quickbg_disclaimer {
    font-size: 13px;
    position: absolute;
    right: 10%;
    margin-block-start: revert;
}

/* Safety Section */
.safety-container {
  position: relative;
  min-height: 10px; /* Adjust based on safetyWrapper height */
}

.safetyWrapper {
  background-color: #31A3DC;
  padding: 50px 0 100px 0;
  width: 100%;
  z-index: 99;
}
.safetyWrapper {
  transition: all 0.3s ease-in-out;
}
#safety-spacer {
  transition: height 0.3s ease;
}

.safety-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}

.safety-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.safety-relative {
  position: relative;
}


#hidde-info {
  transition: all 0.4s ease;
}
.boxed-warning {
      background-color: #005bbb;
      color: white;
      padding: 1rem;
      border-radius: 0.75rem;
    }

    .boxed-warning p {
      margin-bottom: 0.5rem;
    }

    .safety-section {
      background: #fff;
      padding: 1rem 1.5rem;
      border-radius: 1.75rem 1.75rem 2.75rem 2.75rem;
      height: auto;
      /* position: absolute;
 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
    }

    .safety-title {
      background: #fff;
   
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .safety-title i {
      font-size: 1.5rem;
      color: #ffc107;
    }

    a {
      color: #007bff;
      text-decoration: underline;
    }

.safety-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 50px 0;
}

.safety-fixed .safety-section{border-radius: 1.75rem;}


/* Prescribe Section */
.prescribe{
  background-color: #F1F1F1;
  padding: 2rem;
}
ol.custom-list {
  color: #7c7c7c; /* Soft gray */
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1.2rem;
}

/* Footer Section */
.footer {
  background-color: #0066b3;
  color: white;
  padding: 3rem 2rem 1.5rem;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}

.footer-col {
  flex: 1 1 250px;
  margin: 1rem;
}

.footer h1,
.footer h2 {
  font-weight: 700;
}

.footer h1 {
  font-size: 4rem;
  margin-bottom: 4rem;
}

.footer h2 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.footer p {
  font-size: 1rem;
  line-height: 1.6;
}

.footer a {
  color: white;
  text-decoration: underline;
  font-size: 0.95rem;
}

.footer-center {
  text-align: center;
}

.footer-center h1 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.footer-center h2 {
  font-size: 1.5rem;
  color: #d1e6f9;
  font-weight: 600;
}

.footer-links {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.footer-links a {
  margin: 0 0.5rem;
  color: white;
  text-decoration: none;
}

.footer-links span {
  color: #ccc;
  margin: 0 0.3rem;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  padding: 2rem;
  text-align: center;
  font-size: 0.85rem;
  background-color: #0066b3;
  color: #d1e6f9;
}

.linkedin-icon {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.linkedin-icon a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

.footer-col:last-child {
  padding-left: 9rem;
}

.accordion-body img {
    margin: 0 auto;
    display: block;
}

nav.mobile-menu {
    display: none;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    margin: 1rem 0;
  }
  nav.mobile-menu {
    display: block;
}
.desktop-menu{display: none;}
p.quickbg_disclaimer {
    right: 0;
    left: 0;
    text-align: center;
}
}
.contact-section {
      padding: 40px 20px;
      background-color: #e0effe;
    }
    .contact-box {
      padding: 20px;
    }
    .divider {
      border-left: 1px solid #bfcbd9;
    }
    .contact-section a {
      color: #1a7ecf;
      text-decoration: none;
    }
    .contact-section a:hover {
      text-decoration: underline;
    }
    .title-bold {
      font-weight: 700;
    }
    .footer-note {
      font-size: 0.9rem;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 0px;
    }

    .copay-section {
      background-color: #1d91dd;
      color: white;
      padding: 3rem 1rem;
    }
    .copay-section h2 {
      font-weight: 700;
    }
    .copay-section p {
      font-size: 0.95rem;
    }
    .copay-buttons .btn {
      background-color: white;
      color: #000;
      border: none;
      text-align: left;
      padding: 1rem 1.5rem;
      border-radius: 2rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: space-between;
      margin: 0px;
    }
    .copay-buttons .btn img {
      margin-right: 0.75rem;
    }
    .copay-buttons .btn:hover {
      background-color: #74C7A9;
      color: #fff;
    }

    .copay-buttons .btn:hover img{
      filter: brightness(0) invert(1);
    }

    .accordion-section {
      background-color: #e7f3fa;
      padding: 2rem 1rem;
    }
    .accordion-header .accordion-button {
      background-color: #fff;
      border: 0;
      font-weight: 600;
      padding: 1rem 1.5rem;
      box-shadow: none;
      border-bottom: 1px solid #dbeeff;
    }
    /* .accordion-button::after {
      content: "\f285";
      font-family: 'Bootstrap-icons';
      font-weight: bold;
      transform: none;
      transition: transform 0.2s ease-in-out;
    }
    .accordion-button:not(.collapsed)::after {
      transform: rotate(90deg);
    } */
    .accordion-body {
      background-color: #fff;
      padding: 1rem 1.5rem;
    }
    .info-link {
      color: #007bff;
      text-decoration: underline;
      font-size: 0.95rem;
      margin: 1rem;
      display: inline-block;
    }

     .product-banner {
      background-color: #2daae1;
      color: white;
      padding: 60px 20px;
      position: relative;
      overflow: hidden;
    }
    .product-banner h2 {
      font-weight: bold;
      font-size: 2rem;
    }
    .product-images {
      max-width: 100%;
      height: auto;
    }
    @media (min-width: 768px) {
      .product-banner h2 {
        font-size: 2.5rem;
      }
    }