/*==================================================
 REDSPY MATRIMONIAL PAGE
==================================================*/

:root{
    --redspy-gold:#d8b15c;
    --redspy-dark:#120708;
    --redspy-maroon:#2b0b12;
    --redspy-light:#f8f6f2;
    --redspy-text:#555;
    --transition:.35s ease;
}

/*------------------------------------
PAGE WRAPPER
------------------------------------*/

.matrimonial-page{

    background:#fff;

    overflow-x:hidden;

}

/*------------------------------------
SERVICE HERO
------------------------------------*/

.matrimonial-hero{

    position:relative;

    min-height:760px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    color:#fff;

    overflow:hidden;

}

.matrimonial-hero img{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

    z-index:0;

}

.matrimonial-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(rgba(0,0,0,.72),
                    rgba(0,0,0,.72));

    z-index:1;

}

.matrimonial-hero-content{

    position:relative;

    z-index:5;

    max-width:980px;

    padding:40px;

}

.matrimonial-tag{

    color:var(--redspy-gold);

    font-size:15px;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:18px;

    display:block;

}

.matrimonial-title{

    font-size:64px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:28px;

    font-family:"Playfair Display",serif;

}

.matrimonial-description{

    max-width:820px;

    margin:auto;

    font-size:22px;

    line-height:1.9;

    color:#ececec;

}

/*------------------------------------
BUTTONS
------------------------------------*/

.matrimonial-buttons{

    display:flex;

    justify-content:center;

    gap:25px;

    margin-top:45px;

    flex-wrap:wrap;

}

.btn-consult{

    background:#9d1328;

    color:#fff;

    padding:18px 45px;

    border-radius:60px;

    text-decoration:none;

    font-size:18px;

    font-weight:600;

    transition:var(--transition);

}

.btn-consult:hover{

    background:#c01834;

    transform:translateY(-5px);

}

.btn-call{

    border:2px solid #fff;

    color:#fff;

    padding:18px 45px;

    border-radius:60px;

    text-decoration:none;

    font-size:18px;

    font-weight:600;

    transition:var(--transition);

}

.btn-call:hover{

    background:#fff;

    color:#2b0b12;

}

/*------------------------------------
SECTION TITLE
------------------------------------*/

.matrimonial-section{

    padding:120px 0;

}

.matrimonial-section-header{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.matrimonial-section-tag{

    color:var(--redspy-gold);

    letter-spacing:5px;

    text-transform:uppercase;

    font-size:15px;

    margin-bottom:20px;

}

.matrimonial-section-title{

    font-size:58px;

    line-height:1.2;

    margin-bottom:28px;

    font-family:"Playfair Display",serif;

}

.matrimonial-section-text{

    font-size:22px;

    line-height:1.9;

    color:#666;

}
.framework-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}
.framework-card{

    background:#fff;

    border-radius:18px;

    padding:40px 25px;

    text-align:center;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    border-top:5px solid #c89b3c;

    transition:.35s;

}
.framework-card i{

    font-size:42px;

    color:#c89b3c;

    margin-bottom:20px;

}
.framework-card h3{

    font-size:24px;

    font-family:'Playfair Display',serif;

    margin-bottom:15px;

    color:#1a1a1a;

}
.framework-card p{

    color:#666;

    line-height:1.8;

    font-size:15px;

}
.framework-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}
@media(max-width:991px){

.framework-grid{

grid-template-columns:repeat(2,1fr);

}

}
@media(max-width:768px){

.framework-grid{

grid-template-columns:1fr;

}

}
/*=========================================
WHO WE ASSIST
=========================================*/

