html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --primary-blue: #1E4DB7;
    --dark-blue: #0F2E63;
    --light-blue: #F4F8FF;
    --accent-red: #E10600;
    --accent-red-dark: #C00500;
    --text-dark: #111827;
    --text-muted: #6B7280;
    --border-light: #E5EAF0;
}


body {
    font-family: 'Inter', sans-serif;
    background: #f4f6f9;
    color: var(--text-dark);
}

.btn {
    transition: all 0.25s ease;
}

.why-eyebrow,
.brands-eyebrow,
.specialization-eyebrow,
.associate-eyebrow,
.section-label {
    color: #e31e18;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.why-eyebrow span,
.brands-eyebrow span,
.specialization-eyebrow span,
.associate-eyebrow span {
    background: #e31e18;
}
.elite-pillar,
.brand-card,
.specialization-card,
.associate-card {
    transition: transform .3s ease,
                box-shadow .3s ease,
                border-color .3s ease;
}

.elite-pillar:hover,
.brand-card:hover,
.specialization-card:hover,
.associate-card:hover {
    border-color: rgba(227, 30, 24, 0.28);
    box-shadow: 0 18px 45px rgba(227, 30, 24, 0.08);
}

.pillar-line,
.specialization-hover-line,
.associate-bottom-line {
    background: linear-gradient(
        90deg,
        #e31e18,
        rgba(227, 30, 24, 0.15)
    );
}






.hero-modern {
height: 100vh;
background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
url('../images/hero.jpg') center/cover no-repeat;
}

.glass-box {
background: rgba(255,255,255,0.1);
backdrop-filter: blur(10px);
border-radius: 20px;
}

.card {
transition: 0.3s;
}

.card:hover {
transform: translateY(-8px);
}
.navbar {
padding: 15px 0;
}

.nav-link {
    font-weight: 500;
    color: var(--text-dark) !important;
    transition: 0.3s ease;
}

.nav-link:hover {
    color: var(--accent-red) !important;
}

.btn-primary {
background: #E10600;
border: none;
}

.btn-primary:hover {
background: #c30000;
}
.btn-outline-primary {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
}

.btn-outline-primary:hover {
    background: var(--primary-blue);
    color: #fff;
}


.about-section {
background: #f8f9fa;
}

.about-section h2 {
color: #111;
}

.about-section p {
color: #555;
font-size: 16px;
line-height: 1.8;
}

.stats-section {
background: linear-gradient(135deg, #111, #1c1c1c);
}

.stat-card {
background: rgba(255,255,255,0.05);
border-radius: 20px;
transition: 0.3s;
}

.stat-card:hover {
transform: translateY(-10px);
background: rgba(255,255,255,0.1);
}

.stat-card h2 {
font-size: 48px;
font-weight: bold;
color: #E10600;
}

.categories-section {
background: #f9f9f9;
}

.category-card {
position: relative;
display: block;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.4s ease;
background: #fff;
}

.category-card::after {
content: "";
position: absolute;
inset: 0;
border-radius: 20px;
background: linear-gradient(45deg, transparent, rgba(225,6,0,0.15));
opacity: 0;
transition: 0.4s;
}

.category-card:hover::after {
opacity: 1;
}

.category-card:hover {
transform: translateY(-12px);
box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

.category-image img {
width: 100%;
height: 260px;
object-fit: cover;
transition: transform 0.5s ease;
}

.category-card:hover img {
transform: scale(1.08);
}

.category-overlay {
position: absolute;
bottom: 0;
width: 100%;
background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
color: #fff;
padding: 25px 15px;
text-align: center;
transition: 0.3s;
}

.category-overlay h5 {
margin: 0;
font-weight: 600;
letter-spacing: 0.5px;
}

.category-hero {
height: 300px;
background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
url('assets/images/hero.jpg') center/cover no-repeat;
}

.product-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.product-card img {
height: 200px;
object-fit: cover;
width: 100%;
}

.product-body {
padding: 15px;
}

.carousel img {
height: 450px;
object-fit: cover;
}

.product-main-img {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.product-description p {
    font-size: 15px;
    line-height: 1.7;
}

.product-description ul {
    padding-left: 18px;
}
.product-image-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.product-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.product-thumb:hover {
    border-color: var(--accent-red);
    transform: scale(1.05);
}
.product-description {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.product-description h3,
.product-description h4 {
    margin-top: 25px;
    font-weight: 600;
}

.product-description ul {
    padding-left: 20px;
}

.product-description li {
    margin-bottom: 8px;
}
.main-product-image img {
    max-height: 420px;
    object-fit: contain;
    width: 100%;
}
.product-top-section {
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    margin-bottom: 60px;
}
.product-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.related-section {
    background: #f7f9fc;
    border-radius: 20px;
    padding: 60px 40px;
    margin-bottom: 60px;
}



.btn-danger {
    border-radius: 10px;
}


.modal-content {
    border-radius: 20px;
}

.modal-body h3 {
    font-size: 28px;
}

.form-control {
    border: 1px solid #e1e5ea;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-blue);
}

.btn-success {
    background: #25D366;
    border: none;
    border-radius: 10px;
}

.btn-success:hover {
    background: #1ebe5d;
}
.nav-tabs .nav-link {
    font-weight: 600;
    color: #333;
}

.nav-tabs .nav-link.active {
    color: var(--accent-red);
    border-bottom: 3px solid #dc3545;
}
/* Gallery Wrapper */
.product-gallery {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

/* Main Image */
.main-image-container {
    text-align: center;
}

.main-product-image {
    max-height: 420px;
    width: 100%;
    object-fit: contain;
    transition: opacity 0.2s ease;
}

/* Thumbnail Strip */
.thumbnail-strip {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.thumb-image {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.thumb-image:hover {
    transform: scale(1.05);
}

.active-thumb {
    border-color: var(--accent-red);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
/* Related Section Background */
.related-section {
    background: #f4f7fb;
    padding: 70px 40px;
    border-radius: 25px;
    margin-top: 60px;
}

/* Card */
.related-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    height: 100%;
}

.related-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Image Zoom */
.related-image-wrapper {
    overflow: hidden;
}

.related-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 15px;
    transition: transform 0.4s ease;
}

.related-card:hover .related-image {
    transform: scale(1.08);
}

/* Title */
.related-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 45px;
}

/* Link */
.related-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-red);
    text-decoration: none;
}

.related-link:hover {
    text-decoration: underline;
}
.trust-section {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    margin-top: 70px;
}

.trust-item i {
    font-size: 36px;
    color: var(--accent-red);
    margin-bottom: 15px;
}

.trust-item h6 {
    font-weight: 700;
    margin-bottom: 5px;
}

.trust-item p {
    font-size: 14px;
    color: #666;
}

.category-hero-section {
    background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
    color: #fff;
    border-radius: 0 0 40px 40px;
    padding: 80px 0;	
}

.category-title {
    font-size: 40px;
    font-weight: 700;
}

.category-subtitle {
    font-size: 16px;
    opacity: 0.9;
}
.category-product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    height: 100%;
}

.category-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.category-image-wrapper {
    overflow: hidden;
    background: #fff;
}

.category-product-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.4s ease;
}

.category-product-card:hover .category-product-image {
    transform: scale(1.08);
}

.category-product-title {
    font-size: 15px;
    font-weight: 600;
    min-height: 45px;
    margin-bottom: 10px;
}

.category-product-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-red);
    text-decoration: none;
}

.category-product-link:hover {
    text-decoration: underline;
}
.category-products-section {
    background: #f4f7fb;
    border-radius: 30px;
    padding: 60px 40px;
    margin-top: -40px;
}
.category-toolbar {
    background: #f4f7fb;
    padding: 15px 25px;
    border-radius: 15px;
}

.category-search input {
    width: 380px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.toggle-btn {
    background: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    cursor: pointer;
}

.toggle-btn.active {
    background: #dc3545;
    color: #fff;
}
/* LIST VIEW MODE */
#productContainer.list-view .product-item {
    flex: 0 0 100%;
    max-width: 100%;
}

#productContainer.list-view .category-product-card {
    display: flex;
    align-items: center;
    padding: 20px;
}

#productContainer.list-view .category-image-wrapper {
    width: 120px;
    flex-shrink: 0;
}

#productContainer.list-view .category-product-image {
    height: 90px;
    object-fit: contain;
    padding: 5px;
}

#productContainer.list-view .category-body {
    text-align: left !important;
    padding-left: 25px;
    flex: 1;
}

#productContainer.list-view .category-product-title {
    font-size: 18px;
    margin-bottom: 8px;
}

#productContainer.list-view .category-product-link {
    margin-top: 8px;
    display: inline-block;
}
.category-product-desc {
    display: none;
    color: #666;
    font-size: 14px;
}

#productContainer.list-view .category-product-desc {
    display: block;
}



/* homepage css  */

.justify {
  text-align: justify;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 11px 18px;
    margin-bottom: 24px;

    background: linear-gradient(
        135deg,
        rgba(231, 31, 24, 0.10),
        rgba(231, 31, 24, 0.04)
    );

    border: 1px solid rgba(231, 31, 24, 0.22);
    border-radius: 8px;

    color: #d91e18;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;

    box-shadow:
        0 8px 24px rgba(231, 31, 24, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.8);
}

.hero-badge i {
    width: 28px;
    height: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #e31e18;
    color: #fff;

    border-radius: 6px;
    font-size: 13px;

    box-shadow: 0 5px 12px rgba(227, 30, 24, 0.25);
}


.hero-badge {
    display: inline-block;
    padding: 6px 15px;
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 20px;
}

.hero-heading {
    font-size: 52px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.hero-image {
    max-height: 480px;
}
.category-advanced {
    background: #f9fbff;
}
section {
    position: relative;
}

section:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, transparent, #eee, transparent);
}
.section-header h2 {
    font-size: 36px;
    font-weight: 700;
}

.section-header p {
    color: #666;
}

.category-advanced-card {
    display: block;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 20px;
    text-decoration: none;
    color: #111;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.category-advanced-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 18px;
     background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    transition: 0.4s;
}

.category-advanced-card:hover .icon-wrapper {
    transform: rotate(-8deg) scale(1.1);
}

.category-advanced-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.category-short {
    font-size: 14px;
    color: #666;
    min-height: 50px;
}

.read-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #1976d2;
}
.cta-premium {
background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
    color: #fff;
    padding: 100px 0;
}

.trust-strip {
    background: #ffffff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.trust-strip h4 {
    font-weight: 700;
}

.certifications-section {
    background: #f8fbff;
}

.certificate-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.certificate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}











@keyframes beamMove {
    from { transform: translateX(-5%) translateY(-5%); }
    to { transform: translateX(5%) translateY(5%); }
}



.fade-word {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards;
}

