@import url('//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/************ TEMPLATE  ************
Fonts: Montserrat
Blue: #020066 rgba(2,0,102,1)
Green: #039935 rgba(3,153,53,1)
Lighter Grey (bg color): #e6e7e8 rgba(230,231,232,1)
Secondary Grey: #bcbec0 rgba(188,190,192,1); I didn't really use this one, but it's available for another color 
-----------------------------
************/

.site-1 {
    --primary-color: #020066;
    --secondary-color: #039935;
    --third-color: #e6e7e8;

    --primary-rgb: 2,0,102;
    --secondary-rgb: 3,153,53;
    --third-rgb: 230,231,232;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Montserrat', sans-serif;
    --body-font-family: 'Montserrat', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ph-title-color: var(--secondary-color);
    --ph-title-weight: 700;
    --ph-read-more-color: var(--secondary-color);
    --ph-arrow-color-rgb: 3,153,53;
    --ph-arrow-hover-color-rgb: 3,153,53;
    --ph-title-font-size-desktop: 1.5vw;

    --ql-title-color: var(--default-white);
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: var( --body-font-family);
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
} 

@media only screen and (max-width: 50.99rem) {
.grid-tiles .g-array-item {background-color: white !important;}
}

/*************** HOMELAYOUT ***************/ 
.site-1 #g-page-surround {
    background: var(--third-color);
}

/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-navigation {
        background: transparent;
    }
    .site-1-sub #g-navigation .g-logo {
        margin: 1vw auto;
    }
    .site-1-sub #g-navigation .g-logo img {
        width: 15vw;
        height: auto;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: transparent;
    }
    #g-navigation .g-logo {
        max-width: 70%;
        margin: 1rem auto;
        text-align: center;
    }
    #g-navigation .g-logo img {
        width: 30%;
        height: auto;
    }
}

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 56vw!important;
        width: 100%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5vw;
        width: 100%;
        z-index: 100;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(3) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5%;
        right: 5%;
        height: 100%;
        width: 90%;
        z-index: 2;
    }
    .swiper-text-overlay {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .swiper-text-overlay .g-content-array {
        margin: 0;
    }
    .swiper-text-overlay .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .swiper-text-overlay :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 3vw;
        font-weight: 500;
        text-shadow: 2px 2px 10px #000000;
    }
    .swiper-text-overlay .overlay-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 2vw;
        margin-top: 2vw;
    }
    .swiper-text-overlay .overlay-buttons .button {
        background: rgba(var(--secondary-rgb),.8);
        box-shadow: var(--default-box-shadow);
        font-size: 1vw;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 1vw 3vw;
    }
    .swiper-text-overlay .overlay-buttons .button:hover {
        background: rgba(var(--secondary-rgb),1);
    }
    .swiper-text-overlay > .g-content {
        height: 85%;
        position: relative;
    }
    .swiper-text-overlay img {
        height: 20vw;
        width: auto;
    }
    .swiper-text-overlay .overlay-arrows {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 5vw;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 56vw!important;
        width: 100%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5vw;
        width: 100%;
        z-index: 100;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(3) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .swiper-text-overlay img {
        display: none;
    }
    .swiper-text-overlay {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .swiper-text-overlay .g-content-array {
        margin: 0;
    }
    .swiper-text-overlay .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .swiper-text-overlay :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 6vw;
        font-weight: 500;
        text-shadow: 2px 2px 10px #000000;
    }
    .swiper-text-overlay .overlay-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 2vw;
        margin-top: 2vw;
    }
    .swiper-text-overlay .overlay-buttons .button {
        background: rgba(var(--secondary-rgb),.8);
        box-shadow: var(--default-box-shadow);
        font-size: 3vw;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 2vw 4vw;
    }
    .swiper-text-overlay .overlay-buttons .button:hover {
        background: rgba(var(--secondary-rgb),1);
    }
    .swiper-text-overlay > .g-content {
        height: 60%;
        position: relative;
    }
    .swiper-text-overlay .overlay-arrows {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 5vw;
    }
}

/*************** HEADER *******************/
.item-image {
		display: none;
	}
@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-header {
        overflow: hidden;
    }
    .site-1-sub #g-header .g-container {
        position: relative;
    }
    .site-1-sub #g-header .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
    }
    .site-1-sub #g-header .g-logo::after {
        display: none;
    }
    .site-1-sub #g-header .g-logo {
        padding: 1vw;
        text-align: left;
        height: auto;
        width: auto;
    }
    .site-1-sub #g-header .g-logo img {
        width: 12vw;
        height: auto;
    }

    .site-1-home #g-header {
        padding: 2vw 5%!important;
    }
	
	
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header {
        padding: 5%!important;
    }
  
}


