/* ===== Home page ===== */
/* Hero section */
.hero-section .homeslider .parallax-bg {
    background-color: var(--dark-color);
}

.hero-section .homeslider .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section .swiper {
    width: 100%;
    height: 100vh;
    background: #000;
}

.hero-section .homeslider .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 250px 15px 140px 15px;
}

.hero-section .homeslider .swiper-slide .theme-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.hero-section .homeslider .swiper-slide .theme-container .theme-row {
    max-width: 475px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.hero-section .homeslider .swiper-slide .theme-container .tagline {
    font-family: var(--font-manrope);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--light-color);
}

.hero-section .homeslider .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.hero-section .homeslider .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--light-color);
    width: 16px;
    height: 16px;
    border-radius: 32px;
    opacity: .5;
    transition: all .3s;
}

.hero-section .homeslider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--light-color);
    opacity: 1;
}

/* About section */
.about-section .theme-container .about-col-1 {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-section .theme-container .about-col-1 .section-text p {
    margin-bottom: 15px;
}

.about-section .theme-container .about-col-1 .section-text p:last-of-type {
    margin: 0;
}

.about-section .theme-container .about-col-3 img {
    aspect-ratio: 1.36 / 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
}

.about-section .theme-container .about-col-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

/* Member section */
.member_section .theme-container .member-col-1 img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    object-position: center;
    height: auto;
}

.member_section .theme-container .member-col-2 {
    padding-left: 65px;
    padding-right: 55px;
}

.member_section .theme-container .member-col-2 h5 {
    margin-bottom: 6px;
}

.member_section-reverse .theme-container .member-col-1 {
    padding-left: 65px;
    padding-right: 55px;
}

.member_section-reverse .theme-container .member-col-2 {
    padding: 0;
}

/* Services section */
.services-section .theme-container .service-wrapper .sr-item .sr-content .h28 {
    margin-bottom: 10px;
    color: var(--dark-color);
    transition: .3s;
}

.services-section .theme-container .service-wrapper .sr-item:hover .sr-content .h28 {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: .3s;
}

.services-section .theme-container .service-wrapper .sr-item .sr-arrow {
    transition: .3s;
}

.services-section .theme-container .service-wrapper .sr-item:hover .sr-arrow {
    transform: rotate(45deg);
    transition: .3s;
}


/* Insights section */
.insights-section .theme-container .insights-wrapper .in-item {
    position: relative;
    max-width: calc(33.33% - 26.67px);
    width: 100%;
}

.insights-section .theme-container .insights-wrapper .in-img {
    aspect-ratio: 1 / 1.16;
    object-fit: cover;
    object-position: center;
}

.insights-section .theme-container .insights-wrapper .in-content {
    position: absolute;
    top: 20px;
    left: 24px;
    max-width: calc(100% - 48px);
    width: 100%;
    overflow: auto;
    height: calc(100% - 40px);
    overflow-y: scroll;
    scrollbar-width: none;
}

.insights-section .theme-container .insights-wrapper .in-content p {
    margin-bottom: 10px;
}

.insights-section .theme-container .insights-wrapper .in-content p,
.insights-section .theme-container .insights-wrapper .in-content h6 {
    color: #FFFFFF;
}

/* Clients section */
.clients-section .clients-inner .section-title {
    max-width: 170px;
    width: 100%;
}

.clients-section .clients-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.clients-section .clients-inner .client-wrapper {
    width: 100%;
}

.clients-section .clients-inner .tes_wrapper {
    width: 100%;
    position: relative;
}

.clients-section .clients-inner .tes_wrapper::after {
    content: '';
    height: 100%;
    max-width: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    background: linear-gradient(90deg, #FFFFFF 61.35%, rgba(255, 255, 255, 0) 107.4%);

}

.clients-section .clients-inner .tes_wrapper .flickity-viewport,
.clients-section .clients-inner .tes_wrapper .flickity-slider {
    width: 100%;
    height: 100%;
    min-height: 100px;
}

.clients-section .clients-inner .tes_wrapper .flickity-slider {
    display: flex;
    align-items: center;
}

.clients-section .clients-inner .tes_wrapper .tes_member {
    max-width: 188px;
    width: 100%;
    margin: 0 50px;
    flex: 0 0 auto;
}

.clients-section .clients-inner .tes_wrapper .tes_member img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.service-slider {
    position: relative;
    overflow: hidden;
}

.service-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.4s ease;
    z-index: 0;
}

.service-slider .swiper-slide .slide-box {
    transition: all 0.4s ease;
}

/*.service-slider .swiper-slide:hover .slide-box {
    transform: translateY(-8px);
}*/




.service-slider .serviceSwiper {
    background-color: #00000080;
}

.service-slider .swiper-slide {
    min-height: 780px;
    border-right: 1px solid var(--light-color);
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-end;
}

.service-slider .swiper-slide h3,
.service-slider .swiper-slide p {
    color: var(--light-color);
    text-align: left;
}

.service-slider .swiper-slide p {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: var(--font-inter);
    font-weight: var(--fw-400);
}

.service-slider .swiper-slide .primary-btn {
    font-family: var(--font-manrope);
    font-weight: var(--fw-700);
    color: var(--light-pink);
}

.service-slider .swiper-slide .primary-btn:hover {
    background-color: var(--light-pink) !important;
}

.service-slider .swiper-slide .primary-btn svg path {
    fill: var(--light-pink);
}

.service-slider .slide-box {
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    max-height: 140px;
    opacity: 1;
    transition: all 0.4s ease;
}
.service-slider .swiper-wrapper.hovering .swiper-slide-active:not(:hover) .slide-box {
    max-height: 140px !important;
    transition: all 0.8s ease;
}

.service-slider .swiper-slide-active .slide-box {
    max-height: 1000px;
}

.service-slider .swiper-slide:hover .slide-box {
    max-height: 1000px;
}



.service-slider .swiper-button-next,
.service-slider .swiper-button-prev {
    width: 48px;
    height: 48px;
}

.service-slider .swiper-button-next:after,
.service-slider .swiper-button-prev:after {
    display: none;
}

