:root{
    --bg-body: #14161D;
    --bg-color: #1e2029;
    --bg-soft-color: #5B5E6C;
    --bg-dark-color: #14161D;
    --first-color: #fff;
    --secondary-color: #ACA09B;
    --wp-green : #58d164;
    --font-family:"Poppins", sans-serif;

    --title-color: #ACA09B;
    --text-color: #fff;

    --linear-bg: linear-gradient(90deg, #998e89 0%, #ACA09B 100%);
}
.section-title-small{
    color: var(--title-color);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}
.section-title-head{
    color: var(--title-color);
    font-size: 54px;
    font-weight: 900;
    text-align: center;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

html{
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
    --gutter-0:0px;
    --gutter-x: 16px;
    --gutter-x2: -16px;
    overflow-x: hidden;
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: var(--bg-body);
}
.section-padding{
    padding:75px 0;
}
#left-socials {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
#left-socials .wp {
    height: 60px;
    width: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #58d164;
    /* Old browsers */
    background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#left-socials .wp:hover {
    padding-left: 5px;
    width: 65px;
}
#left-socials .insta {
    height: 60px;
    width: 60px;
    background: radial-gradient(
            circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285AEB 90%
    );
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#left-socials .insta:hover {
    padding-left: 5px;
    width: 65px;
}
#left-socials .tiktok {
    height: 60px;
    width: 60px;
    background: #000;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#left-socials .tiktok:hover {
    padding-left: 5px;
    width: 65px;
}

#mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
#mobile-footer-cta-buttons:before {
    content: " ";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--bg-dark-color);
}
#mobile-footer-cta-buttons .row {
    --gutter-x: 4px;
    --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
    height: 52px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 12px;
    color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #ACA09B;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ACA09B 0%, #ACA09B 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ACA09B 0%, #ACA09B 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ACA09B 0%, #ACA09B 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #58D164;
    /* Old browsers */
    background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x svg {
    color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}

.btn{
    width: max-content;
    display: block;
    background: var(--linear-bg);
    color: #fff;
    padding: 12px 32px;
    border: none;
    font-size: 18px;
    font-family: var(--font-family);
    font-weight: 600;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    filter: brightness(1.1);
}

.btn-light{
    width: max-content;
    display: block;
    background-color: #fff;
    color: var(--title-color);
    padding: 12px 32px;
    border: none;
    font-size: 18px;
    font-family: var(--font-family);
    font-weight: 600;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s;
}

.btn-light:hover{
    background-color: var(--secondary-color);
    color: #fff;
}

.button-area{
    position: relative;
}

.form-loader {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

header {
    padding: 20px 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all .3s;
    background-color: var(--bg-dark-color);
}
header .h-inner-area{
    gap: 20px;
}
header .header-logo{
    height: 90px;
    transition: all .3s;
}

header .header-const{
    background-color: var(--secondary-color);
    color: var(--text-color);
    font-size: 18px;
    transition: all 0.3s;
    padding: 12px 16px;
    border-radius: 12px;
    text-align: center;
}

header .header-const:hover{
    background-color: var(--first-color);
    color: var(--secondary-color);
}
header.scrolled {
    padding: 12px 0;
    background-color: var(--bg-color);
    backdrop-filter: blur(4px);
}
header.scrolled .header-logo{
    height: 80px;
}

.iti {
    width: 100%;
    margin-right: 5px;
}
.iti .form-in {
    padding-right: 6px !important;
    padding-left: 52px !important;
}
.iti__country {
    font-size: 14px;
}
.iti__country-list {
    background-color: transparent;
    background: var(--linear-bg);
    border: none;
}

.success {
    position: absolute;
    top: 100%;
    margin-top: 40px;
    padding: 15px;
    font-size: 16px;
    border-radius: 15px;
    background: #389d26;
    color: #FFF;
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.success.show {
    opacity: 1;
    margin-top: 20px;
}
.unsuccessful {
    position: absolute;
    top: 100%;
    margin-top: 40px;
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
    background: red;
    color: #FFF;
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.unsuccessful.show {
    opacity: 1;
    margin-top: 20px;
}

main {
    overflow-x: clip;
}

/* Banner */
#home-banner {
    background-color: var(--bg-dark-color);
    padding: 160px 0 0;
    position: relative;
    margin-bottom: 60px;
}
#home-banner .banner-image-logo-area{
    gap: 40px;
    height: 100%;
    width: 100%;
}
#home-banner .banner-image-area{
    position: relative;
}
#home-banner .banner-image-area .image-text{
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--title-color);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 8px 12px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

#home-banner .logos{
    gap: 20px;
    height: 100%;
    width: 120px;
    justify-content: center;
}
#home-banner .logos .logo{
    width: 120px;
}

#home-banner::before{
    content: '';
    --background-overlay: '';
    background-image: url('../../imgs/front/hero-bg-shape-2.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#home-banner .banner-inner-area{
    position: relative;
    z-index: 2;
}

#home-banner .banner-content .banner-form-area {
    margin: 32px 0;
    position: relative;
    padding: 32px 24px;
    box-sizing: border-box;
    background: transparent;
    border-radius: 24px;
    border: 1px solid var(--first-color);
    width: 100%;
    background-image: linear-gradient(180deg, #1e2029  0%, #14161d  100%);
}

