﻿:root {
    --brand-green: #7BC245;
    --brand-green-dark: #5FA030;
    --brand-blue: #105EA9;
    --brand-blue-dark: #0B4A85;
    --brand-gray-600: #334155;
    --white: #ffffff;
    --ink: #122B45;
    --ink-soft: #4B637C;
    --bg-1: #EAF6F1;
    --bg-2: #E7F1FB;
    --glass-bg: rgba(255, 255, 255, 0.30);
    --glass-bg-strong: rgba(255, 255, 255, 0.72);
    --glass-border: rgba(255, 255, 255, 0.65);
    --glass-shadow: 0 8px 32px rgba(16, 94, 169, 0.12);
    --shadow-lg: 0 30px 70px -24px rgba(16, 94, 169, 0.28);
}

body {
    color: var(--ink);
    background:
        radial-gradient(1100px 600px at 8% -5%, rgba(123, 194, 69, 0.18), transparent 60%),
        radial-gradient(1000px 700px at 95% 10%, rgba(16, 94, 169, 0.16), transparent 55%),
        radial-gradient(900px 600px at 20% 60%, rgba(123, 194, 69, 0.12), transparent 55%),
        radial-gradient(1000px 700px at 90% 85%, rgba(16, 94, 169, 0.14), transparent 55%),
        linear-gradient(180deg, var(--bg-1), var(--bg-2));
    min-height: 100vh;
}

.text-navy {
    color: var(--brand-blue);
}

.text-green {
    color: var(--brand-green) !important;
}

.text-ink-soft {
    color: var(--color-ink-soft);
}

.text-brand-green-dark {
    color: var(--brand-green-dark);
}

.text-brand-blue-dark {
    color: var(--brand-blue-dark);
}

.lh-40px {
    line-height: 40px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: var(--brand-gray-600);
    line-height: 1.3;
}

h5, .h5, h6, .h6 {
    line-height: 1.6 !important;
}

.section-gap {
    padding: 50px 0;
}

.fs-14 {
    font-size: 14px;
}

.fs-22 {
    font-size: 22px;
}

.fs-6 {
    line-height: 1.6;
}

.tracking-wider {
    letter-spacing: 0.08em;
}

.cursor-pointer {
    cursor: pointer;
}

.z-10 {
    z-index: 10;
}

.section-title h2 {
    line-height: 1.3;
    font-size: var(--f32);
}

 .section-title p {
    margin-top: 0;
}

.filter-grayscale {
    filter: grayscale(1);
    transition: filter 0.3s, transform 0.3s;
    opacity: 0.75;
}

.tc-logo-card:hover .filter-grayscale {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

.tc-link-highlight {
    color: var(--brand-green);
    transition: opacity 0.2s;
}

.tc-link-highlight:hover {
    opacity: 0.85;
}

/* .tc-section-aurora {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color: var(--tc-slate);
} */

/* .tc-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.6;
}

.tc-blob-1 {
    top: -10%;
    left: 0;
    width: 45vw;
    height: 45vw;
    background: rgba(16, 185, 129, 0.16);
}

.tc-blob-2 {
    bottom: -5%;
    right: 0;
    width: 40vw;
    height: 40vw;
    background: rgba(59, 130, 246, 0.14);
} */

/* .tc-dot-matrix {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px);
    background-size: 20px 20px;
} */

.tc-section-mini-label {
    font-size: 1rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.1em; */
    color: var(--ink-soft);
}

.tc-support-pill {
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    position: relative;
}

.tc-support-pill:hover {
    transform: translateY(-2px);
    border-color: rgba(16, 185, 129, 0.3) !important;
    box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.08) !important;
}

.tc-blur-card {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* .tc-glow-backing {
    position: absolute;
    inset: -0.75rem;
    background: linear-gradient(to bottom right, rgba(16, 185, 129, 0.2), rgba(59, 130, 246, 0.15));
    filter: blur(35px);
    border-radius: 3rem;
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
} */

.tc-field-icon {
    width: 1.15rem;
    height: auto;
    z-index: 5;
    pointer-events: none;
    opacity: 0.6;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-green) !important;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15) !important;
    background-color: var(--white) !important;
}

.tc-radio-custom:checked,
.tc-checkbox-custom:checked {
    background-color: var(--brand-green) !important;
    border-color: var(--brand-green) !important;
}

.tc-btn-action {
    background: linear-gradient(to right, var(--brand-green), var(--brand-green-soft));
    transition: transform 0.22s, box-shadow 0.22s;
}

.tc-btn-action:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 10px 20px rgba(16, 185, 129, 0.35) !important; */
}

.tc-btn-action:active {
    transform: translateY(0);
    color: var(--white)
}

.iti {
    width: 100%;
}

.iti__flag-container {
    height: 100%;
}

/* input#phone,
input#Phone {
    text-indent: 30px !important;
} */
 
.blog-details-wrapper .h2, .blog-details-wrapper h2 {
    font-weight: 600 !important;
}

.form-check-input:checked {
    background-color: #7bc245;
    border-color: var(--white) !important;
}

#phone {
    padding: 15px 16px 15px 45px;
}

input[type="checkbox"]:checked {
    accent-color: #7bc245;
}

/* FIX: Standardizes element container sizing to match Bootstrap column parameters */
.select2-container {
    width: 100% !important;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

.contact-wrapper .select2-container--default .select2-selection--multiple {
    min-height: 120px !important;
}


/* --- CONSISTENT FORM FIELD STYLES --- */
.form-control,
.form-select,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    color: #334155 !important;
    border-radius: 0.5rem !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-control:focus,
.form-select:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    background-color: var(--white) !important;
    border-color: var(--brand-green-dark) !important;
    box-shadow: 0 0 0 4px rgb(95 160 48 / 15%) !important;
    outline: 0 !important;
}

.form-control::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}

/* --- UNIFORM PARTNER LOGO GRID --- */
.tc-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.tc-logo-card {
    height: 56px;
    background: rgba(255, 255, 255, 0.75) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 0.5rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tc-logo-card:hover {
    background-color: var(--white) !important;
    border-color: var(--brand-green-dark) !important;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18) !important;
    transform: translateY(-2px);
}

.tc-partner-logo {
    max-height: 24px !important;
    max-width: 85% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: grayscale(1);
    opacity: 0.55;
    transition: all 0.3s ease;
}

.tc-logo-card:hover .tc-partner-logo {
    filter: grayscale(0);
    opacity: 1;
}

/* FIX: Shifted left padding from 8px to 42px to clear your layout field icons safely */
.select-main .select2-container--default .select2-selection--multiple {
    background-color: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    min-height: 50px !important;
    border-radius: 0.5rem !important;
    padding: 6px 8px 6px 42px !important;
    transition: all 0.2s ease-in-out;
}

.select-main .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: var(--white) !important;
    border-color: var(--brand-green-dark) !important;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e2e8f0 !important;
    border: 1px solid #cbd5e1 !important;
    color: #1e293b !important;
    border-radius: 0.375rem !important;
    padding: 3px 8px !important;
    margin: 4px 3px !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #64748b !important;
    border-right: 1px solid #cbd5e1 !important;
    margin-right: 6px !important;
    padding-right: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #ef4444 !important;
    color: var(--white) !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 4px 0 !important;
    color: #334155 !important;
    font-family: inherit !important;
}

body .select2-dropdown {
    background-color: var(--white) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.05) !important;
    overflow: hidden !important;
    z-index: 999999 !important;
}

body .select2-results__options {
    padding: 6px !important;
    max-height: 240px !important;
}

body .select2-results__option {
    padding: 8px 12px !important;
    color: #334155 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    border-radius: 0.375rem !important;
    display: flex !important;
    align-items: center !important;
    background-color: transparent !important;
    transition: all 0.15s ease;
}

/* 1. Only show the light grey hover/highlight background if NOT selected */
body .select2-results__option--highlighted[aria-selected]:not([aria-selected=true]) {
    background-color: #f1f5f9 !important;
    color: #0f172a !important;
}

