/*--------------------------------------------------------------
# Awards One
--------------------------------------------------------------*/
:root {
    --treck-gray: #727272;
    --treck-gray-rgb: 114, 114, 114;
    --treck-white: #ffffff;
    --treck-white-rgb: 255, 255, 255;
    --treck-base: #4A9FBD;
    --treck-base-rgb: 226, 9, 53;
    --treck-black: #16171a;
    --treck-black-rgb: 22, 23, 26;
    --treck-primary: #f2edeb;
    --treck-primary-rgb: 242, 237, 235;
    --treck-bdr-color: #e3dbd8;
    --treck-bdr-color-rgb: 227, 219, 216;

}

.awards-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
    padding: 70px 0;
}

.awards-one::before{
    background: url(https://img.freepik.com/free-vector/white-background-with-hexagonal-line-pattern-design_1017-28442.jpg?t=st=1744950908~exp=1744954508~hmac=47a7e07d3732788bfadcfe7b34dde194ab481a7ab36495c77ce78c9189705d86&w=1060) no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    z-index: -1;
}

.awards-one__points {
    position: relative;
    display: block;
    margin-left: 37px;
    top: 4px;
}

.awards-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.awards-one__points li .icon {
    position: relative;
    display: inline-block;
    top: 2px;
}

.awards-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--treck-base);
}

.awards-one__points li .text {
    margin-left: 10px;
}

.awards-one__points li .text p {
    color: var(--treck-white);
}

.awards-one__right {
    position: relative;
    display: block;
    z-index: 1;
}
.awards-one__right .col-xl-2{
    width: 18%;
}
.awards-one__shape-7 {
    position: absolute;
    left: 50%;
    top: -60px;
    z-index: -1;
    transform: translateX(-50%);
}

.awards-one__shape-7 img {
    width: auto;
}

.awards-one__right .row {
    --bs-gutter-x: 20px;
}

.awards-one__single {
    position: relative;
    display: block;
    background-color: #226887;
    text-align: center;
    padding: 28px 20px 58px;
    margin-bottom: 60px;
}

.awards-one__single::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 20px solid #F7F8F9;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
}

.awards-one__year {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #68696c;
}

.awards-one__img {
    position: relative;
    display: block;
    margin-bottom: 16px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

.awards-one__img img {
    width: 100%;
}

.awards-one__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    /* letter-spacing: 2px; */
}