#home-banner .banner-content .banner-form-area::before{
    content: '';
    background-color: var(--bg-soft-color);
}

#home-banner .banner-content .banner-form-area .banner-form-head{
    font-size: 32px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 8px;
}

#home-banner .banner-content .banner-form-area .banner-form-text{
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#home-banner .banner-content .banner-form-area .banner-free-discount{
    background: #ACA09B;
    color:#fff;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 5px;
    border-radius: 12px;
    margin-bottom: 24px;
}
#home-banner .banner-content .banner-form-area .banner-form {
    position: relative;
}

#home-banner .banner-content .banner-form-area .banner-form .input-wrapper{
    margin-bottom: 24px ;
}

#home-banner .banner-content .banner-form-area .banner-form input{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    padding: 0 8px;
    height: 44px;
    font-size: 18px;
    color: #fff;
}

#home-banner .banner-content .banner-form-area .banner-form input::placeholder{
    color: #fff;
}

#home-banner .banner-content .banner-form-area .banner-form input#banner-phone{
    padding: 12px 53px;
}

#home-banner .banner-content .banner-form-area .banner-form .form-button {
    width: 100%;
    background: var(--linear-bg);
    color: #fff;
    height: 52px;
    padding: 0 16px;
    border: none;
    font-size: 18px;
    font-family: var(--font-family);
    font-weight: 600;
    cursor: pointer;
    border-radius: 12px;
    margin-bottom: 24px;
}
#home-banner .banner-content .banner-form-area .privacy {
    gap: 8px;
}

#home-banner .banner-content .banner-form-area .privacy p{
    font-size: 14px;
    color: #fff;
}
/* Banner */

/* Brands */
 #home-brands {
    margin-bottom: 60px
}

#home-brands .logo #home-brands .logo-slide-outer {
    gap: 40px
}

#home-brands .logos-container {
    display: flex;
    align-items: center;
    gap: 40px
}

#home-brands .rotating-brand-logo {
    overflow: hidden;
    gap: 40px
}

#home-brands .rotating-brand-logo .logos-container {
    animation: scroll-left 85s linear infinite;
    margin-left: 25px
}

#home-brands .logo {
    width: 225px;
    aspect-ratio: 1;
    object-fit: contain
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}
/* Info Area */
#home-info-about{
    margin-bottom: 120px;
}
#home-info-about .info-about-container{
    background: var(--bg-soft-color);
    padding: 32px 64px;
    border-radius: 32px;
}
#home-info-about .info-about-container .info-about-content-box {
    height: 100%;
    text-align: center;
}
#home-info-about .info-about-container .info-about-content-box .box-img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}
#home-info-about .info-about-container .info-about-content-box .box-value{
    color: var(--title-color);
    font-size: 28px;
}
#home-info-about .info-about-container .info-about-content-box .box-text{
    color: var(--title-color);
    font-size: 20px;
}
#home-info-about .info-about-container .info-about-content-box .box-text b{
    color: var(--title-color);
    font-size: 28px;
}
/* Info End */

#home-clinic-area {
    margin-bottom: 40px;
}
#home-clinic-area .col-mb{
    margin-bottom: 80px;
}
#home-clinic-area .clinic-box{
    background-color: var(--bg-soft-color);
    border-radius: 24px;
    padding: 24px 24px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#home-clinic-area .clinic-box .box-img-wrapper{
    margin-top: -60px;
    margin-bottom: 24px;
    position: relative;
}
#home-clinic-area .clinic-box .box-img-wrapper .box-tag{
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    font-size: 18px;
    color: var(--secondary-color);
    border-radius: 24px;
    padding: 8px 12px;
    line-height: 1;
    font-weight: 500;
    min-width: 120px;
    text-align: center;
}
#home-clinic-area .clinic-box .box-title{
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 24px;
}



/* Before after start */
#home-before-after{
    margin-bottom: 120px;
}
#home-before-after .before-after{
    position: relative;
}
#home-before-after .before-after-slider-area .slider-item img{
    border-radius: 24px;
}
#home-before-after .before-after-slider-area .owl-dots{
    margin-top: 32px;
    gap: 8px 12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
#home-before-after .before-after-slider-area .owl-dots .owl-dot span{
    background-color: var(--bg-soft-color);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    margin: 0;
}
#home-before-after .before-after-slider-area .owl-dots .owl-dot.active span{
    background-color: #fff;
}
#home-before-after .before-after-text-area {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
#home-before-after .before-after-text-area .before-after-title{
    color: var(--title-color);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 12px;
}
#home-before-after .before-after-text-area .before-after-desc{
    color: var(--text-color);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}
#home-before-after .before-after-text-area .before-after-btn{
    background: var(--linear-bg);
    border-radius: 8px;
    transition: all .3s ease-in-out;
    padding: 15px 30px;
    color: #ffff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}
/* Before after End */

