.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; 
    width: 100vw; 
    background-image: url("/assets/images/hero-image.png"); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

/* Dramatic shadow effect */
.hero-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.7), transparent 60%);
    z-index: 1;
}

.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Add Overlay Effect */
.hero-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.7), transparent 60%);
    z-index: 1;
}

/* Ensure slides fill the viewport */
.hero-section .splide__slide {
    width: 100%;
    height: 100vh;
}

/* Fix container z-index to ensure text is visible */
.hero-section .container {
    position: relative;
    z-index: 2;
}


.responsive-heading {
    font-size: 60px;
}

.responsive-paragraph {
    font-size: 16px;
}

#meet-our-team-text {
    font-size: 60px;
}

.responsive-break {
    display: block;
}

.responsive-break-2 {
    display: none;
}

#btn-our-works {
    color: black;
}

#why-us-text {
    font-size: 80px;
    background: linear-gradient(90deg, #FFB223 0%, #FF5739 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* .gradient-text {
    background: linear-gradient(90deg, #FFB223 0%, #FF5739 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} */

#btn-start-project {
    height: 64px;
    width: 207px;
    justify-content: center;
    font-size: 18px;
    background: linear-gradient(135deg, #FFB223 0%, #FF5739 100%);
    box-shadow: 0 4px 10px rgba(246, 183, 14, 0.5);
}

#btn-more {
    height: 52px;
    width: 156px;
    justify-content: center;
    font-size: 14px;
    color: black;
    background: #ffffff;
}

#btn-start-project >.icon-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;  
    width: 32px;         
    height: 32px;        
}

#btn-start-project > .icon-bg i {
    color: black;      
    font-size: 22px;     
}

#btn-our-works {
    height: 64px;
    width: 200px;
    justify-content: start;
    font-size: 18px;
}

#btn-our-works > .icon-bg-outer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F9A223 0%, #FF5739 100%);
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

#btn-our-works > .icon-bg-outer > .icon-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFB223 0%, #FF5739 100%);
    border-radius: 50%;  
    width: 32px;         
    height: 32px;        
}

#btn-our-works > .icon-bg-outer > .icon-bg i {
    color: white;
    font-size: 16px;
}



.surround-image {
    position: absolute;
    height: 150px;
}

.card {
    background-color: rgba(228, 228, 228, 1);
}

.card-text {
    font-size: 26px;
}

.card-footer p {
    margin: 0; /* Remove default margin for tighter spacing */
}

.border-top-custom {
    position: relative;
    padding-top: 20px; /* space for the line */
}

.border-top-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px; 
    right: 25px; 
    height: 1px;
    background-color: rgb(195, 195, 195);
}

/* .btn-custom {
    background-color: rgba(240, 240, 240, 1); 
    color: transparent; 
    background-image: linear-gradient(90deg, #FFB223, #FF5739); 
    background-clip: text;
    -webkit-background-clip: text; 
    border-color: rgba(200, 200, 200, 1);
    color: black;
} */

/* .btn-custom:hover {
    background-color: rgba(200, 200, 200, 1);
    background-image: linear-gradient(90deg, #FF5739, #FFB223); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    border-color: rgba(200, 200, 200, 1);
} */

#our-teams {
    min-height: 100vh;
}

#partner-1 {
    border-right: 1px solid rgb(224, 224, 224); 
    border-bottom: 1px solid rgb(224, 224, 224);
}

#partner-2 {
    border-right: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
}
#partner-3 {
    border-bottom: 1px solid rgb(224, 224, 224);
}
#partner-4 {
    border-right: 1px solid rgb(224, 224, 224);
}
#partner-5 {
    border-right: 1px solid rgb(224, 224, 224);
}

#contact-us-title {
    font-size: 3.75rem; 
    line-height: 1.2; 
    font-weight: 700;
}
#contact-us-description {
    font-size: 1.5rem;
}

#splide2 .splide__slide {
    transition: transform 0.3s ease-in-out;
}

#splide2 .splide__slide:hover {
    transform: translateY(20px); /* Move slide down */
}

.splide__track {
    height: auto !important;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 333px;
    height: 287px;
    
    transition: all 0.3s ease-in-out;

    display: flex;
    flex-direction: column; 
    justify-content: center; 
}

.service-card:hover {
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-card-icon-container {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: #1A73E8 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-icon {
    width: 22px; 
}

.service-card-title {
    font-size: 18px;
}

.service-card-text {
    font-size: 14px;
    line-height: 1.5;
    color: #4A5568;
}

/* Center the process flow */
.process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

/* Container for the entire process */
.process-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Row for process cards */
.process-row {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 20px;
}

/* Styling for each card */
.process-card {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    width: 280px;
    text-align: center;
}

/* Connector line */
.connector {
    display: flex;
    align-items: center;
    position: relative;
    width: 80%;
    margin-bottom: 20px;
}

/* The horizontal line */
.line {
    flex: 1;
    height: 2px;
    background-color: #002147;
    position: relative;
}

/* Trophy icon */
.trophy {
    position: absolute;
    right: -20px;
    font-size: 24px;
}

#why-us {
    position: relative;
    padding-top: 100px; /* Adjust based on the diamond size */
}

