* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 💡 Prevent horizontal scroll */
}
.for_mobile {
    display: none;
  }
  .for_web{
    display: block;
  }

@font-face {
  font-family: 'PalmerLakePrint';
  src: url('../fonts/font.woff') format('woff'),
       url('../fonts/font.woff2') format('woff2');
}
@font-face {
  font-family: 'PalmerLakeScript';
  src: url('../fonts/PalmerLakeScript.woff') format('woff'),
       url('../fonts/PalmerLakeScript.woff2') format('woff2');
}
/* header */
   
.top-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #f9f9f9;
  /* border-top: 1px solid #1e1e1e; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 34px;
  transition: all 0.3s ease;
}

.cky-accordion-header .cky-always-active {
    color: #2372c6 !important;
}

.sticky-active.top-bar {
  padding: 10px 30px;
}


.left-side {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.logo {
  height: 55px;
  transition: height 0.3s ease;
 

}

.mobile-logo{
  display: none;
}

.product-info {
  color: #0075C9;
  font-size: 14px;
  line-height: 1.3;

  span {
  display: block;
}

}




.right-side {
  display: flex;
  gap: 15px;
  font-size: 14px;
  white-space: nowrap;
  flex-wrap: wrap;
  font-family:"din-2014";
  font-weight: 400;

  a {
  color: #0075C9;
  font-size: 19px;
  text-decoration: none;
  border-left: 1px solid #0075C9;
  padding-left: 10px;
  position: relative;
  text-align: center;
}


a:first-child {
  border-left: none;
  text-align: center;
}

a::after {
  content: '';
  position: absolute;
  left:9px;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: #ffc845 ; /* Yellow underline */
  transition: all 0.3s ease;
}



 a:hover::after {
  width: 100%;
}
}







/* header responsive */



/* banner */
.confidence-section {
  position: relative;
  width: 100%;
  height: auto;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.text-container {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  max-width: 400px;
  color: white;
  text-align: left;
  line-height: 1.5;


 h2 {
  font-size: 28px;
  margin-bottom: 10px;

}

p{
    font-size: 20px;
    color: white;
    margin-top: 15px;
    line-height: 1.4;
    font-family: "din-2014";
    font-weight: 400;
    padding-left: 1px;
    padding-right: 10px;
}
  sup{
    font-size: 10px;
}
}

.white-text {
    color: #ffffff;
    font-size: 75px;
    font-family: 'PalmerLakePrint';
    line-height: 0.5;
    font-weight: normal;
}

.yellow-text {
     color: #ffc845 ;
    font-family: 'PalmerLakePrint';
    font-size: 85px;
    line-height: 0.5;
    font-weight: normal;
    padding-left: 20px;
}


/* coupon */

.coupon-section {
  background: #ffffff;
  border-top: 5px solid #ffc845 ;
  padding: 40px 20px;
  text-align: center;
}

.coupon-container {
  max-width: 800px;
  margin: 0 auto;


 h2 {
  font-size: 24px;
  font-weight: normal;
  font-family: 'PalmerLakePrint';
  line-height: 0.5;
  margin: 0;
  padding-bottom: 20px;
}
}

.blue-text {
  color: #0075C9;
  font-size: 73px;
    line-height: 0.5;
}
.yellow-light-text{
 color: #ffc845;
font-size: 70px;
line-height: 0.5;
font-family: PalmerLakeScript;
}



.offer-line {
  font-size: 27px;
  color: #777;
  margin: 0;
  line-height: 35px;
  font-family: 'din-2014';
  padding-bottom: 20px;

}


 .cta-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #0075C9;
  color: #0075C9;
  text-decoration: none;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  font-family:"din-2014";
  font-weight: 700;
  font-size: 14px;

  &:hover{
     background-color: #0075C9;
     color: #fff;
  }
}





.disclaimer {
  font-size: 14px;
  color: #777;
  margin-top: 30px;
  line-height: 1.5;
  font-family:"din-2014";
  font-weight: 400;
}







/* prescription */
.glendale-section {
  background: #f2f9fa;
  padding: 40px 20px;
}

.glendale-container {
  max-width: 1100px;
  margin: 0 auto;
}
.glendale-container .row {
  align-items: center;
}

.title-comp{
  h2 {
    color: #0075C9;
    letter-spacing: 1px;
    line-height: 0.4;
    font-family: 'PalmerLakePrint';
    font-size: 60px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding-bottom: 15px;
  }
  .subtitle{
     font-size: 24px;
     color: #7d7d7d;
     font-weight: 700;
     padding-bottom: 15px;
     margin: 0;
     font-family:"din-2014";
  }
}

.glendale-left {
  flex: 1 1 100px;
  text-align: center;
 .glendale-img{
    width: 180px;
    height: 180px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

 img {
  max-width: 150px;
  margin-bottom: 10px;
}
 }
}

.glendale-right {
  flex: 1 1 700px;


 h2 {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}
}

.blue {
    color: #0075C9;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: 'din-2014';
    font-family: 'PalmerLakePrint';
    font-size: 65px;
    font-weight: normal;
}