/* Form Starts */
#home-body-form{
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
}
#home-body-form .section-inner-area{
    background-color: var(--bg-soft-color);
    padding: 64px 48px;
    border-radius: 48px;
}
#home-body-form .body-form-area .form-text-area h2{
    color: var(--title-color);
    font-size:48px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.2;
}
#home-body-form .body-form-area .form-text-area p{
    color: var(--text-color);
    font-size: 24px;
}
#home-body-form .body-form-area .body_form{
    margin-top: 20px;
    position: relative;
}
#home-body-form .body-form-area .body_form .input-wrapper{
    margin-bottom: 24px;
}
#home-body-form .body-form-area .body_form input{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--text-color);
    outline: none;
    padding: 0 8px;
    height: 48px;
    font-size: 20px;
    color: var(--text-color);
}
#home-body-form .body-form-area .body_form input::placeholder{
    color: var(--text-color);
}
#home-body-form .body-form-area .body_form input#body-phone{
    padding: 12px 53px;
}
#home-body-form .body-form-area .body_form .form-button{
    width: 100%;
    background: var(--linear-bg);
    color: #fff;
    height: 60px;
    padding: 0 16px;
    border: none;
    font-size: 24px;
    font-family: var(--font-family);
    font-weight: 600;
    cursor: pointer;
    border-radius: 12px;
    margin-bottom: 24px;
}
#home-body-form .body-form-area .body_form .privacy {
    gap: 8px;
}
#home-body-form .body-form-area .body_form .privacy p{
    font-size: 14px;
    color: var(--text-color);
}
#home-body-form .form-img-wrapper{
    position: relative;
}
/* Form Ends */

/*  Arc Start*/
#home-arc{
    margin-top: -160px;
    background-color: var(--bg-dark-color);
    padding: 240px 0 0;
    margin-bottom: 120px;
}
#home-arc .arc-text-area {
    margin-right: calc(( 100vw - 1320px ) /2 );
    padding: 32px 0 64px;
}
#home-arc .arc-text-area h2{
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
}
#home-arc .arc-text-area .home-arc-desc{
    font-size: 24px;
    color: #fff;
    margin-bottom: 32px;
}
/* Arc End */

/* Package Road */
#package {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}

#package h2 {
    font-size: 32px;
    text-align: center;
    color: var(--title-color);
    font-weight: 600;
    line-height: 1.2;
}

#package .package-content-desktop {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f5f5f5;
    margin-top: 60px;
    position: relative;
    list-style: none;
}

#package .package-content-desktop li {
    min-height: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0 22px;
    min-width: 105px;
    color: var(--text-color);
    height: 100%;
}

#package .package-content-desktop li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    width: 0;
    height: 4px;
    background-color: var(--bg-soft-color);
    transition: width 0.4s ease-in-out;
    transform: translateX(-50%);
}

#package .package-content-desktop.active li::before {
    width: 100%;
}

#package .package-content-desktop.active li:nth-child(2)::before {
    transition-delay: 0.1s;
}

#package .package-content-desktop.active li:nth-child(3)::before {
    transition-delay: 0.2s;
}

#package .package-content-desktop.active li:nth-child(4)::before {
    transition-delay: 0.3s;
}

#package .package-content-desktop.active li:nth-child(5)::before {
    transition-delay: 0.4s;
}

#package .package-content-desktop.active li:nth-child(6)::before {
    transition-delay: 0.5s;
}

#package .package-content-desktop.active li:nth-child(7)::before {
    transition-delay: 0.6s;
}

#package .package-content-desktop.active li:nth-child(8)::before {
    transition-delay: 0.7s;
}

#package .package-content-desktop.active li:nth-child(9)::before {
    transition-delay: 0.8s;
}

#package .package-content-desktop.active li:nth-child(10)::before {
    transition-delay: 0.9s;
}

#package .package-content-desktop li p::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -16px;
    width: 12px;
    height: 12px;
    background-color: var(--first-color);
    border-radius: 50%;
    transform: translateX(-50%);
}
/* PackageRoad End */


/* Journey Starts */
#home-hair-transplant-journey {
    margin-bottom: 120px;
}
#home-hair-transplant-journey .home-journey-text-area h2{
    font-size: 36px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 24px;
}
#home-hair-transplant-journey .home-journey-text-area ul{
    margin-bottom: 32px;
}
#home-hair-transplant-journey .home-journey-text-area ul li{
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 8px;
}
#home-hair-transplant-journey .home-journey-videos .video-box{
    position: relative;
}
#home-hair-transplant-journey .home-journey-videos .video-box .video-thumb{
    border-radius: 24px;
}
#home-hair-transplant-journey .home-journey-videos .video-box .youtube-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#home-hair-transplant-journey .home-journey-videos .owl-dots .owl-dot span{
    background-color: var(--bg-color);
    width: 12px;
    height: 12px;
    margin-top: 32px;
    transition: all 0.2s;
}
#home-hair-transplant-journey .home-journey-videos .owl-dots .owl-dot.active span{
    background-color: var(--bg-dark-color);
}
/* Journey Ends */

