* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {

    --bg: #fcfaf9;

    --bg-soft: #f5eeec;

    --white: #ffffff;

    --wine: #702d3c;

    --wine-dark: #35151e;

    --rose: #c58f9c;

    --champagne: #c6a47b;

    --gold: #b58a5a;

    --text: #30282a;

    --muted: #827679;

    --line: #eadfdd;

}


html {

    scroll-behavior: smooth;

}


body {

    background: var(--bg);

    color: var(--text);

    font-family: "Montserrat", sans-serif;

    overflow-x: hidden;

}


a {

    text-decoration: none;

    color: inherit;

}


button {

    font-family: inherit;

}


.glow {

    position: fixed;

    width: 450px;

    height: 450px;

    border-radius: 50%;

    filter: blur(110px);

    pointer-events: none;

    z-index: -1;

    opacity: .12;

}


.glow-1 {

    background: var(--rose);

    top: -250px;

    right: -180px;

}


.glow-2 {

    background: var(--champagne);

    bottom: -300px;

    left: -200px;

}


/* HEADER */

.header {

    height: 88px;

    padding: 0 7%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    position: relative;

    z-index: 50;

    background: rgba(252,250,249,.86);

    backdrop-filter: blur(20px);

    border-bottom: 1px solid rgba(112,45,60,.08);

}


.logo {

    display: flex;

    align-items: center;

    gap: 12px;

}


.logo-jl {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    border: 1px solid var(--wine);

    display: flex;

    justify-content: center;

    align-items: center;

    font-family: "Cormorant Garamond", serif;

    font-size: 23px;

    color: var(--wine);

}


.logo-text strong {

    display: block;

    font-family: "Cormorant Garamond", serif;

    font-size: 19px;

    letter-spacing: 3px;

}


.logo-text small {

    display: block;

    font-size: 7px;

    letter-spacing: 2px;

    color: var(--wine);

}


.nav {

    display: flex;

    gap: 32px;

    font-size: 12px;

    color: var(--muted);

}


.nav a {

    transition: .3s;

}


.nav a:hover {

    color: var(--wine);

}


.botao-header {

    padding: 13px 21px;

    border-radius: 30px;

    border: 1px solid var(--wine);

    color: var(--wine);

    font-size: 11px;

    font-weight: 600;

    transition: .3s;

}


.botao-header:hover {

    background: var(--wine);

    color: white;

}


.menu-mobile {

    display: none;

    border: none;

    background: transparent;

    font-size: 26px;

    color: var(--wine);

    cursor: pointer;

}


/* MENU MOBILE */

.menu-aberto {

    display: none;

    position: fixed;

    top: 88px;

    left: 0;

    width: 100%;

    padding: 20px 7%;

    background: white;

    z-index: 40;

    box-shadow: 0 20px 40px rgba(50,20,25,.1);

}


.menu-aberto a {

    display: block;

    padding: 15px 0;

    border-bottom: 1px solid var(--line);

    font-size: 13px;

}


.menu-agendar {

    color: var(--wine);

    font-weight: 600;

}


/* HERO */

.hero {

    min-height: calc(100vh - 88px);

    padding: 70px 7%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 70px;

}


.hero-content {

    max-width: 620px;

}


.eyebrow {

    font-size: 9px;

    letter-spacing: 3px;

    color: var(--wine);

    font-weight: 700;

}


.hero h1 {

    margin-top: 20px;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(65px, 7vw, 100px);

    font-weight: 500;

    line-height: .9;

    letter-spacing: -3px;

}


.hero h1 span {

    display: block;

    color: var(--wine);

    font-style: italic;

}


.hero-content > p {

    max-width: 520px;

    margin-top: 32px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.9;

}


.hero-buttons {

    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 35px;

}


.btn-primary {

    display: inline-flex;

    align-items: center;

    gap: 25px;

    padding: 16px 20px;

    background: var(--wine);

    color: white;

    border-radius: 6px;

    font-size: 11px;

    font-weight: 600;

    transition: .3s;

}


