html {
  scroll-behavior: smooth;
}

:root {
  --brand-primary: #C9A45C;

  --brand-black: #0B142F;
  --brand-white: #F9F7F2;

  --text-dark: #1A1F36;
  --text-muted: #6B7280;

  --radius-md: 14px;

  --shadow-base: 0 12px 40px rgba(11,20,47,0.08);
  --shadow-hover: 0 24px 60px rgba(11,20,47,0.12);

  --ease-premium: cubic-bezier(.19,1,.22,1);
  --brand-accent: var(--brand-primary);
  --light: #ffffff;
--dark: #0B142F;
--secondary: #6B7280;

--light-soft: radial-gradient(
  800px circle at top left,
  rgba(201,164,92,0.12),
  transparent 45%
);

--light-deep: radial-gradient(
  1200px circle at bottom right,
  rgba(201,164,92,0.18),
  transparent 55%
);

}
/* =============================
   TYPOGRAPHY SYSTEM (REFINED)
============================= */

/* Main display headings */
.display-1,
.display-5 {
  letter-spacing: -0.035em;
  font-weight: 600;
  line-height: 1.15;
}

/* Section headings */
h2, h3 {
  letter-spacing: -0.025em;
  line-height: 1.2;
}

/* Service & card titles */
h5 {
  font-weight: 500;
  letter-spacing: -0.01em;
}
/* Editorial service title */
.service-item h5 {
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}/* Editorial service text */
.service-item p {
  font-size: 16px;
  line-height: 1.85;
  color: #2f3447;
}



.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/

.btn-primary {
  background: linear-gradient(135deg, #c9a45c, #b8944d);
  border: none;
  border-radius: 999px;
  padding: 14px 34px;
  color: #000;
  box-shadow: var(--shadow-base);
}.btn {
  transition: transform .15s ease, box-shadow .3s ease;
}

.btn:active {
  transform: scale(0.97);
}


.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}




.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/* =============================
   EDITORIAL SECTION SPACING
============================= */

.section {
  padding: 120px 0;
}

.section-sm {
  padding: 80px 0;
}

.section-lg {
  padding: 160px 0;
}

@media (max-width: 768px) {
  .section {
    padding: 90px 0;
  }

  .section-sm {
    padding: 60px 0;
  }

  .section-lg {
    padding: 120px 0;
  }
}


/* =============================
   PREMIUM NAVBAR SYSTEM
============================= */

/* Default state */
.premium-nav {
  padding: 18px 0;
  transition: padding .35s var(--ease-premium);
}

/* Logo */
.navbar-brand h1 {
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 600;
}

/* Nav links */
.navbar .nav-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: 30px;
  padding: 12px 0;
  position: relative;
  transition: color .3s ease;
}

/* Underline animation */
.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--brand-primary);
  transition: width .35s var(--ease-premium);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  width: 100%;
}

.navbar .nav-link:hover {
  color: var(--brand-primary);
}
.navbar .nav-link {
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.navbar .nav-link:hover {
  letter-spacing: 0.05em;
}

/* Scroll state */
.nav-scrolled {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.nav-scrolled .premium-nav {
  padding: 12px 0;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--brand-accent);
    border: 15px solid var(--brand-accent);
}
/* HERO SLIDE SMOOTH FADE */
#header-carousel .carousel-item {
  transition: opacity 0.9s ease-in-out;
  opacity: 0;
}

#header-carousel .carousel-item.active {
  opacity: 1;
}

#header-carousel .carousel-item img {
  transition: transform 6s ease;
}
#header-carousel .carousel-item img {
  will-change: transform;
}

    
   #header-carousel .carousel-item {
  min-height: 100vh;
}

#header-carousel .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.carousel-caption {
  position: absolute;
  z-index: 2;
}
.carousel-caption h1,
.carousel-caption p,
.carousel-caption .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.carousel-item.active .carousel-caption h1 {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}

.carousel-item.active .carousel-caption p {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}

.carousel-item.active .carousel-caption .btn {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}


.page-header {
  background:
    linear-gradient(rgba(11,20,47,0.55), rgba(11,20,47,0.55)),
    url(../img/carousel-1.webp) center center no-repeat;
  background-size: cover;
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 14px;
    color: var(--light);
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-dark);
  background: var(--brand-white);
  line-height: 1.65;

  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



/*** Features ***/



/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--brand-accent);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--brand-accent);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--brand-accent);
    border-radius: 100%;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: var(--shadow-base);

    transition: .45s var(--ease-premium);
    z-index: 2;
}



.service-item .service-text h5 {
    transition: .45s var(--ease-premium);
}


.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: var(--shadow-base);
    transition: .45s var(--ease-premium);
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-base);
}


.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .45s var(--ease-premium);
}


.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: var(--shadow-base);
    font-size: 25px;
    transition: .45s var(--ease-premium);
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--brand-accent);
    color: #FFFFFF;
}
.project-carousel .owl-item {
  display: flex;
}

