/* Poppins Font Styles */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Global Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none !important;
    display: inline-block !important;
    font-family: "poppins", sans-serif;
}

img {
    width: 100%;
    
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "poppins", sans-serif;
}

p {
    font-family: "poppins", sans-serif;
}

/* Root Variables */
:root {
    --c1: #c1912d;
    /* yellow */
    --c2: #00668e;
    /* blue */
    --c3: #141414;
    /* text-black*/
    --c4: #ffffff;
    /* white */
    --c5: #05153f;
    /* text color */
    --c6: #3e3e3fs;
    /* white (Note: this hex code seems incomplete/incorrect, assuming it's meant to be a shade of grey/white) */
    --c7: #000;
    /* black */
    --bg: #ffffcc;
    /* running-bg */
}

/* Selection Styles */
::selection {
    background-color: var(--c3);
    color: var(--c6);
}

/* Wrapper and Spacing */
.wrapper {
    overflow: hidden !important;
}



/* Lower Header Body */
.lower-header-body .row .col-lg-3 {
    padding-left: 0;
}

/* Banner Upper Content */
.banner-upper-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.banner-upper-content img {
    width: 140px;
}

/* Header */
/* Upper Header */



/* Header Button Css */
.header-order-button {
    background-color: #2c4d6b;
    color: white;
    font-size: 17px;
    letter-spacing: 0.5px;
    padding: 15px 30px 12px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(44, 77, 107, 0.3);
    position: relative;
    border-radius: 30px 30px 0px 30px;
    margin: 0px;
    
}

/* Hover effect for the header ORDER NOW button */
.header-order-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(44, 77, 107, 0.4);
}

/* Banner Section */
.banner-slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    top: 6px;
    margin-top: 0px;
    height: 644px;
}

.banner-img {
    background-size: 100% 100%;
    height: 35em;
}

.banner-content .subtxt {
    color: var(--c5);
    font-weight: 400;
    font-size: 25px;
}

.banner-content .bnrpara {
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-family: "poppins", sans-serif;
}

.footer-info ul li {
    margin-left: 0;
    margin-right: 15px;
}
.banner-content {
    color: #fff;
    margin-left: 10%;
    margin-top: 15%;
    width: 55%;
}

.banner-content p {
    margin: 0;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    padding-bottom: 20px;
    font-family: 'Poppins';
}

.banner-upper-content p {
    padding: 0;
    padding-bottom: 5px;
}

.custom-prev:hover,
.custom-next:hover {
    background-color: var(--c2);
}

.custom-prev,
.custom-next {
    transition: all 0.5s;
}

.custom-prev:hover i,
.custom-next:hover i {
    color: var(--c2);
}

.hero-slider {
    position: relative;
    z-index: 0;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: -100px;
    display: flex;
    gap: 0px;
    left: 0px !important;
}

.banner-slider .slick-dots li button {
    font-size: 40px;
    -webkit-text-security: disc;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 0;
    background-color: transparent;
    color: var(--c1);
}

.banner-slider .slick-dots li.slick-active button {
    border: 3px solid var(--c2);
}

.slider-numbers {
    position: absolute;
    bottom: 7%;
    left: 20%;
    transform: translate(-20%, 14%);
    font-size: 23px;
    font-weight: 600;
    color: var(--c2);
}

.second-section-image img {
    width: auto;
}

/* Arrows */
.arrow-left {
    width: 40px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.arrow-right {
    color: #fff;
}

.arrow-right {
    color: #fff;
    margin-top: -4px;
}

.arrow-right:hover {
    color: #FFA500;
}

.arrow-right {
    width: 40px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.arrow-left {
    color: #fff;
    margin-top: -4px;
}

.arrow-left:hover {
    color: #FFA500;
}

/* Upper Banner Images and Text */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa; 
    padding: 0px;
}

.banner-slide {
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    transition: all 0.5s ease;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: bold;
    flex-direction: column;
    justify-content: flex-end;
}
.banner-content p#banner-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    flex-direction: column;
    justify-content: flex-end;
}

.banner-content p#banner-title span {
    color: #F5A623;
}

.banner-buttons {
    display: flex;
    align-items: center;
    gap: 0px;
}

