﻿.bg-white-important {
  background: white !important;
}

.text-accent {
    color: var(--accent-color);
}

.visionMission {
   padding: 100px 0;
   background-color: black;
}
.visionMission::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('/front/images/banners/visionMission.jpg');
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.3;
}
.mission-vision-list .col-md-6:nth-child(2n+1) .mission-vision-item::after {
    display: none !important;
}

/***********************************
Loader
/************************************/
/* .preloader::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('https://img.freepik.com/premium-photo/urban-architectural-landscape-lujiazui-shanghai_1417-3701.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
} */
.loading-container, .loading {
    height: 280px;
    width: 280px;
}
#loading-icon {
    max-width: 180px;
}

.partner-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.our-faq-section .accordion-header .accordion-button {
    font-size: 18px;
}
.our-faq-section .accordion-header {
    margin-bottom: 0 !important;
}
.text-clr {
    color: var(--text-color);
}

/***********************************
GLOBAL
/************************************/

body {
    background: var(--white-color);
}

:root {
    --heading-color: #141414;
}

/***********************************
HEADINGS - black variant (gradient spans unchanged)
/************************************/

.section-title h1,
.section-title h2,
.section-title h3 {
    color: var(--heading-color);
}

/* Hero: white headline on dark banner; span keeps gradient */
.hero-content .section-title h1 {
    color: var(--white-color);
}

/***********************************
CTA BUTTONS - brand blue, red curtain hover
/************************************/

/* Gradient .btn-default → solid brand blue + red curtain on hover */
.btn-default {
    background: var(--primary-color);
    background-image: none;
}

.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--accent-color);
    border-radius: 100px;
    transition: width 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover {
    background: var(--primary-color);
    background-image: none;
    background-position: unset;
    color: var(--white-color);
}

.btn-default:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

/* Highlighted variant - blue default, red curtain (replaces gradient curtain) */
.btn-default.btn-highlighted {
    background: var(--primary-color);
    color: var(--white-color);
}

.btn-default.btn-highlighted::before {
    background: url('../images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn-default.btn-highlighted::after {
    background: var(--accent-color);
    background-image: none;
}

.btn-default.btn-highlighted:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/* Hero primary CTA - white button on dark banner */
.hero-btn .btn-default.btn-highlighted {
    background: var(--white-color);
    color: var(--primary-color);
}

.hero-btn .btn-default.btn-highlighted::before {
    background: url('../images/dark-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-btn .btn-default.btn-highlighted::after {
    background: var(--accent-color);
}

.hero-btn .btn-default.btn-highlighted:hover {
    background: var(--white-color);
    color: var(--white-color);
}

/***********************************
HEADER - Light, above banner
/************************************/

header.main-header.header-light {
    margin-top: 0;
    padding: 0;
    width: 100%;
    background: var(--white-color);
}

header.main-header.header-light .header-sticky {
    background: var(--white-color);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

header.main-header.header-light .header-sticky.active {
    background: var(--white-color);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid var(--divider-color);
}

/* Nav text - near-black aligned with theme dark tones (#02070e hero base) */
.header-light .main-menu ul li a {
    color: #141414;
}

.header-light .main-menu ul li a:hover,
.header-light .main-menu ul li a:focus {
    color: var(--accent-color);
}

.header-light .main-menu ul li.submenu > a:after {
    color: #141414;
}

.header-light .main-header .container-fluid::before {
    border-bottom-color: var(--divider-color);
}

.header-light .btn-phone,
.header-light .btn-phone i {
    color: #141414;
}

.header-light .header-sticky.active .main-menu ul li a {
    color: #141414;
}

/* Desktop submenu - white panel */
.header-light .main-menu ul ul {
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    width: 260px;
}

.header-light .main-menu ul ul li a {
    color: #141414;
}

.header-light .main-menu ul ul li a:hover,
.header-light .main-menu ul ul li a:focus {
    color: var(--accent-color);
    background-color: rgba(20, 20, 20, 0.04);
}

/* Mobile menu - match light header */
.header-light .slicknav_menu {
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.header-light .slicknav_nav .slicknav_row,
.header-light .slicknav_nav li a {
    color: #141414;
}

.header-light .slicknav_nav a:hover,
.header-light .slicknav_nav a:focus,
.header-light .slicknav_nav .slicknav_row:hover {
    color: var(--accent-color);
    background-color: rgba(20, 20, 20, 0.04);
}

.header-light .slicknav_arrow:after {
    color: #141414;
}

.header-light .slicknav_open > a .slicknav_arrow:after {
    color: var(--accent-color);
}

.header-light .slicknav_btn {
    background: #141414;
}

.header-light .slicknav_menu ul ul li a {
    color: #333333;
}

@media only screen and (max-width: 991px) {
    header.main-header.header-light .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    header.main-header.header-light .navbar {
        padding: 18px 0 !important;
    }

    header.main-header.header-light .header-sticky.active .navbar {
        padding: 18px 0 !important;
    }

    .header-light .slicknav_menu {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        /* padding: 20px !important; */
    }
}

.navbar-brand img {
    max-height: 66px;
    width: auto;
    transition: max-height 0.3s ease-in-out;
}

.header-light .navbar-brand img {
    max-height: 46px;
}

.header-light .header-sticky.active .navbar-brand img {
    max-height: 34px;
}
.page-header {
    padding: 160px 0 120px;
}

/***********************************
HOMEPAGE - Hero
/************************************/
.hero {
    padding: 80px 30px 0;
    margin-top: 0 !important;
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.hero::after {
    display: none;
}

/* Eyebrow badge */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
    color: var(--white-color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 28px;
}

.hero-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-color);
    flex-shrink: 0;
    animation: heroDotPulse 2s ease-in-out infinite;
}

@keyframes heroDotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.5; transform: scale(0.7); }
}

/* H1 override for hero */
.hero-content .section-title h1 {
    font-size: clamp(36px, 4.5vw, 66px);
    font-weight: 700;
    line-height: 1.1;
    color: var(--white-color);
    margin-bottom: 24px;
}

.hero-content .section-title h1 .hero-glow-key {
    font-weight: 700;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.95),
        0 0 18px rgba(255, 255, 255, 0.7),
        0 0 36px rgb(255, 255, 255);
    animation: heroKeyGlow 2.8s ease-in-out infinite alternate;
}