.industries-grid{
    display:grid !important;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

.industry-card{
    background:#ffffff;
    border-radius:18px;
    padding:45px 25px;
    text-align:center;
    border:1px solid #e8e8e8;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.industry-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.industry-card i{
    font-size:48px;
    color:#c9a14a;
    margin-bottom:20px;
}

.industry-card h3{
    font-size:24px;
    font-weight:700;
    color:#111;
}

@media(max-width:991px){

.industries-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.industries-grid{
grid-template-columns:1fr;
}

}
/* ==========================================
   LUXURY GOLD DIVIDER
========================================== */

.luxury-divider{
    width:220px;
    height:1px;
    background:#c8a44d;
    margin:25px auto 60px;
    position:relative;
}

.luxury-divider::after{
    content:"✦";
    position:absolute;
    left:50%;
    top:-16px;
    transform:translateX(-50%);
    color:#c8a44d;
    background:#ffffff;
    padding:0 12px;
    font-size:20px;
}
/* ==========================================
   MATRIMONIAL SERVICE CARDS
========================================== */
/*======================================================
INVESTIGATION OVERVIEW
======================================================*/

.overview-section{

    background:#fff;

}

.overview-grid{

    display:grid;

    grid-template-columns:48% 52%;

    gap:70px;

    align-items:center;

}

.overview-image img{

    width:100%;

    border-radius:20px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

    transition:.5s;

    border:1px solid rgba(201,160,74,.25);

}

.overview-image img:hover{

    transform:scale(1.03);

}

.overview-content h2{

    margin:20px 0;

    max-width:650px;

}

.overview-content p{

    margin-bottom:35px;

    color:#555;

    line-height:1.9;

}


.overview-cards{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:22px;

}




.mini-card{

    background:#fcfbf8;

    border-radius:18px;

    padding:28px;

    border:1px solid rgba(201,160,74,.18);

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.mini-card:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 65px rgba(0,0,0,.16);

}

.mini-icon{

    width:64px;

    height:64px;

    border-radius:50%;

    background:#f8f3e8;

    color:#c9a04a;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:26px;

    margin-bottom:18px;

    transition:.35s;

}

.mini-card:hover .mini-icon{

    transform:rotate(10deg);

}

.mini-card h4{

    margin-bottom:12px;

    font-size:20px;

    color:#111;

}

.mini-card:hover h4{

    color:#c9a04a;

}

.mini-card p{

    margin:0;

    line-height:1.7;

    color:#666;

}

.overview-cta{

    text-align:center;

    margin-top:50px;

}

.overview-cta .btn{

    min-width:260px;

}
.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.service-card{

background:#fff;

border-radius:24px;

overflow:hidden;

border:1px solid rgba(198,155,58,.35);

box-shadow:0 20px 45px rgba(0,0,0,.08);

display:flex;

flex-direction:column;

transition:.35s;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.service-card img{

width:100%;

height:220px;

object-fit:cover;

display:block;

}

.service-content{

padding:30px;

display:flex;

flex-direction:column;

flex:1;

}

.service-number{

font-size:20px;

color:#b78a2f;

font-weight:700;

margin-bottom:12px;

}

.service-content h3{

font-size:34px;

margin-bottom:18px;

font-family:"Playfair Display",serif;

}

.service-content ul{

padding-left:18px;

margin:18px 0;

line-height:2;

}

.service-content .btn-primary{

margin-top:auto;

}

@media(max-width:1100px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.services-grid{

grid-template-columns:1fr;

}

}
/*==================================================
SERVICE HIGHLIGHTS
==================================================*/
/*==========================================
INVESTIGATION GRID
==========================================*/

.investigation-grid{

display:grid;

grid-template-columns:repeat(3,minmax(320px,1fr));

gap:32px;

margin-top:60px;

align-items:stretch;

}

.framework-section{

padding:120px 0;

background:linear-gradient(
180deg,
#ffffff 0%,
#fcfaf6 100%
);

}
.investigation-card{

position:relative;

background:#fcfbf8;

padding:38px 32px;

border-radius:20px;

border:1px solid rgba(201,160,74,.18);

box-shadow:0 18px 45px rgba(0,0,0,.08);

transition:.35s;

overflow:hidden;

}

.investigation-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(0,0,0,.16);

}

.card-number{

position:absolute;

right:25px;

top:20px;

font-size:42px;

font-weight:700;

color:rgba(201,160,74,.18);

font-family:serif;

}

.card-icon{

width:70px;

height:70px;

border-radius:50%;

background:#f8f3e8;

display:flex;

align-items:center;

justify-content:center;

color:#c9a04a;

font-size:28px;

margin-bottom:25px;

transition:.35s;

}

.investigation-card:hover .card-icon{

transform:rotate(8deg);

background:#c9a04a;

color:#fff;

}

.investigation-card h3{

margin-bottom:18px;

font-size:26px;

}

.investigation-card p{

color:#666;

line-height:1.8;

min-height:110px;

display:flex;

flex-direction:column;

}

.investigation-card a{

display:inline-flex;

align-items:center;

gap:8px;

margin-top:auto;
padding-top:20px;

font-weight:600;

color:#b88a2a;

text-decoration:none;

transition:.3s;

}

.investigation-card:hover a{

gap:14px;

}

.investigation-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:4px;

background:linear-gradient(90deg,#b88a2a,#f0d37a);

transform:scaleX(0);

transition:.4s;

}

.investigation-card:hover::before{

transform:scaleX(1);

}
.highlights-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

    margin-top:60px;

    align-items:stretch;

}