.fade-word:nth-child(1) { animation-delay: 0.2s; }
.fade-word:nth-child(2) { animation-delay: 0.4s; }
.fade-word:nth-child(3) { animation-delay: 0.6s; }
.fade-word:nth-child(4) { animation-delay: 0.8s; }
.fade-word:nth-child(5) { animation-delay: 1s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.certificate-card-advanced {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: 0.35s ease;
    height: 100%;
}

.certificate-card-advanced:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.certificate-thumb {
    background: #f4f8ff;
    padding: 25px;
    text-align: center;
}

.certificate-thumb img {
    max-height: 200px;
    object-fit: contain;
}

.certificate-info {
    padding: 25px;
}

.certificate-info h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.certificate-info p {
    font-size: 14px;
    color: #6B7280;
}

.certificate-modal {
    border-radius: 20px;
}

.pdf-icon-box {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f8ff;
    font-size: 60px;
    color: var(--accent-red);
}



.navbar-premium .nav-link {
    font-weight: 500;
    color: var(--text-dark);
    margin: 0 12px;
    position: relative;
}

.navbar-premium .nav-link:hover {
    color: var(--accent-red);
}

/* Hover underline animation */
.navbar-premium .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--accent-red);
    bottom: -6px;
    left: 0;
    transition: 0.3s ease;
}

.navbar-premium .nav-link:hover::after {
    width: 100%;
}

/* Dropdown */
.dropdown-mega {
    border-radius: 15px;
    padding: 15px;
    border: none;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.dropdown-item:hover {
    background: var(--light-blue);
}

/* Icons */
.nav-icon-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    color: var(--text-dark);
    transition: 0.3s;
}

.nav-icon-btn:hover {
    color: var(--accent-red);
}

.search-wrapper {
    width: 280px;
}

.search-dropdown {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    max-height: 350px;
    overflow-y: auto;
    display: none;
    z-index: 999;
}

.search-item {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.search-item:hover {
    background: #f4f8ff;
}
.search-input {
    border-radius: 50px;
    padding: 8px 18px;
    border: 1px solid #e5e5e5;
}

.search-input:focus {
    border-color: #E10600;
    box-shadow: 0 0 0 0.2rem rgba(225,6,0,0.1);
}

/* HERO BASE */


/* Animated Gradient Background */


@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ECG Line */
.tech-lines {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    z-index: 1;
}

.ecg-line {
    fill: none;
    stroke: #1E4DB7;
    stroke-width: 3;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drawLine 6s linear infinite;
}

@keyframes drawLine {
    to { stroke-dashoffset: 0; }
}

/* Hero Content */
/* SECTION BASE */

/* Soft Moving Background */


@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* LEFT SIDE */


.hero-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(30,77,183,0.1);
    color: #1E4DB7;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 25px;
}



.hero-subtext{

    max-width:620px;

    font-size:21px;

    line-height:1.65;

    color:#667085;

}


.hero-buttons {
    animation: fadeUp 1.2s ease forwards;
}

/* RIGHT SIDE */


/* Floating Device Effect */


@keyframes floatDevice {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Light Glow Layer */


@keyframes floatGlow {
    from { transform: translateX(-5%) translateY(-5%); }
    to { transform: translateX(5%) translateY(5%); }
}

/* Fade Animation */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}
.navbar-brand img {
    height: 58px;   /* increase from 40 */
    transition: 0.3s ease;
}




.footer-premium {
background: #0f172a;
    color: #cbd5e1;
    padding: 90px 0 40px;
    position: relative;
}
.footer-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, transparent, #E10600, transparent);
}

.footer-logo {
    height: 48px;
}

.footer-text {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent-red);
}

.footer-contact {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

.footer-social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    color: #fff;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #E10600;
    transform: translateY(-4px);
}

.footer-divider {
    margin: 40px 0 20px;
    border-color: rgba(255,255,255,0.1);
}

.footer-bottom {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

.footer-bottom a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.footer-bottom a:hover {
    color: var(--accent-red);
}
.global-section {
    padding: 120px 0;
    background: linear-gradient(135deg,#f8fbff,#ffffff);
}

.section-title {
    font-size: 40px;
    font-weight: 800;
}

.section-subtitle {
    color: #666;
}

.why-luxury {
    padding: 120px 0;
    background: #ffffff;
}

.why-header h2 {
    font-size: 40px;
    font-weight: 800;
}

.why-header p {
    color: #666;
    font-size: 16px;
}

.pillar {
    padding: 40px;
    border-radius: 20px;
    background: #f9fbff;
    transition: 0.3s ease;
    height: 100%;
}

.pillar:hover {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transform: translateY(-6px);
}

.pillar-number {
    font-size: 48px;
    font-weight: 800;
    color: rgba(225,6,0,0.15);
    display: block;
    margin-bottom: 15px;
}

.pillar h5 {
    font-weight: 700;
    margin-bottom: 12px;
}

.pillar p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.brands-clean {
    padding: 120px 0;
    background: #ffffff;
}

.brands-title {
    font-size: 40px;
    font-weight: 800;
}

.brands-subtitle {
    max-width: 750px;
    margin: auto;
    color: #666;
}

.brands-grid {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 40px;
}

.brands-grid span {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
    position: relative;
}

.brands-grid span::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #E10600;
    transition: 0.3s ease;
}

.brands-grid span:hover {
    color: #111;
}

.brands-grid span:hover::after {
    width: 100%;
}

.contact-form-wrapper {
    background: #ffffff;
    border-radius: 30px;
    padding: 50px;
    box-shadow:
        0 25px 60px rgba(0,0,0,0.06),
        0 5px 20px rgba(30,77,183,0.05);
    border: 1px solid rgba(0,0,0,0.03);
}

.contact-form-wrapper .form-control,
.contact-form-wrapper select {
    height: 50px;
    border-radius: 14px;
    border: 1px solid #e5eaf0;
    padding: 0 15px;
    background: #ffffff;
    transition: 0.3s ease;
}

.contact-form-wrapper textarea {
    border-radius: 14px;
    border: 1px solid #e5eaf0;
    padding: 15px;
    background: #ffffff;
    resize: none;
}

.contact-form-wrapper .form-control:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 4px rgba(30,77,183,0.08);
}
.section-spacing {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.contact-form-wrapper .btn-success {
    display: flex;
    align-items: center;
    gap: 6px;
}
.contact-card {
    background: linear-gradient(145deg, #ffffff, #f3f7ff);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.04),
        0 4px 12px rgba(30,77,183,0.05);
    transition: all 0.35s ease;
    border: 1px solid rgba(0,0,0,0.03);
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 30px 60px rgba(0,0,0,0.08),
        0 8px 20px rgba(30,77,183,0.08);
}

.contact-card h6 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.contact-card i {
    font-size: 18px;
}

.map-wrapper iframe {
    border-radius: 20px;
}
.contact-highlight {
    background: linear-gradient(135deg, #f4f8ff, #ffffff);
    border: 1px solid #e5eaf0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.contact-highlight ul {
    padding-left: 18px;
    font-size: 14px;
    color: #555;
}


/* ABOUT PAGE */

.about-hero {
    padding: 160px 0;
    background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
    color: #fff;
}

.about-hero h1 {
    font-size: 48px;
    font-weight: 800;
}

.about-hero p {
    opacity: 0.9;
}

.mv-card {
    background: #f8fbff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.manufacturing-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.manufacturing-box:hover {
    transform: translateY(-8px);
}

.trust-pill {
    background: #f4f8ff;
    padding: 25px;
    border-radius: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.trust-pill:hover {
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
}

/* LEGAL PAGES */

.legal-hero {
    padding: 140px 0;
    background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
    color: #fff;
}

.legal-content h3 {
    margin-top: 35px;
    font-weight: 700;
}

.legal-content p,
.legal-content ul {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.product-loader {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

#productContainer {
    transition: opacity 0.3s ease;
}

.product-count {
    font-weight: 600;
    color: #555;
}
.language-dropdown-box {
    position: absolute;
    top: 45px;
    right: 0;
    width: 280px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    display: none;
    padding: 15px;
    z-index: 9999;
}

.language-dropdown-box.active {
    display: block;
}


.language-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.2s ease;
}

.language-item:hover {
    background: #f4f8ff;
}

.language-item img {
    width: 22px;
}


.language-list {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Custom scrollbar */
.language-list::-webkit-scrollbar {
    width: 6px;
}

.language-list::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}
/* Hide Google top banner */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/* LANGUAGE BUTTON */
.language-trigger {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5eaf0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 18px;
    color: var(--text-dark);
}

.language-trigger:hover {
    background: #f4f8ff;
    border-color: var(--primary-blue);
    color: var(--primary-blue);
}

/* Align inside navbar */
.navbar-premium .d-flex {
    align-items: center;
}

body {
    top: 0px !important;
}

/* Hide tooltip */
.goog-tooltip {
    display: none !important;
}

/* Hide Google logo & branding */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

/* Hide default dropdown */
.goog-te-gadget {
    font-size: 0px !important;
}

@media (max-width: 992px) {

    .search-wrapper {
        width: 100%;
        margin: 15px 0;
    }

    .language-wrapper {
        margin-right: 10px;
    }

    .navbar-premium .btn-primary {
        width: 100%;
        margin-top: 10px;
    }

}

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 768px) {

    .language-dropdown-box {
        width: 100%;
        right: 0;
        left: 0;
    }

}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Pagination Base */
.custom-pagination-wrapper {
    margin-top: 50px;
}

.pagination .page-link {
    color: var(--accent-red);
    border-radius: 12px; /* modern rounded square */
    border: 1px solid #eee;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.pagination .page-link:hover {
    background: #f4f8ff;
}






.pagination {
    flex-wrap: wrap;
    gap: 6px;
}

/* Button Style */
.pagination .page-link {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid #eee;
    transition: 0.3s ease;
}

/* Active */
.pagination .page-item.active .page-link {
    background: var(--accent-red);
    border-color: var(--accent-red);
    color: #fff;
}

/* Hover */
.pagination .page-link:hover {
    background: #f4f8ff;
}

/* Mobile Optimization */
@media (max-width: 576px) {

    .pagination {
        justify-content: center;
    }

    .pagination .page-link {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
    }

}


/* GLOBAL OFFICE SECTION */

.global-office-section {
    background: #ffffff;
    padding: 100px 0;
}

/* HEADING */

.office-mini-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #0B5ED7;
    display: inline-block;
    margin-bottom: 15px;
}

.office-main-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}
.office-line {
    width: 70px;
    height: 5px;
    background: #0B5ED7;
    border-radius: 30px;
    margin: auto;
}

/* CARD */

.office-card {
    background: #ffffff;
    border-radius: 35px;
    padding: 45px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.06),
        0 4px 15px rgba(0,0,0,0.03);

    border: 1px solid #eef2f7;
    transition: 0.4s ease;
}

.office-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 30px 60px rgba(0,0,0,0.08),
        0 8px 20px rgba(11,94,215,0.08);
}

/* LEFT */

.office-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.office-icon {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    background: linear-gradient(135deg,
        rgba(11,94,215,0.15),
        rgba(11,94,215,0.03));

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0B5ED7;
    font-size: 42px;

    border: 1px solid #ffffff;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.05);
}

.office-left h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.office-location {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(11,94,215,0.08);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0B5ED7;
    font-size: 14px;
}

.office-location span:last-child {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0B5ED7;
}

/* RIGHT */

.office-right {
    text-align: right;
}

.office-right p {
    color: #64748b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.office-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.office-badge {
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid #dbe2ea;
    background: #ffffff;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #94a3b8;
}

.office-map-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    font-size: 15px;
    font-weight: 800;
    text-decoration: none;

    color: #0B5ED7;
    transition: 0.3s ease;
}

.office-map-link:hover {
    color: #084298;
    transform: translateX(4px);
}

/* RESPONSIVE */