.hero-content .section-title h1 .hero-glow-locker {
    font-weight: 700;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.95),
        0 0 18px rgba(255, 255, 255, 0.7),
        0 0 36px rgb(255, 255, 255);
    animation: heroKeyGlow 2.8s ease-in-out infinite alternate;
}

@keyframes heroKeyGlow {
    from {
        text-shadow:
            0 0 6px rgba(143, 212, 255, 0.75),
            0 0 14px rgba(143, 212, 255, 0.5);
    }
    to {
        text-shadow:
            0 0 12px rgba(143, 212, 255, 1),
            0 0 24px rgba(143, 212, 255, 0.8),
            0 0 42px rgba(100, 190, 255, 0.5);
    }
}

@keyframes heroLockerGlow {
    from {
        text-shadow:
            0 0 6px rgba(255, 154, 154, 0.75),
            0 0 14px rgba(255, 154, 154, 0.5);
    }
    to {
        text-shadow:
            0 0 12px rgba(255, 154, 154, 1),
            0 0 24px rgba(255, 154, 154, 0.8),
            0 0 42px rgba(255, 120, 120, 0.5);
    }
}

.hero-content .section-title p {
    font-size: 17px;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 36px;
}

/* Align row with enough vertical space */
.hero-main-row {
    min-height: calc(88vh - 80px - 160px);
    padding-bottom: 40px;
}

/* Right-side visual */
.hero-visual {
    position: relative;
    padding: 20px 0 20px 40px;
}

.hero-img-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0,0,0,0.45);
}

.hero-img-card figure {
    margin: 0;
    display: block;
    line-height: 0;
}

.hero-img-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* Small second image - bottom-left overlapping */
.hero-img-card--sm {
    position: absolute;
    bottom: -30px;
    left: -10px;
    width: 200px;
    z-index: 3;
    border: 4px solid var(--white-color);
    border-radius: 16px;
}

.hero-img-card--sm img {
    height: 155px;
    border-radius: 12px;
}

/* Floating info badges */
.hero-float-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    white-space: nowrap;
    box-shadow: 0 8px 30px rgba(0,0,0,0.18);
    z-index: 4;
}