/* 2. When selected, always force the green background, ignoring hover highlight */
body .select2-results__option[aria-selected=true] {
    background-color: #f0fdf4 !important;
    color: #065f46 !important;
}

body .select2-results__option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px !important;
    background-color: var(--white) !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    pointer-events: none;
    /* Important: Prevents checkbox from reacting to mouse independently */
}

body .select2-results__option--highlighted[aria-selected] input[type="checkbox"] {
    border-color: #a7f3d0 !important;
}

body .select2-results__option[aria-selected=true] input[type="checkbox"] {
    background-color: var(--brand-green-dark) !important;
    border-color: var(--brand-green-dark) !important;
    position: relative !important;
}

body .select2-results__option[aria-selected=true] input[type="checkbox"]::after {
    content: "" !important;
    position: absolute !important;
    top: 2px;
    left: 5px;
    width: 4px !important;
    height: 8px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

body .select2-results__options::-webkit-scrollbar {
    width: 5px !important;
}

body .select2-results__options::-webkit-scrollbar-track {
    background: transparent !important;
}

body .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cbd5e1 !important;
    border-radius: 10px !important;
}

.tc-text-gradient-primary {
    background: linear-gradient(to right, var(--brand-green), var(--brand-sky)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

/* Custom Location & Job Inquiry Card Hover Effects */
.tc-location-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tc-location-card:hover {
    border-color: var(--brand-green) !important;
    box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.2) !important;
    transform: translateY(-5px);
}

/* ==========================================================================
    ACTION BUTTON OVERRIDES (Replaces your original .tc-btn-action block)
   ========================================================================== */
.btn-outline-glass {
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(21, 39, 67, .12);
    color: var(--blue-2);
    font-weight: 700;
    letter-spacing: .03em;
    border-radius: 12px;
    padding: .85rem 1.7rem;
    font-size: .85rem;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    transition: all .2s ease;
}

.tc-btn-action {
    /* background: linear-gradient(
        90deg,
        #105ea9 0%,
        #1C8BC4 20%,
        #3099B1 40%,
        #3099B1 60%,
        #4AAA7A 80%,
        #4AAA7A 100%
    ); */
    background: var(--brand-blue);
    border: none;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    border-radius: 12px;
    padding: .75rem 1.6rem;
    box-shadow: 0 10px 22px rgba(11, 74, 133, 0.3);
    transition: .25s ease;
}

.tc-btn-action:hover {
    transform: translateY(-2px);
    background: var(--brand-blue-dark);
    /* box-shadow: 0 10px 20px rgba(123, 194, 69, 0.35) !important; */
    color: var(--white) !important;
}

.tc-btn-action:active {
    transform: translateY(0);
}

.btn-check.tc-btn-action:checked+.btn,
.tc-btn-action.active,
.tc-btn-action.show,
.tc-btn-action:first-child:active,
:not(.btn-check)+.btn:active {
    background: var(--brand-blue);
}

/* Glass Card Layout Engine & Filters */
.tc-testimonial-glass-card {
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    background: rgb(255 255 255 / 45%) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.04); */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Avatar Image Frames */
/* .tc-avatar-wrapper {
    width: 200px;
    height: 200px;
} */

.tc-avatar-img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* border: 4px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); */
}

.tc-avatar-glow {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, var(--primary, #007bff) 0%, transparent 70%);
    opacity: 0.15;
    filter: blur(8px);
}

/* Quote Graphic */
.tc-quote-icon {
    font-size: 10rem;
    font-family: serif;
    color: var(--primary, #007bff);
    line-height: 1;
    user-select: none;
    top: 47px;
    opacity: 0.2;
}

/* Navigation System overrides */
.tc-swiper-glass-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: blur(8px);
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.tc-swiper-glass-btn:hover {
    background: #7bc24540;
}

/* Action Button Links */
.tc-lnk-glass-btn {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(0, 0, 0, 0.08);
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.tc-lnk-glass-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary, #007bff);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.tc-lnk-glass-btn:hover i {
    transform: translateX(4px);
}

/* Premium CTA Glass Banner Block */
.tc-cta-glass-banner {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(240, 244, 255, 0.6) 100%);
    backdrop-filter: blur(20px);
    border-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 12px 40px rgba(31, 38, 135, 0.05);
}

.tc-glass-action-btn {
    background: linear-gradient(135deg, #2b58ea 0%, #153cb4 100%);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(43, 88, 234, 0.3);
    transition: all 0.3s ease;
}

.tc-glass-action-btn:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 88, 234, 0.45);
}

.contact-wrapper .form-check-input[type=radio] {
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 1.5;
}

.header-badge-icon {
    color: var(--brand-blue);
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 10px;
}

.intro-text {
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.feature-icon-wrapper {
    width: 56px;
    height: 56px;
    background-color: #e0eafd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-wrapper i {
    color: var(--brand-blue);
    font-size: 1.4rem;
}

.feature-text {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.6;
}

.illustration-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.illustration-img {
    max-width: 100%;
    height: auto;
}

.client-slider-prev::before,
.client-slider-next::before {
    font-size: 40px;
    color: var(--primary-color);
    position: relative;
    top: -4px;
}

.client-slider-prev:hover::before,
.client-slider-next:hover::before {
    color: var(--brand-green);
}


/* new */
.glass {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    box-shadow: var(--glass-shadow);
    transition: .2s ease;
}

.glass-strong {
    background: var(--glass-bg-strong);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    backdrop-filter: blur(22px) saturate(170%);
    -webkit-backdrop-filter: blur(22px) saturate(170%);
    box-shadow: var(--glass-shadow);
    transition: .2s ease;
}

.grad-text {
    background: linear-gradient(90deg, var(--brand-green), var(--brand-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-grad {
    background: linear-gradient(90deg, var(--brand-green), var(--brand-blue));
    border: none;
    color: var(--white);
    font-weight: 600;
    letter-spacing: .03em;
    border-radius: 14px;
    padding: .85rem 1.5rem;
    /* box-shadow: 0 10px 25px rgba(16, 94, 169, 0.28); */
    transition: transform .25s ease, box-shadow .25s ease;
}

.btn-grad:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 14px 30px rgba(16, 94, 169, 0.35); */
    color: var(--white);
}

.btn-outline-glass {
    background: var(--glass-bg-strong);
    border: 1px solid var(--glass-border);
    color: var(--brand-blue-dark);
    font-weight: 600;
    border-radius: 14px;
    backdrop-filter: blur(10px);
    transition: .25s ease;
}

.btn-outline-glass:hover {
    background: var(--white);
    color: var(--brand-blue-dark);
    transform: translateY(-2px);
}

/* form controls */
.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(16, 94, 169, 0.15);
    border-radius: 12px;
    padding: .7rem 1rem;
    font-size: .92rem;
    color: var(--ink);
}

.form-control::placeholder {
    color: #8AA0B4;
}

.form-control:focus,
.form-select:focus {
    background: var(--white);
    border-color: var(--brand-green);
    box-shadow: 0 0 0 .2rem rgba(123, 194, 69, 0.2);
}

.form-label {
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: .35rem;
}

.form-label .req {
    color: var(--brand-green-dark);
}

.input-icon-wrap {
    position: relative;
}

.input-icon-wrap i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: var(--brand-blue);
    font-size: .9rem;
}

.input-icon-wrap .form-control,
.input-icon-wrap .form-select {
    padding-left: 2.6rem;
}

.nda-toggle .form-check-input:checked {
    background-color: var(--brand-green);
    border-color: var(--brand-green);
}

/* trust logo pills */
.trust-pill {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    padding: .9rem .6rem;
    text-align: center;
    font-weight: 500;
    color: var(--ink-soft);
    font-size: .85rem;
    backdrop-filter: blur(10px);
    transition: .25s ease;
}

.trust-pill:hover {
    background: var(--white);
    color: var(--brand-blue-dark);
    transform: translateY(-3px);
}

/* support strip */
.support-card {
    background: var(--glass-bg-strong);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: .9rem 1.1rem;
    backdrop-filter: blur(14px);
}

.support-card .flag {
    font-size: 1.1rem;
}

.support-card .num {
    font-weight: 600;
    font-size: .9rem;
    color: var(--ink);
}

.support-card .lbl {
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

/* testimonial */
.quote-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.4rem;
    box-shadow: 0 10px 22px rgba(16, 94, 169, 0.3);
    flex-shrink: 0;
}

.avatar-ring {
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
    display: inline-block;
}

.avatar-ring img {
    border-radius: 50%;
    border: 4px solid var(--white);
    width: 130px;
    height: 130px;
    object-fit: cover;
}

/* CTA banner */
.cta-banner {
    background: linear-gradient(120deg, rgba(123, 194, 69, 0.16), rgba(16, 94, 169, 0.16));
    border: 1px solid var(--glass-border);
    border-radius: 26px;
    backdrop-filter: blur(20px);
}

.rating-strip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .6rem;
    background: var(--glass-bg-strong);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    padding: .55rem 1.3rem;
    backdrop-filter: blur(12px);
    font-size: .9rem;
}

