*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:"Jost",sans-serif;

background:var(--light);

color:var(--dark);

overflow-x:hidden;

line-height:1.7;

}

img{

display:block;

width:100%;

}

a{

text-decoration:none;

color:inherit;

}

ul{

list-style:none;

}

.container{

width:min(92%,var(--container));

margin:auto;

}

section{

padding:100px 0;

}

h1,h2,h3,h4{

font-family:"Cormorant Garamond",serif;

font-weight:500;

}

p{

color:#555;

}

/*================ HERO ================*/

/* =========================================
   HERO SECTION
========================================= */

.hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 82px);
    min-height: 650px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #fff;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    opacity: 0;

    transition: opacity 1s ease-in-out;

    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-overlay{
position:absolute;
inset:0;

}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.10);
    z-index: 1;
}
.hero-content{
position:relative;
z-index:2;
height:100%;
display:flex;
flex-direction:column;
justify-content:center;
max-width:700px;
color:rgb(12, 11, 11);
}

.hero-tag{
letter-spacing:3px;
text-transform:uppercase;
color:var(--gold);
margin-bottom:20px;
}

.hero h1{
font-size:78px;
font-weight:400;
line-height:1.1;
margin-bottom:20px;
}

.hero h1 span{
display:block;
color:var(--gold);
}

.hero p{
color:#eee;
font-size:18px;
margin-bottom:35px;
max-width:550px;
}

.hero-buttons{
display:flex;
gap:20px;
margin-bottom:35px;
}

.btn-outline{
border:1px solid white;
padding:15px 35px;
border-radius:50px;
color:white;
transition:.3s;
}

.btn-outline:hover{
background:white;
color:#111;
}

.hero-search{
display:flex;
max-width:650px;
background:white;
border-radius:60px;
overflow:hidden;
}

.hero-search input{
flex:1;
border:none;
padding:20px;
font-size:16px;
outline:none;
}

.hero-search button{
background:var(--gold);
color:white;
border:none;
padding:0 35px;
cursor:pointer;
}

.hero-arrow{

position:absolute;

top:50%;

transform:translateY(-50%);

width:58px;

height:58px;

border:none;

border-radius:50%;

background:rgba(255,255,255,.15);

backdrop-filter:blur(8px);

color:#fff;

font-size:26px;

cursor:pointer;

transition:.35s;

z-index:10;

}

.hero-arrow:hover{

background:var(--gold);

transform:translateY(-50%) scale(1.08);

}

.hero-arrow.prev{

left:30px;

}

.hero-arrow.next{

right:30px;

}

.hero-dots{
position:absolute;
left:50%;
bottom:35px;
transform:translateX(-50%);
display:flex;
gap:10px;
z-index:5;
}

.hero-dots span{

width:14px;

height:14px;

border-radius:50%;

background:rgba(255,255,255,.45);

cursor:pointer;

transition:.35s;

}

.hero-dots span.active{

background:var(--gold);

transform:scale(1.3);

}
.hero-dots .active{
opacity:1;
background:var(--gold);
}

.scroll-indicator{
position:absolute;
right:40px;
bottom:40px;
z-index:5;
display:flex;
flex-direction:column;
align-items:center;
color:white;
font-size:12px;
letter-spacing:3px;
}

.scroll-indicator .line{
width:1px;
height:60px;
margin-top:10px;
background:white;
}








/*======================================================
                HERO SECTION
======================================================*/

.hero{

    position:relative;

    width:100%;

    height:100vh;

    min-height:780px;

    overflow:hidden;

    background:#000;

}

/*======================================================
                SLIDER
======================================================*/

.hero-slider{

    position:relative;

    width:100%;

    height:100%;

}

.hero-slide{

    position:absolute;

    inset:0;

    opacity:0;

    visibility:hidden;

    transition:opacity 1.2s ease;

}

.hero-slide.active{

    opacity:1;

    visibility:visible;

    z-index:2;

}

/*======================================================
                BACKGROUND IMAGE
======================================================*/

.hero-bg{

    position:absolute;

    inset:0;

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

    transform:scale(1.08);

    transition:transform 8s linear;

}

.hero-slide.active .hero-bg{

    transform:scale(1);

}

/*======================================================
                OVERLAY
======================================================*/

.hero-overlay{

    position:absolute;

    inset:0;

   

    z-index:2;

}

/*======================================================
                CONTENT
======================================================*/

.hero-content{

    position:relative;

    z-index:5;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:flex-start;

    max-width:720px;

    color:#fff;

}

/*======================================================
                LOCATION
======================================================*/

.hero-location{

    display:inline-block;

    margin-bottom:24px;

    font-size:25px;

    letter-spacing:3px;

    text-transform:uppercase;

    color:white;

    font-weight:800;

}

/*======================================================
                TITLE
======================================================*/

.hero-content h1{

    font-family:"Cormorant Garamond",serif;

    font-size:84px;

    font-weight:500;

    line-height:1.05;

    color:#fff;

    margin-bottom:25px;

}

.hero-content h1 span{

    display:block;

    color:var(--gold);

    font-weight:500;

}

/*======================================================
                DESCRIPTION
======================================================*/

.hero-content p{

    width:100%;

    max-width:600px;

    font-size:28px;

    line-height:1.9;

    color:#ececec;

    margin-bottom:45px;

}

.hero-content strong{

    color:var(--gold);

    font-weight:600;

}
/*======================================================
                HERO BUTTONS
======================================================*/

.hero-buttons{

    display:flex;

    align-items:center;

    gap:20px;

    margin-bottom:50px;

}

.btn-enquire{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:190px;

    height:58px;

    background:var(--gold);

    color:#fff;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    letter-spacing:.5px;

    text-decoration:none;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

}

.btn-enquire:hover{

    transform:translateY(-4px);

    background:#c89a2b;

}

.btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:190px;

    height:58px;

    border:1px solid rgba(255,255,255,.6);

    border-radius:50px;

    color:#fff;

    text-decoration:none;

    transition:.35s;

    backdrop-filter:blur(10px);

}

.btn-outline:hover{

    background:#fff;

    color:#111;

}


/*======================================================
                SEARCH BOX
======================================================*/

.hero-search-wrap{

    position:absolute;

    left:50%;

    bottom:90px;

    transform:translateX(-50%);

    z-index:20;

    width:100%;

    display:flex;

    justify-content:center;

}

.hero-search{

    width:700px;

    max-width:92%;

    height:70px;

    background:#fff;

    border-radius:60px;

    display:flex;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.25);

}

.hero-search input{

    flex:1;

    border:none;

    outline:none;

    padding:0 28px;

    font-size:16px;

    color:#444;

    background:transparent;

}

