body{font-family:"Poppins", serif;font-size:17px;line-height:1.35em;color:#383838;}
.logo img{max-width:240px;}
img{max-width:100%;}
.text-brand{color:#00a04c;}
.text-brands{color:#ba3c3e!important;}


.lh-tight {line-height: 0.5 !important;}
section p:last-child{margin-bottom:0;}
.small, small{font-size:0.95em;}



/* Desktop only (min-width: 1024px for example) */
@media (min-width: 1024px) {
  .banner-img {
    height: 600px !important;
    object-fit: cover; /* optional: makes sure it crops nicely */
  }
}


.bg{background-color:#f4f3f3;}
.bg1{background-color:#eaeaea;}
.bg3{background-color:#f7f7f7;}
.bg4{background-color:#ebe4e4;}

.banner_info{bottom:20px;left:20px;right:20px;}
input[type="text"],input[type="email"],textarea{width:100%;border:1px solid #d2cdcd;background:#FFFFFF;padding:5px 10px;}
textarea{resize:none;}
input[type="button"]{background:#b93b3b;color:#FFFFFF;text-align:center;border:none;padding:12px 40px;border-radius:8px;}

ul.difference li{margin-bottom:5px;}
ul.difference li::marker{font-size:1.5em;color:#00a04c;}

ul.difference1 li{margin-bottom:5px;}
ul.difference1 li::marker{font-size:1.5em;color:#b7b7b7;}

.mw-80{max-width:80%;}

.video-container{position:relative;width:100%;padding-top:56.25%;overflow:hidden;height:0;}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;}

footer *{color:#676768;}

@media only screen and (min-width:576px) and (max-width:991px){
	.container{max-width:90%;}
}

@media only screen and (min-width:1600px){
    .promo_video .container-fluid{max-width:1600px;}
}

@media only screen and (max-width:767px){
    .logo img{max-width:160px;}
    .top-banner .position-relative img{height:360px;object-fit:cover;}
    body {font-size: 18px; }
    .fw-normal:{font-size:18px;}
    h1,.h1{font-size:28px !important;  }
    h2,.h2{font-size:25px !important; }
    h3,.h3{font-size:22px !important; }
    h4,.h4{font-size:18px !important; }
    h5,.h5{font-size:18px !important; }
    li {font-size: 18px;}
    .fast{font-size:20px !important;}
}

@media (min-width: 992px) {  /* desktop and above */
    .partner-row {
        margin-left: 120px !important;
        margin-right: 120px !important;
    }
}



    .partner-input {
    width: 100%;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    padding: 14px 14px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    border-radius: 3px;
    color:#333 !important;
}

/* placeholder italic hint style */
.partner-input::placeholder {
    color: #a3a3a3;
    font-style: italic;
}

/* 2-column spacing */
.partner-form .row > [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

/* Submit button */
.partner-btn {
    background: #b93b3b;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    border-radius: 6px;
    min-width: 220px;
    cursor: pointer;
}

/* Mobile: full width button */
@media (max-width: 767px) {
    .partner-btn {
        width: 100%;
        min-width: 0;
    }
}


.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* ---------- Hero / Top banner ---------- */
.hero {
  position: relative;
  background-image: url('../images/cortisol/Banner_Image.webp'); 
  background-size: cover;
  color: white;
  padding:80px 0 120px 0;
  /*display: flex;
  align-items: center;*/
}



.logo-pill {
  max-width: 200px;
}

.hero-title {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hero-sub {
  font-weight: 600;
}

/* ---------- CTA strip ---------- */
.cta-strip {
  position: relative;
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
  overflow: visible;
}

.amazon-line {
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.amazon-logo {
  height: 36px;
}

/* ---------- Floating Bottle (LEFT SIDE) ---------- */
.bottle {
  position: absolute;
  left:0px;
  bottom:-10px;
  width: auto;
  z-index: 10;
}
footer p{font-size:0.9em;}

@media (max-width: 992px) {
  .bottle { left: 20px; width: 150px; }
}

@media (max-width: 576px) {
  .hero-title { font-size: 1.25rem; }
  .amazon-line { font-size: 1.1rem; }
  .bottle {width:200px;bottom:60px;left: 50%;transform: translateX(-50%); }
  .p1 .amazon-line{margin-top:40px;}
}

.html {
  scroll-behavior: smooth;
}
.hero {          
  display: flex;
  align-items: center !important;            /* vertical center */
}



