:root {
    /* Royal Heritage Palette */
    --primary-emerald: #043927;   /* Imperial Emerald Green */
    --secondary-gold: #D4AF37;    /* Metallic Royal Gold */
    --cream-bg: #F5F5DC;          /* Premium Cream */
    --text-dark: #1A1A1A;
    --text-light: #FFFFFF;
}



a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
p,
td,
tr,
ul {
  font-family: optima
}

.table tr td,
th.costing-title,
th.tbl-clr {
  font-size: 20px
}

.btn:hover,
a:hover {
  text-decoration: none
}

.banner-small-text,
.welcome-text,
.welcome-text-logo {
  text-shadow: 2px 2px #000;
  text-align: center
}

.banner-small-text,
.table,
.welcome-text,
.welcome-text-logo {
  text-align: center
}

@font-face {
  font-family: optima;
  src: url(../fonts/optima.ttf)
}

body,
html {
  scroll-behavior: smooth
}

body{
   background-color: var(--cream-bg);
    color: var(--text-dark);
}
.h1,
h1 {
  font-size: 2.7rem;
  font-weight: 700
}

.mainbg {
  background: linear-gradient(to right, #0e191d, #101e12);
}

.h2,
h2 {
  font-size: 32px;
  font-weight: 500
}

.container {
  max-width: 1190px
}

.active {
  color: #e22d2c !important
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

tr {
  font-size: 22px;
  color: #071c35;
  font-weight: bolder;
  border: 1px solid
}

.table tr td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  color: #000
}

.table tbody+tbody {
  border: 1px solid #d41f34 !important
}

.form-check-label,
h6,
input,
p,
select {
  color: #727272
}

::selection {
  color: #fff;
  background: #e21e00
}

.v-none {
  visibility: hidden
}

.btn-default-red {
  background-position: left top;
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #c92034;
  border-color: #c92034;
    /* background-color : #28a745;
  border-color: #28a745; */
  color: #fff;
  padding: 10px 20px;
  margin-top: 5px !important
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none
}

.animated-btn::after {
  animation-duration: 1s;
  animation-name: changebg;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  content: "";
  background-color: rgba(255, 255, 255, .3) !important;
  position: absolute;
  width: 75%;
  height: 160%;
  left: -70%;
  top: -26%;
  -webkit-transition: .5s linear;
  -moz-transition: .5s linear;
  -ms-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg)
}

@keyframes changebg {
  from {
    left: -70%
  }

  to {
    left: 100%
  }
}

.btn:hover {
  color: #333
}

a.page-link:focus {
  box-shadow: 0 0 6px -1px #6fe496
}

.text-green {
  color: #147504
}

.card-group-images-single img {
  width: 86px
}

img.vedio-banner-wraper {
  margin-top: 300px;
  float: right
}

/*.patternbg {*/
/*  background-image: url(../images/pattern.webp?v=2.0.1)*/
/*}*/

.tbl-sty {
  background-color: #7b466a;
  color: #fff
}

.hdr-logo {
  width: 40%;
  margin-bottom: 5px
}

.hdr-img {
  width: 40%;
  margin-bottom: 25px
}

.hdr-ico {
  width: 5%
}

.navbar.navbar-expand-lg {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0 8px 2px 0 var(--primary-emerald);
  box-shadow: 0 0px 1px 0 var(--secondary-gold);
}

nav.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.nav-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #323232
}

.nav-link:hover {
  color: #7b466a !important
}

/* Search */
.nav-search input {
    background: transparent;
    border: 1px solid var(--secondary-gold);
    padding: 6px 12px;
    border-radius: 20px;
    color: var(--text-light);
    font-size: 13px;
    outline: none;
}

.nav-search input::placeholder {
    color: #e5e5c5;
}

/* Icons */
.nav-icon {
    color: var(--secondary-gold);
    font-size: 18px;
    transition: 0.3s;
}

.nav-icon:hover {
    color: var(--text-light);
}

/* Cart Count */
.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--secondary-gold);
    color: var(--primary-emerald);
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
}

    .nav-cart {
      display: none;
    }