.service-slider .swiper-button-next img,
.service-slider .swiper-button-prev img {
    width: 100%;
}

.service-slider .swiper-slide {
    position: relative;
}

.service-slider .swiper-slide:hover:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    position: absolute;
    top: 0;
    left: 0px;
}

body .service-slider .swiper-slide:hover .slide-box {
    z-index: 1;
}

/* Reviews section */
.reviews-section .theme-container .section-title p {
    margin-top: 6px;
    margin-bottom: 14px;
}

.reviews-section .theme-container .reviewslider {
    margin: 0;
}

.reviews-section .theme-container .reviewslider .rs-content {
    font-family: var(--font-mont);
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.reviews-section .theme-container .reviewslider .author-box {
    margin-top: 3px;
    gap: 14px;
}

.reviews-section .theme-container .reviewslider .author-box img {
    width: 80px;
    height: 80px;
    border-radius: 200px;
}

.reviews-section .reviews-navigator {
    display: flex;
    margin-top: 40px;
}

.reviews-section .reviews-navigator .swiper-button-prev,
.reviews-section .reviews-navigator .swiper-button-next {
    position: static;
    display: block;
    width: auto;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.reviews-section .reviews-navigator .swiper-button-next::after,
.reviews-section .reviews-navigator .swiper-button-prev::after {
    font-size: 0;
    display: none;
}

/* Video-section */
.video-section .theme-container {
    max-width: 1060px;
}

.video-section .theme-container .section-title h2 {
    font-family: 'montbold';
    font-weight: 700;
    font-size: 115px;
    line-height: 115px;
    letter-spacing: 0.2px;
    text-align: center;
}

.video-section .theme-container .video-wrapper {
    position: relative;
    max-width: 1170px;
    overflow: hidden;
    margin-top: -20px;

}

.video-section .theme-container .video-wrapper .video-overlay,
.video-section .theme-container .video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1.9 / 1;
    object-fit: cover;
    object-position: center;
}

.video-section .theme-container .video-wrapper video {
    display: none;
}

.video-section .theme-container .video-wrapper.active .video-overlay {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.video-section .theme-container .video-wrapper.active video {
    display: block;
}

.video-section .theme-container .video-wrapper .play-btn {
    position: absolute;
    top: auto;
    left: 32px;
    bottom: 28px;
    right: auto;
    background-color: #00000047;
    border: 3px solid #FFFFFF;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: .3s;
}

.video-section .theme-container .video-wrapper .play-btn:hover {
    background-color: #00000094;
    transition: .3s;
}

.video-section .theme-container .video-wrapper .play-btn h3 {
    color: var(--light-color);
    font-family: var(--font-lexend);
    font-weight: var(--fw-700);
}

/* Header Section */
.header.header-section {
    width: 100%;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    transition: all 0.3s ease;
}

.header.header-section .dark-logo,
.light-header .header.header-section .light-logo {
    display: none;
}

.light-header .header.header-section .dark-logo {
    display: block;
}

.light-header .header.header-section .menu * {
    color: var(--dark-color);
}

.light-header .header.header-section {
    background-color: var(--light-color);
}

.header.header-section.scrolled,
.header.header-section.scrolled {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
}

.light-header .header.header-section.scrolled {
    background: var(--light-color);
    backdrop-filter: blur(10px);
}

.header.header-section>.theme-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.header.header-section .logo img {
    vertical-align: middle;
    max-width: 260px;
    width: 100%;
}

.header.header-section .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: max-content;
    width: auto;
    margin-left: auto !important;
    margin-right: 42px;
}

.header.header-section .menu li {
    margin-bottom: 0;
}

.header.header-section .menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: none;
    transition: 0.3s;
}

.header.header-section .menu li a:hover {
    opacity: .6;
}

.header.header-section .menu-btn {
    display: none;
}

.header.header-section .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 17px 10px;
    user-select: none;
    background-color: var(--primary-color);
}

.header.header-section .menu-icon .navicon {
    background: var(--light-color);
    display: block;
    height: 2px;
    position: relative;
    width: 18px;
    transition: all .2s ease-out;
}

.header.header-section .menu-icon .navicon:before,
.header.header-section .menu-icon .navicon:after {
    background: var(--light-color);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all .2s ease-out;
}

.header.header-section .menu-icon .navicon:before {
    top: 5px;
}

.header.header-section .menu-icon .navicon:after {
    top: -5px;
}

.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;
}

.header.header-section .dropdown ul {
    list-style: none;
    margin: 0;
    text-align: center;
}

.header.header-section .dropdown>ul {
    padding: 10px 0;
}

.header.header-section .dropdown li {
    margin: 0;
}

.header.header-section .dropdown li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
}

.header.header-section .dropdown li a:hover {
    background-color: var(--dark-gray-color);
}

.header.header-section .menu-btn:checked~.dropdown {
    max-height: 80vh;
    overflow-y: scroll;
}

.header.header-section .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header.header-section .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header.header-section .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header.header-section .menu-btn:checked~.menu-icon .navicon:before,
.header.header-section .menu-btn:checked~.menu-icon .navicon:after {
    top: 0;
}

.header.header-section .menu .sub-menu {
    background-color: var(--light-color);
    padding: 50px 36px;
    position: fixed;
    top: 115px;
    left: 0;
    width: 100vw;
    backdrop-filter: blur(10px);
    /*opacity: 0;
    visibility: hidden;
    transform: translateY(30px);*/
    /*transition: all .4s ease;
    transition-duration: 0.4s;*/
    z-index: 999;
}

.header.header-section .menu .sub-menu .theme-container {
    max-width: 1370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

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

.header.header-section .menu .sub-menu .menu-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 45px 160px;
}

.header.header-section .menu .sub-menu .menu-wrapper .menu-item {
    max-width: calc(33.33% - 106.67px);
    width: 100%;
}

.header.header-section .menu .sub-menu .menu-wrapper .menu-item p {
    margin-bottom: 10px;
    font-weight: var(--fw-800);
}

.header.header-section .menu .sub-menu .menu-wrapper .menu-item ul {
    padding-left: 20px;
}