#why-us img.diamond {
    position: absolute;
    top: -36px; 
    left: 10%;
    transform: translateX(-50%);
    width: 70px;
    height: 72px;
    z-index: -1;
}

.section-line {
    width: 60px; 
    height: 4px; 
    background-color: #0c1e4f;
    margin-bottom: 15px; 
}

/* Styling for Arrows */
.splide-navigation #custom-prev{
background: white;
border: 2px solid #0c1e4f;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.splide-navigation #custom-next{
background: #0c1e4f;
border: 2px solid #0c1e4f;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

/* Hide Default Splide Arrows */
.splide__arrow {
    display: none !important;
}

#services img.diamond {
    position: absolute;
    top: -36px; 
    left: 10%;
    transform: translateX(-50%);
    width: 70px;
    height: 72px;
    z-index: -1;
}

.quote-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between line and text */
}

.quote-text {
    font-style: italic;
    font-size: 16px;
    border-left: 2px solid #1A2B4C; /* Vertical line */
    padding-left: 10px; /* Space between line and text */
}

#vision .vision-image {
    width:  600px; 
    height: 460px;
}

#why-us .why-us-img {
    width: 600px; 
    height: 460px;
}

@media (max-width: 760px) {
    .responsive-break {
        display: none;
    }
    .responsive-break-2 {
        display: block;
    }
    .splide__slide img {
        width: 80%; 
        margin: 0 auto; 
    }

    #meet-our-team-text {
        font-size: 30px;
    }
    .responsive-heading {
        font-size: 36px; 
    }

    .responsive-paragraph {
        font-size: 14px; 
    }

    /* .hero-section {
        align-items: flex-start;
        padding-top: 18vh;
    } */

    .responsive-buttons {
        flex-direction: column; 
        align-items: flex-start; 
    }

    .responsive-buttons .btn {
        width: 100%;
        margin-bottom: 10px; 
    }

    #btn-our-works {
        height: 64px;
        width: 207px;
        justify-content: start;
        font-size: 18px;
        background: white;
    }

    #why-us-text {
        font-size: 40px;
    }

    #vision .vision-image {
        width: 500px; 
        height: 360px;
    }

    #collab-step .collab-step-img {
        height: auto;
        width: 60%;
    }

    #why-us .why-us-img {
        width: 500px; 
        height: 360px;
    }
}

@media (max-width: 431px){
    .responsive-heading {
        font-size: 25px; 
        text-align: center;
        font-weight: bolder;
    }

    .responsive-paragraph {
        font-size: 14px; 
        text-align: center;
    }

    /* .hero-section {
        align-items: start;
        padding-top: 10vh;
        justify-content: center;
    } */

    .hero-section {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh; 
        width: 100vw; 
        background-image: url("/assets/images/hero-image.png"); 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover;
    }

    .header-container {
        display: flex;
        flex-direction: column;
    }

    .responsive-buttons {
        flex-direction: column; 
        align-items: center; 
        justify-content: end;
        padding-top: 350px;
    }

    .responsive-buttons .btn {
        width: 100%;
        margin-bottom: 10px; 
    }

    #btn-more {
        height: 52px;
        width: 342px;
        justify-content: center;
        font-size: 14px;
        color: black;
        background: #ffffff;
    }

    #btn-our-works {
        height: 64px;
        width: 207px;
        justify-content: start;
        font-size: 18px;
        background: white;
    }

    #why-us-text {
        font-size: 35px;
    }

    #our-teams {
        min-height: 50vh;
    }

    #partner-1 {
        border-bottom: 1px solid rgb(224, 224, 224);
        border-right: none;
    }

    #partner-2 {
        border-bottom: 1px solid rgb(224, 224, 224);
        border-right: none;
    }
    #partner-3 {
        border-bottom: 1px solid rgb(224, 224, 224);
    }
    #partner-4 {
        border-bottom: 1px solid rgb(224, 224, 224);
        border-right: none;
    }
    #partner-5 {
        border-bottom: none;
        border-right: none;
    }
    #contact-us-title {
        font-size: 1.9rem; 
        line-height: 1.2; 
        font-weight: 700;
    }
    #contact-us-description {
        font-size: 0.8rem;
    }
    .partner-img {
        height: 45%;
        width: auto;
    }

    #vision .vision-image {
        width: 40%; 
        height: auto;
    }

    #why-us .why-us-img {
        width: 40%; 
        height: auto;
    }

    #collab-step .collab-step-img {
        height: auto;
        width: 50%;
    }

    /* .hero-section {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh; 
        width: 100vw; 
        background-image: url("/assets/images/hero-image-mobile.png"); 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover;
    } */
}

@media (max-width: 992px) { 
    /* .hero-section {
        background-size: auto 45vh; 
    } */
}