.highlight-card{

    background:#ffffff;

    border-radius:24px;

    padding:45px;

    text-align:center;

    min-height:280px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    border-top:4px solid #c9a14a;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.highlight-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.highlight-card i{

    font-size:46px;

    color:#c9a14a;

    margin-bottom:20px;

}

.highlight-card h3{

    font-size:34px;

    margin-bottom:18px;

    font-family:"Playfair Display",serif;

}

.highlight-card p{

    font-size:17px;

    line-height:1.8;

    color:#666;

    max-width:450px;

    margin:0 auto;

}

@media(max-width:768px){

.highlights-grid{

grid-template-columns:1fr;

}

}

/*==================================================
INVESTIGATION METHODOLOGY
==================================================*/

.methodology-timeline{

    max-width:900px;

    margin:70px auto;

    position:relative;

}

.methodology-timeline::before{

    content:"";

    position:absolute;

    left:42px;

    top:0;

    bottom:0;

    width:3px;

    background:#c8a44d;

}

.method-card{

    position:relative;

    background:#fff;

    margin-bottom:35px;

    margin-left:90px;

    padding:35px;

    border-radius:20px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s;

    border-top:4px solid #c8a44d;

}

.method-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.step-badge{

    position:absolute;

    left:-73px;

    top:32px;

    width:50px;

    height:50px;

    border-radius:50%;

    background:#c8a44d;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

    font-size:18px;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

}

.method-card i{

    font-size:42px;

    color:#c8a44d;

    margin-bottom:18px;

}

.method-card h3{

    font-size:32px;

    margin-bottom:15px;

    font-family:"Playfair Display",serif;

    color:#111;

}

.method-card p{

    font-size:17px;

    line-height:1.8;

    color:#666;

}

@media(max-width:768px){

.methodology-timeline::before{

left:25px;

}

.method-card{

margin-left:60px;

padding:25px;

}

.step-badge{

left:-52px;

width:42px;

height:42px;

font-size:16px;

}

.method-card h3{

font-size:26px;

}

}

/*==========================================
  INVESTIGATION FEATURE CARDS
==========================================*/

.investigation-features{
    max-width:1200px;
    margin:80px auto;
    padding:0 20px;
}

.feature-card{
    display:flex;
    justify-content:space-between;
    align-items:center;

    background:#fff;
    border-left:6px solid #caa24b;

    border-radius:20px;

    padding:35px 45px;

    margin-bottom:30px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s;
}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.feature-left{

    display:flex;

    gap:25px;

    align-items:flex-start;

}

.feature-icon{

    width:75px;
    height:75px;

    background:#f8f3e8;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    color:#caa24b;

    flex-shrink:0;

}

.feature-content h3{

    font-size:34px;

    margin-bottom:12px;

}

.feature-content p{

    font-size:18px;

    color:#555;

    margin-bottom:18px;

}

.feature-tags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

}

.feature-tags span{

    background:#f5f5f5;

    padding:8px 14px;

    border-radius:30px;

    font-size:14px;

}

.feature-btn{

    padding:15px 34px;

    background:#7b0f20;

    color:#fff;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.feature-btn:hover{

    background:#caa24b;

    color:#111;

}

/* =====================================
   INTRO CARDS
=====================================*/

.intro-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}


.intro-card{

background:#fff;

border-radius:20px;

padding:35px;

box-shadow:0 18px 40px rgba(0,0,0,.08);

border-top:4px solid #c7a047;

transition:.35s;

}


.intro-card:hover{

transform:translateY(-8px);

}


