/* ==========================================
   TANVIX WEBSITE STYLES
   Main stylesheet
========================================== */


/* ================= ROOT ================= */

:root {

    --bg: #050505;
    --surface: #111111;
    --surface-2: #1a1a1a;

    --text: #ffffff;
    --muted: #b8b8b8;

    --accent: #D4AF37;
    --accent-2: #F5D76E;

    --border: rgba(212,175,55,0.14);

    --radius: 12px;

}


/* ================= RESET ================= */

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


html {

    scroll-behavior: smooth;

}


body {

    font-family: 'Outfit', system-ui, sans-serif;

    background: radial-gradient(circle at top,#1a1200 0%,#050505 35%,#000000 100%);

    color: var(--text);

    line-height: 1.6;

    overflow-x: hidden;

}


h1,
h2,
h3,
.logo {

    font-family: 'Space Grotesk', sans-serif;

    font-weight: 700;

    line-height: 1.15;

}


a {

    color: inherit;

    text-decoration: none;

}


/* ================= NAVIGATION ================= */

nav {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 1000;


    display: flex;

    justify-content: space-between;

    align-items: center;


    padding: 0.1rem 4%;


    background: rgba(5,5,5,.92);


    backdrop-filter: blur(16px);


    border-bottom:
    1px solid var(--border);

}



.logo {

    font-size: 1.6rem;

    letter-spacing: -0.5px;

}



.logo span {

    background:
    linear-gradient(
        135deg,
        var(--accent),
        var(--accent-2)
    );


    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.nav-links {

    display: flex;

    gap: 2.2rem;

    list-style: none;

}



.nav-links a {

    color: var(--muted);

    font-size: 1.25rem;

    font-weight: 500;

    transition: .25s;

}



.nav-links a:hover {

    color: var(--text);

}



.nav-cta {

    background:
    linear-gradient(
        135deg,
        var(--accent),
        #B8860B
    );


    color:white;


    padding:
    .65rem 1.4rem;


    border-radius:50px;


    font-weight:600;


    font-size:.9rem;


    transition:.25s;

}



.nav-cta:hover {

    transform:translateY(-2px);


    box-shadow:
    0 8px 24px
    rgba(212,175,55,.35);

}



/* ================= HERO ================= */


.hero{
    position: relative;
    min-height: 20vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Background Logo */
.hero::after{
    content: "";
    position: absolute;

    top: 50%;
    left: 80%;

    transform: translate(-50%, -50%);

    width: 650px;
    height: 650px;

    background: url("/images/T.png") no-repeat center;
    background-size: contain;

    opacity: 0.06;        /* Adjust 0.03 - 0.12 */
    pointer-events: none;
    z-index: 1;
}

/* Keep content above logo */
.hero-content{
    position: relative;
    z-index: 2;
}



.hero::before {

    content:"";


    position:absolute;


    top:-20%;


    right:-10%;


    width:600px;


    height:600px;


    background:
    radial-gradient(
        circle,
        rgba(212,175,55,.18),
        transparent 70%
    );


}



..hero::after{
    content: "";
    position: absolute;

    top: 50%;
    right: -80px;
    transform: translateY(-50%);

    width: 700px;
    height: 700px;

    background: url("images/tanvix-logo.png") no-repeat center;
    background-size: contain;

    opacity: .05;
    filter: grayscale(100%) brightness(2) sepia(100%) hue-rotate(5deg);
    pointer-events: none;
    z-index: 1;
}



.hero-content {

    max-width:780px;

    position:relative;

    z-index:2;

}



.hero-badge {

    display:inline-flex;


    align-items:center;


    gap:.5rem;


    background:
    rgba(212,175,55,.12);


    border:
    1px solid rgba(212,175,55,.25);


    color:var(--accent);


    padding:.4rem 1rem;


    border-radius:50px;


    margin-bottom:1.8rem;


    font-size:.85rem;

}



.hero h1 {

    font-size:
    clamp(2.8rem,6.5vw,4.8rem);


    letter-spacing:-1.5px;


    margin-bottom:1.5rem;

}



.gradient {

    background:
    linear-gradient(
        135deg,
        var(--accent),
        var(--accent-2)
    );


    -webkit-background-clip:text;


    -webkit-text-fill-color:transparent;

}



.hero p {

    max-width:540px;


    color:var(--muted);


    font-size:1.2rem;


    font-weight:300;


    margin-bottom:2.5rem;

}

/* ================= BUTTONS ================= */


.hero-btns {

    display:flex;

    flex-wrap:wrap;

    gap:1rem;

}



.btn {

    display:inline-flex;

    align-items:center;

    justify-content:center;


    padding:

    1rem 1.8rem;


    border-radius:50px;


    font-weight:600;


    font-size:1rem;


    transition:.25s;

}



.btn-primary {

    background:
    linear-gradient(
        135deg,
        var(--accent),
        #B8860B
    );


    color:white;

}



.btn-primary:hover {

    transform:
    translateY(-3px);


    box-shadow:
    0 12px 30px
    rgba(212,175,55,.35);

}



.btn-outline {

    background:transparent;


    border:
    1px solid var(--border);


    color:var(--text);

}



.btn-outline:hover {

    border-color:
    var(--accent);


    color:
    var(--accent);

}



/* ================= COMMON SECTIONS ================= */


section {

    padding:
    6.5rem 5%;

}



.section-header {

    max-width:640spx;

    margin-bottom:3.5rem;

}



.section-label {

    font-size:.85rem;


    font-weight:600;


    letter-spacing:2px;


    text-transform:uppercase;


    color:var(--accent);


    margin-bottom:.8rem;

}



.section-title {

    font-size:
    clamp(2rem,4vw,2.8rem);


    letter-spacing:-.5px;


    margin-bottom:1rem;

}



.section-desc {

    color:var(--muted);


    font-size:1.1rem;

}



/* ===========================
   SERVICES GRID
=========================== */
.services-grid{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;      /* Allows wrapping instead of overlapping */
    gap: 20px;
    margin-top: 50px;     /* More space from heading */
}

.service-card{
    width: 190px;
    min-width: 190px;
    height: 360px;          /* Same height for all cards */
    padding: 14px;
    border-radius: 12px;
    flex: 0 0 190px;

    display: flex;
    flex-direction: column;
}

#services{
    padding-top: 80px;
}

.section-header{
    margin-bottom: 50px;
}

/* Icon */
.service-icon{
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin-bottom: 10px;
}

/* Heading */
.service-card h3{
    font-size: 18px;
    color: #d4af37;
    text-shadow: 0 0 6px rgba(212, 175, 55, 0.35);
    font-weight: 500;
    line-height: 1.3;
    min-height: 48px;   /* Equal heading area */
    margin-bottom: 10px;
}

/* Description */
.service-card p{
    font-size: 16px;
    line-height: 1.45;
    flex-grow: 1;        /* Fills remaining space */
}




/* ================= ABOUT ================= */


.about {

    background:
    var(--surface);

}



.about-grid {

    display:grid;


    grid-template-columns:
    1fr 1fr;


    gap:4rem;


    align-items:center;

}



.about-text p {

    color:var(--muted);


    font-size:1.1rem;


    margin-bottom:1.5rem;

}



.stats {

    display:grid;


    grid-template-columns:
    1fr 1fr;


    gap:1.5rem;

}



.stat-card {

    background:
    var(--bg);


    border:
    1px solid var(--border);


    border-radius:
    var(--radius);


    padding:1.8rem;


    text-align:center;

}



.stat-number {

    font-size:2.4rem;


    font-weight:700;


    background:
    linear-gradient(
        135deg,
        var(--accent),
        var(--accent-2)
    );


    -webkit-background-clip:text;


    -webkit-text-fill-color:transparent;

}



.stat-label {

    color:var(--muted);


    font-size:.9rem;

}


/* ================= WORK PORTFOLIO ================= */


.work-grid {

    display:grid;


    grid-template-columns:
    repeat(
        auto-fit,
        minmax(320px,1fr)
    );


    gap:1.5rem;

}



.work-item {

    position:relative;


    aspect-ratio:16/11;


    overflow:hidden;


    border-radius:
    var(--radius);


    cursor:pointer;

}



.work-item .overlay {

    position:absolute;


    inset:0;


    display:flex;


    flex-direction:column;


    justify-content:flex-end;


    padding:1.8rem;


    background:
    linear-gradient(
        to top,
        rgba(8,8,12,.92),
        transparent 55%
    );


    transition:.3s;

}



.work-item:hover .overlay {

    background:
    linear-gradient(
        to top,
        rgba(8,8,12,.95),
        rgba(212,175,55,.25)
    );

}



.work-tag {

    color:
    var(--accent-2);


    font-size:.8rem;


    font-weight:500;


    margin-bottom:.4rem;

}



.work-item h3 {

    font-size:1.4rem;


    margin-bottom:.3rem;

}



.work-item p {

    color:var(--muted);


    font-size:.9rem;

}



/* Portfolio backgrounds */


.w1 {

    background:
    linear-gradient(
        135deg,
        #0b0b0b,#1b1b1b
    );

}


.w2 {

    background:
    linear-gradient(
        135deg,
        #111111,#242424
    );

}


.w3 {

    background:
    linear-gradient(
        135deg,
        #090909,#1c1c1c
    );

}


.w4 {

    background:
    linear-gradient(
        135deg,
        #101010,#2a2a2a
    );

}


.w5 {

    background:
    linear-gradient(
        135deg,
        #050505,#1a1a1a
    );

}


.w6 {

    background:
    linear-gradient(
        135deg,
        #0d0d0d,#252525
    );

}

/* ================= Value PORTFOLIO ================= */

.value-grid{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;   /* Keeps all cards in one row */
}

.value-item{
    flex: 1;
    max-width: 350px;
    min-height: 180px;
    padding: 15px;
}

.value-item::before{
    content: "";
    position: absolute;
    inset: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;

    opacity: 0.20;
    pointer-events: none;
    z-index: 1;
}

.value-item .overlay{
    position: relative;
    z-index: 2;
}

/* Trust */
.value-item[data-letter="T"]::before{
    background-image: url("/images/BT.png");
}

/* Authenticity */
.value-item[data-letter="A"]::before{
    background-image: url("/images/BA.png");
}

/* Next-Level Innovation */
.value-item[data-letter="N"]::before{
    background-image: url("/images/BN.png");
}

.value-item[data-letter="V"]::before{
    background-image: url("/images/BV.png");
}

.value-item[data-letter="I"]::before{
    background-image: url("/images/BI.png");
}
.value-item[data-letter="X"]::before{
    background-image: url("/images/BX.png");
}

@media (max-width: 768px){

    .value-grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .value-item{
        flex: 0 0 calc(33.333% - 6px);
        max-width: calc(33.333% - 6px);
        min-height: 140px;
        padding: 10px;
        box-sizing: border-box;
    }

    .value-item h3{
        font-size: 0.95rem;
    }

    .value-item p{
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .value-item::before{
        background-size: 55px;
    }
}

/* Values Section */
.values{
    position: relative;
    overflow: hidden;
}

/* Animated background */
.values::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,215,0,.15) 2px, transparent 3px),
        radial-gradient(circle at 80% 40%, rgba(255,215,0,.12) 2px, transparent 3px),
        radial-gradient(circle at 40% 80%, rgba(255,215,0,.18) 3px, transparent 4px);
    background-size: 250px 250px;
    animation: floatParticles 20s linear infinite;
    z-index: 0;
}