.project-item {
  height: 100%;
}


    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: var(--shadow-base);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .45s var(--ease-premium);
}


.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--brand-accent);
    border-radius: 40px;
    transition: .45s var(--ease-premium);
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--brand-accent);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
   box-shadow: var(--shadow-base);
    transition: .45s var(--ease-premium);
}



.testimonial-item h5,
.testimonial-item span,
.testimonial-item p {
  transition: color .3s ease;
}
.owl-item .testimonial-item {
  transition: background .45s var(--ease-premium),
              transform .45s var(--ease-premium);
}

.testimonial-item h5,
.testimonial-item span,
.testimonial-item p {
  transition: color .3s ease;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--brand-accent);
}


.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: var(--shadow-base);
    font-size: 25px;
    transition: .45s var(--ease-premium);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--brand-accent);
    color: #FFFFFF;
}


    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
.testimonial-item {
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.owl-item.center .testimonial-item {
  transform: scale(1.05);
  box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}

.social a,
.footer-social a,
.team-social a,
.topbar-social a {
  color: var(--brand-primary);
  border-color: rgba(201,164,92,0.35);
  transition: background .3s ease, color .3s ease;
}

.social a:hover,
.footer-social a:hover,
.team-social a:hover,
.topbar-social a:hover {
  background: var(--brand-primary);
  color: #000;
}



/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--brand-accent) !important;
}


.depth-section {
  position: relative;
  background: var(--brand-white);
  overflow: hidden;
}

.depth-section::before,
.depth-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity .8s var(--ease-premium);
}

.depth-section::before {
  background: var(--light-soft);
  opacity: .6;
}

.depth-section::after {
  background: var(--light-deep);
  opacity: .4;
}
.depth-section:hover::before {
  opacity: .85;
}

.depth-section:hover::after {
  opacity: .6;
}


.btn-square svg {
  width: 100% !important;
  height: 100% !important;
}



.lottie-hover {
  transition: transform 0.3s ease;
}

.feature-item:hover .lottie-hover,
.service-item:hover .lottie-hover {
  transform: scale(1.08);
}
.footer p,
.footer a {
  font-size: 15px;
  line-height: 1.8;
}.footer h5,
.footer h6 {
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
/* CURSOR FOLLOW GLOW */
#cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(201,164,92,0.18) 0%,
    rgba(201,164,92,0.08) 30%,
    rgba(201,164,92,0.02) 55%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  mix-blend-mode: soft-light;
}

/* SHOW ONLY ON DESKTOP */
@media (max-width: 992px) {
  #cursor-glow {
    display: none;
  }
}
/* Unified luxury shadow system */


.magnetic:hover {
  transform: scale(1.08);
}
.project-card img {
  transition: transform .6s var(--ease-premium);
}

.project-card:hover img {
  transform: scale(1.08);
}
.team img {
  filter: grayscale(100%);
}

.team:hover img {
  filter: grayscale(0%);
}

:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}

.form-control:focus,
.btn:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(201,164,92,0.15);
}
/* 🔒 FORCE BRAND COLOR – OVERRIDE BOOTSTRAP */
.text-primary {
  color: var(--brand-primary) !important;
}
/* SOCIAL ICONS – BRAND LOCK */
.social a,
.footer-social a,
.team-social a,
.topbar-social a {
  color: var(--brand-primary);
  border-color: rgba(201,164,92,0.35);
}

.social a:hover,
.footer-social a:hover,
.team-social a:hover,
.topbar-social a:hover {
  background: var(--brand-primary);
  color: #000;
}
.social i,
.footer-social i,
.team-social i {
  color: inherit;
}
/* FOOTER LINK BRANDING */
.footer a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color .3s ease;
}

.footer a:hover {
  color: var(--brand-primary);
}
.footer i {
  color: var(--brand-primary);
}



.project-action {
  background: rgba(255,255,255,0.08);
  color: var(--brand-primary);
  transition: all .3s ease;
}

.project-action:hover {
  background: var(--brand-primary);
  color: #000;
}
.project-card {
  border-radius: 18px;
  overflow: hidden;
  transition: transform .5s var(--ease-premium);
}

