.main-btn,
nav ul .nav-links {
  font-size: 13px;
}
.cat-card,
.service,
.service-img {
  overflow: hidden;
}
.feture-hover:hover .hover-text-letterspace-2,
.servicebtn:hover,
nav ul .nav-links {
  letter-spacing: 2px;
}
nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  backdrop-filter: blur(3px);
  z-index: 11111;
}
nav .logo {
  height: 70px;
  width: 200px;
  margin: 5px 0;
}
.offering-img img,
nav .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav ul .nav-links a {
  padding: 10px 5px;
  color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.social-icons .icon-bg {
  position: relative;
  background-color: transparent;
  height: 25px;
  width: 25px;
  transition: 0.3s ease-in-out;
}
.social-icons .icon-bg a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 0.8s ease-in-out;
}
.social-icons .icon-bg:hover {
  background-color: #fff;
  border-radius: 50px;
}
.social-icons .icon-bg:hover .hover-white {
  color: #000;
}
.banner {
  position: relative;
  width: 100%;
}
.banner img,
.shape-left {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner .content {
  position: absolute;
  z-index: 1111;
  left: 50%;
  transform: translate(-50%, -50%);
}
.line-theme-2 {
  width: 200px;
  height: 1px;
  background: #c8a27c;
  margin-bottom: 20px;
}
.banner .content h6 {
  text-align: center;
  letter-spacing: 3px;
  font-family: Prata, serif;
  font-weight: 200 !important;
  font-style: normal !important;
}
.banner .content p {
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}
.swiper-slide .banner .line-theme {
  width: 0;
  height: 1.5px;
  background: #c8a27c;
  margin-bottom: 20px;
  opacity: 0;
  transition: 0.9s ease-in-out;
}
.swiper-slide-active .banner .line-theme {
  opacity: 1;
  width: 200px;
  transition-delay: 0.7s;
}
.swiper-slide .banner .animate-linear-btn,
.swiper-slide .banner h6,
.swiper-slide .banner p {
  color: #fff;
  transform: translateY(-50px);
  opacity: 0;
  transition: 0.9s ease-in-out;
}
.swiper-slide-active .banner .animate-linear-btn,
.swiper-slide-active .banner h6,
.swiper-slide-active .banner p {
  opacity: 1;
  transform: translateY(0);
}
.cat-card:hover .cat-content,
.feature img {
  transform: translate(-50%, -50%) scale(1);
}
.swiper-slide-active .banner h6 {
  transition-delay: 0.3s;
}
.swiper-slide-active .banner p {
  transition-delay: 0.8s;
}
.swiper-slide-active .banner .animate-linear-btn {
  transition-delay: 1.2s;
}
.btn-outline {
  border: 2px solid #d0ad85;
  height: 40px;
  width: 142px;
}
.main-btn {
  position: absolute;
  color: #fff;
  width: max-content;
  background: #c8a27c;
  line-height: 3;
  padding: 0 8px;
  transform: translate(2px, 2px);
  font-weight: 500;
}
.bg-section2,
footer {
  background-attachment: fixed;
}
.bg-contact,
.bg-section2,
.section-bg-wallpaper,
.service-bg {
  background-position: center;
  background-repeat: no-repeat;
}
.theme-outline-btn {
  border: 2px solid #c8a27c;
  line-height: 2.5;
  width: 150px;
  color: #c8a27c;
  font-weight: 500;
  text-align: center;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.theme-outline-btn:hover {
  background-color: #c8a27c;
  border: 2px solid #c8a27c;
  color: #fff;
}
.cat-card {
  position: relative;
  height: 330px;
  width: 33.3333333%;
}
.cat-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.cat-card .cat-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1111;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s ease-in-out;
}
.overlay-black {
  position: absolute;
  top: -330px;
  transition: 0.5s ease-in-out;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.534);
}
.button-card-curved,
.feature img,
.hover-text-letterspace-2,
.service-img .hover-read,
.service:hover .hover-read {
  transition: 0.3s ease-in-out;
}
.cat-card:hover .overlay-black,
.service:hover .overlay-black {
  top: 0;
}
.button-card-curved {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 20px;
  line-height: 2;
}
.button-card-curved:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  letter-spacing: 2px;
}
.section-bg-wallpaper {
  position: relative;
  background-image: url("../img/bg/section-bg.jpg");
  height: 400px;
  width: 100%;
}
.overlay-white {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.664);
}
.section-bg-wallpaper .content {
  position: absolute;
  z-index: 11111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-theme-light {
  background-color: #f8f9f6;
}
.rounded-circle {
  position: relative;
  height: 65px;
  width: 65px;
  border: 2px solid #c8a27c;
  border-radius: 100px;
}
.feture-hover:hover .rounded-circle {
  border: 2px solid rgba(0, 0, 0, 0.322);
}
.feature img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
}
.feture-hover:hover .hover-scale {
  transform: translate(-50%, -50%) scale(1.1);
}
.pik img,
.service-cover img,
.service-img .hover-read,
.service:hover .hover-read {
  transform: translate(-50%, -50%);
}
.bg-section2 {
  position: relative;
  background-image: url("../img/bg/section-bg-2.jpg");
  background-size: cover;
  width: 100%;
}
.w-50 {
  width: 50%;
  height: 400px;
}
.hor-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11111;
}
.read-more,
.service,
.service-cover,
.service-img {
  position: relative;
}


.service
{
    background: #fff;
     border: 1px solid #c8a27c;
  padding: 5px 5px 20px 5px;
  height: 100%;
}