.rating-strip .stars i {
    color: #F5A623;
    font-size: .85rem;
}

/* steps */
.step-card {
    position: relative;
    padding: 1.9rem 1.7rem 1.9rem 1.9rem;
    transition: transform .25s ease, box-shadow .25s ease;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(16, 94, 169, 0.18);
}

.step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
    color: var(--white);
    font-weight: 700;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(16, 94, 169, 0.28);
}

.step-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(123, 194, 69, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-green-dark);
    font-size: 1.3rem;
}

/* locations */
.loc-card {
    text-align: center;
    padding: 1.8rem 1.2rem;
    transition: transform .25s ease, box-shadow .25s ease;
}

.loc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(16, 94, 169, 0.18);
}

.loc-stamp {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    margin: 0 auto .9rem;
    background: linear-gradient(135deg, rgba(123, 194, 69, 0.18), rgba(16, 94, 169, 0.18));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.loc-flag {
    font-size: 1.1rem;
}

/* inquiry cards */
.inquiry-card {
    padding: 1.8rem;
}

.inquiry-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--white);
    background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
    box-shadow: 0 10px 20px rgba(16, 94, 169, 0.25);
}

.inquiry-line {
    font-size: .92rem;
    color: var(--ink-soft);
}

.inquiry-line a {
    color: var(--brand-blue-dark);
    text-decoration: none;
    font-weight: 500;
}

.inquiry-line a:hover {
    text-decoration: underline;
}

/* privacy */
.privacy-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(16, 94, 169, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.privacy-visual {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 22px;
    background:
        radial-gradient(circle at 30% 30%, rgba(123, 194, 69, 0.35), transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(16, 94, 169, 0.35), transparent 60%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.privacy-visual i {
    font-size: 4.5rem;
    color: var(--brand-blue-dark);
    opacity: .75;
}

.section-title {
    font-weight: 700;
    letter-spacing: -.01em;
    gap: 10px;
    justify-content: center;
    flex-direction: row;
    display: block;
}

.section-title p {
    line-height: 1.7;
}

section {
    scroll-margin-top: 2rem;
}

.accordion-body {
    background-color: transparent;
}

.accordion-body ul, .step-card .list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-body ul li, .step-card .list-unstyled li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.accordion-body ul li::before, .step-card .list-unstyled li::before {
    content: "\f058" !important; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--brand-blue) !important;
    position: absolute;
    left: 0;
    top: -2px !important;
    font-size: 20px;
}

.accordion-button {
    font-weight: 550 !important;
}

.tc-glass-action-btn:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 88, 234, 0.45);
}

/* ==========================================================================
   GLASS MORPHIC WORKFLOW DASHBOARD GRAPHICS
   ========================================================================== */
.graphic-deck-container {
    min-height: 420px;
    box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.08) !important;
}

.workflow-track-line {
    top: 15%;
    left: 20%;
    width: 60%;
    height: 70%;
    border-left: 2px dashed rgba(16, 88, 169, 0.15);
    border-bottom: 2px dashed rgba(123, 194, 69, 0.15);
    border-radius: 0 0 0 40px;
    pointer-events: none;
    z-index: 1;
}

.workflow-step-pill {
    max-width: 320px;
    z-index: 3;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.step-num-badge {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.workflow-metric-card {
    max-w-xl: 280px;
    max-width: 290px;
    transform: scale(1);
    transition: transform 0.3s ease;
}

/* Layered depth animations on hover */
.graphic-deck-container:hover .step-pos-1 {
    transform: translate(-5px, -5px);
}

.graphic-deck-container:hover .step-pos-2 {
    transform: translate(5px, 5px);
}

.graphic-deck-container:hover .workflow-metric-card {
    transform: scale(1.03);
}


.envelope-icon {
    background: #e0eafd;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.client-slider-prev {
    left: 40px;
}

.client-slider-next {
    right: 40px;
}

.badge-process {
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: var(--white)
}

h2 span {
    color: #6CC04A
}

.timeline:before {
    content: "";
    position: absolute;
    left: 53px;
    top: 40px;
    bottom: 40px;
    border-left: 1px dashed #bcd;
    z-index: 2;
}

.timeline {
    position: relative
}

.process-card {
    display: grid;
    grid-template-columns: 70px 90px 1fr 90px;
    gap: 20px;
    padding: 25px;
    border-radius: 22px;
    margin: 20px 0;
}

.process-card .step {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6CC04A;
    color: var(--white);
    font-weight: 700;
    z-index: 2;
}

.blue {
    background: #097ED1
}

.icon,
.endicon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6CC04A, #097ED1);
    color: var(--white);
    font-size: 24px;
}

.endicon {
    background: var(--white);
    color: #097ED1;
    border: 1px solid #e5e5e5
}

.content h3 {
    color: #097ED1
}

.footer-glass-card {
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgb(255 255 255 / 28%);
    padding: 2rem;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-shadow: 0 20px 60px -25px rgba(30, 64, 175, 0.35);
    transition: all 0.35s ease;
}

.facebook {
    color: #1877F2;
    background: #1877f229;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pinterest {
    color: #E60023;
    background: #e6002314;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linkedin {
    color: #0A66C2;
    background: #0a66c21a;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twitter-x {
    color: #000000;
    background: #00000017;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram {
    color: #DD2A7B;
    background: linear-gradient(45deg, #f585292e, #feda772b, #dd2a7b38, #8134af38, #515bd42e);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-icon:hover {
    transform: translateY(-2px);
    transition: 0.5s;
}

.footer-glass-card a {
    color: oklch(44.6% .043 257.281);
}

.footer-glass-card a:hover {
    color: var(--brand-blue);
    text-decoration: underline;
}

.inquiry-img {
    position: absolute;
    width: 220px;
    right: 15px;
    bottom: 15px;
}

/* Header CSS  */
/* header.header-glass-theme {
    padding: 0;
} */
header {
    top: 0;
}

header.fixed {
    position: sticky;
    margin: auto;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
}

.custom-header-container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 3rem; 
    width: 100%;
}

@media(min-width: 1400px) {
    .custom-header-container, header.fixed {
        width: 1380px !important;
    }
}

/* --------------------------------------------------
        GLASSMORPHIC NAVBAR DEFAULT VIEW
        -------------------------------------------------- */
.custom-navbar {
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 24px;
    padding: 12px 28px;
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.04);
    margin-top: 15px;
}

.nav-link-custom {
    color: oklch(37.2% .044 257.287) !important;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 16px !important;
    border-radius: 30px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.nav-link-custom i {
    font-size: 11px;
    font-weight: 800;
    transition: transform 0.3s ease;
}

.nav-item-custom:hover .nav-link-custom {
    color: var(--brand-green) !important;
}

.nav-item-custom:hover .nav-link-custom i {
    transform: rotate(180deg);
    color: var(--brand-green);
}

/* --------------------------------------------------
        GLASSMORPHIC MEGA MENU DROPDOWN PANEL
        -------------------------------------------------- */
.mega-menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-top: 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
}