#values{
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #080808;
}

#values::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(212,175,55,.18) 2px, transparent 3px),
        radial-gradient(circle at 80% 40%, rgba(212,175,55,.15) 2px, transparent 3px),
        radial-gradient(circle at 40% 80%, rgba(212,175,55,.18) 3px, transparent 4px);
    background-size: 180px 180px;
    animation: goldParticles 15s linear infinite;
    opacity: .8;
    z-index: 0;
}

#values::after{
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle,
        rgba(212,175,55,.08),
        transparent 70%);
    animation: glowMove 10s ease-in-out infinite alternate;
    z-index: 0;
}

#values .section-header,
#values .value-grid{
    position: relative;
    z-index: 2;
}

@keyframes goldParticles{
    from{
        background-position: 0 0, 0 0, 0 0;
    }
    to{
        background-position: 0 -180px, 60px -180px, -60px -180px;
    }
}

@keyframes glowMove{
    from{
        transform: translate(-8%, -8%) scale(1);
    }
    to{
        transform: translate(8%, 8%) scale(1.2);
    }
}
/* ================= PROCESS ================= */


.process-steps {

    display:grid;


    grid-template-columns:
    repeat(
        auto-fit,
        minmax(220px,1fr)
    );


    gap:2rem;


    counter-reset:step;

}



