body {
    font-family: 'Poppins', sans-serif;
}
#breast-buttons a {
    color: #fff;
    background-color: #11477d;
    border-radius: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background: rgb(5, 44, 87);
    background: -moz-linear-gradient(90deg, rgba(5, 44, 87, 1) 0%, rgba(17, 71, 125, 1) 69%);
    background: -webkit-linear-gradient(90deg, rgba(5, 44, 87, 1) 0%, rgba(17, 71, 125, 1) 69%);
    background: linear-gradient(90deg, rgba(5, 44, 87, 1) 0%, rgba(17, 71, 125, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#052c57",endColorstr="#11477d",GradientType=1);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 4 / 2;
    display: flex;
    flex-direction: column;
    border: 3px solid #265292;
    justify-content: center;
gap:2rem;
    min-width: 300px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7rem;
    text-shadow: -1px 1px 1px rgb(0 0 0 / 26%);
    padding: 0;
    height:180px;
}
#breast-buttons a:after {
    display: block;
    content: 'Get More Information >';
    font-size: 0.9rem;
    color: #fff;
    background-color: #265293;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
    padding: 0.5rem;
    bottom: 0;
    display: block;
    position: relative;
    margin-bottom: -5rem;
    width: calc(100% + 6px);
    border: 3px solid #265293;
    margin-left: -3px;
text-shadow:none;
}
#breast-buttons .breast-augmentation a {
    background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2024/08/BREAST-AUG-IMAGE.jpg);
}
#breast-buttons .breast-reduction a {
    background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2024/08/BREAST-REDUCTION-IMAGE.jpg);
}
#breast-buttons .breast-uplift a {
    background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2024/08/BREAST-UPLIFT-IMAGE.jpg);
}
@media only screen and (max-width: 768px) {
    #breast-buttons .breast-augmentation a {
        background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2024/08/breast-agumentation-mobile.jpg);
    }

    #breast-buttons .breast-reduction a {
        background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2024/08/breast-reduction-mobile.jpg);
    }

    #breast-buttons .breast-uplift a {
        background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2024/08/breast-uplift-mobile.jpg);
    }
#breast-buttons a{
aspect-ratio: auto;
height:auto;
}
#breast-buttons .wp-block-buttons>.wp-block-button, #breast-buttons .breast-uplift, #breast-buttons .breast-reduction, #breast-buttons .breast-augmentation{width:100%;}
#breast-buttons a {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    text-align: left;
    border-radius: 8px;
    padding: 1rem;
        gap: 8px;
}
#breast-buttons a:after {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    text-align: left;
    font-size: 0.8rem;
}
}
#clinics .slick-dots{display:none;}

.start-logos{}
.start-logos .trustpilot{border-right: 1px solid #fff;max-width: 160px;}
.navbar-dark a, .navbar-dark {
    font-size: 1.05rem;
}

/* DK New */
#start section.form-container {
    background-color: #8a8a8a57;
    margin-right: 0;
    box-shadow: 0 8px 24px rgb(9 54 214 / 9%);
}
#features{
padding:0;
}
#features p {
    font-size: 0.77em;
}
#features p strong{
    font-size: 2em;
}
#features .wp-block-column .wp-block-columns{
    margin-bottom: 0;
     gap:0;

}
#features .wp-block-column .wp-block-columns:first-child {
    /* border-bottom: 1px solid; */
}
#features .wp-block-column .wp-block-columns:nth-child(2) .wp-block-column {
    /* padding-top: 1.5em;
    padding-bottom: 0.5em; */
}
#features .wp-block-column .wp-block-columns:nth-child(1) .wp-block-column {
    /* padding-top: 1.5em;
    padding-bottom: 0.5em; */
    /* border-right: 1px solid; */
}
#features .wp-block-column .wp-block-columns .wp-block-column:first-child{
    /* border-right: 1px solid; */
}
header#start {
    /* padding-top: 1em !important; */
}
.form-title{
    font-size:1.5rem;
}

