@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700&display=swap');


* {
    margin: 0;
   padding: 0;
   box-sizing: border-box;

}
body {
    font-family: 'Poppins';
    overflow-x: hidden;
    color: #000000;
}
html, body {
    overflow-x: hidden; 
    width: 100%;
}

/******************** Hero Section Styles******************************/
.hero-section {
    width: 100%;
    min-height: 100vh;
    padding: 3rem 1rem;
    background: rgb(60,91,255);
    background: linear-gradient(90deg, rgba(60,91,255,1) 0%, rgba(36,54,153,1) 100%);

  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    margin-top: 170px;
    max-width: 1200px;
    width: 100%;
  }
  

  .togather-heading{
    position: relative; 
    top: -18px; 
    letter-spacing:5px
  }

  .hero-description{
    max-width: 800px;
    width: 100%;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 1.6;
    font-family: 'Syne';
    padding-bottom: 20px;
    font-weight: lighter;
  }
  
  
  /* .button-group {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    gap: 20px; 
} */

/* .primary-button {
    width: 200px;
    text-align: center;
} */
.button-group {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    gap: 20px;
}

.primary-button {
    position: relative;
    /* display: inline-block; */
    background-color: #07124D !important;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    width:  224px;
    text-align: center;
    transition: all 0.3s ease;
}


.primary-button .button-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
    font-family: 'Oswald';
    /* letter-spacing: 1px; */
    font-size: 22px;
}

.primary-button .social-icons {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: -50px; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: bottom 0.4s ease-in-out, opacity 0.3s ease-in-out;
    list-style: none;
    padding: 0;
}


.primary-button:hover .button-text {
    transform: translate(-50%, -100%); 
    opacity: 0;
}

.primary-button:hover .social-icons {
    bottom: 5px; 
    opacity: 1;
}


.social-icons img {
    width: 30px;
    height: 30px;
}
.social-icons img:hover{
    cursor: pointer;
}



.secondary-button {
    width: 134px;
    text-align: center;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    font-family: 'Oswald';
    padding: 26px;
}



.secondary-button {
    border: 1px solid #63FCB7; 
    color: #63FCB7;
    background: transparent;
    padding: 8px 16px;
}
.play-icon{
    padding-left: 8px;
}
.play-icon img{
    padding-top: 4px;
    max-width: 13px;
}
@media (max-width: 599px){
    .hero-content {
        margin-top: 60px;
    }
   
    
    .hero-description{
        max-width: 350px;
        display: block;
        font-size: 16px;
        font-family: 'Syne'; 
    }
    .primary-button {
        font-size: 18px;

    }
    .secondary-button {
        font-size: 14px;
    }
    .play-icon img{
        width: 16px;

    }
    

}


@media (min-width: 600px) and (max-width: 1024px) {
  
    /* .hero-title {
        font-size: 60px;
    } */
    .togather-heading{ 
        letter-spacing:2px
      }
  
    .hero-description {
        font-size: 20px;
    }
    .hero-content {
        margin-top: 80px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    /* .hero-title {
        font-size: 60px;
    } */
    .hero-description {
        font-size: 20px;
    }
    .hero-content {
        margin-top: 120px;
    }
  }




  
  
/********************Empowering-section**************************/

.empowering-section {
    text-align: center;
    padding: 50px 20px;
    min-height: 100vh;
}

.empowering-section h1 {
    font-size: 90px;
    margin-bottom: 30px;
    font-family: 'Syne';
    margin-top: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 100px;
    font-weight: lighter;
    
}
.empowering-section small{
    color: #07124D;
    font-size: 90px;
}

.cards-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 880px; 
    width: 100%; 
    margin: auto;
}

.card {
    width: 100%; 
    max-width: 380px; 
    height: 410px; 
    padding: 40px 40px 0px 40px;
    border: 1px solid #EEF0FD;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: 30px;
}
.card:hover {
    transform: scale(1.06); 
    box-shadow: 0 8px 16px #EEF0FD; 
    cursor: pointer;
}