@media (max-width: 992px) {

    .office-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px;
    }

    .office-right {
        text-align: left;
        width: 100%;
    }

    .office-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

.office-left h4 {
    font-size: 24px;
}

.office-main-title {
    font-size: 28px;
}

}

@media (max-width: 768px) {

    .office-card {
        padding: 25px;
        border-radius: 25px;
    }

    .office-left {
        gap: 18px;
    }

    .office-icon {
        width: 75px;
        height: 75px;
        font-size: 30px;
        border-radius: 22px;
    }

    .office-left h4 {
        font-size: 21px;
    }

    .office-location span:last-child {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .office-right p {
        font-size: 15px;
    }

    .office-main-title {
        font-size: 28px;
        line-height: 1.3;
    }

}

.brand-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:14px;
    padding:25px;
    text-align:center;
    transition:.3s;
}

.brand-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.brand-card img{
    width:160px;
    height:70px;
    object-fit:contain;
    display:block;
    margin:auto;
}

.brand-card span{
    margin-top:15px;
    display:block;
    font-weight:600;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 100px; /* Above WhatsApp button */
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.30);
    z-index: 9998;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #0b5ed7;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(13,110,253,.40);
}

@media (max-width:768px){
    .back-to-top{
        right:18px;
        bottom:86px;
        width:48px;
        height:48px;
        font-size:20px;
    }
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 62px;
    height: 62px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
    z-index: 9999;
    transition: all .3s ease;
}

.whatsapp-float:hover {
    transform: translateY(-5px) scale(1.08);
    background: #20ba5a;
    color: #fff;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
}

.whatsapp-float::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, .35);
    animation: whatsappPulse 2s infinite;
    z-index: -1;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: .8;
    }
    70% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 56px;
        height: 56px;
        right: 18px;
        bottom: 18px;
        font-size: 30px;
    }
}


/*==============================
    GLOBAL OFFICE PREMIUM
==============================*/

.premium-office-section{
    background:#050b1f;
    border-radius:32px;
    overflow:hidden;
    position:relative;
}

.premium-office-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    left:-120px;
    top:-120px;
    background:#16c5ff20;
    filter:blur(120px);
}

.premium-office-section::after{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    right:-150px;
    bottom:-120px;
    background:#1b5cff18;
    filter:blur(140px);
}

.office-pill{

    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 18px;

    border-radius:40px;

    border:1px solid rgba(0,200,255,.3);

    color:#4fd8ff;

    font-size:11px;

    letter-spacing:2px;

    font-weight:700;

    background:rgba(255,255,255,.03);

}

.office-pill .dot{

    width:8px;
    height:8px;

    border-radius:50%;

    background:#4fd8ff;

    box-shadow:0 0 15px #4fd8ff;

}

.office-premium-card{

    background:#0d1737;

    border:1px solid rgba(78,215,255,.15);

    border-radius:24px;

    overflow:hidden;

    transition:.35s;

    height:100%;

}

.office-premium-card:hover{

    transform:translateY(-8px);

    border-color:#4fd8ff;

    box-shadow:0 30px 60px rgba(0,0,0,.35);

}

.office-map{
    position:relative;
    height:360px;
    overflow:hidden;
    border-radius:24px 24px 0 0;
}
.office-map iframe{
    transition:.5s;
}

.office-premium-card:hover iframe{
    transform:scale(1.05);
}

.office-map::after{
    content:"";
    position:absolute;
    inset:0;

    background:linear-gradient(
        to bottom,
        rgba(5,11,31,.15),
        rgba(5,11,31,.45)
    );

    pointer-events:none;
}

.office-map iframe{
    width:100%;
    height:100%;
    border:0;

}

.office-tag{

    position:absolute;

    top:20px;

    left:20px;

   color:#4fd8ff;

    padding:10px 18px;

    border-radius:40px;

    font-size:12px;

    font-weight:700;

    z-index:5;

    text-transform:uppercase;

}
.office-tag{

    background:rgba(6,18,48,.9);

    backdrop-filter:blur(12px);

    border:1px solid rgba(79,216,255,.25);

    box-shadow:
0 20px 40px rgba(0,0,0,.35),
0 0 0 1px rgba(79,216,255,.08);
}

.office-content{

    padding:35px;

    color:#fff;

}
.office-map{
    box-shadow:
    inset 0 0 0 1px rgba(79,216,255,.15);
}


.office-country{

    color:#4fd8ff;

    font-size:12px;

    letter-spacing:2px;

    font-weight:700;

    margin-bottom:12px;

}

.office-content h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:30px;

}

.office-row{

    display:flex;

    gap:20px;

    padding:18px 0;

    border-top:1px solid rgba(255,255,255,.08);

}

.office-row strong{

    min-width:90px;

    color:#4fd8ff;

    font-size:12px;

    text-transform:uppercase;

}

.office-row span{

    color:#cfd7e6;

    line-height:1.8;

}

.office-btn{

    display:inline-block;

    margin-top:35px;

    padding:12px 24px;

    border-radius:40px;

    border:1px solid rgba(78,215,255,.4);

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.office-btn:hover{

    background:#12376f;

    color:#fff;

    border-color:#4fd8ff;

}

@media(max-width:991px){

.office-map{

height:260px;

}

.office-content{

padding:25px;

}

.office-content h3{

font-size:24px;

}

.office-row{

display:block;

}

.office-row strong{

display:block;

margin-bottom:8px;

}

}

.contact-title{
    font-size:32px;
    font-weight:800;
    color:#111;
    letter-spacing:-0.5px;
}

.contact-department{
    background:#eef5ff;
    border-radius:24px;
    padding:25px;
}

.department-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:22px;
    color:#222;
}

.staff-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:18px;
    padding:20px;
    margin-bottom:18px;
    transition:.3s;
}

.staff-card:last-child{
    margin-bottom:0;
}

.staff-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.staff-header{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    color:#222;
    margin-bottom:14px;
}

.staff-header i{
    color:#0d6efd;
    font-size:18px;
}

.staff-info{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
}

.contact-links{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.contact-links a{
    color:#1d4ed8;
    text-decoration:none;
    transition:.3s;
    word-break:break-word;
}

.contact-links a:hover{
    color:#0b5ed7;
}

.whatsapp-btn{
    margin-top:18px;
    border-radius:10px;
    padding:8px 18px;
}

.contact-department,
.contact-form-wrapper{
    height:100%;
}


/* =====================================================
   ELITE CONTACT TEAM PANEL
===================================================== */

.contact-team-panel{
    position:relative;
    padding:30px;

    border:1px solid #e4ecf5;
    border-radius:26px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f8fbff 100%
        );

    box-shadow:
        0 25px 65px rgba(15,55,95,.09);

    overflow:hidden;
}


/* DECORATIVE GLOW */

.contact-team-panel::before{
    content:"";

    position:absolute;

    width:280px;
    height:280px;

    right:-170px;
    top:-170px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(8,150,230,.12),
            transparent 70%
        );

    pointer-events:none;
}


/* =====================================================
   HEADER
===================================================== */

.team-panel-header{
    position:relative;
    z-index:2;

    margin-bottom:26px;
}


.team-eyebrow{
    display:inline-flex;
    align-items:center;

    gap:8px;

    margin-bottom:14px;

    color:#0788dd;

    font-size:11px;
    font-weight:800;

    letter-spacing:1.6px;
}


.team-eyebrow i{
    font-size:15px;
}


.team-panel-header h2{
    margin:0 0 13px;

    color:#0a203d;

    font-size:34px;
    font-weight:800;

    line-height:1.12;
    letter-spacing:-1px;
}


.team-panel-header h2 span{
    color:#0a97e5;
}


.team-panel-header p{
    margin:0;

    max-width:500px;

    color:#718095;

    font-size:14px;
    line-height:1.65;
}


/* =====================================================
   TEAM LIST
===================================================== */

.team-contact-list{
    display:flex;
    flex-direction:column;

    gap:12px;
}


/* =====================================================
   PERSON CARD
===================================================== */

.team-contact-card{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:15px;

    padding:16px;

    border:1px solid #e8eef5;
    border-radius:18px;

    background:rgba(255,255,255,.94);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.team-contact-card:hover{
    transform:translateX(5px);

    border-color:rgba(8,136,221,.22);

    box-shadow:
        0 14px 35px rgba(20,65,105,.09);
}


/* DIRECTOR CARD */

.director-card{
    border-color:rgba(8,136,221,.18);

    background:
        linear-gradient(
            135deg,
            #f4faff,
            #ffffff
        );
}


/* =====================================================
   PERSON INFO
===================================================== */

.team-person{
    min-width:0;

    display:flex;
    align-items:center;

    gap:13px;
}


.team-avatar{
    width:52px;
    height:52px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:15px;

    color:#087fd1;

    background:#eaf6fd;

    border:1px solid #d8edf9;

    font-size:14px;
    font-weight:800;

    letter-spacing:.5px;

    transition:.3s ease;
}


.team-contact-card:hover .team-avatar{
    color:#fff;

    background:
        linear-gradient(
            135deg,
            #0877d7,
            #16b8ec
        );

    box-shadow:
        0 10px 25px rgba(8,119,215,.20);
}


.director-avatar{
    color:#fff;

    background:
        linear-gradient(
            135deg,
            #09203f,
            #0c5592
        );

    border:none;
}


.team-person-info{
    min-width:0;
}


.team-role{
    display:block;

    margin-bottom:3px;

    color:#0788dd;

    font-size:9px;
    font-weight:800;

    letter-spacing:1.2px;
}


.team-person-info h4{
    margin:0 0 5px;

    color:#102540;

    font-size:16px;
    font-weight:750;

    line-height:1.25;
}


.team-phone{
    display:flex;
    align-items:center;

    gap:6px;

    margin-bottom:2px;

    color:#52677e;

    text-decoration:none;

    font-size:12px;
    font-weight:600;
}


.team-phone i{
    color:#0788dd;
    font-size:10px;
}


.team-email{
    display:block;

    max-width:220px;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

    color:#7a8798;

    text-decoration:none;

    font-size:11px;
}


.team-phone:hover,
.team-email:hover{
    color:#0788dd;
}


/* =====================================================
   ACTION BUTTONS
===================================================== */

.team-actions{
    flex-shrink:0;

    display:flex;
    align-items:center;

    gap:7px;
}


.contact-action{
    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:10px;

    text-decoration:none;

    font-size:15px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease,
        color .25s ease;
}


.contact-action:hover{
    transform:translateY(-3px);
}


/* CALL */

.call-action{
    color:#087fd1;
    background:#eaf5fd;
}


.call-action:hover{
    color:#fff;
    background:#087fd1;

    box-shadow:
        0 8px 20px rgba(8,127,209,.25);
}


/* WHATSAPP */

.whatsapp-action{
    color:#149f53;
    background:#e9f9f0;
}


.whatsapp-action:hover{
    color:#fff;
    background:#16a75a;

    box-shadow:
        0 8px 20px rgba(22,167,90,.25);
}


/* EMAIL */

.mail-action{
    color:#e25353;
    background:#fff0f0;
}


.mail-action:hover{
    color:#fff;
    background:#e25353;

    box-shadow:
        0 8px 20px rgba(226,83,83,.22);
}


/* =====================================================
   AVAILABILITY
===================================================== */

.team-availability{
    margin-top:20px;
    padding:15px 17px;

    display:flex;
    align-items:center;

    gap:12px;

    border-radius:14px;

    background:#f0f9f5;

    border:1px solid #dcefe5;
}


.availability-dot{
    width:10px;
    height:10px;

    flex-shrink:0;

    border-radius:50%;

    background:#20b26b;

    box-shadow:
        0 0 0 5px rgba(32,178,107,.12);
}


.team-availability strong{
    display:block;

    margin-bottom:2px;

    color:#173e2c;

    font-size:13px;
    font-weight:750;
}


.team-availability small{
    display:block;

    color:#668276;

    font-size:11px;
    line-height:1.4;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .contact-team-panel{
        margin-bottom:35px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .contact-team-panel{
        padding:20px;

        border-radius:20px;
    }


    .team-panel-header h2{
        font-size:29px;
    }


    .team-contact-card{
        align-items:flex-start;

        padding:14px;

        border-radius:15px;
    }


    .team-avatar{
        width:46px;
        height:46px;

        border-radius:13px;

        font-size:12px;
    }


    .team-person-info h4{
        font-size:15px;
    }


    .team-actions{
        flex-direction:column;
    }


    .contact-action{
        width:34px;
        height:34px;

        border-radius:9px;

        font-size:14px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:480px){

    .team-contact-card{
        display:block;
    }


    .team-actions{
        flex-direction:row;

        margin-top:14px;
        padding-top:12px;

        border-top:1px solid #edf1f5;
    }


    .contact-action{
        flex:1;

        height:40px;
    }


    .team-email{
        max-width:190px;
    }


    .team-panel-header h2{
        font-size:27px;
    }

}

/* =====================================================
   ELITE BUSINESS INQUIRY FORM
===================================================== */

.inquiry-elite-panel{
    position:relative;

    padding:36px;

    border:1px solid #e2eaf3;
    border-radius:28px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fbfdff 100%
        );

    box-shadow:
        0 28px 75px rgba(15,55,95,.10);

    overflow:hidden;
}


/* DECORATIVE GLOW */

.inquiry-glow{
    position:absolute;

    width:380px;
    height:380px;

    right:-220px;
    top:-230px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(12,151,229,.12),
            transparent 70%
        );

    pointer-events:none;
}


/* =====================================================
   HEADER
===================================================== */

.inquiry-header{
    position:relative;
    z-index:2;

    padding-bottom:28px;
    margin-bottom:28px;

    border-bottom:1px solid #e8eef5;
}


.inquiry-header-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;

    gap:25px;
}