.book-button a{
background: transparent none;
    border-color: rgb(212 170 53);
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.4em;
    padding-right: 1.33em;
    padding-bottom: 0.4em;
    padding-left: 1.33em;
    max-width: 100%;
}
.book-button a::after {
    content: '+';
    display:inline-block;
    color:white;
    margin-left:0.5em;
    font-weight:700;
    font-size:1.2em;
    padding-bottom:0.1em;
    transition: all 0.3s ease;
}
.book-button:hover a::after {
    margin-left: 0.35rem;
}
.new-reviews{}
.new-reviews p, .new-reviews figure{margin-bottom:0.3rem!important;}
.new-reviews a{text-decoration:none;}
/* .package__card h3 strong {
    font-size: 1.75rem;
    font-weight: 800;
}
.package__card li {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.package-header {
    background-color: #d4aa35;
    border-radius: 10px;
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom:1rem;
    align-items: baseline;
    padding:1rem;
}
.package__card-label{
    background:none;
    margin:0;
    padding:0;
    font-size:0.8em;
    font-weight:400;
}
.package__card-label-price{
    background:none;
    margin:0;
    padding:0;
    font-size:2.5rem;
    line-height:2rem;
    font-weight:500;
}
.package__card .wp-block-buttons.pt-2.openModal {
    bottom:1rem;
    right:1rem;
}
.package__card .wp-block-buttons.pt-2.openModal a{
    border-radius:15px;
    padding:0.7rem 1rem;
}
.package__card {
    border-radius: 15px;
} */
#clinics .slick-slide {
    align-self:center;
}

#clinics .slick-track{
    display:flex;
}
.faq-item {
    padding: 0;
}
/* .fue-package .package-header {
    background-image: url("https://lp.mcanhealth.com/start/wp-content/uploads/2025/04/FUE.jpg");
    background-size: contain;
}
.dhi-package .package-header {
    background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2025/04/DHI.jpg);
    background-size: contain;
}
.sapphire-package .package-header {
    background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2025/04/SAPPHIRE.jpg);
    background-size: contain;
} */
#features :where(.wp-block-columns.is-layout-flex){
    gap: 0;
    margin: 0;
}
#video-popup{aspect-ratio: 1.4 / 2.42;}

#start section.form-container {
    background-color: #ffffff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 4rem;
        padding-right: 2.2rem;
    padding-left: 2.2rem;
    max-width: 400px;
}
.form-title {
    color: #012ac0;
    font-size: 1.23rem;
    font-weight: 600;
}
.form-title::after {
    display: inline-block;
    height: 48px;
    width: 48px;
    content: '';
    background-image: url(http://lp.mcanhealth.com/start/wp-content/themes/mcan-land/assets/img/ico/headsup.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
    margin-top: -4px;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    border-radius: 12px;
padding:8px;
    border: none;
    background-color: #f4f5fb;
    color: #2c3338;
}
.change-country button.btn.btn-light.dropdown-toggle {
    padding: 5px;
    height: 100%;
}
.FootercountryCode1DialList li {
    color: #505050 !important;
}
section.form-container a,
p.privacy-text {
    color: #000000 !important;
}
input.submit-btn.btn.btn-light {
    background-color: #0936d5;
    color: white;
    text-align: left;
    padding: 14px 17px;
background-image: url('http://lp.mcanhealth.com/start/wp-content/themes/mcan-land/assets/img/ico/white/arrow-right.svg');
background-repeat:no-repeat;
background-position: 97% center;
border-bottom-right-radius: 28px;
transition: all 0.3s ease;
}
input.submit-btn.btn.btn-light:hover {
    background-position: 99% center;
}
h1 {
    text-shadow: 0px 2px #00000047;
    font-weight: 500;
    font-size: 56px;
}
h1 strong{
    background-image: url('http://lp.mcanhealth.com/start/wp-content/themes/mcan-land/assets/img/ico/line.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: 500;
    font-size: 56px;
    background-size: 85%;
    padding-bottom: 5px;
    margin-bottom: 4px;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 34px;
    }
    h1 strong{
        font-size: 34px;
    }
    :where(.wp-block-columns){
            margin-bottom: 1em;
    }
    :where(.wp-block-group.has-background){
        padding: 1em;
    }
}
.form-container .full-name{
    background-image: url('http://lp.mcanhealth.com/start/wp-content/themes/mcan-land/assets/img/ico/user.svg');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 2.6rem !important;
}
.form-container .email{
    background-image: url('http://lp.mcanhealth.com/start/wp-content/themes/mcan-land/assets/img/ico/email.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 2.6rem !important;
}
.change-country{
    border:0;
    padding-left: 5px;
}
#start{
    background-image: url('https://lp.mcanhealth.com/start/wp-content/uploads/2025/05/headbg-desktop.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    background-color: #000;
    min-height: 75vh;
    /* max-height: 817px; */
}
@media only screen and (max-width: 768px) {
    #start{
        background-image: url('https://lp.mcanhealth.com/start/wp-content/uploads/2025/05/headbg-mobile.jpg');
        min-height: 100vh;
    }
    aside#main-cta .has-medium-font-size {
        font-size: 1.1rem !important;
    }
}
@media only screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
.wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before {
    color: #ffffff;
    font-size: 2rem;
}
.mcl-gallery figure {
    border: 0;
    border-radius: 0;
}
.mcl-gallery .slick-dotted.slick-slider {
    margin-bottom: 30px;
    overflow: visible;
    padding: 0;
}

