@media all and (min-width: 1400px) {
    .heading-slider {
        font-size: 4em;
        font-weight: 800;
        line-height: 1.3;
        color: white;
        height: 100%;
        padding: 0% 5% 2% 5%;
        font-weight: bold;
        font-family: var(--fontFamilyCabinetGrotesk);
        overflow: hidden;
        text-align: center;
    }

    .hero-section {
        padding: 0px;
        padding: 5% 7% 2% 0%;
    }

    #inAboutUs .container-fluid {
        padding: 2% 10% 5% 10%;
        background: white;
    }

    .tender-section {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        padding: 3% 10%;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .tender-box {
        width: 48%;
    }

    .tender-deadline {
        font-size: 14px;
        margin-top: 4px;
        font-weight: normal;
        background-color: var(--secondaryColor);
        position: absolute;
        top: -30px;
        border: 10px solid var(--bgColor);
        right: -15px;
        padding: 5px 15px;
        border-radius: 45px;
        color: white;
    }

    .tender-section .tender-title {
        margin-top: 6px;
        color: #444;
        padding-left: 15px;
        font-size: 15px;
    }

    .view-more {
        display: block;
        margin-top: 15px;
        color: var(--secondaryColor);
        font-weight: 600;
        text-align: right;
    }

    #inPerformCount .container-fluid {
        padding: 4% 9% 5% 12%;
        overflow: hidden;
    }



    .conterTopImgOne {

        position: absolute;
        overflow: hidden;
        height: 350px;
        width: 350px;
        z-index: 0;
        opacity: 0.4;
        animation: conterTopImgOne 10s infinite;
        animation-timing-function: linear;
        animation-direction: alternate;
    }

    @keyframes conterTopImgOne {
        0% {
            left: -220px;
            top: -120px;
        }

        50% {
            left: -250px;
            top: -150px;
        }

        100% {
            left: -240px;
            top: -110px;
        }
    }

    .conterTopImgTwo {

        position: absolute;
        overflow: hidden;
        height: 350px;
        width: 350px;
        z-index: 0;
        opacity: 0.2;
        animation: conterTopImgTwo 12s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes conterTopImgTwo {
        0% {
            left: -200px;
            top: -200px;
        }

        25% {
            left: -100px;
            top: -220px;
        }

        50% {
            left: -200px;
            top: -150px;
        }

        75% {
            left: -150px;
            top: -270px;
        }

        100% {
            left: -100px;
            top: -200px;
        }
    }

    .conterTopImgThree {

        position: absolute;
        height: 350px;
        width: 350px;
        opacity: 0.3;
        z-index: 0;
        animation: conterTopImgThree 15s infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    @keyframes conterTopImgThree {
        0% {
            left: 200px;
            top: -200px;
        }

        25% {
            left: 100px;
            top: -220px;
        }

        50% {
            left: 200px;
            top: -150px;
        }

        75% {
            left: 250px;
            top: -270px;
        }

        100% {
            left: 100px;
            top: -200px;
        }
    }

    #inPerformCount h1 {
        text-align: center;
        color: white;
        margin-top: 0px;
        font-size: 4em;
        font-family: var(--fontFamilyCabinetGrotesk);
        padding-bottom: 15px;
        font-weight: 600;
    }

    #inPerformCount p {
        text-align: center;
        color: white;
        font-family: var(--fontFamilyCabinetGrotesk);
        margin-top: 0px;
        font-size: 1.4em;
        padding-bottom: 25px;
    }

    .inWhyUsHeroSection {
        background: linear-gradient(135deg, #0033cc 0%, #4169E1 50%, #D4AF37 100%);
        min-height: 100vh;
        padding: 60px 20px;
        position: relative;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .section-title {
        text-align: center;
        color: white;
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .main-title {
        text-align: center;
        color: white;
        font-size: 4em;
        font-weight: 700;
        margin-bottom: 60px;
        line-height: 1.2;
    }

    .traffic-card {
        background: rgba(30, 30, 50, 0.9);
        border-radius: 30px;
        padding: 15px 40px;
        opacity: 0;
        color: white;
        transform: translateY(50px);
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        background: var(--themeColor);
        width: 70%;
        border-radius: 45px;
        padding: 25px;
        margin-left: 45px;
        margin-top: -105px;
        position: relative;
        z-index: 99;
    }

    #inProPeers .container-fluid {
        padding: 10% 14% 5% 17%;
    }

    #inProPeers img {
        margin-top: -55px;
        margin-left: 55px;
        border-radius: 45px;
        border: 20px solid white;
    }

    #inProPeers .well {
        background-image: url(../image/bgDots.png);
        background-size: cover;
        background-position: center;
        background-color: white;
        background-repeat: no-repeat;
        border-radius: 15px;
        padding: 15px;
        border: none;
    }

    #inTestimonials .container-fluid {
        padding: 5% 9% 5% 12%;
    }

    #inOurPricing .container-fluid {
        padding: 4% 7% 2% 7%;
        background-color: var(--bgColor);
    }

    #inBookAppointment .container-fluid {
        padding: 4% 10%;
    }

    .hidden_section {
        height: 0px;
        background-color: var(--themeColor);
    }

    .bookHero {
        display: grid;
        grid-template-columns: 1fr 420px;
        gap: 28px;
        align-items: stretch;
    }

    .features {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .feature {
        display: flex;
        gap: 18px;
        align-items: flex-start;
        background: rgba(255, 255, 255, 0.6);
        padding: 14px;
        border-radius: 12px;
        border: 1px solid rgba(20, 30, 80, 0.03);
        transition: transform .35s ease, box-shadow .35s ease;
    }

    /* Left panel */
    .leftBook {
        background: linear-gradient(180deg, rgba(12, 35, 86, 0.02), rgba(12, 35, 86, 0.00));
        border-radius: var(--radius);
        padding: 46px 36px;
        position: relative;
        overflow: hidden;
        box-shadow: var(--shadow);
    }

    .rightBook {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
        border-radius: var(--radius);
        padding: 26px;
        box-shadow: var(--shadow);
        position: relative;
        overflow: visible;
        border: 1px solid rgba(20, 30, 80, 0.04);
    }

    .footerSection {
        background: var(--themeColor);
        position: relative;
        padding: 120px 8% 40px 8%;
        overflow: hidden;
        margin-top: 25px;
    }

    .footerAbout img {
        height: 80px;
    }

    .footerAbout .brand-text h4 {
        padding: 0;
        margin: 0;
        font-weight: bold;
        font-family: var(--fontFamilyCabinetGrotesk);
        font-size: 45px;
        color: white;
    }

    .footerAbout .brand-text h5 {
        padding: 0px;
        margin: 0px;
        font-family: var(--fontFamilyHKGrotesk);
        font-size: 16px;
        color: white;
        opacity: 0.8;
        letter-spacing: 0.5px;
        text-align: left;
    }

    .footerTenderComp h5 {
        color: white;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 15px;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .copyrightComp h5 {
        color: white;
        opacity: 0.7;
        padding-top: 25px;
        font-size: 0.8em;
    }

    .copyrightComp h6 {
        color: white;
        padding-top: 25px;
        font-size: 0.8em;
        opacity: 0.7;
        line-height: 18px;
    }

    .abt-grid {
        display: grid;
        grid-template-columns: 0.7fr 1fr;
        gap: 10px;
        align-items: start;
    }

    /* RIGHT SIDE */
    .abt-right {
        opacity: 0;
        transform: translateX(50px);
    }

    .abt-desc {
        font-size: 18px;
        color: #666;
        margin-bottom: 40px;
        line-height: 1.8;
    }

    .sectionWrapper .container-fluid {
        padding: 0% 7%;
        margin-top: -3%;
    }

    .PageHeaderSection .title {
        font-size: 3em;
        margin: 0px;
        line-height: 50px;
        padding: 0px;
        font-weight: normal;
        background: var(--themeColor);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .PageHeaderSection .title span {
        font-size: 1em;
        font-weight: 800;
        background: var(--bgImage);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .vm-section {
        display: grid;
        gap: 25px;
        margin: 50px 0;
        padding: 0% 15%;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .vm-box {
        padding: 30px;
        background: #fff;
        border-radius: var(--radius);
        border: 1px solid #e5eaf1;
        box-shadow: var(--shadow);
        transition: 0.3s;
    }

    .why-choose-section {
        background: var(--themeColor);
        padding: 60px 0;
        color: #fff;
        border-radius: 45px;
        position: relative;
        overflow: hidden;
    }

    .why-container {
        width: 90%;
        max-width: 1350px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 60px;
        flex-wrap: wrap;
    }

    .why-left {
        flex: 1;
        min-width: 420px;
    }

    .new-ui {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 25px;
        margin-top: 20px;
    }

    .cta-section {
        margin: 40px 6%;
        padding: 70px 15%;
        border-radius: 30px;
        background: var(--gradient);
        text-align: center;
        color: #fff;
        box-shadow: var(--shadow);
    }

    .cta-section h2 {
        font-size: 4em;
        font-weight: bold;
    }

    .cards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        gap: 15px;
        margin-top: 0px;
    }

    .cardTender {
        border-radius: 15px;
        overflow: hidden;
        background: white;
        border: 1px solid var(--themeColorRGBA02);
        padding: 10px;
        transition: 0.35s ease;
        position: relative;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
        transform-origin: center;
    }

    .tender-title {
        font-size: 30px;
        font-weight: bold;
        color: #222;
        margin: 0px 0px 15px 0px;
        padding: 0px;
        font-family: var(--fontFamilyCabinetGrotesk);
        animation: fadeIn 0.6s ease;
    }

    .tender-container {
        margin: 0px auto;
        background: white;
        border-radius: 15px;
        padding: 30px 30px 0px 30px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    }

    .StateTenderOuter h3 {
        font-weight: bold;
        font-size: 4em;
        font-family: var(--fontFamilyCabinetGrotesk);
        text-align: center;
        background: var(--bgImage);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .state-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 22px;
        padding: 10px;
    }

    .state-card {
        background: #F9F9F9;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        padding: 8px;
        cursor: pointer;
        transition: all .35s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        animation: fadeUp .55s ease forwards;
        opacity: 0;
    }

    .tender-info-card {
        padding: 45px;
    }

    /* Container layout */
    .Country-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
        padding: 10px;
    }

    /* Card */
    .country-card {
        background: #F9F9F9;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        padding: 8px;
        cursor: pointer;
        transition: all .35s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        animation: fadeUp .55s ease forwards;
        opacity: 0;
    }

    .CountryTenderOuter h3 {
        font-weight: bold;
        font-size: 4em;
        font-family: var(--fontFamilyCabinetGrotesk);
        text-align: left;
        background: var(--bgImage);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .ti-contact-box {
        margin-top: 60px;
        padding: 50px 20px;
        border-top: 5px solid var(--themeColor);
        background: #f1f5ff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        text-align: center;
        border-radius: 25px;
    }

    .success-box {
        background: linear-gradient(145deg, #ffffff, #f3f7ff);
        padding: 40px;
        max-width: 800px;
        width: 100%;
        margin: 30px auto;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
        border-radius: 22px;
        text-align: center;
        animation: fadeIn 0.7s ease;
        font-family: var(--fontFamilyCabinetGrotesk);
        border: 1px solid #eef2ff;
    }

    .detail-row {
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
        font-size: 15px;
    }

    .success-details {
        text-align: left;
        margin-top: 25px;
        background: #f9fbff;
        padding: 18px 20px;
        border-radius: 15px;
        border: 1px solid #e1e7ff;
    }

    .layout-wrapper {
        display: flex;
        width: 100%;
        min-height: 100vh;
        font-family: var(--fontFamilyCabinetGrotesk);
    }

    .sidebarUser {
        width: 180px;
        background: #1e2a53;
        color: #fff;
        display: block;
        height: 87.5vh;
        position: sticky;
        top: 80px;
        border-radius: 10px;
        padding-top: 0px;
        transition: width .35s ease;
        overflow: hidden;
        box-shadow: 3px 0 12px rgba(0, 0, 0, 0.2);
        z-index: 100;
    }

    .main-content {
        flex: 1;
        padding: 15px 20px;
        margin-left: 15px;
        border-radius: 10px;
        transition: margin-left .35s ease;
        background: white;
    }

    .tcMeta {
        display: flex;
        align-items: center;
        gap: 0px;
        font-size: 13px;
        margin-top: 6px;
        color: var(--themeColor);
    }
}