.nav-item-custom:hover .mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-content {
    background-color: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border-radius: 28px;
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
}

.mega-menu-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(74, 222, 128, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.mega-menu-content::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -20px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(29, 75, 104, 0.09) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.menu-col-title {
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 24px;
}

.mega-menu-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 9px 12px;
    margin-left: -12px;
    border-radius: 14px;
    text-decoration: none;
    background-color: transparent;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.mega-menu-link:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(2px);
}

.menu-icon-box {
    width: 34px;
    height: 34px;
    background-color: rgb(16 94 169 / 14%);
    color: var(--brand-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.menu-text {
    color: var(--brand-gray-600);
    font-weight: 500;
    font-size: 15px;
    transition: color 0.15s ease;
}

.mega-menu-link:hover .menu-text {
    color: var(--brand-blue);
}

.btn-book {
    color: #233876;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 30px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: all 0.2s;
}

.btn-book:hover {
    border-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.6);
}

.btn-quote {
    background-color: var(--brand-blue);
    border: 2px solid var(--brand-blue);
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.2);
    transition: background-color 0.2s;
}

.btn-quote:hover {
    background-color: var(--white) !important;
    color: var(----brand-blue) !important;
    transition: 0.5s;
}

.bg-circle-green {
    position: absolute;
    top: -6rem;
    left: -4rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: rgb(123 194 69 / 10%);
    filter: blur(64px);
    pointer-events: none;
    z-index: 0;
}

.bg-circle-blue {
    position: absolute;
    bottom: -6rem;
    right: -4rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: rgba(9, 126, 209, 0.10);
    filter: blur(64px);
    pointer-events: none;
    z-index: 0;
}

/* --------------------------------------------------
   NEW RESPONSIVE SIDEBAR ADJUSTMENTS
   -------------------------------------------------- */
.mobile-nav-toggle,
.mobile-nav-close {
    background: transparent;
    border: none;
    color: oklch(37.2% .044 257.287);
    font-size: 22px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bg-circle-green {
    position: absolute;
    top: -6rem;
    left: -4rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: rgb(123 194 69 / 10%);
    filter: blur(64px);
    pointer-events: none;
    z-index: 0;
}

.bg-circle-blue {
    position: absolute;
    bottom: -6rem;
    right: -4rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: rgba(9, 126, 209, 0.10);
    filter: blur(64px);
    pointer-events: none;
    z-index: 0;
}

/* Glass row background layout */
.tc-glass-form-row {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/* Base switch container */
.tc-toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
    margin: 0;
}

/* Hide default HTML checkbox input */
.tc-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The sliding track background */
.tc-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    /* /* Slate gray when off */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 30px;
}

/* The sliding circle indicator knob */
.tc-toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: var(--white);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* On state track transformation color */
.tc-toggle-switch input:checked+.tc-toggle-slider {
    background-color: var(--tc-emerald, #7bc245);
    /* Emerald track when active */
    box-shadow: 0 0 10px rgba(123, 194, 69, 0.3);
}

/* Translate/slide the knob to the right side on change */
.tc-toggle-switch input:checked+.tc-toggle-slider:before {
    transform: translateX(22px);
}

/* Active focus ring effect for keyboard accessibility navigation */
.tc-toggle-switch input:focus-visible+.tc-toggle-slider {
    outline: 2px solid var(--tc-navy, #0f172a);
    outline-offset: 2px;
}


/* how we work css start */
.link-arrow {
    color: var(--brand-green-dark);
    font-weight: 600;
    text-decoration: none;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.link-arrow i {
    transition: transform .2s ease;
}

.link-arrow:hover i {
    transform: translateX(4px);
}

.link-arrow:hover {
    color: var(--brand-green-dark);
}

.highlight-box {
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue));
    color: var(--white);
    font-weight: 500;
    padding: 1rem 1.2rem;
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(11, 74, 133, 0.25);
}

.step-tag {
    font-size: .78rem;
    font-weight: 600;
    color: var(--ink-soft);
    writing-mode: horizontal-tb;
}

/* numbered pill cards for step1 */
.num-card {
    text-align: center;
    padding: 1.8rem 1rem;
    transition: transform .25s ease, box-shadow .25s ease;
}

.num-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(16, 94, 169, 0.18);
}

.num-badge {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    color: var(--brand-green-dark);
    background: rgba(123, 194, 69, 0.15);
    padding: .45rem .65rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.num-icon {
    font-size: 2.1rem;
    color: var(--brand-blue-dark);
    margin-bottom: .9rem;
}

/* deliverable cards */
.deliv-card {
    padding: 1.6rem;
    transition: transform .25s ease, box-shadow .25s ease;
}

.deliv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(16, 94, 169, 0.18);
}

.deliv-tag {
    display: inline-block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    padding: .2rem .6rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.tag-green {
    background: rgba(123, 194, 69, 0.18);
    color: var(--brand-green-dark);
}

.tag-blue {
    background: rgba(16, 94, 169, 0.14);
    color: var(--brand-blue-dark);
}

.tag-cyan {
    background: rgba(45, 178, 204, 0.16);
    color: #1c8ea6;
}

.tag-gold {
    background: rgba(230, 169, 45, 0.18);
    color: #a9791b;
}

/* bullet rows */
.bullet-row {
    padding: .9rem 1.1rem;
    border-radius: 14px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    font-size: .92rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    transition: .25s ease;
}

.bullet-row:hover {
    background: rgba(255, 255, 255, 0.65);
    transform: translateX(4px);
}

.bullet-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dot-green {
    background: var(--brand-green);
}

.dot-blue {
    background: var(--brand-blue);
}

/* delivery process card */
.process-card-glassy {
    border-radius: 28px;
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
    /* background:
      radial-gradient(600px 400px at 90% 90%, rgba(123,194,69,0.35), transparent 60%),
      radial-gradient(500px 400px at 5% 10%, rgba(16,94,169,0.30), transparent 55%),
      linear-gradient(135deg, rgba(255,255,255,0.85), rgba(235,244,255,0.7)); */
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
}

.process-step {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    padding: 1.4rem 1rem;
    text-align: center;
    backdrop-filter: blur(8px);
    height: 100%;
}

.process-num {
    font-weight: 800;
    font-size: .9rem;
    color: var(--brand-blue-dark);
    margin-bottom: .6rem;
}

.process-icon-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid rgba(16, 94, 169, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .8rem;
    background: rgba(255, 255, 255, 0.6);
    font-size: 1.5rem;
    color: var(--brand-blue-dark);
}

.process-arrow {
    color: var(--brand-blue);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

/* stats */
.stat-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(16, 94, 169, 0.1);
}

.stat-icon {
    font-size: 1.9rem;
    color: var(--brand-green-dark);
    flex-shrink: 0;
}

.stat-num {
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--ink);
}

.stat-num.accent {
    color: var(--brand-green-dark);
}

.stat-lbl {
    font-size: .85rem;
    color: var(--ink-soft);
}