/* Slider Ana Yapısı */
.wp-block-cb-carousel {
    position: relative;
    padding-bottom: 0; /* Alt boşluk oluştur */
}

/* Navigasyon (Oklar ve Dots) */
.slick-dots, .slick-prev, .slick-next {
    position: absolute;
    bottom: 10px; /* En alt */
    left: 10px; /* Sol */
    transform: none;
    text-align: left;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
}

.slick-prev, .slick-next {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slick-prev {
    margin-right: 8px;
}

.slick-dots {
    margin-left: 50px;
    bottom: 10px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background-color: #6CC3EF; /* Mavi Renk (Aktif) */
}

/* Hover ile Renk Değişimi */
.slick-prev:hover, .slick-next:hover {
    background-color: #6CC3EF;
    color: #fff;
}

.gradient-text {
  background: linear-gradient(90deg, #b0c4de, #007bff); /* Açık gridan maviye geçiş */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.book-button{
    cursor: pointer;
}
.book-button a{
    border-color: #fff;
}
.modalContent section.form-container {
    max-width: 95vw;
    width: 350px;
    color: #fff;
}
.modalContent section.form-container a, .modalContent p.privacy-text {
    color: #fff !important;
}

.modalContent input.submit-btn.btn.btn-light{
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 14px 17px;
    background-image: url('http://lp.mcanhealth.com/start/wp-content/themes/mcan-land/assets/img/ico/white/arrow-right.svg');
    background-repeat:no-repeat;
    background-position: 97% center;
    border-bottom-right-radius: 28px;
}

#main-cta .wp-block-cb-carousel {
  position: relative;
  padding-bottom: 70px; 
}

/* Ortak stil */
#main-cta .slick-arrow {
  position: absolute !important;
  bottom: 20px !important;     /* ALTTA ve biraz yukarıda */
  top: auto !important;
  transform: none !important;
  z-index: 20;
  width: 36px;
  height: 36px;
  /* background: rgba(255, 255, 255, 0.1); */
  color: white;
  border: none;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0; /* ikon için gerekirse değiştirilebilir */
}

/* Sol ok */
#main-cta .slick-prev {
  left: 0 !important;
}

/* Sağ ok */
#main-cta .slick-next {
  right: 0 !important;
  left: 40px !important; /* Sağ ok için boşluk bırakır */
}
#main-cta .wp-block-cb-carousel .slick-slide{
    padding-left: 0;
}
#detail-logos {
  background: linear-gradient(to bottom, #000000 50%, #ffffff 50%);

}
#detail-logos .wp-block-columns {
    padding: 0;
    margin-bottom: 0;
}
#detail-logos .logos {
    border-radius: 20px;
    padding: 2rem 0;
    margin-bottom: 0;
    border: 1px solid #EEF3F9;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
#detail-logos .logos .wp-block-image {
    margin: 0;
}
#detail-logos .logos p{
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 5px;
        margin-bottom: 0;
}

aside#main-cta {
    /* padding-bottom: 160px !important; */
}
.pull-60{
    margin:0;
    margin-top: -60px !important;
}
.gradient-heading {
  display: inline-block;
  background: linear-gradient(to right, #3a365f, #64a6d7, #008cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
}
#methods .slick-slide {
    max-width: 343px;
    border: 1px solid #E5EBF1;
    border-radius: 20px;
    padding: 1rem;
    padding-top: 3.5rem;
    transition: all 0.3s ease;
}
#methods .slick-slide:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
#methods .slick-track {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
#methods .wp-block-group__inner-container{
    padding: 0;
}
.wp-die-message, p{
    font-size: 1rem !important;
}
.method-title strong {
    font-size: 1.4rem;
}
#methods .wp-block-buttons>.wp-block, .wp-block-buttons>.wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button {
    width: 100%;
    cursor: pointer;
}
#methods a.wp-block-button__link{
    background-color: #0936d5;
    color: white;
    text-align: left;
    padding: 14px 17px;
    background-image: url(http://lp.mcanhealth.com/start/wp-content/themes/mcan-land/assets/img/ico/white/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    border-radius: 5px;
    border-bottom-right-radius: 28px;
    transition: all 0.3s ease;
}
#methods a.wp-block-button__link:hover {
    background-position: 99% center;
}
.hair-analyse-cta{
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: -2rem;
}
.hair-analyse-cta .wp-block-button{
    border:1px solid #E5EBF1;
    background-color: #fff;
    border-radius: 20px;
    z-index: 1;
    transition: all 0.3s ease;
}
.hair-analyse-cta .wp-block-button:hover{
    border-color: #0936d5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.hair-analyse-cta a.wp-block-button__link{
    display: inline-block;
    background: linear-gradient(to right, #3a365f, #64a6d7, #008cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 500;
}

 .hair-analyse-cta a.wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; /* ikon ile yazı arası boşluk */
      padding: 9px 15px;
}