.btn-primary span {

    font-size: 18px;

    color: #e5c7b5;

}


.btn-primary:hover {

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(112,45,60,.2);

}


.btn-link {

    color: var(--muted);

    font-size: 11px;

    border-bottom: 1px solid var(--wine);

    padding-bottom: 5px;

}


.hero-details {

    margin-top: 55px;

    display: flex;

    align-items: center;

    gap: 25px;

}


.hero-details div:not(.vertical-line) {

    display: flex;

    flex-direction: column;

}


.hero-details strong {

    font-family: "Cormorant Garamond", serif;

    color: var(--wine);

    font-size: 25px;

}


.hero-details small {

    margin-top: 2px;

    font-size: 8px;

    color: var(--muted);

}


.vertical-line {

    width: 1px;

    height: 30px;

    background: var(--line);

}


/* HERO VISUAL */

.hero-visual {

    height: 610px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}


.hero-circle {

    width: 500px;

    height: 500px;

    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(112,45,60,.18);

}


.hero-main-card {

    width: 390px;

    height: 500px;

    position: relative;

    border-radius: 190px 190px 20px 20px;

    background:
        linear-gradient(
            145deg,
            #ead8d5,
            #d5afb5
        );

    overflow: hidden;

    box-shadow: 20px 30px 70px rgba(65,30,35,.15);

}


.card-number {

    position: absolute;

    top: 25px;

    left: 30px;

    color: rgba(112,45,60,.45);

    font-size: 10px;

    letter-spacing: 2px;

}


.fake-hand {

    width: 300px;

    height: 360px;

    position: absolute;

    left: 50%;

    top: 75px;

    transform: translateX(-50%) rotate(-7deg);

}


.nail {

    position: absolute;

    background:
        linear-gradient(
            145deg,
            #fff4f2,
            #c58f9c
        );

    border: 1px solid rgba(112,45,60,.2);

    box-shadow: inset 0 0 10px rgba(255,255,255,.8);

}


.nail-1 {

    width: 65px;

    height: 150px;

    border-radius: 50px;

    left: 5px;

    top: 70px;

    transform: rotate(-18deg);

}


.nail-2 {

    width: 65px;

    height: 175px;

    border-radius: 50px;

    left: 60px;

    top: 20px;

    transform: rotate(-8deg);

}


.nail-3 {

    width: 68px;

    height: 190px;

    border-radius: 50px;

    left: 120px;

    top: 0;

}


.nail-4 {

    width: 65px;

    height: 175px;

    border-radius: 50px;

    left: 180px;

    top: 25px;

    transform: rotate(8deg);

}


.nail-5 {

    width: 63px;

    height: 150px;

    border-radius: 50px;

    left: 235px;

    top: 80px;

    transform: rotate(18deg);

}


.card-caption {

    position: absolute;

    bottom: 30px;

    left: 30px;

    right: 30px;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

}


.card-caption > span {

    font-family: "Cormorant Garamond", serif;

    font-size: 42px;

    color: white;

}


.card-caption strong {

    display: block;

    font-family: "Cormorant Garamond", serif;

    font-size: 22px;

    color: white;

}


.card-caption small {

    display: block;

    color: rgba(255,255,255,.7);

    font-size: 8px;

    letter-spacing: 2px;

}


.nail-card {

    position: absolute;

    left: 0;

    bottom: 70px;

    padding: 14px;

    background: rgba(255,255,255,.88);

    backdrop-filter: blur(15px);

    border-radius: 10px;

    display: flex;

    gap: 13px;

    align-items: center;

    box-shadow: 0 15px 35px rgba(50,20,25,.12);

    z-index: 4;

}


.fake-nail {

    width: 45px;

    height: 55px;

    border-radius: 25px;

    background: linear-gradient(145deg,#fff,#c58f9c);

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--wine);

}