.rated-logo {
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.quick-panel {
    border-radius: 24px;
    padding: 2rem;
    background:
        linear-gradient(135deg, rgba(16, 94, 169, 0.18), rgba(123, 194, 69, 0.14));
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(18px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.file-input-wrap {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    padding: .8rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9rem;
    color: var(--ink-soft);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.section-title {
    font-weight: 700;
    letter-spacing: -.01em;
}

.rounded-photo {
    border-radius: 22px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.photo-frame {
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 45px rgba(16, 94, 169, 0.18);
}

.photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.photo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, rgba(16, 94, 169, 0.15), transparent 55%);
}

.photo-accent {
    position: absolute;
    z-index: -1;
    border-radius: 26px;
    background: linear-gradient(135deg, #7bc2456b, #105ea973);
    opacity: .35;
}

/* how we work css end */

/* schedule a call css start */
.creative-light-input {
    background: var(--white) !important;
    border: 1px solid rgba(21, 41, 128, 0.12) !important;
    color: #152980 !important;
    padding: 13px 16px !important;
    font-size: 14.5px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.creative-light-group {
    border-color: rgba(21, 41, 128, 0.12) !important;
}

.creative-light-input::placeholder {
    color: rgba(21, 41, 128, 0.4) !important;
}

.creative-light-input:focus {
    border-color: var(--brand-blue) !important;
    box-shadow: 0 4px 14px rgba(72, 168, 173, 0.1) !important;
    background: var(--white) !important;
}

/* Interactive Card Micro behaviors */
.metric-card {
    border-color: rgba(21, 41, 128, 0.05) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.metric-card:hover {
    background: var(--white) !important;
    border-color: rgba(72, 168, 173, 0.3) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(21, 41, 128, 0.05) !important;
}

.label-upload-light:hover {
    border-color: #48A8AD !important;
    background: rgba(72, 168, 173, 0.02) !important;
}


.style-brands span {
    letter-spacing: 1px;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.style-brands span:hover {
    opacity: 0.9;
    color: #152980;
}

.border-light {
    border-color: rgb(21 41 128 / 5%) !important;
}

/* schedule a call css end */

/* why techavidus css start */
.link-cta {
    color: var(--brand-blue-dark);
    font-weight: 600;
    text-decoration: none;
    font-size: .92rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.link-cta i {
    font-size: .8rem;
    transition: transform .2s ease;
}

.link-cta:hover i {
    transform: translateX(4px);
}

.link-cta:hover {
    color: var(--brand-blue-dark);
}

/* ---------- Icon tiles ---------- */
.icon-tile {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.icon-tile.grad {
    background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
    color: var(--white);
    box-shadow: 0 12px 24px -8px rgba(16, 94, 169, 0.5);
}

.icon-tile.soft {
    background: linear-gradient(135deg, rgba(123, 194, 69, 0.16), rgba(16, 94, 169, 0.16));
    color: var(--brand-blue-dark);
}

.icon-tile.ghost {
    background: var(--glass-strong);
    border: 1px solid var(--glass-border);
    color: var(--brand-blue-dark);
}

/* ---------- Hero ---------- */
.hero-wrap {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}

.hero-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2 !important;
}

.speech-card {
    padding: 1.3rem 1.5rem;
    display: flex;
    align-items: start;
    gap: 1rem;
    max-width: 470px;
}

.avatar-ring {
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
    flex-shrink: 0;
}

.avatar-ring img {
    border-radius: 50%;
    border: 3px solid var(--white);
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}

/* Bento stat grid */
.bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.bento-cell {
    padding: 1.4rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    transition: transform .3s ease, box-shadow .3s ease;
}

.bento-cell:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.bento-cell .num {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
}

.bento-cell .lbl {
    font-size: .8rem;
    color: var(--ink-soft);
    font-weight: 500;
}

.bento-cell .fa-tile {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* ---------- Quote strip ---------- */
.quote-strip {
    padding: 2rem 2.3rem;
    position: relative;
    background: linear-gradient(120deg, rgba(123, 194, 69, 0.10), rgba(16, 94, 169, 0.08));
}

.quote-mark {
    position: absolute;
    top: 1.4rem;
    left: 1.6rem;
    font-size: 2.6rem;
    color: var(--brand-green);
    opacity: .35;
    line-height: 1;
}

/* ---------- Stat pill bar (reviews) ---------- */
.stat-pill-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.stat-pill {
    flex: 1 1 150px;
    /* max-width: 190px; */
    padding: 1.4rem 1.1rem;
    /* text-align: center; */
    transition: transform .3s ease, box-shadow .3s ease;
}

.stat-pill:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.stat-pill .fa-tile {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .7rem;
    font-size: 1.2rem;
}

.stat-pill .num {
    font-weight: 600;
    font-size: 1.35rem;
}

.stat-pill .lbl {
    font-size: .72rem;
    color: var(--ink-soft);
    font-weight: 500;
    margin-top: .15rem;
}

.stat-pill .stars {
    color: #F5A623;
    font-size: .72rem;
}

/* ---------- Why cards ---------- */
.why-card {
    padding: 1.9rem 1.7rem;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.mini-check {
    /* font-size: .83rem; */
    color: var(--ink-soft);
    display: flex;
    gap: .55rem;
    margin-bottom: .55rem;
}

.mini-check i {
    color: var(--brand-blue);
    margin-top: .2rem;
    flex-shrink: 0;
    /* font-size: .75rem; */
}

.rating-mini {
    display: flex;
    gap: .85rem;
    flex-wrap: wrap;
    margin-top: .7rem;
}

.rating-mini .badge-r {
    font-size: 1rem;
    color: var(--ink-soft);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .15rem;
}

.rating-mini .stars-sm {
    color: #F5A623;
    font-size: 0.6rem;
}

/* why techavidus css end */

/* About us page css start */
/* photo collage */
.collage {
    position: relative;
    height: 420px;
}

.collage img {
    position: absolute;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: var(--shadow-lg);
    border: 5px solid var(--white);
}

.collage .p1 {
    width: 78%;
    height: 75%;
    top: 0;
    left: 0;
    z-index: 1;
}

.collage .p2 {
    width: 55%;
    height: 48%;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.collage .blob-bg {
    position: absolute;
    top: -30px;
    right: -40px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(123, 194, 69, 0.22), rgba(16, 94, 169, 0.18));
    filter: blur(10px);
    z-index: 0;
}

.value-card {
    padding: 1.7rem 1.6rem;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.badge-tile {
    padding: 1.6rem 1rem;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-tile:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.badge-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto;
}

/* About us page css end */

.partner-slider.swiper .swiper-slide {
    margin: 0 50px !important;
}

.partner-area-glass .swiper-wrapper .swiper-slide .d-flex.align-items-center.justify-content-center {
    height: 50px !important;
}

/* get a quote css start */
.apart-card {
    padding: 1.9rem 1.4rem;
    text-align: center;
    height: 100%;
}

.apart-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.2rem;
    color: var(--white);
}

.col-lg-2dot4 {
    flex: 0 0 auto;
    width: 20%;
}

.counter-card {
    padding: 2rem 1.25rem;
    text-align: center;
}

.counter-num {
    font-weight: 700;
    font-size: 2.1rem;
    color: var(--brand-navy);
}

.counter-label {
    font-weight: 600;
    font-size: .9rem;
    color: var(--ink);
}

.why-panel {
    padding: 3rem;
    text-align: center;
}

.slider-wrap {
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 55px rgba(18, 63, 120, 0.18);
}

.slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(6, 20, 38, 0.85), rgba(6, 20, 38, 0.15) 70%, transparent);
    padding: 2.5rem 2rem 2rem;
    color: var(--white);
    text-align: center;
}

.slide-img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.slide-caption h4,
.slide-caption p {
    color: var(--white);
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(255, 255, 255, 0.85);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--green-600);
    backdrop-filter: blur(6px);
}

.swiper-button-next,
.swiper-button-prev {
    &.swiper-button-disabled {
        opacity: 1;
    }
}

.swiper-button-next,
.swiper-button-prev {

    ::slotted(svg),
    svg {
        fill: var(--brand-blue);
        height: 20px;
    }
}

.swiper-navigation-icon path {
    fill: var(--brand-blue);
}

.get-quote-wrapper header {
    background-color: rgba(255, 255, 255, 0.45);
}

/* get a quote css end */

.value-card.cta-card {
    background: linear-gradient(135deg, rgb(0 84 165), rgb(75 156 235));
}

.value-card.cta-card h6,
.value-card.cta-card p {
    color: var(--white) !important;
}

.select2-container--default .select2-selection--multiple::before {
    z-index: 1;
}

.swiper-pagination-bullet {
    background: var(--brand-blue);
}

/* ai-with-human-touch css start */
.icon-badge {
    width: 50px !important;
    min-width: 50px;
    height: 50px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgba(21, 39, 67, .08);
    font-size: 1.05rem;
    box-shadow: 0 4px 12px rgba(21, 39, 67, .06);
}

.icon-badge.blue {
    color: var(--brand-blue);
    background: rgba(24, 99, 214, .08);
}

.icon-badge.dark {
    background: rgba(21, 39, 67, .9);
    color: #fff;
}

.icon-badge.green {
    color: var(--brand-green-dark);
}

.badge-pill {
    font-weight: 600;
    font-size: .72rem;
    letter-spacing: .03em;
    padding: .35rem .8rem;
    border-radius: 99px;
    width: fit-content;
}

.badge-pill.blue {
    background: rgba(24, 99, 214, .1);
    color: var(--brand-blue);
}

.badge-pill.green {
    background: rgba(93, 184, 69, .12);
    color: var(--brand-green);
}

.badge-pill.purple {
    background: rgba(139, 92, 246, .12);
    color: #8b5cf6;
}

.badge-pill.orange {
    background: rgba(245, 166, 35, .12);
    color: #f5a623;
}

.num-tag {
    font-weight: 600;
    color: rgb(21 39 67 / 8%);
    font-size: 2rem;
}

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(21, 39, 67, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .8rem;
    color: var(--ink-soft);
    flex-shrink: 0;
}

.step-number.done {
    background: var(--brand-green-dark);
    color: #fff;
    border: none;
}

.step-row {
    background: linear-gradient(90deg, rgba(93, 184, 69, .12), rgba(24, 99, 214, .06));
    border-color: rgba(63, 174, 99, .3);
}

.carousel-custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: .3;
    transition: all .3s ease;
}

.carousel-custom-indicators button.active {
    opacity: 1;
    background: #000 !important;
}

.text-info {
    color: #1D4B68 !important;
}

/* ai-with-human-touch css end */

/* ===========================================================
   ARORA REQUEST QUOTE MODAL
=========================================================== */

.arora-rq-modal {
    z-index: 1080;
    --bs-modal-bg: transparent;
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 28px;
    --bs-modal-padding: 0;
    --bs-modal-margin: 0;
}

.arora-rq-modal .modal-dialog {
    width: min(1180px, 94vw);
    max-width: 1180px;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 4rem);
}

.arora-rq-modal .modal-content {
    width: 100%;
    border: none;
    border-radius: 28px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 35px 80px rgba(16, 94, 169, .18);
}

.arora-rq-modal .modal-body {
    padding: 0;
}

.arora-rq-modal .arora-modal-wrapper {
    display: flex;
    width: 100%;
    min-height: 700px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
}

.arora-rq-modal .s-f-left {
    flex: 1;
    display: flex;
}

.arora-rq-modal .s-f-right {
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.arora-rq-modal .position-sticky {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
}

.arora-rq-modal .o-contact-form {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.arora-rq-modal .form-control,
.arora-rq-modal .form-select {
    border-radius: 14px;
}

.close-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    top: -12px;
    background: #545454;
    color: #fff;
    opacity: 0.8;
}

.arora-rq-modal .modal-backdrop.show {
    opacity: .55;
}

.arora-rq-modal .modal-content {
    --bs-modal-bg: transparent;
    --bs-modal-border-width: 0;
}

.arora-rq-modal .modal-dialog {
    padding: 0;
}

/* Modal Width */
.arora-rq-modal .modal-dialog {
    max-width: 1300px;
    width: 95%;
}

/* Overall popup height */
.arora-modal-wrapper {
    display: flex;
    /* height:520px; */
}

.modal-dialog {
    max-width: 800px !important;
}

.modal-dialog.modal-bookcall-sm {
    max-width: 440px !important;
}

.modal-content.arora-modal-card {
    border-radius: 24px;
}

/* Left side */
.arora-modal-left {
    flex: 18% !important;
    border-radius: 24px 0 0 24px;
}

/* Right side */
.arora-modal-right {
    flex: 55%;
    display: flex;
    flex-direction: column;
    border-radius: 0 24px 0px 24px;
}

/* Scroll only form */
.arora-contact-section {
    flex: 1;
    overflow-y: auto;
}

/* Cookie panel css start */
.cookie-footer .btn-outline-glass,
.cookie-footer .btn-light {

    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(16, 94, 169, .18);

    color: var(--brand-blue);

    box-shadow:
        inset 0 1px rgba(255, 255, 255, .7),
        0 6px 18px rgba(16, 94, 169, .06);

    transition: .25s;
}

.cookie-footer .btn-outline-glass:hover,
.cookie-footer .btn-light:hover {

    background: rgba(255, 255, 255, .85);

    border-color: rgba(16, 94, 169, .35);

    transform: translateY(-2px);
}

#cookie-panel {

    position: relative;

    overflow: hidden;

    box-shadow:
        0 20px 45px rgba(16, 94, 169, .12),
        inset 0 1px rgba(255, 255, 255, .75),
        inset 0 -30px 50px rgba(16, 94, 169, .03);

}

#cookie-panel::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(circle at 10% 15%,
            rgba(123, 194, 69, .08),
            transparent 35%),

        radial-gradient(circle at 100% 0,
            rgba(16, 94, 169, .07),
            transparent 40%);

}

.cookie-footer {

    border-top: 1px solid rgba(16, 94, 169, .08);

    /* padding-top:20px;

    margin-top:22px; */

}

.cookie-secondary-buttons {

    display: flex;

    gap: 12px;

    margin-top: 10px;

}

.cookie-secondary-buttons .btn {

    flex: 1;

}

.cookie-overlay {

    position: fixed;

    inset: 0;

    background: rgba(12, 25, 48, .22);

    backdrop-filter: blur(3px);

    -webkit-backdrop-filter: blur(3px);

    z-index: 999998;

    opacity: 0;

    transition: .35s ease;

    pointer-events: none;
}

.cookie-overlay.show {

    opacity: 1;

    pointer-events: auto;
}

.cookie-btn-primary {
    height: 35px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 16px;
}

.cookie-secondary-buttons .btn {
    height: 35px;
    font-size: 10px;
    border-radius: 14px;
    letter-spacing: .1px;
}

#globalCaptchaModal {
    background: #00000078;
    height: 100%;
    width: 100%;
}

.light-blue-bg {
    background: #eef3fd;
    border-radius: 15px 15px 0px 0px;
}

.select2-container.select2-container--default.select2-container--open {
    width: 100% !important;
}

/* ==========================================================================
   Table of Contents (TOC) - Clean Flat List Layout
   ========================================================================== */

/* Remove any background boxes, restrictions, and scrollbars injected by JS */
.toc-wrapper,
#toc,
#toc *,
.toc-list {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
}

/* Reset inner bullet structures to maintain control over alignment */
.toc-wrapper ul,
.toc-wrapper ol,
#toc ul,
#toc ol {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Flat List Item Styling (All menu items align identically) */
.toc-wrapper li,
#toc li,
.toc-list li {
    position: relative !important;
    padding-left: 1.5rem !important;
    /* Generates breathing space on the left */
    margin-bottom: 0.35rem !important;
    padding: 10px 5px 10px 24px !important;
    border-radius: 10px;
}

.toc-wrapper li:hover,
#toc li:hover,
.toc-list li:hover {
    position: relative !important;
    padding-left: 1.5rem !important;
    /* Generates breathing space on the left */
    background: rgb(16 94 169 / 6%) !important;
}

/* Solid Teal Bullet Icon (Matches Recent Posts Bullet Design) */
.toc-wrapper li::before,
#toc li::before,
.toc-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 10px !important;
    top: 17px !important;
    /* Perfect vertical alignment with standard text sizes */
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #105EA9 !important;
}

/* Clean interactive navigation styling */
.toc-wrapper a,
#toc a {
    display: inline-block !important;
    text-decoration: none !important;
    color: #4a5568 !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    transition: all 0.25s ease-in-out !important;
}