.inquiry-eyebrow{
    display:inline-flex;
    align-items:center;

    gap:8px;

    margin-bottom:13px;

    color:#0788dd;

    font-size:11px;
    font-weight:800;

    letter-spacing:1.7px;
}


.inquiry-header h2{
    margin:0 0 13px;

    color:#09203f;

    font-size:37px;
    font-weight:800;

    line-height:1.12;
    letter-spacing:-1.2px;
}


.inquiry-header h2 span{
    color:#0798e5;
}


.inquiry-header p{
    max-width:580px;

    margin:0;

    color:#718095;

    font-size:14px;
    line-height:1.7;
}


/* RESPONSE BADGE */

.response-badge{
    min-width:145px;

    padding:13px;

    display:flex;
    align-items:center;

    gap:10px;

    border:1px solid #dcebf5;
    border-radius:15px;

    background:#f4faff;
}


.response-icon{
    width:38px;
    height:38px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:10px;

    color:#fff;

    background:
        linear-gradient(
            135deg,
            #0877d7,
            #17bcec
        );

    font-size:15px;
}


.response-badge strong{
    display:block;

    color:#102540;

    font-size:12px;
    font-weight:800;
}


.response-badge span{
    display:block;

    margin-top:1px;

    color:#758396;

    font-size:10px;
}


/* =====================================================
   FORM SECTION LABEL
===================================================== */

.form-section-label{
    display:flex;
    align-items:center;

    gap:11px;

    margin-bottom:17px;
}


.form-section-spacing{
    margin-top:29px;
}


.form-section-label > span{
    width:32px;
    height:32px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:9px;

    color:#087fd1;
    background:#edf7fd;

    font-size:10px;
    font-weight:800;
}


.form-section-label strong{
    display:block;

    color:#1b304a;

    font-size:13px;
    font-weight:800;
}


.form-section-label small{
    display:block;

    margin-top:1px;

    color:#8a96a6;

    font-size:10px;
}


/* =====================================================
   FIELD
===================================================== */

.elite-field label{
    display:block;

    margin:0 0 7px 2px;

    color:#40546a;

    font-size:11px;
    font-weight:700;
}


.elite-field label em{
    color:#e54d4d;
    font-style:normal;
}


.field-control{
    position:relative;
}


.field-control > i:first-child{
    position:absolute;

    left:15px;
    top:50%;

    transform:translateY(-50%);

    z-index:2;

    color:#8494a7;

    font-size:15px;

    pointer-events:none;

    transition:.25s ease;
}


.field-control input,
.field-control select,
.field-control textarea{
    width:100%;

    border:1px solid #dfe7f0;
    outline:none;

    border-radius:12px;

    background:#f9fbfd;

    color:#20364e;

    font-size:13px;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}


.field-control input,
.field-control select{
    height:50px;

    padding:
        0 42px
        0 43px;
}


.field-control select{
    appearance:none;
    -webkit-appearance:none;

    cursor:pointer;
}


.field-control input::placeholder,
.field-control textarea::placeholder{
    color:#a2adba;
}


.field-control input:focus,
.field-control select:focus,
.field-control textarea:focus{
    border-color:#159fe8;

    background:#fff;

    box-shadow:
        0 0 0 4px rgba(21,159,232,.08);
}


.field-control:focus-within > i:first-child{
    color:#0788dd;
}


/* SELECT ARROW */

.select-arrow{
    position:absolute;

    right:15px;
    top:50%;

    transform:translateY(-50%);

    color:#8594a6;

    font-size:11px;

    pointer-events:none;
}


/* TEXTAREA */

.textarea-control > i:first-child{
    top:17px;

    transform:none;
}


.field-control textarea{
    min-height:145px;

    padding:
        15px 16px
        15px 43px;

    line-height:1.65;

    resize:vertical;
}


/* =====================================================
   ACTION AREA
===================================================== */

.inquiry-action-area{
    margin-top:27px;
    padding-top:24px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    border-top:1px solid #e9eef4;
}


.inquiry-buttons{
    display:flex;
    align-items:center;

    gap:10px;
}


/* SUBMIT */

.submit-inquiry-btn{
    height:49px;

    padding:0 22px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:18px;

    border:0;
    border-radius:11px;

    color:#fff;

    background:
        linear-gradient(
            135deg,
            #086fd0,
            #079fe7
        );

    font-size:13px;
    font-weight:750;

    cursor:pointer;

    box-shadow:
        0 12px 28px rgba(8,111,208,.20);

    transition:.3s ease;
}


.submit-inquiry-btn:hover{
    transform:translateY(-3px);

    box-shadow:
        0 17px 35px rgba(8,111,208,.28);
}


.submit-inquiry-btn i{
    font-size:13px;

    transition:.3s ease;
}


.submit-inquiry-btn:hover i{
    transform:translateX(5px);
}


/* WHATSAPP */

.inquiry-whatsapp-btn{
    height:49px;

    padding:0 18px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:8px;

    border:1px solid #cdebd9;
    border-radius:11px;

    color:#168c4d;
    background:#f0fbf5;

    text-decoration:none;

    font-size:13px;
    font-weight:750;

    transition:.3s ease;
}


.inquiry-whatsapp-btn i{
    font-size:17px;
}


.inquiry-whatsapp-btn:hover{
    color:#fff;
    background:#18a85b;

    border-color:#18a85b;

    transform:translateY(-3px);

    box-shadow:
        0 12px 25px rgba(24,168,91,.20);
}


/* PRIVACY NOTE */

.privacy-note{
    max-width:245px;

    display:flex;
    align-items:flex-start;

    gap:8px;

    color:#8491a2;

    font-size:10px;
    line-height:1.5;
}


.privacy-note i{
    flex-shrink:0;

    margin-top:2px;

    color:#20a867;

    font-size:14px;
}


/* =====================================================
   TRUST FOOTER
===================================================== */

.inquiry-trust-footer{
    margin:
        30px -36px -36px;

    padding:20px 30px;

    display:flex;
    align-items:center;
    justify-content:space-around;

    gap:18px;

    background:
        linear-gradient(
            135deg,
            #f4f9fd,
            #f8fbfe
        );

    border-top:1px solid #e4ecf4;
}


.inquiry-trust-item{
    display:flex;
    align-items:center;

    gap:10px;
}


.trust-mini-icon{
    width:36px;
    height:36px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:10px;

    color:#087fd1;
    background:#e7f4fc;

    font-size:14px;
}


.inquiry-trust-item strong{
    display:block;

    color:#21384f;

    font-size:11px;
    font-weight:800;
}


.inquiry-trust-item span{
    display:block;

    margin-top:1px;

    color:#8290a1;

    font-size:9px;
}


.inquiry-trust-divider{
    width:1px;
    height:34px;

    background:#dce5ee;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:1199px){

    .inquiry-header-top{
        display:block;
    }


    .response-badge{
        display:inline-flex;

        margin-top:18px;
    }


    .inquiry-action-area{
        align-items:flex-start;
        flex-direction:column;
    }


    .privacy-note{
        max-width:100%;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .inquiry-elite-panel{
        padding:21px;

        border-radius:21px;
    }


    .inquiry-header{
        padding-bottom:22px;
        margin-bottom:22px;
    }


    .inquiry-header h2{
        font-size:29px;
        letter-spacing:-.7px;
    }


    .inquiry-header p{
        font-size:13px;
        line-height:1.6;
    }


    .response-badge{
        width:100%;
    }


    .form-section-spacing{
        margin-top:24px;
    }


    .field-control input,
    .field-control select{
        height:49px;
    }


    .field-control textarea{
        min-height:130px;
    }


    .inquiry-buttons{
        width:100%;

        flex-direction:column;
    }


    .submit-inquiry-btn,
    .inquiry-whatsapp-btn{
        width:100%;
    }


    .inquiry-trust-footer{
        margin:
            26px -21px -21px;

        padding:18px;

        flex-direction:column;
        align-items:stretch;

        gap:12px;
    }


    .inquiry-trust-divider{
        width:100%;
        height:1px;
    }


    .inquiry-trust-item{
        justify-content:flex-start;
    }

}

/* =====================================================
   GLOBAL TEAM - SEPARATE SECTION
===================================================== */

.global-team-section{
    position:relative;
    padding:100px 0 90px;
    overflow:hidden;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbff 100%
        );
}


.global-team-section::before{
    content:"";
    position:absolute;
    inset:0;

    background-image:
        radial-gradient(
            rgba(8,127,209,.06) 1px,
            transparent 1px
        );

    background-size:28px 28px;

    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 25%,
            #000 75%,
            transparent
        );

    pointer-events:none;
}


/* HEADER */

.global-team-heading{
    position:relative;
    z-index:2;

    max-width:760px;
    margin:0 auto 50px;

    text-align:center;
}


.global-team-heading .team-eyebrow{
    justify-content:center;
}


