:root{
--bg-main: #0b0a08;
  --bg-secondary: #11100e;
  --bg-card: #15130f;
  --bg-footer: #070604;
  --gold: #c9a96a;
  --gold-dark: #a8894f;
  --gold-light: #e0c78c;
  --text-main: #f5f1e9;
  --text-secondary: #aaa49b;
  --text-muted: #77736b;
  --border: rgba(201, 169, 106, 0.18);
  --border-light: rgba(255, 255, 255, 0.08);
}


body {
  background: var(--bg-main);
  color: var(--text-main);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.text-gold {
  color: var(--gold);
}

/* =====================================================
   NAVBAR & LOGO
===================================================== */
#navbar {
  z-index: 1000;
  background: transparent;
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    padding 0.4s ease;
}

.logo,
.footer-logo {
  font-family: "Cormorant Garamond", serif;
  color: var(--text-main);
  font-size: 32px;
  letter-spacing: 4px;
  transition: 0.3s ease;
}

.logo:hover,
.logo span,
.footer-logo span {
  color: var(--gold);
}

.nav-links .nav-link {
  position: relative;
  color: #f5f1e9;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 10px 14px;
  transition: color 0.3s ease;
}

.nav-links .nav-link:hover {
  color: var(--gold);
}

.nav-links .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.nav-links .nav-link:hover::after {
  width: calc(100% - 28px);
}

#nav-btn {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid var(--gold);
  border-radius: 50px;
  color: var(--gold);
  background: transparent;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease;
}

#nav-btn:hover {
  background: var(--gold);
  color: #080706;
  transform: translateY(-2px);
}

.navbar-toggler {
  border: 1px solid rgba(201, 169, 106, 0.45);
  padding: 6px 9px;
}

.navbar-toggler .material-symbols-outlined {
  color: var(--gold);
  font-size: 25px;
}
/* =====================================================
   HERO
===================================================== */

.hero {
    min-height: 100vh;

    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.96) 0%,
            rgba(5, 5, 5, 0.8) 38%,
            rgba(5, 5, 5, 0.3) 100%
        ),
        url("../media/magnific__edit-the-existing-image-only-do-not-regenerate-or-__24989.png")
        center / cover no-repeat;
}

.hero-content {
    width: 100%;
}

.hero-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 105px;
    line-height: 0.88;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.hero-title span {
    color: var(--gold);
}

.hero-text {
    max-width: 510px;
    color: #c7c3bd;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 38px;
}


.gold-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 50px;
    background: var(--gold);
    color: #090807;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.gold-btn:hover {
    background: var(--gold-light);
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(201, 169, 106, 0.15);
}

.text-btn {
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.2px;
    transition: 0.3s ease;
}

.text-btn:hover {
    color: var(--gold);
}

.text-btn .arrow {
    transition: 0.3s ease;
}

.text-btn:hover .arrow {
    transform: translateX(5px);
}



@media (max-width: 1199.98px) {

    .hero-title {
        font-size: 90px;
    }

}



@media (max-width: 991.98px) {

    .hero {
        background-position: center;
    }

    .hero-title {
        font-size: 80px;
    }

    .hero-text {
        max-width: 480px;
    }

}