/* Subtle micro-interaction layout slide on link hover */
.toc-wrapper a:hover,
#toc a:hover {
    color: #105EA9 !important;
    transform: translateX(3px) !important;
}

/* Flex grid engine for glassy partner cards */
.partner-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

/* Premium dynamic glassy cards */
.glass-logo-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}

/* Vibrant hover effect */
.glass-logo-card:hover {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.95);
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 102, 255, 0.08);
}

.glass-logo-card svg {
    transition: transform 0.3s ease;
}

.glass-logo-card:hover svg {
    transform: scale(1.08);
}

/* breadcrumb css start */
.minimal-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.minimal-breadcrumb a {
    color: var(--brand-blue);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.minimal-breadcrumb a:hover {
    opacity: 0.7;
}

.minimal-breadcrumb .crumb-split {
    color: var(--ink-soft);
    opacity: 0.3;
    user-select: none;
}

.minimal-breadcrumb .crumb-current {
    color: var(--ink-soft);
}

/* breadcrumb css start */

/* blog detail page css start */
.faqs-wrapper .accordion-item {
    border: inherit !important;
}

.blog-left-side p {
    font-size: 17px;
}

.top-95px {
    top: 95px;
}

.author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 90px;
}

.border-t-green {
    border-top: 5px solid #7bc245;
}