.hero-float-badge i {
    font-size: 16px;
    color: var(--accent-color);
    flex-shrink: 0;
}

.hero-float-badge--tl {
    top: 20px;
    left: 20px;
}

.hero-float-badge--br {
    bottom: 20px;
    right: 20px;
}

/* Trust strip at bottom */
.hero .export-coaching-box {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(255,255,255,0.18);
    margin-top: 0;
}

.hero .export-coaching-step {
    width: 25%;
}

/* Responsive */
@media only screen and (max-width: 1366px) {
    .hero-img-card img { height: 360px; }
    .hero-img-card--sm { width: 170px; }
    .hero-img-card--sm img { height: 130px; }
}

@media only screen and (max-width: 991px) {
    .hero {
        padding: 60px 20px 0;
        min-height: auto;
    }
    .hero-main-row { min-height: auto; padding-bottom: 30px; }
    .hero .export-coaching-step { width: 50%; }
    .hero-content .section-title p { max-width: 100%; }
}

@media only screen and (max-width: 575px) {
    .hero .export-coaching-step { width: 100%; }
    .hero-content .section-title h1 { font-size: 34px; }
}
.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}






.export-coaching-step .icon-box i {
    font-size: 50px;
    color: #fff;
}

.potential-counter-content h3 {
    font-size: 18px;
}
.potential-counter-item .counter-circle h2 {
    font-size: 20px;
}

.teamHorizontal {
    display: flex;
    gap: 6px;
    align-items: center;
    height: auto;
    padding: 1rem;
    .team-image {
        margin-bottom: 0;
        flex: 0 0 30%;
        img {
            max-height: 420px;
        }
    }
    .team-content {flex: 1;}

    .team-social-icon ul {
        padding: 10px 10px;
    }
    .team-social-icon ul li {
        margin-right: 8px;
    }
    .team-social-icon ul li a {
        height: 22px;
        width: 22px;
    }
    .team-social-icon ul li a i {
        color: inherit;
        font-size: 8px;
    }
    .designation {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        color: var(--white-color);
        background: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
        border-radius: 100px;
        padding: 5px 14px;
        margin-bottom: 10px;
    }
    .team-content {
        padding-inline: 14px;
    }
}
.pricing-box-list .pricing-box:nth-child(2) .team-member-item {
    flex-direction: row-reverse;
}
.socialIcon li a {
    border: 1px solid;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 42px;
    border-radius: 40px;
    text-align: center;
    transition: all 0.3s;
}
.socialIcon li a:hover {
    transform: scale(1.1);
    color: #fff;
}

.team-member-item.teamHorizontal:hover .team-social-icon {
    bottom: 0;
    transform: translateY(0);
}


.our-partners .company-logo {
    padding: 20px;

    img {
    width: auto;
    max-width: 100%;
    height: 100px;
    }

}
.expertise-image img {
    height: 75px;
    object-fit: cover;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.loader {
      position: relative;
      width: 120px;
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .wave {
      position: absolute;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.15);
      animation: wave 2.5s linear infinite;
    }

    .wave:nth-child(1) { animation-delay: 0s; }
    .wave:nth-child(2) { animation-delay: 0.8s; }
    .wave:nth-child(3) { animation-delay: 1.6s; }

    @keyframes wave {
      0% {
        transform: scale(0.6);
        opacity: 0.7;
      }
      100% {
        transform: scale(1.9);
        opacity: 0;
      }
    }
    .loader img {
      width: auto;
      height: 70px;
      z-index: 2;
    }

#social-share {
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 9999;
}
#social-share a img {
    height: 50px;
    transition: all 0.3s;
}


/***********************************
CONTACT
/************************************/

.contact-us-form form {
    .form-control {
        border-width: 1px;
        padding: 12px;
    }

    .form-control::placeholder {
        color: rgb(143, 143, 143);
    }

    label {
        font-weight: 500;
        color: var(--primary-color);
    }
}

@media only screen and (max-width: 768px) {
    .expertise-item {
        flex-basis: 100%;
        text-align: left;
    }
    .expertise-image img {
        height: 75px;
        max-width: 75px !important;
    }
    .teamHorizontal {
        flex-direction: column !important;
    }
    .our-partners .company-logo {
        img {
            width: auto;
            height: auto;
        }
    }
}