/* Mobile */
@media (max-width: 991px) {
    .nav-search {
        display: none;
    }
    .navbar-logo img {
        width: 80px;   /* Mobile */
        margin-left: 35%;
    }
}
@media (max-width: 991px) {

    /* Navbar container */
    .royal-navbar .container {
        position: relative;
    }

    /* Center logo */
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    /* Hamburger left */
    .navbar-toggler {
        border: none;
        padding: 0;
        margin-left: 30px;
    }

    .navbar-toggler i {
        font-size: 22px;
        color: var(--secondary-gold);
    }

    /* Cart right */
    .nav-cart {
      display: block;
        position: absolute  !important;
        right: 30px;
        top: 10px;
        transform: translateY(-50%);
        margin-left: 0 !important;
    }

    /* Hide desktop-only things */
    .nav-search,
    .navbar-actions a:not(.nav-cart) {
        display: none !important;
    }

    /* Better spacing */
    .royal-navbar {
        padding: 14px 0;
    }
}


.tick-ico {
  width: auto !important
}

.amt-spc {
  margin-bottom: 45px
}

.amts-sty {
  display: inline;
  font-size: 20px;
  margin-bottom: 10px
}

.welcome-text,
hr {
  margin-bottom: 8px
}

.welcome-text {
  color: #fff;
  font-size: 22px
}

.lct-img {
  width: 90%
}

.welcome-text-logo {
  color: #fff;
  font-size: 50px;
  margin-bottom: 0;
  font-weight: bolder
}

.banner-small-text {
  color: #fff;
  font-size: 17px
}

.baner-element-margin {
  margin-bottom: 0
}

.custom-para-margin,
.heading-default {
  margin-bottom: 35px
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 12px
}

li.nav-item.active a {
  color: #fff !important
}

.left-navs-list .nav-link {
  margin-left: 15px !important;
  margin-right: 15px
}

button.navbar-toggler {
  outline-color: #fff
}

.icon-area img,
.logo {
  width: 30%
}

.btn-black {
  background: #000;
  color: #fff;
  box-shadow: none !important;
  border: none !important;
  font-size: 15px
}

.iti.iti--allow-dropdown {
  width: 100%;
  margin-bottom: 2%
}

.tabletr {
  background-color: #05464e;
  color: #fff
}

.btn-light {
  color: #fff;
  background-color: #f8f9fa00;
  border-color: #fff;
  font-size: 18px;
  font-weight: 600
}

.slider-div {
  background: #071c35;
  padding-top: 20px;
  padding-bottom: 20px
}

div#carouselExampleSlidesOnly {
  margin-top: 76px
}

.carousel-item {
  width: 100%;
  height: calc(100vh - 85px);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.col_height {
  height: 595px
}

.video_height {
  height: 485px
}

.search-form-section {
  padding-top: 40px;
  padding-bottom: 15px
}

.default-padding {
  padding-top: 90px !important;
  padding-bottom: 90px
}

.bgcolor-sky-blue {
  background-color: #f7f8fa
}

.search-section {
  padding-top: 10px;
  padding-bottom: 10px
}

.heading-default {
  font-size: 2.813rem;
  line-height: 3.75rem;
  font-weight: 500;
  color: #323232
}

.heading-default-small {
  font-size: 2.188rem;
  line-height: 3.125rem;
  font-weight: 700;
  color: #323232;
  margin-bottom: 35px
}

.heading-red-color {
  color: #e21e00 !important
}

.feature-img {
  height: 500px;
  width: 100%;
}

.card-search {
  border-radius: 2px;
  border: 1px solid #000;
  margin-top: 30px
}

.card-search .industry-name {
  color: #6fe496;
  font-size: 14px
}

.card-search .expert-name {
  font-size: 20px;
  color: #323232;
  margin-bottom: 5px
}

.card-search .rate {
  color: #6fe496;
  font-size: 15px
}

.card-search .card-body {
  padding: 15px 10px;
  text-align: center
}

.card-search .more-deatail-btn {
  font-size: 13px;
  text-align: right;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  background: #6fe496;
  color: #fff
}

.card-group-images img {
  width: 25%
}

.card-group-images {
  display: flex;
  margin: auto auto 35px;
  width: 100%
}

.table-btn,
hr {
  margin-top: 8px
}

.table-btn {
  background-color: #d41f34;
  color: #fff
}

.icon-area {
  margin-bottom: 5%
}

.gallery-area img {
  width: 100%;
  margin-bottom: 7%;
  height: 190px;
  object-fit: cover;
}

.head-ico,
.pp-img {
  width: 60%
}

.footer-form {
  background-color: #fff
}

.modal {
  top: 14%
}

.modal-form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f7f7f7
}

