.menu-mainmenu-container {
    margin-left: auto;
}

#wpadminbar {
    z-index: 9999999;
}

span.wpcf7-list-item-label {
    display: none;
}

.p16 p {
    font-family: "Inter", sans-serif;
    color: #3B3B3C;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-style: normal;
}

.p18 p {
    font-family: "Mont", sans-serif;
    color: #3B3B3C;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    font-style: normal;
}

.single .single-entry .wp-block-group {
    box-sizing: border-box;
    padding: 25px 30px;
    margin: 0 0 20px 0;
    background: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%);
}

.single .single-entry .wp-block-group h5 {
    color: #ffffff;
    margin: 0 0 8px 0;
}

.single .single-entry .wp-block-group p {
    color: #ffffff;
}

.single .single-entry .wp-block-button__link.wp-element-button {
    width: auto;
    max-width: max-content;
    background-color: var(--light-color);
    padding: 10px 20px;
    font-family: var(--font-manrope);
    font-weight: var(--fw-600);
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    border: none;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.25);
    color: var(--primary-color);
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s !important;
}

.single .single-entry .wp-block-button__link.wp-element-button:after {
    display: block;
    content: '';
    background: url('/wp-content/uploads/2025/11/morearrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    transform: rotate(0);
    transition: .3s;
}

.single .single-entry .wp-block-button__link.wp-element-button:hover:after {
    transform: rotate(45deg);
    transition: .3s;
}

.single .single-entry .wp-block-button__link.wp-element-button:hover {
    /* background: #d091c6 !important;
    color: var(--light-color) !important; */
    text-decoration: none;
}

/*.header.header-section .menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .4s ease;
}*/


.white-banner h3 {
    margin-bottom: 10px;
}

.white-banner p {
    margin-bottom: 20px;
}
/*.header.header-section .menu .menu-item.menuactive .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}*/
li.menu-item {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.light-header .menu-arrow img{
    filter: brightness(0);
    width: 12px;
}
.sub-menu{
    background-color: #f1f1f1 !important;
}
.menu-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

/* Rotate arrow when menu active */
.menu-item.active > .menu-arrow {
  transform: rotate(180deg);
}
.sub-menu {
  display: none;
}
.menuactive > .sub-menu {
  display: block;
}
.header.header-section .menu .sub-menu .menu-wrapper .menu-item ul li{
    font-size: 14px;
    font-weight: 600;
}
.header.header-section .menu .sub-menu .menu-wrapper .menu-item ul li:hover{
    color: var(--primary-color);
}

/*  --------- SUB MENU CSS ---------------- */
.header.header-section .dropdown {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #000;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

#menu-item-734.active .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header.header-section .dropdown li a {
    color: #fff;
}
.header.header-section .dropdown li a:hover{
    background-color: transparent !important;
}

#menu-item-734 {
    position: relative;
}

#menu-item-734>a,
#menu-item-911>a,
#menu-item-734>.menu-arrow,
#menu-item-911>.menu-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
}

#menu-item-734,
#menu-item-911 {
    display: block;
    text-align: left;
}



#menu-item-734 .menu-arrow img,
#menu-item-911 .menu-arrow img {
    transition: transform 0.3s ease;
}

#menu-item-734.active .menu-arrow img,
#menu-item-911.active .menu-arrow img {
    transform: rotate(180deg);
}

/*li#menu-item-734:hover,
li#menu-item-911:hover {
    background-color: var(--dark-gray-color);
}*/


.wp-block-button__width-25 {
    width: 100% !important;
}

/*header:has(#menu-item-61:hover) {
    background-color: rgba(0, 0, 0, 0.8);
}*/

/* Megamenu TR */
/*.light-header header:has(#menu-item-61:hover) .light-logo {
    display: block;
}*/

/*.light-header header:has(#menu-item-61:hover) .dark-logo {
    display: none;
}

.light-header header:has(#menu-item-61:hover) .menu li a.nav-link {
    color: #FFFFFF;
}*/