/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        padding: 3vw 5%!important;
        background: transparent;
    }
    .circle-links .g-blockcontent-subcontent {
        gap: 3vw;
    }
    .circle-links .g-blockcontent-subcontent-block {
        flex: none;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle-links .g-blockcontent-subcontent-block-content {
        box-shadow: 0px 0px 15px rgba(0,0,0,.5);
    }

    .circle-links.circle-desc-icons .g-blockcontent-subcontent-desc > img {
        width: auto;
        margin: 0 auto;
    }

    .site-1-home #g-above #blockcontent-8906-particle {
        margin: 0;
        padding: 2rem 0;
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-feature {
        background: url('/images/template/watermark.png') 50% 50% no-repeat, var(--third-color);
        margin-top: -13vw!important;
        padding-top: 14vw;
        padding-bottom: 5%;
    }

    .ph-columns-2 .g-item-title {
        text-transform: uppercase;
    }

    .ph-columns-2 .g-title {
        font-weight: 500;
        font-size: 3vw;
        font-variant-caps: normal;
        padding-bottom: 2vw;
    }
	.ph-columns-2 .g-array-item-text{
		line-height: 1.1;
	}

    .site-1-home #contentarray-7184-particle {
        padding: 0 1%;
        margin: 0;
    }

}

@media only screen and (max-width: 50.99rem) {
    .ph-columns-2 .g-title {
        font-weight: 500;
        font-size: 5vw;
        font-variant-caps: normal;
        padding-top: 2rem;
    }
}

.ph-columns-2 #contentarray-7184-particle > h2 {
    display: none;
}

/*************** MAIN *********************/

@media only screen and (max-width: 50.99rem){
.grid-tiles .g-array-item {
	background: var(--primary-color);
}
}
/*************** EXPANDED *****************/ 
/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
#g-bottom .g-content-array {
    margin: 0;
}
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-bottom {
        background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-bottom > .g-container {
        padding: 6vw 15%!important;
    }
    .site-1-home #g-bottom > .g-container > .g-grid {
        background: rgba(var(--secondary-rgb),.7);
        padding: 2vw;
    }
    .para-text :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2vw;
        font-weight: 500;
        font-family: var(--title-font-family);
        color: var(--default-white);
        letter-spacing: 1px;
    }
    .para-text p {
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-bottom {
        background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-bottom > .g-container {
        padding: 6vw 15%!important;
    }
    .site-1-home #g-bottom > .g-container > .g-grid {
        background: rgba(var(--secondary-rgb),.8);
        padding: 2vw;
    }
    .para-text :is(h1,h2,h3,h4,h5,h6) {
        font-size: 4vw;
        font-weight: 500;
        font-family: var(--title-font-family);
        color: var(--default-white);
        letter-spacing: 1px;
    }
    .para-text p {
        font-size: 3vw;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

#g-footer p {
    margin: 0;
}

@media only screen and (min-width: 50.99rem) {
    #g-footer .g-content-array {
        padding: 1vw 10%;
    }
    #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    #g-footer .g-array-item-text p {
        font-size: 1vw;
        font-weight: 500;
        text-transform: uppercase;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-footer .g-content-array {
        padding: 1rem;
    }
    #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    #g-footer .g-array-item-text p {
        font-size: 3vw;
        font-weight: 500;
        text-transform: uppercase;
    }
}

/*************** COPYRIGHT ****************/ 
.adminfootericon {
    bottom: 240px;
}

/*************** MODULES ******************/

.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--primary-color); 
    background: var(--secondary-color);
} 

.sprocket-lists-portrait-title {margin: 10px 0;}
.portrait-text p {margin: 0 0 1rem 0.5rem;}
.sprocket-lists-title {
	background: rgba(3,153,53,1);
	color: white;
}

/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/

/* hormone replacement page */

.hormone-replacement {
    --task-width: 15%;
}

.hormone-replacement #g-mainbar > div > div > div {
    padding: 2rem 1rem;
    margin: 0;
}

.hormone-replacement .grid-articles {

    --grid-gap: 1.5rem;
}

.hormone-replacement .grid .g-item-title a {
    pointer-events: none;
}



