

html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        font-family: "Ubuntu", sans-serif !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
}

.bg-container-color {
    background: linear-gradient(180deg, orange, #EF4B24);
    color: white;
    font-family: 'Segoe UI', sans-serif;
    border: none;
}

.form-box {
    background: white;
    color: #333;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.btn-custom {
    background: linear-gradient(90deg, orange, red);
    color: white;
    border:none;
}

.stats-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    border-radius: 15px;
}

    .stats-box h4 {
        font-weight: bold;
    }

.filter-btn {
    border-radius: 30px;
    padding: 8px 20px;
    margin: 5px;
    border: none;
    background-color: #f1f3f5;
    color: #333;
    font-weight: 500;
}

    .filter-btn.active {
        color: white;
        outline: none;
        background: linear-gradient(180deg, orange, #EF4B24);
        border:none;
    }

.icon-color {
    color: orange;
}

.card-custom {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

    .card-custom:hover {
        transform: translateY(-5px);
    }

.icon-circle {
    height: 45px;
    width: 45px;
    background-color: #eb6c4e47;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-compare {
    background: linear-gradient(180deg, orange, #EF4B24);
    color: white;
    border-radius: 5px;
    border:none;
}

    .btn-compare:hover {
        background: linear-gradient(180deg, orange, #EF4B24);
        color: #ffff;
        border:none;
    }

.section-title {
    font-weight: 700;
    color: #222;
}

.section-subtitle {
    color: #555;
}

.btn-view-all {
    background: linear-gradient(180deg, orange, #EF4B24);
    color: white;
    padding: 10px 25px;
    border-radius: 7px;
    border:none;
}

    .btn-view-all:hover {
        background: linear-gradient(90deg, orange, red);
        color: #ffff;
    }

.secode-bg-color {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f9f9;
}

.pragr-color {
    color: rgba(75, 85, 99, var(--tw-text-opacity));
    --tw-text-opacity: 1;
    font-size: 16px;
    font-weight: 400;
}

.mg-right {
    font-size: larger;
    margin-right: 3%;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem orange !important;
}
.form-control:focus, .form-check-input:focus, .form-select:focus {
    box-shadow: none !important;
    border:1px solid orange;
}
.btn:hover {
    color: #fff !important;
}
.third-div {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', sans-serif;
}

.loan-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

    .loan-card:hover {
        transform: translateY(-5px);
    }

.loan-icon {
    font-size: 2.5rem;
    color: white;
    padding: 20px 0;
}

.card-header {
    text-align: center;
    color: white;
}

.card-body ul {
    padding-left: 1rem;
}

    .card-body ul li {
        margin-bottom: 0.5rem;
    }

.apply-btn {
    border-radius: 6px;
    font-weight: 500;
}

.rate-text {
    font-size: 1rem;
    color: #666;
    margin-top: 1rem;
}

.interest-rate {
    font-weight: bold;
    font-size: 1.2rem;
    color: orange;
}

.finance-section {
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin: 2rem auto;
}

.finance-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.finance-icon {
    width: 50px;
    height: 50px;
    background-color: #eb6c4e47;
    color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.finance-text h6 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.finance-text p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #555;
}
/*five div*/
.eligibility-section {
    background-color: #eb6c4e47;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 2rem;
}

.eligibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .eligibility-list li {
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }

    .eligibility-list i {
        color: orange;
        margin-right: 10px;
    }

.btn-check-eligibility {
    background: linear-gradient(180deg, orange, #EF4B24);
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    color:#fff;
    border:none;
}

    .btn-check-eligibility:hover {
        background-color: #fff;
    }
.why-choose-section {
    padding: 4rem 0;
    background-color: #fff;
    text-align: center;
}

.why-choose-icon {
    background-color: #eb6c4e30;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.5rem;
    color: orange;
    margin: 0 auto 1rem;
}

.why-choose-heading {
    font-weight: 700;
    font-size: 1.75rem;
}

.why-choose-subtext {
    color: #555;
    max-width: 700px;
    margin: 0 auto 3rem;
}
.promise-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.promise-icon {
    background-color: orange;
    color: #fff;
    font-size: 1.2rem;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.quote-icon {
    background-color: orange;
    color: #fff;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    margin-right: 3%;
}
/*siven div*/
.calculator-card1 {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.calculator-card {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.card-header-custom {
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header-green {
    background-color: #047857;
}

.header-purple {
    background-color: #7c3aed;
}
.btn-green {
    background-color: #047857;
    color: #fff;
}

.btn-purple {
    background-color: #7c3aed;
    color: #fff;
}

input[type="range"] {
    width: 100%;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #666;
}
/*eight div*/

/*nine div*/
.bg-nine {
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
}

.testimonial-section {
    padding: 60px 0;
}

.testimonial-card {
    background-color: #eb6c4e30;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.testimonial-rating i {
    color: #f7c32e;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.avatar-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: orange;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.customer-name {
    font-weight: 600;
    margin-bottom: 0;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
}


.logo-slider {
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
}

.logo-track {
    display: flex;
    width: calc(250px * 12);
    animation: scroll 30s linear infinite;
}

.logo-slide {
    width: 250px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

    .logo-slide img {
        max-width: 100%;
        max-height: 80px;
        filter: grayscale(0);
        transition: filter 0.3s;
    }

        .logo-slide img:hover {
         filter: grayscale(0%);
        }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .logo-slide {
        width: 180px;
    }
}

@media (max-width: 480px) {
    .logo-slide {
        width: 150px;
    }
}

.partner-section1 {
    background-color: #eb6c4e47;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    margin: 40px auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

    .partner-section h5 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    .partner-section p {
        color: #333;
        margin-bottom: 25px;
    }

    .partner-section .btn {
        padding: 10px 25px;
        font-weight: 600;
    }
    /*footer section*/
.footer-bg {
    background-color: #eb6c4e47;
    color: #d1d9e6;
    padding: 60px 20px 20px;
    font-size: 14px;
}

    .footer h6 {
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .footer a {
        color: #d1d9e6;
        text-decoration: none;
    }

        .footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

    .footer .social-icons a {
        color: #d1d9e6;
        margin-right: 10px;
    }

    .footer .bottom-text {
        font-size: 13px;
        color: #a0aec0;
    }

    .footer .copyright {
        border-top: 1px solid #2e3d5c;
        margin-top: 30px;
        padding-top: 20px;
    }
    /*accordian css*/
.faq-section {
    background-color: #ffffff;
}

.accordion-button {
    background-color: #f4f6f8;
    border-radius: 0.5rem;
    font-weight: 600;
}

.accordion-item {
    border: none;
    border-radius: 0.5rem;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #eb6c4e30;
    color: #1d1d1d;
}
.bg-text {
    color:orange;
}
/*custome drop*/
.custom-dropdown {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
    pointer-events: none;
    min-width: 220px;
}

/* Show on hover */
.nav-item.dropdown:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: auto;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #eb6c4e30 !important;
}
/*logn form*/
.form-section {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
}

.form-label {
    font-weight: 600;
}

.highlight {
    color: #00b386;
}
.display-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.modal1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    width:32%;
    z-index: 1000;
}

.modal-content {
    background: white;
    margin: 10% auto;
    padding: 20px;
    width: 300px;
    position: relative;
}

.close {
    position: absolute;
    top: 5px;
    right: 25px;
    cursor: pointer;
    font-size: 30px;
}

.form-section {
    display: none;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/*about us*/
.hero-section {
    background: url('your-background-image.jpg') no-repeat center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.gradient-text {
    background: linear-gradient(90deg, #ec008c, #fc6767, #59cde9, #2af598);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
}
/*second section*/
.section-title {
    color: #7e22ce;
    font-weight: bold;
}

.why-egs li {
    list-style: none;
    margin-bottom: 1rem;
    display: flex;
    align-items: start;
}

    .why-egs li i {
        font-size: 1.2rem;
        color: #7e22ce;
        margin-right: 10px;
    }

.about-text {
    line-height: 1.8;
}

iframe {
    width: 100%;
    height: 250px;
}

@media (min-width: 768px) {
    iframe {
        height: 300px;
    }
}

.about-image {
    width: 100%;
    border-radius: 10px;
    max-height: 350px;
    object-fit: cover;
}
/*test*/
.stats-section {
    padding: 60px 20px;
    text-align: center;
}

.stats-title {
    color: #7e22ce;
    font-weight: 600;
    font-size: 1.2rem;
}

.stats-description {
    max-width: 800px;
    margin: 10px auto 40px;
    font-size: 0.95rem;
    color: #333;
}

.stat-box {
    margin-bottom: 30px;
}

.stat-number {
    font-size: 2rem;
    color: orange;
    font-weight: bold;
}

.stat-label {
    font-size: 0.95rem;
    margin-top: 5px;
    color: #333;
}
.about-container {
    margin: 1% 10% 1% 10%;
}
/*-------------------------------------------------------------------*/
/* FAQ Section with Image Column */
.custom-faq-section {
    display: flex;
    max-width: 100%;
    padding: 0 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.custom-faq-content-left {
    width: 50%;
    /* Adjust according to your layout */
}

.left-side-image {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
    border-radius: 5%;
}

.custom-faq-content {
    width: 50%;
}


/* Image Columns */
.custom-faq-image {
    flex: 0 0 40%;
}

.image-columns {
    display: flex;
    gap: 0px;
}

.image-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.img-top,
.img-bottom,
.img-center {
    margin: 0;
    /* Ensure no margin around the images */
    padding: 0;
    /* Ensure no padding around the images */
}

/* Images in the First Column */
.img-top,
.img-bottom {
    width: 80%;
    border-radius: 8px;
}
/* Centered Image in the Second Column */
.img-center {
    width: 100%;
    margin: auto -25px;
    border-radius: 8px;
}

/* FAQ Section Styling */
.custom-faq-content {
    flex: 0 0 55%;
}

.faq-item {
    margin-bottom: -3px;
    /* Reduced space between FAQ sections */
}


.faq-question {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
    /* Adjusted padding for better spacing */
    background: linear-gradient(180deg, orange, #EF4B24);
    /* Background color for each question */
    border-radius: 8px;
    /* Rounded corners */
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #ffffff;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(180deg, orange, #EF4B24);
    /* Darker background on hover */
}



.faq-answer {
    list-style: disc;
    padding-left: 40px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    margin-top: 5px;
    /* Slight space between question and answer */
    border-radius: 8px;
    padding: 10px 15px;
    /* Padding inside the answer section */
}

.faq-question.active + .faq-answer {
    opacity: 1;
    /* Show answer */
    max-height: 500px;
}

.faq-answer li {
    margin-bottom: 5px;
    font-size: 18px;
}



/* Responsive Styles */
@media (max-width: 768px) {
    .faq-button-section {
        justify-content: center;
        /* Center the button on smaller screens */
    }
}


/* Responsive Styles */
@media (max-width: 768px) {
    .custom-faq-section {
        flex-direction: column !important;
    }

    .custom-faq-image,
    .custom-faq-content {
        flex: 1 1 100% !important;
        width: fit-content !important;
    }
}


/* Left Side Image Wrapper */
.faq-images-wrapper {
    display: flex;
    gap: 10px;
    /* No gap between the columns */
}

.faq-image-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

/* Image Styles */
.img-top-left {
    width: 100%;
    border-radius: 8px;
    margin-bottom: -30px;
    /* Move the first image down to touch the second column */
}

.img-bottom-right {
    width: 100%;
    border-radius: 8px;
    margin-top: 40%;
    /* Move the second image up to touch the first column */
}




/* Responsive Styles */
@media (max-width: 768px) {
    .custom-faq-content-left {
        width: 100% !important;
        /* Make content full width on smaller screens */
    }

    .faq-images-wrapper {
        display: flex;
        gap: 10px;
    }

    .faq-image-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .img-top-left {
        width: 100%;
        border-radius: 8px;
        margin-bottom: -30px;
    }

    .img-bottom-right {
        width: 100%;
        border-radius: 8px;
        margin-top: 40%;
    }
}


/* Centered Content Section */
.centered-content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* Center the text horizontally */
    padding: 40px 20px;
    /* Add some padding for spacing */
    min-height: 300px;
    /* Set a minimum height for the section */
}

/* Heading Styling */
/* .content-heading {
    font-size: 2rem; 
    color: #77358b; 
    margin-bottom: 20px; 
} */

.centered-content-section .content-heading {
    line-height: 1.2;
}

/* Paragraph Styling */
.content-paragraph {
    font-size: 1.1rem;
    color: #333333;
    max-width: 1200px;
    line-height: 1.6;
}







.cs {
    text-align: center;
    font-size: 2rem;
    margin: 7%;
}

@media (max-width: 768px) {
    .cs {
        font-size: 1rem;
        margin: 20% 5%;
    }
}

.contact-us-button a {
    text-decoration: none;
    background-color: #fff;
    color: #333;
    border: 1px solid orange;
    padding: 10px 15px;
    border-radius: 5%;
}

    .contact-us-button a:hover {
        background-color: orange;
        color: #fff;
    }

  /*  <!--Header-->*/

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
    /* Ensure position for absolute elements */
}

    .slide img {
        width: 100%;
        height: auto;
        display: block;
    }

/* General Button Styles */
.button-container {
    position: absolute;
    text-align: center;
}

.slide-button {
    background-color: #fff;
    color: #EF4B24;
    border: 2px solid #EF4B24;
    padding: 5px 16px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block;
    max-width: 200px;
}

    .slide-button:hover {
        background: linear-gradient(180deg, orange, #EF4B24);
        color: #fff;
    }

/* Positioning for Slide 1 */
.button-slide-1 {
    bottom: 8%;
    left: 6%;
}

/* Positioning for Slide 2 */
.button-slide-2 {
    bottom: 8%;
    left: 6%;
}

/* Positioning for Slide 3 */
.button-slide-3 {
    bottom: 8%;
    left: 6%;
}
/* vision mission page */
.button-slide-4 {
    bottom: 8%;
    left: 6%;
}
/* travel and hospitality */
.button-slide-5 {
    bottom: 8%;
    right: 6%;
}
/* elearning */
.button-slide-6 {
    bottom: 8%;
    right: 20%;
}
/* payment solution */
.button-slide-7 {
    bottom: 8%;
    right: 20%;
}

.button-slide-8 {
    bottom: 20%;
    left: 7%;
}

.pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}
.active {
    background-color: #EF4B24;
}
.industry-content a {
    color: #f18d26;
    text-decoration: none;
}

.industry-content a:hover {
    color: #ef5224;
    text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .button-slide-1 {
        left: 45%;
        bottom: 25%;
    }

    .button-slide-2 {
        left: 5%;
        bottom: 25%;
    }

    .button-slide-3 {
        left: 45%;
        bottom: 25%;
    }

    /* vision mission page */
    .button-slide-4 {
        left: 45%;
        bottom: 25%;
    }
    /* travel and hospitality */
    .button-slide-5 {
        left: 10%;
        bottom: 25%;
    }
    /* elearning */
    .button-slide-6 {
        left: 10%;
        bottom: 25%;
    }
    /* payment solution */
    .button-slide-7 {
        right: 75%;
        bottom: 30%;
    }

    .button-slide-8 {
        bottom: 20%;
        left: 15%;
    }
}

@media (max-width: 768px) {
    .button-slide-1 {
        left: 37%;
        bottom: 20%;
    }

    .button-slide-2 {
        left: 5%;
        bottom: 25%;
    }

    .button-slide-3 {
        left: 37%;
        bottom: 20%;
    }
    /* vision mission page */
    .button-slide-4 {
        left: 17%;
        bottom: 10%;
    }
    /* travel and hospitality */
    .button-slide-5 {
        left: 10%;
        bottom: 20%;
    }
    /* elearning */
    .button-slide-6 {
        left: 10%;
        bottom: 20%;
    }
    /* payment solution */
    .button-slide-7 {
        right: 60%;
        bottom: 20%;
    }

    .button-slide-8 {
        bottom: 10%;
        left: 7%;
    }
}


/* Services section home page */
.services {
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

.service-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping */
    gap: 20px; /* Maintain space between items */
    justify-content: center; /* Center items */
}

.service-item {
    position: relative;
    width: calc(25% - 20px);
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-radius: 5px;
    background-color: #fff;
}

    /* Black opacity overlay */
    .service-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        transition: opacity 0.3s ease;
        z-index: 1;
    }

    /* Adjusted to ensure text and button are on top */
    .service-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

.service-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    transition: transform 0.3s ease;
}

.service-container .know-more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: #ffffff;
    padding: 7px 16px;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    opacity: 0;
    font-size: 16px;
    transition: opacity 0.3s ease, background-color 0.3s ease, font-size 0.3s ease;
    z-index: 2;
}

.know-more:hover {
    background-color: #EF4B24;
    color: white !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #f18d26;
}

.service-item:hover .overlay {
    opacity: 1;
}

.service-item:hover .service-title {
    transform: translate(-50%, -50px);
}

.service-item:hover .know-more {
    opacity: 1;
}

@media (max-width: 1024px) {
    .service-item {
        width: calc(33.333% - 20px); /* 3 items per row */
    }
}

/* Mobile view (max-width: 768px) */
@media (max-width: 768px) {
    .service-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; /* Allow horizontal scrolling */
        gap: 10px;
        padding: 10px 10px 20px; /* Add 20px padding at the bottom */
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        /* Scrollbar customization */
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: #77358b #f0f0f0; /* Scroll thumb and track color */
    }

        /* For WebKit browsers */
        .service-container::-webkit-scrollbar {
            height: 8px; /* Height of the horizontal scrollbar */
        }

        .service-container::-webkit-scrollbar-thumb {
            background-color: #77358b; /* Scrollbar thumb color */
            border-radius: 10px; /* Rounded corners for the thumb */
        }

        .service-container::-webkit-scrollbar-track {
            background-color: #f0f0f0; /* Scrollbar track color */
        }

    .service-item {
        flex: 0 0 75%; /* Each item takes 75% of the viewport width */
        max-width: 75%;
        min-width: 75%;
        text-align: center;
        scroll-snap-align: start;
    }

        /* Remove hover effects for title and button */
        .service-item .service-title {
            transform: translateX(-50%); /* Reset transform */
            transition: none; /* Disable transition */
        }

        .service-item:hover .service-title {
            transform: translateX(-50%); /* No movement on hover */
        }

        .service-item .know-more {
            display: none; /* Hide the button */
        }

        .service-item:hover .overlay {
            opacity: 0.3; /* Keep the overlay visible at default opacity */
        }
}


/* Industries Section */
.industries-container {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.industries-heading {
    font-size: 24px;
    font-weight: bold;
    color: #f18d26;
    margin-bottom: 20px;
}

/* Flexbox for industry items */
.industries-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Industry item box */
.industry-item {
    position: relative;
    flex: 1 1 calc(25% - 20px);
    /* Four items per row with 20px gap */
    max-width: calc(25% - 20px);
    height: 375px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    /* Add pointer cursor on hover */
}


    .industry-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        transition: opacity 0.3s ease;
    }

/* Overlay effect on hover */
.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Black overlay with opacity */
    opacity: 0;
    /* Hidden initially */
    transition: opacity 0.3s ease;
    /* Fade in effect */
    z-index: 1;
    /* Ensure overlay is above the image */
}


/* Adjusted industry content for visibility */
.industry-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    /* Full width of the container */
    text-align: center;
    color: #ffffff;
    padding: 0 10px;
    /* Add padding to prevent text from touching edges */
    transition: all 0.3s ease;
    z-index: 2;
    transform: translateX(-50%);
    /* Ensure text is above the overlay */
}


/* Title centered at the bottom */
.industry-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
    background-color:#fff;
    border-radius:5px;
}

/* Hover effect */
.industry-hover-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 3px;
    width: 100%;
    /* Make paragraph take full width */
    padding: 0 10px;
    /* Add padding for better text flow */
    box-sizing: border-box;
}


.industry-item:hover .industry-title {
    transform: translateY(-40px);
}

.industry-item:hover .industry-hover-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.industry-item:hover .industry-overlay {
    opacity: 1;
    /* Show overlay on hover */
}

/* Know More Button */
.industry-hover-content .know-more {
    background-color: transparent;
    color: #ffffff;
    padding: 7px 16px;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 10px;
}
.know-more:hover {
    background-color: #EF4B24;
    color: white;
}

/* Awards and Recognition Section */
.awards-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.section-heading {
    font-size: 24px;
    font-weight: bold;
    color: #f18d26;
    margin-bottom: 40px;
}

.awards-carousel-wrapper {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    /* Hide overflow for seamless looping */
}

.awards-carousel {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
    /* Space between awards */
}

.carousel-item1 {
    min-width: 240px;
    height: 230px;
    flex: 0 0 auto;
}

 .carousel-item1 img {
        width: 240px;
        height: 230px;
        display: block;
        border-radius: 8px;
    }

.carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.carousel-prev,
.carousel-next {
    background-color: transparent;
    border: none;
    color: #77358b;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    outline: none;
}

.carousel-prev {
    position: absolute;
    left: -40px;
    /* Position arrow outside the carousel */
}

.carousel-next {
    position: absolute;
    right: -40px;
    /* Position arrow outside the carousel */
}

.carousel-dots {
    text-align: center;
    margin-top: 15px;
}

    .carousel-dots button {
        background-color: #ddd;
        border: none;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        cursor: pointer;
        outline: none;
    }

        .carousel-dots button.active {
            background-color: #EF4B24;
        }

@media (max-width: 768px) {
    .carousel-dots button {
        width: 8px;
        /* Smaller width for dots */
        height: 8px;
        /* Smaller height for dots */
    }
}
.main-btn a {
    color: #EF4B24;
    border: 1px solid #EF4B24;
    padding: 10px 16px;
    border-radius: 5%;
    text-decoration: none;
}

    .main-btn a:hover {
        background-color: #EF4B24;
        color: #fff;
    }
.reach-us {
    padding: 60px 0;
}

.reach-us-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.reach-us-box {
    flex: 1;
    min-width: 300px;
    padding: 40px;
    max-width: 500px;
}

.reach-us h2 {
    color: #77358b;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.contact-info h3 {
    color: #d71d58;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-info p {
    color: #333;
    font-size: 15px;
    margin-bottom: 25px;
}



/* Map Container */
.map-container {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

/* Responsive Design */
/* Mobile Responsive Styles */
@media (max-width: 1024px) {

    /* Reach Us Section */
    .reach-us {
        padding: 40px 10px; /* Reduces padding on mobile */
    }

    .reach-us-wrapper {
        max-width: 100%;
        padding: 0 10px; /* Add padding to avoid side overflow */
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    /* Reach Us Box */
    .reach-us-box {
        width: 100%;
        max-width: none;
        padding: 20px; /* Adjust padding for mobile view */
        box-sizing: border-box; /* Ensures padding doesn’t cause overflow */
    }

    /* Headings and Text */
    .reach-us h2 {
        font-size: 28px; /* Smaller font size for mobile */
    }

    .contact-info h3 {
        font-size: 20px;
    }

    .contact-info p {
        font-size: 16px;
    }

    /* Map Container */
    .map-container {
        width: 100%;
        max-width: none;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}

.social-media a {
    margin-right: 10px;
    display: inline-block;
}

.social-media img {
    width: 24px;
    height: 24px;
}
.reach-us-wrapper1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* awards and recognition page */
.awards-section {
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    /* Optional: adds a background color to the section */
}

.section-heading {
    color: #f18d26;
    font-size: 2em;
    margin-bottom: 30px;
}

.awards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* Ensure equal space between cards */
    gap: 30px;
    /* Increased space between cards */
    max-width: 1150px;
    /* Boxed container width */
    margin: 0 auto;
    /* Center the container */
    padding: 0 20px;
    /* Add space to the left and right sides of the container */
}

.award-card {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    padding: 15px;
    background-color: #fff;
    border-radius: 18px;
    text-align: center;
    flex: 1 1 calc(33.333% - 30px);
    /* Adjust width for 3 cards per row with gap consideration */
    max-width: calc(33.333% - 30px);
    /* Ensure card width respects the gap */
    box-sizing: border-box;
}

.award-image {
    max-width: 70%;
    height: auto;
    margin-bottom: 15px;
}

.award-title {
    color: #77358b;
    font-weight: bold;
    margin-bottom: 10px;
}

.award-description {
    color: #555;
    font-size: 0.9em;
}

@media screen and (max-width: 768px) {
    .award-card {
        max-width: 100%;
        flex: 1 1 100%;
        /* Full width on small screens */
    }
}
/* Divider Style */
.divider {
    height: 2px;
    background-color: #00000042;
    margin: 0px 0px 0px 0px;
}

/* Boxed Container Style */
.boxed-container {
    max-width: 1150px;
    /* Same as awards container */
    margin: 0 auto;
    /* Center the container */
    padding: 0 20px;
    /* Add space on the left and right */
    box-sizing: border-box;
}

/* Two-Column Section Style */
.two-column-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* Column Style */
.column {
    flex: 1 1 45%;
    text-align: center;
    margin-bottom: 20px;
}

.column-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.column-heading {
    color: #77358b;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.column-text {
    color: #555;
    font-size: 1em;
    line-height: 1.6;
    margin: 0 20px;
    text-align: justify;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .two-column-section {
        flex-direction: column;
    }

    .column {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .column-heading,
    .column-text {
        text-align: center;
    }
}
.a {
    text-decoration: none;
    color: inherit;
}

/***************************************************change css****************************************************************/

@media (max-width: 768px) {
    .service-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; /* Allow horizontal scrolling */
        gap: 10px;
        padding: 10px 10px 20px; /* Add 20px padding at the bottom */
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        /* Scrollbar customization */
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: #333 #f0f0f0; /* Scroll thumb and track color */
    }

        /* For WebKit browsers */
        .service-container::-webkit-scrollbar {
            height: 8px; /* Height of the horizontal scrollbar */
        }

        .service-container::-webkit-scrollbar-thumb {
            background-color: #333; /* Scrollbar thumb color */
            border-radius: 10px; /* Rounded corners for the thumb */
        }

        .service-container::-webkit-scrollbar-track {
            background-color: #f0f0f0; /* Scrollbar track color */
        }

    .service-item {
        flex: 0 0 75%; /* Each item takes 75% of the viewport width */
        max-width: 75%;
        min-width: 75%;
        text-align: center;
        scroll-snap-align: start;
    }

        /* Remove hover effects for title and button */
        .service-item .service-title {
            transform: translateX(-50%); /* Reset transform */
            transition: none; /* Disable transition */
        }

        .service-item:hover .service-title {
            transform: translateX(-50%); /* No movement on hover */
        }

        .service-item .know-more {
            display: none; /* Hide the button */
        }

        .service-item:hover .overlay {
            opacity: 0.3; /* Keep the overlay visible at default opacity */
        }
}



/* Industries Section */
.industries-container {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.industries-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
/* Industry item box */
.industry-item {
    position: relative;
    flex: 1 1 calc(25% - 20px);
    /* Four items per row with 20px gap */
    max-width: calc(25% - 20px);
    height: 375px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    /* Add pointer cursor on hover */
}

    .industry-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        transition: opacity 0.3s ease;
    }

/* Overlay effect on hover */
.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Black overlay with opacity */
    opacity: 0;
    /* Hidden initially */
    transition: opacity 0.3s ease;
    /* Fade in effect */
    z-index: 1;
    /* Ensure overlay is above the image */
}


/* Adjusted industry content for visibility */
.industry-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    /* Full width of the container */
    text-align: center;
    color: #ffffff;
    padding: 0 10px;
    /* Add padding to prevent text from touching edges */
    transition: all 0.3s ease;
    z-index: 2;
    transform: translateX(-50%);
    /* Ensure text is above the overlay */
}


/* Title centered at the bottom */
.industry-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

/* Hover effect */
.industry-hover-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 3px;
    width: 100%;
    /* Make paragraph take full width */
    padding: 0 10px;
    /* Add padding for better text flow */
    box-sizing: border-box;
}


.industry-item:hover .industry-title {
    transform: translateY(-40px);
}

.industry-item:hover .industry-hover-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.industry-item:hover .industry-overlay {
    opacity: 1;
    /* Show overlay on hover */
}

/* Know More Button */
.industry-hover-content .know-more {
    background-color: transparent;
    color: #ffffff;
    padding: 7px 16px;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 10px;
}

.know-more {
    display: inline-block;
    margin-top: 10px;
    background-color: transparent;
    color: #ffffff;
    padding: 7px 16px;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease, font-size 0.3s ease;
}

    .know-more:hover {
        background-color: #77358b;
        color: #ffffff;
    }

.industry-link {
    text-decoration: none;
    color: inherit;
    display: block; /* Ensures it spans the entire title area */
}



/* Adjusting responsiveness for smaller screens */
/* Industries Section (Responsive Styles for 1024px and 768px) */
@media (max-width: 1024px) {
    .industry-item {
        width: calc(33.333% - 20px); /* 3 items per row */
    }
}

@media (max-width: 768px) {
    .industries-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; /* Enable horizontal scrolling */
        gap: 10px;
        padding: 10px 10px 20px; /* Add padding at the bottom */
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        /* Scrollbar customization */
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: #f18d26 #f0f0f0; /* Scroll thumb and track color */
    }

        /* For WebKit browsers */
        .industries-grid::-webkit-scrollbar {
            height: 8px; /* Height of the horizontal scrollbar */
        }

        .industries-grid::-webkit-scrollbar-thumb {
            background-color: #f18d26; /* Scrollbar thumb color */
            border-radius: 10px; /* Rounded corners for the thumb */
        }

        .industries-grid::-webkit-scrollbar-track {
            background-color: #f0f0f0; /* Scrollbar track color */
        }

    .industry-item {
        flex: 0 0 75%; /* Each item takes 75% of the viewport width */
        max-width: 75%;
        min-width: 75%;
        text-align: center;
        scroll-snap-align: start;
    }

        .industry-item:hover .industry-title {
            transform: translateY(0px);
        }

        .industry-item:hover .industry-hover-content {
            display: none;
        }

    .industry-hover-content .know-more {
        display: none;
    }

    .know-more {
        display: none;
    }
}

.know-more:hover {
    background-color: #EF4B24;
    color: white;
}

/* Awards and Recognition Section */
.awards-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.section-heading {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

.awards-carousel-wrapper {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    /* Hide overflow for seamless looping */
}

.awards-carousel {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
    /* Space between awards */
}

.carousel-item1 {
    min-width: 240px;
    height: 230px;
    flex: 0 0 auto;
}

    .carousel-item1 img {
        width: 240px;
        height: 230px;
        display: block;
        border-radius: 8px;
    }

.carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.carousel-prev,
.carousel-next {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    outline: none;
}

.carousel-prev {
    position: absolute;
    left: -40px;
    /* Position arrow outside the carousel */
}

.carousel-next {
    position: absolute;
    right: -40px;
    /* Position arrow outside the carousel */
}

.carousel-dots {
    text-align: center;
    margin-top: 15px;
}

    .carousel-dots button {
        background-color: #ddd;
        border: none;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        cursor: pointer;
        outline: none;
    }

        .carousel-dots button.active {
            background-color: #EF4B24;
        }

@media (max-width: 768px) {
    .carousel-dots button {
        width: 8px;
        /* Smaller width for dots */
        height: 8px;
        /* Smaller height for dots */
    }
}

.main-btn a {
    color: #EF4B24;
    border: 1px solid #EF4B24;
    padding: 10px 16px;
    border-radius: 5%;
    text-decoration: none;
}

    .main-btn a:hover {
        background-color: #EF4B24;
        color: #fff;
    }

.reach-us {
    padding: 60px 0;
}

.reach-us-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.reach-us-box {
    flex: 1;
    min-width: 300px;
    padding: 40px;
    max-width: 500px;
}

.reach-us h2 {
    color: #333;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.contact-info h3 {
    color: #d71d58;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-info p {
    color: #333;
    font-size: 15px;
    margin-bottom: 25px;
}



/* Map Container */
.map-container {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

/* Responsive Design */
/* Mobile Responsive Styles */
@media (max-width: 1024px) {

    /* Reach Us Section */
    .reach-us {
        padding: 40px 10px; /* Reduces padding on mobile */
    }

    .reach-us-wrapper {
        max-width: 100%;
        padding: 0 10px; /* Add padding to avoid side overflow */
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    /* Reach Us Box */
    .reach-us-box {
        width: 100%;
        max-width: none;
        padding: 20px; /* Adjust padding for mobile view */
        box-sizing: border-box; /* Ensures padding doesn’t cause overflow */
    }

    /* Headings and Text */
    .reach-us h2 {
        font-size: 28px; /* Smaller font size for mobile */
    }

    .contact-info h3 {
        font-size: 20px;
    }

    .contact-info p {
        font-size: 16px;
    }

    /* Map Container */
    .map-container {
        width: 100%;
        max-width: none;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}

.social-media a {
    margin-right: 10px;
    display: inline-block;
}

.social-media img {
    width: 24px;
    height: 24px;
}


.split-section-services {
    display: flex;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
}

.left-side-service {
    flex: 0 0 40%;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    /* Center the image horizontally */
    align-items: center;
    /* Center the image vertically */
}

    .left-side-service img {
        width: 100%;
        height: auto;
        border-radius: 5%;
    }

.right-side-service {
    flex: 0 0 60%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center the text content vertically */
    align-items: center;
    /* Center the text content horizontally */
    text-align: center;
    /* Center the text within the box */
}

.text-content {
    box-sizing: border-box;
}

.section-heading-services {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.section-description-services {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
    /* Center the paragraph */
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .split-section-services {
        flex-direction: column;
    }

    .left-side-service,
    .right-sidey-service {
        flex: 0 0 100% !important;
        padding: 0;
        /* Center text and content on small screens */
    }
}







/* Centered Content Section */
.centered-content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* Center the text horizontally */
    padding: 40px 20px;
    /* Add some padding for spacing */
    min-height: 300px;
    /* Set a minimum height for the section */
}

    /* Heading Styling */
    /* .content-heading {
    font-size: 2rem; 
    color: #333; 
    margin-bottom: 20px; 
} */

    .centered-content-section .content-heading {
        line-height: 1.2;
    }

/* Paragraph Styling */
.content-paragraph {
    font-size: 1.1rem;
    color: #333333;
    max-width: 1200px;
    line-height: 1.6;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.custom-faq-section {
    display: flex;
    gap: 20px;
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 20px;
    align-items: flex-start;
    /* Align items to the top */
}

.custom-faq-content-left {
    width: 50%;
    /* Adjust according to your layout */
}

.left-side-image {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
    border-radius: 5%;
}

.custom-faq-content {
    width: 50%;
}

.image-columns {
    display: flex;
    gap: 0px;
}

.image-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.img-top,
.img-bottom,
.img-center {
    margin: 0;
    /* Ensure no margin around the images */
    padding: 0;
    /* Ensure no padding around the images */
}

/* Images in the First Column */
.img-top,
.img-bottom {
    width: 80%;
    border-radius: 8px;
}

/* Centered Image in the Second Column */
.img-center {
    width: 100%;
    margin: auto -25px;
    border-radius: 8px;
}

/* FAQ Section Styling */
.custom-faq-content {
    flex: 0 0 55%;
}

.faq-item {
    margin-bottom: -3px;
    /* Reduced space between FAQ sections */
}

.split-section-services {
    display: flex;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
}

.left-side-service {
    flex: 0 0 40%;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    /* Center the image horizontally */
    align-items: center;
    /* Center the image vertically */
}

.right-side-service {
    flex: 0 0 60%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center the text content vertically */
    align-items: center;
    /* Center the text content horizontally */
    text-align: center;
    /* Center the text within the box */
}

.text-content {
    box-sizing: border-box;
}

.section-heading-services {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.section-description-services {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
    /* Center the paragraph */
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .split-section-services {
        flex-direction: column;
    }

    .left-side-service,
    .right-sidey-service {
        flex: 0 0 100% !important;
        padding: 0;
        /* Center text and content on small screens */
    }
}

.split-section {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    box-sizing: border-box;
    /* Ensure padding is included in total width */
}

/* Left Side and Right Side Styles */
.left-side,
.right-side {
    flex: 1;
    /* Allow both sides to grow equally */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* Add padding for internal spacing */
    box-sizing: border-box;
    /* Ensure padding is included in total width */
}

/* Centered Image */
.centered-image {
    max-width: 80%;
    /* Set max-width for larger screens */
    height: auto;
    /* Keep aspect ratio */
    object-fit: contain;
    border-radius: 15px;
}

/* Text Content */
.text-content {
    text-align: left;
}

/* Section Heading */
.section-heading {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Highlight List */
.highlight-list {
    list-style-type: none;
    padding: 0;
}

    .highlight-list li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 16px;
        color: #333;
    }

/* Mnemonic Icon */
.mnemonic-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .split-section {
        flex-direction: column;
        /* Stack elements vertically */
        padding: 0px;
        /* Adjust padding for smaller screens */
    }

    .left-side,
    .right-side {
        justify-content: flex-start;
        /* Align content to the left */
        width: 100%;
        /* Ensure full width */
        padding: 10px;
        /* Reduce padding on small screens */
    }

    .section-heading {
        text-align: center;
        /* Center the heading */
        font-size: 22px;
        /* Slightly smaller font size */
    }

    .highlight-list li {
        justify-content: center;
        /* Center align items in the list */
    }

    .centered-image {
        max-width: 100%;
        /* Make the image responsive */
        height: auto;
        /* Maintain aspect ratio */
        margin-top: 20px;
        /* Add space above the image */
    }
}

.industry-impact-content {
    padding: 20px;
}

.industry-impact-heading {
    font-size: 2rem;
    font-weight: bold;
/*    color: #333;*/
    margin-bottom: 20px;
}

/* Styling for the bullet point list */
.industry-bullet-list {
    list-style-type: disc;
    /* Bullet points */
    padding-left: 40px;
    /* Padding for indentation */
}

    .industry-bullet-list li {
        margin-bottom: 10px;
        /* Space between list items */
        font-size: 1.1rem;
        line-height: 2;
        /* Readability improvement */
    }



.industry-bullet-list-para {
    list-style-type: none;
    /* Bullet points */
    padding-left: 40px;
    /* Padding for indentation */
}

    .industry-bullet-list-para li {
        margin-bottom: 10px;
        /* Space between list items */
        font-size: 1.1rem;
        line-height: 2;
        /* Readability improvement */
    }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    display: none;
}



#awards-carousel-wrapper {
    display: flex;
    /* Ensures items are in a row */
    overflow: hidden;
    /* Hides overflow to create the carousel effect */
    width: calc(100%);
    /* Adjust as necessary */
}

.carousel-item {
    margin-right: 20px;
    /* Adjust the margin based on your layout */
}

