@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/SofiaProRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/SofiaProBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
span,
div {
  font-family: 'Sofia Pro', sans-serif !important;
}
  
  @font-face {
    font-family: "Sofia-Pro";
    src: url("../fonts/sofia-pro-300");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Sofia-Pro";
    src: url("../fonts/sofia-pro-600");
    font-weight: 600;
    font-style: normal;
  }
  
  
  
  @font-face {
    font-family: "Sofia-Pro";
    src: url("../fonts/sofia-pro-700");
    font-weight: 700;
    font-style: normal;
  }
  
  
  @font-face {
    font-family: "Sofia-Pro";
    src: url("../fonts/sofia-pro-900");
    font-weight: 900;
    font-style: normal;
  }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 20px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Sofia-Pro', sans-serif;
    color: #fff;
    width: 100%;
    min-height: 100vh;
}

/* Reset common elements */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, figure, table, fieldset {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button, input, textarea, select {
    font: inherit;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}
.container{
    max-width: 100%;
    width: 1200px;
    padding-inline: 16px;
    margin-inline: auto;
}
header{
    position: relative;
    
    border-bottom: 3px solid #4285F4;
}
header .container{
    position: relative;
    padding-block: 25px;
}
header .logo{
    max-width: 150px;
}
.google-reviews{
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0px 3px 6px #989898;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateY(calc(100% + 3px));
    max-width: 200px;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 20px;
    padding-inline: 7px;
    min-width: 280px;
    border-radius: 42px;
}
.btn-primary{
    color: #fff;
    background: #007AFF;
}
.btn-container{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
 .btn-followup{
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

/* hero styles */

.hero{
background: url("https://lp.elithair.com.tr/wp-content/uploads/2026/03/trkapakaa.webp");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding-block: 76px 14px;
overflow: hidden;

}
.hero h1{
    color: #003870;
    font-size: 42px;
    line-height: 56px;
    width: 444px;
    max-width: 100%;
    font-weight: 600;
    margin-bottom: 38px;
}
.hero p{
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    width: 572px;
    max-width: 100%;
    margin-bottom: 56px;
}
.bottom-row{
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.boxes-container{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.box{
    display: flex;
    flex-direction: column;
    gap: 11px;
    background: #007AFFB3;
    padding: 20px 24px;
    border-radius: 8px;
    
}
.box h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

/* steps-section */

.steps{
    padding-block: 40px 24px;
    background: #003870;
}
.steps h2{
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 16px;
}
.steps p{
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 41px;
    font-weight: 400;
}
.steps .image-area img{
    margin-bottom: 24px;
}
.steps .image-area .btn-followup{
    color: #fff;
}
.contents{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap:40px;
}
.contents .image-area{
    max-width: 496px;
}
.list-area{
    max-width: 100%;
    width: 451px;
}
.list-area h4{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 400;
}
.list-area h3{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 48px;
}
.list-area .titled-list{
    background: #FFFFFF;
    padding: 36px;
    margin-bottom: 24px;
}
.list-area h5{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
}
.list-area>p{
    font-size: 16px;
    line-height: 24px;
    width: 386px;
    max-width: 100%;
    margin-bottom: 0;
}
.list-area .titled-list h5{
    color: #262626;
    font-size: 20px;
    margin-bottom: 16px;
}
.list-area .titled-list ul{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.list-area .titled-list ul li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.list-area .titled-list ul li img{
    margin-top: 5px;
}
.list-area .titled-list ul li p{
    font-size: 17px;
    line-height: 24px;
    color: #071025;
    margin-bottom: 0;
}
.list-area .titled-list ul li p strong{
    font-weight: 700;
}

/* journey section */

.journey{
    padding-block: 32px 24px;
    color: #000000;
}
.journey h2{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    color: #121212;
}
.initial-content{
    display: flex;
    justify-content: space-between;
    gap:40px;
}
.points{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.point{
    width: 50%;
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}
.point .checkmark-container{
    min-width: 28px;
}
.point .point-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 304px;
    max-width: 100%;
}
.point .point-content h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.point .point-content p{
    font-size: 17px;
    line-height: 24px;
    width: 288px;
    max-width: 100%;
    font-weight: 500;
}
.image-container{
    min-width: 432px;
    max-width: 100%;
}
.followup-content{
    text-align: center;
    width: 560px;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 32px;
}

.followup-content h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* four-column section */
.four-column{
    background: #003870;
    padding-block: 40px 24px;
}
.four-column ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.four-column ul li{
    border-left: 8px solid #007AFF;
    padding-left: 24px;
    max-width: 306px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.four-column ul li h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.four-column ul li p{
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
.four-column .btn-followup{
    color: #FFFFFF;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 15px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* video-testimonials section */
.video-testimonials{
    background: #F0F0F2;
    padding-block: 40px 144px;
}
.video-testimonials h2{
    color: #13132C;
    font-size: 39px;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 16px;
}
.video-testimonials h2 span{
    color: #007AFF;
}
.video-testimonials h3{
    font-size: 18px;
    text-align: center;
    line-height: 19px;
    color: #000000;
    margin-bottom: 24px;
}
.video-testimonials p{
    font-size: 16px;
    line-height: 19px;
    color: #707070;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}
.video-container img{
    width: 100%;
    margin-bottom: 20px;
}
.review-score{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;
    min-width: 100%;
}
.stars{
    display: flex;
    gap: 6.3px;
}
.circle-checkmark{
    padding-right: 20px;
}
.info{
    margin-top: 28px;
    min-width: 100%;
    padding-inline: 20px;
}
.info h4{
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    text-align: left;
    margin-bottom: 16px;
}
.info p{
    font-size: 18px;
    font-weight: 22px;
    color: #5C6166;
    margin-bottom: 47px;
    text-align: left;
    min-height: 96px;
}
.mySwiper{
    margin-bottom: 24px;
}
.faq{
    background: #003366;
    border-top: #007AFF 1px solid;
}
.faq .container{
    position: relative;
    width: 780px;
}
.faq .logos-area{
    background: #fff;
    border: 2px solid #007AFF;
    width: 732px;
    margin-inline: auto;
    margin-top: -120px;
    padding: 76px 64px;
}
.faq h2{
    font-size: 39px;
    line-height: 47px;
    text-align: center;
    margin-top: 37px;
    margin-bottom: 16px;
}
.faq p{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}
.faq p.numbers{
    font-size: 46px;
    line-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-block: 24px 16px;
    font-weight: 600;
}
.faq p.numbers span{
    color: #007AFF;
}
.faq p.smaller-font{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
}
.faq .btn-followup{
    color: #fff;
}
.faqs{
    padding-bottom: 48px;
}
.faqs h3{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 28px;
}
.faqs-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.faqs-list .faq-item{
    background: #E1E1E6;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
}
.faqs-list .faq-item .faq-head{
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
    background: #F2F2F2;
    padding: 28px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
.faqs-list .faq-item.active .faq-head{
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
    border-bottom-left-radius: 42px;
}
.faqs-list .faq-item.active{
    border-radius: 42px;
}
.faqs-list .faq-item .faq-head a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    pointer-events: none;
}
.faq-item .faq-body{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.faq-item .faq-body>div{
    padding: 16px 20px 32px;
}
.faqs-list .faq-item .faq-head::after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://lp.elithair.de/wp-content/uploads/2025/02/Icon-open-plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.faq-item.active .faq-body{
    max-height: 800px;
}
.faq-body p{
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    color: #424242;
    margin-bottom: 20px;
}
.faq-body .btn-container{
    align-items: flex-start;
    justify-content: flex-start;
}
.faqs-list .faq-item.active .faq-head::after{
    width: 18px;
    height: 5px;
    background: url(https://lp.elithair.de/wp-content/uploads/2025/02/Icon-metro-minus.svg);
}

footer{
    background: #003366;
    padding-bottom: 76px;
}
footer p{
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.footer-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.visible-desktop{
    display: flex;
}
.visible-mobile{
    display: none;
}
.before-after-slider{
    padding-block: 40px;
    position: relative;
}
.before-after-slider .swiper{
    margin-top: 50px;
}    
.before-after-slider h2 {
    color: #13132C;
    font-size: 39px;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 16px;
    width: min(485px,100%);
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.before-after-slider p{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    width: min(485px,100%);
    margin: auto;    
    text-align: center
}

.before-after-slider .swiper-slide {
    background-color: #E5E5E5;
    padding:100px 20px 20px 20px;    
}
.before-after-slider .swiper-slide .slide-image-container img{
    object-fit: unset;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.slide-text{
    flex:1;
}

.swiper-slide {
    height: auto
  }

  
span.slide-grafts {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 0px 3px #00000029, 0px 3px 6px #00000029;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
        color:#003870;
        padding:20px 10px;
        position:absolute;
        left:20px;
        top:0;
        font-size:19px;
        line-height:23px;
    }

    .slide-text p {
        font-size:15px;
        line-height:19px;
        color:#000;
        font-weight:bold;
        padding:35px 0;
    }
    
    .swiper-slide ul {
    margin-bottom: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    width:100%;    
        padding:15px;
    }
    
    .swiper-slide ul li{
        color: #000;
        display: flex;
        justify-content: space-between;
        color: #003870;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
    }
    
    
    .swiper-slide ul li b {
        font-weight: bold;
    }
    
    p.slide-bottom-text {
        color: #007AFF;
        font-size: 16px;
        line-height: 19px;
    }
    .slide-image-container {
        width: 100%;
    }

    .swiper-nav{
        display: flex;
        justify-content: center;
        gap: 0;
        cursor: pointer;
        margin-top: 20px;
    }

    .swiper-button-disabled{
        opacity: .7;
    }

    .video-container {
        margin-bottom: 23px;
    }  
    

    .video {
        cursor: pointer;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    
    .video video {
        width: 100%;
        height: 100%;
        aspect-ratio: 460/273;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .play-icon {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        background-size: 100%;
        z-index: 10;
    }
    
    
    .play-icon.active {
        display: none
    }
    
    .play-icon:hover img {
        scale: 1.2
    }
    
    .play-icon:hover::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.1)
    }
    
    
    
    .play-icon .play-icon.active {
        display: none
    }
    
    .swiper-slide .stars img {
        object-fit: unset;
        height: 30px;
    }



.swiper-button-next, .swiper-button-prev {
    color: #000;  /* Change color to fit your design */
    font-size: 24px;  /* Adjust the size */
    background-color: rgba(255, 255, 255, 0.7); /* Optional background for buttons */
    border-radius: 50%;
    padding: 10px;
}


.ba-popup{
    position: fixed;
    display: flex;
    width: 100%;
    background: rgba(0,0,0,0.85) 0% 0% no-repeat padding-box;
    min-height: 100vh;
    z-index: 20;
    left: 0;
    top:0;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: .3s all ease;
    visibility: hidden;
}
.ba-popup.active{
    opacity: 1;
    visibility: visible;
}

.ba-box{
    background: transparent linear-gradient(180deg, #2A6BAC 0%, #0E4D91 55%, #007AFF 100%, #001C38 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    width: min(100%,900px);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 25px;
    position: relative;
}
.ba-box img{
    border-radius: 25px 0 0 25px;
}

.ba-content{
    padding: 70px 70px 70px 45px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color:#fff;
    align-items: flex-start;
}
.ba-content h2{
    text-align: left;
    color:#fff;
    width:100%;
    font-size: 30px;
    line-height: 32px;
}
.ba-content p{
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    margin-bottom: 11px;
    width: 100%;
}

.ba-content .btn-wrp span{
    display: block;
    max-width: 324px;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
}
.ba-content a{
    padding: 10px 20px;
    background-color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: inline-flex;
    color: #003366;
}
.ba-content .second-text{
    margin-top: 20px;;
}
img.close-popup{
    position: absolute;
    right: 20px;
    top:20px;
    border:solid 1px #fff;
    border-radius: 50%;
    padding:20px;
}

.popup-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* max-height: 500px; */
}

@media (max-width: 1250px){
    .ba-box{
        grid-template-columns: .7fr 1.3fr;
        width: calc(100% - 40px);
    }
}

@media (max-width: 900px){

    .ba-box{
        grid-template-columns: 1fr;        
    }   
 
    
    img.popup-image{
        height: 100%;
        width: 100%;
        object-fit: cover;
        max-height: 200px;
        border-radius: 25px 25px 0 0;
    }

    .ba-content h2{ font-size: 20px; line-height: 24px; text-align: center; margin:0;}
    .ba-content p{ font-size: 16px; line-height: 18px; text-align: center; margin:0;}
    .ba-content a{ font-size: 16px; line-height: 18px; text-align: center; margin:0;}
    .ba-content .btn-wrp span{ font-size: 14px;}
    .ba-content{
        padding:30px 15px;
        gap:20px;
        align-items: center;
        justify-content: center;
    }
    
    .swiper-slide .stars img {
        height: 20px;
    }    
    
    .initial-content,.contents{
        flex-direction: column;
        align-items: center;
        justify-content: center; 
        gap:0;      
    }

    .image-container{
        min-width: 0;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .image-container img{
        max-width: 261px;
    }    

}    


@media (max-width: 768px){

    .before-after-slider{
        padding-block: 30px;
    }

    span.slide-grafts {
        font-size: 14px;
        line-height: 19px;
    }
    
    .slide-text p {
        font-size: 14px;
        line-height: 18px;
        padding: 13px 0;
    }
    
    p.slide-bottom-text {
        font-size: 14px;
        line-height: 18px;
    }
    
    .before-after-slider .swiper-slide {
        padding: 80px 20px 20px 20px;
        min-height:auto;
    }    
    .visible-desktop{
        display: none;
    }
    .visible-mobile{
        display: flex;
    }
    
    header .logo{
        width: 120px;
    }
    header .container{
        padding-block: 15px;
    }
    .google-reviews{
        /* max-width: 78px; */
        right: 20px;
    }
    .hero{
        background: url(https://lp.elithair.com.tr/wp-content/uploads/2026/03/mobiltasaa.webp);
        padding-bottom: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
    .hero h1{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
        max-width: 290px;
        margin-bottom: 20px;
    }
    .hero p{
        font-size: 16px;
        line-height: 24px;
        max-width: 270px;
        margin-bottom: 20px;
    }
    .bottom-row{
        flex-direction: column;
    }

    .boxes-container {
        overflow-x: scroll;
        white-space: nowrap; /* Prevents content from wrapping */
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: white transparent; /* For Firefox */
        justify-content: flex-start;
    }
    
    /* WebKit (Chrome, Edge, Safari) */
    .boxes-container::-webkit-scrollbar {
        height: 6px; /* Scrollbar height */
        background: white;
    }
    
    .boxes-container::-webkit-scrollbar-track {
        background: transparent; /* Track background */
    }
    
    .boxes-container::-webkit-scrollbar-thumb {
        background: white; /* Scrollbar color */
        border-radius: 3px;
        width: 60px; /* Scrollbar width */
        max-width: 60px;
    }
    .boxes-container{
        overflow-x: scroll;
        width: calc(100% + 20px);
        padding-bottom: 20px;
        margin-bottom: 35px;
    }
    .box{
        padding: 14px 16px;
        justify-content: flex-start;
        gap: 10px;
    }
    .boxes-container .box:first-child{
        min-width: 168px;
    }
    .boxes-container .box:noth-child(2){
        min-width: 140px;
    }
    .boxes-container .box:last-child{
        min-width: 210px;
    }
    .box img{
        max-width: 28px;
        
    }
    .box h3{
        font-size: 16px;
        line-height: 19px;
    }
    .btn{
        font-size: 16px;
        line-height: 19px;
        padding: 14px 9px;
        min-width: 175px;
    }
    .hero .btn-followup{        
        font-size: 13.5px;
        line-height: 19px;
        margin-bottom: 20px;
        margin-left:55px;
    }

    .steps{
        padding-block: 20px 30px;
    }
    .steps h2{
        font-size: 34px;
        line-height: 35px;
    }
    .steps p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .steps .image-area img{
        margin-bottom: 40px;
    }
    .list-area h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .list-area h3{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .list-area .titled-list{
        padding: 20px 14px;
    }
    .list-area .titled-list h5{
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 35px;
    }
    .list-area .titled-list ul{
        gap: 10px;
    }
    .list-area .titled-list ul li p{
        font-size: 18px;
        line-height: 25px;
    }
    .list-area h5{
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }
    .list-area>p{
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .list-area .btn-followup{
        color: #fff;
        font-size: 16px;
        line-height: 21px;
    }

    .journey h2{
        font-size: 34px;
        line-height: 35px;
        text-align: center;
    }

    .journey p{
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .points{
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

    .point{
        width: 100%;
        margin-bottom: 0;
        justify-content: center;
    }
    .point .checkmark-container{
        width: 22px;
        min-width: 22px;
    }
    .point .point-content{
        width: 270px;
    }
    .point .point-content h3{
        font-size: 18px;
        line-height: 21px;
    }
    .point .point-content p{
        font-size: 14px;
        line-height: 19px;
        text-align: left;
        max-width: 224px;
    }

    .followup-content{
        margin-top: 30px;
    }
    .followup-content h4{
        font-size: 20px;
        line-height: 24px;
        max-width: 320px;
        margin-inline: auto;
    }
    .video-container{
        min-width: 100%;
    }
    .journey  .btn{
        font-size: 22px;
        line-height: 27px;
        padding-inline: 19px;
    }
    .journey .btn-followup{
        font-size: 16px;
        line-height: 21px;
        color: #838383;
    }

    .four-column ul li{
        padding-left: 20px;
    }
    .four-column ul{
        flex-direction: column;
        gap: 30px;
    }
    .four-column ul li h3{
        font-size: 18px;
        line-height: 21px;
    }
    .four-column ul li p{
        font-size: 14px;
        line-height: 19px;
    }
    .four-column .container{
        padding-inline: 60px;
    }
    .four-column .btn{
        font-size: 21px;
        line-height: 27px;
        padding-inline: 19px;
    }
    .four-column .btn-followup{
        font-size: 16px;
        line-height: 21px;
    }
    .video-testimonials{
        padding-block: 30px 80px;
    }
    .video-testimonials h2{
        font-size: 34px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .video-testimonials h3{
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .video-testimonials p{
        font-size: 16px;
        line-height: 24px;
        color: #707070;
        margin-bottom: 30px;
    }
    .stars{
        gap: 5px;
    }
    .stars img{
        width: 20px;
    }
    .circle-checkmark{
        padding-right: 0;
    }
    .circle-checkmark img{
        width: 20px;
    }
    .info{
        margin-top: 20px;
    }
    .info h4{
        font-size: 18px;
        line-height: 24px;
    }
    .video-testimonials .btn{
        font-size: 22px;
        line-height: 27px;
        padding-inline: 19px;
    }
    .video-testimonials .btn-followup{
        font-size: 16px;
        line-height: 32px;
    }
    .faq .logos-area{
        padding: 30px 13px;
        width: 275px;
        margin-top: -45px;
    }
    .faq h2{
        font-size: 34px;
        line-height: 42px;
        margin-top: 40px;
    }
    .faq p{
        font-size: 16px;
        line-height: 20px;
    }
    .faq p.numbers{
        font-size: 25px;
        line-height: 30px;
    }
    .faq p.smaller-font{
        font-size: 16px;
        line-height: 18px;
    }
    .faq .btn{
        font-size: 22px;
        line-height: 27px;
        padding-inline: 19px;
    }
    .faq .btn-followup{
        font-size: 16px;
        line-height: 32px;
    }
    .faqs h3{
        font-size: 22px;
        line-height: 30px;
    }
    .faqs-list .faq-item .faq-head{
        padding: 25px;
    }
    .faqs-list .faq-item .faq-head::after{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .faq p{
        font-size: 16px;
        line-height: 24px;
    }
    .faq .btn{
        font-size: 17px;
    }
    footer p{
        max-width: 300px;
        text-align: center;
        margin-inline: auto;
        margin-bottom: 30px;
    }
        
    .bottom-row .btn-container {
        align-items: flex-start;
        justify-content: flex-start;
    }   
    
}

@media (max-width: 430px){
    .hero h1{
        max-width: 270px;
        font-size: 28px;
    }    
    .hero p{
        max-width: 200px;
    }
}