.nail-card-text small {

    display: block;

    font-size: 7px;

    letter-spacing: 2px;

    color: var(--muted);

}


.nail-card-text strong {

    display: block;

    margin-top: 4px;

    font-family: "Cormorant Garamond", serif;

    font-size: 18px;

}


.floating-badge {

    width: 100px;

    height: 100px;

    position: absolute;

    right: 0;

    top: 70px;

    border-radius: 50%;

    background: var(--wine-dark);

    color: white;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    z-index: 4;

    box-shadow: 0 20px 40px rgba(50,15,25,.2);

}


.floating-badge span {

    color: #dfb7a5;

    font-size: 17px;

}


.floating-badge strong {

    font-size: 10px;

    letter-spacing: 2px;

}


.floating-badge small {

    font-size: 6px;

    letter-spacing: 2px;

    color: #aaa;

}


/* QUOTE */

.quote {

    padding: 90px 7%;

    text-align: center;

    background: var(--wine-dark);

    color: white;

}


.quote > span {

    font-family: "Cormorant Garamond", serif;

    color: #d7aeb0;

    font-size: 70px;

    line-height: .5;

}


.quote p {

    max-width: 700px;

    margin: 20px auto;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(30px,4vw,48px);

    line-height: 1.15;

    font-style: italic;

}


.quote small {

    color: #c6a47b;

    font-size: 9px;

    letter-spacing: 2px;

}


/* SEÇÕES */

.section {

    padding: 120px 7%;

}


.section-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 50px;

    margin-bottom: 55px;

}


.section-header h2 {

    margin-top: 16px;

}


h2 {

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(45px,5vw,65px);

    font-weight: 500;

    line-height: .98;

    letter-spacing: -1px;

}


h2 span {

    display: block;

    color: var(--wine);

    font-style: italic;

}


.section-header > p {

    max-width: 330px;

    color: var(--muted);

    font-size: 12px;

    line-height: 1.8;

}


/* SERVIÇOS */

.services {

    background: var(--bg-soft);

}


.services-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 14px;

}


.service-card {

    min-height: 360px;

    padding: 30px;

    background: white;

    border: 1px solid var(--line);

    border-radius: 12px;

    display: flex;

    flex-direction: column;

    transition: .35s;

}


.service-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(80,30,40,.08);

    border-color: var(--rose);

}


.service-card.featured {

    background: var(--wine);

    color: white;

}


.service-top {

    display: flex;

    justify-content: space-between;

}


.service-top span {

    color: var(--rose);

    font-size: 9px;

    letter-spacing: 2px;

}


.service-top strong {

    color: var(--rose);

}


.service-icon {

    margin-top: 50px;

    color: var(--wine);

    font-size: 28px;

}


.featured .service-icon {

    color: #e5bdb5;

}


.service-card h3 {

    margin-top: auto;

    font-family: "Cormorant Garamond", serif;

    font-size: 30px;

    font-weight: 600;

}


.service-card p {

    margin-top: 12px;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.7;

}


.featured p {

    color: #c8aeb2;

}


.service-card a {

    margin-top: 24px;

    color: var(--wine);

    font-size: 10px;

    font-weight: 600;

}


.featured a {

    color: #dfb7a5;

}


/* GALERIA */

.instagram-link {

    color: var(--wine);

    font-size: 11px;

    border-bottom: 1px solid var(--wine);

    padding-bottom: 5px;

}


.gallery-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-template-rows: repeat(2, 300px);

    gap: 16px;

}


.gallery-item {

    overflow: hidden;

    border-radius: 18px;

    position: relative;

    background: #ead7d4;

}


.gallery-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform .5s ease;

}


.gallery-item:hover img {

    transform: scale(1.06);

}


/* Brilho suave ao passar o mouse */