.service h6
{
    font-size: 22px;
}

.service p
{
    font-size: 16px;
}


.btn-discover {
  padding: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-discover:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.btn-discover2 {
  padding: 6px 40px;
  background-color: #c8a27c;
  border: 2px solid #c8a27c;
  color: #fff;
}
.btn-discover2:hover {
  border: 2px solid #c8a27c;
  background-color: transparent;
  color: #c8a27c;
}
.bg-contact {
  background-image: url("../img/bg/section-bg-3-new.jpg");
  background-size: 150%;
  width: 100%;
}
.bg-contact2,
footer {
  background-size: cover;
}
.bg-contact2 {
  background-image: url("../img/bg/section-bg-3.jpg");
}
input.contact-field,
textarea.contact-field {
  width: 100%;
  border: 1px solid #bbb;
  line-height: 2.3;
  padding: 0 18px;
  outline: 0 !important;
  color: #000;
  background-color: #fff;
}
footer {
  background-image: url("../img/bg/section-bg-4.jpg");
  background-position: center;
}
.companytag {
  border-top: 1px solid #dbdbdb;
}
.about-section-vert img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 2px solid #c8a27c;
  padding: 10px;
}
.service-img {
  height: 280px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
}
.service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
 
}
.service-img .hover-read {
  position: absolute;
  top: 110%;
  left: 50%;
  font-size: 12px;
  color: #000;
  z-index: 111;
  opacity: 0;
}
.service:hover .hover-read {
  top: 50%;
  opacity: 1;
  color: #fff;
}
.servicebtn {
  line-height: 2;
  padding: 0 15px;
  color: #c8a27c;
  border-radius: 50px;
  font-size: 15px;
  border: 1px solid #c8a27c;
  transition: 0.2s ease-in-out;
  margin-top: 20px;
}
.servicebtn:hover {
  border: 1px solid #c8a27c;
  background-color: #c8a27c;
  color: #fff;
}
.service-cover {
  border: 2px solid #c8a27c;
  height: 400px;
  width: 100%;
}
.service-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 93%;
  width: 95%;
  object-fit: cover;
  object-position: center;
}
.terq-img {
  height: 150px;
  width: 100%;
}
.terq-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #c8a27c;
  padding: 5px;
}
.service-bg {
  background-image: url("../img/bg/service.jpg");
  background-size: contain;
  width: 100%;
}
.read-more {
  width: max-content;
}
.line-read-more {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
  visibility: hidden;
}
.read-more:hover .line-read-more {
  transform: scaleX(1);
  visibility: visible;
}
.cat-card .heading :hover {
  color: #d6b981;
  transition: 0.3s ease-in-out;
}
.pik {
  height: 80px;
  width: 80px;
  border-radius: 100px;
  background-color: #c8a27c;
  position: relative;
}
.pik img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
}
.spa-stone {
  height: 90px;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
}
.bottom-line {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .bottom-line {
    flex-direction: column;
    text-align: center;
  }
}

.t-color-gray 
{
    color: #4c4d4e;
}

.luxury-cta {
  background: url(../img/banner/b4.avif) no-repeat;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.cta-box {
  background: #fff;
  max-width: 900px;
  width: 100%;
  padding: 60px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  position: relative;
}

.cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #c6a35b;
  border-radius: 2px;
}

.cta-tag {
  display: inline-block;
  color: #c6a35b;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.cta-box h2 {
  font-size: 36px;
  color: #2e2e2e;
  margin-bottom: 15px;
}

.cta-desc {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.cta-points {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.cta-points li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #c6a35b;
  color: #fff;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #b08e4f;
  transform: translateY(-2px);
}

.btn-outline {
  border: 2px solid #c6a35b;
  color: #c6a35b;
  padding: 14px 34px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #c6a35b;
  color: #fff;
}


.why-choose-us {
  background: #faf8f4;
  padding: 90px 20px;
}

.section-tag {
  color: #c6a35b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.why-choose-us h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 15px;
  color: #2e2e2e;
}

.section-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  color: #666;
  font-size: 18px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 30px;
}

.feature-box {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
}

.feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 40px;
  height: 3px;
  background: #c6a35b;
  border-radius: 2px;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.1);
}

.feature-box h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #2e2e2e;
}

.feature-box p {
  margin-top: 10px;
  font-size: 16px;
  color
}

.gmb-reviews {
  background: #ffffff;
  padding: 90px 20px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.review-card {
  background: #ede8e0;
  padding: 35px 30px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.1);
}

.stars {
  color: #f5b301;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.review-text {
  font-size: 17px;
  color: #333;
  font-style: italic;
  margin-bottom: 15px;
}

.review-source {
  font-size: 14px;
  color: #777;
  font-weight: 500;
}


.faq-section {
  background: #faf8f4;
}

.section-tag {
  color: #c6a35b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.accordion-button {
  font-weight: 600;
  color: #2e2e2e;
}

.accordion-button:not(.collapsed) {
  background-color: #fff6e5;
  color: #bb8d60;
}

.accordion-item {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  border: none;
  
}


.accordion-button:focus {
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: #fff6e5; 
  color: #c6a35b;
  box-shadow: none;
}

.accordion-item {
  border: none;
}

.call-to-action
{
  display: none;
}

@media only screen and (max-width: 600px) {
    .call-to-action {
        display: block;
        text-align: center;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        padding-bottom: 0px;
        padding: 12px 30px;
        font-weight: 400;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999;
        text-decoration: none;
    }
}