.intro-card.horizontal{

display:flex;

align-items:flex-start;

gap:20px;

}


.intro-card.horizontal i{

font-size:42px;

color:#c7a047;

margin-top:6px;

flex-shrink:0;

}


.intro-text h3{

font-size:28px;

margin-bottom:14px;

}


.intro-text p{

font-size:17px;

line-height:1.8;

color:#555;

}


@media(max-width:992px){

.intro-grid{

grid-template-columns:1fr;

}

.intro-card.horizontal{

flex-direction:column;

}

}

/*==================================================
   INVESTIGATION FOCUS MATRIX
==================================================*/

.risk-matrix{
    background:#ffffff;
}

.matrix-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:70px;
}

.matrix-card{

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    border-top:5px solid #c8a44d;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s;

    position:relative;

    overflow:hidden;
}

.matrix-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,#c8a44d,#f0d37a);

    transform:scaleX(0);

    transition:.35s;
}

.matrix-card:hover::before{

    transform:scaleX(1);
}

.matrix-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 70px rgba(0,0,0,.15);
}

.matrix-card i{

    width:80px;

    height:80px;

    margin:auto auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#f8f3e8;

    color:#c8a44d;

    font-size:34px;

    transition:.35s;
}

.matrix-card:hover i{

    background:#c8a44d;

    color:#fff;

    transform:rotate(8deg);
}

.matrix-card h3{

    font-family:"Playfair Display",serif;

    font-size:28px;

    margin-bottom:18px;

    color:#111;
}

.matrix-card p{

    color:#666;

    line-height:1.8;

    font-size:16px;
}

@media(max-width:1100px){

.matrix-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.matrix-grid{

grid-template-columns:1fr;

}

}

/*==================================================
WHY FAMILIES TRUST REDSPY
==================================================*/

.trust-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

margin-top:60px;

}

.trust-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 18px 45px rgba(0,0,0,.08);

border-top:4px solid #c9a14a;

transition:.35s;

}

.trust-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(0,0,0,.14);

}

.trust-icon{

width:72px;

height:72px;

border-radius:50%;

background:#f7f2e6;

display:flex;

justify-content:center;

align-items:center;

margin-bottom:25px;

font-size:30px;

color:#c9a14a;

transition:.35s;

}

.trust-card:hover .trust-icon{

background:#c9a14a;

color:#fff;

transform:rotate(8deg);

}

.trust-card h3{

font-size:28px;

margin-bottom:15px;

font-family:"Playfair Display",serif;

}

.trust-card p{

font-size:17px;

line-height:1.8;

color:#666;

margin:0;

}

.trust-btn{

margin-top:55px;

text-align:center;

}

@media(max-width:768px){

.trust-grid{

grid-template-columns:1fr;

}

}

/*==========================================
PROFESSIONAL CREDENTIALS
==========================================*/

.credentials-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin:70px 0;

}

.credential-card{

background:#fff;

padding:45px 20px;

text-align:center;

border-radius:18px;

box-shadow:0 18px 45px rgba(0,0,0,.08);

border-top:5px solid #c8a24b;

transition:.35s;

}

.credential-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 55px rgba(0,0,0,.14);

}

.credential-card h2{

font-size:52px;

font-weight:700;

margin-bottom:10px;

color:#c8a24b;

font-family:"Playfair Display",serif;

}

.credential-card p{

margin:0;

font-size:18px;

color:#555;

}


/*------------------------------*/

.trust-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

margin-top:50px;

}

.trust-box{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 18px 45px rgba(0,0,0,.08);

transition:.35s;

border-left:5px solid #c8a24b;

}

.trust-box:hover{

transform:translateY(-8px);

box-shadow:0 28px 60px rgba(0,0,0,.15);

}

.trust-icon{

width:70px;

height:70px;

border-radius:50%;

background:#f8f3e6;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

color:#c8a24b;

margin-bottom:20px;

transition:.35s;

}

.trust-box:hover .trust-icon{

background:#c8a24b;

color:#fff;

}

.trust-box h3{

font-size:28px;

margin-bottom:15px;

font-family:"Playfair Display",serif;

}

.trust-box p{

font-size:17px;

line-height:1.8;

margin:0;

color:#666;

}