.btn.modal-submit-btn,
.btn.submit-btn {
  border-radius: 0;
  background: #d41f34;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px
}

.modal-content {
  width: 70%;
  margin: auto
}

button.close {
  z-index: 999999;
  position: absolute;
  height: 26px;
  width: 26px;
  left: auto;
  right: -13px;
  bottom: auto;
  top: -13px;
  padding: 0;
  color: #fff;
  font-family: optima, sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 24px;
  border: 2px solid #fff;
  border-radius: 26px;
  box-shadow: 0 0 15px 1px rgb(2 2 2 / 75%);
  text-shadow: 0 0 0 rgb(0 0 0 / 23%);
  background-color: #000;
  opacity: 1
}

.close:hover {
  color: #fff !important;
  opacity: 1
}

.close:focus {
  outline: 0
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da
}

.modal-body {
  padding: 35px;
  border-radius: 3px;
  border: 8px solid #000;
  box-shadow: 0 0 30px 0 rgb(2 2 2);
  background-color: #fff
}

.footer-top {
  background: #f7f7f7
}

.side-footer {
  padding-top: 5%;
  padding-bottom: 5%
}

.footer-logo {
  width: 35%;
  margin: auto auto 35px
}

.custom-form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f7f7f7
}

.footer-text {
  font-size: 14px
}

.credits-area {
  background-color: #f7f8fa;
  padding-top: 15px;
  padding-bottom: 15px
}

.credits-area p {
  margin-bottom: 0;
  font-size: 14px
}

@media screen and (max-width:768px) {
  .col_height {
    height: 335px
  }

  .baner-element-margin {
    margin-bottom: 0;
    width: 90%
  }

  .welcome-text {
    margin-bottom: 7px
  }

  .container {
    max-width: 720px
  }

  .navbar-toggler {
    background: #333;
    color: #fff
  }

  .navbar-toggler-icon {
    position: relative
  }

  .navbar-toggler-icon .fa {
    font-size: 30px
  }

  .heading-default {
    font-size: 2.188rem
  }

  .heading-default-small {
    font-size: 1.688rem;
    margin-bottom: 60px
  }

  .feature-img {
    width: 100%;
    margin-left: 0
  }

  .card-group-images-single img {
    width: 79px
  }

  .master-plan {
    width: 100%;
    width: inherit
  }

  .modal-content {
    width: 100%;
    margin: auto
  }

  .footer-logo {
    width: 60%
  }

  .logo {
    width: 30%
  }
}

@media screen and (max-width:576px) {

  .eastern,
  .saam {
    border: 2px solid #fff
  }

  .container {
    max-width: 94%
  }

  .carousel-item {
    height: calc(100vh - 240px);
    background-attachment: initial
  }

  .master-plan {
    width: 100%;
    width: inherit
  }

  .amt-spc,
  .side-footer {
    margin-bottom: 25px
  }

  .heading-default-small {
    line-height: 2.55rem;
    font-size: 1.288rem
  }

  .heading-default {
    line-height: 2.55rem;
    font-size: 1.988rem
  }

  .table tr td,
  .write-up {
    font-size: 12px
  }

  .table-btn {
    margin-bottom: 8px
  }

  th.tbl-clr {
    font-size: 16px
  }

  p.card-sq {
    margin-bottom: 40px
  }

  .btn-default-red {
    padding: 10px 14px
  }

  .feature-img {
    width: 118%;
    height: 100%;
    margin-bottom: 35px;
    margin-left: -20px
  }

  .my-auto {
    padding-right: 0
  }

  .welcome {
    font-size: 13px
  }

  .meet {
    font-size: 19px
  }

  .location {
    font-size: 10px
  }

  .card-group-images-single img {
    width: 23%
  }

  .col_height {
    height: 560px
  }

  .btn-light {
    width: 100%;
    margin-bottom: 4%
  }

  .change-1,
  .change-2 {
    width: 100%;
    margin-bottom: 3%
  }

  table.table {
    margin-left: 0
  }

  .pp-img {
    width: 65%;
    margin-bottom: 5%
  }

  .plan-1-div img,
  .plan-2-div img,
  .plan-3-div img {
    width: 100%
  }

  .table th {
    font-size: 15px
  }

  .slider-div h3 {
    font-size: 20px
  }

  section#floorplan button {
    width: 100%;
    margin-bottom: 5%
  }
}

