/* General Reset */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Highlight Color *
.highlight {
    color: rgba(255, 182, 193, 1);
}


.hero h1 {
    font-family: Poppins;
    font-size: 55px;
    font-weight: 500;
    line-height: 65px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

/* Hero Card *
.hero {
    text-align: left;
    padding: 3rem;
    border-radius: 15px;
    background: url(assets/images/heroBG.webp) no-repeat center / cover;
    color: #fff;

    /* Adjust dimensions *
    width: 95%; /* Reduce width, adjust as needed *
    height: 70vh; /* Reduce height, adjust as needed *

    /* Center the section horizontally *
    margin: 0 auto;
margin-top: 2%;
    position: relative;
}

/* Text Section *
.hero-text {
    font-family: 'OpenSans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(238, 238, 238, 1);

    
}

.hero-text p {
    font-family: 'OpenSans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(238, 238, 238, 1);
    margin-top: 3%;
}

/* Button *
.hero-btn {
    display: inline-flex; /* Makes the container an inline-flex *
    align-items: center; /* Vertically center the text and image *
    justify-content: center; /* Horizontally center the content *
    text-decoration: none; /* Remove underline if any *
    padding: 0.6rem 1.5rem;
    background-color: #000;
    border: 2px solid rgba(255, 182, 193, 1);
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 182, 193, 1);
    border-radius: 30px;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 3%;
}


.hero-btn img {
    width: 24px;
    height: auto;
    margin-left: 8px;
}



/* Image *
.hero-image {
    width: 50%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* General Reset *
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Highlight Color *
.highlight {
    color: rgba(255, 182, 193, 1);
}

/* Sections *
section {
    padding: 4rem 1rem;
    text-align: center;
}

.why-kaaspro{
    margin-top: 3%;
    margin-bottom:3%;
}

/* Why Kaaspro Section *
.why-kaaspro h2 {
    font-size: 40px;
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
}

.features {
    display: flex;
    justify-content: space-evenly;
    gap: 5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature {
    max-width: 300px;
    text-align: left;
    margin-top:2%;
}

.feature i {
    font-size: 40px;
    color: rgba(255, 182, 193, 1);
    margin-bottom: 1rem;
    display: inline-block;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 0.5rem;
    color: #333;
    margin-top: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.feature p {
    color: #666;
}

/* Healthcare Management Section *
.healthcare-management {
    background-color: #f9f9f9;
    padding: 4rem 1rem;
    background: url('assets/images/experience.webp') no-repeat center/cover;
}

.healthcare-management h2 {
    color: #fff;
    font-size: 53px;
    max-width: 950px;
    margin: 0 auto 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.services {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.service {
    max-width: 300px;
    text-align: center;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.service h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0.5rem;
}

.service p {
    color: #666;
}

.service-card {
    width: 1400px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #000;
    margin-top: 7px;
}

.service-image {
    background-image: url('assets/images/cloudBased.webp'); /* Replace with your image path *
    background-size: cover;
    background-position: center;
    height: 370px; /* Adjust height as needed *
    width: 100%;
}

.service-image-1 {
    background-image: url('assets/images/FlexPrac.webp'); /* Replace with your image path *
    background-size: cover;
    background-position: center;
    height: 370px; /* Adjust height as needed *
    width: 100%;
}

.service-image-2 {
    background-image: url('assets/images/dataSec.webp'); /* Replace with your image path *
    background-size: cover;
    background-position: center;
    height: 370px; /* Adjust height as needed *
    width: 100%;
}

.service-content {
    padding: 1rem;
    color: #fff; /* White text color for readability *
    text-align: center;
    background: linear-gradient(to bottom, transparent 0%, #000 100%); /* Gradient effect for the background *
    position: absolute;
    bottom: 0;
    width: 100%;
}

.service-content h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.service-content p {
    font-size: 22px;
    line-height: 1.4;
    color: #d1d1d1;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}


/* Founders Section *
.founders h2 {
    font-size: 42px;
    margin-bottom: 2rem;
    margin-top:2rem;
    font-family: 'Poppins', sans-serif;
}

.founder-cards {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.founder-card {
    max-width: 250px;
    text-align: center;
    border: solid #000 1px;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
}

.founder-card img {
    width: 100%;
    height: auto;
    border-radius: 10%;
    margin-bottom: 1rem;
    border: solid #000 1px;
}

.founder-card h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0.3rem;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 600;
}

.founder-card p {
    color: #666;
    font-size: 14px;
    text-align: left;
}

/* Footer */






/* Responsive Styles *
@media (max-width: 900px) {
    header nav {
        width: 90%;
    }

    .hero-text p{
        font-size: 16px;
        text-align: center;
        font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.68px;
    letter-spacing: 0.08em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(238, 238, 238, 1);
    margin-top: 10%;
    }

    .hero-btn{
        font-size: 16px;
        margin-left: 5%;
        margin-top: 10%;
    }

    .hero h1 {
        font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    }

    .hero-card {
        flex-direction: column;
        padding: 20px;
        top: 95%;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-image {
        width: 100%;
        max-width: 300px;
    }

    .features{
    display: flex;
    justify-content: center;
    gap: 5rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    }

    .feature{
        text-align: center;
    }

    .services{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap:0rem;
    }

    .service-card{
        width: 100%;
        overflow: hidden;
        position: relative;
        background-color: #000;
    }

    .founder-cards{
        display: flex;
    justify-content: center;
    gap: 3.5rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    }

    .hero{
        text-align: center;
    padding:3rem;
    background: url(assets/images/heroBG.webp) no-repeat center / cover;
    color: #fff;
    min-height: 70vh;
    position: relative;
}

.hero-image{
    display: none;
}

.why-kaaspro{
    margin-top: 1%;
}

.healthcare-management h2{
    font-size: 26px;
}

.service-content h3{
    font-size: 24px;
}

.service-content p{
    font-size: 16px;
}

.founders h2{
    font-size: 26px;
}
    }

    @media (max-width: 400px) {
        .hero{
            min-height: 110vh;
        }

        .hero-btn{
            font-size: 14px;
        }
      
    }
 */






    body{
        background-color: #121212;
        color: #fff;
     }
     
     .social-icons a {
         filter: brightness(0) invert(1);
     }
     
     .social-icons img {
         fill: #1E1E1E;
     }
     
     .default-page{
         /* background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%), url(assets/images/geoBG.svg) lightgray 0px -0.054px / 100% 105.637% no-repeat; */
         background-color: #121212;
     }
     
     .hero-text {
         text-align: center; /* Center-align text */
     }
     
     .hero-text .title {
         font-size: 26px; /* Reduce heading size */
         line-height: 1.4; /* Adjust line spacing */
         text-align: center;
     }
     
     .hero-text p {
         font-size: 16px; /* Reduce paragraph text size */
         line-height: 1.6; /* Adjust line spacing */
         text-align: center;
     }
     
     .hero-image {
         width: 80%; /* Make image responsive */
         height: auto;
         display: none;
     }
     
     
     /* General Reset */
     * {
         margin: 0;
         padding: 0;
         box-sizing: border-box;
         font-family: 'Poppins', sans-serif;
     }
     
     /* Hero Section */
     
     /* Apply background only for this specific page */
     /* .default-page #header {
         background: url('assets/images/geoBG.png') no-repeat center top;
         background-size: cover;
     } */
     
     .hero {
         background: url('assets/images/geoBG.png'); /* Adjust the path accordingly */
         background-size: cover;
         background-position: center;
         color: white;
         /* padding: 80px 20px; */
         /* display: flex; */
         align-items: center;
         justify-content: center;
         /* min-height: 100vh; */
     }
     
     /* Container */
     .container {
         display: flex;
         align-items: center;
         justify-content: center;
         display: flex;
         /* max-width: 1200px; */
         width: 100%;
         position: relative;
         gap: 150px;
         margin-top: 25px;
     }
     
     /* Text Content */
     .text-content {
         max-width: 600px;
     }
     
     .text-content h4 {
         color: #FFF;
         font-family: Poppins;
         font-size: 72px;
         font-style: normal;
         font-weight: 600;
         line-height: 80px; /* 111.111% */
         letter-spacing: -1.44px;
     }
     
     .text-content h1 {
         /* font-size: 40px;
         font-weight: 600;
         margin: 10px 0; */
         color: #DDD;
         font-family: Poppins;
         font-size: 24px;
         font-style: normal;
         font-weight: 600;
         line-height: normal;
     }
     
     .text-content p {
         /* font-size: 16px;
         color: #bbb; */
         color: #DDD;
         font-family: Poppins;
         font-size: 24px;
         font-style: normal;
         font-weight: 500;
         line-height: normal;
         letter-spacing: 0.72px;
         margin-top: 30px;
     }
     
     /* Image Container */
     .image-container {
         position: relative;
         width: 550px;
         height: 550px;
         display: flex;
         justify-content: center;
         align-items: center;
     }
     
     .image-container img {
         width: 100%;
         /* border-radius: 50%; */
     }
     
     /* Responsive Design */
     /* @media (max-width: 768px) {
         .container {
             flex-direction: column;
             text-align: center;
         }
     
         .image-container {
             margin-top: 20px;
         }
     } */
     
     .hero-card{
         width: 100%;
         height: 504px;
         flex-shrink: 0;
         /* background-color: #000; */
         padding: 80px 0px;
     }
     
     .hero-text{
         /* padding-top: 6%; */
         color: #FFF;
         font-family: Poppins;
         font-size: 40px;
         font-style: normal;
         font-weight: 600;
         line-height: 48px; /* 120% */
         letter-spacing: -0.8px;
         padding-top: 80px;
         padding-bottom: 80px;
         /* border: 1px solid #fff; */
         /* box-shadow: 0 -5px 10px -5px #1E1E1E, 0 5px 10px -5px #1E1E1E; */
         box-shadow: 0 -5px 100px -5px #282828, 0 5px 100px -5px #282828;
               /* box-shadow: linear-gradient(180deg, #121212 0%, #1E1E1E 100%); */
     }
     
     .hero-text .title {
         font-size: 40px;
         line-height: 1.4;
         text-align: center;
     }
     
     .hero-text p{
         color: #DDD;
         text-align: center;
         font-family: Poppins;
         font-size: 24px;
         font-style: normal;
         font-weight: 400;
         line-height: normal;
         letter-spacing: 0.72px;
         padding: 30px 120px;
     }
     
     /* .hero-btn {
         display: inline-flex
     ;
         align-items: center;
         justify-content: center;
         text-decoration: none;
         padding: 0.6rem 1.5rem;
         background-color: #fff;
         font-family: 'Poppins', sans-serif;
         color: #333;
         border: 2px solid #333;
         border-radius: 30px;
         font-size: 24px;
         text-decoration: none;
         font-weight: bold;
         transition: background-color 0.3sease, color 0.3sease;
     } */
     
     .hero-btn {
         display: inline-flex;
         align-items: center;
         justify-content: center;
         text-decoration: none;
         padding: 0.2rem 1.5rem;
         gap: 5px;
         background-color: #fff;
         font-family: 'Poppins', sans-serif;
         color: #333;
         border-radius: 30px;
         font-size: 20px;
         font-weight: bold;
         /* transition: background-color 0.3sease, color 0.3sease; */
     }
     
     
     
     
     /* body {
         margin: 0;
         padding: 0;
         font-family: Arial, sans-serif;
         background-color: #121212;
         color: white;
     } */
     
     .hero-section1 {
         display: flex;
         justify-content: center;
         align-items: center;
         height: 100%;
         padding-top: 10%;
         /* background-color: #121212; */
     }
     
     .hero-content1 {
         display: flex;
         align-items: center;
         gap: 100px;
         max-width: 1200px;
     }
     
     .image-container1 {
         width: 500px;
         height: 500px;
         /* border-radius: 50%; */
         overflow: hidden;
         display: flex;
         justify-content: center;
         align-items: center;
         /* background-color: #121212; */
         /* box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); */
     }
     
     .image-container1 img {
         width: 100%;
         height: 100%;
     }
     
     .text-container1 {
         max-width: 600px;
     }
     
     .text-container1 h2 {
         font-size: 40px;
         margin-bottom: 20px;
         margin-top: 30px;
         margin-left: 12px;
     }
     
     /* .text-container1 ul {
         list-style: none;
         padding: 0;
     }
     
     .text-container1 li {
         font-size: 18px;
         margin-bottom: 15px;
         display: flex;
         align-items: center;
         gap: 10px;
     } */
     
     
     .text-container1 ul {
         list-style: none; /* Removes bullet points */
         padding: 0;
     }
     
     .text-container1 li {
         /* margin-bottom: 15px; */
         display: flex;
         align-items: center;
         gap: 15px; /* Creates space between icon and text */
     }
     
     .text-container1 li b {
         display: block; /* Ensures title is on a separate line */
         font-size: 24px;
         margin-bottom: 10px;
     }
     
     .text-container1 li p {
     line-height: 1.2;}
     
     .image-cont{
     justify-content: center;
     align-items: center;
     }
     
     .content-cont{
         line-height: 1;
         align-items: start;
     }
     
     .broder-emoji{
         height: 110px;
         width: 110px;
     }
     
     .approach-section {
         text-align: center;
         background-color: #121212;
         padding-bottom: 100px;
     
     }
     .approach-title{
         padding-bottom: 80px;
         padding-top: 120px;
         font-size: 40px;
     }
     
     .approach-image {
         width: 100%;
         height: auto; /* Adjust as needed */
         max-height: 500px; /* Example max height */
     }
     
         /* CTA Section */
         .cta-section {
             text-align: center;
             padding: 25px; /* Add padding for better spacing */
         }
     
         .cta-text h1 {
             font-size: 40px; /* Reduce heading size */
             padding-bottom: 10px;
             text-align: left;
         }
     
         .cta-text p {
             font-size: 24px; /* Adjust text size */
             margin-bottom: 15px;
             text-align: center;
         }
     
         .cta-btn {
             display: inline-flex;
             align-items: center;
             justify-content: center;
             text-decoration: none;
             padding: 0.5rem 1.5rem;
             gap: 50px;
             background-color: #fff;
             font-family: 'Poppins', sans-serif;
             color: #333;
             border-radius: 30px;
             font-size: 20px;
             font-weight: bold;
         }
     
     
         
     
     .cta-section {
         display: flex;
             align-items: center;
             justify-content: flex-start;
             border-radius: 24px;
             background: rgba(255, 255, 255, 0.10);
             border: 1px solid rgba(0, 0, 0, 1);
             /* border-radius: 15px; */
             padding: 65px;
             max-width: 90%;
             width: 1207px;
             position: relative;
             /* top: 100%; */
             left: 50%;
             transform: translate(-50%, -50%);
             gap: 70px;
             margin-top: 16%;
             margin-bottom: -10%;
     }
     
     /* Text Section */
     .cta-text {
         max-width: 95%;
         text-align: left;
     }
     
     .cta-text p {
         color: #ddd;
         font-size: 24px;
         line-height: 1.6;
         padding-bottom: 10px;
         font-weight: 500;
         font-family: 'Poppins', sans-serif;
         text-align: left;
     }
     
     /* Button */
     /* .cta-btn {
         /* display: inline-flex; Makes the container an inline-flex *
         align-items: center; /* Vertically center the text and image *
         justify-content: center; /* Horizontally center the content *
         text-decoration: none; /* Remove underline if any *
         padding: 0.6rem 1.5rem;
         background-color: #fff;
         font-family: 'Poppins', sans-serif;
         color: #333;
         /* border: 2px solid #333; *
         border-radius: 30px;
         font-size: 20px;
         margin-top: 5%;
         text-decoration: none;
         font-weight: bold;
         transition: background-color 0.3s ease, color 0.3s ease;
     } */
     
     .cta-btn img {
         margin-left: 8px; /* Adjust the space between the text and the image */
         width: 24px; /* Adjust the size of the image as needed */
         height: auto;
     }
     
     
     /* Responsive Design */
     
     /* Tablets (Portrait & Landscape) */

     /* .approach-image-mobile{
        display: none;
    } */
     @media(min-width: 760px){
        .approach-image-mobile{
            display: none;
        }

     }
     
     @media (max-width: 1024px) {
     
     .image-container {
         display: none;
     }
     .image-container1 {
         display: none;
     }
     
     }
     @media (max-width: 1024px) {
         .hero {
             flex-direction: column;
             text-align: center;
             padding: 0px 0px !important;
         }
     
         .container {
             flex-direction: column;
             text-align: center;
         }
     
         .text-content h4 {
             font-size: 50px;
             line-height: 60px;
         }
     
         .text-content h1, 
         .text-content p {
             font-size: 20px;
         }
         .text-content p {
            margin-top: 1px;
        }
     
         .image-container {
             width: 400px;
         }
     
         .cta-section {
             flex-direction: column;
             text-align: center;
             padding: 50px;
             width: 90%;
             gap: 30px;
         }
     
         .cta-text {
             text-align: left;
         }
     
         .hero-text {
             color: #FFF;
             font-family: Poppins;
             font-size: 40px;
             font-style: normal;
             font-weight: 600;
             line-height: 48px;
             letter-spacing: -0.8px;
             box-shadow: 0 -5px 100px -5px #282828, 0 5px 100px -5px #282828;
             padding: 50px 0px;
         }
         .hero-text .title {
             font-size: 30px;
             line-height: 1.4;
             text-align: center;
         }
     
         .hero-text p {
             color: #DDD;
             text-align: center;
             font-family: Poppins;
             font-size: 16px;
             font-style: normal;
             font-weight: 400;
             line-height: normal;
             letter-spacing: 0.72px;
             padding: 25px 75px;
         }
         .hero-section1 {
             display: flex;
             justify-content: center;
             align-items: center;
             height: 100%;
             padding-top: 100px;
         }

         .text-container1 h2 {
            font-size: 30px;
            margin-bottom: 20px;
            margin-top: 30px;
            margin-left: 12px;
        }
         .cta-section {
             margin-top: 25%;
             flex-direction: column;
             text-align: center;
             padding: 50px;
             width: 90%;
             gap: 30px;
         }
         .cta-text h1 {
             font-size: 30px;
             padding-bottom: 10px;
             text-align: left;
         }
         .cta-text p {
             color: #fff;
             font-size: 16px;
             line-height: 1.6;
             padding-bottom: 10px;
             font-weight: 500;
             font-family: 'Poppins', sans-serif;
             text-align: left;
         }
         .hero {
             background: url(assets/images/geoBG.png);
             background-size: cover;
             background-position: center;
             color: white;
             /* padding: 80px 20px; */
             /* display: flex
         ; */
             align-items: center;
             justify-content: center;
             min-height: 10%;
         }
         .broder-emoji {
             height: 80px;
             width: 80px;
         }
         .cta-section {
             display: flex
         ;
             align-items: center;
             justify-content: flex-start;
             border-radius: 24px;
             background: rgba(255, 255, 255, 0.10);
             border: 1px solid rgba(0, 0, 0, 1);
             /* border-radius: 15px; */
             padding: 65px;
             max-width: 90%;
             width: 1207px;
             position: relative;
             /* top: 100%; */
             left: 50%;
             transform: translate(-50%, -50%);
             gap: 70px;
             margin-top: 25%;
             margin-bottom: -25%;
         }
         .approach-title {
            padding-bottom: 50px;
            padding-top: 50px;
            font-size: 30px;
        }
     
     }
     
     /* Mobile Screens */
     @media (max-width: 550px) {
         .text-content h1, .text-content p {
             font-size: 16px;
             padding: 10px 10px;
         }
         .text-content h4 {
             font-size: 30px;
             line-height: 40px;
         }
         .hero {
             flex-direction: column;
             padding: 0px 1px;
         }
     
         .broder-emoji {
             height: 80px;
             width: 80px;
         }
         .hero-card {
             width: 100%;
             height: 504px;
             flex-shrink: 0;
             padding: 50px 0px;
         }
         .hero-btn {
             display: inline-flex
         ;
             align-items: center;
             justify-content: center;
             text-decoration: none;
             padding: 0.2rem 1.5rem;
             gap: 15px;
             background-color: #fff;
             font-family: 'Poppins', sans-serif;
             color: #333;
             border-radius: 30px;
             font-size: 16px;
             font-weight: bold;
         }
         .hero-text {
             font-size: 28px;
             line-height: 36px;
             padding: 35px 0px;
         }
         .hero-text .title {
             font-size: 25px;
             line-height: 1.4;
             text-align: center;
         }
     
         .hero-text p {
             font-size: 12px;
             padding: 20px 10px;    }
     
         .cta-section {
             flex-direction: column;
             padding: 30px;
             width: 90%;
         }
     
         .cta-text p {
             font-size: 18px;
         }
     
         .cta-btn {
             font-size: 18px;
         }
         .text-container1 h2 {
             font-size: 25px;
             margin-bottom: 0px;
             margin-top: 0px;
             margin-left: 12px;
         }
         .text-container1 li b {
             display: block;
             font-size: 16px;
             margin-bottom: 5px;
         }
         .text-container1 li p {
             line-height: 1.2;
             font-size: 12px;
         }
         .text-container1 li {
             margin-bottom: 0px;
             display: flex;
             align-items: center;
             gap: 10px;
         }
         .approach-section {
             text-align: center;
             background-color: #121212;
             padding-bottom: 200px;
         }
         .approach-title {
             padding-bottom: 30px;
             padding-top: 30px;
             font-size: 25px;
         }
         .approach-image-mobile{
            height: auto;
            max-height: 600px;
         }
         .approach-image{
            display: none;
         }
     
         .cta-text h1 {
             font-size: 25px;
             /* padding-bottom: 10px; */
             text-align: left;
         }
         .cta-section {
             flex-direction: column;
             padding: 30px 10px;
             width: 90%;
             margin-top: 5%;
             margin-bottom: -40%;
         }
         .cta-text p {
             font-size: 12px;
         }
     
         .cta-btn {
             display: inline-flex
         ;
             align-items: center;
             justify-content: center;
             text-decoration: none;
             padding: 0.5rem 1.5rem;
             gap: 0px;
             background-color: #fff;
             font-family: 'Poppins', sans-serif;
             color: #333;
             border-radius: 30px;
             font-weight: bold;
         }
     
         .hero-section1 {
             display: flex;
             justify-content: center;
             align-items: center;
             height: 100%;
             padding-top: 30px;
         }
     
     }
     
     @media(max-width: 365px){
     
         .hero-section1 {
             display: flex;
             justify-content: center;
             align-items: center;
             height: 100%;
             padding-top: 100px;
         }
     
     }