.gallery-item::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,.20),
        transparent 45%
    );

    opacity: 0;

    transition: opacity .4s ease;

    pointer-events: none;

}


.gallery-item:hover::after {

    opacity: 1;

}


.gallery-note {

    display: none;

}


/* SOBRE */

.about {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 110px;

    align-items: center;

}


.about-visual {

    height: 520px;

    position: relative;

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            #f0e3df,
            #d7b8bb
        );

    overflow: hidden;

}


.about-big {

    position: absolute;

    left: -20px;

    bottom: -50px;

    font-family: "Cormorant Garamond", serif;

    font-size: 270px;

    line-height: 1;

    color: rgba(255,255,255,.45);

}


.about-small-card {

    position: absolute;

    right: 35px;

    bottom: 35px;

    width: 190px;

    padding: 25px;

    background: rgba(255,255,255,.8);

    backdrop-filter: blur(15px);

    border-radius: 12px;

}


.about-small-card span {

    display: block;

    font-size: 7px;

    letter-spacing: 2px;

    color: var(--muted);

}


.about-small-card strong {

    display: block;

    margin: 3px 0;

    font-family: "Cormorant Garamond", serif;

    font-size: 50px;

    color: var(--wine);

}


.about-small-card small {

    font-size: 7px;

    letter-spacing: 2px;

    color: var(--wine);

}


.about-content {

    max-width: 560px;

}


.about-content > p {

    margin-top: 25px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.9;

}


.about-list {

    margin: 30px 0;

    display: flex;

    flex-direction: column;

    gap: 13px;

}


.about-list div {

    font-size: 11px;

}


.about-list span {

    margin-right: 12px;

    color: var(--wine);

    font-size: 8px;

}


/* EXPERIENCE */

.experience {

    padding: 120px 7%;

    background: var(--bg-soft);

}


.experience-content {

    max-width: 1200px;

    margin: auto;

}


.experience-grid {

    margin-top: 65px;

    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 35px;

}


.experience-grid > div {

    border-top: 1px solid var(--line);

    padding-top: 25px;

}


.experience-grid span {

    color: var(--wine);

    font-size: 20px;

}


.experience-grid strong {

    display: block;

    margin-top: 30px;

    font-family: "Cormorant Garamond", serif;

    font-size: 24px;

}


.experience-grid p {

    margin-top: 10px;

    color: var(--muted);

    font-size: 10px;

    line-height: 1.7;

}


/* DEPOIMENTOS */

.testimonial-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 15px;

}


.testimonial {

    padding: 35px;

    border: 1px solid var(--line);

    border-radius: 13px;

    background: white;

}


.featured-testimonial {

    background: var(--bg-soft);

    border-color: #dfc4c7;

}


.stars {

    color: var(--champagne);

    letter-spacing: 4px;

    font-size: 11px;

}


.testimonial p {

    margin: 30px 0;

    font-family: "Cormorant Garamond", serif;

    font-size: 22px;

    line-height: 1.4;

}


.testimonial strong {

    font-size: 10px;

}


/* LOCALIZAÇÃO */

.location {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;

    background: var(--bg-soft);

}


.location-content {

    max-width: 520px;

}


.location-content > p {

    margin-top: 25px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;

}


.address {

    margin-top: 35px;

    display: flex;

    gap: 15px;

}


.address > span {

    color: var(--wine);

}


.address small {

    display: block;

    font-size: 7px;

    letter-spacing: 2px;

    color: var(--muted);

}


.address strong {

    display: block;

    margin-top: 5px;

    font-size: 12px;

}


.address p {

    margin-top: 7px;

    color: var(--muted);

    font-size: 10px;

    line-height: 1.7;

}


.btn-outline {

    display: inline-flex;

    gap: 20px;

    margin-top: 30px;

    padding: 14px 18px;

    border: 1px solid var(--wine);

    color: var(--wine);

    border-radius: 6px;

    font-size: 10px;

    font-weight: 600;

}