.card img {
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.card h1 {
    text-align: left;
    font-size: 25px !important;
    margin-bottom: 10px;
    font-family: 'Syne';
    color: #07124D;
    font-weight: lighter;

}

.card p {
    padding-top: 10px;
    text-align: left;
    font-size: 10px;
    color: #3A3A3A;
    width: 202px;
    height: 75px;
    font-family: 'Poppins';
    line-height: 1.55; 
    letter-spacing: 0.06em;
    font-weight: lighter;
}

.arrow-circle {
    width: 40px;  
    height: 40px;
    border: 1px solid #181818;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 60px;
}
.arrow-circle img{
    padding-top: 30px;
} 
.card .arrow-up{
    display: none;
}
.card:hover .arrow-up{
    display: block;
}
.card:hover .arrow-down{
    display: none;
}


.floating-icons {
    position: fixed;
    bottom: 20px;
    right: -28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: max-content;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

.up-arrow, .whatsapp-logo {
    width: 54px;
    height: 54px;
    background: #25D366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 2.5rem;
    margin-right: 34px;
}

.up-arrow {
    background: #007bff;
}

@media (max-width: 599px){
    .empowering-section h1 {
        font-size: 40px;
    }
    .empowering-section small{
        font-size: 40px;
    }
    .card {
        /* width: 300px; */
        /* height: 370px; */
        margin-left: 0px;
    }
    .card p {
        font-size: 10px;
    }
    .floating-icons {
       right: -30px;
    }
    .arrow-circle {
        margin-top: 24px;
    }
    .up-arrow, .whatsapp-logo {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {

    .empowering-section{
        min-height: 70vh;
    }
  
    .empowering-section h1 {
        font-size: 60px;

    }
    .empowering-section small{
        font-size: 60px;
      
    }
    .card{
        margin-left: 0px;
    }
    .card h1 {
        font-size: 24px !important;
        padding-bottom: 10px !important;
    }
    .card p{
        font-size: 10px;
        
    }
   
   
}
@media (min-width: 1025px) and (max-width: 1280px) {
 
    .empowering-section h1 {
        font-size: 60px;

    }
    .empowering-section small{
        font-size: 60px;
      
    }
}


/***********Crafted Section************/

.crafted-section {
    text-align: center;
    min-height: 100vh;
}

.crafted-heading-container {
    max-width: 1000px;
    margin: 0 auto 30px;
}

.crafted-carousel-container {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    width: 100%;
    border-radius: 12px;
    margin: auto;
    background-color: #FFFFFF;
    border: solid 2px #EEF0FD;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    margin-top: 90px;
}

.crafted-heading-container h1 {
    font-size: 90px;
    font-family: 'Syne';
    color: #07124D;
    font-weight: lighter;
    margin-top: 30px;
}

.crafted-heading-container p {
    padding: 20px;
    margin: 10px;
    color: #3A3A3A;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.55; 
    letter-spacing: 0.06em;
}

.profile-button {
    background-color: #07124D;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
     font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}



.carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    overflow: visible; 
    position: relative;
    padding: 20px;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.carousel-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    text-align: left;
    gap: 30px;
}

.fade-in {
    animation: fadeEffect 0.5s;
}

@keyframes fadeEffect {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}
/* 
.carousel-image {
    width: 55%;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
    object-fit: contain; 
    max-height: 400px; 
} */

.carousel-image {
    width: 55%;              
    height: 300px;           
    border-radius: 10px;
    cursor: pointer;
    object-fit: contain;     
}

.carousel-text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Allow height to match image */
    min-height: 200px; /* Set based on the tallest expected content */
    padding-bottom: 20px;
}


.carousel-text h3 {
    font-size: 24px;
    font-family: 'Syne';
    color: #181818;
    margin: 0;
    font-weight: lighter;
}

.carousel-text p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #181818;
    line-height: 1.6;
    margin: 0;
}

.know-more {
    display: inline-flex;
    align-items: center;
    color: #181818;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px;
    margin-top: 20px;
}

.know-more img {
    margin-left: 14px;
    width: 26px;
}
.carousel-controls {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    justify-content: center;
    margin-bottom: 20px;
}


.carousel-controls button {
    background-color: #07124D;
    padding: 5px 9px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #FFFFFF;
}

/* Responsive styles */
@media (max-width: 599px) {
    .crafted-heading-container h1 {
        font-size: 40px;
    }
    
    .crafted-heading-container p {
        font-size: 10px;
    }
    
    .crafted-carousel-container {
        background-color: #FFFFFF;
        border: none;
        border-radius: 0px;
        margin-top: 0px;
    }
    
    .carousel {
        flex-direction: column;
        align-items: left;
        margin-top: 0px;
    }
    
    .carousel-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .carousel-image {
        width: 100%;
        max-width: 350px; 
        margin-bottom: 20px;
    
    }
    
    .carousel-text {
        margin-left: 2rem;
        width: 100%;
        margin-right: 2rem;
          height: 220px; /* Ensure consistent height */
    padding-bottom: 20px; 
        
    }
    
    .carousel-text h3 {
        font-size: 25px;
        margin-top: 10px;
        padding-left: 0;
    }
    
    .carousel-text p {
        font-size: 12px;
        padding-left: 0;
    }
    
    .know-more {
        font-size: 12px;
        padding-left: 0;
        justify-content: left;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .crafted-section {
        min-height: 74vh;
    }
    
    .crafted-heading-container h1 {
        font-size: 60px;
    }
    
    .crafted-heading-container p {
        font-size: 14px;
        max-width: 900px;
        margin: 0 auto;
    }
    
    .crafted-carousel-container {
        margin-top: 0px;
        border: none;
        border-radius: 0px;
        max-width: 900px;
    }
    
    .carousel {
        margin-top: 0px;
    }
    
    .carousel-content {
        flex-direction: column;
        align-items: center;
    }
    
    .carousel-image {
        width: 90%; 
        max-width: 550px; 
        margin-bottom: 20px;
    }
    
    .carousel-text {
        margin-left: 0;
        width: 80%;
        text-align: center;
          height: 200px; /* Ensure consistent height */
    padding-bottom: 20px; 
    }
    
    .carousel-text h3 {
        margin-top: 0;
        padding-top: 10px;
        padding-left: 0;
        text-align: left;
    }
    
    .carousel-text p {
        padding-left: 0;
        text-align: left;
        justify-content: justify;
    }
    
    .know-more {
        padding-left: 0;
        justify-content: left;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .crafted-heading-container h1 {
        font-size: 60px;
    }
    
    .crafted-carousel-container {
        max-width: 900px;
    }
}




/*********** Services Section************/


.services-container {
    width: 100%;
    min-height: 100vh;
    max-width: 1200px;
    margin: auto;
    /* padding: 40px 0; */
}
.services-container-heading{
    color:#07124D;
    font-family: 'Syne';
    font-size: 80px;
    font-weight: lighter !important;
    margin-top: 60px;
}

.services-container h1,
.services-container p {
    text-align: left !important;
    margin-left: 24px;
    margin-right: 10px;
}
/* .services-container h1{
    color:#07124D;
    font-family: 'Syne', sans-serif;
} */
.services-container-para{
    padding-top: 20px;
    font-size: 18px;
    color: #3A3A3A;
    padding-bottom: 30px;
    font-family: 'Poppins';  
}



.services-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; 
    margin-top: 20px;
}


.services-card {
    background-color: #FFFFFF;
    border: 3px solid #EEF0FD;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    width: calc(33.33% - 20px); 
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left; 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.services-card:hover {
    transform: scale(1.06); 
    box-shadow: 0 8px 16px #EEF0FD; 
    cursor: pointer;
}

.services-card img {
    /* width: 100%; */
    /* height: 150px; */
    object-fit: cover;
    border-radius: 10px;
}

.services-card h1 {
    margin: 15px 0 10px;
    color: #07124D;
    font-family: 'Syne';
    font-size: 25px;
    font-weight: lighter;
    max-width: 170px;
    width: 100%;
}

.services-card p {
    margin-left: 0px !important;
    color: #3A3A3A;
    font-family: 'Poppins';
    font-size: 10px;
    max-width: 260px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}




.see-all-services {
    display: flex;
    align-items: center; 
    gap: 10px; 
    cursor: pointer;
    margin-top: 40px;
}

.see-all-services h4 {
    text-align: left;
    color: #07124D;
    margin-top: 40px;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: lighter;
    font-size: 25px;
    padding-right: 10px;
    padding-left: 10px;
}

.see-all-services-img {
    width: 30px;
    height: 30px;
    border: 1px solid #07124D; 
    border-radius: 50%; 
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
}

@media (max-width: 599px){
    .services-container-heading{
        padding-top: 0px;
        font-size: 40px;
        font-weight: lighter;
        padding-bottom: 26px;
    }
   
   
    .services-container-para{
        font-size: 18px;
        /* padding: 30px 30px 30px 0px; */
        
    }
    .services-card {
        width: 90%; 
    }
    .services-card h1{
        font-size: 25px;
        padding-bottom: 0px;
    }
    .services-card p{
        font-size: 10px;
    }
    .services-container h4 {
        font-size: 30px;
        margin-top: 70px;
    }
    .see-all-services {
        margin-top: 0px;

    }
    .see-all-services-img {
        margin-top: 80px;
    }


}


@media (min-width: 600px) and (max-width: 1024px) {
    .services-container-heading{
        font-size: 60px;
    }   
    .services-card {
        width: calc(50% - 20px); 
    }

}
@media (min-width: 1025px) and (max-width: 1280px) {
    .services-container-heading{
        font-size: 60px;
    }
    
}


/*-------------------------About Netpy Section-------------------------*/

.about-netpy-section{
    background-color: #EEF0FD;
    min-height: 100vh;
}

.about-netpy-conatiner {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 30px; */
    padding: 50px 0;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}


.image-text-conatiner-1,
.image-text-conatiner-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    gap: 100px;
    padding: 44px 0px;
}

.image-text-conatiner-1 img,
.image-text-conatiner-2 img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Text Styling */
.text-conatiner-1 {
    max-width: 500px;
    text-align: right;
    margin-right: 40px;
}

.text-conatiner-2{
    max-width: 500px;
    text-align: left;
} 

.text-conatiner-1 h1, .text-conatiner-2 h1 {
    font-family: 'Syne';
    padding-top: 20px;
    color: #181818;
    font-weight: lighter;
}

.text-conatiner-1 h1 span, .text-conatiner-2 h1 span {
    color: #07124D;
}


.text-conatiner-1 p, .text-conatiner-2 p {
    font-family: 'Poppins';
    color: #3A3A3A;
    padding-top: 20px;
    padding-bottom: 32px;
    line-height: 1.8;
    max-width: 500px
}


.know-more-button {
    font-family: 'Oswald';
    background-color: #07124D;
    color: #FBFBFB;
    border-radius: 4px;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
    letter-spacing: 0.04em;
}

.know-more-button:hover {
    background-color: #142850;
}


.image-text-conatiner-2 {
    flex-direction: row-reverse;
}

/* Responsive Design */


@media (max-width: 599px){
    .about-netpy-section{
        background-color: #FFFFFF;
    }
    .image-text-conatiner-1,
    .image-text-conatiner-2 {
        flex-direction: column;
        text-align: center;
        max-width: 90%;
        gap: 40px;
    }

    .image-text-conatiner-1 img,
    .image-text-conatiner-2 img {
        width: 100%;
    }
    .text-conatiner-1 h1, .text-conatiner-2 h1 {
        font-size: 25px;
    }
    .text-conatiner-1 p {
        font-size: 18px;
        max-width: 100%;  
    }
    .text-conatiner-2 p {
        max-width: 90%;

    }

}


@media (min-width: 600px) and (max-width: 1024px) {
    .image-text-conatiner-1 img, .image-text-conatiner-2 img {
        max-width: 300px;
    }
    .image-text-conatiner-1,
    .image-text-conatiner-2 {
        gap: 40px;
    }

}




/*-------------------------Rooted in Service Driven by Care Section-------------------------*/

.rooted-service-container-section{
    background-color: #FCFCFC;
    min-height: 100vh;
}
.rooted-service-container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
   
}
.rooted-service-container h1{
    font-family: 'Syne';
    text-align: center;
    font-size: 80px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    font-weight: lighter;
    margin-top: 100px;
}
.rooted-service-container small{
    font-size: 80px;
    color: #07124D;
    font-weight: lighter;
}


.rooted-services-card-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; 
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-top: 70px;
    padding: 10px;
}