.project-card:hover {
  transform: translateY(-8px);
}
.brand-text {
  color: var(--brand-primary);
}
.display-5 {
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.4rem; }

  p {
    font-size: 15px;
    line-height: 1.8;
  }


  .btn {
    padding: 12px 26px;
  }

  .container-xxl {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.project-item img {
  transition: transform 0.8s var(--ease-premium);
}

.project-item .project-overlay {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(12px);
}


.lottie svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.lottie {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {

  .navbar .navbar-nav {
    padding-top: 15px;
  }

  .navbar .navbar-nav .nav-link {
    padding: 12px 0;
    margin-right: 0;
  }

  .navbar .navbar-nav .nav-link::after {
    display: none;
  }

}
/* =========================
   MODERN REVEAL ANIMATION
========================= */

/* =============================
   EDITORIAL REVEAL SYSTEM
============================= */

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


.reveal:nth-child(1) { transition-delay: .05s; }
.reveal:nth-child(2) { transition-delay: .1s; }
.reveal:nth-child(3) { transition-delay: .15s; }
.reveal:nth-child(4) { transition-delay: .2s; }
.owl-carousel {
  display: block;
}
.btn-square {
  flex-shrink: 0;
}



/* =============================
   UNIVERSAL SECTION SYSTEM
============================= */





/* Section background separation */
.section-light {
  background: #ffffff;
}


.section-dark {
  background: var(--brand-black);
  color: #ffffff;
}

/* Section container control */
.section .container {
  max-width: 1140px;
}

/* Section header block */
.section-header {
  max-width: 720px;
  margin-bottom: 56px;
}

.section-header h2 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-header p {
  font-size: 18px;
  color: var(--text-muted);
  margin: 0;
}
.topbar-social {
  background: rgba(0,0,0,0.04);
  border-color: transparent;
}

.topbar-social:hover {
  background: var(--brand-primary);
  color: #000;
}/* FINAL TOPBAR COLOR */
.brand-bg {
  background: #F9F7F2;
  color: var(--text-dark);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.brand-bg a,
.brand-bg small,
.brand-bg i {
  color: var(--text-dark);
}/* Premium depth for About blocks */
.about .bg-white {
  box-shadow: 0 30px 90px rgba(11,20,47,0.12);
  border-radius: 22px;
}.section-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}

.section-label::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: var(--brand-primary);
  margin-top: 8px;
}.page-header {
  background:
    linear-gradient(rgba(11,20,47,0.65), rgba(11,20,47,0.65)),
    url(../img/carousel-1.webp) center center no-repeat;
  background-size: cover;
}/* Premium contact surface */
.contact-surface {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 30px 90px rgba(11,20,47,0.12);
}iframe {
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(11,20,47,0.12);
}/* Make navbar premium on all pages */


/* NAVBAR – SCROLLED STATE */
/* NAVBAR – SCROLLED STATE */
.nav-wrapper.nav-scrolled {
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(11,20,47,0.08);
  transition: background .35s ease, box-shadow .35s ease;
  z-index: 999;
}

.premium-nav .nav-link {
  font-weight: 500;
  padding: 1rem 1.2rem;
}

.premium-nav .nav-link.active {
  color: var(--brand-primary);
}

@media (max-width: 768px) {
  .depth-section::before,
  .depth-section::after {
    display: none;
  }
}/* HARD LOCK TOPBAR COLOR */
.container-fluid.brand-bg {
  background-color: #F9F7F2 !important;
}/* Aesthetic spacing upgrade */

.section-soft {
  background: linear-gradient(
    to bottom,
    #ffffff,
    #f9fafb
  );
}
/* Editorial headings */
h1 {
  font-weight: 600;
  letter-spacing: -0.04em;
}

h2 {
  font-weight: 600;
  letter-spacing: -0.03em;
}

h3 {
  font-weight: 500;
  letter-spacing: -0.02em;
}
p {
  font-size: 16px;
  line-height: 1.9;
}/* Editorial reading rhythm */
.editorial p {
  font-size: 17px;
  line-height: 1.9;
  color: #2a2f45;
}/* =============================
   EDITORIAL MOBILE TUNING
============================= */

@media (max-width: 768px) {

  /* Reduce visual noise */
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  /* Improve paragraph readability */
  p {
    font-size: 16px;
    line-height: 1.9;
  }

  /* Reduce hero height on mobile */
  .page-header {
    padding: 70px 0;
  }



  /* Buttons should not feel heavy */
  .btn-primary {
    padding: 12px 26px;
    font-size: 12px;
  }

 


}.footer {
  padding: 110px 0 80px;
}.footer h5,
.footer h6 {
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}.footer p,
.footer a {
  font-size: 15px;
  line-height: 1.85;
}
/* ===========================
   EDITORIAL CONTACT CTA – BRAND GOLD
============================= */

.editorial-contact {
  color: var(--brand-primary); /* brand gold text */
}

.editorial-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--brand-primary); /* brand gold circle */
  display: flex;
  align-items: center;
  justify-content: center;
}

.editorial-icon i {
  color: #ffffff; /* white icon for contrast */
  font-size: 18px;
}

.editorial-phone {
  margin-left: 18px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}/* =============================
   UNIFIED EDITORIAL CARD SYSTEM
============================= */

.feature-item,
.service-item .service-text,
.project-item,
.team-item,
.testimonial-item {
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform .4s ease, box-shadow .4s ease;
}

.feature-item:hover,
.service-item:hover .service-text,
.project-item:hover,
.team-item:hover,
.testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}