.location-map {

    min-height: 430px;

    position: relative;

    overflow: hidden;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #eee4df,
            #d5bdab
        );
}


.location-map::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 1px;

    background: rgba(112,45,60,.18);

    transform: rotate(35deg);

    top: 50%;

    left: -100px;

}


.location-map::after {

    content: "";

    position: absolute;

    width: 700px;

    height: 1px;

    background: rgba(112,45,60,.15);

    transform: rotate(-30deg);

    top: 50%;

    left: -100px;

}


.map-decoration {

    position: absolute;

    top: 30px;

    left: 30px;

    display: flex;

    flex-direction: column;

    z-index: 2;

}


.map-decoration span {

    font-family: "Cormorant Garamond", serif;

    font-size: 55px;

    color: var(--wine);

}


.map-decoration small {

    font-size: 7px;

    letter-spacing: 2px;

    color: var(--wine);

}


.map-pin {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%,-50%);

    width: 75px;

    height: 75px;

    border-radius: 50%;

    background: var(--wine);

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 15px 40px rgba(112,45,60,.3);

    z-index: 3;

}


.map-pin::after {

    content: "";

    position: absolute;

    width: 110px;

    height: 110px;

    border: 1px solid rgba(112,45,60,.35);

    border-radius: 50%;

}


/* BOOKING */

.booking {

    display: grid;

    grid-template-columns: 1fr 380px;

    gap: 100px;

    align-items: center;

}


.booking-content {

    max-width: 650px;

}


.booking-content > p {

    margin-top: 25px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;

}


.booking-buttons {

    display: flex;

    flex-direction: column;

    gap: 12px;

    margin-top: 35px;

}


.whatsapp-button,
.instagram-button {

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 18px;

    border-radius: 8px;

    font-size: 11px;

    font-weight: 600;

    transition: .3s;

}


.whatsapp-button {

    background: var(--wine);

    color: white;

}


.instagram-button {

    border: 1px solid var(--line);

    color: var(--wine);

}


.whatsapp-button span,
.instagram-button span {

    font-size: 18px;

}


.whatsapp-button strong,
.instagram-button strong {

    margin-left: auto;

}


.whatsapp-button:hover,
.instagram-button:hover {

    transform: translateX(5px);

}


.booking-card {

    height: 380px;

    border-radius: 190px 190px 20px 20px;

    background:
        linear-gradient(
            145deg,
            var(--wine),
            var(--wine-dark)
        );

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    color: white;

    box-shadow: 20px 25px 60px rgba(50,15,25,.2);

}


.booking-symbol {

    font-family: "Cormorant Garamond", serif;

    font-size: 90px;

    color: #e2bdb3;

}


.booking-card p {

    max-width: 190px;

    text-align: center;

    font-family: "Cormorant Garamond", serif;

    font-size: 25px;

    font-style: italic;

    line-height: 1.2;

}


.booking-card small {

    margin-top: 20px;

    font-size: 7px;

    letter-spacing: 3px;

    color: #cba7a0;

}


/* FOOTER */

.footer {

    padding: 60px 7% 25px;

    background: #281116;

    color: white;

    display: grid;

    grid-template-columns: 1fr auto auto;

    gap: 50px;

}


.footer-logo {

    display: flex;

    align-items: center;

    gap: 12px;

}


.footer-logo > span {

    width: 40px;

    height: 40px;

    border: 1px solid #b98b83;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: "Cormorant Garamond", serif;

    font-size: 23px;

}


.footer-logo strong {

    display: block;

    font-family: "Cormorant Garamond", serif;

    letter-spacing: 3px;

}


.footer-logo small {

    display: block;

    font-size: 6px;

    letter-spacing: 2px;

    color: #c9a49e;

}


.footer-brand > p {

    margin-top: 15px;

    color: #9d8185;

    font-size: 10px;

}