/* Megamenu TR */
.in-item {
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.in-item .in-img {
    transition: opacity 0.3s ease;
}

.in-item:hover {
    background-color: #A3238E;
}

.in-item:hover .in-img {
    opacity: 0;
}


/*.service-slider .swiper-slide .slide-box {
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}*/
/*body .service-slider .swiper-slide .slide-box {
    transition: max-height 0.8s ease-in-out, padding 0.8s ease-in-out;
    will-change: max-height;
}*/


.page-service .service-type .theme-container .sr-title .sr-link {
    padding-bottom: 0;
}

.page-about .member-wrapper .mw-content .link a:first-of-type svg path {
    transition: .3s;
}

.page-about .member-wrapper .mw-content .link a:first-of-type:hover svg path {
    fill: #d40b8c;
    transition: .3s;
}


@media screen and (max-width:1500px) {
    .page-home .service-slider .swiper-slide {
        min-height: 630px;
    }
}

.swiper-fade .swiper-slide {
    transition: .4s;
    opacity: 0 !important;
}

.swiper-fade .swiper-slide-active {
    opacity: 1 !important;
}

.page-service .services-section .theme-container .sr-content p {
    margin-bottom: 15px;
}

.page-service .services-section .theme-container .sr-content li {
    font-family: 'Mont';
    color: #3B3B3C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: .2px;
    margin-bottom: 0;
    list-style: disc;
    margin-left: 15px;
}

.page-service-detail .case-section h1 {
    font-family: 'Mont';
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .2px;
    font-weight: 800;
    font-style: normal;
}

.page-service-detail .case-section h2 {
    font-family: 'Mont';
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: .2px;
    font-style: normal;
}

.faq-section .theme-container .faq-wrapper .acc-body li {
    font-family: 'Mont';
    font-size: 16px;
    line-height: 28px;
    color: #606267;
    list-style: disc;
}

.faq-section .theme-container .faq-wrapper .acc-body ul {
    margin: 20px 0 20px 20px;
}

.service-type .theme-container .tablist {
    flex: 0 0 500px;
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item:hover .cs-text h2 {
    opacity: 0;
    transform: translateY(-20px);
    height: 0;
    overflow: hidden;
}

.single-solutions .service-banner {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
.service-slider .slide-box{
    transition: all 0.4s ease !important;
}

@media screen and (max-width:767px) {
    .single-solutions .service-banner {
        padding-bottom: 50px;
    }
    .sub-menu{
        padding: 0px 0px 20px;
    }
    .sub-menu ul {
        align-items: flex-start;        
        padding-left: 20px;
    }
    /*.sub-menu ul li{
        color: #fff;
    }*/
    .light-header .menu-arrow img{
        filter: none;
    }
    .menu-item p{
        font-size: 17px;
        padding: 12px 20px;
        text-align: left;
    }
    .menu-item a p{
        padding: 0;
    }
    #menu-item-1690 .menu-item ul li a {
        padding: 0 !important;
        color: #000 !important;
        font-size: 16px;
        font-weight: 400;
        background-color: transparent !important;
    }
    li.menu-item{
        justify-content: space-between;
    }
    .menu-arrow{
        margin-right: 15px;
    }
    .menu-item.active .sub-menu {
        display: block !important;
        margin-top: 0 !important;
    }
    .menu-item.isactive > .sub-menu {
        display: block;
    }

    .menu-item.isactive > .menu-arrow {
      transform: rotate(180deg);
    }
}

.single-solutions .ucabout-section {
    padding-bottom: 0;
}

.single-solutions .page-service-detail-tabs {
    padding-top: 100px;
}

.single-solutions .number.uline {
    display: none;
}

.single-solutions .page-usecase-detail .uc-counters .cw-wrapper {
    gap: 50px;
}

#menu-item-916 .sub-menu {
    width: 250px;
    height: auto;
    position: absolute;
    top: 50px !important;
    right: 180px !important;
    left: auto;
    padding: 20px 20px 20px 40px;
}

#menu-item-911.active .sub-menu {
    opacity: 1;
    visibility: visible;
    background: var(--dark-gray-color);
}