/* Individual Card */
.rooted-services-card {
   background-color: #FFFFFF;
   border: solid 3px #EEF0FD;
   padding: 20px;
   text-align: left;
   border-radius: 10px;
   width: calc(30.33% - 20px);
   /* transition: transform 0.3s ease-in-out; */
}


.rooted-services-card h3 {
    color: #07124D;
    font-weight: lighter;
    font-family: 'Syne';
    margin: 0;
    font-size: 25px;
    max-width: 250px;
    width: 100%;
   padding-top:20px ;
    
}

.rooted-services-card p {
    color: #3A3A3A;
    font-family: 'Poppins';
    margin-top: 5px;
    font-size: 10px;
    padding-top: 20px;
    max-width: 250px;
    width: 100%;
    padding-bottom: 20px;
}
/* General container styling */
.our-impact-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    /* padding: 50px 0; */
    gap: 30px;
    margin-top: 128px;
    margin-left: 74px;
   
}

/* Left side: Cards section */
.left-impact {
    display: grid;
    /* height: 250px; */
    /* width: 450px; */
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.our-impact-card {
    background-color: #FFFFFF;
    text-align: left;
    padding: 20px;
    border-radius: 5px; 
    box-shadow: 0px 0px 10px 1px rgba(7, 18, 77, 0.1);
}

 #b1 {
    grid-column: 1 / 3;
  }
  #b2 {
    grid-column: 3 / 5;
  }
  #b3 {
    grid-column: 1 / 2;
  }
  #b4 {
    grid-column: 2 / 5;
  }