@media screen and (max-width:441px) {
  .feature-img {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    margin-left: 0
  }

  .welcome {
    font-size: 15px
  }

  .meet {
    font-size: 22px
  }

  .card-group-images-single img {
    width: 23%
  }
}

@media screen and (max-width:425px) {
  .container {
    max-width: 95%
  }

  .my-auto {
    padding-right: 10px;
    padding-left: 10px
  }

  .feature-img {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    margin-left: 0
  }

  .welcome {
    font-size: 15px
  }

  .meet {
    font-size: 22px
  }

  .card-group-images-single img {
    width: 70px
  }
}

@media screen and (max-width:414px) {
  .navbar-brand {
    margin-right: 0
  }

  .card-group-images-single img {
    width: 23%
  }
}

@media screen and (max-width:375px) {
  .navbar-brand {
    margin-right: 0;
    width: 70%
  }

  .table tr td {
    padding: 5px 0;
    font-size: 12px
  }

  .btn-default-red {
    padding: 10px 11px
  }

  .amt-spc {
    margin-bottom: 15px
  }

  .table th {
    padding: 5px
  }
}

@media screen and (max-width:360px) {
  th.costing-title {
    padding: 5px
  }

  .btn-default-red {
    padding: 8px 10px;
    font-size: 14px
  }
}

@media screen and (max-width:320px) {
  .baner-element-margin {
    width: inherit
  }

  nav.navbar {
    width: 100%
  }

  .modal-content {
    width: 95%;
    margin: initial
  }

  th.tbl-clr {
    padding: 2px
  }

  .table tr td {
    padding: 0
  }

  .modal-body {
    padding: 20px 22px;
    margin-top: 33px
  }
}

#loading-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid red;
  border-radius: 50%;
  animation: 1s linear infinite spin
}

@keyframes spin {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}



.meet-2 {
  font-size: 19px;
  color: #5b95ad;
}



/* Faqs Css  */
.faq-container {
  width: 90%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: auto;
}
.faq-title {
  text-align: center;
  text-transform: uppercase;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.faq-question:hover {
  color: red;
}
.faq-answer {
  display: none;
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}
.faq-question::after {
  content: '\25B6';
  font-size: 14px;
  transition: transform 0.3s;
}
.faq-item.active .faq-question::after {
  transform: rotate(90deg);
}
.faq-item.active .faq-answer {
  display: block;
}

/* About Section Wrap Content */

.arrow-container {
  text-align: center;
  margin-top: 10px;
}

.animated-arrow {
  font-size: 30px !important;
  color: white;
  cursor: pointer;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.hidden-content {
  display: none;
  margin-top: 20px;
  text-align: left;
  color: white;
}


/* Blog Detail */

.blog-detail-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.blog-detail-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.blog-detail-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-detail-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.blog-detail-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.blog-detail-content {
  font-size: 16px;
  line-height: 1.6;
}
.back-link {
  display: inline-block;
  margin-top: 20px;
  color: #d9534f;
  text-decoration: none;
  font-weight: bold;
}
.back-link:hover {
  text-decoration: underline;
}

/* Blog Page */
.blog-section {
  padding: 60px 0;
  /* background-color: #f8f9fa; */
}
.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}
.blog-card:hover {
  transform: translateY(-10px);
}
.blog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-content {
  padding: 20px;
}
.blog-title {
  font-size: 20px;
  font-weight: bold;
}
.blog-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.read-more {
  color: #d9534f;
  text-decoration: none;
  font-weight: bold;
}
.read-more:hover {
  text-decoration: underline;
}
/* Whatsapp input icon */
.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper input {
  padding-right: 40px; /* add space for the icon */
}

.whatsapp-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #25D366;
  font-size: 18px;
  pointer-events: none; /* ensures icon doesn't block input clicks */
}


/* Royal Pallate Css */
.announcement-bar {
    background-color: var(--secondary-gold);
    /*color: var(--primary-emerald);*/
    font-size: 13px;
    letter-spacing: 0.5px;
}

.royal-navbar {
    background-color: var(--primary-emerald) !important;
}

.royal-navbar .navbar-brand img {
    filter: brightness(1.1);
}