.list-group-flush {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.faqs-wrapper .accordion-button,
.faqs-wrapper .accordion-body {
    background-color: transparent !important;
}





[class^="arrow"] {
    position: inherit;
    transform: inherit;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 100px;
    padding: 10px 10px 10px 24px;
    box-shadow: 0 6px 20px rgba(20, 30, 80, 0.08);
    font-weight: 600;
    font-size: 14.5px;
    color: #1a1f36;
    text-decoration: none;
    white-space: nowrap;
}

.view-all-btn .arrow-circles {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--brand-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.info-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 20px 45px -20px rgba(20, 30, 80, 0.18);
    display: flex;
    flex-direction: column;
    border-bottom: 5px solid var(--accent);
    transition: transform .25s ease, box-shadow .25s ease;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 55px -18px rgba(20, 30, 80, 0.24);
}

.card-visual {
    position: relative;
    padding: 34px 30px 26px;
    background: var(--visual-bg);
    min-height: 210px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 22px -6px var(--accent);
    margin-bottom: 20px;
}

.dot-o {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid var(--accent);
    border-radius: 50%;
    opacity: .35;
}

.illus {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 190px;
    height: auto;
}

.card-body-custom {
    padding: 26px 30px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cat-badge {
    display: inline-block;
    width: fit-content;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--accent);
    background: var(--badge-bg);
    padding: 6px 14px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f1a33;
    line-height: 1.5;
    margin-bottom: 14px;
}

.card-desc {
    font-size: 14.5px;
    color: #6b7386;
    line-height: 1.65;
    margin-bottom: 24px;
}

.card-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 15px;
    color: var(--accent);
    text-decoration: none;
}

.read-more .arrow-circles-sm {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.dots-grid {
    display: grid;
    grid-template-columns: repeat(4, 5px);
    gap: 6px;
}

.dots-grid span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
    opacity: .35;
}

.key-takeaway-bg {
    background: rgb(16 94 169 / 8%);
    padding: 16px;
    border-radius: 16px;
}

.author-meta-badge {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.4rem;
    column-gap: 0.8rem;
    background: var(--glass-bg-strong, #ffffff);
    border: 1px solid var(--glass-border, rgba(0, 0, 0, 0.06));
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
}

.meta-company-accent {
    color: var(--brand-green, #7bc245);
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* blog detail page css end */

/*==========================
  CTA BUTTON
==========================*/

.glass-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 8px 18px 8px 12px;
    border-radius: 80px;
    text-decoration: none;
    overflow: hidden;
    background: rgba(255, 255, 255, .18);
    border: 1.5px solid rgba(255, 255, 255, .65);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(40, 95, 255, .12), inset 0 1px 0 rgba(255, 255, 255, .9), inset 0 -1px 0 rgba(255, 255, 255, .25);
    transition: .45s;
}

.glass-btn::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .08));
    z-index: 0;
}

.glass-btn::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 100%;
    left: -190px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent);
    transform: skewX(-25deg);
    transition: 1s;
}

.glass-btn:hover::after {
    left: 115%;
}

.glass-btn:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(40, 95, 255, .22), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.glass-btn>* {
    position: relative;
    z-index: 2;
}

/* Left Icon */
.glass-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7bc245, #2e72b4);
    color: #fff;
    font-size: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 8px 18px rgb(16 94 169 / 15%);
}

/* Text */

.glass-text {
    font-size: 16px;
    font-weight: 700;
    color: #183153;
    letter-spacing: .3px;
    text-transform: uppercase;
}

/* Floating Glow */
.glass-btn .glow {
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(70, 205, 255, .45), transparent 70%);
    left: -30px;
    top: -45px;
    filter: blur(20px);
    z-index: 0;
}

.span-width {
    width: calc(100% - 30px);
    display: inline-block;
}

.top-5 {
    top: 5px;
}

.gradient-green-blue{ 
    background: linear-gradient(135deg, rgba(var(--brand-green-rgb, 40, 167, 69), 0.15), rgba(var(--brand-blue-rgb, 13, 110, 253), 0.15)); 
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.h64w64{
    width: 64px;
    height: 64px;
}

.gradient-btn{
    background: linear-gradient(135deg, var(--brand-green-dark), var(--brand-blue));
        color: var(--white);
    font-weight: 600;
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.2);
    transition: background 0.2s;

    &:hover{
        color: var(--white);
        background: linear-gradient(135deg, var(--brand-blue), var(--brand-green-dark));
        transition: background 0.2s;
    }
}
.technology-card.main-tech .card .card-body{
    width: 120px;
    height: 120px;
    padding: 20px;

}

.go-top {
    background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    right: 20px;
}

.client-comment p{
    color: var(--color-ink-soft);
}

/* Case Study Heading */
.heading-case.case-content h5 {
    font-size: var(--f16);
}

.case-img img {
    border-radius: 15px !important;
}

.feature-section ul li::before, .accordion-body ul li::before {
    background: none;
}


.ai-banner{
    position:relative;
    overflow:hidden;
}

.ai-banner .container{
    position:relative;
    min-height:600px;
}

/* Image merged with content */
.ai-bg-image{
    position:absolute;
    right:-60px;
    top:0;
    width:72%;
    max-width:none;
    z-index:1;
    pointer-events:none;
}

/* Content above image */
.z-2{
    position:relative;
    z-index:2;
}

.row-gap-5 {
    row-gap: 1rem !important;
}

.faqs-wrapper .accordion-button.collapsed {
    font-size: 16px;
}

.display-4{
    font-size:58px;
    line-height:1.1;
    color:#111827;
}