.banner-order-btn {
    background-color: white;
    color: #2c4d6b;
    padding: 15.1px 38px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    outline: none;
    margin-bottom: 30%;
    border-radius: 30px 30px 30px 0px;
}

.banner-order-btn:hover {
    transform: translateY(-5px);
    color: #ffffff;
    background-color: #1e3a52;
    box-shadow: 0 6px 18px rgba(44, 77, 107, 0.4);
}

.counter {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: bold;
    margin-top: -30%;
}

.banner-image img {
    position: absolute;
    top: -220px;
    margin-right: -100px;
    width: 40%;
    right: 20%;
    transform: translateY(60%);
}

.slide-animation {
    animation: slideSide 0.7s ease-in-out;
}

@keyframes slideSide {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* After Banner Section */

h1.heading {
    font-weight: bold;
}
h2.heading {
    font-weight: bold;
}

   .exam-help-section {
    color: black;
    text-align: center;
    margin: 40px 20px;
    display: flex;
    justify-content: center;
}

.exam-help-section .highlight {
    color: #F5A623;
}
#aboutus .highlight {
    color: #F5A623;
}
.exam-help-description {
    font-size: 17px;
    color: #333;
}

/* Running Project Heading Font Size Here */
.project-title-container h2 {
    color: #000000;
    font-weight: 800;
    font-size: 50px;
    text-align: center;
    margin: 50px 0;
    margin-right: 8%;
}

.project-title-container .highlight-blue {
    color: #1F3863;
}

/* Running Project Section CSS */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}

/* Container */
 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} 

.section-title {
  color: black;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-top: 0%;
  
}

.section-title .highlight {
  color: #F5A623;
}

/* .running-proj {
    margin-top: -18%;
}  */
/* Projects Grid */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    width: 97%; 
    margin-bottom: 50%;

}