.global-team-heading h2{
    margin:10px 0 15px;

    color:#09203f;

    font-size:48px;
    font-weight:800;

    line-height:1.12;
    letter-spacing:-1.5px;
}


.global-team-heading h2 span{
    color:#0798e5;
}


.global-team-heading p{
    max-width:650px;
    margin:0 auto;

    color:#718095;

    font-size:16px;
    line-height:1.7;
}


/* 4 CARD GRID */

.global-team-grid{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));

    gap:18px;
}


/* CHANGE EXISTING CARD FOR VERTICAL LAYOUT */

.global-team-grid .team-contact-card{
    min-height:280px;

    padding:24px 20px;

    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;

    border-radius:22px;
}


.global-team-grid .team-person{
    width:100%;

    display:flex;
    flex-direction:column;
    align-items:flex-start;

    gap:15px;
}


.global-team-grid .team-avatar{
    width:58px;
    height:58px;

    border-radius:17px;
}


.global-team-grid .team-person-info h4{
    margin-bottom:8px;

    font-size:18px;
}


.global-team-grid .team-email{
    max-width:100%;

    margin-top:4px;
}


.global-team-grid .team-actions{
    width:100%;

    margin-top:auto;
    padding-top:20px;

    flex-direction:row;

    border-top:1px solid #e9eff5;
}


.global-team-grid .contact-action{
    flex:1;

    height:42px;
}


/* SUPPORT STRIP */

.global-team-support{
    position:relative;
    z-index:2;

    margin-top:30px;
    padding:20px 24px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:25px;

    border:1px solid #dcebe5;
    border-radius:18px;

    background:
        linear-gradient(
            135deg,
            #f1fbf6,
            #ffffff
        );
}


.support-status{
    display:flex;
    align-items:center;

    gap:13px;
}


.support-status strong{
    display:block;

    color:#173e2c;

    font-size:14px;
    font-weight:800;
}


.support-status small{
    display:block;

    margin-top:2px;

    color:#718579;

    font-size:11px;
}


.support-regions{
    display:flex;
    flex-wrap:wrap;

    justify-content:flex-end;

    gap:7px;
}


.support-regions span{
    padding:7px 11px;

    border:1px solid #dce9f3;
    border-radius:20px;

    background:#fff;

    color:#557086;

    font-size:10px;
    font-weight:700;
}


/* =====================================================
   FORM SECTION
===================================================== */

.business-inquiry-section{
    position:relative;

    padding:100px 0;

    background:#f5f9fd;
}


.business-inquiry-section
.inquiry-elite-panel{
    background:#fff;
}


/* Make separated form less vertically stretched */

.business-inquiry-section
.field-control textarea{
    min-height:130px;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:1199px){

    .global-team-grid{
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }

}


@media(max-width:991px){

    .global-team-section,
    .business-inquiry-section{
        padding:75px 0;
    }


    .global-team-heading h2{
        font-size:40px;
    }


    .global-team-support{
        flex-direction:column;
        align-items:flex-start;
    }


    .support-regions{
        justify-content:flex-start;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .global-team-section,
    .business-inquiry-section{
        padding:60px 0;
    }


    .global-team-heading{
        margin-bottom:35px;
    }


    .global-team-heading h2{
        font-size:33px;
    }


    .global-team-heading p{
        font-size:14px;
    }


    .global-team-grid{
        grid-template-columns:1fr;

        gap:14px;
    }


    .global-team-grid .team-contact-card{
        min-height:auto;

        padding:18px;
    }


    .global-team-grid .team-person{
        flex-direction:row;
    }


    .global-team-grid .team-actions{
        margin-top:18px;
    }


    .global-team-support{
        padding:18px;

        border-radius:16px;
    }


    .support-regions{
        display:none;
    }

}

/* =====================================================
   ABOUT PAGE - ELITE DESIGN SYSTEM
===================================================== */

.about-elite-section {
    position: relative;
    padding: 110px 0 90px;
    background:
        radial-gradient(circle at 5% 15%, rgba(30, 136, 229, .06), transparent 28%),
        #fff;
    overflow: hidden;
}


/* IMAGE VISUAL */

.about-elite-visual {
    position: relative;
    padding: 0 35px 35px 0;
}

.about-image-frame {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(8, 38, 80, .16);
}

.about-main-image {
    display: block;
    width: 100%;
    min-height: 540px;
    object-fit: cover;
    transition: transform .8s ease;
}

.about-image-frame:hover .about-main-image {
    transform: scale(1.035);
}

.about-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(3, 28, 67, .28)
    );
    pointer-events: none;
}

.about-floating-card {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 220px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #073c78, #0c69b5);
    box-shadow: 0 20px 45px rgba(0, 83, 160, .3);
}

.floating-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 14px;
    font-size: 21px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
}

.about-floating-card strong {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.about-floating-card span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    opacity: .82;
}

.about-visual-dots {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -28px;
    left: -28px;
    z-index: -1;
    opacity: .3;
    background-image: radial-gradient(#1597df 1.5px, transparent 1.5px);
    background-size: 12px 12px;
}


/* SHARED EYEBROW */

.section-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #0877bf;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.eyebrow-line {
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, #0877bf, #3fc7ff);
}


/* OVERVIEW CONTENT */

.about-elite-content h2,
.section-heading-center h2,
.faq-intro h2 {
    margin-bottom: 22px;
    color: #071b38;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.about-elite-content h2 span,
.section-heading-center h2 span,
.faq-intro h2 span,
.approach-title span {
    display: block;
    color: #0b8ed8;
}

.about-lead {
    color: #243b58;
    font-size: 18px;
    line-height: 1.75;
}

.about-text {
    color: #64748b;
    font-size: 15px;
    line-height: 1.85;
}

.about-capabilities {
    margin-top: 32px;
}

.capability-item {
    display: flex;
    gap: 17px;
    padding: 17px 0;
    border-bottom: 1px solid #e7edf5;
}

.capability-item:last-child {
    border-bottom: 0;
}

.capability-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 14px;
    color: #0879c1;
    font-size: 20px;
    background: #eef8ff;
}

.capability-item h5 {
    margin: 0 0 5px;
    color: #0b213f;
    font-size: 16px;
    font-weight: 700;
}

.capability-item p {
    margin: 0;
    color: #718096;
    font-size: 14px;
    line-height: 1.6;
}


/* STATS */

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 85px;
    border: 1px solid #e4edf6;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(20, 55, 90, .08);
    overflow: hidden;
}

.about-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 28px 18px;
    border-right: 1px solid #e7edf4;
}

.about-stat:last-child {
    border-right: 0;
}

.stat-icon {
    color: #0b8ed8;
    font-size: 27px;
}

.about-stat strong {
    display: block;
    color: #071b38;
    font-size: 25px;
    line-height: 1.1;
}

.about-stat span {
    display: block;
    margin-top: 5px;
    color: #7b8999;
    font-size: 12px;
}


/* PURPOSE SECTION */

.purpose-section {
    position: relative;
    padding: 110px 0;
    background: #07152e;
    overflow: hidden;
}

.purpose-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.purpose-glow-one {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -100px;
    background: rgba(0, 126, 255, .16);
}

.purpose-glow-two {
    width: 350px;
    height: 350px;
    right: -80px;
    bottom: -150px;
    background: rgba(0, 198, 255, .1);
}

.section-heading-center {
    max-width: 760px;
    margin: auto;
    text-align: center;
}

.section-heading-center h2 {
    color: #fff;
}

.section-heading-center p {
    color: #9fb0c8;
    font-size: 16px;
    line-height: 1.8;
}

.purpose-card {
    position: relative;
    height: 100%;
    min-height: 390px;
    padding: 45px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: .4s ease;
}

.purpose-card:hover {
    transform: translateY(-8px);
    border-color: rgba(53, 184, 255, .35);
}

.purpose-number {
    position: absolute;
    top: 20px;
    right: 28px;
    color: rgba(255,255,255,.04);
    font-size: 85px;
    font-weight: 800;
}

.purpose-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
    border-radius: 18px;
    color: #43c7ff;
    font-size: 27px;
    background: rgba(37, 166, 255, .1);
    border: 1px solid rgba(66, 190, 255, .18);
}

.purpose-label {
    color: #39bfff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.purpose-card h3 {
    max-width: 480px;
    margin: 14px 0 18px;
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
}

.purpose-card p {
    color: #9eafc7;
    line-height: 1.8;
}

.purpose-line {
    position: absolute;
    width: 70px;
    height: 3px;
    left: 45px;
    bottom: 35px;
    background: linear-gradient(90deg, #118dd4, #45d4ff);
}


/* APPROACH */

.approach-section {
    padding: 110px 0;
    background: #f7faff;
}

.approach-title {
    margin: 0;
    color: #071b38;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -1.4px;
}

.approach-intro {
    margin: 0;
    color: #68798e;
    line-height: 1.8;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.approach-card {
    position: relative;
    min-height: 320px;
    padding: 32px 28px;
    border: 1px solid #e4ebf4;
    border-radius: 20px;
    background: #fff;
    transition: .4s ease;
    overflow: hidden;
}

.approach-card:hover {
    transform: translateY(-8px);
    border-color: #b9e3fa;
    box-shadow: 0 25px 55px rgba(25, 70, 110, .1);
}

.approach-step {
    position: absolute;
    top: 24px;
    right: 25px;
    color: #d8e4ef;
    font-size: 13px;
    font-weight: 800;
}

.approach-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 55px;
    border-radius: 16px;
    color: #0788d3;
    font-size: 23px;
    background: #edf8ff;
}

.approach-card h4 {
    color: #0a213f;
    font-size: 21px;
    font-weight: 700;
}

.approach-card p {
    color: #728197;
    font-size: 14px;
    line-height: 1.75;
}

.approach-arrow {
    position: absolute;
    right: 25px;
    bottom: 24px;
    color: #0b8ed8;
}


/* FAQ */

.about-faq-section {
    padding: 110px 0;
    background: #fff;
}

.faq-intro {
    position: sticky;
    top: 120px;
}

.faq-intro > p {
    color: #718096;
    line-height: 1.8;
}

.faq-contact-box {
    margin-top: 35px;
    padding: 22px;
    border: 1px solid #dfeaf4;
    border-radius: 18px;
    background: #f7fbff;
}

.faq-contact-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #087bc3, #19aeea);
}

.faq-contact-box strong,
.faq-contact-box span {
    display: block;
}

.faq-contact-box strong {
    color: #0a213f;
}

.faq-contact-box span {
    margin-top: 3px;
    color: #718096;
    font-size: 13px;
}

.faq-contact-box a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
    color: #087bc3;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}


/* ACCORDION */

.elite-accordion .accordion-item {
    margin-bottom: 14px;
    border: 1px solid #e2eaf3;
    border-radius: 15px !important;
    overflow: hidden;
}

.elite-accordion .accordion-button {
    padding: 22px 24px;
    color: #102640;
    font-size: 16px;
    font-weight: 650;
    background: #fff;
    box-shadow: none;
}

.elite-accordion .accordion-button:not(.collapsed) {
    color: #087bc3;
    background: #f6fbff;
}

.elite-accordion .accordion-body {
    padding: 0 24px 24px;
    color: #68798e;
    line-height: 1.8;
    background: #f6fbff;
}


/* SCROLL ANIMATION */