@media(max-width:992px){

.credentials-grid{

grid-template-columns:repeat(2,1fr);

}

.trust-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.credentials-grid{

grid-template-columns:1fr;

}

}

/*==================================================
INVESTIGATION METHODOLOGY
==================================================*/

.methodology-section{

    padding:120px 0;

    background:#fcfaf6;

}

.timeline{

    max-width:1000px;

    margin:70px auto 0;

    position:relative;

}

.timeline::before{

    content:"";

    position:absolute;

    left:35px;

    top:0;

    bottom:0;

    width:3px;

    background:linear-gradient(#d8b15c,#8f6b24);

}

.timeline-item{

    position:relative;

    margin-bottom:45px;

    margin-left:90px;

    background:#fff;

    padding:30px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.timeline-item:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 50px rgba(0,0,0,.14);

}

.timeline-number{

    position:absolute;

    left:-74px;

    top:28px;

    width:50px;

    height:50px;

    border-radius:50%;

    background:#d8b15c;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    font-size:18px;

    box-shadow:0 8px 20px rgba(216,177,92,.35);

}

.timeline-item h3{

    margin-bottom:12px;

    font-size:24px;

    color:#111;

}

.timeline-item p{

    margin:0;

    color:#666;

    line-height:1.8;

}

@media(max-width:768px){

.timeline::before{

    left:20px;

}

.timeline-item{

    margin-left:55px;

    padding:22px;

}

.timeline-number{

    left:-48px;

    width:40px;

    height:40px;

    font-size:16px;

}

}

/*==================================================
INVESTIGATION PRINCIPLES
==================================================*/

.principles-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

margin:55px 0;

}

.principle-card{

background:#fff;

border:1px solid rgba(216,177,92,.25);

border-radius:18px;

padding:32px;

box-shadow:0 18px 45px rgba(0,0,0,.08);

transition:.35s;

display:flex;

flex-direction:column;

}

.principle-card:hover{

transform:translateY(-8px);

box-shadow:0 28px 60px rgba(0,0,0,.14);

border-color:#d8b15c;

}

.principle-card i{

font-size:34px;

color:#d8b15c;

margin-bottom:18px;

}

.principle-card h3{

margin-bottom:14px;

font-size:26px;

font-weight:700;

color:#111;

}

.principle-card p{

margin:0;

font-size:16px;

line-height:1.8;

color:#666;

}

.text-center{

text-align:center;

margin-top:50px;

}

@media(max-width:991px){

.principles-grid{

grid-template-columns:1fr;

}

}

/*==================================================
FOUNDER SECTION
==================================================*/

.founder-section{

padding:110px 0;

background:linear-gradient(180deg,#ffffff,#faf8f3);

}

.founder-wrapper{

display:grid;

grid-template-columns:420px 1fr;

gap:70px;

align-items:center;

}

.founder-image img{

width:100%;

display:block;

border-radius:20px;

box-shadow:0 30px 70px rgba(0,0,0,.18);

transition:.4s;

}

.founder-image img:hover{

transform:translateY(-8px);

}

.founder-content h2{

font-size:58px;

line-height:1.15;

margin:18px 0 30px;

}

.founder-content p{

font-size:18px;

line-height:1.9;

color:#555;

margin-bottom:22px;

}

.founder-highlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:45px 0;

}

.highlight{

display:flex;

align-items:center;

gap:15px;

padding:20px;

background:#fff;

border-radius:16px;

border:1px solid rgba(216,177,92,.25);

box-shadow:0 12px 28px rgba(0,0,0,.07);

transition:.35s;

}

.highlight:hover{

transform:translateY(-6px);

border-color:#d8b15c;

}

.highlight i{

font-size:22px;

width:48px;

height:48px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#f8f2e4;

color:#c4972f;

}

.highlight span{

font-weight:600;

font-size:17px;

}

.founder-sign{

margin-top:40px;

padding-top:25px;

border-top:1px solid #ddd;

}

.founder-sign h4{

font-size:30px;

margin-bottom:6px;

}

.founder-sign span{

color:#777;

font-size:16px;

letter-spacing:.4px;

}