/* Navbar links */
.royal-navbar .nav-link {
    color: var(--secondary-gold) !important;
    font-weight: 500;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.royal-navbar .nav-link:hover {
    color: var(--text-light) !important;
}

/* Mobile menu icon */
.navbar-toggler {
    border-color: var(--secondary-gold);
}

.navbar-toggler i {
    color: var(--secondary-gold);
}


.hero-section {
    margin-top: 0;
}

.hero-slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

/* Overlay */
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(4, 57, 39, 0.65);  */
    background: rgba(4, 57, 39, 0.15); 
}

/* Content */
.hero-content {
    position: relative;
    max-width: 520px;
    color: var(--text-light) !important;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--secondary-gold);
}

.hero-content p {
    font-size: 18px;
    margin: 15px 0 25px;
    color: var(--text-light) !important;
}

/* CTA Button */
.hero-btn {
    background: var(--secondary-gold);
    color: var(--primary-emerald);
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s ease;
}

.hero-btn:hover {
    background: var(--text-light);
    color: var(--primary-emerald);
}

/* Indicators */
.carousel-indicators li {
    background-color: var(--secondary-gold);
}

/* Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* Mobile */
@media (max-width: 767px) {
    .hero-slide {
        min-height: 80vh;
    }

    .hero-content h1 {
        font-size: 32px;
        margin-top: 40px;
    }

    .hero-content p {
        font-size: 15px;
    }
}


.products-section {
    background-color: var(--cream-bg);
}

/* Section Heading */
.section-heading h2 {
    color: var(--primary-emerald);
    font-weight: 700;
    margin-bottom: 10px;
}

.section-heading p {
    color: #555;
    font-size: 15px;
}

/* Card */
.product-card {
    background: var(--text-light);
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.product-card:hover {
    transform: translateY(-6px);
}

/* Image */
.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    transition: 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.05);
}

/* Badge */
.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary-emerald);
    color: var(--text-light);
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 20px;
}

.product-badge.gold {
    background: var(--secondary-gold);
    color: var(--primary-emerald);
}

/* Info */
.product-info {
    padding: 18px;
}

.product-info h5 {
    color: var(--primary-emerald);
    font-weight: 600;
    margin-bottom: 8px;
}

.product-price {
    color: var(--secondary-gold);
    font-weight: 700;
    /* margin-bottom: 15px; */
}
.product-original-price{
    color: #8f0101;
    font-weight: 700;
    /* margin-bottom: 15px; */
    text-decoration: line-through;

}