.hero-search button{

    width:180px;

    border:none;

    background:var(--gold);

    color:#fff;

    font-size:15px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.hero-search button:hover{

    background:#c89a2b;

}


/*======================================================
                ARROWS
======================================================*/

.hero-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:62px;

    height:62px;

    border-radius:50%;

    border:none;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(12px);

    color:#fff;

    font-size:26px;

    cursor:pointer;

    transition:.35s;

    z-index:30;

}

.hero-arrow:hover{

    background:var(--gold);

    transform:translateY(-50%) scale(1.08);

}

.hero-arrow.prev{

    left:35px;

}

.hero-arrow.next{

    right:35px;

}


/*======================================================
                DOTS
======================================================*/

.hero-dots{

    position:absolute;

    bottom:185px;

    left:50%;

    transform:translateX(-50%);

    display:flex;

    gap:14px;

    z-index:30;

}

.hero-dots span{

    width:14px;

    height:14px;

    border-radius:50%;

    background:rgba(255,255,255,.35);

    cursor:pointer;

    transition:.35s;

}

.hero-dots span.active{

    background:var(--gold);

    transform:scale(1.35);

}


/*======================================================
                SCROLL INDICATOR
======================================================*/

.scroll-indicator{

    position:absolute;

    right:45px;

    bottom:55px;

    display:flex;

    flex-direction:column;

    align-items:center;

    z-index:30;

    color:#fff;

}

.scroll-indicator span{

    font-size:11px;

    text-transform:uppercase;

    letter-spacing:4px;

}

.scroll-indicator .line{

    width:1px;

    height:70px;

    margin-top:12px;

    background:linear-gradient(
    to bottom,
    var(--gold),
    transparent
    );

}
/*======================================================
                HERO ANIMATIONS
======================================================*/

.hero-location,
.hero-content h1,
.hero-content p,
.hero-buttons{

    opacity:0;

    transform:translateY(40px);

}

.hero-slide.active .hero-location{

    animation:fadeUp .8s ease forwards;
    animation-delay:.3s;

}

.hero-slide.active h1{

    animation:fadeUp .8s ease forwards;
    animation-delay:.6s;

}

.hero-slide.active p{

    animation:fadeUp .8s ease forwards;
    animation-delay:.9s;

}

.hero-slide.active .hero-buttons{

    animation:fadeUp .8s ease forwards;
    animation-delay:1.2s;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*======================================================
                SEARCH ANIMATION
======================================================*/

.hero-search{

    animation:searchFade 1s ease;

}

@keyframes searchFade{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*======================================================
                SCROLL ANIMATION
======================================================*/

.scroll-indicator .line{

    animation:scrollLine 2s infinite;

}

@keyframes scrollLine{

    0%{

        opacity:.2;

        transform:translateY(0);

    }

    50%{

        opacity:1;

        transform:translateY(12px);

    }

    100%{

        opacity:.2;

        transform:translateY(0);

    }

}

/*======================================================
                TABLET
======================================================*/

@media(max-width:992px){

.hero{

    min-height:700px;

}

.hero-content{

    max-width:100%;

}

.hero-content h1{

    font-size:60px;

}

.hero-content p{

    font-size:17px;

    max-width:500px;

}

.hero-search{

    width:90%;

}

.hero-arrow{

    width:52px;

    height:52px;

    font-size:22px;

}

}

/*======================================================
                MOBILE
======================================================*/

@media(max-width:768px){

.hero{

    min-height:100vh;

}

.hero-content{

    justify-content:center;

    text-align:center;

    align-items:center;

    padding:0 20px;

}

.hero-location{

    font-size:11px;

    letter-spacing:2px;

}

.hero-content h1{

    font-size:42px;

    line-height:1.2;

}

.hero-content p{

    font-size:15px;

    line-height:1.8;

    max-width:100%;

}

.hero-buttons{

    flex-direction:column;

    width:100%;

}

.btn-enquire,
.btn-outline{

    width:100%;

    max-width:320px;

}

.hero-search-wrap{

    bottom:90px;

    padding:0 20px;

}

.hero-search{

    width:100%;

    height:60px;

}

.hero-search input{

    font-size:14px;

}

.hero-search button{

    width:120px;

    font-size:14px;

}

.hero-arrow{

    display:none;

}

.hero-dots{

    bottom:165px;

}

.scroll-indicator{

    right:20px;

    bottom:25px;

}

}

/*======================================================
                SMALL MOBILE
======================================================*/

@media(max-width:480px){

.hero-content h1{

    font-size:34px;

}

.hero-content p{

    font-size:14px;

}

.hero-search{

    flex-direction:column;

    height:auto;

    border-radius:18px;

}

.hero-search input{

    height:55px;

}

.hero-search button{

    width:100%;

    height:55px;

}

.hero-dots{

    bottom:190px;

}

}

/*======================================================
                PREMIUM POLISH
======================================================*/

.hero-slide{

    will-change:opacity,transform;

}

.hero-bg{

    will-change:transform;

}

.hero-arrow,
.hero-search,
.btn-enquire,
.btn-outline{

    user-select:none;

}

.hero-search{

    backdrop-filter:blur(20px);

}
/*======================================================
                ABOUT SECTION
======================================================*/
/*======================================================*
 * ABOUT SECTION
 *======================================================*/

.about-section {
    position: relative;
    padding: 100px 0 90px;
    background: #f8f6f1;
    overflow: hidden;
}


/*======================================================*
 * ABOUT CONTAINER
 *======================================================*/

.about-container {
    width: calc(100% - 80px);
    max-width: 1500px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 45% 55%;

    gap: 30px;

    align-items: center;
}


/*======================================================*
 * ABOUT IMAGE
 *======================================================*/

.about-image {
    position: relative;
    padding-right: 35px;
}

.about-image-main {
    position: relative;

    width: 100%;
    height: 600px;

    overflow: hidden;
}

.about-image-main::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.25),
        transparent 50%
    );

    pointer-events: none;
}

.about-image-main img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;

    transition: transform 1s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}


/*======================================================*
 * EXPERIENCE BOX
 *======================================================*/

.about-experience {
    position: absolute;

    right: 0;
    bottom: 40px;

    width: 190px;
    height: 190px;

    background: var(--gold);
    color: #fff;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.experience-number {
    font-family: "Cormorant Garamond", serif;

    font-size: 58px;
    line-height: 1;

    font-weight: 500;
}

.experience-text {
    margin-top: 10px;

    font-size: 12px;
    letter-spacing: 2px;

    text-transform: uppercase;
    line-height: 1.6;
}


/*======================================================*
 * ABOUT CONTENT
 *======================================================*/

.about-content {
    padding-left: 0;
    padding-right: 20px;
}

.about-content h2 {
    font-family: "Cormorant Garamond", serif;

    font-size: 58px;
    line-height: 1.1;

    font-weight: 500;

    color: var(--gold);

    margin: 0 0 25px;
}