@media (max-width: 767.98px) {

    .hero {
        padding: 100px 0 60px;
        background-position: 65% center;
    }

    .hero-title {
        font-size: 68px;
        line-height: 0.9;
        margin-bottom: 25px;
    }

    .hero-text {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .hero-buttons {
        gap: 20px ;
    }

    .gold-btn {
        padding: 13px 24px;
        font-size: 9px;
    }

    .text-btn {
        font-size: 10px;
    }

}


@media (max-width: 575.98px) {

    .hero {
        padding: 110px 0 50px;
        background-position: 65% center;
    }

    .hero-title {
        font-size: 58px;
        margin-bottom: 22px;
    }

    .hero-text {
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 28px;
    }

    .hero-buttons {
        width: 100%;
        gap: 18px;
    }

    .gold-btn {
        padding: 13px 22px;
    }

}



@media (max-width: 400px) {

    .hero {
        padding-top: 105px;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-text {
        font-size: 11px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

}
/* =====================================================
   ABOUT
===================================================== */

.about {
    background: var(--bg-secondary);
}

.section-label {
    color: var(--gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.about-image {
    height: 540px;
}

.about-image img {
    transition: transform 0.7s ease;
}

.about-image:hover img {
    transform: scale(1.04);
}

.about-title,
.section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 68px;
    line-height: 0.95;
    color: var(--text-main);
}

.about-title span,
.section-title span {
    color: var(--gold);
}

.about-text {
    max-width: 540px;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.9;
}



@media (max-width: 991.98px) {

    .about-image {
        height: 450px;
    }

    .about-title,
    .section-title {
        font-size: 55px;
    }

    .about-content {
        padding-left: 0;
    }

}



@media (max-width: 767.98px) {

    .about-image {
        height: 400px;
    }

    .about-title,
    .section-title {
        font-size: 48px;
        line-height: 1;
    }

    .about-text {
        font-size: 13px;
        line-height: 1.8;
    }

}



@media (max-width: 575.98px) {

    .about-image {
        height: 330px;
    }

    .about-title,
    .section-title {
        font-size: 42px;
    }

    .about-text {
        font-size: 12px;
        line-height: 1.8;
    }

    .section-label {
        font-size: 15px;
        letter-spacing: 2.5px;
    }

}

/* =====================================================
   SERVICES
===================================================== */

.services {
    background: var(--bg-main);
}

.section-subtitle {
    color: var(--gold);
    font-size: 11px;
    letter-spacing: 4px;
}

.gold-divider {
    width: 40px;
    height: 1px;
    background: var(--gold);
    opacity: 0.6;
}

.section-description {
    max-width: 550px;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.9;
}



.modern-service-card {
    background: rgba(21, 19, 15, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(201, 169, 106, 0.12);
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-img-wrapper {
    height: 240px;
}

.card-img-wrapper img {
    filter: brightness(0.9);
    transition:
        transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
        filter 0.5s ease;
}

.card-tag {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold-light);
    background: rgba(201, 169, 106, 0.08);
    border: 1px solid rgba(201, 169, 106, 0.2);
    padding: 4px 12px;
    border-radius: 30px;
}

.card-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    color: var(--text-main);
    line-height: 1.2;
}

.card-text {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.8;
}

.modern-card-link {
    color: var(--text-main);
    font-size: 10px;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

.modern-card-link .link-icon {
    font-size: 18px;
    color: var(--gold);
    transition: transform 0.4s ease;
}



.modern-service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(201, 169, 106, 0.45);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(201, 169, 106, 0.08);
}

.modern-service-card:hover .card-img-wrapper img {
    transform: scale(1.08);
    filter: brightness(1);
}

.modern-service-card:hover .modern-card-link {
    color: var(--gold);
}

.modern-service-card:hover .modern-card-link .link-icon {
    transform: translateX(6px);
}

.highlight-card {
    border-color: rgba(201, 169, 106, 0.25);

    background: linear-gradient(
        180deg,
        rgba(25, 22, 17, 0.8) 0%,
        rgba(15, 13, 10, 0.9) 100%
    );
}



@media (min-width: 768px) and (max-width: 991.98px) {

    .card-img-wrapper {
        height: 210px;
    }

    .modern-service-card {
        padding: 20px !important;
    }

    .card-title {
        font-size: 23px;
    }

    .card-text {
        font-size: 12px;
    }

    .modern-card-link {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
}


@media (max-width: 767.98px) {

    .services {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .section-heading {
        margin-bottom: 40px !important;
    }

    .section-subtitle {
        font-size: 9px;
        letter-spacing: 2.5px;
    }

    .section-title {
        font-size: 40px;
        line-height: 1;
    }

    .section-description {
        font-size: 12px;
        line-height: 1.8;
        padding: 0 10px;
    }

    .modern-service-card {
        padding: 18px;
    }

    .card-img-wrapper {
        height: 230px;
    }

    .card-title {
        font-size: 25px;
    }

    .card-text {
        font-size: 12px;
        line-height: 1.8;
    }

    .card-tag {
        font-size: 9px;
    }

    .modern-card-link {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
}


@media (max-width: 375px) {

    .section-title {
        font-size: 35px;
    }

    .card-img-wrapper {
        height: 210px;
    }

    .card-title {
        font-size: 23px;
    }

}

/* =====================================================
   FEEDBACK
===================================================== */

.feedback {
    background: var(--bg-secondary);
}


.feedback .section-heading {
    max-width: 650px;
}

.feedback-card {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


.customer-arch-img {
    width: 180px;
    height: 180px;

    border-radius: 50%;
    overflow: hidden;

    border: 1px solid var(--border);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);

    flex-shrink: 0;
}

.customer-arch-img img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}


.stars {
    color: var(--gold);
    font-size: 15px;
    letter-spacing: 3px;
}

.stars i {
    display: inline-block;
}


.feedback-text {
    width: 100%;
    max-width: 600px;

    color: var(--text-secondary);

    font-size: 15px;
    line-height: 1.8;

    font-style: italic;

    margin-left: auto;
    margin-right: auto;
}


.feedback-card h3 {
    color: var(--text-main);
}

.customer-role {
    color: var(--gold);

    font-size: 12px;
    letter-spacing: 1px;

    text-transform: uppercase;
}


.carousel-indicators {
    justify-content: center;
}

.carousel-indicators [data-bs-target] {
    width: 28px;
    height: 3px;

    background-color: var(--text-muted);

    border: none;
    border-radius: 2px;

    opacity: 0.4;

    transition: all 0.3s ease;
}

.carousel-indicators .active {
    width: 40px;

    background-color: var(--gold);

    opacity: 1;
}


@media (max-width: 991.98px) {

    .feedback {
        padding-top: 60px ;
        padding-bottom: 60px ;
    }

    .feedback .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .feedback-card {
        max-width: 600px;
    }

    .customer-arch-img {
        width: 170px;
        height: 170px;
    }

    .feedback-text {
        max-width: 520px;
        font-size: 14px;
    }
}


@media (max-width: 575.98px) {

    .feedback {
        padding-top: 50px ;
        padding-bottom: 50px ;
    }

    .feedback .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .feedback .section-heading {
        margin-bottom: 35px;
    }

    .customer-arch-img {
        width: 140px;
        height: 140px;

        margin-bottom: 20px !important;
    }

    .stars {
        font-size: 13px;
        letter-spacing: 2px;

        margin-bottom: 12px !important;
    }

    .feedback-text {
        max-width: 100%;

        font-size: 13px;
        line-height: 1.8;

        padding: 0 5px;
    }

    .feedback-card h3 {
        font-size: 20px;
    }

    .customer-role {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .carousel-indicators {
        margin-top: 25px !important;
    }

    .carousel-indicators [data-bs-target] {
        width: 22px;
        height: 3px;
    }

    .carousel-indicators .active {
        width: 32px;
    }
}

/* =====================================================
   FOOTER
===================================================== */

.footer {
    background: var(--bg-footer);
    border-top: 1px solid var(--border-light);
}

.footer-text {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.8;
    max-width: 500px;
}

.footer-links a {
    color: var(--text-secondary);
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold);
}

.social-links a {
    color: var(--text-main);

    width: 40px;
    height: 40px;

    border-radius: 50%;
    border: 1px solid var(--border-light);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.social-links a:hover {
    color: var(--gold);
    border-color: var(--gold);
    transform: translateY(-3px);
}

.footer-bottom {
    color: var(--text-muted);
    font-size: 12px;
}



@media (max-width: 991.98px) {

    .footer {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

    .footer-text {
        max-width: 450px;
    }

    .footer-bottom {
        margin-top: 40px !important;
    }
}



@media (max-width: 575.98px) {

    .footer {
        padding-top: 45px !important;
        padding-bottom: 25px !important;
    }

    .footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }


    .footer-logo {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .footer-text {
        font-size: 12px;
        line-height: 1.8;
        padding-right: 0 ;
        max-width: 100%;
    }


    .footer h4 {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .footer-links a {
        font-size: 12px;
    }

   

    .social-links {
        gap: 10px ;
    }

    .social-links a {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    

    .footer-bottom {
        margin-top: 35px ;
        padding-top: 20px;

        text-align: center;
    }

    .footer-bottom p {
        font-size: 10px;
    }
}