* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --primary:#0B4F8A;
    --secondary:#0F6FAF;
    --accent:#00A89D;
    
    --heading:#0B3F70;
    --text:#4A6275;
    
    --white:#ffffff;
    --black:#000000;
    
    --bg:#F4FAFD;
    --border:rgba(11,79,138,.15);

    --header-bg:rgba(255,255,255,.92);
    --header-sticky:#ffffff;
    
    --shadow:0 15px 40px rgba(11,79,138,.12);
}
img {
    max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
}

p,
ul,
li {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark);
    font-weight: 700;
}
/*==========================
        HEADER
==========================*/

header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:222;
}

header .headermn{
    background:transparent;
    padding:10px 0;
    transition:.4s;
}

header .container{
    max-width:1320px;
}

header .navbar{
    width:100%;
}

/*=====================
Logo
=====================*/

header .navbar-brand{
    width:150px;
    margin-right:0;
}

header .navbar-brand img{
    width:100%;
    display:block;
}


/*=====================
Menu
=====================*/

header .offcanvas-body{
    display:flex;
    align-items:center;
}

header .navbar-nav{
    margin-left:auto !important;
    gap:42px;
}

header .nav-link{
    color:#ffffff;
    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
    position:relative;
    padding:0 !important;
    transition:.35s;
}

header .nav-link::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    width:0;
    height:2px;
    background:var(--accent);
    transition:.35s;
    transform:translateX(-50%);
}

header .nav-link:hover,
header .nav-link.active{
    color:var(--accent);
}

header .nav-link:hover::after,
header .nav-link.active::after{
    width:100%;
}


/*=====================
Sticky
=====================*/

.sticky{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    background:var(--header-sticky);
    box-shadow:0 8px 30px rgba(0,0,0,.15);
    animation:header .4s ease;
}

@keyframes header{

    from{
        transform:translateY(-100%);
    }

    to{
        transform:translateY(0);
    }

}


/*=====================
Toggle
=====================*/

header .navbar-toggler{
    border:none;
    color:#0a477b;
    font-size:28px;
}

header .navbar-toggler:focus{
    box-shadow:none;
}


/*=====================
Offcanvas
=====================*/

header .offcanvas{
    background:#ffffff;
}

header .offcanvas-header{
    border-bottom:1px solid rgba(0,0,0,.1);
}

header .offcanvas-title img{
    width:130px;
}

header .btn-close{
    filter:none;
}

header .offcanvas .nav-link{
    color:#0B3F70;
    padding:12px 0 !important;
}


/*=====================
Active
=====================*/

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show{
    color:var(--accent);
}

/* quickcontact */

.quickcontact {
    width: 45px;
    position: fixed;
    top: 65%;
    right: 15px;
    z-index: 102;
}


/*=========================
Hero Section
=========================*/

#hero-section{
    position: relative;
    display: flex;
    align-items: center;

    background-image: url("../images/banner-1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    min-height: 650px;
    overflow: hidden;
}

#hero-section .container-fluid{
    position: relative;
    z-index: 2;
}

/*=========================
Right Content
=========================*/

#hero-section .hero-content{
    max-width: 570px;
    margin-left: 15px;
    padding: 50px 0;
}

#hero-section .hero-content h5{
    color: #173f70;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 8px;
}

#hero-section .hero-content h1{
    color: #0b3f70;
    font-size: 48px;
    line-height: 1.02;
    font-weight: 800;
    margin: 0 0 10px;
}

#hero-section .hero-content h1 span{
    display: block;
    color: #008f83;
}

#hero-section .hero-content h4{
    color: #064b82;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}

#hero-section .hero-line{
    width: 100%;
    max-width: 430px;
    height: 3px;
    background: #008f83;
    margin: 10px 0 12px;
}

#hero-section .hero-content p{
    color: #174d7c;
    font-size: 15px;
    line-height: 1.5;
    max-width: 500px;
    margin: 0 0 22px;
}


/*=========================
Features
=========================*/

#hero-section .hero-features{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    max-width: 560px;
}

#hero-section .feature-box{
    flex: 1;
    text-align: center;
}