.about-content p {
    font-family: "Jost", sans-serif;

    font-size: 17px;
    line-height: 1.8;

    color: #333;

    margin-bottom: 25px;
}

.about-content strong {
    color: var(--gold);
}


/*======================================================*
 * LEARN MORE BUTTON
 *======================================================*/

.about-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 16px 32px;

    margin-top: 10px;

    border: 1px solid #d8d1c3;

    color: #222;

    text-decoration: none;

    font-family: "Jost", sans-serif;

    font-size: 14px;
    letter-spacing: 1.5px;

    transition: 0.3s ease;
}

.about-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}


/*======================================================*
 * TABLET
 *======================================================*/

@media (max-width: 1000px) {

    .about-container {
        width: calc(100% - 50px);

        grid-template-columns: 1fr 1fr;

        gap: 20px;
    }

    .about-image {
        padding-right: 20px;
    }

    .about-image-main {
        height: 550px;
    }

    .about-content h2 {
        font-size: 45px;
    }

}


/*======================================================*
 * MOBILE
 *======================================================*/

@media (max-width: 700px) {

    .about-section {
        padding: 70px 0;
    }

    .about-container {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 45px;
    }

    .about-image {
        padding-right: 0;
    }

    .about-image-main {
        height: 450px;
    }

    .about-experience {
        width: 150px;
        height: 150px;

        right: 0;
        bottom: 25px;
    }

    .experience-number {
        font-size: 45px;
    }

    .about-content {
        padding: 0;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .about-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}


/*======================================================
                SECTION LABEL
======================================================*/

.section-label{

    display:block;

    font-size:12px;

    text-transform:uppercase;

    letter-spacing:4px;

    color:var(--gold);

    font-weight:600;

    margin-bottom:14px;

}


.section-line{

    display:block;

    width:55px;

    height:2px;

    background:var(--gold);

    margin-bottom:28px;

}


/*======================================================
                ABOUT HEADING
======================================================*/

.about-content h2{

    font-family:"Cormorant Garamond",serif;

    font-size:58px;

    font-weight:400;

    line-height:1.1;

    color:#222;

    margin-bottom:30px;

}


.about-content h2 span{

    display:block;

    color:var(--gold);

}


/*======================================================
                ABOUT TEXT
======================================================*/

.about-content p{

    font-size:16px;

    line-height:1.9;

    color:#666;

    margin-bottom:20px;

    max-width:580px;

}


.about-content .about-intro{

    font-size:18px;

    color:#444;

}


.about-content strong{

    color:#222;

    font-weight:600;

}


/*======================================================
                ABOUT BUTTON
======================================================*/

.about-button{

    display:inline-flex;

    align-items:center;

    gap:20px;

    margin-top:15px;

    padding:16px 25px;

    color:#222;

    border:1px solid #ddd;

    text-decoration:none;

    font-size:14px;

    letter-spacing:1px;

    transition:.35s;

}


.about-button span{

    color:var(--gold);

    font-size:20px;

    transition:.35s;

}


.about-button:hover{

    background:var(--gold);

    color:#fff;

    border-color:var(--gold);

}


.about-button:hover span{

    color:#fff;

    transform:translateX(5px);

}


/*======================================================
                STATISTICS
======================================================*/

.stats-container{

    margin-top:110px;

    padding-top:55px;

    border-top:1px solid #ddd;

    display:grid;

    grid-template-columns:
        repeat(4,1fr);

}


.stat-item{

    text-align:center;

    padding:20px;

    border-right:1px solid #ddd;

}


.stat-item:last-child{

    border-right:none;

}


.stat-number{

    display:flex;

    align-items:center;

    justify-content:center;

    font-family:"Cormorant Garamond",serif;

    font-size:64px;

    line-height:1;

    color:#222;

}


.stat-plus{

    color:var(--gold);

    font-size:42px;

    margin-left:3px;

}


.stat-title{

    margin-top:12px;

    font-size:12px;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#777;

}
/*======================================================
                ABOUT RESPONSIVE
======================================================*/

@media(max-width:992px){

    .about-container{

        grid-template-columns:1fr;

        gap:60px;

    }


    .about-image{

        padding-right:0;

    }


    .about-image-main{

        height:500px;

    }


    .about-content h2{

        font-size:50px;

    }


    .stats-container{

        grid-template-columns:
            repeat(2,1fr);

    }


    .stat-item:nth-child(2){

        border-right:none;

    }


    .stat-item{

        border-bottom:1px solid #ddd;

    }

}


@media(max-width:768px){

    .about-section{

        padding:90px 0 70px;

    }


    .about-container{

        gap:45px;

    }


    .about-image-main{

        height:420px;

    }


    .about-experience{

        width:150px;

        height:150px;

        bottom:25px;

    }


    .experience-number{

        font-size:45px;

    }


    .experience-text{

        font-size:10px;

    }


    .about-content h2{

        font-size:42px;

    }


    .about-content p{

        font-size:15px;

    }


    .stats-container{

        margin-top:70px;

    }


    .stat-number{

        font-size:50px;

    }

}


@media(max-width:480px){

    .about-image-main{

        height:350px;

    }


    .about-experience{

        width:125px;

        height:125px;

    }


    .experience-number{

        font-size:38px;

    }


    .about-content h2{

        font-size:36px;

    }


    .stats-container{

        grid-template-columns:1fr;

    }


    .stat-item{

        border-right:none;

        border-bottom:1px solid #ddd;

    }


    .stat-item:last-child{

        border-bottom:none;

    }

}
/* =========================================
   WHY CHOOSE ADVIKA
========================================= */

.why-choose {
    position: relative;
    width: 100%;
    padding: 120px 0;
    background:rgb(213, 99, 99);
    overflow: hidden;
}


/* =========================================
   HEADER
========================================= */

.why-header {
    max-width: 760px;

    margin: 0 auto 65px;

    text-align: center;
}


.section-eyebrow {
    display: block;

    margin-bottom: 16px;

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: var(--gold);
}


.gold-line {
    display: block;

    width: 45px;

    height: 2px;

    margin: 0 auto 25px;

    background: var(--gold);
}


.why-header h2 {
    margin: 0 0 22px;

    font-family: "Cormorant Garamond", serif;

    font-size: 58px;

    font-weight: 400;

    line-height: 1.05;

    color: #111827;
}


.why-header h2 span {
    color: var(--gold);
}


.why-header p {
    max-width: 620px;

    margin: 0 auto;

    font-family: "Jost", sans-serif;

    font-size: 16px;

    line-height: 1.8;

    color: #0f0d0d;
}


/* =========================================
   FEATURE GRID
========================================= */

.why-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 1px;

    background: #e8dfcc;

    border: 1px solid #e8dfcc;
}


/* =========================================
   CARD
========================================= */