.hair-analyse-cta a.wp-block-button__link::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
background-image: url('https://lp.mcanhealth.com/start/wp-content/uploads/2025/05/zoom.svg.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
 .hair-analyse-cta a.wp-block-button__link::after {
  content: '';
  display: inline-block;
  width: 57px;
  height: 29px;
  background-image: url('https://lp.mcanhealth.com/start/wp-content/uploads/2025/05/click.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
      animation: moveArrow 1.5s ease-in-out infinite;

}
/* Animasyon tanımı */
@keyframes moveArrow {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0);
    }
}
h2{
    font-size: 2.7rem !important;
}
.whatsapp__box{margin:0;}


#packages {
    padding: 0;
background: #ffffff;
background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(247, 250, 254, 1) 100%);
    margin-top: 3rem;
}
#packages .wp-block-button__link{
    font-size: 1rem;
}

#packages .package__card {
  background-color: #fff;
  border-radius: 20px;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04); */
  padding: 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
    border: 1px solid #E5EBF1;
}

#packages .package__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

#packages .package-header {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; */
}

#packages .package__card-label {
  font-size: 1.2rem!important;
  font-weight: 600;
  color: #546e82;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#packages .package__card-label-price {
  font-size: 1.2rem!important;
  font-weight: 600;
  color: #000;
}

#packages h3.wp-block-heading {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
  line-height: 1.3;
}

#packages ul.wp-block-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  color: #333;
  min-height: 320px;
}

#packages ul.wp-block-list li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.7rem;
}

#packages ul.wp-block-list li::before {
  content: '✔';
  color: #45efac;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

#packages .wp-block-buttons.openModal {
  justify-content: flex-end;
}

#packages .wp-block-button__link {
  display: inline-block;
  background-color: #45efac;
  color: #000;
  font-weight: 600;
  padding: 8px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-weight: 500;
  margin-top: 0.5rem;
}

#packages .wp-block-button__link:hover {
  background-color: #39e0a0;
}

#packages .package-more-info {
  display: none; /* alt link gizli tutulabilir */
}
#packages h3.wp-block-heading{
    padding: 0;
    margin: 0;
    display: block;
}
.package-header{
    padding: 0;
    margin: 0;
}
#packages .package-header {
    border-bottom: 1px solid #E5EBF1;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
#packages .package-header h3 {
    font-size: 1.5rem;
    font-weight: 500;
}
#packages .package-header h3 strong {
    font-size: 1.8rem;
    color: #546D82;
    font-weight: 600;
}
#packages .wp-block-columns,#packages p{margin-bottom: 0;}

#journey{
    /* background-image: url('https://lp.mcanhealth.com/start/wp-content/uploads/2025/05/side.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
    padding-top: 10%;
    background-color: #000000;
    margin-top: -6%; */
}
#journey .slick-track{
        display: flex;
    gap: 1rem;
}

#journey .slick-slide h3 {
    font-size: 1.2rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
}
#journey .slick-slide {
    display: block;
    height: 300px !important;
    border-radius: 12px;
    padding: 1rem;
    background: #ffffff14;
    background: linear-gradient(360deg, rgb(33 53 66 / 62%) 0%, rgb(1 2 4) 100%);
}
#video-review-slider img{border-radius: 12px;}