.reveal-left,
.reveal-right,
.reveal-up {
    opacity: 0;
    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.22, 1, .36, 1);
}

.reveal-left {
    transform: translateX(-35px);
}

.reveal-right {
    transform: translateX(35px);
}

.reveal-up {
    transform: translateY(35px);
}

.reveal-left.active,
.reveal-right.active,
.reveal-up.active {
    opacity: 1;
    transform: translate(0, 0);
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .about-elite-section,
    .purpose-section,
    .approach-section,
    .about-faq-section {
        padding: 75px 0;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat:nth-child(2) {
        border-right: 0;
    }

    .about-stat:nth-child(-n+2) {
        border-bottom: 1px solid #e7edf4;
    }

    .approach-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-intro {
        position: static;
    }
}


@media (max-width: 575px) {

    .about-elite-visual {
        padding: 0 0 45px;
    }

    .about-main-image {
        min-height: 380px;
    }

    .about-floating-card {
        right: 15px;
        bottom: 10px;
        min-width: 190px;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-stat {
        justify-content: flex-start;
        padding-left: 30px;
        border-right: 0;
        border-bottom: 1px solid #e7edf4;
    }

    .about-stat:last-child {
        border-bottom: 0;
    }

    .approach-grid {
        grid-template-columns: 1fr;
    }

    .purpose-card {
        min-height: auto;
        padding: 32px;
        padding-bottom: 70px;
    }

    .purpose-line {
        left: 32px;
    }

    .about-elite-content h2,
    .section-heading-center h2,
    .faq-intro h2,
    .approach-title {
        font-size: 34px;
    }
}



/* =====================================================
   VARNI ELITE FOOTER
===================================================== */

.footer-elite {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(19, 105, 255, 0.11), transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(230, 35, 25, 0.08), transparent 28%),
        linear-gradient(135deg, #071022 0%, #0b1428 48%, #0c162b 100%);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


/* subtle top line */

.footer-elite::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #1377ff,
        #e62419,
        transparent
    );
}


/* BACKGROUND GLOWS */

.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.footer-glow-left {
    width: 420px;
    height: 420px;
    background: rgba(19, 119, 255, 0.08);
    left: -220px;
    top: 100px;
}

.footer-glow-right {
    width: 380px;
    height: 380px;
    background: rgba(230, 36, 25, 0.06);
    right: -180px;
    bottom: -100px;
}


/* SUBTLE GRID */

.footer-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.025;
    background-image:
        linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}


/* =====================================================
   CTA PANEL
===================================================== */

.footer-cta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    padding: 42px 48px;
    transform: translateY(-1px);

    background:
        linear-gradient(
            120deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.035)
        );

    border-left: 1px solid rgba(255,255,255,.12);
    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.10);

    border-radius: 0 0 28px 28px;
    backdrop-filter: blur(15px);
}


.footer-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 13px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: #61a9ff;
}


.footer-cta h2 {
    margin: 0 0 10px;
    max-width: 700px;

    color: #ffffff;
    font-size: clamp(25px, 2.3vw, 38px);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.7px;
}


.footer-cta p {
    max-width: 720px;
    margin: 0;

    color: #aebbd0;
    font-size: 16px;
    line-height: 1.7;
}


.footer-cta-btn {
    min-width: 205px;
    height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    padding: 0 24px;

    color: #fff;
    background: linear-gradient(135deg, #e52319, #ff3a2f);

    border-radius: 12px;
    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    box-shadow: 0 15px 40px rgba(229, 35, 25, 0.25);

    transition: all 0.3s ease;
}


.footer-cta-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(229, 35, 25, 0.36);
}


/* =====================================================
   MAIN FOOTER
===================================================== */

.footer-main {
    position: relative;
    z-index: 2;
    padding: 75px 0 65px;
}


/* BRAND */

.footer-logo {
    width: 175px;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}


.footer-description {
    max-width: 420px;
    margin-bottom: 25px;

    color: #b2bed0;
    font-size: 16px;
    line-height: 1.85;
}


/* TRUST ROW */

.footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}


.footer-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 12px;

    color: #c8d3e3;
    background: rgba(255,255,255,0.045);

    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;

    font-size: 12px;
    font-weight: 600;
}


.footer-trust-item i {
    color: #58a6ff;
    font-size: 14px;
}


/* SOCIAL */

.footer-social {
    display: flex;
    align-items: center;
    gap: 11px;
}


.footer-social a {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d7e1ef;
    background: rgba(255,255,255,0.065);

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;

    font-size: 17px;
    text-decoration: none;

    transition: all 0.3s ease;
}


.footer-social a:hover {
    color: #fff;
    background: #1377ff;
    border-color: #1377ff;

    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(19,119,255,.25);
}


/* =====================================================
   TITLES + LINKS
===================================================== */

.footer-title {
    position: relative;

    margin-bottom: 27px;
    padding-bottom: 13px;

    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.2px;
}


.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 32px;
    height: 2px;

    border-radius: 10px;

    background: linear-gradient(90deg, #1377ff, #e62419);
}


.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}


.footer-links li {
    margin-bottom: 14px;
}


.footer-links a {
    position: relative;

    display: inline-flex;
    align-items: center;

    color: #aeb9cb;
    text-decoration: none;

    font-size: 15.5px;
    line-height: 1.5;

    transition: all 0.25s ease;
}


.footer-links a::before {
    content: "";
    width: 0;
    height: 1px;

    margin-right: 0;

    background: #3d94ff;

    transition: all 0.25s ease;
}


.footer-links a:hover {
    color: #ffffff;
    transform: translateX(3px);
}


.footer-links a:hover::before {
    width: 13px;
    margin-right: 8px;
}


/* =====================================================
   CONTACT
===================================================== */

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 17px;
    padding: 13px;

    color: #fff;
    text-decoration: none;

    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;

    transition: all .3s ease;
}


.footer-contact-item:hover {
    color: #fff;
    background: rgba(255,255,255,.065);
    border-color: rgba(69,148,255,.30);
    transform: translateY(-2px);
}


.footer-contact-icon {
    width: 41px;
    height: 41px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #66aaff;
    background: rgba(19,119,255,.12);

    border-radius: 10px;

    font-size: 17px;
}


.footer-contact-item small {
    display: block;
    margin-bottom: 3px;

    color: #7f8da3;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
}


.footer-contact-item span {
    color: #dfe7f3;
    font-size: 13.5px;
    font-weight: 500;
}


/* WHATSAPP */

.footer-whatsapp {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 8px;
    padding: 14px 16px;

    color: #ffffff;
    text-decoration: none;

    background: linear-gradient(
        135deg,
        rgba(37,211,102,.18),
        rgba(37,211,102,.08)
    );

    border: 1px solid rgba(37,211,102,.28);
    border-radius: 12px;

    transition: all .3s ease;
}


.footer-whatsapp > i:first-child {
    font-size: 24px;
    color: #2be276;
}


.footer-whatsapp span {
    flex: 1;

    display: flex;
    flex-direction: column;

    font-size: 14px;
    font-weight: 600;
}


.footer-whatsapp small {
    color: #7f9d8c;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}


.footer-wa-arrow {
    color: #69e99b;
}


.footer-whatsapp:hover {
    color: #fff;
    background: rgba(37,211,102,.20);
    border-color: rgba(37,211,102,.50);
    transform: translateY(-2px);
}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-bottom {
    position: relative;
    z-index: 2;

    min-height: 78px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 25px;

    border-top: 1px solid rgba(255,255,255,.075);

    color: #8491a6;
    font-size: 13px;
}


.footer-copyright span {
    color: #647187;
}


.footer-bottom-center {
    color: #68768d;
    font-size: 11px;
    letter-spacing: .5px;
    text-align: center;
}


.footer-legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}


.footer-legal span {
    width: 3px;
    height: 3px;

    background: #647187;
    border-radius: 50%;
}


.footer-legal a {
    color: #8e9caf;
    text-decoration: none;

    transition: color .25s ease;
}


.footer-legal a:hover {
    color: #fff;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .footer-cta {
        padding: 35px;
        align-items: flex-start;
    }

    .footer-main {
        padding: 60px 0 50px;
    }

    .footer-bottom {
        grid-template-columns: 1fr 1fr;
        padding: 22px 0;
    }

    .footer-bottom-center {
        display: none;
    }

}


@media (max-width: 767px) {

    .footer-cta {
        flex-direction: column;
        padding: 30px 24px;
        gap: 24px;
    }

    .footer-cta-btn {
        width: 100%;
    }

    .footer-main {
        padding: 50px 0 40px;
    }

    .footer-description {
        font-size: 15px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .footer-legal {
        justify-content: flex-start;
    }

}


@media (max-width: 480px) {

    .footer-cta h2 {
        font-size: 25px;
    }

    .footer-trust {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-logo {
        width: 155px;
    }

}



/* =====================================================
   CAREER PAGE
===================================================== */


/* INTRO */

.career-intro-section {
    padding: 115px 0;
    background:
        radial-gradient(circle at 5% 10%, rgba(0, 145, 220, .07), transparent 25%),
        #fff;
    overflow: hidden;
}


.career-intro-content h2,
.career-faq-intro h2 {
    margin-bottom: 24px;
    color: #071b38;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 750;
    line-height: 1.1;
    letter-spacing: -1.6px;
}


.career-intro-content h2 span,
.career-faq-intro h2 span {
    display: block;
    color: #078bd4;
}


.career-intro-lead {
    color: #263e5b !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
}


.career-intro-content > p {
    color: #6e7e91;
    font-size: 15px;
    line-height: 1.85;
}


.career-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 21px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, #076fb6, #08a2df);
    box-shadow: 0 13px 30px rgba(0, 119, 185, .2);
    transition: .3s ease;
}


.career-explore-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}



/* CAREER VISUAL */

.career-visual {
    position: relative;
    min-height: 570px;
    border: 1px solid rgba(15, 130, 200, .14);
    border-radius: 30px;
    background:
        radial-gradient(circle at center, rgba(0, 151, 220, .12), transparent 40%),
        linear-gradient(145deg, #f7fcff, #edf7fd);
    box-shadow: 0 35px 80px rgba(18, 69, 108, .11);
    overflow: hidden;
}


.career-visual-grid {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(9,112,175,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9,112,175,.05) 1px, transparent 1px);

    background-size: 42px 42px;
}


.career-visual-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: rgba(0, 157, 230, .13);
    filter: blur(70px);
    transform: translate(-50%, -50%);
}