.process-step {

    position:relative;


    padding-top:1rem;

}



.process-step::before {

    counter-increment:step;


    content:
    "0" counter(step);


    font-size:3rem;


    font-weight:700;


    color:
    rgba(212,175,55,.15);


    line-height:1;


    display:block;


    margin-bottom:.8rem;


    font-family:
    'Space Grotesk',
    sans-serif;

}



.process-step h3 {

    font-size:1.25rem;


    margin-bottom:.6rem;

}



.process-step p {

    color:var(--muted);


    font-size:.95rem;

}



/* ================= CTA ================= */


.cta{
    background: linear-gradient(180deg,#111,#080808);
    text-align: center;
    padding: 7rem 5%;
    position: relative;
}

.cta h2{
    font-size: clamp(3rem, 6vw, 4.8rem);
    font-weight: 800;
    text-align: center;
    margin: 0 auto 1.5rem;
}

.cta p{
    max-width: 700px;
    margin: 0 auto 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    color: var(--muted);
}



/* ================= FOOTER ================= */


footer {

    padding:
    3.5rem 5%;


    border-top:
    1px solid var(--border);


    display:flex;


    flex-wrap:wrap;


    justify-content:space-between;


    align-items:right;


    gap:2rem;

}



.footer-links {

    display:flex;


    gap:2rem;


    list-style:none;

}



.footer-links a {

    color:var(--muted);


    font-size:.9rem;


    transition:.2s;

}



.footer-links a:hover {

    color:var(--accent);

}



.copyright{
    color: var(--muted);
    font-size: .85rem;

    margin-left: auto;
    text-align: right;
}

/* ================= RESPONSIVE DESIGN ================= */


/* Tablet */

@media (max-width:900px) {


    .about-grid {

        grid-template-columns:
        1fr;

        gap:3rem;

    }


    .hero h1 {

        font-size:
        clamp(2.5rem,7vw,4rem);

    }


}



/* Mobile */

@media (max-width:768px) {


    nav {

        padding:
        1rem 5%;

    }



    .nav-links {

        display:none;

    }



    .nav-cta {

        padding:
        .55rem 1rem;

        font-size:.85rem;

    }



    .hero {

        padding-top:
        7rem;

    }



    .hero-btns {

        flex-direction:
        column;

    }



    .btn {

        width:100%;

    }



    section {

        padding:
        5rem 5%;

    }



    .services-grid {

        grid-template-columns:
        1fr;

    }



    .work-grid {

        grid-template-columns:
        1fr;

    }



    .stats {

        grid-template-columns:
        1fr;

    }



    .footer-links {

        flex-direction:
        column;

        gap:
        1rem;

    }



    footer {

        flex-direction:
        column;

        text-align:center;

    }



}



/* Small Mobile */

@media (max-width:480px) {


    .logo {

        font-size:
        1.35rem;

    }



    .hero h1 {

        font-size:
        2.4rem;

    }



    .hero p {

        font-size:
        1rem;

    }



    .section-title {

        font-size:
        2rem;

    }



    .service-card {

        padding:
        1.5rem;

    }



}





/* ===== Premium Glassmorphism ===== */

.service-card,
.value-item,
.stat-card{
    background:rgba(255,255,255,0.05);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(212,175,55,0.18);
    box-shadow:0 10px 35px rgba(0,0,0,.35);
}

.service-card:hover,
.value-item:hover,
.stat-card:hover{
    background:rgba(255,255,255,0.08);
    border-color:rgba(212,175,55,.45);
    box-shadow:
        0 20px 50px rgba(0,0,0,.45),
        0 0 30px rgba(212,175,55,.15);
    transform:translateY(-8px);
}

.service-card::after,
.value-item::after,
.stat-card::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:linear-gradient(135deg,
        rgba(255,255,255,.08),
        transparent 35%,
        transparent 70%,
        rgba(212,175,55,.05));
    pointer-events:none;
}