/* Project Box */
.project-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.project-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Project Image */
.project-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-box:hover img {
    transform: scale(1.05);
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.overlay h3 {
    color: white;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Background Variants */
.card-red-1 {
    background: #fffdf4;
}

.card-red-2 {
    background: rgb(255, 243, 243);
    margin-top: 26%;
}

.card-red-3 {
    background: #faf9f5;
}

.card-red-4 {
    background: #fff9f9;
}
.country-base-projects {
    margin-top: 40px;
}

.flag-img img {
    height: 187px;
    width: 187px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 60%;
}

.flag-img {
    width: 30px;
}

.social-icons ul {
    display: flex;
    gap: 10px;
}

.social-icons ul li a i {
    font-size: 24px;
}

.social-icons ul li:first-child a i {
    color: #000;
    text-shadow: 0px 0px 4px #fff;
}

.social-icons ul li:nth-child(2) a i {
    color: #5890ff;
}

.social-icons ul li:nth-child(3) a i {
    color: #0077b5;
}

.social-icons ul li:nth-child(4) a i {
    background: -moz-linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    background: -webkit-linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    background: linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: var(--c2);
    padding: 0px 3px;
}

/* Footer Section */
.social-icons ul li:nth-child(5) a i {
    color: #e60023;
}

.footer-links h2,
.follow-us h2 {
    font-size: 25px;
    font-weight: 700;
    color: #2c4d6b;
    margin-bottom: 11px;
    margin-top: 10px;
}

.contact-detail {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 15px;
    color: #666;
    font-weight: 500;
}

.contact-detail i {
    font-size: 20px;
    color: #ffc107;
}

.footer-links ul li a {
    color: #666; /* Initial text color */
    transition: all 0.2s ease; /* Smooth transition for all properties */
    font-weight: 200;
    font-size: 14px;
    display: flex; /* Use flexbox to align icon and text */
    align-items: center; /* Vertically center icon and text */
    /* Ensure the transform property is initialized for smooth animation */
    transform: translateX(0);
}

.footer-links ul li {
    padding-bottom: 10px;
    color: var(--c2);
    font-weight: 300;
    margin-left: 0;
    overflow: hidden;
}

.footer-content p {
    font-size: 17px;
    padding-top: 10px;
    line-height: 1.6;
    font-weight: 300;
    color: #000;
}

.social-icons ul li a i {
    font-size: 30px;
}

.contact-detail a,
.contact-detail p {
    font-size: 17px;
    color: var(--c4);
    font-weight: 200;
    color: #666;
}

.follow-us ul li i {
    padding: 0;
    color: var(--c1);
    padding: 0px 2px;
    border-radius: 5px;
    color: #666;
}

.footer {
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer-links ul li a i {
    color: #666;
    padding-right: 6px;
    opacity: 0;
    margin-left: -15px;
    transition: all 0.5s ease; /* Smooth transition for icon properties */
    /* Initialize transform for the icon's movement */
    transform: translateX(0);
}

.footer-links ul li a:hover i {
    margin-left: 0;
    opacity: 1;
    transform: translateX(5px); /* Moves the icon slightly to the right on hover */
}

.footer-links ul li a:hover {
    color: #FFA500;
}

.banner-btn a::before {
    height: 100%;
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid #6666;
    margin-top: 7px;
    text-align: center;
    margin-right: 0%;
    
}
 .copyright a {
    color: #000;
    font-weight: 300;
    transition: all.1s;
    }


.copyright p {
    margin: 0;
    font-weight: 300;
    color: #000;
    text-align: left;
}
.footer-info ul li a {
    color: var(--c4);
    transition: all 0.2s;
    font-weight: 400;
    font-size: 12.5px;
    display: block;
    color: #666;
}

.footer-info ul li {
    padding-bottom: 10px;
    color: var(--c2);
    font-weight: 500;
    margin-left: 0;
    overflow: hidden;
    display: inline;
    margin-left: 30px;
    float: center;
    text-align: center;
}

.footer-logo img {
    width: 100%;
}

.read-more-sec {
    padding: 50px 0px;
}

.footer-sample-btn::before {
    background-color: var(--c1);
}
.whatsapp-icon {
    position: fixed;
    top: 85%;
    left: 1%;
    width: 120px;
    z-index: 9;
    overflow: hidden;
    padding: 0;
    display: block;
}

.whatsapp-icon a img {
    width: 80px;
    height: 80px;
}

.custom-prev,
.custom-next {
    border: 0;
    background-color: var(--c4);
    width: 60px;
    height: 42px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 40%;
    z-index: 9;
    transform: translateY(-20%);
}

.custom-prev i,
.custom-next i {
    font-size: 29px;
    font-weight: 300;
    color: var(--c3);
    transition: all 0.2s;
}

.custom-prev {
    left: 9px;
}

.running-projects {
    position: relative;
    overflow: hidden;
}

.custom-next {
    right: 0;
}

.open-menu {
    display: none;
}

p a {
    color: var(--c2);
    font-weight: 700;
    transition: all 0.2s;
}

p a:hover {
    color: var(--c3);
}

.responsive-lower-header {
    display: none;
}

.contact-form-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.contact-form-input input {
    padding: 11px 10px;
    outline: 0;
    margin-top: -7px;
    margin-bottom: 10px;
    border: 0;
}

.contact-form-input label {
    font-size: 17px;
    padding: 2px 0px;
    margin-left: 16px;
    margin-bottom: 0px;
    position: relative;
    background-color: var(--c4);
    width: 22%;
    text-align: center;
    color: var(--c2);
    border-radius: 0 0 10px 10px;
}

.contact-form-input textarea {
    padding: 10px 10px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    outline: 0;
}

.contact-form-input input,
.contact-form-input textarea {
    transition: all 0.2s;
    outline: 0;
    border: 1px solid #2c4d6b;
    border-radius: 35px;
}

.contact-form-input input:focus,
.contact-form-input textarea:focus {
    margin-top: 0;
}

.modal.show .modal-dialog {
    top: 10%;
}

#exampleModalLabel {
    font-size: 24px;
    color: var(--c6);
}

.modal-body {
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, 0.2);
}

.modal-content {
    background: rgba(255, 255, 255, 0.2) !important;
}

#classhelpformhome h3 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background-color: #2c4d6b;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#classhelpformhome p {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    margin-top: 20px;
    background-color: #2c4d6b;
    line-height: 0px;
    line-height: 0px;
    color: #fff;
    font-weight: 500;
}