.career-center-symbol {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.career-symbol-core {
    position: relative;
    z-index: 3;
    width: 110px;
    height: 110px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 42px;
    background: linear-gradient(145deg, #073f7c, #079bd9);
    box-shadow:
        0 0 0 12px rgba(8,144,210,.08),
        0 25px 50px rgba(0,101,166,.28);
}


.career-symbol-ring {
    position: absolute;
    top: 55px;
    left: 55px;
    border: 1px solid rgba(0, 139, 211, .17);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.career-ring-one {
    width: 190px;
    height: 190px;
    animation: careerPulse 3s infinite;
}


.career-ring-two {
    width: 290px;
    height: 290px;
    animation: careerPulse 3s .8s infinite;
}


@keyframes careerPulse {

    0%,
    100% {
        opacity: .35;
        transform: translate(-50%, -50%) scale(.94);
    }

    50% {
        opacity: .8;
        transform: translate(-50%, -50%) scale(1.04);
    }
}


.career-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 16px;
    border: 1px solid rgba(7,135,202,.14);
    border-radius: 13px;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(17,72,110,.1);
    animation: careerFloat 5s ease-in-out infinite;
}


.career-floating-icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    color: #078bd4;
    background: #edf8ff;
}


.career-floating-card strong,
.career-floating-card span {
    display: block;
}


.career-floating-card strong {
    color: #0b2747;
    font-size: 12px;
}


.career-floating-card span {
    margin-top: 2px;
    color: #8391a1;
    font-size: 9px;
}


.career-card-one {
    top: 14%;
    left: 7%;
}


.career-card-two {
    top: 17%;
    right: 6%;
    animation-delay: .7s;
}


.career-card-three {
    bottom: 23%;
    left: 6%;
    animation-delay: 1.3s;
}


.career-card-four {
    right: 6%;
    bottom: 24%;
    animation-delay: 2s;
}


@keyframes careerFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

}


.career-visual-caption {
    position: absolute;
    right: 25px;
    bottom: 24px;
    left: 25px;
    padding: 17px 20px;
    border-radius: 13px;
    background: linear-gradient(135deg, #073e78, #087ebf);
    box-shadow: 0 15px 35px rgba(0,80,140,.22);
}


.career-visual-caption span {
    display: block;
    color: #6ed8ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


.career-visual-caption strong {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}



/* WHY VARNI */

.career-why-section {
    position: relative;
    padding: 115px 0;
    background: #07152e;
    overflow: hidden;
}


.career-dark-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
}


.career-dark-glow-one {
    width: 450px;
    height: 450px;
    top: -180px;
    left: -180px;
    background: rgba(0,142,230,.15);
}


.career-dark-glow-two {
    width: 400px;
    height: 400px;
    right: -160px;
    bottom: -160px;
    background: rgba(0,196,255,.1);
}


.career-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 55px;
}


.career-benefit-card {
    position: relative;
    min-height: 355px;
    padding: 32px 27px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.065),
            rgba(255,255,255,.018)
        );
    transition: .4s ease;
}


.career-benefit-card:hover {
    transform: translateY(-9px);
    border-color: rgba(55,190,255,.3);
}


.benefit-number {
    position: absolute;
    top: 18px;
    right: 23px;
    color: rgba(255,255,255,.05);
    font-size: 60px;
    font-weight: 800;
}


.benefit-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 48px;
    border: 1px solid rgba(49,190,255,.2);
    border-radius: 16px;
    color: #3ac8ff;
    font-size: 24px;
    background: rgba(0,157,230,.09);
}


.career-benefit-card h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}


.career-benefit-card p {
    margin-top: 14px;
    color: #99abc2;
    font-size: 13px;
    line-height: 1.75;
}



/* TEAMS */

.career-teams-section {
    padding: 115px 0;
    background: #f7faff;
}


.career-section-title {
    margin: 0;
    color: #071b38;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -1.5px;
}


.career-section-title span {
    display: block;
    color: #078bd4;
}


.career-section-description {
    margin: 0;
    color: #718096;
    line-height: 1.8;
}


.career-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.career-team-card {
    position: relative;
    min-height: 315px;
    padding: 34px;
    border: 1px solid #e0e9f2;
    border-radius: 20px;
    background: #fff;
    transition: .4s ease;
}


.career-team-card:hover {
    transform: translateY(-7px);
    border-color: #b9e4fa;
    box-shadow: 0 25px 55px rgba(20,65,100,.1);
}


.team-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 15px;
    color: #078bd4;
    font-size: 22px;
    background: #edf8ff;
}


.career-team-card > span {
    position: absolute;
    top: 28px;
    right: 30px;
    color: #d6e1eb;
    font-size: 12px;
    font-weight: 800;
}


.career-team-card h3 {
    color: #0b2341;
    font-size: 22px;
}


.career-team-card p {
    color: #728197;
    font-size: 14px;
    line-height: 1.75;
}


.team-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}


.team-skills span {
    padding: 6px 9px;
    border-radius: 7px;
    color: #547089;
    font-size: 10px;
    background: #f0f6fa;
}



/* CULTURE */

.career-culture-section {
    padding: 0 0 115px;
    background: #f7faff;
}


.career-culture-panel {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 65px;
    padding: 65px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 85% 20%, rgba(0,182,255,.2), transparent 25%),
        linear-gradient(135deg, #071b39, #063d71);
    box-shadow: 0 35px 75px rgba(4,45,84,.22);
}


.career-culture-intro h2 {
    color: #fff;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.15;
}


.career-culture-intro h2 span {
    display: block;
    color: #44c8ff;
}


.career-culture-intro p {
    color: #a8bad0;
    line-height: 1.75;
}


.culture-principles {
    display: grid;
    gap: 12px;
}


.culture-principle {
    display: flex;
    gap: 17px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 13px;
    background: rgba(255,255,255,.05);
    transition: .3s ease;
}


.culture-principle:hover {
    background: rgba(255,255,255,.09);
    transform: translateX(4px);
}


.culture-principle > strong {
    color: #3bc6ff;
    font-size: 12px;
}


.culture-principle h4 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 15px;
}


.culture-principle p {
    margin: 0;
    color: #9fb1c7;
    font-size: 12px;
}



/* JOBS */

.career-jobs-section {
    padding: 115px 0;
    background: #fff;
}


.career-jobs-heading {
    display: grid;
    grid-template-columns: 1fr .7fr;
    align-items: end;
    gap: 50px;
    margin-bottom: 50px;
}


.career-jobs-heading h2 {
    margin: 0;
    color: #071b38;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 750;
    line-height: 1.1;
}


.career-jobs-heading h2 span {
    display: block;
    color: #078bd4;
}


.career-jobs-heading > p {
    color: #718096;
    line-height: 1.8;
}


.career-jobs-list {
    display: grid;
    gap: 14px;
}


.career-job-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 28px 30px;
    border: 1px solid #e2eaf2;
    border-radius: 17px;
    background: #fff;
    transition: .35s ease;
}


.career-job-card:hover {
    transform: translateX(5px);
    border-color: #b8dff4;
    box-shadow: 0 18px 45px rgba(20,65,100,.08);
}


.job-department {
    margin-bottom: 7px;
    color: #078bd4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


.job-main h3 {
    margin: 0 0 13px;
    color: #0a2341;
    font-size: 20px;
}


.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}


.job-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #718096;
    font-size: 12px;
}


.job-meta i {
    color: #078bd4;
}


.job-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 12px 17px;
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, #076fb6, #08a2df);
}


.job-apply-btn:hover {
    color: #fff;
}



/* NO JOBS */

.career-no-jobs {
    padding: 55px;
    text-align: center;
    border: 1px solid #e1eaf3;
    border-radius: 20px;
    background: #f8fbfe;
}


.no-jobs-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin: auto auto 18px;
    border-radius: 17px;
    color: #078bd4;
    font-size: 24px;
    background: #eaf7ff;
}



/* HIRING PROCESS */

.career-process-section {
    padding: 115px 0;
    background: #07152e;
}


.career-process-grid {
    display: grid;
    grid-template-columns: 1fr 70px 1fr 70px 1fr 70px 1fr;
    align-items: center;
    margin-top: 60px;
}


.career-process-item {
    text-align: center;
}


.career-process-number {
    margin-bottom: 12px;
    color: #3bc6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}


.career-process-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: auto auto 20px;
    border: 1px solid rgba(56,193,255,.2);
    border-radius: 20px;
    color: #40c7ff;
    font-size: 26px;
    background: rgba(0,155,230,.09);
}


.career-process-item h4 {
    color: #fff;
    font-size: 17px;
}


.career-process-item p {
    color: #98aac1;
    font-size: 12px;
    line-height: 1.7;
}


.career-process-line {
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(59,198,255,.5),
            transparent
        );
}



/* FAQ */

.career-faq-section {
    padding: 115px 0;
    background: #fff;
}


.career-faq-intro {
    position: sticky;
    top: 115px;
}


.career-faq-intro > p {
    color: #718096;
    line-height: 1.8;
}



/* FINAL CTA */

.career-final-cta {
    position: relative;
    padding: 115px 0;
    text-align: center;
    background: linear-gradient(135deg, #05244a, #0876bd);
    overflow: hidden;
}


.career-cta-grid {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);

    background-size: 45px 45px;
}


.career-cta-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    top: -300px;
    left: 50%;
    border-radius: 50%;
    background: rgba(0,204,255,.22);
    filter: blur(100px);
    transform: translateX(-50%);
}


.career-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: auto;
}


.career-cta-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    color: #fff;
    font-size: 29px;
    background: rgba(255,255,255,.1);
}


.career-cta-label {
    color: #6bd7ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.5px;
}


.career-cta-inner h2 {
    margin: 15px 0 18px;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 750;
    line-height: 1.1;
    letter-spacing: -1.7px;
}


.career-cta-inner h2 span {
    display: block;
    color: #55ceff;
}


.career-cta-inner p {
    color: rgba(255,255,255,.73);
    line-height: 1.8;
}


.career-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 27px;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 10px;
    color: #07315c;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    transition: .3s ease;
}


.career-cta-button:hover {
    color: #07315c;
    transform: translateY(-3px);
}



/* RESPONSIVE */

@media (max-width: 1199px) {

    .career-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 991px) {

    .career-intro-section,
    .career-why-section,
    .career-teams-section,
    .career-jobs-section,
    .career-process-section,
    .career-faq-section,
    .career-final-cta {
        padding: 80px 0;
    }


    .career-culture-panel {
        grid-template-columns: 1fr;
        padding: 45px;
    }


    .career-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }


    .career-process-line {
        display: none;
    }


    .career-faq-intro {
        position: static;
    }

}


@media (max-width: 767px) {

    .career-team-grid,
    .career-benefit-grid {
        grid-template-columns: 1fr;
    }


    .career-jobs-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }


    .career-job-card {
        align-items: flex-start;
        flex-direction: column;
    }


    .career-process-grid {
        grid-template-columns: 1fr;
    }


    .career-visual {
        min-height: 650px;
    }


    .career-card-one {
        top: 7%;
    }


    .career-card-two {
        top: 21%;
    }


    .career-card-three {
        bottom: 27%;
    }


    .career-card-four {
        bottom: 14%;
    }

}


@media (max-width: 575px) {

    .career-intro-content h2,
    .career-faq-intro h2,
    .career-section-title {
        font-size: 34px;
    }


    .career-visual {
        min-height: 600px;
        border-radius: 22px;
    }


    .career-floating-card {
        max-width: 150px;
        padding: 10px;
    }


    .career-symbol-core {
        width: 88px;
        height: 88px;
        font-size: 33px;
    }


    .career-culture-panel {
        padding: 32px 24px;
    }


    .career-job-card {
        padding: 23px;
    }


    .job-meta {
        flex-direction: column;
        gap: 8px;
    }


    .job-apply-btn {
        width: 100%;
        justify-content: center;
    }


    .career-cta-inner h2 {
        font-size: 37px;
    }

}



/* =========================================
   CATALOGUE DOWNLOAD MODAL
========================================= */

.catalogue-modal{
    border:0;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 30px 90px rgba(15, 42, 74, .22);
}