.about,
.cta{
    position:relative;
    overflow:hidden;
}


a:hover{color:#F5D76E;}
::selection{background:#D4AF37;color:#000;}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:#080808;}
::-webkit-scrollbar-thumb{background:#D4AF37;border-radius:20px;}
::-webkit-scrollbar-thumb:hover{background:#F5D76E;}


/* ===== ULTRA LUXURY THEME ===== */

section{position:relative}
section::before{
content:"";
position:absolute;inset:0;
background:radial-gradient(circle at top right,rgba(212,175,55,.06),transparent 45%);
pointer-events:none;
}

.service-card,.value-item,.stat-card,.work-item{
background:linear-gradient(160deg,rgba(20,20,20,.96),rgba(8,8,8,.98));
border:1px solid rgba(212,175,55,.22);
border-radius:18px;
box-shadow:0 15px 45px rgba(0,0,0,.45);
overflow:hidden;
position:relative;
transition:.45s ease;
}

.service-card::after,.value-item::after,.stat-card::after,.work-item::after{
content:"";
position:absolute;top:0;left:-120%;
width:70%;height:100%;
background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);
transform:skewX(-25deg);
transition:.8s;
}

.service-card:hover,.value-item:hover,.stat-card:hover,.work-item:hover{
transform:translateY(-12px) scale(1.02);
border-color:#D4AF37;
box-shadow:0 25px 60px rgba(0,0,0,.6),0 0 40px rgba(212,175,55,.25);
}

.service-card:hover::after,.value-item:hover::after,.stat-card:hover::after,.work-item:hover::after{left:150%;}

.btn-primary,.nav-cta{
background:linear-gradient(135deg,#F8E7A1,#D4AF37,#A87508);
box-shadow:0 8px 25px rgba(212,175,55,.35);
}

.btn-primary:hover,.nav-cta:hover{
box-shadow:0 15px 35px rgba(212,175,55,.5);
}

.section-title,.gradient,.stat-number{
background:linear-gradient(135deg,#FFF6D5,#F5D76E,#D4AF37,#9C6B00);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero::before,.cta::before{filter:blur(30px);}


.gold-letter{
    color:#D4AF37;
    font-weight:700;
}

/* Team buttons in one row */
/* Team buttons in one line */
/* Team container */
.team-boxes{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;      /* Allow second row */
    margin: 40px auto;
    max-width: 720px;     /* Width for 2 cards */
}

/* Team card */
.team-box{
    width: 320px;
    min-height: 120px;
    padding: 15px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,175,55,.2);
    border-radius: 14px;
    backdrop-filter: blur(15px);
    transition: .3s;

    flex: 0 0 320px;      /* Fixed width */
}

.team-box:hover{
    transform: translateY(-4px);
    border-color: #D4AF37;
    box-shadow: 0 10px 25px rgba(212,175,55,.18);
}

/* Third card in second row */
.team-box:nth-child(3){
    margin-top: 10px;
}

/* Text */
.team-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    text-align: left;
}

.team-box h4{
    margin: 0 0 6px;
    color: #D4AF37;
    font-size: 1.15rem;
    font-weight: 700;
}

.team-box p{
    margin: 0 0 6px;
    color: #ddd;
    font-size: .9rem;
}

.team-box a{
    color: #F5D76E;
    font-size: .9rem;
    text-decoration: none;
}

/* Photo */
/* Default photos (1st & 2nd) - Circle */
.team-photo{
    width: 85px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #D4AF37;
    flex-shrink: 0;
}

/* Only 3rd team member (Prashanth Sagar) - Square */
.team-box:nth-child(3) .team-photo{
    width: 85px;
    height: 100px;
    border-radius: 8px;   /* Square with slightly rounded corners */
}
/* Mobile */
@media (max-width:768px){
    .team-boxes{
        flex-wrap:wrap;
    }

    .team-box{
        max-width:100%;
        min-width:100%;
    }
}

.logo-img {
    height: 120px; /* Adjust as needed */
    width: 160px;
    display: block;
}
.logo {
    display: flex;
    align-items: center;
}


/* ===============================
   Fixed Back to Home Button
================================= */

.back-home-btn{
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 24px;
    border-radius: 10px;

    background: linear-gradient(135deg, #d4af37, #f5d76e);
    color: #111;
    text-decoration: none;
    font-weight: 700;

    box-shadow: 0 10px 25px rgba(212,175,55,.35);
    transition: all .3s ease;
}

.back-home-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(212,175,55,.45);
}

/* Prevent content from hiding behind the fixed button */
body{
    padding-top: 80px;
}

@media (max-width: 768px){

    .service-image{
        padding: 10px;
    }

    .service-image img{
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
    }

}
.service-image img{
    width: 100%;
    max-height: 100vh;
    object-fit: contain;
}

/* =========================================
   TANVIX MAP CARD
   ========================================= */

.map-card {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
    height: 220px;
    border-radius: 16px;
    background: #08080c;
}

/* Clickable area */
.map-card a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

/* =========================================
   MAP IMAGE - SHOW COMPLETE IMAGE
   ========================================= */

.map-card img {
    position: absolute;
    inset: 0;

    width: 100% !important;
    height: 100% !important;

    /* IMPORTANT */
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;

    display: block;
    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain;
    object-position: center;

    background: transparent;

    transition: none;
}

/* =========================================
   OVERLAY
   ========================================= */

.map-card a::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.15) 55%,
        transparent 100%
    );

    pointer-events: none;
    z-index: 2;
}

/* =========================================
   FIND US
   ========================================= */

.map-card .stat-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;

    z-index: 5;

    text-align: center;
}

/* Marker + Find Us */
.map-card .find-us {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

/* Marker */
.map-card .find-us i {
    color: #d4af37;
    font-size: 18px;
    line-height: 1;
}

/* Find Us */
.map-card .stat-number {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

/* Hyderabad | Telangana */
.map-card .location-name {
    margin-top: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .map-card {
        height: 190px;
        border-radius: 14px;
    }

    .map-card .stat-number {
        font-size: 16px;
    }

    .map-card .find-us i {
        font-size: 16px;
    }

    .map-card .location-name {
        font-size: 12px;
    }

    .map-card .stat-label {
        bottom: 11px;
    }
}