@media only screen and (max-width: 1366px) {
    .export-coaching-step {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .export-coaching-step {
        padding-top: 80px;
    }
}

/***********************************
WHY MECLIX - light background
/************************************/

/* Strip the dark bg the theme applies to .company-experience */
.why-meclix-light {
    background-color: var(--white-color);
    background-image: none;
}

/* Override theme's white-on-dark text back to dark */
.why-meclix-light .company-experience-content .section-title h3,
.why-meclix-light .company-experience-content .section-title h2 {
    color: var(--heading-color);
}

.why-meclix-light .company-experience-content .section-title p {
    color: var(--text-color);
}

.why-meclix-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-left: 30px;
}

.why-meclix-item {
    background: #f7f8fa;
    border: 1px solid var(--divider-color);
    border-radius: 16px;
    padding: 32px 28px;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.why-meclix-item:hover {
    background: var(--white-color);
    border-color: var(--accent-color);
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
}

.why-meclix-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background-image: linear-gradient(135deg, var(--dark-color) 0%, var(--accent-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-meclix-icon i {
    font-size: 22px;
    color: var(--white-color);
}

.why-meclix-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 10px;
    text-transform: none;
}

.why-meclix-content p {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.65;
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .why-meclix-grid { margin-left: 0; }
}

@media only screen and (max-width: 767px) {
    .why-meclix-grid { grid-template-columns: 1fr; margin-top: 30px; }
}

/***********************************
OUR PRODUCTS - alternating showcase
/************************************/

.our-products-showcase {
    background: var(--white-color);
    padding-top: 100px;
}

.our-products-showcase .section-row {
    margin-bottom: 60px;
}

.our-products-showcase .section-btn {
    text-align: right;
    padding-bottom: 8px;
}

/* Each product row */
.product-feature-row {
    padding: 80px 0;
    border-top: 1px solid var(--divider-color);
}

.product-feature-row--alt {
    background: #f7f8fa;
}

/* Image */
.product-feature-image {
    padding-right: 30px;
}

.product-feature-row--alt .product-feature-image {
    padding-right: 0;
    padding-left: 30px;
}

.product-feature-image figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.product-feature-image img {
    width: 100%;
    aspect-ratio: 4 / 2.5;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.6s ease-in-out;
}

.product-feature-image:hover img {
    transform: scale(1.04);
}

/* Content */
.product-feature-content {
    padding-left: 20px;
}

.product-feature-row--alt .product-feature-content {
    padding-left: 0;
    padding-right: 20px;
}

/* Category badge pill */
.product-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 100px;
    border: 1px solid var(--divider-color);
    background-image: linear-gradient(267deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
}

.product-badge--accent {
    border-color: var(--accent-color);
}

/* Product name */
.product-feature-content h2 {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 16px;
    line-height: 1.15;
}

/* Description */
.product-feature-content > p {
    color: var(--text-color);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 520px;
}

/* Feature bullet list */
.product-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.product-feature-list li {
    position: relative;
    width: calc(50% - 10px);
    padding-left: 22px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.product-feature-list li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 14px;
    background: linear-gradient(267deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
    .product-feature-image { padding-right: 10px; }
    .product-feature-row--alt .product-feature-image { padding-left: 10px; }
    .product-feature-content { padding-left: 10px; }
    .product-feature-row--alt .product-feature-content { padding-right: 10px; }
}

@media only screen and (max-width: 991px) {
    .product-feature-image,
    .product-feature-row--alt .product-feature-image {
        padding: 0;
        margin-bottom: 36px;
    }
    .product-feature-content,
    .product-feature-row--alt .product-feature-content {
        padding: 0;
    }
    .product-feature-list li { width: 100%; }
    .our-products-showcase .section-btn { text-align: left; margin-top: 20px; }
}

/***********************************
INDUSTRIES WE SERVE
/************************************/

.industries-section {
    background: #f7f8fa;
    padding: 100px 0 0;
}

.industries-section .section-title {
    margin-bottom: 50px;
}

.industries-slider .swiper {
    overflow: visible;
}

.industries-slider .swiper-slide {
    height: auto;
}

.industries-slider .industry-card {
    height: 100%;
}

.industry-card {
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.industry-card:hover {
    border-color: var(--accent-color);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.industry-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
    background-size: 200% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-position 0.4s ease-in-out;
}

.industry-card:hover .industry-icon {
    background-position: right center;
}

.industry-icon i {
    font-size: 26px;
    color: var(--white-color);
}

.industry-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0;
    line-height: 1.4;
    text-transform: none;
}

.industries-ticker {
    margin-top: 70px;
    padding-bottom: 100px;
}

.industries-ticker .scrolling-content {
    animation: scroll 50s linear infinite;
}

.industries-ticker .scrolling-content span {
    font-weight: 600;
    /* color: var(--primary-color); */
    white-space: nowrap;
}

@media only screen and (min-width: 992px) {
    .industries-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        transform: none !important;
    }

    .industries-slider .swiper-slide {
        width: auto !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 1200px) {
    .industries-slider .swiper-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}

/***********************************
PAGE CTA
/************************************/

.intro-video.page-cta {
    padding: 120px 0;
    background-image: url('../images/cta-banner.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.intro-video.page-cta::before {
    background: linear-gradient(
        135deg,
        rgba(5, 69, 162, 0.9) 0%,
        rgba(5, 69, 162, 0.78) 45%,
        rgba(2, 7, 14, 0.88) 100%
    );
}

.intro-video.page-cta .section-title h2 {
    color: var(--white-color);
}

.intro-video.page-cta .section-title p {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 20px;
    max-width: 560px;
}

.page-cta-btn {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .page-cta-btn {
        text-align: left;
        margin-top: 30px;
    }
}

/***********************************
BLOG - 3-column cards
/************************************/

.meclix-blog .section-title {
    margin-bottom: 50px;
}

.meclix-blog .post-item {
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.meclix-blog .post-featured-image {
    margin-bottom: 24px;
}

.meclix-blog .post-item-content h2 {
    font-size: 20px;
    color: var(--heading-color);
}

.meclix-blog .post-item-content p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.meclix-blog .blog-readmore {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .industries-section .container {
        overflow: hidden;
    }

    .industries-slider {
        margin-right: calc(-1 * var(--bs-gutter-x, 0.75rem));
        padding-right: calc(var(--bs-gutter-x, 0.75rem) * 0.5);
    }

    .industries-slider .swiper {
        overflow: hidden;
        padding-bottom: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .industry-card {
        padding: 22px 14px;
    }

    .industry-card h3 {
        font-size: 13px;
    }
}
/***********************************
HOW WE WORK - Meclix custom layout
/************************************/

.meclix-how-we-work {
    background: var(--white-color);
}

.meclix-how-content .section-title {
    margin-bottom: 30px;
}

.meclix-experience-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 28px;
}

.meclix-experience-badge {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--dark-color) 100%);
    border-radius: 12px;
    padding: 24px 20px;
    min-width: 120px;
}

.meclix-experience-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: var(--white-color);
}

.meclix-experience-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 8px;
}

.meclix-experience-row p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-color);
}

.meclix-how-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.meclix-how-link a:hover {
    color: var(--accent-color);
}

.meclix-how-link a i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.meclix-how-link a:hover i {
    transform: translateX(4px);
}

.meclix-skillbar {
    margin-left: 20px;
}

.meclix-skillbar .skillbar .skill-data {
    margin-bottom: 14px;
}

.meclix-skillbar .skillbar .skill-data .skill-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
}

.meclix-skillbar .skillbar .skill-progress {
    height: 8px;
    background: #e8ecf2;
    border-radius: 99px;
    overflow: visible;
}

.meclix-skillbar .skillbar .skill-progress .count-bar {
    background: var(--primary-color);
    border-radius: 99px;
}

.meclix-skillbar .skill-percent-label {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--heading-color);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    line-height: 1.2;
    white-space: nowrap;
}

@media only screen and (max-width: 991px) {
    .meclix-skillbar {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .meclix-experience-row {
        flex-direction: column;
        align-items: stretch;
    }

    .meclix-experience-badge {
        min-width: 0;
        width: 100%;
        max-width: 160px;
    }
}

.our-faq-section .accordion-item .accordion-body{
    background: #ffffff;

}

.our-faq-section .accordion-item .accordion-body p{
    color: #000;
}