.catalogue-close{
    position:absolute;
    top:18px;
    right:18px;
    z-index:20;
    background-color:#fff;
    border-radius:50%;
    padding:10px;
    opacity:1;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.catalogue-modal-info{
    position:relative;
    padding:48px 38px;
    color:#fff;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(75,170,255,.32),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #062b54,
            #08477d 55%,
            #0766a8
        );
}

.catalogue-icon{
    width:64px;
    height:64px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    border-radius:18px;

    margin-bottom:25px;
}

.catalogue-label,
.catalogue-form-label{
    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
}

.catalogue-modal-info h2{
    font-size:32px;
    font-weight:700;
    line-height:1.2;
    margin:15px 0 18px;
}

.catalogue-modal-info p{
    color:rgba(255,255,255,.78);
    line-height:1.7;
}

.catalogue-benefits{
    margin-top:30px;
}

.catalogue-benefits div{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:13px;
    font-size:14px;
}

.catalogue-benefits i{
    color:#78d6ff;
}

.catalogue-modal-form{
    padding:48px 42px;
    background:#fff;
}

.catalogue-form-label{
    color:#0876c9;
}

.catalogue-modal-form h3{
    margin-top:8px;
    font-size:27px;
    font-weight:700;
    color:#12324f;
}

.catalogue-modal-form > div > p{
    color:#6c7f90;
    margin-bottom:28px;
}

.catalogue-modal-form .form-label{
    font-size:13px;
    font-weight:600;
    color:#30485d;
}

.catalogue-modal-form .form-control,
.catalogue-modal-form .form-select{
    height:48px;
    border:1px solid #dfe8f0;
    border-radius:11px;
}

.catalogue-modal-form .form-control:focus,
.catalogue-modal-form .form-select:focus{
    border-color:#1688d4;
    box-shadow:0 0 0 4px rgba(22,136,212,.10);
}

.catalogue-submit-btn{
    width:100%;
    height:52px;

    border:0;
    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    background:linear-gradient(135deg,#0877c9,#075c9d);
    color:#fff;

    font-weight:600;

    transition:.25s ease;
}

.catalogue-submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(8,119,201,.25);
}

.catalogue-submit-btn:disabled{
    opacity:.75;
    transform:none;
}

@media(max-width:991px){

    .catalogue-modal-info{
        padding:35px 30px;
    }

    .catalogue-modal-form{
        padding:35px 25px;
    }

    .catalogue-modal-info h2{
        font-size:26px;
    }

}

/* =========================================================
   VARNI MAIN HEADER — PREMIUM NAVIGATION V2
   Matches the Varni Blog navigation language/search UX
========================================================= */

.navbar-premium {
    min-height: 82px;
    padding: 0;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(15,46,99,.08);
    box-shadow: 0 8px 30px rgba(15,46,99,.055);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: background .25s ease, box-shadow .25s ease;
}

.navbar-premium .container {
    min-height: 82px;
    display: flex;
    align-items: center;
}

.varni-main-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 18px;
}

.varni-main-brand img {
    display: block;
    width: auto;
    height: 52px;
    object-fit: contain;
}

.varni-main-nav {
    gap: 2px;
    align-items: center;
}

.varni-main-nav .nav-link {
    position: relative;
    padding: 28px 11px;
    color: #24344f !important;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .25s ease;
}

.varni-main-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 18px;
    height: 2px;
    background: #E10600;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}

.varni-main-nav .nav-link:hover {
    color: #1E4DB7 !important;
}

.varni-main-nav .nav-link:hover::after,
.varni-main-nav .nav-link.active::after {
    transform: scaleX(1);
}

.varni-main-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: 14px;
}

/* Product search */
.varni-main-search {
    position: relative;
    width: 260px;
    margin: 0;
}

.varni-main-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.varni-main-search-wrap > i {
    position: absolute;
    left: 13px;
    z-index: 2;
    color: #8a96a7;
    font-size: 13px;
    pointer-events: none;
}

.varni-main-search .search-input {
    width: 100%;
    height: 40px;
    padding: 0 36px 0 35px;
    border: 1px solid #e0e7ef;
    border-radius: 10px;
    outline: none;
    color: #203b62;
    background: #FAFBFD;
    font-size: 12px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.varni-main-search .search-input:focus {
    background: #fff;
    border-color: rgba(30,77,183,.38);
    box-shadow: 0 6px 20px rgba(24,61,111,.07);
}

.varni-main-search-clear {
    position: absolute;
    right: 5px;
    z-index: 3;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #8995a5;
    background: transparent;
    cursor: pointer;
}

.varni-main-search-clear:hover {
    color: #2458b8;
    background: #f2f6fb;
}

.varni-main-search-clear[hidden] {
    display: none;
}

.varni-main-search .search-dropdown {
    position: absolute;
    top: calc(100% + 9px);
    left: auto;
    right: 0;
    width: 390px;
    max-height: 390px;
    overflow-y: auto;
    border: 1px solid #dfe7f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(10,40,91,.13), 0 3px 10px rgba(10,40,91,.04);
    z-index: 9999;
}

.varni-main-search .search-item {
    padding: 13px 15px;
    border-bottom: 1px solid #edf1f5;
    color: #17365f;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.varni-main-search .search-item:hover {
    background: #f7faff;
    color: #1E4DB7;
}

/* Language */
.varni-main-language {
    position: relative;
    flex-shrink: 0;
}

.varni-main-language .language-trigger {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e7ef;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.varni-main-language .language-trigger:hover,
.varni-main-language.active .language-trigger {
    background: #f7faff;
    border-color: #aac0dd;
    box-shadow: 0 6px 18px rgba(24,61,111,.07);
}

.varni-main-language .language-trigger img {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

/* VARNI NAVIGATION V5: override legacy display:none so the advanced language panel can open */
.varni-main-language .language-dropdown-box {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    width: 260px;
    padding: 14px;
    border: 1px solid #dfe7f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(10,40,91,.13), 0 3px 10px rgba(10,40,91,.04);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-7px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    z-index: 10000;
}

.varni-main-language.active .language-dropdown-box {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown-header {
    padding: 2px 2px 10px;
}

.language-dropdown-header span,
.language-dropdown-header small {
    display: block;
}

.language-dropdown-header span {
    color: #17365f;
    font-size: 12px;
    font-weight: 700;
}

.language-dropdown-header small {
    margin-top: 2px;
    color: #8995a5;
    font-size: 9px;
}

.varni-main-language .language-search {
    position: relative;
    margin-bottom: 8px;
}

.varni-main-language .language-search > i {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    color: #8a96a7;
    font-size: 11px;
    pointer-events: none;
}

.varni-main-language .language-search input {
    width: 100%;
    height: 36px;
    padding: 0 10px 0 31px;
    border: 1px solid #e0e7ef;
    border-radius: 8px;
    outline: none;
    color: #203b62;
    font-size: 11px;
}

.varni-main-language .language-search input:focus {
    border-color: #aac0dd;
    box-shadow: 0 0 0 3px rgba(30,77,183,.07);
}

.varni-main-language .language-list {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 3px;
}

.varni-main-language .language-item {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    padding: 8px 9px;
    border-radius: 8px;
    color: #24344f;
    font-size: 11px;
    line-height: 1.25;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}

.varni-main-language .language-item:hover {
    background: #f1f6fc;
    color: #1E4DB7;
}

.varni-main-language .language-item img {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

/* Catalogue CTA */
.varni-main-catalogue {
    min-height: 40px;
    padding: 0 15px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px !important;
    background: #1E4DB7 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: none;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.varni-main-catalogue:hover {
    background: #0F2E63 !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(30,77,183,.22);
}

/* Custom hamburger */
.varni-main-toggler {
    width: 44px;
    height: 42px;
    padding: 8px !important;
    border: 1px solid #e0e7ef !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.varni-main-toggler:focus {
    box-shadow: 0 0 0 3px rgba(30,77,183,.08) !important;
}

.varni-main-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px auto;
    border-radius: 2px;
    background: #0F2E63;
    transition: transform .2s ease, opacity .2s ease;
}

/* Tablet / mobile navigation */
@media (max-width: 1199.98px) {
    .navbar-premium,
    .navbar-premium .container {
        min-height: 72px;
    }

    .navbar-premium .navbar-collapse {
        padding-bottom: 16px;
    }

    .varni-main-brand img {
        height: 46px;
    }

    .varni-main-nav {
        width: 100%;
        margin-top: 14px;
        gap: 0;
        align-items: stretch;
    }

    .varni-main-nav .nav-link {
        padding: 11px 8px;
        border-radius: 8px;
    }

    .varni-main-nav .nav-link::after {
        display: none;
    }

    .varni-main-nav .nav-link:hover {
        background: #f4f8ff;
    }

    .varni-main-actions {
        width: 100%;
        margin: 10px 0 0;
        padding-bottom: 2px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 40px auto;
        gap: 9px;
    }

    .varni-main-search {
        width: 100%;
    }

    .varni-main-search .search-dropdown {
        left: 0;
        right: auto;
        width: min(390px, 100%);
    }
}

@media (max-width: 575.98px) {
    .navbar-premium .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .varni-main-brand img {
        height: 42px;
    }

    .varni-main-actions {
        grid-template-columns: minmax(0, 1fr) 40px;
    }

    .varni-main-catalogue {
        grid-column: 1 / -1;
        width: 100%;
    }

    .varni-main-search .search-dropdown {
        position: fixed;
        top: 72px;
        left: 12px;
        right: 12px;
        width: auto;
        max-height: calc(100vh - 90px);
    }

    .varni-main-language .language-dropdown-box {
        position: fixed;
        top: 72px;
        left: 12px;
        right: 12px;
        width: auto;
        max-height: calc(100vh - 90px);
    }

    .varni-main-language .language-list {
        max-height: calc(100vh - 190px);
    }
}


/* ==========================================================
   VARNI MAIN NAVIGATION V4 — SEARCH + LANGUAGE UX
   ========================================================== */
.varni-main-language .language-dropdown-box {
    display: block;
    pointer-events: none;
}

.varni-main-language.active .language-dropdown-box {
    pointer-events: auto;
}

.varni-main-search .search-dropdown {
    display: none;
}

.varni-main-search .search-dropdown.is-open {
    display: block;
}

.varni-main-search .search-status {
    padding: 16px;
    color: #718096;
    font-size: 12px;
}

.varni-main-search .search-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
}

.varni-main-search .search-item-content {
    min-width: 0;
}

.varni-main-search .search-item-name {
    display: block;
    font-weight: 700;
    color: #17365f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.varni-main-search .search-item-category {
    display: block;
    margin-top: 3px;
    color: #8995a5;
    font-size: 10px;
}

.varni-main-search .search-item-arrow {
    flex: 0 0 auto;
    color: #1E4DB7;
}

.varni-main-search .search-footer {
    padding: 10px 14px;
    border-top: 1px solid #edf1f5;
    color: #1E4DB7;
    font-size: 10px;
    font-weight: 700;
}

.varni-main-language .language-item {
    border: 0;
    background: transparent;
    text-align: left;
}

.varni-main-language .language-item[hidden] {
    display: none !important;
}

.varni-main-language .language-item.is-active {
    background: #eef5ff;
    color: #1E4DB7;
    font-weight: 700;
}

.varni-main-language .language-empty {
    padding: 14px 9px;
    color: #8995a5;
    font-size: 11px;
}