.why-card {
    position: relative;

    min-height: 390px;

    padding: 45px 35px 38px;

    background: #ffffff;

    overflow: hidden;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        background .4s ease;
}
/* =========================================
   ALTERNATING CARD BACKGROUNDS
========================================= */

.why-card:nth-child(1) {
    background: #ffffff;
}

.why-card:nth-child(2) {
    background: #f8f1df;
}

.why-card:nth-child(3) {
    background: #ffffff;
}

.why-card:nth-child(4) {
    background: #f8f1df;
}

.why-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, .10);

    z-index: 2;
}


/* =========================================
   ICON
========================================= */

.why-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 58px;

    height: 58px;

    margin-bottom: 35px;

    border: 1px solid rgba(18, 18, 17, 0.45);

    border-radius: 50%;

    font-family: "Cormorant Garamond", serif;

    font-size: 27px;

    color: var(--gold);

    transition: .4s ease;
}


.why-card:hover .why-icon {
    background: var(--gold);

    color: #fff;

    transform: rotate(8deg);
}


/* =========================================
   NUMBER
========================================= */

.why-number {
    position: absolute;

    top: 32px;

    right: 30px;

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 500;

    letter-spacing: 2px;

    color: #bbb;
}


/* =========================================
   CARD TITLE
========================================= */

.why-card h3 {
    max-width: 240px;

    margin: 0 0 18px;

    font-family: "Cormorant Garamond", serif;

    font-size: 28px;

    font-weight: 500;

    line-height: 1.15;

    color: #111827;
}


/* =========================================
   CARD DESCRIPTION
========================================= */

.why-card p {
    margin: 0 0 30px;

    font-family: "Jost", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.8;

    color: #777;
}


/* =========================================
   LEARN MORE
========================================= */

.why-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    font-family: "Jost", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;

    text-decoration: none;

    color: #111827;

    transition: .3s ease;
}


.why-link span {
    font-size: 18px;

    color: var(--gold);

    transition: .3s ease;
}


.why-link:hover {
    color: var(--gold);
}


.why-link:hover span {
    transform: translateX(5px);
}
/* ======================================================
   WHY CHOOSE ADVIKA
====================================================== */

.why-advika {
    position: relative;
    padding: 120px 0;
    background: rgb(198, 96, 96);
    overflow: hidden;
}


/* ===============================
   SECTION HEADING
================================ */

.section-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 70px;
}

.section-tag {
    display: block;
    margin-bottom: 15px;

    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 600;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: var(--gold);
}

.section-heading h2 {
    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.05;

    color: #111827;
}

.section-heading h2 span {
    color: var(--gold);
}

.section-heading p {
    margin-top: 20px;

    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #6b7280;
}


/* ===============================
   CARD GRID
================================ */

.why-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 25px;

}


/* ===============================
   WHY CARD
================================ */

.why-card {

    position: relative;

    padding: 45px 32px;

    min-height: 300px;

    background: #faf7ef;

    border: 1px solid rgba(199, 161, 78, 0.15);

    border-radius: 4px;

    overflow: hidden;

    transition:
        transform .5s ease,
        box-shadow .5s ease,
        background .5s ease;

}


/* Alternate card background */

.why-card:nth-child(even) {

    background: #ffffff;

}


/* Decorative golden line */

.why-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 3px;

    background: var(--gold);

    transform: scaleX(0);

    transform-origin: left;

    transition: transform .5s ease;

}


/* Hover */

.why-card:hover {

    transform: translateY(-12px);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.08);

}


.why-card:hover::before {

    transform: scaleX(1);

}


/* ===============================
   ICON
================================ */

.why-icon {

    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    border: 1px solid var(--gold);

    border-radius: 50%;

    font-family: "Cormorant Garamond", serif;

    font-size: 25px;

    color: var(--gold);

    transition: .5s ease;

}


.why-card:hover .why-icon {

    background: var(--gold);

    color: white;

    transform:
        rotate(360deg)
        scale(1.05);

}


/* ===============================
   CARD TEXT
================================ */

.why-card h3 {

    margin-bottom: 15px;

    font-family: "Cormorant Garamond", serif;

    font-size: 26px;

    font-weight: 600;

    line-height: 1.2;

    color: #172033;

}


.why-card p {

    margin: 0;

    font-family: "Jost", sans-serif;

    font-size: 14px;

    line-height: 1.8;

    color: #6b7280;

}


/* ======================================================
   SCROLL REVEAL ANIMATIONS
====================================================== */

.reveal {

    opacity: 0;

    transform:
        translateY(60px);

    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.16,1,.3,1);

}


.reveal.active {

    opacity: 1;

    transform: translateY(0);

}


/* From left */

.reveal-left {

    transform:
        translateX(-80px);

}


/* From right */

.reveal-right {

    transform:
        translateX(80px);

}


/* From bottom */

.reveal-up {

    transform:
        translateY(80px);

}


/* Active state */

.reveal-left.active,
.reveal-right.active,
.reveal-up.active {

    opacity: 1;

    transform:
        translate(0);

}


/* ======================================================
   STAGGERED CARD MOVEMENT
====================================================== */


.why-card:nth-child(1) {
    background: #ffffff;
}

.why-card:nth-child(2) {
    background: #f6eddf;
}

.why-card:nth-child(3) {
    background: #ffffff;
}

.why-card:nth-child(4) {
    background: #f6eddf;
}
/* =====================================================
   PROJECTS SECTION
===================================================== */

.projects-section {

    position: relative;

    padding: 120px 0 100px;

    background: white;

    color: #ffffff;

    overflow: hidden;

}


/* =====================================================
   SECTION HEADER
===================================================== */

.projects-header {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    padding-bottom: 60px;

    border-bottom: 1px solid rgba(226, 164, 32, 0.964);

}


.section-eyebrow {

    display: block;

    margin-bottom: 12px;

    font-family: "Jost", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: #cda84f;

}


.projects-header h2 {

    margin: 0;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(48px, 6vw, 82px);

    font-weight: 400;

    line-height: .95;

}


.projects-header h2 span {

    color: #cda84f;

}


/* =====================================================
   EXPLORE ALL
===================================================== */

.projects-explore {

    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding-bottom: 10px;

    font-family: "Jost", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #cda84f;

}


.projects-explore::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 1px;

    background: #cda84f;

}


.projects-explore span {

    font-size: 20px;

    line-height: 10px;

    transition: transform .3s ease;

}


.projects-explore:hover span {

    transform: translateX(5px);

}


/* =====================================================
   PROJECT ITEM
===================================================== */

.project-item {

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 610px;

    border-bottom: 1px solid rgba(202, 165, 83, 0.35);

}


/* =====================================================
   PROJECT IMAGE
===================================================== */