@media only screen and (min-width: 50.99rem) {

    .hormone-replacement .grid-articles {
    --grid-title-font-size: 1.5vw;
    }

    .hormone-replacement .grid-articles .g-content-array > .g-grid {
    width: var(--task-width);
    min-width: var(--task-width);
    max-width: var(--task-width);
}

    #grid-hover-content.grid-articles {
        --grid-title-font-size: 1.25vw;

        position: relative;
        z-index: 102;
    }
    #grid-hover-content.grid-articles .g-content-array > .g-grid:nth-child(1) .g-array-item-text {
        transform: translateX(-25%);
    }
    #grid-hover-content.grid-articles .g-content-array > .g-grid:nth-child(1) .g-array-item-text:after {
        left: 25%;
        transform: translateX(-50%);
    }
    #grid-hover-content .g-array-item-text {
        opacity: 0;
        position: absolute;
        top: unset;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        transition: all .3s ease-in-out;
        background: var(--default-white);
        border-radius: 1rem;
        padding: 1vw;
        min-width: 20vw;
        width: fit-content;
        max-width: 22vw;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--secondary-color);
        pointer-events: none!important;
        z-index: 150;
    }
    #grid-hover-content .g-array-item-text:after {
        content: '\f0d7';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        bottom: calc(0% - 2vw);
        top: unset;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        font-size: 2.5vw;
        line-height: 1;
        color: var(--primary-color);
        text-shadow: var(--default-text-shadow);
    }
    #grid-hover-content.grid-articles .g-array-item-title {
        pointer-events: none!important;
    }
    #grid-hover-content.grid-articles .g-content-array {
        gap: 1vw;
    }
    #grid-hover-content.grid-articles .g-content-array > .g-grid {
        cursor: pointer;
        min-width: unset;
        max-width: unset;
        width: unset;
    }
    #grid-hover-content.grid-articles .g-content-array > .g-grid:hover .g-array-item-text {
        opacity: 1;
        transition: all .3s ease-in-out;
        pointer-events: all!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #grid-hover-content.grid-articles .g-array-item-title {
        pointer-events: none !important;
    }
}

/*  */

/* --- CSS for Symptom Signals Section (Recoded with new colors) --- */
  
  #symptom-signals {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    /* Background slightly darker than site background for subtle contrast, using a light gradient */
    background: linear-gradient(135deg, #f0f1f2 0%, #e6e7e8 100%); 
    border-radius: 12px;
    padding: 2.5rem 2rem;
    margin: 2rem 0;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1); /* Softer shadow */
    overflow: hidden;
  }

  #symptom-signals h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color); /* Primary color for main heading */
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
  }

  /* Added the heading underline to match the other sections */
  #symptom-signals h2::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background: var(--secondary-color); /* Secondary color: #039935 */
    margin: 0.5rem auto 0 auto;
    border-radius: 2px;
  }
  
  #symptom-signals .h2-wrapper {
    text-align: center; /* Wrapper to center the inline-block h2 */
    margin-bottom: 1.25rem;
  }

  #symptom-signals .signal-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #4a4a4a; /* Darker grey for better readability against light background */
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.6;
  }

  .signal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
  }

  .signal-category {
    background: #ffffff; /* White background for individual cards */
    border-radius: 10px;
    padding: 1.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .signal-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .signal-category h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color); /* Primary color for subheadings */
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .signal-category ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .signal-category li {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 0.75rem;
  }

  /* Custom bullet point styling using secondary color */
  .signal-category li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.25rem;
    line-height: 1;
    color: var(--secondary-color); /* Secondary color for bullet points */
  }

  #symptom-signals .signal-outro {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--primary-color); /* Primary color for outro text */
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #d0d1d2; /* Softer border color */
  }

/*  */

/*  */

/* --- CSS for HRT Benefits Section (Recoded with new colors) --- */

#hrt-benefits {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    /* Background slightly darker than site background for subtle contrast, using a light gradient */
    /* background: linear-gradient(135deg, #f0f1f2 0%, #e6e7e8 100%);  */
    border-radius: 12px;
    padding: 2.5rem 2rem;
    margin: 2rem 0;
    overflow: hidden;
    text-align: center;
}

.hormone-replacement #g-mainbar h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color); /* Primary color for main heading */
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
    width: 100%;
}