.slick-list, .slick-track{
    display: flex!important;
}
.video-thumbnail a:before{
    transition: all 0.3s ease;
}
.video-thumbnail:hover a:before{
    transform: translate(-50%, -60%);
}
.p-midsection {
    padding-top: calc(2vw + 1rem);
    padding-bottom: calc(2vw + 1rem);
}
.p-section {
    padding-top: calc(2vw + 2rem);
    padding-bottom: calc(2vw + 1rem);
}
.clinic-info-text{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.footer-links a, .footer-links p, .footer-links li a, .footer-links li, #footer .address a{
    color: #fff;
    text-decoration: none;
}
.mainmenutext{
    cursor: pointer;
    background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2025/05/menulines.svg);
    background-position: right center;
    padding-right: 3.5rem;
    background-repeat: no-repeat;
}
.mainmenutext a{text-decoration: none;}
.section.form-container{
    display: flex;
    margin-right: 0!important;
}
header#start>.wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    height: 90vh;
    justify-content: space-between;
}
.modalContainer .close{
    font-size: 15px!important;
    width: 30px!important;
}
@media only screen and (min-width: 1033px) {
/* DEsktop Only */
#features .wp-block-column{
    gap:1rem;
}
}
.wp-block-group.countbox {
    background-color: #0000006e;
    padding: 10px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #ffffff26;
}
@media only screen and (max-width: 1032px) {
    #start{
        min-height: 100vh;
        overflow: visible;
    }
    header#start>.wp-block-group__inner-container {
        height: 100vh;
        max-height: auto;
    }
    #methods a.wp-block-button__link{
        font-size: 1rem;
            background-size: 31px;
    }

}
@media only screen and (max-width: 768px) {
    .container {
        max-width: 100vw;
        height: auto;
        overflow-x: visible;
    }
    h1 {
        font-size: 28px;
    }
    .hair-analyse-cta a.wp-block-button__link{
        font-size: 1.1rem;
    }
    header#start>.wp-block-group__inner-container{
        height: auto;
    }
    #start {
        background-image: url(https://lp.mcanhealth.com/start/wp-content/uploads/2025/05/headbg-mobile.jpg);
        min-height: 100vh;
        background-size: 100vh;
        background-position: top center;
    }
    #features{
        padding-top:0!important;
        margin-top: 0!important;
    }
    #features .wp-block-column .wp-block-columns {
       margin-bottom: 5px;
    }
    header#start{
        padding:0 0.5rem; 
        padding-bottom:0!important;
    }
    #main-cta{padding-top:0;margin-top: 0;margin-bottom: 0;padding-bottom: 0;}
    #detail-logos>.wp-block-group__inner-container>.wp-block-group{padding: 0;}
    .wp-block-image img{
        max-height: 46px!important;
    }
    #detail-logos .logos p{
        font-size: 0.9rem !important;
        line-height: 1.4rem;
    }
    #detail-logos{
        padding:0.5rem;
    }
}
@media only screen and (max-width: 768px) {
    .wp-block-image img {
        max-height: 500px !important;
    }
        .whatsapp__title, .whatsapp__text {
        font-size: 1rem!important;
    }
}
.nogap{
    gap:0;
}
    #main-header.fixed-top {
        max-width: 100vw;
    }
    #main-header.fixed-top>.wp-block-group__inner-container {
        max-width: 1400px;
        margin: 0 auto;
    }
@media only screen and (max-width: 768px) {
    :where(.wp-block-group.has-background) {
        padding: 0.5em;
    }
    #methods .slick-track{
        gap: 0.5rem;
    }
    #main-cta div#before-afters {
        margin-left: -0.5vw;
        margin-right: -0.5vw;
    }
    .mcl-gallery figure {
        border: 0;
        border-radius: 0;
    }
    #video-review-slider .wp-block-cb-carousel .slick-track .slick-list{
        /* margin-left: -1rem; */
        /* padding: 0; */
    }
}
    #main-header.fixed-top {
        background-color: #0b33c2f2;
        padding: 1rem;
        max-width: 100vw;
    }
        #main-header.fixed-top .wp-block-columns, #main-header.fixed-top .wp-block-image{
        margin-bottom: 0;
    }
@media only screen and (max-width: 768px) {

    #main-header.fixed-top .hair-analyse-cta {
        max-width: 100vw;
        width: 95vw !important;
        margin: 0;
        padding: 0;
        margin-left: -1rem;
        margin:0 auto;
        margin-top: 0.5rem;
                margin-bottom: -0.75rem;

    }
    }


    @media only screen and (max-width: 768px) {
    .whatsapp__title, .whatsapp__text {
        font-size: 1rem !important;
        margin-top: -9px;
    }
    #journey .slick-track{
        margin-left: -1rem;
    }
    #clinics .slick-list,  #clincs .slick-track {
        padding: 0!important;
    }
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    h1 {
        font-size: 2rem;
    }
    h1 strong {
        font-size: 2.5rem;
    }
    h2{
        font-size: 2.2rem;
    }
}
#footer section.form-container{
    background-color: #fff;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.survey-container h2{
        font-size: 25px !important;
}
body, html{
    max-width: 100vw;
    overflow-x: hidden;
}

#footer .input-group .btn{
    z-index: 0;
}
body .is-layout-flex {
    transition: all 0.6s ease;
}
@media only screen and (max-width: 768px) {
    #video-popup {
        width: 85%;
        height: auto;
        padding: 5px;
        max-height: 65vh
    }
}