.project-image {

    position: relative;

    min-height: 610px;

    overflow: hidden;

}


.project-image::before {

    content: "";

    position: absolute;

    inset: 0;

    border: 1px solid rgba(198, 142, 22, 0.94);

    z-index: 2;

    pointer-events: none;

}


.project-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition:

        transform 1.2s cubic-bezier(.2,.7,.2,1);

}


.project-item:hover .project-image img {

    transform: scale(1.05);

}


/* =====================================================
   PROJECT CONTENT
===================================================== */

.project-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 70px;

    border-top: 1px solid rgba(212, 154, 29, 0.823);

    border-bottom: 1px solid rgba(201, 145, 24, 0.87);

}


.project-location {

    margin-bottom: 25px;

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 4px;

    line-height: 1.8;

    color: #d2970d;

    text-transform: uppercase;

}


.project-content h3 {

    margin: 0 0 25px;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(42px, 4vw, 65px);

    font-weight: 400;

    line-height: 1;

    color: #e1a311;

}


.project-tagline {

    margin-bottom: 25px;

    font-family: "Cormorant Garamond", serif;

    font-size: 24px;

    font-style: italic;

    color: #d2ab4f;

}


.project-content p {

    max-width: 680px;

    margin: 0 0 35px;

    font-family: "Jost", sans-serif;

    font-size: 16px;

    font-weight: 300;

    line-height: 2;

    color: rgb(220, 107, 14);

}


/* =====================================================
   PROJECT FEATURES
===================================================== */

.project-features {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 18px;

}


.project-features span {

    padding: 12px 20px;

    border: 1px solid rgba(202, 165, 83, .35);

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 500;

    letter-spacing: 2px;

    color: #d9d3ca;

    white-space: nowrap;

}


/* =====================================================
   PRICE
===================================================== */

.project-price {

    display: inline-block;

    width: fit-content;

    margin-bottom: 40px;

    padding: 12px 22px;

    border: 1px solid rgba(202, 165, 83, .35);

    font-family: "Jost", sans-serif;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: 2px;

    color: #d8c08a;

}


/* =====================================================
   PROJECT BUTTONS
===================================================== */

.project-buttons {

    display: flex;

    gap: 18px;

}


.project-btn {

    min-width: 190px;

    padding: 18px 28px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    font-family: "Jost", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    transition: all .3s ease;

}


.project-btn.primary {

    background: #cda84f;

    color: #090806;

}


.project-btn.primary:hover {

    background: #dfbf6c;

    transform: translateY(-3px);

}


.project-btn.secondary {

    border: 1px solid rgba(255,255,255,.3);

    color: #ffffff;

}


.project-btn.secondary:hover {

    border-color: #cda84f;

    color: #cda84f;

    transform: translateY(-3px);

}


/* =====================================================
   ALTERNATING PROJECT
===================================================== */

.project-reverse .project-image {

    order: 2;

}


.project-reverse .project-content {

    order: 1;

}


/* =====================================================
   PROJECT NAVIGATION
===================================================== */

.projects-navigation {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 25px;

    padding-top: 40px;

}


.project-arrow {

    width: 60px;

    height: 60px;

    border: 1px solid rgba(202,165,83,.35);

    background: transparent;

    color: #cda84f;

    font-family: "Cormorant Garamond", serif;

    font-size: 30px;

    cursor: pointer;

    transition: all .3s ease;

}


.project-arrow:hover {

    background: #cda84f;

    color: #090806;

}


.project-progress {

    display: flex;

    align-items: center;

    gap: 10px;

}


.progress-line {

    width: 35px;

    height: 3px;

    background: rgba(202,165,83,.25);

}


.progress-line.active {

    width: 55px;

    background: #cda84f;

}
/* =====================================================
   PROJECT SLIDER
===================================================== */

.projects-slider {

    position: relative;

    width: 100%;

    overflow: hidden;

}


/* =====================================================
   PROJECT SLIDE
===================================================== */

.project-slide {

    display: none;

    grid-template-columns: 1fr 1fr;

    min-height: 610px;

    border-bottom: 1px solid rgba(202, 165, 83, 0.35);

}


/* ONLY ACTIVE PROJECT IS VISIBLE */

.project-slide.active {

    display: grid;

}


/* =====================================================
   PROJECT IMAGE
===================================================== */

.project-slide .project-image {

    position: relative;

    min-height: 610px;

    overflow: hidden;

}


.project-slide .project-image::before {

    content: "";

    position: absolute;

    inset: 0;

    border: 1px solid rgba(202, 165, 83, .5);

    z-index: 2;

    pointer-events: none;

}


.project-slide .project-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}


/* =====================================================
   PROJECT CONTENT
===================================================== */

.project-slide .project-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 70px;

    border-top: 1px solid rgba(202, 165, 83, .5);

}


/* =====================================================
   PROJECT SLIDE ANIMATION
===================================================== */

.project-slide.active .project-image {

    animation: projectImageIn .8s
        cubic-bezier(.16,1,.3,1);

}


.project-slide.active .project-content {

    animation: projectContentIn .8s
        cubic-bezier(.16,1,.3,1);

}


@keyframes projectImageIn {

    from {

        opacity: 0;

        transform: translateX(-60px);

    }

    to {

        opacity: 1;

        transform: translateX(0);

    }

}


@keyframes projectContentIn {

    from {

        opacity: 0;

        transform: translateX(60px);

    }

    to {

        opacity: 1;

        transform: translateX(0);

    }

}


/* =====================================================
   PROJECT LOCATION
===================================================== */

.project-location {

    margin-bottom: 25px;

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 4px;

    line-height: 1.8;

    color: #cda84f;

    text-transform: uppercase;

}


/* =====================================================
   PROJECT TITLE
===================================================== */

.project-slide .project-content h3 {

    margin: 0 0 25px;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(42px, 4vw, 65px);

    font-weight: 400;

    line-height: 1;

    color: #ffffff;

}


/* =====================================================
   TAGLINE
===================================================== */

.project-tagline {

    margin-bottom: 25px;

    font-family: "Cormorant Garamond", serif;

    font-size: 24px;

    font-style: italic;

    color: #d2ab4f;

}


/* =====================================================
   DESCRIPTION
===================================================== */

.project-slide .project-content p {

    max-width: 680px;

    margin: 0 0 35px;

    font-family: "Jost", sans-serif;

    font-size: 16px;

    font-weight: 300;

    line-height: 2;

    color: #b7b1aa;

}


/* =====================================================
   FEATURES
===================================================== */

.project-features {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 18px;

}


.project-features span {

    padding: 12px 20px;

    border: 1px solid rgba(202, 165, 83, .35);

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 500;

    letter-spacing: 2px;

    color: #d9d3ca;

    white-space: nowrap;

}


/* =====================================================
   PRICE
===================================================== */