/* Our Services */
#home-our-services{
    margin-bottom: 120px;
}
#home-our-services .home-our-services-container{
    background: var(--bg-color);
    border-radius: 18px;
    padding: 40px 16px;
}
#home-our-services .home-our-services-container .home-our-services-title{
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
#home-our-services .home-our-services-container .home-our-methods-group{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    gap: 12px;
}
#home-our-services .home-our-services-container .home-our-methods-group li {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.88);
    color: var(--secondary-color);
    border-radius: 50%;
    padding: 24px;
    box-sizing: border-box;
}
#home-our-services .home-our-services-container .home-our-methods-group li img{
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    margin-bottom: 12px;
}
#home-our-services .home-our-services-container .home-our-methods-group li span{
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
/* Our Services Ends*/

/* Treatments-area */
#treatments-area  {
    width: 100%;
    margin-bottom: 120px;
}
#treatments-area .treatment-inner h2 {
    text-align: center;
    color: var(--title-color);
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
#treatments-area .treatment-inner .treatments-list {
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
    gap:32px;
}
#treatments-area .treatment-inner .treatments-list .treatment-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 24px 0 0;
    box-sizing: border-box;
    border-radius: 24px;
    width: 100%;
    flex: 0% 0% 33%;
    background-color: var(--bg-color);
    color: var(--title-color);
    box-shadow: 0 4px 20px var(--bg--color);
}
#treatments-area .treatment-inner .treatments-list .treatment-card h3 {
    line-height: 1.2;
    font-weight: 400;
    font-size: 24px;
    padding: 0 12px 20px 24px;
    margin-bottom: 20px;
    color: var(--text-color);
}
#treatments-area .treatment-inner .treatments-list .treatment-card h3 b {
    font-size: 32px;
}
#treatments-area .treatment-inner .treatments-list .treatment-card ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    color: var(--first-color);
    padding: 0 12px 0 40px;
}
#treatments-area .treatment-inner .treatments-list .treatment-card ul li {
    margin-bottom: 6px;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: var(--text-color);
}
#treatments-area .treatment-inner .treatments-list .treatment-card ul li:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--first-color);
}
#treatments-area .treatment-inner .treatments-list .treatment-card a {
    margin-top: auto;
    width: 100%;
    padding: 12px 8px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: var(--secondary-color);
    color: #fff;
    text-align: center;
    transition: all .3s ease-out
}
#treatments-area .treatment-inner .treatments-list .treatment-card a:hover {
    letter-spacing: .5px
}
/* Treatments-area end */

/* Why Turkey */
#why-turkey {
    margin-bottom: 120px;
}
#why-turkey .turkey-inner {
    position: relative
}
#why-turkey .turkey-left {
    display: flex;
    flex-direction: column;
    gap: 20px
}
#why-turkey .turkey-left h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 24px;
}
#why-turkey .turkey-image-group {
    position: relative;
}
#why-turkey .turkey-image-group img {
    max-width: 95%;
    height: auto
}
#why-turkey .turkey-right ul{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 32px 0;
}
#why-turkey .turkey-right li {
    list-style: none;
    padding: 32px 20px;
    border-radius: 12px;
    border: 1px solid #ededed87;
    background-color: transparent;
    max-width: 356px;
    box-sizing: border-box;
    position: relative;
    background-color: var(--bg-color)
}
#why-turkey .turkey-right li p {
    font-size: 16px;
    font-weight: 700;
    font-weight: 300;
    color: #fff
}
#why-turkey .turkey-right li p span {
    color: #fff;
    font-weight: 700;
    font-size: 17px
}
#why-turkey .turkey-right li:nth-child(2),#why-turkey .turkey-right li:nth-child(4) {
    align-self: flex-end;
    position: relative;
    top: -20px
}
#why-turkey .turkey-right li:nth-child(3) {
    top: -40px
}
#why-turkey .turkey-right li:nth-child(4) {
    top: -60px
}
#why-turkey .turkey-right li {
    animation:CardFadeTopToBottom 3s linear infinite
}
#why-turkey .turkey-right li:nth-child(2),#why-turkey .turkey-right li:nth-child(4) {
    animation: CardFadeBottomToTop 3s linear infinite
}
@keyframes CardFadeTopToBottom {
    0% {
        transform: translateY(-5%)
    }

    50% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-5%)
    }
}

@keyframes CardFadeBottomToTop {
    0% {
        transform: translateY(5%)
    }

    50% {
        transform: translateY(0)
    }

    to {
        transform: translateY(5%)
    }
}
/* Why Turkey */

#cta-area {
    width: 100%;
    margin-bottom: 120px
}

#cta-area .cta-inner {
    border-radius: 32px;
    background-color: var(--bg-soft-color);
    padding: 64px 24px;
}
#cta-area .video-area{
    position: relative;
    width: max-content;
    margin: 0 auto;
}
#cta-area .video-img-wrapper{
    position: relative;
    max-width: 100%;
}
#cta-area .video-img-wrapper::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top , #0000007c , transparent);
    z-index: 1;
    border-radius: 24px;
}
#cta-area .video-img{
    height: 480px;
    display: block;
    margin-top: -200px;
    margin-bottom: 40px;
    border-radius: 24px;
}
#cta-area .video-img-wrapper .youtube-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
}
#cta-area .video-text-area{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    z-index: 2;
    gap: 16px;
}
#cta-area .video-text-area li{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#cta-area .area-title {
    font-size: 36px;
    color: var(--title-color);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 32px;
}