.hormone-replacement #g-mainbar h2::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background: var(--secondary-color); /* Secondary color for underline */
    margin: 0.5rem auto 0 auto;
    border-radius: 2px;
  }

  #hrt-benefits .intro-text {
    font-size: 1.1rem;
    color: #4a4a4a; /* Darker grey for better readability */
    max-width: 750px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.6;
  }

  .condition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .condition-item {
    background: #ffffff; /* White background for individual cards */
    border-radius: 10px;
    padding: 1.5rem 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    text-align: center;
  }

  .condition-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .condition-item strong {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary-color); /* Primary color for condition titles */
    line-height: 1.4;
  }

  /* Optional: Add icons or emojis for visual appeal using secondary color */
  .condition-item::before {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
    display: block;
    color: var(--secondary-color); /* Secondary color for icons */
  }

  .condition-item.perimenopause::before { content: '🌸'; }
  .condition-item.menopause::before { content: '✨'; }
  .condition-item.hysterectomy::before { content: '🩹'; }
  .condition-item.imbalances::before { content: '⚖️'; }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    #hrt-benefits {
      padding: 2rem 1.5rem;
    }
    #hrt-benefits h2 {
      font-size: 1.8rem;
    }
    .intro-text {
      font-size: 1rem;
    }
    .condition-grid {
      grid-template-columns: 1fr;
    }
  }

  /*  */

  #long-term-benefits {
    /* background: linear-gradient(135deg, #f0f1f2 0%, #e6e7e8 100%);  */
    border-radius: 12px;
    padding: 2.5rem 2rem;
    margin: 2rem 0;
    /* box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
  }

  #long-term-benefits h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color); /* Primary color: #020066 */
    margin-bottom: 1.25rem;
    position: relative;
    width: 100%;
    display: inline-block;
  }

  #long-term-benefits h2::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background: var(--secondary-color); /* Secondary color: #039935 */
    margin: 0.5rem auto 0 auto;
    border-radius: 2px;
  }

  #long-term-benefits .benefit-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #4a4a4a;
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.6;
  }
  
  #long-term-benefits .benefit-intro strong {
    color: var(--primary-color); /* Emphasize BHRT */
    font-weight: 600;
  }

  .benefit-grid {
    display: grid;
    /* Creates 3 columns on desktop, 1 on mobile */
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .benefit-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 1.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center; /* Center icon and text */
  }

  .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .benefit-card .icon {
    font-size: 2.5rem;
    line-height: 1;
    color: var(--secondary-color); /* Secondary color for icons */
    margin-bottom: 1rem;
  }

  .benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color); /* Primary color for card headings */
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
  
  .benefit-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    #long-term-benefits {
      padding: 2rem 1.5rem;
    }
    #long-term-benefits h2 {
      font-size: 1.8rem;
    }
  }

/*  */

.hormone-replacement #g-mainbar {
    background: linear-gradient(135deg, #f0f1f2 0%, #e6e7e8 100%); 
}

/* --- CSS for Philosophy/Intro Section --- */

  #philosophy-intro {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    /* Uses the light gradient that blends with your #e6e7e8 background */
    /* background: linear-gradient(135deg, #f0f1f2 0%, #e6e7e8 100%);  */
    border-radius: 12px;
    padding: 2.5rem 2rem;
    margin: 2rem 0;
    /* box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    text-align: center;
  }

  #philosophy-intro h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color); /* #020066 */
    margin-top: 0;
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
  }
  
  /* Underline accent using your secondary color */
  #philosophy-intro h2::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background: var(--secondary-color); /* #039935 */
    margin: 0.5rem auto 0 auto;
    border-radius: 2px;
  }

  #philosophy-intro p {
    font-size: 1.15rem; /* Slightly larger for emphasis */
    line-height: 1.7;
    color: #4a4a4a; /* Readable dark grey */
    max-width: 900px; /* Keeps text from becoming too wide */
    margin: 0 auto;
  }
  
  #philosophy-intro p strong {
    color: var(--primary-color); /* Use primary color for strong text */
    font-weight: 600;
  }
  
  /* Responsive adjustments */

  @media (max-width: 768px) {
    #philosophy-intro {
      padding: 2rem 1.5rem;
    }
    #philosophy-intro h2 {
      font-size: 1.8rem;
    }
    #philosophy-intro p {
      font-size: 1.05rem;
    }
  }

/*  */