.project-price {

    display: inline-block;

    width: fit-content;

    margin-bottom: 40px;

    padding: 12px 22px;

    border: 1px solid rgba(202, 165, 83, .35);

    font-family: "Jost", sans-serif;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: 2px;

    color: #d8c08a;

}


/* =====================================================
   BUTTONS
===================================================== */

.project-buttons {

    display: flex;

    gap: 18px;

}


.project-btn {

    min-width: 190px;

    padding: 18px 28px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    font-family: "Jost", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    transition: all .3s ease;

}


.project-btn.primary {

    background: #cda84f;

    color: #090806;

}


.project-btn.primary:hover {

    background: #dfbf6c;

    transform: translateY(-3px);

}


.project-btn.secondary {

    border: 1px solid rgba(255,255,255,.3);

    color: #ffffff;

}


.project-btn.secondary:hover {

    border-color: #cda84f;

    color: #cda84f;

    transform: translateY(-3px);

}


/* =====================================================
   NAVIGATION
===================================================== */

.projects-navigation {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 25px;

    padding-top: 40px;

}


.project-arrow {

    width: 60px;

    height: 60px;

    border: 1px solid rgba(202,165,83,.35);

    background: transparent;

    color: #cda84f;

    font-family: "Cormorant Garamond", serif;

    font-size: 30px;

    cursor: pointer;

    transition: all .3s ease;

}


.project-arrow:hover {

    background: #cda84f;

    color: #090806;

}


.project-progress {

    display: flex;

    align-items: center;

    gap: 10px;

}


.progress-line {

    width: 35px;

    height: 3px;

    background: rgba(202,165,83,.25);

    transition: all .4s ease;

}


.progress-line.active {

    width: 55px;

    background: #cda84f;

}
/* =====================================================
   ADVIKA DEVELOPERS CHATBOT
   ===================================================== */

.chatbot {

    position: fixed;

    right: 25px;
    bottom: 25px;

    z-index: 9999;

    font-family: "Jost", sans-serif;

}


/* =====================================================
   CHAT BUTTON
   ===================================================== */

.chatbot-button {

    border: none;

    background: #15bb1e;

    color: white;

    height: 58px;

    padding: 0 22px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    gap: 10px;

    cursor: pointer;

    font-family: "Jost", sans-serif;

    font-size: 14px;

    font-weight: 600;

    box-shadow: 0 10px 30px rgba(0,0,0,.20);

    transition: .3s ease;

}


.chatbot-button:hover {

    transform: translateY(-4px);

    background: #ad8535;

}


.chat-icon {

    font-size: 22px;

}


.chat-label {

    letter-spacing: .5px;

}


/* =====================================================
   CHAT WINDOW
   ===================================================== */

.chatbot-window {

    position: absolute;

    right: 0;

    bottom: 75px;

    width: 350px;

    background: white;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 20px 60px rgba(0,0,0,.25);

    opacity: 0;

    visibility: hidden;

    transform: translateY(20px) scale(.96);

    transition: .3s ease;

}


.chatbot-window.active {

    opacity: 1;

    visibility: visible;

    transform: translateY(0) scale(1);

}


/* =====================================================
   HEADER
   ===================================================== */

.chatbot-header {

    background: #171717;

    color: white;

    padding: 18px 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}


.chatbot-header strong {

    display: block;

    font-family: "Cormorant Garamond", serif;

    font-size: 22px;

    font-weight: 500;

}


.chatbot-header span {

    display: block;

    margin-top: 4px;

    font-size: 11px;

    color: #c9a34e;

}


.chatbot-header button {

    border: none;

    background: transparent;

    color: white;

    font-size: 28px;

    cursor: pointer;

}


/* =====================================================
   BODY
   ===================================================== */

.chatbot-body {

    padding: 20px;

    background: #faf9f6;

}


.bot-message {

    background: white;

    border-radius: 12px;

    padding: 15px;

    color: #555;

    font-size: 14px;

    line-height: 1.6;

    box-shadow: 0 3px 15px rgba(0,0,0,.05);

    margin-bottom: 15px;

}


.chat-options {

    display: flex;

    flex-direction: column;

    gap: 8px;

}


.chat-options button {

    width: 100%;

    padding: 12px 14px;

    background: white;

    border: 1px solid #e5e0d5;

    border-radius: 8px;

    text-align: left;

    cursor: pointer;

    color: #333;

    font-family: "Jost", sans-serif;

    transition: .25s ease;

}


.chat-options button:hover {

    background: #48d91c;

    color: white;

    border-color: #c9a34e;

}


/* =====================================================
   FOOTER
   ===================================================== */

.chatbot-footer {

    padding: 15px;

    background: white;

    border-top: 1px solid #eee;

}


.chatbot-footer button {

    width: 100%;

    padding: 14px;

    border: none;

    border-radius: 8px;

    background: #25D366;

    color: white;

    font-family: "Jost", sans-serif;

    font-weight: 600;

    cursor: pointer;

    transition: .3s ease;

}


.chatbot-footer button:hover {

    transform: translateY(-2px);

}


.chatbot-footer button span {

    margin-left: 8px;

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 500px) {

    .chatbot {

        right: 15px;

        bottom: 15px;

    }


    .chatbot-window {

        right: 0;

        bottom: 70px;

        width: calc(100vw - 30px);

        max-width: 350px;

    }


    .chat-label {

        display: none;

    }


    .chatbot-button {

        width: 58px;

        height: 58px;

        padding: 0;

        justify-content: center;

    }

}
/* ================================
   ABOUT SECTION - SIMPLE STYLE
   ================================ */

.about-content h2 {
    color: #c9a34e;
    font-family: "Cormorant Garamond", serif;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-content p {
    color: #555;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-content p strong {
    color: #c9a34e;
}

.about-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 15px 35px;

    background: #c9a34e;
    color: white;

    text-decoration: none;

    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;

    transition: 0.3s ease;
}

.about-btn:hover {
    background: #ad8535;
    transform: translateY(-2px);
}
/* ================================
   ABOUT SECTION - SIMPLE STYLE
   ================================ */

.about-content h2 {
    color: #c9a34e;
    font-family: "Cormorant Garamond", serif;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-content p {
    color: #555;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-content p strong {
    color: #c9a34e;
}

.about-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 15px 35px;

    background: #c9a34e;
    color: white;

    text-decoration: none;

    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;

    transition: 0.3s ease;
}

.about-btn:hover {
    background: #ad8535;
    transform: translateY(-2px);
}
/* =====================================================
   TESTIMONIAL SECTION
   ===================================================== */

.testimonials-section {

    width: 100%;

    background: #050505;

    padding: 110px 0 120px;

    overflow: hidden;

}


.testimonials-container {

    width: 100%;

    max-width: 1380px;

    margin: 0 auto;

    padding: 0 40px;

}