.footer-links,
.footer-social {

    display: flex;

    flex-direction: column;

    gap: 14px;

    font-size: 10px;

    color: #a98b90;

}


.footer-links a:hover,
.footer-social a:hover {

    color: #e1bbb3;

}


.footer-bottom {

    grid-column: 1 / -1;

    display: flex;

    justify-content: space-between;

    padding-top: 25px;

    border-top: 1px solid #45252c;

    color: #715960;

    font-size: 8px;

}


/* WHATSAPP */

.whatsapp-float {

    position: fixed;

    right: 25px;

    bottom: 25px;

    width: 62px;

    height: 62px;

    border-radius: 50%;

    background: var(--wine);

    color: white;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    z-index: 100;

    box-shadow: 0 12px 30px rgba(112,45,60,.3);

    transition: .3s;

}


.whatsapp-float span {

    font-size: 19px;

}


.whatsapp-float small {

    font-size: 6px;

    letter-spacing: 1px;

}


.whatsapp-float:hover {

    transform: translateY(-5px) scale(1.05);

}


/* ANIMAÇÕES */

.hero-content,
.hero-visual {

    animation: reveal 1s ease both;

}


.hero-visual {

    animation-delay: .15s;

}


@keyframes reveal {

    from {

        opacity: 0;

        transform: translateY(25px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


/* RESPONSIVO */

@media (max-width: 1050px) {

    .nav,
    .botao-header {

        display: none;

    }


    .menu-mobile {

        display: block;

    }


    .hero {

        grid-template-columns: 1fr;

    }


    .hero-visual {

        height: 550px;

    }


    .services-grid {

        grid-template-columns: repeat(2,1fr);

    }


    .about,
    .location {

        grid-template-columns: 1fr;

        gap: 60px;

    }


    .experience-grid {

        grid-template-columns: repeat(2,1fr);

    }


    .booking {

        grid-template-columns: 1fr;

    }

}


@media (max-width: 650px) {

    .header {

        height: 75px;

        padding: 0 5%;

    }


    .menu-aberto {

        top: 75px;

        padding: 20px 5%;

    }


    .section,
    .experience {

        padding: 80px 5%;

    }


    .hero {

        padding: 60px 5%;

    }


    .hero h1 {

        font-size: 60px;

    }


    .hero-buttons {

        flex-direction: column;

        align-items: flex-start;

    }


    .hero-details {

        gap: 15px;

    }


    .hero-visual {

        height: 450px;

    }


    .hero-circle {

        width: 350px;

        height: 350px;

    }


    .hero-main-card {

        width: 285px;

        height: 380px;

    }


    .fake-hand {

        transform: scale(.72) translateX(-70%);

    }


    .nail-card {

        left: -5px;

        bottom: 20px;

    }


    .floating-badge {

        right: -5px;

        top: 35px;

        width: 80px;

        height: 80px;

    }


    .section-header {

        flex-direction: column;

        align-items: flex-start;

    }


    .services-grid {

        grid-template-columns: 1fr;

    }


    .gallery-grid {

        display: grid;

        grid-template-columns: 1fr 1fr;

        grid-template-rows: 200px 200px 200px;

    }


    .gallery-item.large {

        grid-row: span 2;

    }


    .gallery-item.wide {

        grid-column: span 2;

    }


    .about-visual {

        height: 350px;

    }


    .about-big {

        font-size: 180px;

    }


    .experience-grid {

        grid-template-columns: 1fr;

    }


    .testimonial-grid {

        grid-template-columns: 1fr;

    }


    .location-map {

        min-height: 330px;

    }


    .booking-card {

        height: 320px;

    }


    .footer {

        grid-template-columns: 1fr;

        padding: 50px 5% 25px;

    }


    .footer-bottom {

        flex-direction: column;

        gap: 10px;

    }


    .whatsapp-float {

        right: 18px;

        bottom: 18px;

    }

}