.gradient-text{
    background:linear-gradient(90deg,#69c53f,#26b5e8,#2379ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.banner-text{
    font-size:18px;
    line-height:1.8;
    color:#444;
}

.icon-circle{
    width:55px;
    height:55px;
    border:2px solid #48A8AD;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#48A8AD;
    background:#fff;
    font-size:22px;
}

.explore-btn{
    padding:16px 34px;
    border:2px solid #48A8AD;
    border-radius:12px;
    background:#fff;
    color:#111;
    font-weight:600;
}

.explore-btn:hover{
    background:#48A8AD;
    color:#fff;
}

.cookie-content {
    width: 360px;
    box-shadow: 0 0 10px rgba(52 52 52 / 0.27) !important;
    overflow: hidden;
    border-radius: 18px;
    background: rgb(255 255 255 / 69%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 16px 45px rgba(40, 80, 88, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(145%);
    -webkit-backdrop-filter: blur(20px) saturate(145%);
}

.cookie-header {
    background: rgb(255 255 255 / 69%);
    backdrop-filter: blur(20px) saturate(145%);
}

@media(max-width:992px){

.ai-banner{
    min-height:auto;
}

.ai-bg-image{
    position:relative;
    width:100%;
    right:0;
    margin-top:40px;
}

.display-4{
    font-size:38px;
}

}


@media (min-width: 1024px) {
    .side-shadow {
        display: flex;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .nav-link-custom {
        padding: 8px 5px !important;
        font-size: 14px;
    }

    .btn-quote,
    .btn-book {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/* Desktop */
@media (min-width:992px) {

    .arora-rq-modal .s-f-left {
        width: 48%;
    }

    .arora-rq-modal .s-f-right {
        width: 52%;
    }
}

/* Tablet */
@media (max-width:991px) {
    .timeline:before {
        display: none
    }

    .inquiry-img {
        display: none;
    }

    .speech-card {
        max-width: 100%;
    }

    .col-lg-2dot4 {
        width: 33.33%;
    }

    .container, .container-sm, .custom-header-container {
        max-width: 90%;
    }

    .process-card {
        grid-template-columns: 60px 60px 1fr;
        /* text-align: center */
        margin: 0 0 0;
    }

    .arora-rq-modal .modal-dialog {
        width: calc(100% - 24px);
        min-height: auto;
        margin: 12px auto;
    }

    .arora-rq-modal .quickform-holder {
        flex-direction: column;
        min-height: auto;
    }

    .arora-rq-modal .s-f-left {
        display: none;
    }

    .arora-rq-modal .s-f-right {
        width: 100%;
    }

    /* Transforms Navigation Layer into a Left Drawer Sidebar */
    .main-nav-menu {
        position: fixed;
        top: 0;
        left: -370px;
        /* Offscreen hide position */
        width: 300px;
        height: 100vh;
        border-right: 1px solid rgba(255, 255, 255, 0.6);
        background: rgb(255 255 255 / 95%);
        border: 1px solid var(--glass-border);
        border-radius: 0 20px 20px 0;
        border-radius: 0 24px 24px 0;
        backdrop-filter: blur(22px) saturate(170%);
        -webkit-backdrop-filter: blur(22px) saturate(170%);
        box-shadow: var(--glass-shadow);
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        padding: 0 12px 12px;
        z-index: 2000;
        overflow-y: auto;
        transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* Active Responsive Class trigger */
    .main-nav-menu.active {
        left: 0;
        margin-left: -16px;
        margin-top: -15px;
    }

    .sidebar-close-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 12px;
        position: sticky;
        top: 0;
        z-index: 3;
        background: rgb(255 255 255 / 87%);
        backdrop-filter: blur(22px) saturate(170%);
        padding-top: 12px;
    }

    .nav-item-custom {
        width: 100%;
    }

    .nav-link-custom {
        width: 100%;
        justify-content: space-between;
        padding: 12px 16px !important;
    }

    /* Convert Mega Menu relative positioning block layout inside the sidebar frame */
    .mega-menu-wrapper {
        position: relative;
        top: 0;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        padding-top: 4px;
        z-index: auto;
    }

    /* Toggle display parameters smoothly inside viewport wrapper adjustments */
    .nav-item-custom:hover .mega-menu-wrapper {
        display: block;
    }

    .mega-menu-content {
        padding: 20px 16px;
        border-radius: 16px;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .menu-col-title {
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .bg-circle-green,
    .bg-circle-blue {
        display: none;
    }
}

@media (max-width: 850px) {
    .custom-header-container {
        padding: 0 1rem;
    }
}

/* Responsive */
@media(max-width:767px) {
    .glass-btn {
        padding: 10px 12px 10px 10px;
        gap: 12px;
    }

    .faqs-wrapper .accordion-button {
        margin-top: 0;
    }

    .process-card {
        grid-template-columns: 60px 1fr;
        margin: 0 0 0;
    }

    .process-card .step {
        display: none;
    }

    .custom-header-container {
        padding: 0 1rem;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .section-gap {
        padding: 20px 0 !important;
    }

    .tc-avatar-img {
        width: 200px;
        height: 200px;
        margin-bottom: 15px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .hero-heading {
        line-height: 1.5 !important;
    }

    body, .item-content p {
        font-size: 16px;
    }

    .h5, h5 {
        font-size: 20px;
    }

    .h3, h3 {
        font-size: calc(1.3rem + .6vw);
    }

    .fs-5 {
        font-size: 18px !important;
    }
    .hero-wrap {
        padding-top: 0.5rem;
        padding-bottom: 02rem;
    }
    .hero-heading {
        font-size: clamp(1.8rem, 4vw, 3rem);
        font-weight: 700;
        line-height: 1.2 !important;
    }
    .intro-text {
        font-size: 1rem;
    }
        section.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
        .technology-card.main-tech .card .card-body {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .section-title p,
    .item-content p{
        font-size: var(--f14);
    }
    .partner-slider.swiper .swiper-slide {
        margin: 0 20px !important;
    }
    .go-top.active {
        bottom: 80px;
    }
    /* header.custom-header-container {
        padding: 0;
        transition: padding 0.5s ease;
    }

    header.custom-header-container.fixed {
        padding: 0 0;
        top: 0;
    } */

    header .custom-navbar {
        /* border-radius: 0; */
        border-radius: 999px;
        transition: border-radius 0.5s ease;
    }

    /* header.fixed .custom-navbar {
        border-radius: 24px;
    } */
}
/* =========================================================
   GLOBAL intlTelInput 25.3.1
   Match Select2 / Bootstrap style
   ========================================================= */

.iti {
    width: 100%;
}


/* =========================================================
   PHONE INPUT
   ========================================================= */

.iti input {
    width: 100% !important;
    height: 50px !important;

    border: 1px solid #ced4da !important;
    border-radius: 8px !important;

    background-color: #fff !important;

    color: #344054 !important;
    font-size: 15px !important;

    outline: none !important;
}


/* Focus */
.iti input:focus {
    border-color: #7bc245 !important;

    box-shadow: 0 0 0 0.15rem rgba(123, 194, 69, 0.15) !important;

    outline: none !important;
}


/* =========================================================
   SELECTED COUNTRY BUTTON
   ========================================================= */

.iti__selected-country {
    background-color: #fff !important;
    border-radius: 8px 0 0 8px !important;
}


/* =========================================================
   COUNTRY DROPDOWN
   ========================================================= */

.iti__dropdown-content {
    background-color: #fff !important;

    border: 1px solid #dee2e6 !important;

    border-radius: 8px !important;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;

    overflow: hidden;
}


/* =========================================================
   COUNTRY SEARCH
   ========================================================= */

.iti__search-input {
    width: calc(100% - 16px) !important;
    height: 40px !important;
    margin: 8px !important;
    padding: 8px 12px !important;
    border: 1px solid #ced4da !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    color: #344054 !important;
    font-size: 14px !important;
    outline: none !important;
}


.iti__search-input:focus {
    border-color: #7bc245 !important;
    box-shadow: 0 0 0 0.15rem rgba(123, 194, 69, 0.15) !important;
}


/* =========================================================
   COUNTRY OPTIONS
   ========================================================= */

.iti__country {
    min-height: 40px !important;
    padding: 9px 20px !important;
    background-color: #fff !important;
    color: #344054 !important;
    font-size: 15px !important;
    cursor: pointer;
}


/* Hover */
.iti__country:hover {
    background-color: #eefbf2 !important;
}


/* Highlight */
.iti__country.iti__highlight {
    background-color: #eefbf2 !important;
}


/* =========================================================
   COUNTRY NAME
   ========================================================= */

.iti__country-name {
    color: #344054 !important;
}


/* =========================================================
   DIAL CODE
   ========================================================= */

.iti__dial-code {
    color: #8a8f98 !important;
}


/* =========================================================
   DROPDOWN SCROLLBAR
   ========================================================= */

.iti__country-list::-webkit-scrollbar {
    width: 6px;
}

.iti__country-list::-webkit-scrollbar-track {
    background: transparent;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background: #c5c9ce;
    border-radius: 10px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}