/* Button */
.product-btn {
    background: transparent;
    border: 1px solid var(--secondary-gold);
    color: var(--primary-emerald);
    padding: 8px 12px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.product-btn:hover {
    background: var(--secondary-gold);
    color: var(--primary-emerald);
}

.product-btn-view {
    background: var(--primary-emerald);
    color: var(--text-light);
    padding: 8px 12px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.product-btn-view:hover {
    background: var(--secondary-gold);
    color: var(--primary-emerald);
}

/* Mobile */
@media (max-width: 767px) {
    .product-info h5 {
        font-size: 16px;
    }
}


.offer-section {
    background: var(--cream-bg);
}

.offer-banner {
    background: linear-gradient(
        135deg,
        var(--primary-emerald),
        #022c1e
    );
    border-radius: 18px;
    /* padding: 40px; */
    color: var(--text-light);
    overflow: hidden;
}
.offer-content{
    padding: 20px;
    width: 60%;
}

/* Tag */
.offer-tag {
    display: inline-block;
    background: var(--secondary-gold);
    color: var(--primary-emerald);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}

/* Content */
.offer-content h2 {
    color: var(--secondary-gold);
    font-weight: 700;
    margin-bottom: 12px;
}

.offer-content p {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 20px;
    color: var(--cream-bg);
}

/* Button */
.offer-btn {
    background: var(--secondary-gold);
    color: var(--primary-emerald);
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.offer-btn:hover {
    background: var(--text-light);
    color: var(--primary-emerald);
}

/* Image */
.offer-image{
  width: 40%;
}
.offer-image img {
  width: 100%;
  max-width: 100%;
}

/* Mobile */
@media (max-width: 767px) {
    .offer-banner {
        text-align: center;
    }
    .offer-content{
      width: 100%;
    }

    .offer-image {
        margin-top: 30px;
        width: 100%;
    }
}


.vision-section {
    background: var(--text-light);
}

/* Image */
.vision-image img {
    width: 80%;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

/* Content */
.vision-content h2 {
    color: var(--primary-emerald);
    font-weight: 700;
    margin-bottom: 15px;
}

.vision-content p {
    color: var(--text-dark);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Points */
.vision-points {
    list-style: none;
    padding: 0;
}

.vision-points li {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--primary-emerald);
}

.features-section {
    background: var(--cream-bg);
}

.features-section .section-heading h2 {
    color: var(--primary-emerald);
    font-weight: 700;
    margin-bottom: 10px;
}

.features-section .section-heading p {
    font-size: 15px;
    color: #555;
}

.feature-card {
    background: var(--text-light);
    border-radius: 16px;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    color: var(--secondary-gold);
}

.feature-card h5 {
    color: var(--primary-emerald);
    margin-bottom: 8px;
    font-weight: 600;
}

.feature-card p {
    font-size: 14px;
    color: #555;
}
.reviews-section {
    background: var(--text-light); 
    padding-top: 60px;
    padding-bottom: 60px;
}

.reviews-section .section-heading h2 {
    color: var(--primary-emerald);
    font-weight: 700;
    margin-bottom: 10px;
}

.reviews-section .section-heading p {
    font-size: 15px;
    color: #555;
}

/* Review Card */
.review-card {
    background: var(--primary-emerald);
    border-radius: 18px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    padding: 30px;
    transition: 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 15px;
}

/* Stars */
.review-stars {
    color: var(--secondary-gold);
    margin-bottom: 12px;
}

/* Reviewer Name */
.review-card h5 {
    font-size: 14px;
    color: var(--secondary-gold);
    font-weight: 600;
}

/* Verified Badge */
.review-card .verified {
    color: var(--text-light);
    font-size: 12px;
    margin-left: 5px;
}

/* Responsive */
@media (max-width: 767px) {
    .review-card {
        text-align: center;
    }
    .review-stars {
        justify-content: center;
        display: flex;
    }
}


.footer-section {
    background-color: var(--primary-emerald);
    color: var(--cream-bg);
    padding: 60px 0 20px;
}

/* Brand */
.footer-brand img {
    margin-bottom: 15px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--cream-bg);
    opacity: 0.9;
}

/* Titles */
.footer-title {
    color: var(--secondary-gold);
    font-weight: 600;
    margin-bottom: 18px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--cream-bg);
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--secondary-gold);
    padding-left: 4px;
}

/* Contact */
.footer-contact {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--text-light);
}

.footer-contact i {
    color: var(--secondary-gold);
    margin-right: 8px;
}

/* Social */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary-gold);
    border-radius: 50%;
    color: var(--secondary-gold);
    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: var(--secondary-gold);
    color: var(--primary-emerald);
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 40px;
    padding-top: 15px;
    font-size: 13px;
    color: var(--cream-bg);
}

.footer-bottom p{
  color : var(--cream-bg)
}

/* Mobile */
@media (max-width: 767px) {
    .footer-section {
        text-align: center;
    }

    .footer-social {
        margin-top: 15px;
    }
}

.hero-section {
    position: relative;
}

.hero-slide {
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

/* ===============================
   DEFAULT – LARGE DESKTOP (≥1200px)
================================= */
.hero-slide-1 {
    background-image: url('../images/hero-desktop-banner.webp?v=2.0.1');
}

.hero-slide-2 {
    background-image: url('../images/hero-desktop-xl-2.webp?v=2.0.1');
}

.hero-slide-3 {
    background-image: url('../images/hero-desktop-xl-3.webp?v=2.0.1');
}
/* ===============================
   LAPTOP / SMALL DESKTOP (992px–1199px)
================================= */
@media (max-width: 1199px) {
    .hero-slide-1 {
        background-image: url('../images/hero-desktop-banner.webp?v=2.0.1');
    }
    .hero-slide-2 {
        background-image: url('../images/hero-desktop-2.webp?v=2.0.1');
    }
}

/* ===============================
   TABLET (768px–991px)
================================= */
@media (max-width: 991px) {
    .hero-slide {
        min-height: 70vh;
    }

    .hero-slide-1 {
        background-image: url('../images/hero-desktop-banner.webp?v=2.0.1');
    }
    .hero-slide-2 {
        background-image: url('../images/hero-tablet-2.webp?v=2.0.1');
    }
    .hero-slide-3 {
        background-image: url('../images/hero-tablet-3.webp?v=2.0.1');
    }
}

/* ===============================
   MOBILE (≤767px)
================================= */
@media (max-width: 767px) {
    .hero-slide {
        min-height: 60vh;
        text-align: center;
    }

    .hero-slide-1 {
        background-image: url('../images/hero-mobile-banner.webp?v=2.0.1');
    }
    
    .hero-content{
        margin-top : -200px;
    }

    .hero-slide-2 {
        background-image: url('../images/hero-mobile-2.webp?v=2.0.1');
    }

    .hero-slide-3 {
        background-image: url('../images/hero-mobile-3.webp?v=2.0.1');
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 14px;
    }
}

/* Root Modal */
.buy-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 100;
}