.bold-text {
  font-weight: bold !important;
  color: #333;
  margin-bottom: 20px;
  font-size: 20px !important;
}

.glendale-right p {
  font-size: 17px;
  color: #666;
  line-height: 1.3;
  padding-bottom: 15px;
  margin: 0;
  font-family:"din-2014";
  font-weight: 400;
}
.glendale-right p a{
  color: #167699;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
.glendale-right p a:hover{
  color: #666;
}
.glendale-right p.terms {
    font-size: 14px;
}


.terms {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cta-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff; 
  background-color: #0075C9;  
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  font-family:"din-2014";
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  &:hover{
    background-color: #ffc845 ;
    color: #0075C9;
  }
}



@media (max-width: 768px) {
  .glendale-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .glendale-right {
    flex: 1 1 70px;
}
 

  .glendale-left img {
    margin: 0 auto 10px;
  }
}




/* warning */
.risk-info {
  padding: 40px 20px;
 
  color: #0075C9;
  font-size: 14px;
  line-height: 1.6;
  font-family:"din-2014";
}
.risk-container{
 max-width: 1100px;
margin: auto;
}

.risk-info h4 {
  font-size: 16px;
  border-bottom: 1px solid #0075C9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 700;
}
.risk-info p {
  margin: 0;
  padding-bottom: 10px;
}

.warning-box {
  border: 2px solid #0075C9;
  background: white;
  padding: 15px;
  margin: 20px 0;
  font-weight: bold;
}



.risk-info a {
  color: #0075C9;
  text-decoration: underline;
}

.reference-section{
  background: #fff;
  padding: 40px 20px;
  border-bottom: 5px solid #ffc845;
}
.reference-container{
  max-width: 1100px;
  margin: 0 auto;
}
.references {
  font-size: 14px;
  color: #333;
  margin: 0;
  padding-bottom: 15px;
  line-height: 1.5;
  font-family: 'din-2014';
}


/* footer */
.footer {
  border-top: 2px solid #0075C9;
  padding: 30px 20px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

.footer-logo {
  max-width: 120px;
  margin-bottom: 10px;
}

.footer-text {
  margin: 15px 0;
  color: #333;
  line-height: 1.6;
  font-family:"din-2014";
  a{
    color: #333;
    text-decoration: none;
  }
}

.footer-links {
  font-size: 13px;
  margin-top: 10px;
  font-family:"din-2014";
  font-weight: 400;


 a {
  color: #0075C9;
  text-decoration: none;
  margin: 0 5px;
}

 a:hover {
  text-decoration: underline;
}
}





/* Modal base */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.4);
}

/* Modal content */
.modal-content {
  background: white;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  width: 70%;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Close icon */
.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

/* Buttons */
.btn-group {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 24px;
  background-color: #0075C9;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
}

.btn:hover {
  background-color: #0075C9;
}



/* cookies */
 

  




/* footer */

#footerWarning {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: white;
        border-top: 2px solid #ffc845;
        font-family:"din-2014";
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
        transition: height 0.4s ease, transform 0.4s ease;
        overflow: hidden;
    }

    .footer-header {
        padding: 10px 20px;
        font-weight: bold;
        color: #0075C9;
        border-bottom: 1px solid #ddd;
    }
    .footer-header .risk-container {
      width: 100%;
    }
    .footer-header .row {
      justify-content: space-between;
      align-items: center;
    }

 #toggleFooter {
    background: #ffffff;
    border: 2px solid #0075C9;
    color: #0075C9;
    padding: 7px 25px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    font-family:"din-2014";
    font-size: 14px;
    &:hover{
      background-color: #0075C9;
      color: #fff;
    }
    i{
      font-size: 14px;
      padding-left: 5px;
      font-weight: bold;
    }
}

    .footer-content {
        /* max-height: 194px; */
        overflow-y: auto;
        padding: 15px 20px;
    }

    .footer-collapsed .footer-content {
        /* display: none; */
    }

    .footer-collapsed {
    height: calc(100vh - 190px);
    overflow-y: scroll !important;   
    }

    .footer-expanded {
       height: 140px;
    }

    .boxed-warning {
        border: 2px solid #0075C9;
        padding: 15px;
        margin-bottom: 20px;
        background: #f7faff;
    }

    .boxed-warning h4,
    .warning-section h4 {
        color: #0075C9;
        font-weight: bold;
        margin: 0;
    }

    .boxed-warning p,
    .warning-section p {
        color: #0075C9;
        margin: 0;
        font-weight: normal;
    }

    /* .warning-section {
    padding: 0px  0px 10px;
   } */
.warmingtag>a {
    color: #0075C9;
}

.warning-section p {
    /* letter-spacing: 0.1; */
    font-size: 14px;
    word-spacing: 0.1rem;
    padding-bottom: 10px;
    line-height: 1.6;
}
.warning-section p a{
  color: #0075C9;
}

.cookie-info {
    flex: 1;
    margin: 0;
    word-break: break-word;
    font-size: 16px;
}


/* click here pop up */

#popupOverlay_new {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* overlay */
  z-index: 50000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.35s ease;
}
#popupOverlay_new.active{
  left: 0;
}