button.btn.btn-secondary {
    background-color: var(--c3);
    border: 0;
    padding: 10px 30px !important;
}

.modal-footer {
    justify-content: center !important;
}

.modal-body {
    border-radius: 8px;
    border: 1px solid #2c4d6b;
}

.contact-form-inputs input {
    padding: 9px 40px;
    font-size: 17px;
    color: black;
    background-color: var(--c4);
    border: 1px solid #2c4d6b;
    border-radius: 5px;
    transition: all.2s;
}

.contact-form-inputs {
    text-align: center;
}

.contact-form-inputs input:hover {
    background-color: #c68400;
    color: white;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-header {
    background-color: var(--c4);
    border-radius: 10px 10px 0 0;
}

.modal-header button.btn-close {
    background-color: var(--c6);
    font-size: 22px;
    border-radius: 50%;
}


.modal-content {
    border-radius: 8px;
    background-color: var(--c5);
}

div#exampleModal {
    z-index: 99999;
}

.whatsapp-icon-fixed {
    position: fixed;
    bottom: 5px;
    left: 5px;
}

.whatsapp-icon-fixed a img {
    width: 90px;
}

.country-left,
.country-right {
    top: 125%;
    background-color: transparent;
}

.country-left {
    left: 45%;
}

.country-right {
    right: 45%;
}

.country-left i,
.country-right i {
    font-size: 35px;
    font-weight: 400;
}

.country-left:hover,
.country-right:hover {
    background-color: transparent;
}

.country-left:hover i,
.country-right:hover i {
    transform: scale(1.1);
}

a#more_services_show {
    background-color: #ffc107;
    color: #fff;
    padding: 12.1px 12px;
    font-size: 17px;
    letter-spacing: 2px;
    transition: all .5s;
    position: relative;
    border-radius: 8px;
    margin: 10px 0px 30px 0px;
}

#more_services_div .more-services {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    margin: 0;
}

#more_services_div .more-services li {
    position: relative;
    margin-bottom: 15px;
    flex: 1 0 30%;
    color: #fff;
}

#more_services_div .more-services li a {
    color: #fff;
    transition: all 0.2s;
    font-weight: 400;
    font-size: 14px;
}

#more_services_div .more-services li a:hover {
    color: #2c4d6b;
}

/* Footer Icons: WhatsApp, Phone, Mail, Map */
.far.fa-envelope {
    color: #2c4d6b;
}

.fas.fa-phone-alt {
    color: #2c4d6b;
}

.fab.fa-whatsapp {
    color: #2c4d6b;
}

