.gradiant-bg {
    background: linear-gradient(to bottom, #8d97c6a3 0%, #f0f0f091 20%, #e3e6f65c 40%, #e3e5f3 70%, #ffffff 100%);
}
main{
    background-color: #e9ecf6 !important;
}
.loader-wrap svg {
    fill: #8d97c6;
    /* or #949ed0 to match gradient top */
}
.lightblue-bg {
    background-color: #e9ecf6 !important;
}
.accordion-item{
    background-color: transparent !important;
}
.tc-experience-style1 .exp-num .num{
font-size: 90px;
    color: var(--color-orange1);
    font-weight: 500;
}

/* Center the number boxes while keeping text left-aligned */
.tc-experience-style1 .exp-num {
    text-align: center;
}

.tc-experience-style1 .exp-num h5 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
}

.tc-experience-style1 .exp-num .num {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: fit-content;
}

/* Align the text to start from the same position as the centered numbers */
.tc-experience-style1 .exp-num h5 {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.tc-awards-style2 .award-card .logo{
    height: 93px;
}
.tc-awards-style2 .award-card .title{
    min-height: auto !important;
}

/* Brands carousel styling */
.tc-partners-style3 .brands-slider {
    overflow: hidden;
}

.tc-partners-style3 .brands-slider .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc-partners-style3 .brands-slider .logo-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 150px;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.tc-partners-style3 .brands-slider .logo-card:hover {
    transform: scale(1.1);
}

.tc-partners-style3 .brands-slider .logo {
    max-height: 80px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.black{
    color: #000 !important;
}
.blue{
    color: #060e9f !important;
}
.video-bg{
    width: 100% !important;
}
@media screen and (max-width: 1280px) {
    .tc-navbar-style1 {
        position: relative;
        background-color: #333;
    }

    .tc-navbar-style1 .content {
        border: 0;
    }

    .tc-navbar-style1 .content .navbar-nav {
        margin: 20px 0;
    }

    .tc-navbar-style1 .content .navbar-nav .nav-link {
        margin: 0;
    }
          .col-expand-1280 {
              flex: 0 0 33.333333%;
              max-width: 33.333333%;
          }
}

/* Hide only the fixed element while loader is active */
body.vc-loader-active .vc-anim-fix.wpb_animate_when_almost_visible {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) !important;
    /* optional, helps avoid “pop” */
}