#popupBox_new {
  background-color: #0075C9; /* blue background */
  border: 2px solid #ffc845 ; /* yellow border */
  padding: 80px 133px;
  max-width: 700px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.25);
  font-family: Arial, sans-serif;
}

#popupBox_new h2 {
  font-size: 24px;
  color: #ffc729; /* bright yellow text */
  font-weight: bold;
  margin-bottom: 20px;
}

#popupBox_new p {
  font-size: 18px;
  color: white;
  margin-bottom: 30px;
  line-height: 1.5;
}

.popup-buttons_new {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.popup-buttons_new button,
.popup-buttons_new a {
  background-color: #ffc845 ;
  color: #0076c0;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.cky-consent-container *,
.cky-modal *{
  font-family: 'din-2014';
}
.cky-btn-customize, .cky-btn-accept, .cky-btn-preferences {
  font-weight: 700 !important;
  border-radius: 30px !important;
  border-color: #0075C9 !important;
  transition: all 0.35s ease-in-out !important;
}
.cky-btn-customize:hover{
  background-color: #0075C9 !important;
  color: #fff !important;
}
.cky-btn-accept, .cky-btn-preferences{
  background-color: #0075C9 !important;
}
.cky-btn-accept:hover, .cky-btn-preferences:hover{
  background-color: #fff !important;
  color: #0075C9 !important;
}


@media (max-width: 1200px) {
 .right-side a {
  font-size: 16px;
 }
 .logo{
  height: 44px;
 }
 .text-container {
  max-width: 320px;
  .white-text{
  font-size: 50px;
  line-height: 0.3;
 }
 .yellow-text{
  font-size: 60px;
  line-height: 0.3;
 }
 p{
  font-size: 18px;
 }
 }
}
@media (max-width: 1050px){ 
.text-container {
  top: 64%;
  left: 0;
  padding: 10px;
  text-align: center;
  background: #0075c99a;
  max-width: 100%;
}
.glendale-right{
  flex: 1 1 650px;
}
.glendale-left{
  .glendale-img {
    width: 150px;
    height: 150px;
    img{
      max-width: 115px;
    }
  }
}
}
@media (max-width: 950px) {
    .main-logo{
    display: none;
   }
   .mobile-logo{
    display: block;
    width: 180px;
   }
    .top-bar {
    padding: 10px 15px;
    gap: 10px;
  }
   .right-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .text-container{
    top: 60%;
  }


  .right-side{
    flex-direction: column;
    gap: 5px;
    padding-right: 0;
    padding-top: 20px;
  }
  
  .right-side a {
    color: #0075C9;
    font-size: 16px;
    text-align: left;
    border: none;
    padding-left: 0;
    &::after{
      display: none;
    }
    &:first-child{
      text-align: left;
      padding-left: 0;
    }
  }
   .glendale-container{
    .row{
      display: block;
    }

   }
  .glendale-right p{
  padding: 10px 0;
}
.glendale-left{
  flex: 1 1 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
}
@media (max-width: 800px) {
  .footer {
    font-size: 12px;
    padding: 20px 10px;
  }

  .footer-logo {
    max-width: 90px;
  }

  .right-wrap {
    position: relative;
}

.text-container{
  top: 72%;
}
.text-container p{
  font-size: 14px;
  color: white;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: "din-2014";
  line-height: 1.3;
}
p.bcon {
  font-size: 45px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
  color: #ffc845 ;
  font-family: 'PalmerLakePrint';
  font-weight: normal;
  line-height: .5;
}
p.bhead {
  font-size: 50px;
  width: 100%;
  margin-bottom: 0;
  font-family: 'PalmerLakePrint';
  font-weight: normal;
  line-height: 1;
}

.for_mobile {
  position: relative;
}
.image-container img {
height: 300px;
object-fit: cover;
object-position: center;
}
button#toggleFooter{
    display: flex;
    align-items: center;
}
#popupBox_new
 {
    padding: 20px 15px!important;
 }
 .coupon-container h2 {
    font-size: 20px;
  }

  .offer-line {
    font-size: 16px;
    line-height: 20px;
  }
  .title-comp{
    h2{
      padding-left: 0;
      font-size: 50px;
      line-height: 0.5;
    }
     .subtitle{
    font-size: 20px;
    padding-left: 0;
   }
  }
  
  .bold-text{
    font-size: 14px !important;
  }
  
  .cta-button {
    padding: 10px 20px;
  }
  .coupon-section{
    padding: 20px;
  }
  .blue-text{
    font-size: 60px;
  }
  .yellow-text{
    font-size: 60px;
  }
  .blue{
    font-size: 45px;
    line-height: 15px;
  }


.footer-expanded {
    height: 250px;
}
.yellow-light-text {
  font-size: 60px;
}
}

@media (max-width:767px) {
  .footer-expanded {
    height: 153px;
  }
  #toggleFooter {
    padding: 7px 15px;
  }
  .footer-header span {
    width: 70%;
  }
}

@media (max-width: 500px){
  .right-side a{
    font-size: 14px;
  }
  .text-container{
    top: 69%;
  }
}


/* css comp */

.all-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.row {
   display: flex;
  flex-wrap: wrap;
}