#hero-section .feature-box i{
    width: 48px;
    height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #009b91;
    border-radius: 50%;

    color: #008f83;
    font-size: 21px;

    margin-bottom: 7px;
}

#hero-section .feature-box span{
    display: block;
    color: #08477b;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600;
}

#help-sexual-health{
    padding:50px 0;
    background:#fff;
}

#help-sexual-health .section-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
}

#help-sexual-health .section-heading h2{
    color:#0b4f8a;
    font-size:48px;
    font-weight:800;
    margin:0;
    display:flex;
    align-items:center;
    gap:10px;
}

#help-sexual-health .section-heading h2 span{
    width:210px;
    height:2px;
    display:inline-block;
    background:linear-gradient(
        90deg,
        #00a89d,
        #dceff4
    );
}

#help-sexual-health .heading-text{
    display:flex;
    align-items:center;
    gap:12px;
}

#help-sexual-health .heading-text em{
    color:#17609a;
    font-size:14px;
}

#help-sexual-health .heading-text b{
    color:#00a89d;
}


/* Cards */

#help-sexual-health .help-card{
    min-height:180px;
    padding:12px 8px;
    text-align:center;

    background:linear-gradient(
        135deg,
        #f0f9fc,
        #f9fcfd
    );

    border-right:1px solid #c9e4ec;
    transition:.3s;
}

#help-sexual-health .help-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(11,79,138,.10);
    position:relative;
    z-index:2;
}


/* Image */

#help-sexual-health .help-image{
   width: 55px;
    height: 55px;
    display: flex;
    margin: 0 auto 8px;
    background: #095086;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

#help-sexual-health .help-image img{
     width: 35px;
    height: 35px;
    display: block;
    object-fit: contain;
}


/* Text */

#help-sexual-health .help-card h3{
    color:#073f72;
    font-size:18px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 5px;
}

#help-sexual-health .help-card p{
    color:#07528a;
    font-size:16px;
    line-height:1.2;
    margin:0;
}


/* Responsive */

@media(max-width:991px){

       #help-sexual-health .section-heading {
        display: none;
    }

    #help-sexual-health .heading-text{
        margin-top:8px;
        flex-wrap:wrap;
    }

    #help-sexual-health .help-card{
        border-bottom:1px solid #c9e4ec;
    }
}

@media(max-width:575px){

header .navbar-brand {
    width: 100px;}
  #help-sexual-health {
        padding: 10px 0 40px;
        border-top: 3px solid #008f83;
    }

    #help-sexual-health .section-heading h2{
        font-size:21px;
    }

    #help-sexual-health .section-heading h2 span{
        width:100px;
    }

    #help-sexual-health .heading-text em{
        font-size:11px;
    }
}




/*=========================
Why Choose Strip
=========================*/

#why-choose-strip{
    padding:40px 0;
    background: linear-gradient(
        90deg,
        #eef9fc 0%,
        #f8fcfd 100%
    );
}


/*=========================
Heading
=========================*/

#why-choose-strip .why-heading{
    margin-bottom: 30px;
}

#why-choose-strip .why-heading h2{
    color: #0b4f8a;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    margin: 0;
}


/*=========================
Points
=========================*/
#why-choose-strip .why-point{
    width: 100%;
    min-height: 42px;
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 0;
    border-right: 1px solid #c8e1e9;
}

#why-choose-strip .why-icon{
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 50%;
    background: #008f83;
    color: #ffffff;
    font-size: 18px;
}

#why-choose-strip .why-point p{
    color: #08477b;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}


/*=========================
Hover
=========================*/

#why-choose-strip .why-icon{
    transition: .3s;
}

#why-choose-strip .why-point:hover .why-icon{
    transform: scale(1.1);
}



/*=========================
Consultation Strip
=========================*/

#consultation-strip{
    position: relative;
    padding: 40px 0;
    background: #ffffff;
    overflow: hidden;
}

#consultation-strip .row{
    min-height: 75px;
}


/*=========================
Consultation Box
=========================*/