#cta-area .cta-content {
    gap: 24px;
}
#cta-area .cta-content .break-text{
    font-size: 24px;
    color: var(--title-color);
}

#cta-area .calendar {
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color: var(--bg-color);
    padding: 8px 24px;
    transition: all .2s ease-in-out;
    border-radius: 12px;
}

#cta-area .calendar:hover {
    scale: 1.05
}

#cta-area .wp-link{
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color: var(--wp-green);
    padding: 8px 24px;
    transition: all .2s ease-in-out;
    border-radius: 12px;
}

#cta-area .wp-link:hover {
    scale: 1.05
}

/* Shorts Start */
#home-patient-reviews {
    margin-bottom: 120px;
}
#home-patient-reviews .section-title-area{
    margin-bottom: 40px;
    text-align: center;
}
#home-patient-reviews .section-title-area .section-title{
    font-size: 36px;
    color: var(--title-color);
    font-weight: bold;
}
#home-patient-reviews .section-title-area .section-text{
    font-size: 24px;
    color: var(--text-color);
}

#home-patient-reviews .patient-reviews-slider-area .slider-item .video-thumb{
    border-radius: 24px;
}
#home-patient-reviews .patient-reviews-slider-area .slider-item .youtube-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#home-patient-reviews .patient-reviews-slider-area .owl-dots{
    margin-top: 32px;
    gap: 8px 12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
#home-patient-reviews .patient-reviews-slider-area .owl-dots .owl-dot span{
    background-color: var(--bg-soft-color);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    margin: 0;
}
#home-patient-reviews .patient-reviews-slider-area .owl-dots .owl-dot.active span{
    background-color: #fff;
}
/* Shorts End */

#home-our-patients {
    margin-bottom: 120px;
}

#home-our-patients .patients-row{
    margin-bottom: 25px;
}

#home-our-patients .our-patients-text-area .our-patients-title{
    color: var(--title-color) ;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
}

#home-our-patients .our-patients-text-area p{
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 24px;
}

#home-our-patients .our-patients-box-cont{
    width: 100%;
}

#home-our-patients .our-patients-box-cont .our-patients-box{
    padding: 40px 24px 24px;
    border-radius: 5px;
    background: var(--bg-color);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .1);
    height: 100%;
}

#home-our-patients .our-patients-box-cont .our-patients-box article {
    font-size: 16px;
    color: #f5f5f5;
    font-weight: 300;
    padding-bottom: 12px;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 10px;
}

#home-our-patients .our-patients-box-cont .our-patients-box article::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

#home-our-patients .our-patients-box-cont .our-patients-box article::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

#home-our-patients .our-patients-box-cont .our-patients-box article::-webkit-scrollbar-thumb {
    background-color: #5c75ad;
    border: .4px solid #555
}

#home-our-patients .our-patients-box-cont .our-patients-box h3{
    color: #f5f5f5;
    font-size: 15px;
    margin-top: 15px;

}

#home-our-patients .our-patients-box-cont .our-patients-box p{
    font-size: 13px;
    font-weight: 300;
    color: #f5f5f5;
    margin-top: 5px;
}



/* book */
#home-book{
    margin-bottom:80px;
}

#home-book .book-content {
    background: var(--bg-color);
    border-radius: 15px;
    padding: 20px;
    gap:10px
}

#home-book .book-content .book-head {
    flex: 0 0 25%;
    width: 25%;
}

#home-book .book-content .book-head .book-title{
    font-size:20px;
    font-weight:500;
    margin-bottom:10px;
}

#home-book .book-content .book-image {
    flex: 0 0 65%;
    width: 65%;
}

#home-book .book-content .book-publisher{
    width: 100px;
    display:block;
    margin: 0 auto;
}

#home-faq{
    margin-bottom: 80px;
}

#home-faq .section-inner-area{
    padding: 80px 24px;
    background-color: var(--bg-soft-color);
    border-radius: 32px;
}

#home-faq .home-faq-title{
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--title-color);
    margin-bottom: 12px;
    text-transform: uppercase;
}

#home-faq .faq-list .faq-item {
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    margin-bottom: 24px;
}

#home-faq .faq-list .faq-item .item-top {
    position: relative;
    padding: 12px 56px 12px 0;
    border-bottom: 1px solid var(--first-color);
}

#home-faq .faq-list .faq-item .item-top:before {
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
    width: 15px;
    background: var(--first-color);
}

#home-faq .faq-list .faq-item .item-top:after {
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    background: var(--first-color);
}

#home-faq .faq-list .faq-item .item-top .item-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--first-color);
    text-align: left;
    padding-right: 12px;
}

#home-faq .faq-list .faq-item .item-bottom {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: min-height 0.6s ease, padding 0.3s ease;
}

#home-faq .faq-list .faq-item .item-bottom .item-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}

#home-faq .faq-list .faq-item.active .item-top:before {
    transform: rotate(0deg);
}