#menu-item-916 .sub-menu li {
    list-style-type: disc;
    padding-bottom: 10px;
}

#menu-item-916 .sub-menu li:last-of-type {
    padding-bottom: 0;
}

#menu-item-916 .sub-menu li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    transition: .3s;
    opacity: 1;
}

#menu-item-916 .sub-menu li a:hover {
    color: #A3238E;
    opacity: 1;
}

.single-solutions .page-usecase-detail .uc-counters .theme-container {
    max-width: 1170px;
}

.single-solutions .page-usecase-detail .uc-counters .theme-container .cw-item {
    border-right: 2px solid #ffffff91;
    flex: 0 1 100%;
    padding-right: 50px;
    display: flex;
    align-items: center;
}

.single-solutions .page-usecase-detail .uc-counters .theme-container .cw-item:last-child {
    border-right: 0;
    padding-right: 0;
}
.faq-section .theme-container .faq-wrapper .acc-trigger{
    align-items: flex-start;
}
.error404.light-header{
     top: 117px;
}
.single .single-entry a.primary-btn {
    color: #fff;
}
.single .single-entry a.primary-btn:hover {
    color: var(--primary-color);
}
.select2-container .select2-selection--single{
    height: 44px;
    border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 31px;
    background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #A3238E transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #A3238E transparent;
    border-width: 0 5px 6px 5px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #A3238E;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 8px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #777;
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--fw-600);
    outline: 0;
    box-shadow: none;
    width: 100%;
    margin-bottom: 10px;
    height: 44px;
}
.form_select .wpcf7-form-control-wrap:after{
    display: none !important;
}
.form_select .select2.select2-container{
    width: 100% !important;
}



@media screen and (max-width: 767px) {
    .single-solutions .page-service-detail-tabs {
        padding-top: 50px;
    }
    .faq-section .theme-container .faq-wrapper .acc-item .acc-trigger .title{
        padding-right: 10px;
    }
    /*.page-service-detail .case-section .theme-container .cs-col.cs-col-half .cs-item{
        height: 500px !important;
        aspect-ratio: unset !important;
    }*/
    /*.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-box{
        height: auto !important;
    }*/
    .leadership-team .teams-items .team-item.sub_tem_item .sub-profile-img{
        min-height: auto !important;
    }
    .page-service-detail .case-section .theme-container .cs-col .cs-item{
    overflow: auto !important;
    aspect-ratio: unset !important;
    min-height: 500px !important;
    position: relative;
}
    .page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-box {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
}
.page-service-detail .case-section h2{
    padding: 15px;
}
    
}

.servquoteIcon svg{
    width: 30px !important;
    height: 40px !important;
    filter: brightness(0) invert(1) opacity(0.5);
}
.servdtlquoteIcon svg{
    width: 15px !important;
    height: 25px !important;
}
.servquote{
    margin-bottom: 0 !important;
}
.servquote.p16{
    font-weight: 600;
}
.page-service .services-section .theme-container .sr-content .arrow-marker li{
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    margin-left: 0;
}
/* ===== IMAGE SLIDER ===== */
.page-careers .lifeat-section .lat-col-1{
    justify-content: flex-start;
}
.page-careers .lifeat-section .lat-col-1 .p18{
    margin: 20px 0px;
}
.lat-image-slider {
    position: relative;
    width: 100%;
    height: 238px;
    overflow: hidden;
}
.lat-image-slider.left_image_box{
    height: 257px;
}

/*.lat-col-3 .lat-image-slider {
    margin-bottom: 20px;
}*/