/* Overlay */
.buy-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

/* Wrapper (controls width properly) */
.buy-modal-wrapper {
  position: relative;
  margin: auto;
  width: min(92%, 960px);
  background: var(--cream-bg);
  border-radius: 22px;
  overflow: hidden;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
}

/* Close */
.buy-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 5;
}

/* Body */
.buy-modal-body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  overflow: hidden;
}

/* PRODUCT SIDE */
.buy-product {
  background: var(--primary-emerald);
  padding: 36px 30px;
  color: var(--text-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.buy-product img {
  max-width: 260px;
  width: 100%;
  border-radius: 18px;
  margin-bottom: 16px;
}

.buy-product-info {
  text-align: center;
}

.buy-product h4 {
  font-size: 20px;
}

.buy-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary-gold);
  margin: 6px 0;
}

/* FORM SIDE */
.buy-form {
  padding: 40px 38px;
  overflow-y: auto;
}

.buy-form h3 {
  font-size: 26px;
  color: var(--primary-emerald);
}

.buy-form h3 span {
  color: var(--secondary-gold);
}

.buy-form p {
  font-size: 14px;
  margin: 6px 0 20px;
  opacity: 0.8;
}

/* Inputs */
.buy-form input,
.buy-form textarea {
  width: 100%;
  padding: 13px 14px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  font-size: 14px;
}

/* Buttons */
.buy-confirm {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: none;
  background: var(--primary-emerald);
  color: var(--text-light);
  font-size: 16px;
  margin-top: 6px;
}

.buy-whatsapp {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  color: var(--primary-emerald);
  text-decoration: none;
}

/* =====================
   TABLET
===================== */
@media (max-width: 992px) {
  .buy-modal-body {
    grid-template-columns: 1fr;
  }

  .buy-product {
    flex-direction: row;
    gap: 16px;
    padding: 26px;
  }

  .buy-product img {
    max-width: 110px;
    margin-bottom: 0;
  }

  .buy-product-info {
    text-align: left;
  }
}

/* =====================
   MOBILE (TRUE FULLSCREEN)
===================== */
@media (max-width: 576px) {

  .buy-modal-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }

  .buy-modal-body {
    height: 100%;
  }

  .buy-product {
    padding: 20px;
  }

  .buy-form {
    padding: 24px 20px;
  }

  .buy-confirm {
    /*position: sticky;*/
    /*bottom: -30px;*/
  }
  .carousel-indicators{
  bottom : 20%;
}

}


/* ===== Premium Loader ===== */

#premiumLoader {
    display: none; /* Default mein chhupa rahega */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-emerald);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
#premiumLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-emerald);
    display: flex;       
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Content center */
.loader-content {
  text-align: center;
}

/* Luxury ring animation */
.luxury-ring {
  width: 70px;
  height: 70px;
  border: 4px solid var(--text-light);
  border-top: 4px solid var(--secondary-gold);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

/* Loading text */
.loader-text {
  color: var(--text-light);
  margin-top: 15px;
  letter-spacing: 3px;
  font-weight: 300;
}

/* Spin animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Fade out effect */
#premiumLoader.fade-out {
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* ===== Premium Scrollbar ===== */

/* Width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: var(--primary-emerald);
}

/* Scroll thumb */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f5c542, #c89b1d);
  border-radius: 10px;
  border: 2px solid #0b0b0b;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffd95e, #d4a91f);
}