/* =====================================================
   HEADING
   ===================================================== */

.testimonial-eyebrow {

    display: block;

    font-family: "Jost", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 5px;

    color: #c9a34e;

    margin-bottom: 18px;

}


.testimonial-line {

    display: block;

    width: 55px;

    height: 2px;

    background: #c1bcb1;

    margin-bottom: 35px;

}


.testimonials-container h2 {

    margin: 0 0 55px;

    font-family: "Cormorant Garamond", serif;

    font-size: 68px;

    line-height: 1;

    font-weight: 400;

    color: #e2d8c7;

}


/* =====================================================
   SLIDER
   ===================================================== */

.testimonial-slider {

    position: relative;

    width: 100%;

    max-width: 975px;

    min-height: 335px;

}


/* =====================================================
   TESTIMONIAL CARD
   ===================================================== */

.testimonial-card {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    min-height: 335px;

    padding: 65px 55px 50px;

    background: #ffffff;

    border: 1px solid rgba(201,163,78,.15);

    box-shadow: 0 20px 50px rgba(70,60,40,.08);

    opacity: 0;

    visibility: hidden;

    transform: translateX(60px);

    transition:

        opacity .7s ease,

        transform .7s ease,

        visibility .7s ease;

}


.testimonial-card.active {

    opacity: 1;

    visibility: visible;

    transform: translateX(0);

}


/* =====================================================
   QUOTE
   ===================================================== */

.quote-mark {

    position: absolute;

    top: 5px;

    left: 35px;

    font-family: "Cormorant Garamond", serif;

    font-size: 100px;

    line-height: 1;

    color: #f0e5ca;

}


/* =====================================================
   TEXT
   ===================================================== */

.testimonial-card p {

    margin: 0 0 35px;

    font-family: "Cormorant Garamond", serif;

    font-size: 29px;

    font-style: italic;

    font-weight: 400;

    line-height: 1.65;

    color: #4b4740;

}


/* =====================================================
   AUTHOR
   ===================================================== */

.testimonial-author {

    display: flex;

    align-items: center;

    gap: 15px;

    font-family: "Jost", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 4px;

    color: #b58b35;

}


.testimonial-author::before {

    content: "—";

    font-size: 18px;

    color: #b58b35;

}


/* =====================================================
   CONTROLS
   ===================================================== */

.testimonial-controls {

    max-width: 975px;

    margin-top: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

}


/* =====================================================
   ARROWS
   ===================================================== */

.testimonial-prev,
.testimonial-next {

    width: 48px;

    height: 48px;

    border: 1px solid #d4bd83;

    background: transparent;

    color: #b58b35;

    font-family: "Cormorant Garamond", serif;

    font-size: 30px;

    cursor: pointer;

    transition: .3s ease;

}


.testimonial-prev:hover,
.testimonial-next:hover {

    background: #c9a34e;

    color: white;

    border-color: #c9a34e;

}


/* =====================================================
   DOTS
   ===================================================== */

.testimonial-dots {

    display: flex;

    align-items: center;

    gap: 8px;

}


.testimonial-dots span {

    width: 25px;

    height: 2px;

    background: #d5c9ad;

    cursor: pointer;

    transition: .3s ease;

}


.testimonial-dots span.active {

    width: 45px;

    background: #c9a34e;

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .testimonials-section {

        padding: 75px 0 85px;

    }


    .testimonials-container {

        padding: 0 22px;

    }


    .testimonials-container h2 {

        font-size: 50px;

        margin-bottom: 40px;

    }


    .testimonial-slider {

        min-height: 430px;

    }


    .testimonial-card {

        min-height: 430px;

        padding: 60px 25px 35px;

    }


    .testimonial-card p {

        font-size: 23px;

        line-height: 1.55;

    }


    .quote-mark {

        left: 18px;

        font-size: 75px;

    }

}


@media (max-width: 480px) {

    .testimonials-container h2 {

        font-size: 42px;

    }


    .testimonial-slider {

        min-height: 470px;

    }


    .testimonial-card {

        min-height: 470px;

        padding: 55px 22px 30px;

    }


    .testimonial-card p {

        font-size: 20px;

    }


    .testimonial-author {

        font-size: 10px;

        letter-spacing: 2px;

    }

}
/* ================================
   CONTACT SECTION
================================ */

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 60px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;

    background: #ffffff;
}

.contact-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;

    color: #302b26;

    margin: 20px 0 30px;
}

.contact-content p {
    font-family: "Jost", sans-serif;

    font-size: 16px;
    line-height: 1.8;

    color: #666;

    max-width: 600px;
}

.contact-content p a {
    color: #b89143;
    text-decoration: none;
}

.section-eyebrow {
    font-family: "Jost", sans-serif;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 4px;

    color: #b89143;
}

.contact-line {
    display: block;

    width: 50px;
    height: 2px;

    background: #b89143;

    margin-top: 18px;
}


/* FORM */

.contact-form {
    width: 90%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;

    margin-bottom: 8px;

    font-family: "Jost", sans-serif;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 3px;

    color: #9b8975;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 90%;
    box-sizing: border-box;

    border: 1px solid #ddd;

    background: #fff;

    padding: 16px;

    font-family: "Jost", sans-serif;

    font-size: 14px;

    outline: none;
}

.form-group input,
.form-group select {
    height: 55px;
}

.form-group textarea {
    min-height: 120px;

    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #b89143;
}


/* SEND BUTTON */

.contact-submit {
    width: 90%;

    padding: 17px;

    border: none;

    background: #c9a34e;

    color: white;

    font-family: "Jost", sans-serif;

    font-size: 12px;
    font-weight: 500;

    letter-spacing: 3px;

    cursor: pointer;
}

.contact-submit:hover {
    background: #b89143;
}

.contact-container {
    width: calc(100% - 40px);
    max-width: 1750px;

    margin: 0 auto;
    padding: 80px 70px;

    display: grid;
    grid-template-columns: 45% 55%;
    gap: 60px;

    background: #ffffff;

    box-sizing: border-box;
    overflow: hidden;
}

.contact-content {
    width: 100%;
    max-width: 650px;

    padding: 20px 20px;

    box-sizing: border-box;
}

.contact-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 62px;
    font-weight: 400;
    line-height: 1.05;

    color: #302c28;

    margin: 0 0 30px;
}

.contact-content p {
    font-family: "Jost", sans-serif;
    font-size: 17px;
    line-height: 1.8;

    color: #667080;

    margin: 0;

    max-width: 600px;
}

.contact-content p a {
    color: #c9a34e;
    text-decoration: none;
}
/* =====================================================
   FLAGSHIP DEVELOPMENTS
   FIT ENTIRE SECTION IN ONE SCREEN
===================================================== */