.far.fa-map-marker-alt {
    color: #2c4d6b;
}

        /* Reset and Base Styles */
        .custom-nav-container {
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        /* Navbar Container */
        .custom-navbar {
            color: #2c4d6b;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }
        
        /* Brand/Logo */
       .custom-nav-brand {
          margin-top: 15px;
      }
        
        /* Main Navigation */
        .custom-nav-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        /* Nav Items */
        .custom-nav-item {
            position: relative;
        }
        
  

    .custom-nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 15px;
        width: 0;
        height: 2px;
        background-color: #ffc107; /* Yellow underline */
        transition: width 0.1s ease;
      }

    .custom-nav-link:hover::after {
        width: 95%;
    }
        /* Dropdown Styles */
        .custom-dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: white;
            min-width: 200px;
            box-shadow: 0 5px 10px rgba(0,0,0,0.2);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s;
            z-index: 1000;
            list-style: none;
            padding: 0;
            margin: 0;
            border-radius: 0 0 4px 4px;
        }
        
        .custom-nav-item:hover .custom-dropdown-menu {
            opacity: 1;
            visibility: visible;
        }
        
        .custom-dropdown-item {
            border-bottom: 1px solid #f1f1f1;
        }
        
        .custom-dropdown-link {
            color: #333;
            padding: 12px 15px;
            display: block;
            text-decoration: none;
            transition: background-color 0.2s;
        }
        
        .custom-dropdown-link:hover {
            background-color: #f8f9fa;
            color: #2c3e50;
        }
        
        /* Mobile Toggle Button */
        .custom-nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #2c3e50;
            font-size: 1.5rem;
            cursor: pointer;
           margin-left: 70px;
        }
        
        /* Mobile Styles */
        @media (max-width: 768px) {
            .custom-navbar {
                flex-direction: column;
                align-items: stretch;
            }
            
            .custom-nav-header {
                display: flex;
                align-items: center;

            }
            
            .custom-nav-toggle {
                display: block;
            }
            
            .custom-nav-menu {
                flex-direction: column;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease-out;
            }
            
            .custom-nav-menu.custom-active {
                max-height: 1000px; /* Adjust based on your content */
            }
            
            .custom-nav-item {
                width: 100%;
            }
            
            .custom-dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s;
                box-shadow: none;
                background-color: #34495e;
                width: 100%;
            }
            
            .custom-nav-item:hover .custom-dropdown-menu,
            .custom-dropdown-menu.custom-active {
                max-height: 500px; /* Adjust based on your content */
            }
            
            .custom-dropdown-link {
                color: white;
                padding-left: 30px;
            }
        }

        .custom-nav-link {
            padding: 17px 12px;
            color: rgb(44, 77, 107);
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .custom-nav-link:hover {
            color: #ffc107; /* Yellow text on hover */
        }
        .terms-and-cond {
            text-align: right !important;
            margin-left: 0%;
        }

        body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
        }

        .spss-services-section {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            width: 100%;
        }

        .services-container {
            max-width: 100%;
            margin: 0 auto;
            overflow: hidden;
            padding: 0 20px;
            margin-top: -22%;
            height: 100%;
        }

        .services-slider-wrapper {
            position: relative;
            overflow: hidden;
            width: 90%;
            margin: 0 auto;
        }

        .services-slider-track {
            display: flex;
            gap: 25px;
            transition: transform 0.4s ease-in-out; /* Reduced from 0.5s to 0.4s for faster transitions */
        }

        .service-order-button:hover {
            background-color: #2c4d6b;
            transform: translateY(-2px);
            box-shadow: #2c4d6b;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            border-radius: 15px 15px 0 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .service-card:hover::before {
            opacity: 1;
        }

        .services-navigation-dots {
            text-align: center;
            margin-top: 30px;
        }

        .services-navigation-dots .navigation-dot {
            display: inline-block;
            height: 14px;
            width: 14px;
            background-color: #bdc3c7;
            border-radius: 50%;
            margin: 0 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .services-navigation-dots .navigation-dot:hover {
            background-color: #ffc107;
            transform: scale(1.1);
        }

        .services-navigation-dots .navigation-dot.active {
            background-color: #ffc107;
            transform: scale(1.2);
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .service-card { 
                flex: 0 0 31%; 
            }
            .services-slider-wrapper { 
                width: 95%; 
            }
        }

        @media (max-width: 992px) {
            .service-card { 
                flex: 0 0 47%; 
                height: 400px;
            }
            .services-slider-wrapper { 
                width: 95%; 
            }
        }

        @media (max-width: 768px) {
            .service-card { 
                flex: 0 0 85%; 
                height: 420px;
            }
            .services-slider-wrapper { 
                width: 95%; 
            }
            .services-slider-track {
                gap: 15px;
            }
        }

        @media (max-width: 480px) {
            .service-card { 
                flex: 0 0 90%; 
                height: 440px;
                padding: 20px;
            }
            .services-slider-wrapper { 
                width: 95%; 
            }
            .service-card h3 {
                font-size: 16px;
            }
            .service-card p {
                font-size: 13px;
            }
        }

        /* Animation for smooth infinite loop */
        .services-slider-track.no-transition {
            transition: none !important;
        }


/*ye upper waly cards ka sections hai*/
        h3.card-title {
            padding: 0px 0px;
            font-size: medium;
            font-size: 18px;
            font-weight: bold;
            width: 100%;
        }

        p.card-text {
            padding: 0px 0px;
            font-size: 15px;
            width: 100%;
        }

        a.btn.btn-primary {
            margin-top: auto;
                background-color: #2c4d6b;
                color: #fff;
                padding: 12px 0px;
                border: none;
                cursor: pointer;
                border-radius: 30px 30px 30px 0px;
                font-size: 14px;
                transition: all 0.3s ease;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                width: 50%;
                margin-left: 5%;
                margin-top: -20px;
        }
         a.btn.btn-primary:hover {
            background-color: #2c4d6b;
            transform: translateY(-2px);
            box-shadow: #2c4d6b;
        }

        .card-img-bottom {
            background-size: 100% 100%;
            padding: 0px;
            margin-bottom: 0px;
        }

.accordion-item .card-body p {
    padding: 10px;
}
h1.heading {
    font-size: 55px;
    line-height: 65px;
    Padding-bottom: 20px;
}
h2.heading {
    font-size: 40px;
}
.col-lg-6.col-md-6.col-custom-accordion-width {
    width: 47%;
    float: left;
}
.col-lg-6.col-md-6.col-custom-acordion-width {
    width: 47%;
    float: left;
    margin-left: 5%;
}
section.accordion-base-section.spacing {
    Padding-top: 50px;
    Padding-bottom: 50px;
    
}

.slider-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin-top: -5%;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;

}