@media(max-width:992px){

.founder-wrapper{

grid-template-columns:1fr;

gap:45px;

}

.founder-content h2{

font-size:42px;

}

.founder-highlights{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.founder-content h2{

font-size:34px;

}

.founder-content p{

font-size:16px;

}

}

/* =========================================================
   PREMIUM RELATED INVESTIGATION SERVICES
========================================================= */

.related-services-section {
    padding: 90px 0 100px;
    background: #ffffff;
}

.related-services-heading {
    max-width: 900px;
    margin: 0 auto 65px;
    text-align: center;
}

.related-services-heading .section-eyebrow {
    display: block;
    margin-bottom: 18px;

    color: #c99d3b;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.related-services-heading h2 {
    margin: 0 0 25px;

    color: #111111;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.12;
    font-weight: 700;
}

.related-services-heading p {
    max-width: 780px;
    margin: 0 auto;

    color: #667085;

    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   SERVICE CARD GRID
========================================================= */

.related-services-grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px;

    width: 100%;

    margin: 0 auto;

}


/* =========================================================
   SERVICE CARD
========================================================= */

.related-service-card {

    position: relative;

    display: flex;
    align-items: flex-start;

    min-height: 250px;

    padding: 38px 40px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fffdf8 100%
        );

    border: 1px solid rgba(201, 157, 59, 0.25);

    border-left: 4px solid #c99d3b;

    border-radius: 18px;

    text-decoration: none;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    overflow: hidden;
}


.related-service-card::after {

    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -70px;
    bottom: -70px;

    border-radius: 50%;

    background: rgba(201, 157, 59, 0.06);

    transition: 0.35s ease;

}


.related-service-card:hover {

    transform: translateY(-8px);

    border-color: rgba(201, 157, 59, 0.55);

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.12);

}


.related-service-card:hover::after {

    transform: scale(1.35);

}


/* =========================================================
   ICON
========================================================= */

.related-service-icon {

    flex: 0 0 68px;

    width: 68px;
    height: 68px;

    margin-right: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fbf5e8;

    color: #c99d3b;

    font-size: 25px;

    box-shadow:
        inset 0 0 0 1px rgba(201, 157, 59, 0.12);

}


/* =========================================================
   CONTENT
========================================================= */

.related-service-content {

    position: relative;

    z-index: 2;

    flex: 1;
}

.related-service-content h3 {

    margin: 4px 0 12px;

    color: #151515;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 27px;

    line-height: 1.25;

}

.related-service-content p {

    margin: 0;

    color: #667085;

    font-size: 16px;

    line-height: 1.7;

}


.related-service-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 22px;

    color: #9f1828;

    font-size: 15px;

    font-weight: 700;

    transition: gap 0.3s ease;

}


.related-service-card:hover .related-service-link {

    gap: 16px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .related-services-grid {

        grid-template-columns: 1fr;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .related-services-section {

        padding: 65px 0 75px;

    }

    .related-services-heading {

        margin-bottom: 45px;

    }

    .related-services-heading h2 {

        font-size: 34px;

    }

    .related-service-card {

        min-height: auto;

        padding: 30px 25px;

    }

    .related-service-icon {

        flex-basis: 58px;

        width: 58px;
        height: 58px;

        margin-right: 18px;

        font-size: 21px;

    }

    .related-service-content h3 {

        font-size: 23px;

    }

}

/* =========================================================
   REDSPY INSIGHTS
========================================================= */

.insights-section {
    padding: 90px 0 100px;
    background: #ffffff;
}

.insights-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.insights-heading .section-eyebrow {
    display: block;
    margin-bottom: 18px;

    color: #c99d3b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.insights-heading h2 {
    margin: 0 0 22px;

    color: #111;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.15;
}

.insights-heading p {
    max-width: 760px;
    margin: 0 auto;

    color: #667085;

    font-size: 17px;
    line-height: 1.8;
}


/* FOUR PREMIUM CARDS */

.insights-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px;
}


.insight-card {
    position: relative;

    padding: 38px 40px;

    min-height: 230px;

    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #fffdf8 100%
    );

    border: 1px solid rgba(201,157,59,.25);

    border-top: 3px solid #c99d3b;

    border-radius: 18px;

    box-shadow: 0 15px 40px rgba(0,0,0,.07);

    transition: .35s ease;
}