.flagship-section {
    height: 100vh;
    min-height: 650px;
    max-height: 900px;

    padding: 55px 6vw 45px;

    background: #0d0b0a;
    color: #fff;

    box-sizing: border-box;
    overflow: hidden;
}


/* =====================================================
   HEADER
===================================================== */

.flagship-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    margin-bottom: 45px;
}

.flagship-eyebrow {
    margin-bottom: 10px;

    font-family: "Jost", sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #c9a24d;
}

.flagship-header h2 {
    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(55px, 5vw, 82px);
    line-height: 0.95;
    font-weight: 400;
}

.flagship-header h2 span {
    color: #c9a24d;
}


/* =====================================================
   EXPLORE ALL
===================================================== */

.flagship-explore {
    color: #c9a24d;
    font-family: "Jost", sans-serif;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;

    text-decoration: none;
    text-transform: uppercase;

    padding-bottom: 12px;

    border-bottom: 1px solid #c9a24d;
}


/* =====================================================
   PROJECT AREA
===================================================== */

.flagship-project {
    height: calc(100vh - 300px);

    min-height: 400px;
    max-height: 520px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    border-top: 1px solid rgba(201, 162, 77, 0.6);

    overflow: hidden;
}


/* =====================================================
   PROJECT IMAGE
===================================================== */

.flagship-project-image {
    width: 100%;
    height: 100%;

    overflow: hidden;
}

.flagship-project-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.8s ease;
}

.flagship-project-image:hover img {
    transform: scale(1.03);
}


/* =====================================================
   PROJECT CONTENT
===================================================== */

.flagship-project-content {
    height: 100%;

    padding: 70px 80px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    box-sizing: border-box;
}

.flagship-project-content .project-location {
    margin-bottom: 25px;

    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #c9a24d;
}

.flagship-project-content h3 {
    margin: 0 0 20px;

    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    line-height: 1;

    font-weight: 400;
    color: #fff;
}

.flagship-project-content p {
    margin: 0 0 25px;

    font-family: "Jost", sans-serif;
    font-size: 15px;
    line-height: 1.7;

    color: #bcb8b3;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {

    .flagship-section {
        padding: 45px 5vw 35px;
    }

    .flagship-header {
        margin-bottom: 30px;
    }

    .flagship-project {
        height: calc(100vh - 250px);
    }

    .flagship-project-content {
        padding: 45px;
    }

    .flagship-project-content h3 {
        font-size: 48px;
    }
}


@media (max-width: 768px) {

    .flagship-section {
        height: auto;
        min-height: auto;

        padding: 60px 25px;
        overflow: visible;
    }

    .flagship-header {
        display: block;
        margin-bottom: 30px;
    }

    .flagship-header h2 {
        font-size: 52px;
    }

    .flagship-explore {
        display: inline-block;
        margin-top: 25px;
    }

    .flagship-project {
        height: auto;
        display: block;
    }

    .flagship-project-image {
        height: 380px;
    }

    .flagship-project-content {
        min-height: 350px;
        padding: 45px 30px;
    }

    .flagship-project-content h3 {
        font-size: 45px;
    }
}

/* =====================================================
   SWARNABHOOMI PROJECT PAGE
===================================================== */

.project-hero {

    position: relative;

    height: calc(100vh - 96px);
    min-height: 650px;

    overflow: hidden;

    display: flex;
    align-items: center;

    background: #111;

}


/* HERO IMAGE */

.project-hero-bg {

    position: absolute;

    inset: 0;

    background-image:
        url("../images/projects/swarnabhoomi-hero.jpg");

    background-size: cover;

    background-position: center;

    transform: scale(1.02);

}


/* DARK OVERLAY */

.project-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.55) 38%,
            rgba(0,0,0,.18) 70%,
            rgba(0,0,0,.05) 100%
        );

}


/* HERO CONTENT */

.project-hero-content {

    position: relative;

    z-index: 2;

    width: min(700px, 90%);

    margin-left: 5vw;

    color: #fff;

}


/* BADGE */

.project-badge {

    display: inline-block;

    padding: 13px 27px;

    margin-bottom: 28px;

    background: #c9a24d;

    color: #111;

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 4px;

}


/* LOCATION */

.project-location {

    display: block;

    margin-bottom: 12px;

    font-family: "Jost", sans-serif;

    font-size: 12px;

    letter-spacing: 4px;

    color: #e8ac22;

}


/* TITLE */

.project-hero-content h1 {

    margin: 0 0 15px;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(65px, 7vw, 110px);

    line-height: .85;

    font-weight: 400;

    color: #fff;

}


/* SUBTITLE */

.project-subtitle {

    margin-bottom: 25px;

    font-family: "Cormorant Garamond", serif;

    font-size: 28px;

    font-style: italic;

    color: #d4af62;

}


/* PRICE */

.project-price {

    display: flex;

    align-items: baseline;

    gap: 4px;

    margin-bottom: 5px;

}


.project-price span {

    font-family: "Cormorant Garamond", serif;

    font-size: 54px;

    color: #d4af62;

}


.project-price small {

    font-family: "Jost", sans-serif;

    font-size: 20px;

    color: #eee;

}


/* PRICE NOTE */

.project-price-note {

    margin: 0 0 25px;

    font-family: "Jost", sans-serif;

    font-size: 11px;

    letter-spacing: 2px;

    color: #ddd;

}


/* TAGS */

.project-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 32px;

}


.project-tags span {

    padding: 12px 18px;

    border: 1px solid rgba(255,255,255,.35);

    background: rgba(0,0,0,.22);

    font-family: "Jost", sans-serif;

    font-size: 12px;

    letter-spacing: 2px;

    color: #fff;

}


/* BUTTONS */

.project-buttons {

    display: flex;

    gap: 16px;

    flex-wrap: wrap;

}


.btn-gold {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 56px;

    padding: 0 32px;

    background: #c9a24d;

    color: #111;

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    text-decoration: none;

    transition: .3s ease;

}


.btn-gold:hover {

    background: #e0bd6b;

    transform: translateY(-3px);

}


.btn-outline-light {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 56px;

    padding: 0 32px;

    border: 1px solid rgba(255,255,255,.45);

    color: #fff;

    font-family: "Jost", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    text-decoration: none;

    transition: .3s ease;

}


.btn-outline-light:hover {

    border-color: #c9a24d;

    color: #c9a24d;

}


/* SCROLL */

.hero-scroll {

    position: absolute;

    z-index: 3;

    right: 45px;

    bottom: 35px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 10px;

    color: #fff;

}


.hero-scroll span {

    font-family: "Jost", sans-serif;

    font-size: 9px;

    letter-spacing: 3px;

    writing-mode: vertical-rl;

}


.scroll-line {

    width: 1px;

    height: 70px;

    background: #c9a24d;

}