.lat-image-slider .lat-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.lat-image-slider .lat-slide.active {
    opacity: 1;
}
.tabs-list .tab-content .sr-content ul.arrow-marker{
    list-style-type: none;
    padding-left: 0;
}
.tabs-list .tab-content .sr-content ul.arrow-marker li{
    /*padding-left: 20px;*/
    list-style-type: none;
    /*position: relative;*/
}
.tabs-list .tab-content .sr-content ul.arrow-marker li::before{
    height: 35px;
}
.page-id-31 .services-section .sr-content h3{
    margin-bottom: 25px;
}
.page-template-tpl-thank-you-page h1{
    font-family: 'montbold';
}
.page-template-tpl-thank-you-page a:hover{
    text-decoration: none !important;
}
section.hero-section{
    position:relative;
}
.hero-section .homeslider .swiper-slide:after {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.panel-img{
    height: 220px;
}
.industries-section .panel-img{
    height: 300px;
}
.panel-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-usecase-detail .uc-counters .cw-wrapper{
    gap: 50px;
}
.page-usecase-detail .uc-counters .cw-wrapper .cw-item{
    flex: 1;
}
/*.faq-img img{
    height: 100%;
    object-position: center;
    object-fit: cover;

}*/

.hero-section .homeslider .swiper-slide .theme-container{
    position: relative;
    z-index: 3 !important;
}

.tabs-list .tab-content .sr-img img{max-height:350px;min-height:350px;}
.page-usecase-detail .uca-img img {
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}
.faq-img img {
    height:700px;
    object-fit: cover;
} 
.ucbenner-section .ucb-img img {
    max-height: 500px;
    object-fit: cover;
}
.leadership-team .teams-items .team-item .sub-profile-data .sub-profile-content .profile-name {
    font-family: 'montbold';
}
.lat-image-slider.lat-image-slider4 {
    width: 357px;
    height: 500px;
}

.sub-profile-img {
    max-width: 308px;
    max-height: 281px;
    overflow: hidden;
}
.sub-profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leadership-team .teams-items .team-item.sub_tem_item .sub-profile-img {
    flex-shrink: 0;
    max-width: 192px;
    min-height: 206px;
    width: 100%;
    height: 100%;
    flex: auto;
}
.leadership-team .teams-items .team-item.sub_tem_item .sub-profile-data{
    flex: 1;
}
.member-wrapper .mw-item {
    flex: 1;
}
@media (max-width: 575px) {
    .member-wrapper .mw-item{
        flex: none;
    }    
}



/* -------------------------------------------- */
 .video-popup {
     position: fixed;
     inset: 0;
     background: rgba(0,0,0,0.8);
     display: none;
     justify-content: center;
     align-items: center;
     z-index: 9999;
 }

 .video-popup-inner {
     position: relative;
     width: 80%;
     max-width: 900px;
     background: #000;
 }

 .video-iframe-wrap iframe {
     width: 100%;
     height: 500px;
 }

 .video-close {
     position: absolute;
     top: -35px;
     right: 0;
     font-size: 30px;
     color: #fff;
     cursor: pointer;
 }
 /* Container wrapper for logo with play icon */
 .video-logo {
     position: relative;
     display: inline-block;
     cursor: pointer;
     width: fit-content;
 }

 /* Play icon circle */
 .video-logo .play-badge {
     position: absolute;
     bottom: -30%;
     /*left: 50%;*/
     right: -15%;
     transform: translate(-50%, -50%);
     width: 64px;
     height: 64px;
     background: #F9EFF7;
     border-radius: 50%;
     border: 3px solid #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 0 0 0 rgba(249, 239, 247, 0.9);
     animation: pulse 2s infinite;
     transition: transform 0.3s ease;
 }

.play-badge img {
    width: 30px !important;
    height: 25px !important;
    padding-left: 5px;
}

 /* Hover effect */
.video-logo:hover .play-badge {
    transform: translate(-50%, -50%) scale(1.15);
}

 /* Pulse animation */
 @keyframes pulse {
     0% {
         box-shadow: 0 0 0 0 rgba(249, 239, 247, 0.9);
     }
     70% {
         box-shadow: 0 0 0 12px rgba(249, 239, 247, 0);
     }
     100% {
         box-shadow: 0 0 0 0 rgba(249, 239, 247, 0);
     }
 }


 @media (max-width: 767px) {
     .video-logo .play-badge {
         width: 40px;
         height: 40px;
         right: -10%;
     }
     .play-badge img {
         width: 20px;
     }
     .page-id-31 .career_video{
         aspect-ratio: 16 / 9.4 !important;    
     }
     .tabs-list .tab-content .sr-img img{
        min-height: auto;
     }

    /*.video-iframe-wrap iframe, #videoSection iframe, .about-section iframe{
        height: auto !important;
    }*/

 }
 @media (max-width: 1024px) {
    .video-logo .play-badge {
        width: 40px;
        height: 40px;
        right: -10%;
    }
    .play-badge img {
        width: 20px;
    }
    /*.video-iframe-wrap iframe, #videoSection iframe, .about-section iframe {
        height: 400px;
    }*/
 }

.html5-main-video.video-stream {
     width: 100% !important;
     left: 0 !important;
}
.video-ratio {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; 
    background: #000;
}

.video-ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    
}
.video-iframe-wrap iframe{
z-index: 9999999999;
}
.header.header-section{
    z-index: 1111 !important;
}
.video-hover-wrap {
    position: relative;
}