#home-faq .faq-list .faq-item.active .item-bottom {
    padding-top: 24px;
    max-height: unset;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.1s;
}

footer{
    background-color: var(--bg-color);
}

footer .footer-top{
    padding: 32px 0;
}

footer .footer-logo-area img{
    width: 260px;
    max-width: 100%;
    margin-bottom: 24px;
    display: block;
}

footer .footer-logo-area .footer-text{
    color: #fff;
    font-size: 18px;
}

footer .footer-contacts .footer-contact{
    gap: 15px;
    margin-bottom: 15px;
}

footer .footer-contacts .footer-contact .footer-contact-text{
    color: #f5f5f5;
    font-size: 18px;
}

footer .footer-copyright p{
    color: #fff;
    font-size: 18px;
}

footer .footer-copyright{
    padding: 25px 0;
}

@media (max-width: 1440px) {
    header{
        padding: 12px 0;
    }
    header .header-logo{
        height: 80px;
    }
    header.scrolled .header-logo {
        height: 60px;
    }
    #home-banner {
        padding-top: 100px;
    }
    #home-banner .banner-content .banner-form-area .banner-form-head{
        font-size: 28px;
    }
    #home-banner .banner-content .banner-form-area .banner-form-text {
        font-size: 16px;
    }
    #home-banner .banner-content .banner-form-area .banner-form .input-wrapper {
        margin-bottom: 16px;
    }
    #home-banner .banner-content .banner-form-area .banner-form input {
        height: 40px;
        font-size: 16px;
    }
    #home-info-about {
        margin-bottom: 80px;
    }
    #home-info-about .info-about-container {
        padding: 32px 48px;
    }
    #home-info-about .info-about-container .info-about-content-box .box-img {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    #home-info-about .info-about-container .info-about-content-box .box-text b {
        font-size: 24px;
    }
    #home-info-about .info-about-container .info-about-content-box .box-text{
        font-size: 16px;
    }
    #home-before-after{
        margin-bottom: 80px;
    }
    #home-before-after .before-after-text-area .before-after-title {
        font-size: 32px;
    }
    #home-before-after .before-after-text-area .before-after-desc {
        font-size: 22px;
    }
    #home-body-form {
        margin-bottom: 80px;
    }
    #home-body-form .body-form-area .form-text-area h2 {
        font-size: 40px;
    }
    #home-body-form .body-form-area .form-text-area p {
        font-size: 22px;
    }
    #home-body-form .body-form-area .body_form .input-wrapper {
        margin-bottom: 20px;
    }
    #home-body-form .body-form-area .body_form input {
        height: 44px;
        font-size: 18px;
    }
    #home-body-form .body-form-area .body_form .form-button {
        font-size: 20px;
        height: 48px;
    }
    #home-arc{
        margin-bottom: 80px;
    }
    #home-arc .arc-text-area {
        margin-right: calc(( 100vw - 1140px ) /2 );
    }
    #home-arc .arc-text-area h2 {
        font-size: 40px;
        margin-bottom: 16px;
    }
    #home-arc .arc-text-area .home-arc-desc {
        font-size: 20px;
        margin-bottom: 24px;
    }
    #package {
        margin-bottom: 80px;
    }
    #package h2 {
        font-size: 28px;
    }
    #package .package-inner .package-content-desktop li {
        padding: 0 12px;
    }
    #home-hair-transplant-journey {
        margin-bottom: 80px;
    }
    #home-hair-transplant-journey .home-journey-text-area h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    #home-hair-transplant-journey .home-journey-text-area ul {
        margin-bottom: 24px;
    }
    #home-hair-transplant-journey .home-journey-text-area ul li {
        font-size: 16px;
    }
    #home-our-services {
        margin-bottom: 80px;
    }
    #home-our-services .home-our-services-container .home-our-services-title {
        font-size: 32px;
        margin-bottom: 32px;
    }
    #treatments-area{
        margin-bottom: 80px;
    }
    #treatments-area .treatment-inner h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }
    #treatments-area .treatment-inner .treatments-list .treatment-card h3 {
        font-size: 22px;
    }
    #treatments-area .treatment-inner .treatments-list .treatment-card h3 b{
        font-size: 28px;
    }
    #cta-area{
        margin-bottom: 80px;
    }
    #cta-area .video-img {
        margin-bottom: 24px;
    }
    #cta-area .area-title {
        font-size: 32px;
    }
    #cta-area .calendar , #cta-area .wp-link {
        font-size: 18px;
    }
    #home-patient-reviews {
        margin-bottom: 80px;
    }
    #home-patient-reviews .section-title-area .section-title{
        font-size: 32px;
    }
    #home-patient-reviews .section-title-area .section-text{
        font-size: 22px;
    }
    #home-our-patients{
        margin-bottom: 80px;
    }
    #home-our-patients .our-patients-text-area .our-patients-title {
        font-size: 32px;
    }
    #home-our-patients .our-patients-text-area p {
        font-size: 18px;
    }
    #home-faq {
        margin-bottom: 60px;
    }
    #home-faq .home-faq-title {
        font-size: 32px;
    }
    #home-faq .section-inner-area {
        padding: 64px 20px;
    }
}
@media (max-width: 1200px) {
    #home-before-after .before-after-text-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
    #home-body-form .section-inner-area {
        padding: 48px 32px;
    }
    #home-body-form .body-form-area .form-text-area h2 {
        font-size: 32px;
    }
    #home-body-form .body-form-area .form-text-area p {
        font-size: 20px;
    }
    #home-body-form .body-form-area .body_form .input-wrapper {
        margin-bottom: 16px;
    }
    #home-body-form .body-form-area .body_form input {
        height: 40px;
        font-size: 16px;
    }
    #home-body-form .body-form-area .body_form .form-button {
        font-size: 18px;
        height: 44px;
    }
    #home-arc .arc-text-area {
        margin-right: calc(( 100vw - 960px ) /2 );
    }
    #home-arc .arc-text-area h2 {
        font-size: 32px;
    }
    #home-arc .arc-text-area .home-arc-desc {
        font-size: 18px;
    }
    #package .package-content-desktop {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        row-gap: 75px;
    }
    #package .package-content-desktop li {
        padding: 0;
        min-width: 151px;
    }
    #package .package-content-desktop {
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #package .package-content-desktop li:nth-child(2)::after,
    #package .package-content-desktop li:nth-child(6)::after {
        content: "";
        position: absolute;
        right: 0;
        top: -11px;
        height: 126px;
        width: 3px;
        background-color:var(--bg-dark-color);
        transition: all 0.1s ease;
    }
    #package .package-content-desktop li:nth-child(3)::after {
        content: "";
        position: absolute;
        left: 0;
        top: -11px;
        height: 126px;
        width: 3px;
        background-color:var(--bg-dark-color);
        transition: all 0.6s ease;
    }
    #home-our-patients .our-patients-box-cont .col-mb{
        margin-bottom: 24px;
    }
}
@media (max-width: 991px) {
    header .header-logo , header.scrolled .header-logo {
        height: 60px;
    }
    header .header-const {
        font-size: 16px;
    }
    #home-banner .banner-image-logo-area{
        gap: 20px;
    }
    #home-banner .banner-image-area .image-text{
        font-size: 22px;
    }
    #home-banner .banner-img{
        width: 100%;
    }
    #home-banner .logos {
        width: 100%;
    }
    #home-banner .logos .logo {
        height: 60px;
        object-fit: contain;
        flex: 1 1 100%;
    }
    #home-banner .banner-content .banner-form-area .banner-form-head {
        font-size: 24px;
    }
    #home-before-after .before-after-text-area .before-after-title {
        font-size: 28px;
    }
    #home-before-after .before-after-text-area .before-after-desc {
        font-size: 20px;
        margin-bottom: 16px;
    }
    #home-body-form .body-form-area .form-text-area {
        text-align: center;
    }
    #home-body-form .body-form-area .form-text-area h2 {
        font-size: 32px;
    }
    #home-body-form .body-form-area .form-text-area p {
        font-size: 20px;
    }
    #home-body-form .form-img-wrapper{
        margin-bottom: 32px;
    }
    #home-arc .arc-text-area {
        margin: 0 calc(( 100vw - 720px ) /2 ) ;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #home-hair-transplant-journey .home-journey-text-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 32px;
    }
    #treatments-area .treatment-inner h2 {
        font-size: 28px;
    }
    #treatments-area .treatment-inner .treatments-list {
        flex-direction: column;
    }
    #cta-area .video-img {
        height: 320px;
    }
    #cta-area .video-text-area li {
        font-size: 14px;
    }
    #home-patient-reviews .section-title-area .section-title{
        font-size: 28px;
    }
    #home-patient-reviews .section-title-area .section-text{
        font-size: 20px;
    }
    #home-our-patients .our-patients-text-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 32px;
    }
    #home-our-patients .our-patients-text-area .our-patients-title {
        font-size: 28px;
    }
    #home-our-patients .our-patients-text-area p {
        font-size: 16px;
    }
    #home-faq .home-faq-title {
        font-size: 28px;
    }
    #home-faq .section-inner-area {
        padding: 48px 20px;
    }
}
@media (max-width: 768px) {
    .btn,.btn-light{
        font-size: 16px;
        padding: 8px 24px;
    }
    header{
        padding: 8px 0;
    }
    header .header-logo{
        height: 60px;
    }
    header .header-const {
        font-size: 14px;
        max-width: 100%;
        padding: 8px 12px;
        max-width: 200px;
    }
    #home-banner {
        margin-bottom: 40px;
    }
    #home-banner .banner-image-area .image-text{
        font-size: 20px;
    }
    #home-banner .banner-content .banner-form-area {
        margin: 0 0 32px;
        padding: 32px 16px;
    }
    #home-banner .banner-content .banner-form-area .privacy p {
        font-size: 12px;
    }
    #home-brands {
        margin-bottom: 40px;
    }
    #home-brands .logo {
        width: 100px;
    }
    #home-info-about {
        margin-bottom: 60px;
    }
    #home-info-about .col-mb{
        margin-bottom: 24px;
    }
    #home-info-about .info-about-container {
        padding: 32px 32px 8px;
    }
    #home-before-after .before-after-text-area .before-after-title {
        font-size: 24px;
    }
    #home-before-after .before-after-text-area .before-after-desc {
        font-size: 18px;
    }
    #home-body-form {
        margin-bottom: 80px;
    }
    #home-body-form .section-inner-area {
        padding: 32px 16px;
        border-radius: 24px;
    }
    #home-body-form .body-form-area .form-text-area h2 {
        font-size: 24px;
    }
    #home-body-form .body-form-area .form-text-area p {
        font-size: 18px;
    }
    #home-body-form .body-form-area .body_form .privacy p {
        font-size: 12px;
    }
    #home-arc  {
        padding-top: 200px;
    }
    #home-arc .arc-text-area {
        margin: 0 calc(( 100vw - 540px ) /2 ) ;
    }
    #home-arc .arc-text-area h2 {
        font-size: 26px;
    }
    #home-arc .arc-text-area .home-arc-desc {
        font-size: 16px;
    }
    #package{
        margin-bottom: 60px;
    }
    #package h2 {
        font-size: 24px;
    }
    #package .package-content-desktop {
        row-gap: 50px;
    }
    #package .package-inner .package-content-desktop li:nth-child(3)::after,#package .package-inner .package-content-desktop li:nth-child(2)::after, #package .package-inner .package-content-desktop li:nth-child(6)::after {
        height: 100px;
    }
    #home-hair-transplant-journey .home-journey-text-area h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    #home-hair-transplant-journey .home-journey-text-area ul {
        margin-bottom: 16px;
    }
    #home-hair-transplant-journey .home-journey-text-area ul li {
        font-size: 14px;
    }
    #home-our-services {
        margin-bottom: 60px;
    }
    #home-our-services .home-our-services-container .home-our-services-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    #home-our-services .home-our-services-container .home-our-methods-group li {
        width: 140px;
        height: 140px;
        aspect-ratio: 1;
    }
    #home-our-services .home-our-services-container .home-our-methods-group li span{
        font-size: 14px;
    }
    #treatments-area {
        margin-bottom: 60px;
    }
    #treatments-area .treatment-inner h2 {
        font-size: 26px;
    }
    #treatments-area .treatment-inner .treatments-list .treatment-card h3 {
        font-size: 18px;
    }
    #treatments-area .treatment-inner .treatments-list .treatment-card h3 b{
        font-size: 24px;
    }
    #cta-area .cta-inner {
        padding: 64px 16px 32px;
    }
    #cta-area .video-area {
        width: 100%;
    }
    #cta-area .video-img {
        height: auto;
    }
    #cta-area .video-text-area {
        padding: 0;
        position: unset;
        margin-bottom: 24px;
        flex-direction: column;
        width: 100%;
    }
    #cta-area .area-title {
        font-size: 24px;
    }
    #cta-area .cta-content {
        gap: 12px;
    }
    #cta-area .calendar , #cta-area .wp-link {
        font-size: 16px;
    }
    #home-patient-reviews {
        margin-bottom: 60px;
    }
    #home-patient-reviews .section-title-area .section-title{
        font-size: 24px;
    }
    #home-patient-reviews .section-title-area .section-text{
        font-size: 18px;
    }
    #home-our-patients {
        margin-bottom: 60px;
    }
    #home-our-patients .our-patients-text-area .our-patients-title {
        font-size: 24px;
    }
    #home-our-patients .our-patients-box-cont .our-patients-box img{
        width: 100px;
    }
    #home-faq{
        margin-bottom: 40px;
    }
    #home-faq .section-inner-area {
        padding: 32px 20px;
    }
    #home-faq .home-faq-title {
        font-size: 24px;
        text-align: center;
    }
    #home-faq .faq-list .faq-item .item-top .item-title {
        font-size: 18px;
    }
    #home-faq .faq-list .faq-item .item-bottom .item-text {
        font-size: 16px;
    }
    footer .footer-col{
        margin-bottom: 24px;
    }
    footer .footer-copyright {
        padding-bottom: 80px;
    }
    footer .footer-copyright p {
        margin-bottom: 12px;
    }
}
@media (max-width: 575px) {
    header, header.scrolled{
        padding: 8px 0;
    }
    header .header-logo , header.scrolled .header-logo{
        height: 50px;
    }
    header .header-const {
        font-size: 12px;
        max-width: 100%;
        padding: 8px;
        max-width: 200px;
    }
    #home-brands .logo {
        width: 80px;
    }
    #home-body-form .body-form-area .form-text-area h2 {
        font-size: 20px;
    }
    #home-body-form .body-form-area .form-text-area p {
        font-size: 16px;
    }
    #home-arc .arc-text-area {
        margin: 0 20px;
    }
    #home-arc .arc-text-area h2 {
        font-size: 24px;
    }
    #cta-area .video-img-wrapper {
        max-width: 100%;
    }
    #cta-area .video-img {
        width: 100%;
        height: auto;
    }
    #cta-area .cta-content {
        flex-direction: column;
        gap: 8px;
    }
    #cta-area .area-title {
        font-size: 20px;
    }

}