/* --- CSS for HRT Consultation Section --- */

  #hrt-consultation {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    /* Uses the light gradient that blends with your #e6e7e8 background */
    /* background: linear-gradient(135deg, #f0f1f2 0%, #e6e7e8 100%);  */
    border-radius: 12px;
    padding: 2.5rem 2rem;
    margin: 2rem 0;
    /* box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    text-align: center; /* Center-align all text */
  }

  #hrt-consultation h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color); /* #020066 */
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
  }
  
  /* Underline accent using your secondary color */
  #hrt-consultation h2::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background: var(--secondary-color); /* #039935 */
    margin: 0.5rem auto 0 auto;
    border-radius: 2px;
  }
  
  #hrt-consultation .h2-wrapper {
     text-align: center; /* Wrapper to center the inline-block h2 */
     margin-bottom: 1.25rem;
  }

  #hrt-consultation p {
    font-size: 1.15rem; /* Matches the philosophy section */
    line-height: 1.7;
    color: #4a4a4a; /* Readable dark grey */
    max-width: 900px; /* Keeps text from becoming too wide */
    margin: 0 auto 1.5rem auto; /* Add spacing between paragraphs */
  }
  
  #hrt-consultation p strong {
    color: var(--primary-color); /* Use primary color for strong text */
    font-weight: 600;
  }
  
  /* Call-to-action Button Style */
  .cta-button {
    display: inline-block;
    background: var(--secondary-color); /* Green for action */
    color: #ffffff; /* White text */
    padding: 0.85rem 1.75rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 1rem;
    box-shadow: 0 4px 15px -5px var(--secondary-color);
  }
  
  .cta-button:hover {
    background-color: #027a2a; /* Slightly darker green on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px -5px var(--secondary-color);
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    #hrt-consultation {
      padding: 2rem 1.5rem;
    }
    #hrt-consultation h2 {
      font-size: 1.8rem;
    }
    #hrt-consultation p {
      font-size: 1.05rem;
    }
    .cta-button {
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
    }
  }

  /*  */

  /* --- CSS for Partner in Treatment Section --- */

  #partner-in-treatment {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    /* Uses the light gradient that blends with your #e6e7e8 background */
    /* background: linear-gradient(135deg, #f0f1f2 0%, #e6e7e8 100%);  */
    border-radius: 12px;
    padding: 2.5rem 2rem;
    margin: 2rem 0;
    /* box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    text-align: center; /* Center-align all text */
  }

  #partner-in-treatment h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color); /* #020066 */
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
  }
  
  /* Underline accent using your secondary color */
  #partner-in-treatment h2::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background: var(--secondary-color); /* #039935 */
    margin: 0.5rem auto 0 auto;
    border-radius: 2px;
  }
  
  #partner-in-treatment .h2-wrapper {
     text-align: center; /* Wrapper to center the inline-block h2 */
     margin-bottom: 1.25rem;
  }

  #partner-in-treatment p {
    font-size: 1.15rem; /* Matches the other text-based sections */
    line-height: 1.7;
    color: #4a4a4a; /* Readable dark grey */
    max-width: 900px; /* Keeps text from becoming too wide */
    margin: 0 auto 1.5rem auto; /* Spacing between paragraphs */
  }
  
  #partner-in-treatment p:last-of-type {
    margin-bottom: 0; /* No extra margin on the last paragraph */
  }
  
  #partner-in-treatment p strong {
    color: var(--primary-color); /* Use primary color for strong text */
    font-weight: 600;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    #partner-in-treatment {
      padding: 2rem 1.5rem;
    }
    #partner-in-treatment h2 {
      font-size: 1.8rem;
    }
    #partner-in-treatment p {
      font-size: 1.05rem;
    }
  }

  /*  */

  /* --- Styles for Floating Action Box --- */

.floating-box {
  /* Positioning */
  position: fixed; /* This is the magic part! */
  bottom: 20px;    /* 20px from the bottom */
  right: 20px;     /* 20px from the right */
  z-index: 100000000;   /* Sits on top of other content */

  /* Sizing & Appearance */
  width: 300px;         /* Set a width */
  padding: 20px;
  background-color: #ffffff; /* White background */
  border: 1px solid #dddddd; /* Light grey border */
  border-radius: 8px;     /* Rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Nice shadow */
  
  /* Text Styling */
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.floating-box p {
  margin-top: 0;
  margin-bottom: 15px; /* Space between text and button */
  font-weight: bold;
}

/* Button Styling */
.floating-box .float-button {
  display: block; /* Makes the link fill the width */
  padding: 12px;
  background-color: var(--secondary-color); /* Example blue */
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.floating-box .float-button:hover {
  background-color: var(--primary-color); /* Darker blue on hover */
}

/* --- Mobile Styles --- */
/* Makes it full-width on small screens */
@media (max-width: 768px) {
  .floating-box {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto; /* Auto-width to use left/right settings */
  }
}