.header.header-section .menu .sub-menu .menu-wrapper .menu-item ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.header.header-section .menu .sub-menu .menu-wrapper .menu-item ul a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--dark-color);
}

.header.header-section .menu .sub-menu .menu-wrapper .menu-item ul a:hover {
    color: var(--primary-color);
    opacity: 1;
}

.header.header-section .dropdown .sub-menu .menu-title {
    display: none;
}

/* Footer Section */

.footertop-section {
    padding: 60px 15px 80px;
}

.footertop-section .theme-container .ft-col p {
    font-family: var(--font-inter);
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 2px 0 22px;
}

.footertop-section .theme-container .ft-col button:hover {
    background-color: var(--light-color) !important;
    color: var(--primary-color) !important;
}

.footertop-section .theme-container .ft-col button:hover svg path {
    fill: var(--primary-color) !important;
}

.footer-section {
    background: url('../images/footer-bg.png') no-repeat top right / cover;
    padding: 80px 15px 25px;
}

.footer-section .theme-container .f-col-1 .footer-text {
    color: var(--light-color);
    margin: 28px 0 32px;
}

.footer-section .theme-container .f-col-1 .social-wrapper a {
    height: 30px;
}

.footer-section .theme-container .f-col-1 .social-wrapper a svg g {
    transition: .3s;
}

.footer-section .theme-container .f-col-1 .social-wrapper a:hover svg g {
    transition: .3s;
    opacity: 1;
}

.footer-section .theme-container .f-col-2 {
    width: 50%;
    gap: 34px;
    justify-content: space-between;
}

.footer-section .theme-container .f-col-2 .h20 {
    color: var(--light-color);
    margin-bottom: 22px;
}

.footer-section .theme-container .f-col-2 .ft-links ul li {
    margin-bottom: 25px;
}

.footer-section .theme-container .f-col-2 .ft-links ul li:last-of-type {
    margin-bottom: 0;
}

.footer-section .theme-container .f-col-2 .ft-links ul li a,
.footer-section .theme-container .f-row-2 * {
    font-family: var(--font-mont);
    color: var(--light-color);
}

.footer-section .theme-container .f-col-2 .ft-links ul li a:hover,
.footer-section .theme-container .f-row-2 a:hover {
    opacity: 0.5;
}

.footer-section .theme-container .f-row-2 {
    margin-top: 35px;
}


/* ===== About Page ====== */
.locations-section .theme-container .locations-wrapper {
    gap: 35px;
}

.locations-section .theme-container .locations-wrapper .ln-item h3 {
    color: #383838;
}

.locations-section .theme-container .locations-wrapper .ln-item {
    transition: all 0.3s ease;
    cursor: pointer;
}


/* ===== Services Page ===== */
/* Service-section */
.page-service .services-section {
    padding-top: 170px;
}

.page-service .services-section .theme-row {
    align-items: normal;
}

.page-service .services-section .theme-container .sr-img img {
    object-fit: cover;
    object-position: top center;
}

.page-service .services-section .theme-container .sr-content h1 {
    color: var(--dark-color);
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 58px;
}

.page-service .services-section .theme-container .sr-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.page-service .services-section .theme-container .sr-content .sr-text {
    margin-bottom: 0;
    flex: 1 0 auto;
}

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

.section-wrapper.breadcrumb-section.contact-banner {
    position: relative;
}

.section-wrapper.breadcrumb-section.contact-banner:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
}

.page-our-leadership-team .section-wrapper.breadcrumb-section.contact-banner:after {
    display: none;
}

/* Service-type */
.page-service .servicewrapper {
    padding: 60px 15px;
}

.page-service .f-type {
    padding-top: 0;
}

.page-service .service-type .theme-container .sr-title {
    margin-bottom: 45px;
}

.page-service .service-type .theme-container .sr-title .sr-link .srlink-icon {
    display: none;
    margin-left: 10px;
    vertical-align: middle;
    transition: .3s;
}

.page-service .service-type .theme-container .sr-title .sr-link {
    border-bottom: 0px solid #ffffff;
    padding-bottom: 5px;
    transition: .3s;
    display: inline-block;
    width: 100%;
}

.page-service .service-type .theme-container .sr-title .sr-link:hover {
    border-bottom: 0px solid;
    border-image: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%) 1;
    border-image-slice: 1;
    transition: .3s;
    border: none;
}

.page-service .service-type .theme-container .sr-title .sr-link:hover h1 {
    position: relative;
    display: inline-block;
    width: auto;
}

.page-service .service-type .theme-container .sr-title .sr-link:hover h1:after {
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid;
    border-image: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%) 1;
    border-image-slice: 1;
    transition: .3s;
    margin: 0;
}

.page-service .service-type .theme-container .sr-title .sr-link:hover .srlink-icon {
    display: inline;
    margin-left: 10px;
    vertical-align: middle;
    transition: .3s;
    border: none;
}

.page-service .service-type .theme-container .sr-title h6 {
    margin-bottom: 10px;
}

.service-type .theme-container .tabs-container {
    display: flex;
    gap: 40px;
    width: 100%;
    align-items: flex-start;
}

.service-type .theme-container .tablist {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 0 0 340px;
}

.service-type .theme-container .tablist .tabs-btn {
    max-width: max-content;
    width: 100%;
    font-family: var(--font-mont);
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: var(--black-color3);
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    opacity: .5;
    transition: all .3s ease;
    text-align: left;
}