.awards-one__title a {
    color: var(--treck-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.awards-one__title a:hover {
    color: var(--treck-base);
}

.awards-one__shape-1 {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.awards-one__shape-1 img {
    width: auto;
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    z-index: 1;
}

.testimonial-two__top {
    position: relative;
    display: block;
}

.testimonial-two__left {
    position: relative;
    display: block;
}

.testimonial-two__left .section-title__border-box {
    margin-left: 0;
}

.testimonial-two__right {
    position: relative;
    display: block;
}

.testimonial-two__right-text {
    margin-top: 32px;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
}

.testimonial-two__inner {
    position: relative;
    display: block;
    padding: 40px 40px 31px;
    padding-left: 230px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-two__img {
    position: absolute;
    top: 92px;
    left: 18px;
    width: 154px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}

.testimonial-two__img>img {
    width: 80% !important;
    /* border-radius: 50%; */
    /* border: 2px solid var(--treck-white); */
    /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); */
}

.testimonial-two__shape-1 {
    position: absolute;
    top: -18px;
    left: -18px;
    right: -18px;
    z-index: -1;
}

.testimonial-two__shape-1>img {
    width: auto !important;
}

.testimonial-two__client-details-and-quote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 2px solid var(--treck-bdr-color);
    margin-bottom: 31px;
}

.testimonial-two__client-details-and-quote::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    border-top: 7px solid var(--treck-bdr-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.testimonial-two__client-details {
    position: relative;
    display: block;
}

.testimonial-two__client-rate {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-two__client-rate span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--treck-base);
}

.testimonial-two__client-rate span+span {
    margin-left: 4px;
}

.testimonial-two__client-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 1px;
    margin-bottom: 2px;
}

.testimonial-two__client-name a {
    color: var(--treck-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: underline !important;
}

.testimonial-two__client-name a:hover {
    color: var(--treck-base);
}

.testimonial-two__quote {
    position: relative;
    display: inline-block;
}

.testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--treck-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__quote span {
    color: var(--treck-base);
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.owl-dots{
    padding-top: 3rem;
}


@media (max-width:767px) {
    .banner{
        height: fit-content;
        min-height: fit-content;
    }
    .banner-content-wrap {
        color: #fff;
        padding: 25px 0;
        padding-top: 80px;
          font-family: "Montserrat", sans-serif;
    }
    .banner-content-wrap h1 {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    .banner-content-wrap h1 span{
        font-weight: 700;
        font-size: 22px;
    }
    .ribbon{
        /* margin-top: 1.5rem; */
        font-size: 20px;

    }
    .ribbon span{
        font-size: 20px;
    }

    .admiopen p{
        padding: .5rem 1rem;
        font-size: 16px;
    }

    .admiopen p span{
        font-size: 20px;
    }
    .awards-one {
        padding: 70px 0;
        padding-top: 30px;
    }
    .awards-one__right .row{
        justify-content: center !important;
    }
    .awards-one__right .col-xl-2{
        width: 50%;
    }
    .about-two__img::before{
        left: 0;
    }
    .video-one__left{
        height: fit-content;
    }
    #mous{
        padding: 80px 0;
    }
    .companyLogos .logo{
        width: 20%;
    }
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 2fr));
        gap: 20px;
        justify-content: center;
        z-index: 2;
        position: relative;
    }
    .mou-logos-scroll{
        gap: 15px;
    }
    .mou-logos-scroll img {
        width: 70px;
    }
    .accent-bg{
        display: none;
    }
    .entrepreneur-section{
        background: url(https://mu-common-lp.vercel.app/assets/e1.jpg) no-repeat;
        background-size: cover;
        background-position: right;
        background-attachment: fixed;
    }
    .scroll-to-top{
        bottom: 60px;
        right: 20px;
    }
    .testimonial-two__inner{
        flex-direction: column;
    }
    .testimonial-two__inner {
        position: relative;
        display: block;
        padding-left: 0px;
        padding: 20px;
        overflow: hidden;
        z-index: 1;
    }
    .testimonial-two__img{
        position: relative;
        top: 0;
        left: 20px;
    }
    .countries-three__main-tab-box{
        min-height: fit-content;
    }
    .footer-logo{
        margin-bottom: 1rem;
    }
    .footer-logo img{
        margin: 0 auto;
    }
    #mainTab li {
        width: 49%;
        line-height: 1;
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin-bottom: 0.5rem;
    }
    #mainTabContent .col-xl-2 {
        width: 50%;
    }
    .nav-pills .nav-link{
        font-size: 14px;
        padding: 8px 15px;
    }
    .nav-pills{
        gap: 5px;
    }
    .countries-one__single {
        height: 180px;
    }
    .countries-three__main-tab-box .tab-buttons{
        position: absolute;
    }
        .countries-three__main-tab-box .tab-buttons .tab-btn{
            position: absolute;
        }
        .countries-three__main-tab-box .tab-buttons .tab-btn .img-box span {
            color: var(--treck-base);
            font-size: 13px;
        }
        .countries-three__main-tab-box .tab-buttons .tab-btn .img-box {
            height: 44px;
            width: 44px;
        }
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(1) {
        left: -15px;
        bottom: 40px;
        /* moved higher */
    }
    
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(2) {
        bottom: 128px;
        left: -15px;
    }
    
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(3) {
        top: 90px;
        left: 5px;
    }
    
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(4) {
        top: -0px;
        left: 20%;
        transform: translateX(-25%);
    }
    
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(5) {
        top: -28px;
        left: 70%;
        transform: translateX(-70%);
    }
    
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(6) {
        top: -280px;
        right: 25px;
    }
    
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(7) {
        right: -8px;
        top: -110px;
        /* moved higher */
    }
    
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(8) {
        bottom: 128px;
        right: -15px;
    }
    
    .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(9) {
        right: -18px;
        bottom: 40px;
        /* moved higher */
    }
    .countries-three__top{
        padding: 0 10px;
    }
    .countries-three__main-content-box{
        padding: 0 20px;
    }
    header img{
        max-width: 160px;
    }
    .banner {
        padding: 0;
        background: #226887;
        /* background: url(./mobile-banner2.jpg) no-repeat; */
        background-position: center left;
        background-size: cover;
    }
    .banner-content-wrap{
        padding: 20px 0;
    }
}