.our-impact-card h3 {
   font-family: 'Syne';
    color: #07124D; 
    margin: 0;
    font-size: 30px;
    padding: 14px;
    font-weight: lighter;
   
}

.our-impact-card p {
    font-family: 'Poppins';
    color: #000000;
    padding: 14px;
    font-size: 14px;
    
}


.right-impact {
    max-width: 330px;
    width: 100%;
    text-align: left;
    margin-left: 30px;
}

.right-impact-heading{
    font-size: 25px;
    font-family: 'Syne';
    color: #07124D;
    margin-bottom: 15px;
    text-align: left;
    font-weight: lighter;
}

.right-impact-para {
    font-size: 18px;
    font-family: 'Poppins';
    color: #3A3A3A;
    line-height: 1.5;
    font-weight: lighter !important;
    padding: 10px;
    margin-right: 10px;
}


@media (max-width: 599px){
    
    .rooted-service-container{
        padding-top: 20px;
    }

    .rooted-service-container h1{
        font-size: 40px;
        margin-top: 34px;
        max-width: 300px;
        width: 100%;
    }
    .rooted-service-container small{
        font-size: 40px;
    }
    .rooted-services-card {
        width: 90%; 
    }
    .our-impact-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 0px;
    }
    .our-impact-card {
        padding: 0px;
    }
    .left-impact {
        margin-left: 0px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(4, 1fr);  
    }
    .our-impact-card {
        max-width: 150px;
        width: 100%;
    }
    .our-impact-card h3 {
        font-size: 18px;
        padding: 7px;
    }
    .our-impact-card p {
        font-size: 8px;
        padding-bottom: 20px;
    }
    .our-impact-container {
        margin-top: 10px;
    }

}