#consultation-strip .consultation-box{
    max-width: 520px;

    display: flex;
    align-items: center;

    padding:20px;

    background: linear-gradient(
        90deg,
        #00a894,
        #079d91
    );

    border-radius: 18px;

    box-shadow: 0 7px 18px rgba(0,140,130,.15);
}

#consultation-strip .consultation-icon{
    width: 45px;
    height: 45px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 30px;
}

#consultation-strip .consultation-content{
    margin-left: 12px;
}

#consultation-strip .consultation-content h3{
    color: #ffffff;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0;
}

#consultation-strip .consultation-content p{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    margin: 3px 0 0;
}

#consultation-strip .consultation-arrow{
    width: 31px;
    height: 31px;
    flex-shrink: 0;

    margin-left: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #ffffff;

    color: #008f83;
    font-size: 13px;
    text-decoration: none;

    transition: .3s;
}

#consultation-strip .consultation-arrow:hover{
    transform: translateX(4px);
}


/*=========================
Right Option
=========================*/

#consultation-strip .consultation-options{
    min-height: 58px;

    display: flex;
    align-items: center;

    padding-left: 25px;

    border-left: 1px solid #c9e4ec;
}

#consultation-strip .option-icon{
    width: 48px;
    flex-shrink: 0;

    text-align: center;

    color: #0b4f8a;
    font-size: 36px;
}

#consultation-strip .option-content{
    padding-left: 15px;
}

#consultation-strip .option-content p{
    margin: 0;
}

#consultation-strip .option-content strong{
    display: block;

    color: #0b4f8a;
    font-size:20px;
    line-height: 1.3;
    font-weight: 800;
}

#consultation-strip .option-content span{
    display: block;

    color: #0b4f8a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;

    margin: 1px 0;
}

#footer{
    background: #06477d;
}

#footer .footer-contact-bar{
    width: 100%;
    padding: 25px 0;
    background: linear-gradient(
        90deg,
        #06477d,
        #0b5d98
    );
}

#footer .footer-contact-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .footer-contact-item{
    display: flex;
    align-items: baseline;
    gap: 10px;

    color: #ffffff;
    font-size: 18px;
}

#footer .footer-contact-item i{
    color: #ffffff;
    font-size: 21px;
}

#footer .footer-contact-item a{
    color: #ffffff;
    font-size: 18px;
    font-weight:600;
    margin-left: 4px;
}

#footer .footer-contact-divider{
    width: 1px;
    height: 25px;
    background: rgba(255,255,255,.7);
}

@media(max-width:575px){


    #footer .footer-contact-row {
        flex-direction: column;
        gap: 10px;
    }

    #footer .footer-contact-divider {
        width: 100%;
        height: 1px;
    }

    #footer .footer-contact-item {
        font-size: 12px;
    }

    #footer .footer-contact-item a {
        font-size: 13px;
    }}
    
    
/* Consultation Types */
.consultation-types-section {
    padding: 80px 0;
    background: #f8fbfc;
}

.consultation-types-section .section-heading {
    margin-bottom: 45px;
}

.consultation-types-section .section-heading h2 {
    margin-bottom: 12px;
}

.consultation-type-card {
    height: 100%;
    padding: 35px 30px 30px;
    background: #fff;
    border: 1px solid #e3eeee;
    border-radius: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.consultation-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.consultation-type-card.featured {
    border: 2px solid #2b8f8b;
}

.consultation-type-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #e9f7f6;
    color: #2b8f8b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}

.consultation-type-header {
    margin-bottom: 18px;
}

.consultation-type-header h3 {
    min-height: 58px;
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.35;
    color: #253b40;
}

.consultation-price {
    font-size: 26px;
    font-weight: 700;
    color: #2b8f8b;
}

.consultation-type-card p {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.75;
    color: #66777b;
    flex-grow: 1;
}

.consultation-type-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 30px;
    background: #2b8f8b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.consultation-type-btn:hover {
    background: #236f6c;
    color: #fff;
}

@media (max-width: 991px) {
    .consultation-type-card {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .consultation-types-section {
        padding: 55px 15px;
    }

    .consultation-type-card {
        padding: 30px 22px 25px;
    }

    .consultation-type-header h3 {
        min-height: auto;
        font-size: 20px;
    }
}