.card-slide {
    min-width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

.card {
    transition: all 0.3s ease;
    border-radius: 10px;
      /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); */
      
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    
}

.card-title {
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
}

.card-text {
    color: #666;
    font-size: 0.9rem;
}


.card-img-bottom img {
    border-radius: 0 0 8px 8px;
}

/* Navigation dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #ffc107;
    transform: scale(1.3);
}

.dot:hover {
    background-color: #ffc107;
    transform: scale(1.2);
}

/* Slider container for the new slider */
.slider-container-2 {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    /* Yeh variable aapke cards ke beech ka gap control karega */
    --gap-size: 20px; 
    margin-top: 4%;
}   


/* Wrapper for all slides in the new slider */
.slider-wrapper-2 {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    /* Gap add karne ke liye gap property ka use kiya gaya hai */
    gap: var(--gap-size);    
}

/* Each individual card slide */
.card-slide-2 {
    /* min-width ko thoda adjust kiya hai taake gap ko accommodate kar sake */
    min-width: calc(25% - var(--gap-size));    
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
    
    /* Ab yahan se `transform: translateY(-10px);` hata diya hai */
    
    /* Transition yahan add kiya hai taake hover smoothly ho */
    transition: all 0.3s ease; 
}

/* Common card styling */
.card-style-2 {
    /* Yeh transition ab zaroori nahi, isko .card-slide-2 par move kar diya hai */
    /* transition: all 0.3s ease; */
    height: 100%;
    /* overflow: hidden; */
}

/* Hover effect */
.card-slide-2:hover {
    /* Mouse aane par card upar uthega */
    transform: translateY(-10px);
    
    /* Mouse aane par shadow dikhega */
       box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    
    /* Agar hover par border change karna ho to is line ko uncomment kar sakte hain */
    /* border: 2px solid #ffc107; */
}

.card-title-2 {
    color: #333;
    font-size: larger;
    font-weight: bold;
    padding: 10px 15px;
    width: 100%;
}

.card-text-2 {
    color: #666;
    font-size: medium;
    padding: 0 10px;
    margin-top: -15px;
    margin-left: 5px;

}

.btn-primary-2 {
    margin-top: auto;
    background-color: #2c4d6b;
    color: #fff;
    padding: 12px 0px;
    border: none;
    cursor: pointer;
    /* font-weight: bold; */
    /* border-radius: 8px; */
    border-radius: 30px 30px 30px 0px;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 50%;
    /* margin-bottom: 100%; */
    margin-left: -50%;
    margin-top: -12xp;
}

.btn-primary-2:hover {
  background-color: #2c4d6b;
  transform: translateY(-2px);
  box-shadow: #2c4d6b;
}

.card-img-bottom-2 {
    margin-top: auto;
}

.card-img-bottom-2 img {
    border-radius: 0 0 8px 8px;
    width: 100%;
    height: auto;
}

/* Navigation dots for the new slider */
.slider-dots-2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot-2 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot-2.active {
    background-color: #ffc107;
    transform: scale(1.3);
}

.dot-2:hover {
    background-color: #ffc107;
    transform: scale(1.2);
}
.form-group {
    margin-bottom: 10px;
}