@media (min-width: 600px) and (max-width: 1024px) {
    .our-impact-container {
        margin-left: 30px;
    }
 
    .rooted-services-card {
        width: calc(50% - 20px);
    }
    .rooted-service-container h1{
        max-width: 650px;
        width: 100%;
        font-size: 60px;
    }
    .rooted-service-container small{
        font-size: 60px;
    }

}
@media (min-width: 1025px) and (max-width: 1280px) {
    .rooted-service-container h1{
        font-size: 60px;
    }
    .rooted-service-container small{
        font-size: 60px;
    }

}

/* General container styling */
.instant-service-conatiner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
    margin-top: 30px;
}

.rectangle-box{
    display: flex;
    gap: 12px;
    margin-top: 128px;
    margin-left: 30px;
    padding-bottom:10px;
}
.rectangle-box p {
    color: #07124D;
}
.instant-service-heading {
    text-align: left !important;
    margin: 0px !important;
    font-family: 'Syne';
    margin-bottom: 20px;
    color: #07124D;
    font-size: 60px;
    /* max-width: 650px !important; */
    width: 100%;
    margin-left: 30px !important;
    font-weight: lighter !important;
}

.left-instant {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-instant video {
    height: auto;
    max-width: 300px;
    width: 70vw;
    display: block;
    margin: auto;
}


/* Right Side (Text Content) */
.right-instant {
    max-width: 260px;
    width: 100%;
    text-align: left;
    
}

.right-instant h2 {
    font-size: 25px;
    color: #07124D;
    font-family: 'Syne';
    margin-bottom: 5px;
    text-align: left;
    font-weight: lighter !important;
}

.right-instant p {
    font-size: 18px !important;
    font-family: 'Poppins';
    font-weight: lighter !important;
    color: #181818;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 599px){
    
    .rectangle-box{
       
        margin-top: 30px;
    }
   
    .instant-service-heading {
        font-size: 40px;
        font-weight: lighter;
        width: 100%;
       text-align: center;
        
    }
    .instant-service-conatiner {
        flex-direction: column;
        text-align: center;
    }
    .right-instant h2 {
        
        font-size: 24px;
    }
    .right-instant p {
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    .rectangle-box{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .rectangle-box p{
        font-size: 14px;

    }

}


@media (min-width: 600px) and (max-width: 1024px) {

}