.insight-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 25px 55px rgba(0,0,0,.12);

    border-color: rgba(201,157,59,.55);
}


.insight-icon {
    width: 62px;
    height: 62px;

    margin-bottom: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fbf5e8;

    color: #c99d3b;

    font-size: 24px;
}


.insight-card h3 {
    margin: 0 0 12px;

    color: #151515;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 26px;
    line-height: 1.3;
}


.insight-card p {
    margin: 0;

    color: #667085;

    font-size: 16px;
    line-height: 1.7;
}


/* TABLET / MOBILE */

@media (max-width: 850px) {

    .insights-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .insights-section {
        padding: 65px 0 75px;
    }

    .insights-card {
        padding: 30px;
    }

    .insight-card h3 {
        font-size: 23px;
    }

}

/* =========================================================
   PREMIUM SERVICE NAVIGATION
========================================================= */

.service-navigation {
    padding: 70px 0 90px;
    background: #faf9f6;
    border-top: 1px solid rgba(201,157,59,.20);
}

.service-navigation-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 45px;
}

.service-nav-card {
    display: flex;
    align-items: center;
    gap: 22px;

    min-height: 145px;
    padding: 28px 32px;

    background: #ffffff;

    border: 1px solid rgba(201,157,59,.25);
    border-radius: 16px;

    text-decoration: none;

    box-shadow: 0 12px 35px rgba(0,0,0,.06);

    transition: .35s ease;
}

.service-nav-card:hover {
    transform: translateY(-6px);

    border-color: rgba(201,157,59,.65);

    box-shadow: 0 22px 50px rgba(0,0,0,.12);
}

.service-nav-card span {
    display: block;

    margin-bottom: 8px;

    color: #c99d3b;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2.5px;
}

.service-nav-card h3 {
    margin: 0;

    color: #171717;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 25px;
    line-height: 1.25;
}

.service-nav-arrow {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fbf5e8;

    color: #a61d2d;

    font-size: 17px;

    transition: .3s ease;
}

.service-nav-card:hover .service-nav-arrow {
    background: #a61d2d;
    color: #ffffff;
}

.next-service {
    justify-content: flex-end;
    text-align: right;
}

.service-nav-divider {
    width: 1px;
    height: 80px;

    background: linear-gradient(
        to bottom,
        transparent,
        #c99d3b,
        transparent
    );
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    .service-navigation-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-nav-divider {
        display: none;
    }

    .next-service {
        justify-content: flex-start;
        text-align: left;
    }

}

/* =========================================================
   HERO HEADING — BRIGHT PREMIUM GLOW
========================================================= */

.matrimonial-hero .hero-content h1{

    color:#ffffff !important;

    text-shadow:
        0 0 4px rgba(255,255,255,.95),
        0 0 12px rgba(255,255,255,.75),
        0 0 28px rgba(216,177,92,.45),
        0 4px 18px rgba(0,0,0,.90);

    letter-spacing:.2px;

    position:relative;
    z-index:10;

}

/* =====================================================
   REDSPY PREMIUM HERO CTA BUTTONS
===================================================== */

.hero-buttons .btn-primary,
.hero-buttons .faq-button {
    background: linear-gradient(135deg, #8f0f1f, #b51d2d) !important;
    color: #ffffff !important;
    border: 1px solid #c9a227 !important;
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    transition: all 0.3s ease !important;
}

/* -----------------------------------------------------
   BOOK CONSULTATION
----------------------------------------------------- */

.hero-buttons .btn-primary:hover {
    background: linear-gradient(135deg, #b51d2d, #8f0f1f) !important;
    color: #ffffff !important;
    border-color: #d4af37 !important;
    transform: translateY(-2px);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(201, 162, 39, 0.20) !important;
}

/* -----------------------------------------------------
   FREQUENTLY ASKED QUESTIONS
----------------------------------------------------- */

.hero-buttons .faq-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
}

.hero-buttons .faq-button:hover {
    background: linear-gradient(135deg, #b51d2d, #8f0f1f) !important;
    color: #ffffff !important;
    border-color: #d4af37 !important;
    transform: translateY(-2px);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(201, 162, 39, 0.20) !important;
}

.hero-buttons .faq-button i {
    color: #ffffff !important;
    margin-left: 6px;
}