.service-type .theme-container .tablist .tabs-btn:hover::before,
.service-type .theme-container .tablist .tabs-btn.active::before {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.service-type .theme-container .tablist .tabs-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 22px;
    /* transform: translateY(-50%); */
    background-image: url("../images/icons/leftarrowicon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.service-type .theme-container .tablist .tabs-btn:hover,
.service-type .theme-container .tablist .tabs-btn.active {
    opacity: 1;
}

.service-type .theme-container .panel {
    flex: 1;
    display: none;
    gap: 20px;
    animation: fadeIn 0.3s ease both;
}

.service-type .theme-container .panel .panel-content {
    flex: 0 0 240px;
}

.service-type .theme-container .panel.active {
    display: flex;
}

.service-type .theme-container .panel-content h5 {
    margin: 0 0 6px;
}

.service-type .theme-container .panel-content p {
    margin-bottom: 12px;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* Partners section */
.page-service .partners-section {
    padding-top: 30px;
}

.page-service .partners-section .theme-container {
    max-width: 1150px;
    width: 100%;
}

.page-service .partners-section .theme-container .partners-wrapper .pr-item {
    max-width: calc(20% - 16px);
    width: 100%;
    text-align: center;
}



/* ===== Service detail page ===== */
/* Hero-section */
.page-service-detail .services-section .theme-container .counter-wrapper .cw-item {
    flex: 0 1 100%;
}

.page-service-detail .services-section .theme-container .counter-wrapper .cw-item .cw-text {
    margin: 0;
    font-weight: var(--fw-500);
}

/* Case-section */
.page-service-detail .case-section {
    padding-bottom: 100px;
}

.page-service-detail .case-section .theme-container .cs-col .cs-item {
    background: url('../images/case-imgs/s1c1-img.png') no-repeat center / cover;
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
    padding: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.page-service-detail .case-section .theme-container .cs-col .cs-item-2 {
    background: url('../images/case-imgs/s1c2-img.png') no-repeat center / cover;
}

.page-service-detail .case-section .theme-container .cs-col .cs-item-3 {
    background: url('../images/case-imgs/s1c3-img.png') no-repeat center / cover;
}

.page-service-detail .case-section .theme-container .cs-col .cs-item-4 {
    background: url('../images/case-imgs/s1c4-img.png') no-repeat center / cover;
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item:after {
    content: '';
    background-color: var(--dark-color);
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-box {
    position: relative;
    z-index: 2;
    height: 100%;
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-title h4 {
    color: var(--light-color);
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-content .cs-text {
    max-width: calc(100% - 180px);
    width: 100%;
    position: relative;
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-content .cs-text h5,
.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-content .cs-text p {
    color: var(--light-color);
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-content .cs-text h5 {
    margin-bottom: 10px;
    opacity: 1;
    transform: translateY(0);
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-content .primary-btn {
    padding: 10px 15px;
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-text h5,
.page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-text {
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

.page-service-detail .case-section .theme-container .cs-col-full .cs-item:hover .cs-text {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    overflow: visible;
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item .d-title {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    max-width: calc(100% - 180px);
    width: 100%;
    transition: all 0.6s;
    opacity: 1;
    transform: translateY(0);
}

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

/* .page-service-detail .case-section .theme-container .cs-col-full .cs-item .cs-text h2 {
    transition: opacity 0.6s ease, transform 0.6s ease;
    opacity: 1;
    transform: translateY(0);
}

.page-service-detail .case-section .theme-container .cs-col-full .cs-item:hover .cs-text h2 {
    transform: translateY(0);
} */


.page-service-detail .case-section .theme-container .cs-col.cs-col-half .cs-item {
    aspect-ratio: 1.4 / 1;
}

/* Faq section */
.faq-section .theme-container {
    max-width: 1040px;
    width: 100%;
}

.faq-section .faq-row {
    gap: 70px;
}

.faq-section .theme-container .faq-wrapper .accordion {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
}

.faq-section .theme-container .faq-wrapper .acc-item {
    border-bottom: 1px solid #8C8C8C;
    background: #fff;
}

.faq-section .theme-container .faq-wrapper .acc-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 30px;
    cursor: pointer;
    background: var(--light-color);
    border: 0;
    color: #0f172a;
    text-align: left;
    transition: all 0.2s ease;
}

.faq-section .theme-container .faq-wrapper .acc-item[aria-expanded="true"] .acc-trigger {
    padding-bottom: 16px;
}

.faq-section .theme-container .faq-wrapper .acc-item .acc-trigger .title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #565246;
    transition: all .3s;
}

.faq-section .theme-container .faq-wrapper .acc-item .acc-trigger:hover .title,
.faq-section .theme-container .faq-wrapper .acc-item .acc-trigger[aria-expanded="true"] .title {
    color: var(--dark-color);
    transition: all .3s;
}

.faq-section .theme-container .faq-wrapper .acc-trigger .icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.faq-section .theme-container .faq-wrapper .acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-section .theme-container .faq-wrapper .acc-item[aria-expanded="true"] .acc-content {
    max-height: 500px;
}

.faq-section .theme-container .faq-wrapper .acc-body {
    padding: 0 30px 24px;
    color: #606267;
    background: #ffffff;
}

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

/* Tabs section */
.page-service.page-service-detail-tabs .section-title h2 {
    font-family: 'montbold';
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    margin: 0 0 30px 0;
}

.page-service.page-service-detail-tabs {
    padding: 0 0 160px 0;
}

.tabs-list .tabs {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tabs-list .tabs .tab {
    font-family: 'montbold';
    font-size: 18px;
    line-height: 24px;
    padding: 8px 10px;
    color: #ffffff;
    background: #2A2A2A;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.tabs-list .tabs .tab:hover,
.tabs-list .tabs .tab.active {
    background: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%);
    color: #fff;
}

.tabs-list .tab-content {
    display: none;
    padding: 0;
}

.tabs-list .tab-content .sr-content h3 {
    font-family: 'montbold';
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 4px 0;
    color: #000000;
}

.tabs-list .tab-content .sr-content p {
    font-family: 'Mont';
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #606267;
    margin: 0 0 10px 0;
}

.tabs-list .tab-content .sr-content ul {
    padding: 0;
    padding-left: 15px;
    margin: 0;
}

.tabs-list .tab-content .sr-content ul li {
    font-family: 'Mont';
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    color: #3B3B3C;
    list-style-type: disc;
    margin: 0 0 10px 0;
}

.tabs-list .tab-content.active {
    display: block;
}

.tabs-list .tab-content .sr-img img {
    object-fit: cover;
    object-position: top left;
}

/* Insights section */
.page-service-detail .insights-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.page-service-detail .insights-section>.theme-container {
    max-width: 100%;
    width: 100%;
}

.page-service-detail .insights-section .theme-container .section-title {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.page-service-detail .insights-section .theme-container .in-content p,
.page-service-detail .insights-section .theme-container .in-content h6 {
    color: #FFFFFF;
}

.page-service-detail .insights-section .theme-container .in-content h6 {
    margin-top: 10px;
    font-weight: var(--fw-800);
}

.page-service-detail .insights-section .swiper-slide {
    box-sizing: border-box;
}

.page-service-detail .insights-section .in-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-service-detail .insights-section .in-img {
    width: 100%;
    aspect-ratio: 1 / 1.16;
    object-fit: cover;
    display: block;
}

.page-service-detail .insights-section .in-content {
    position: absolute;
    top: 20px;
    left: 24px;
    max-width: calc(100% - 48px);
    overflow: auto;
    height: calc(100% - 40px);
    overflow-y: scroll;
    scrollbar-width: none;
}

.page-service-detail .insights-section .insights-navigator {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
}

.page-service-detail .insights-section .insights-navigator .swiper-button-prev,
.page-service-detail .insights-section .insights-navigator .swiper-button-next {
    position: static;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
}

.page-service-detail .insights-section .insights-navigator img {
    width: 100%;
    height: auto;
}

.page-service-detail .insights-section .insights-navigator .swiper-button-prev:after,
.page-service-detail .insights-section .insights-navigator .swiper-button-next:after {
    display: none;
}

/* ===== Page usecase detail ===== */
/* Hero-section */
.page-usecase-detail .ucbenner-section {
    padding-top: 40px;
}

.page-usecase-detail .ucbenner-section .ucb-contant .ucb-title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 55px;
}

.page-usecase-detail .ucbenner-section .ucb-contant .ucb-text p {
    color: var(--dark-gray-color);
    margin-bottom: 15px;
}

.page-usecase-detail .ucbenner-section .ucb-contant .ucb-text p:last-of-type {
    margin-bottom: 0;
}

/* uc-counters section */
.page-usecase-detail .uc-counters {
    background: url('../images/counter-bg.png') no-repeat center / cover;
    padding: 100px 15px 100px;
}

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

.page-usecase-detail .uc-counters .cw-wrapper {
    gap: 100px;
}

.page-usecase-detail .uc-counters .cw-wrapper .cw-item .number {
    font-weight: 900;
    font-size: 58px;
    line-height: 70px;
    color: var(--light-color);
}

.page-usecase-detail .uc-counters .cw-wrapper .cw-item .cw-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: var(--light-color);
}

/* Ucabout section */
.page-usecase-detail .ucabout-section .theme-container .uca-content .uca-title {
    color: var(--black-color);
    margin-bottom: 6px;
}

.page-usecase-detail .ucabout-section .theme-container .uca-content .uca-text p {
    color: var(--dark-gray-color);
    margin-bottom: 15px;
}

.page-usecase-detail .ucabout-section .theme-container .uca-content .uca-text p:last-of-type {
    margin-bottom: 0;
}



/**
* Knowledge Center Page *
**/

/* Banner Slider */
/* left */
.knowledge-slider .section-title p {
    margin-top: 6px;
    margin-bottom: 14px;
}

.reviews-section .knowledgeslider {
    margin: 0;
}

.knowledge-slider .knowledge-navigator {
    display: flex;
    margin-top: 40px;
}

.knowledge-slider .knowledge-navigator .swiper-button-prev,
.knowledge-slider .knowledge-navigator .swiper-button-next {
    position: static;
    display: block;
    width: auto;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.knowledge-slider .knowledge-navigator .swiper-button-next::after,
.knowledge-slider .knowledge-navigator .swiper-button-prev::after {
    font-size: 0;
    display: none;
}

/* Right */
.knowledge-slider .knowledgeslider {
    margin: 0;
    width: 100%;
}

.knowledge-slider .knowledgeslider .in-item {
    position: relative;
    width: 100%;
}

.knowledge-slider .knowledgeslider .in-item .in-img {
    aspect-ratio: 1 / 1.16;
    object-fit: cover;
    object-position: center;
}

.knowledge-slider .knowledgeslider .in-item .in-content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    overflow: auto;
    height: calc(100% - 40px);
    overflow-y: scroll;
    scrollbar-width: none;
}

.knowledge-slider .knowledgeslider .in-item .in-content p {
    color: #FFFFFF;
    margin-bottom: 10px;
}

.knowledge-slider .knowledgeslider .in-item .in-content h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 0;
}

/* Filterbar */
.knowledge-filter .filter-item {
    margin-bottom: 50px;
}

.knowledge-filter .filter-item .filter-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
}

.knowledge-filter .filter-item .filter-bar .filter-wrapper {
    width: 100%;
    position: relative;
}

.knowledge-filter .filter-item .filter-bar .filter-wrapper .filter-select {
    font-size: 14px;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 15px 20px;
    margin: 0;
    appearance: none;
}

.knowledge-filter .filter-item .filter-bar .filter-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #a3238e;
    transform: translateY(-50%);
    pointer-events: none;
}

.knowledge-filter .filter-item .filter-bar .filter-wrapper:focus:after {
    transform: translateY(-50%) rotate(180deg);
}

.knowledge-filter .filter-item .filter-bar .filter-wrapper.active-select:after {
    transform: translateY(-50%) rotate(180deg);
}

.knowledge-filter .filter-item .filter-bar button {
    white-space: nowrap;
    padding-left: 35px;
    padding-right: 35px;
}

/* Filter section */
.knowledge-filter .filter-box .filter-box-item .in-item {
    position: relative;
    max-width: 100%;
    flex: 0 0 calc(25% - 24px);
    width: 100%;
    overflow: hidden;
}

.knowledge-filter .filter-box .filter-box-item .in-img {
    aspect-ratio: 1 / 1.16;
    object-fit: cover;
    object-position: center;
}

.knowledge-filter .filter-box .filter-box-item .in-content {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    padding: 10px;
    text-align: left;
    transition: all 0.4s ease;
    transform: translateY(30px);
}

.knowledge-filter .filter-box .filter-box-item .in-item:hover .in-content {
    transform: translateY(0px);
}

.knowledge-filter .filter-box .filter-box-item .in-content p {
    margin-bottom: 10px;
}

.knowledge-filter .filter-box .filter-box-item .in-content p {
    color: #FFFFFF;
}

.knowledge-filter .filter-box .filter-box-item .in-content h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.knowledge-filter .filter-box .filter-box-item .in-content .more-btn {
    font-family: 'Mont';
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.4s;
    width: auto;
    max-width: max-content;
}

/* .knowledge-filter .filter-box .filter-box-item .in-item .in-content .more-btn:hover {
    color: #a3238e;
} */

.knowledge-filter .filter-box .load-more {
    margin-top: 50px;
}

/** 
* Contact Page *
**/

.breadcrumb-section {
    background: url("../images/contact-banner-bg.png") no-repeat center / cover;
    transition: opacity 0.3s ease;
    position: relative;
}

.contact-banner.breadcrumb-section {
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
    padding-top: 360px;
}

.breadcrumb-section .section-title {
    padding: 40px 0;
}

.breadcrumb-section .section-title h1 {
    position: relative;
    z-index: 1;
}

.page-contactus .form-section {
    padding-bottom: 0 !important;
}

/* .page-contactus .form-section .theme-container .form-col-1 .section-title {
    margin-bottom: 16px;
} */

.page-contactus .form-section .theme-container .form-col-1 .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px 30px;
    margin-top: 16px;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: space-between;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .form-group {
    max-width: calc(50% - 15px);
    width: 100%;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .full-width {
    max-width: 100%;
    width: 100%;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form input,
.page-contactus .form-section .theme-container .form-col-1 .contact-form select,
.page-contactus .form-section .theme-container .form-col-1 .contact-form textarea {
    margin: 0;
    border-radius: 0;
    margin-top: 6px;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form input.submit-btn {
    border-radius: 8px;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #a3238e;
    transform: translateY(-50%);
    pointer-events: none;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .custom-select {
    position: relative;
    width: 100%;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .custom-select label {
    display: block;
    margin-bottom: 6px;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .terms a {
    color: #A3238E;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .terms a:hover {
    text-decoration: underline;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box {
    position: relative;
    border-radius: 2px;
    padding: 12px 40px 12px 12px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #777777
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .selected {
    flex: 1;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .arrow svg {
    transition: transform 0.3s ease;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .options {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 5px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 10;
    background-color: var(--light-color);
    box-shadow: 0px 1px 4px 0px #00000040;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .options.open {
    max-height: 200px;
    overflow-y: auto;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .options li {
    padding: 10px 12px;
    cursor: pointer;
    margin: 0;
    transition: .3s;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .options li:hover {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .options::-webkit-scrollbar {
    width: 2px;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .select-box .options::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 30px;
}

.page-contactus .form-section .theme-container .form-col-2 {
    border-left: 3px solid;
    border-image-source: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%);
    border-image-slice: 1;
    padding-left: 20px;
    gap: 25px;
}

.page-contactus .form-section .theme-container .form-col-2 .sitelogo-dark {
    max-width: 260px;
    width: 100%;
}

.page-contactus .form-section .theme-container .form-col-2 .fc-content .p18 {
    font-weight: var(--fw-800);
    color: var(--dark-color);
    margin-bottom: 5px;
}

.page-contactus .form-section .theme-container .form-col-2 .fc-content p {
    color: var(--dark-color);
}

.page-contactus .form-section .theme-container .form-col-2 .fc-content a:hover {
    color: #A3238E;
}

.page-contactus .form-section .theme-container .form-col-2 .fc-content a:hover svg path {
    fill: #A3238E;
}

.page-contactus .form-section .theme-container .form-col-2 .fc-content a:hover svg path[d="M11.209 18.2109L18.4971 14.0132L11.209 9.81555V18.2109Z"] {
    fill: #FFFFFF;
}

.page-contactus .form-section .theme-container .form-col-2 .fc-content.social-icons a {
    margin-right: 2px;
}

.page-contactus .wpcf7-spinner {
    display: none;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form select {
    appearance: none;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .form-row:nth-child(4) .wpcf7-form-control-wrap:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #a3238e;
    pointer-events: none;
}

.page-contactus .form-section .theme-container .form-col-1 .contact-form .form-row:nth-child(4) .wpcf7-form-control-wrap.active-select:after {
    transform: translateY(-50%) rotate(180deg);
}

/* ===== Page-about ===== */
/* About-banner */
.page-about .about-banner {
    background: url('../images/abouthero-bg.png') no-repeat center / cover;
}


/* locations-section */
.page-about .about-tribastion .theme-container .theme-row .f-col .logo {
    background: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%);
    padding: 50px 40px;
}

.page-about .about-tribastion .theme-container .theme-row .s-col .content {
    background-color: #2A2A2A;
    padding: 50px 40px;
    margin: 80px 0 30px;
}

.page-about .about-tribastion .theme-container .theme-row .s-col .content h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.2px;
    color: var(--light-color);
    font-family: mont;
}

.page-about .about-tribastion .theme-container .theme-row .abt-col-2 h3 {
    margin-bottom: 15px;
}

.page-about .about-tribastion .theme-container .theme-row .abt-col-2 .abt-text p,
.page-about .vision-section .theme-container .theme-row .section-title .vis-text p {
    margin-bottom: 20px;
}

.page-about .about-tribastion .theme-container .theme-row .abt-col-2 .abt-text p:last-of-type,
.page-about .vision-section .theme-container .theme-row .section-title .vis-text p:last-of-type {
    margin-bottom: 0;
}

.page-about .vision-section .theme-container .theme-row .vis-col-2 {
    border-left: 4px solid;
    border-image-source: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%);
    border-image-slice: 1;
    padding-left: 20px;
    gap: 25px;
}

.page-about .vision-section .theme-container .theme-row .vis-col-2 .vis-mincol h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
}

.page-about .vision-section .theme-container .theme-row .member-wrapper .mw-content {
    margin-top: 5px;
}

.page-about .vision-section .theme-container .theme-row .member-wrapper .mw-content .h20 {
    font-weight: var(--fw-600);
    color: var(--dark-gray-color);
    margin-bottom: 8px;
}

.page-about .vision-section .theme-container .theme-row .member-wrapper .mw-content .link {
    gap: 16px;
    align-items: center;
}

.page-about .vision-section .theme-container .theme-row .member-wrapper .mw-content .link a {
    height: 30px;
}

.page-about .vision-section .theme-container .theme-row .member-wrapper .mw-content .link a.read-more {
    height: 22px;
    gap: 4px;
    transition: .3s;
}

.page-about .vision-section .theme-container .theme-row .member-wrapper .mw-content .link a.read-more:hover {
    color: var(--primary-color);
    gap: 10px;
}

.page-about .industries-section>.theme-container>.theme-row .f-type .panel {
    max-width: 50%;
    width: 50%;
    gap: 15px;
}

/* Page careers */
.page-careers .services-section {
    padding-top: 88px;
}

.page-careers .services-sections .sr-content .counter-wrapper {
    margin-top: auto;
}

.page-careers .services-sections .sr-content h3 {
    margin-bottom: 8px;
}

.page-careers .video-section .video-wrapper {
    border: 15px solid;
    border-image: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%) 1;
    border-image-slice: 1;
}

/* Lifeat section */
.page-careers .lifeat-section .lat-col-1 .p18 {
    margin: 16px 0 28px;
}

.page-careers .lifeat-section .lat-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
}

.page-careers .lifeat-section .lat-col-1 img {
    margin-top: auto;
}

.page-careers .lifeat-section .lat-col-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.page-service .service-banner .theme-container .sr-content p:first-of-type {
    margin-top: 10px;
    margin-bottom: 22px;
}

.page-careers .employee-section .theme-container .empslider .swiper-slide .emp-content .favbg {
    background: url('../images/favicon-light.svg') no-repeat center / contain;
    padding: 20px 0 50px;
    color: var(--dark-color);
}

.page-careers .employee-section .theme-container .empslider .swiper-slide .emp-content .emp-info .p16 {
    color: #595959;
    font-weight: var(--fw-800);
}

.page-careers .employee-section .theme-container .empslider .swiper-button-next,
.page-careers .employee-section .theme-container .empslider .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 52px;
    height: 52px;
}

.page-careers .employee-section .theme-container .empslider .swiper-button-prev {
    right: 70px;
}

/* .page-careers .employee-section .theme-container .empslider .swiper-button-prev::before {
    position: absolute;
    right: -80px;
    bottom: 0;
    content: '';
    background-color: var(--light-color);
    width: 141px;
    height: 60px;
    z-index: -1;
} */
.page-careers .employee-section .theme-container .empslider .swiper-button-next img,
.page-careers .employee-section .theme-container .empslider .swiper-button-prev img {
    width: 100%;
}

.page-careers .employee-section .theme-container .empslider .swiper-button-next:after,
.page-careers .employee-section .theme-container .empslider .swiper-button-prev:after {
    display: none;
}

/* ===== Page-White Paper ===== */
/* white-banner */
.white-banner .section-title .tagline {
    color: #A3238E;
    margin: 0 0 5px 0;
}

/* Form Start */
.white-banner .downloadform {
    margin-top: 16px;
}

.white-banner .downloadform .section-title h4 {
    color: #A3238E;
}

.white-banner .downloadform .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px 30px;
    margin-top: 16px;
    max-width: 480px;
}

.white-banner .downloadform .contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: space-between;
}

.white-banner .downloadform .contact-form .form-group {
    max-width: 100%;
    width: 100%;
}

.white-banner .downloadform .contact-form .full-width {
    max-width: 100%;
    width: 100%;
}

.white-banner .downloadform .contact-form input,
.white-banner .downloadform .contact-form select,
.white-banner .downloadform .contact-form textarea {
    margin: 0;
    border-radius: 0;
    margin-top: 6px;
}

/* Form End */
.white-banner .item-wrapper .in-item {
    position: relative;
    width: 100%;
}

.white-banner .item-wrapper .in-item .in-img {
    aspect-ratio: 1 / 1.16;
    object-fit: cover;
    object-position: center;
}

.white-banner .item-wrapper .in-item .in-content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    padding: 35px;
}

.white-banner .item-wrapper .in-item .in-content h4 {
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.white-banner .item-wrapper .in-item .in-content h3 {
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0;
}

/* white paper slider */
.trending-slider {
    padding-left: 0;
    padding-right: 0;
}

.trending-slider .theme-container .section-title {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.trending-slider .theme-container .in-content p,
.trending-slider .theme-container .in-content h6 {
    color: #FFFFFF;
}

.trending-slider .theme-container .in-content h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.trending-slider .swiper-slide {
    box-sizing: border-box;
}

.trending-slider .in-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.trending-slider .in-img {
    width: 100%;
    aspect-ratio: 1 / 1.16;
    object-fit: cover;
    display: block;
}

.trending-slider .in-content {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.trending-slider .trending-navigator {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
}

.trending-slider .trending-navigator .swiper-button-prev,
.trending-slider .trending-navigator .swiper-button-next {
    position: static;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
}

.trending-slider .trending-navigator img {
    width: 100%;
    height: auto;
}

.trending-slider .trending-navigator .swiper-button-prev:after,
.trending-slider .trending-navigator .swiper-button-next:after {
    display: none;
}

/* ===== Page Blog ===== */
.single .single-entry img {
    margin: 0 0 34px 0;
}

.single .single-entry h1,
.single .single-entry h2,
.single .single-entry h3,
.single .single-entry h4,
.single .single-entry h5,
.single .single-entry h6 {
    margin: 0 0 20px 0;
}

.single .single-entry h6 {
    font-size: 18px;
    font-weight: 800;
}

.single .single-entry p {
    font-size: 16px;
    margin: 0 0 20px 0;
}

.single .single-entry p span.tag {
    margin: 0 5px;
}

.single .single-entry ul {
    padding-left: 20px;
    margin: 0 0 20px 0;
}

.single .single-entry ul li {
    list-style-type: disc;
    margin: 0 0 10px 0;
}

.single .single-entry a {
    color: #a3238e;
    transition: all 0.4s;
}

.single .single-entry a:hover {
    text-decoration: underline;
}

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

.single .single-entry .howit .how-inner h5 {
    color: #ffffff;
    margin: 0 0 8px 0;
}

.single .single-entry .howit .how-inner p {
    color: #ffffff;
}

.single .single-entry .howit .how-inner .light-btn:hover {
    background: #d091c6 !important;
}

/* ===== Our Leadership team page ===== */
/* Hero-Banner-section */
.breadcrumb-section {
    background: url("../images/our-leadership-team/Banner.png") no-repeat center / cover;
    transition: opacity 0.3s ease;
    position: relative;
}

/* Main-team-section */
.leadership-team .main-teams {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 120px;
}

.leadership-team .main-teams .profile {
    flex: 0 0 calc(33.3333% - 80px);
}

.leadership-team .main-teams .profile .profile-img {
    margin: 0 0 10px 0;
}

.leadership-team .main-teams .profile .profile-data .profile-content {
    margin: 0 0 10px 0;
}

.leadership-team .main-teams .profile .profile-data .profile-content h4 {
    margin: 0 0 10px 0;
}

.leadership-team .main-teams .profile .profile-data .profile-content h6 {
    color: #3B3B3C;
    font-weight: 600;
}

.leadership-team .main-teams .profile .profile-data .linkdin-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.leadership-team .main-teams .profile .profile-data .linkdin-link a svg {
    display: block;
}

.leadership-team .main-teams .profile .profile-data .linkdin-link .read-bio {
    display: flex;
    gap: 5px;
}

.leadership-team .main-teams .profile .profile-data .linkdin-link .read-bio:hover a {
    gap: 16px;
}

.leadership-team .main-teams .profile .profile-data .linkdin-link .read-bio:hover a p {
    color: var(--primary-color);
}

/* Team Item */
.leadership-team .teams-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px 24px;
    /* margin-top: 70px; */
}

.leadership-team .teams-items .team-item {
    flex: 0 0 calc(33.3333% - 16px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.leadership-team .teams-items .team-item .sub-profile-img {
    flex: 0 0 calc(50% - 8px);
}

.leadership-team .teams-items .team-item .sub-profile-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.leadership-team .teams-items .team-item .sub-profile-data {
    flex: 0 0 calc(50% - 8px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.leadership-team .teams-items .team-item .sub-profile-data .sub-profile-content .profile-name {
    font-weight: 800;
}

.leadership-team .teams-items .team-item .sub-profile-data .sub-profile-content .sub-designation {
    font-family: 'Mont';
    font-weight: 600;
}

.leadership-team .teams-items .team-item .sub-profile-data .sub-linkdin-link .sub-read-bio {
    display: flex;
    gap: 3px;
}

.leadership-team .teams-items .team-item .sub-profile-data .sub-linkdin-link .sub-read-bio a {
    gap: 4px;
}

.leadership-team .teams-items .team-item .sub-profile-data .sub-linkdin-link .sub-read-bio:hover a {
    gap: 10px;
}

.leadership-team .teams-items .team-item .sub-profile-data .sub-linkdin-link .sub-read-bio:hover a p {
    color: var(--primary-color);
}

.header.header-section .dropdown li .sub-menu {
    display: none;
}

.header.header-section .dropdown li>.sub-menu.active {
    display: block;
    opacity: 1;
    visibility: visible;
}


/* 25-11-2025 */
/* .checkinput .wpcf7-form-control-wrap{
    position: static;
}
.checkinput .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    position: absolute;
} */
/* span.wpcf7-checkbox.wpcf7-not-valid + span.wpcf7-not-valid-tip + p.terms + input[type="submit"] {
    margin-top: 50px !important;
} */

.page-contactus .checkinput .wpcf7-form-control-wrap {
    position: static;
}

.page-contactus .wpcf7-not-valid-tip {
    margin: 0;
}

.page-contactus .checkinput .wpcf7-not-valid-tip {
    margin: 0;
    position: absolute;
}

.page-contactus .wpcf7-submit {
    margin-top: 15px !important;
}

.primary-btn.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* space between text & arrow */
}

.single-solutions .page-usecase-detail .section-wrapper.faq-section {
    border-top: 0px solid #a3238e;
}

.single-solutions .page-usecase-detail.ot-faqs .section-wrapper.faq-section {
    border-top: none;
}

/* ----------------------- */
body .service-slider .swiper-slide .slide-box {
    max-height: none;
    padding-bottom: 0;
}

body .service-slider .swiper-slide.hovering .slide-box,
body .service-slider .swiper-slide.swiper-slide-active.hovering .slide-box,
body .service-slider .swiper-slide:hover .slide-box {
    padding-bottom: 20px;
}

body .service-slider .swiper-slide .slide-box .slide-detail {
    height: 0;
    transition: height 0.6s ease-in-out, padding 0.4s ease-in-out;
}

body .service-slider .swiper-slide:hover .slide-box .slide-detail {
    height: auto;
    transition: height 0.6s ease-in-out, padding 0.4s ease-in-out;
}

body .service-slider .swiper-slide.hovering .slide-box .slide-detail,
body .service-slider .swiper-slide.swiper-slide-active.hovering .slide-box .slide-detail {
    height: auto;
    transition: height 0.6s ease-in-out, padding 0.4s ease-in-out;
}
body .service-slider .swiper-slide.swiper-slide-active.hovering .slide-box .slide-detail {
    height: auto !important;
    transition: height 0.6s ease-in-out, padding 0.4s ease-in-out;
    padding-bottom: 20px;
}

#scrolltop {
    display: inline-block;
    background-color: #a3238e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#scrolltop::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-radius: 3px;
    top: calc(50% + 4px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#scrolltop.show {
    opacity: 1;
    visibility: visible;
}

/* 01-12-2025 */
.page-about .vision-section .theme-container .theme-row .vis-col-1 svg {
    width: 75%;
}

.page-about .vision-section .theme-container .theme-row .member-wrapper .mw-content .link a.read-more,
.leadership-team .teams-items .team-item .sub-profile-data .sub-linkdin-link .sub-read-bio {
    pointer-events: none;
    cursor: default;
}