/* iframe full cover */
/*.video-ratio.video-hover-wrap iframe {
    z-index: 11111;
}*/
.video-hover-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* overlay layer */
.video-hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    /*pointer-events: none;*/
    transition: opacity 0.3s ease;
    /*z-index: 9999999999;*/
}

/* hover pe overlay visible */
.video-hover-wrap:hover .video-hover-overlay {
    opacity: 1;
}

/* play icon */
.video-hover-overlay .play-badge {
    width: 64px;
    height: 64px;
    background: #F9EFF7;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    animation: pulse 2s infinite;
}

/* pulse animation (same as before) */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(249,239,247,0.9); }
    70% { box-shadow: 0 0 0 14px rgba(249,239,247,0); }
    100% { box-shadow: 0 0 0 0 rgba(249,239,247,0); }
}

.page-id-31 .career_video{
    aspect-ratio: 16 / 9.2;    
}
.page-home .clients-section .clients-inner .tes_wrapper::after {
    z-index: 0;
}

.homeslider .swiper-slide {
  transition-property: opacity !important;
}

.homeslider .swiper-slide {
  opacity: 0;
}

.homeslider .swiper-slide-active {
  opacity: 1;
}

span.playIcon {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 25px;
    height: 25px;
    align-items: center;
}
p.platTxt {
    color: #fff;
}
.playIcon img {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .page-about .about-tribastion .theme-container .theme-row .f-col .logo {
        padding: 20px 15px 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-about .about-tribastion .theme-container .theme-row .f-col .logo {
        padding: 20px 15px 35px;
    }
}


.morebtn{
    margin-top:15px;
}

/* ---------------------------- Customize css -------------------- */

.lat-image-slider img{
    object-fit: cover;
}
.solution-slider .primary-btn.light-btn{
    display:none;
}
.reviews-section .theme-container .reviewslider .author-box img{
    width: auto;
}
.testi-highlite{
    font-style: italic;
    font-size: 30px;
    color: #a3238e !important;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.page-careers .lifeat-section .lat-col-1 {
    justify-content: space-between;
}

@media (max-width: 991px) {
    .testi-highlite{
        font-size: 18px;
    }
}

.page-service.page-service-detail-tabs {
    padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
    .page-service.page-service-detail-tabs{
        padding-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-service.page-service-detail-tabs {
        padding-bottom: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-service.page-service-detail-tabs {
        padding-bottom: 60px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .page-service.page-service-detail-tabs {
        padding-bottom: 80px;
    }
}
.simpleLink {
    display: inline-flex !important;
    padding: 10px 0;
    text-align: center;
    margin-left: 28px;
    margin-top: 15px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    width: 130px;
    transition: .3s;
    color: #000;
}
.simpleLink img {
    width: 15px;
    margin-left: 8px;
    transform: rotate(0);
    transition: .3s;
}
.simpleLink:hover{
    color: #a3238e;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.simpleLink:hover img{
    filter: none;
    transform: rotate(45deg);
}
.menu-item .simpleLink{
    margin-left: 0;
    padding: 0;
    font-size: 16px;
}
.header.header-section .menu li a.simpleLink{
    color: #000;
}
.brand-logo-section h2.endline {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.brand-logo-section h2.endline:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #000;
    margin-left: 18px;
}
.logo-list{
    display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.logo-list .logo-box {
  flex: 0 0 calc(25% - 15px);
  border: 1px solid #CECECE;
  padding: 30px;
  height:120px;
}
.logo-list .logo-box a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pt-0{
    padding-top: 0;
}
.menu-item-has-children{
    position: relative !important;
}
.menu-item-has-children ul.sub-menu {
    width: 200px !important;
    padding: 15px 15px !important;
    position: absolute !important;
    top: 40px !important;
}
.menu-item-has-children ul.sub-menu li{
    padding: 5px 0;
}
.menu-item-has-children ul.sub-menu li a{
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;

}
.leadership-team .teams-items{
   gap:30px 24px;
}
.partners-wrapper{
   align-items:center;
}
@media screen and (max-width: 991px) {
.leadership-team .teams-items .team-item{
    flex: 0 0 calc(33.3333% - 16.3333px);
   gap:10px;
}
.leadership-team .teams-items .team-item.sub_tem_item .sub-profile-img{
   min-height:260px;
}
}
@media screen and (max-width: 767px) {
   .leadership-team .teams-items .team-item {
        flex: 0 0 calc(50% - 14px);
       
    }
    .logo-list .logo-box {
        flex: 0 0 calc(50% - 5px);
        padding: 20px;
	height:100px;
    }
    .logo-list{
        gap: 10px;
    }
    a.simpleLink.headersimpleLink {
        color: #000 !important;
        padding: 0 !important;
        margin-left: 20px;
    }
    .video-hover-overlay .play-badge{
        width: 36px;
        height: 36px;
    }
    .play-badge img {
        width: 22px !important;
        height: 20px !important;
    }
    .header.header-section .dropdown li{
        text-align: left;
    }
    .header.header-section .dropdown .sub-menu .menu-wrapper .menu-item ul:last-of-type{
        padding-right: 5px;
    }
    .menu-item-has-children ul.sub-menu {
        width: 100% !important;
        padding: 15px 0 !important;
        position: initial !important;
    }
    .menu-item-has-children ul.sub-menu li{
        padding: 0 !important;
    }
    .menu-item-has-children ul.sub-menu li a {
        padding: 0px 0px 0px 20px !important;
        font-size: 16px !important;
        font-weight: 300;
    }
}


.leadership-team h2.endline {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.leadership-team h2.endline:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #000;
    margin-left: 18px;
}
.team_director {
    width: 100%;
    margin-top: 40px;
}
.leadership-team .team_director h2.endline{
    margin-bottom: 0;
}
.about-section .theme-container .about-col-3 img {
    object-fit: contain;
}


/* ------------- DOc solve ------------  */

@media screen and (max-width: 767px) {
    .tabs-list .tab-content .sr-content ul.arrow-marker li::before {
        height: 25px;
    }
    .tabs-list .tab-content .sr-content ul li{
        line-height: 25px;
    }
}
.single .single-entry h5{
    color: #000;
}
.header.header-section .menu li a:hover {
        background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    opacity:1;
}
.about-section .theme-container .about-col-3{
    gap: 20px;
}


.reviewslider .swiper-slide {
  transition-property: opacity !important;
}

.reviewslider .swiper-slide {
  opacity: 0;
}

.reviewslider .swiper-slide-active {
  opacity: 1;
}


.empslider .swiper-slide {
  transition-property: opacity !important;
}

.empslider .swiper-slide {
  opacity: 0;
}

.empslider .swiper-slide-active {
  opacity: 1;
}