@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html { scroll-behavior: smooth; }
body { margin: 0px; font-family: Poppins, sans-serif; }
.hero { position: relative; height: 100vh; background: url("../images/a-scaled.jpg") center center / cover no-repeat; align-items: center; }
.overlay { position: absolute; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)); }
.hero-content { position: relative; color: rgb(255, 255, 255); max-width: 600px; margin-left: 8%; }
.tag { color: rgb(201, 166, 91); font-weight: 600; letter-spacing: 2px; margin-bottom: 10px; }
.hero h1 { font-size: 79px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; }
.desc {color: rgb(221, 221, 221);margin-bottom: 25px;font-size: 14px;}
.btn-gold { display: inline-block; background: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 12px 30px; text-decoration: none; border-radius: 50px; transition: 0.3s; border: 1px solid rgb(255, 255, 255); }
.btn-gold:hover { background: rgb(201, 166, 91); border-color: rgb(201, 166, 91); color: rgb(255, 255, 255); }
.dots { margin-top: 40px; }
.dots span { display: inline-block; width: 10px; height: 10px; background: rgb(204, 204, 204); margin-right: 8px; border-radius: 50%; }
.dots .active { background: rgb(201, 166, 91); }
@media (max-width: 768px) {
  .hero { height: 80vh; }
  .hero h1 { font-size: 32px; }
  .hero-content { margin-left: 5%; }
}
.navbar .nav-link {color: rgb(255, 255, 255);font-weight: 600;transition: 0.3s;text-transform: uppercase;font-size: 16px;padding: 5px 10px !important;}
.navbar .nav-link:hover { color: rgb(201, 166, 91); }
.navbar .nav-link.active { color: rgb(201, 166, 91); font-weight: 600; }
.navbar-dark .nav-link { color: rgb(255, 255, 255); }
.navbar-dark .nav-link:hover { color: rgb(201, 166, 91); }
.navbar-brand { font-size: 28px; font-weight: 800; letter-spacing: 1px; color: rgb(255, 255, 255); text-transform: uppercase; transition: 0.3s; }
.navbar-brand span { color: rgb(201, 166, 91); }
.navbar-brand:hover { color: rgb(201, 166, 91); }
.about-section { }
.tag { color: rgb(201, 166, 91); font-weight: 600; letter-spacing: 1px; margin-bottom: 10px; }
.about-section h2 {font-size: 37px;font-weight: 600;margin-bottom: 20px;color: rgb(17, 17, 17);}
.desc { color: rgb(85, 85, 85); max-width: 700px; line-height: 1.7; margin-bottom: 30px; }
.counter-box {display: flex;align-items: center;gap: 40px;margin-bottom: 16px;}
.counter-item h3 { font-size: 50px; color: rgb(201, 166, 91); font-weight: 700; }
.counter-item p { color: rgb(0, 0, 0); font-weight: 600; }
.divider { width: 1px; height: 60px; background: rgb(170, 170, 170); }
.btn-dark { display: inline-block; background: rgb(0, 0, 0); color: rgb(255, 255, 255); padding: 12px 25px; border-radius: 30px; text-decoration: none; transition: 0.3s; }
.btn-dark:hover { background: rgb(201, 166, 91); }
@media (max-width: 768px) {
  .about-section h2 { font-size: 28px; }
  .counter-box { flex-direction: column; align-items: flex-start; }
  .divider { display: none; }
}
.services-section { background: rgb(0, 0, 0); padding: 80px 0px; color: rgb(255, 255, 255); }
.services-section .tag { color: rgb(201, 166, 91); font-weight: 600; letter-spacing: 1px; margin-bottom: 10px; }
.services-section .title { font-size: 38px; font-weight: 700; line-height: 1.4; }
.service-card { position: relative; overflow: hidden; border-radius: 5px; }
.service-card img {width: 100%;height: 350px;object-fit: cover;transition: 0.4s;}
.service-name { background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-weight: 600; text-align: center; padding: 12px; }
.service-card:hover img { transform: scale(1.1); }
@media (max-width: 768px) {
  .services-section .title { font-size: 24px; }
}
.interior-section { background: rgb(255, 255, 255); }
.tag { color: rgb(201, 166, 91); font-weight: 600; letter-spacing: 1px; margin-bottom: 10px; }
.title { font-size: 38px; font-weight: 700; margin-bottom: 15px; }
.desc { color: rgb(85, 85, 85); line-height: 1.7; }
.btn-pill { border-radius: 50px; padding: 10px 25px; }
.icon-box { background: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); padding: 30px 20px; border-radius: 15px; transition: 0.3s; }
.icon-box img { width: 56px; margin-bottom: 15px; }
.icon-box h6 { font-weight: 600; }
.icon-box:hover { transform: translateY(-10px); box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px; }
@media (max-width: 768px) {
  .title { font-size: 26px; }
}
.design-section { background: rgb(247, 247, 247); }
.design-section .tag { color: rgb(201, 166, 91); font-weight: 600; letter-spacing: 1px; margin-bottom: 10px; }
.design-section .title { font-size: 38px; font-weight: 700; margin-bottom: 15px; }
.design-section .desc { color: rgb(85, 85, 85); line-height: 1.7; }
.btn-pill { border-radius: 50px; padding: 10px 25px; }
.img-box { border-radius: 20px; overflow: hidden; }
.img-box img { width: 100%; transition: 0.4s; }
.img-box:hover img { transform: scale(1.05); }
@media (max-width: 768px) {
  .design-section .title { font-size: 26px; }
}
.project { border-radius: 15px; height: 220px; width: 100%; object-fit: cover; transition: 0.3s; }
.project:hover { transform: scale(1.05); }
.footer-links li { border-bottom: 1px solid rgb(51, 51, 51); padding: 6px 0px; }
.footer-links a { color: rgb(255, 255, 255); text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: rgb(255, 255, 255); }
.social-icon { background: rgb(201, 168, 106); color: rgb(0, 0, 0); width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 50%; text-decoration: none; font-size: 14px; }
.whatsapp-btn { position: fixed; bottom: 20px; right: 20px; background: rgb(37, 211, 102); color: rgb(255, 255, 255); padding: 10px 18px; border-radius: 25px; text-decoration: none; font-size: 14px; box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px; }
.social-icon { width: 45px; height: 45px; background: rgb(201, 166, 91); color: rgb(0, 0, 0); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 18px; transition: 0.3s; }
.social-icon:hover { background: rgb(255, 255, 255); color: rgb(201, 166, 91); transform: translateY(-3px); }
.cta {background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) fixed, url("../images/b-scaled.jpg") center center / cover no-repeat;padding: 50px 20px;}
.cta h2 { font-size: 42px; font-weight: bold; margin-bottom: 20px; }
.cta p { font-size: 18px; color: rgb(221, 221, 221); max-width: 600px; margin: 0px auto 30px; }
.btn-gold { display: inline-block; background: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 12px 30px; text-decoration: none; border-radius: 50px; border: 1px solid rgb(255, 255, 255); transition: 0.3s; font-weight: 500; }
.btn-gold:hover { background: rgb(201, 166, 91); border-color: rgb(201, 166, 91); color: rgb(255, 255, 255); }
@media (max-width: 768px) {
  .cta h2 { font-size: 28px; }
  .cta p { font-size: 16px; }
}
.clients-section { padding: 80px 0px; text-align: center; }
.clients-subtitle { color: rgb(201, 166, 91); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.clients-title { font-size: 48px; font-weight: bold; margin-bottom: 15px; }
.clients-text { color: rgb(85, 85, 85); margin-bottom: 50px; }
.client-card { background: rgb(255, 255, 255); border: 2px solid rgb(119, 119, 119); border-radius: 20px; padding: 7px 0px; height: 141px; display: flex; align-items: center; justify-content: center; }
.client-card img { max-width: 100%; max-height: 90px; object-fit: contain; }
.carousel-control-prev, .carousel-control-next { width: 5%; }
.carousel-control-prev-icon, .carousel-control-next-icon { background-color: rgb(0, 0, 0); border-radius: 50%; padding: 20px; }
@media (max-width: 768px) {
  .clients-title { font-size: 30px; }
  .client-card { margin-bottom: 20px; }
}
.custom-navbar { background: transparent; transition: 0.4s; padding: 4px 0px; }
.logo { height: 55px; transition: 0.4s; }
.custom-navbar.scrolled { background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(6px); padding: 10px 0px; }
.custom-navbar.scrolled .logo { height: 50px; }
@media (max-width: 991px) {
  .custom-navbar { padding: 10px 0px; }
  .logo { max-height: 65px; }
  .navbar-toggler { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; outline: none; }
  .navbar-collapse { background: rgb(255, 255, 255); margin-top: 10px; padding: 15px; border-radius: 10px; }
  .navbar-nav { text-align: center; }
  .navbar-nav .nav-item { margin-bottom: 10px; }
  .navbar-nav .nav-link { font-size: 16px; color: rgb(0, 0, 0); padding: 10px; display: block; }
  .navbar-nav .nav-link.active { color: rgb(197, 157, 95); }
  .btn-gold { display: block; width: 100%; text-align: center; margin-top: 10px; }
}
.inner-page-header { position: relative; height: 300px; background-size: cover; background-position: center center; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center; }
.inner-page-header::before { content: ""; position: absolute; inset: 0px; background: rgba(0, 0, 0, 0.5); }
.inner-page-header .container { position: relative; z-index: 2; }
.inner-page-title { color: rgb(255, 255, 255); font-size: 42px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin: 0px; }
.inner-page-header .breadcrumb { justify-content: center; margin-top: 10px; }
.inner-page-header .breadcrumb a { color: rgb(255, 255, 255); text-decoration: none; }
.inner-page-header .breadcrumb-item + .breadcrumb-item::before { color: rgb(255, 255, 255); }
@media (max-width: 991px) {
  .inner-page-header { height: 220px; }
  .inner-page-title { font-size: 30px; }
}
@media (max-width: 576px) {
  .inner-page-header { height: 180px; }
  .inner-page-title { font-size: 24px; }
}
.caption-wrap::before { content: ""; position: absolute; inset: 0px; background: rgba(24, 24, 24, 0.51); }
#metaslider_33, #metaslider_33 .flexslider, #metaslider_33 .slides, #metaslider_33 .slides li { height: 100vh !important; }
#metaslider_33 .slides li img { width: 100%; object-fit: cover; height: 100vh !important; }
#metaslider_33 .slides li { position: relative; }
#metaslider_33 .caption-wrap { position: absolute; inset: 0px; display: flex; align-items: center; justify-content: center; text-align: center; z-index: 2; }
#metaslider_33 .caption { width: 100%; margin: auto; text-align: left; }
@media (max-width: 991px) {
  .custom-navbar .container { position: relative; }
  .navbar-collapse { position: absolute; top: 100%; left: 0px; width: 100%; background: rgb(255, 255, 255); padding: 15px; border-radius: 0px 0px 10px 10px; z-index: 999; }
  .navbar-collapse.show { display: block; }
  .navbar-nav { text-align: center; }
  .navbar-nav .nav-item { margin: 10px 0px; }
  .btn-gold { width: 100%; display: block; margin-top: 10px; }
}
.custom-toggler { width: 40px; height: 40px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: transparent; position: relative; display: flex; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
.custom-toggler span { display: block; height: 3px; width: 100%; background: rgb(0, 0, 0); border-radius: 2px; transition: 0.3s; }
.custom-toggler.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.custom-toggler.active span:nth-child(2) { opacity: 0; }
.custom-toggler.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
body { margin: 0px; padding: 0px; overflow-x: hidden; }
.hero-slider { margin: 0px !important; padding: 0px !important; }
.flexslider { margin: 0px !important; }
#metaslider-id-33 { width: 100vw !important; margin-left: calc(50% - 50vw); }
#metaslider_33, #metaslider_33 .slides li, #metaslider_33 img { height: 100vh !important; object-fit: cover; }
section { margin-top: 0px !important; }
.header, .custom-navbar { background: transparent; position: absolute; width: 100%; z-index: 999; }
.header.scrolled, .custom-navbar.scrolled { background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px; }
.client-slider .item { background: rgb(255, 255, 255); border: 1px solid rgb(224, 224, 224); border-radius: 10px; padding: 10px; text-align: center; transition: 0.3s; }
.client-slider .item:hover { border-color: rgb(255, 102, 0); box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px; }
.client-slider .item img { width: 100%; height: auto; display: block; border-radius: 6px; }
.about-section { padding: 30px 0px; }
.about-subtitle { font-size: 14px; letter-spacing: 2px; color: rgb(136, 136, 136); text-transform: uppercase; margin-bottom: 10px; }
.about-title { font-size: 36px; font-weight: 700; margin-bottom: 20px; }
.about-text p { color: rgb(102, 102, 102); line-height: 1.7; margin-bottom: 15px; }
.counter-box {/* background: rgb(255, 255, 255); */padding: 5px 0px;/* border-radius: 10px; *//* text-align: center; *//* box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px; */}
.counter-number { font-size: 28px; font-weight: 700; color: rgb(0, 0, 0); }
.counter-label { font-size: 14px; color: rgb(119, 119, 119); }
.about-btn .btn { padding: 10px 25px; border-radius: 30px; }
.about-image img { width: 100%; border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px; }
.feature-box { background: rgb(255, 255, 255); padding: 20px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px; margin-top: 20px; }
.feature-title { font-size: 18px; font-weight: 600; }
.feature-sub { font-size: 14px; color: rgb(119, 119, 119); }
.custom-navbar { transition: 0.3s ease-in-out; width: 100%; }
.custom-navbar.scrolled { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 9999; background: rgba(0, 0, 0, 0.56); box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px; animation: 0.3s ease-in-out 0s 1 normal none running slideDown; }
@keyframes slideDown { 
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0px); }
}
.custom-toggler { background: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 10px; box-shadow: none; }
.custom-toggler .bar { display: block; width: 25px; height: 2px; margin: 5px auto; background-color: rgb(255, 255, 255); transition: 0.3s ease-in-out; border-radius: 2px; }
.custom-toggler:hover .bar { background-color: rgb(241, 241, 241); }
.custom-toggler:focus { box-shadow: none; outline: none; }
#preloader { position: fixed; top: 0px; left: 0px; width: 100%; height: 100vh; background: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; z-index: 99999; }
.loader-box { display: flex; gap: 10px; }
.circle { width: 12px; height: 12px; background: rgb(0, 0, 0); border-radius: 50%; animation: 0.6s ease 0s infinite alternate none running bounce; }
.circle:nth-child(2) { animation-delay: 0.2s; }
.circle:nth-child(3) { animation-delay: 0.4s; }
@keyframes bounce { 
  0% { transform: translateY(0px); opacity: 0.6; }
  100% { transform: translateY(-15px); opacity: 1; }
}
.navbar-toggler { background: rgb(255, 255, 255); }
.caption-wrap .caption { opacity: 1; transform: none; }
.caption h1, .caption p, .caption a { opacity: 0; transform: translateX(-80px); transition: 0.6s; }
.flex-active-slide .caption h1 { opacity: 1; transform: translateX(0px); transition-delay: 0.2s; }
.flex-active-slide .caption p { opacity: 1; transform: translateX(0px); transition-delay: 0.4s; }
.flex-active-slide .caption a { opacity: 1; transform: translateX(0px); transition-delay: 0.6s; }
.footer-logo{width:100%;}
.metaslider.ms-theme-bitono .flexslider .caption-wrap .caption p {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
#metaslider-id-33 .flexslider .caption-wrap a:hover{text-decoration:none;
color:#fff; border-color:#fff;}
#metaslider-id-33 .flexslider .caption-wrap a{text-decoration:none;}


.faq-section {
  background: #f9f9f9;
}

.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #ab9441;
  color: #fff;
}


.faq-section {
  background: url('../images/bachrfaq.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ‹â€  important */
  position: relative;
  z-index: 1;
}

/* Overlay for better readability */
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
  z-index: -1;
}

/* Text color white for contrast */
.faq-section h2,
.faq-section h6,
.faq-section .accordion-button,
.faq-section .accordion-body {
  color: #fff;
}



/* Accordion Item */
.faq-section .accordion-item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}

/* Button (Question) */
.faq-section .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
}

/* Remove default blue bg when active */
.faq-section .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
}

/* Arrow icon white */
.faq-section .accordion-button::after {
  filter: brightness(0) invert(1);
}

/* Body (Answer) */
.faq-section .accordion-body {
  color: rgba(255, 255, 255, 0.85);
}

/* Border between header & body */
.faq-section .accordion-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Hover effect (optional premium feel) */
.faq-section .accordion-item:hover {
  border-color: #fff;
}


.blog-section {
  background: #f9f9f9;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-content h5 a {
  text-decoration: none;
  color: #000;
}

.blog-content p {
  font-size: 14px;
  color: #666;
}

.contact-section {
  background: #f9f9f9;
}

.contact-content h2 {
  font-size: 36px;
}
.form-control {
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: #ff6600;
  box-shadow: none;
}

.btn-primary {
  background: #ff6600;
  border: none;
}

.btn-primary:hover {
  background: #e05500;
}

.contact-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* LEFT SIDE */
.left-content {
  background: url('../images/bgen.png') no-repeat center;
  background-size: cover;
  height: 100%;
  min-height: 500px;
  padding: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.left-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.left-content * {
  position: relative;
  z-index: 2;
}

.left-content h2 {
  font-size: 40px;
  font-weight: 700;
}

.left-content p {
  margin: 20px 0;
}

.left-content .btn {
  width: fit-content;
  border-radius: 30px;
  padding: 10px 25px;
}

/* RIGHT FORM */
.form-box {
  background: #d9b06b;
  padding: 35px 20px;
  height: 100%;
}

.form-box h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.form-box .form-control {
  margin-bottom: 15px;
  border-radius: 6px;
  padding: 12px;
  border: none;
}

.form-box .btn {
  background: red;
  border: none;
  padding: 10px 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .left-content {
    min-height: 300px;
    padding: 30px;
  }

  .left-content h2 {
    font-size: 28px;
  }
}



.vision-mission {
    background: #fff;
    overflow: hidden;
}

.main-img img {
    width: 100%;
    border-radius: 20px;
}

.floating-img {
    position: absolute;
    bottom: -30px;
    right: 20px;
    max-width: 260px;
}

.floating-img img {
    border: 8px solid #fff;
    border-radius: 20px;
}

.vision-mission h2 {
    font-size: 42px;
    line-height: 1.3;
}

.vision-mission p {
    font-size: 16px;
    line-height: 1.8;
}

.btn-warning {
    background: #f5a623;
    border: none;
    color: #fff;
    transition: 0.3s;
}

.btn-warning:hover {
    background: #d98c12;
    color: #fff;
}

@media (max-width: 991px) {
    .vision-mission h2 {
        font-size: 32px;
    }

    .floating-img {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        max-width: 220px;
    }
}


.turnkey-section {
    background: #f8f9fa;
    overflow: hidden;
}

.section-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(245, 166, 35, 0.1);
    color: #f5a623;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.turnkey-section h2 {
    font-size: 44px;
    line-height: 1.3;
    color: #111;
}

.turnkey-section p {
    font-size: 16px;
    line-height: 1.9;
}

.turnkey-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #555;
}

.turnkey-list li::before {
    content: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Â";
    position: absolute;
    left: 0;
    top: 0;
    color: #f5a623;
    font-weight: bold;
}

.turnkey-btn {
    background: #f5a623;
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.turnkey-btn:hover {
    background: #d88f12;
    color: #fff;
    transform: translateY(-2px);
}

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 30px;
    transition: 0.4s ease;
}

.image-wrapper:hover .main-img {
    transform: scale(1.03);
}

.floating-card {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: #fff;
    padding: 25px;
    max-width: 320px;
    border-radius: 20px;
}

.floating-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.floating-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991px) {

    .turnkey-section h2 {
        font-size: 32px;
    }

    .main-img {
        height: auto;
    }

    .floating-card {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        max-width: 100%;
    }
}

.interior-services{
    padding: 90px 0;
    background: #f7f7f7;
}

/* Heading */

.section-subtitle{
    color: #c58b45;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin-bottom: 60px;
}

/* Card */

.service-card{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    height: auto;
    transition: 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    text-align: center;
}

.service-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Image */

.service-card img{
    /* width: 116px; */
    background: #fdf2cf;
    /* padding: 4px; */
    transition: 0.5s ease;
    margin: 0 auto;
    text-align: center;
    /* margin: 25px 20px -9px 10px; */
}

.service-card:hover img{
    transform: scale(1.08);
}

/* Content */

.service-content{
    padding: 28px 24px;
}

.service-content h4{
    font-size: 21px;
    /* font-weight: 700; */
    color: #ce812a;
    margin-bottom: 15px;
}

.service-content p{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* Responsive */

@media(max-width:991px){

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

}

@media(max-width:767px){

    .interior-services{
        padding: 70px 0;
    }

    .section-title{
        font-size: 30px;
        margin-bottom: 40px;
    }

    .service-card img{
        height: 220px;
    }

    .service-content{
        padding: 22px 18px;
    }

    .service-content h4{
        font-size: 21px;
    }

}
/* ========================= */
/* INTERIOR SERVICES SECTION */
/* ========================= */

.interior-services-section{
    padding: 90px 0;
    background: #f8f8f8;
}

.interior-services-heading{
    margin-bottom: 50px;
}

.interior-subtitle{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c58b45;
    margin-bottom: 12px;
}

.interior-title{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin: 0;
}

/* Card */

.interior-service-card{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.interior-service-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Image */

.interior-service-img{
    width: 150px;
    /* height: 150px; */
    margin: 0 auto;
    transition: 0.5s ease;
    padding: 0px 10px;
}

.interior-service-card:hover .interior-service-img{
    transform: scale(1.08);
}

/* Content */

.interior-service-content{
    padding: 28px;
}

.interior-service-title{
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
    line-height: 1.3;
}

.interior-service-text{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
}

/* Responsive */

@media (max-width: 991px){

    .interior-services-section{
        padding: 70px 0;
    }

    .interior-title{
        font-size: 34px;
    }

    .interior-service-img{
        height: 230px;
    }
}

@media (max-width: 767px){

    .interior-services-section{
        padding: 60px 0;
    }

    .interior-title{
        font-size: 28px;
    }

    .interior-service-content{
        padding: 22px;
    }

    .interior-service-title{
        font-size: 21px;
    }

    .interior-service-text{
        font-size: 14px;
        line-height: 1.7;
    }

    .interior-service-img{
        height: 220px;
    }
}




/* =============================== */
/* CUSTOM INTERIOR CARD CSS */
/* =============================== */

.interior-service-card-c{
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
}

.interior-service-card-c:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Image */

.interior-service-card-c .interior-service-img{
    width: 100%;
    max-width: 123px;
    
    object-fit: contain;
    margin: 25px auto 15px;
    display: block;
    transition: all 0.5s ease;
}

.interior-service-card-c:hover .interior-service-img{
    transform: scale(1.08) rotate(2deg);
}

/* Content */

.interior-service-card-c .interior-service-content{
    padding: 10px 20px 28px;
}

/* Title */

.interior-service-card-c .interior-service-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #111111;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.interior-service-card-c:hover .interior-service-title{
    color: #c58b45;
}

/* Text */

.interior-service-card-c .interior-service-text{
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 0;
}

/* Optional Icon Style */

.interior-service-card-c .service-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f8f8f8;
    font-size: 28px;
    color: #c58b45;
    transition: all 0.4s ease;
}

.interior-service-card-c:hover .service-icon{
    background: #c58b45;
    color: #fff;
    transform: rotateY(180deg);
}

/* Responsive */

@media (max-width: 991px){

    .interior-service-card-c .interior-service-title{
        font-size: 22px;
    }

    .interior-service-card-c .interior-service-img{
        max-width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px){

    .interior-service-card-c{
        border-radius: 18px;
    }

    .interior-service-card-c .interior-service-content{
        padding: 10px 18px 24px;
    }

    .interior-service-card-c .interior-service-title{
        font-size: 20px;
    }

    .interior-service-card-c .interior-service-text{
        font-size: 14px;
        line-height: 1.7;
    }

    .interior-service-card-c .interior-service-img{
        max-width: 130px;
        height: 130px;
    }
}



p:empty{
    display: none !important;
}


/* =============================== */
/* EXPERIENCE CENTER SECTION */
/* =============================== */

.experience-center-section{
    padding: 90px 0;
    background: #f8f8f8;
}

/* Slider */

.experience-slider .carousel-inner{
    border-radius: 28px;
}

.experience-slider img{
    width: 100%;
    height: 620px;
    object-fit: cover;
}

/* Content */

.experience-content{
    padding-left: 20px;
}

.experience-subtitle{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c58b45;
    margin-bottom: 18px;
}

.experience-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    margin-bottom: 24px;
}

.experience-text{
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 30px;
}

/* List */

.experience-list{
    margin: 0 0 35px;
    padding: 0;
}

.experience-list li{
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    margin-bottom: 18px;
}

.experience-icon{
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #c58b45;
    color: #fff;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: 14px;
    margin: 8px auto;
}

/* Buttons */

.experience-btns .btn{
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.experience-btns .btn:hover{
    transform: translateY(-3px);
}

/* Responsive */

@media (max-width: 991px){

    .experience-center-section{
        padding: 70px 0;
    }

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

    .experience-title{
        font-size: 38px;
    }

    .experience-slider img{
        height: 500px;
    }
}

@media (max-width: 767px){

    .experience-center-section{
        padding: 60px 0;
    }

    .experience-title{
        font-size: 30px;
    }

    .experience-text{
        font-size: 15px;
        line-height: 1.8;
    }

    .experience-list li{
        font-size: 15px;
        align-items: flex-start;
    }

    .experience-slider img{
        height: 350px;
    }

    .experience-btns{
        flex-direction: column;
    }

    .experience-btns .btn{
        width: 100%;
        text-align: center;
    }
}


/* ===================================== */
/* WHY EXPERIENCE SECTION CSS */
/* ===================================== */

.why-experience-section{
    position: relative;
    padding: 90px 0;
    background: #f8f8f8;
    overflow: hidden;
}

/* Heading */

.why-exp-title{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
    margin-bottom: 15px;
}

.why-exp-subtitle{
    font-size: 18px;
    line-height: 1.8;
    color: #666666;
    max-width: 700px;
    margin: 0 auto;
}

/* Card */

.experience-card{
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.experience-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Icon */

.experience-icon{
    margin-bottom: 25px;
}

.experience-icon img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    transition: all 0.4s ease;
    position: absolute;
    top: 13px;
}

.experience-card:hover .experience-icon img{
    transform: scale(1.08) rotate(5deg);
}

/* Content */

.experience-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #111111;
    margin-bottom: 18px;
}

.experience-text{
    font-size: 15px;
    line-height: 1.9;
    color: #666666;
    margin-bottom: 0;
}

/* Remove Empty P */

.experience-card p:empty{
    display: none;
}

/* Responsive */

@media (max-width: 991px){

    .why-experience-section{
        padding: 70px 0;
    }

    .why-exp-title{
        font-size: 38px;
    }

    .experience-card{
        padding: 35px 25px;
    }

    .experience-title{
        font-size: 22px;
    }
}

@media (max-width: 767px){

    .why-experience-section{
        padding: 60px 0;
    }

    .why-exp-title{
        font-size: 30px;
    }

    .why-exp-subtitle{
        font-size: 16px;
    }

    .experience-card{
        padding: 30px 22px;
        border-radius: 20px;
    }

    .experience-icon img{
        width: 75px;
        height: 75px;
    }

    .experience-title{
        font-size: 20px;
    }

    .experience-text{
        font-size: 14px;
        line-height: 1.8;
    }
}
/* ================================= */
/* EXPLORE SECTION CSS */
/* ================================= */

.explore-section{
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}

/* Heading */

.explore-title{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
    margin-bottom: 15px;
}

.explore-subtitle{
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Card */

.explore-card{
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.explore-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Image */

.explore-image{
    overflow: hidden;
}

.explore-image img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.explore-card:hover .explore-image img{
    transform: scale(1.08);
}

/* Content */

.explore-content{
    padding: 28px 24px;
}

.explore-card-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #111111;
    margin-bottom: 15px;
}

.explore-card-text{
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 0;
}

/* Remove Empty P */

.explore-card p:empty{
    display: none;
}

/* Responsive */

@media (max-width: 991px){

    .explore-section{
        padding: 70px 0;
    }

    .explore-title{
        font-size: 38px;
    }

    .explore-image img{
        height: 230px;
    }

    .explore-card-title{
        font-size: 22px;
    }
}

@media (max-width: 767px){

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

    .explore-title{
        font-size: 30px;
    }

    .explore-subtitle{
        font-size: 16px;
    }

    .explore-image img{
        height: 220px;
    }

    .explore-content{
        padding: 24px 20px;
    }

    .explore-card-title{
        font-size: 20px;
    }

    .explore-card-text{
        font-size: 14px;
    }
}


/* ================================= */
/* WALKTHROUGH SECTION CSS */
/* ================================= */

.walkthrough-section{
    position: relative;
    padding: 90px 0;
    background: #f8f8f8;
}

/* Heading */

.walkthrough-title{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
    max-width: 850px;
    margin: 0 auto;
}

/* Card */

.walkthrough-card{
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 24px;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.walkthrough-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Icon */

.walkthrough-icon{
    margin-bottom: 22px;
}

.walkthrough-icon img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    transition: all 0.4s ease;
}

.walkthrough-card:hover .walkthrough-icon img{
    transform: scale(1.08) rotate(5deg);
}

/* Content */

.walkthrough-card-title{
    font-size: 26px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
}

.walkthrough-card-text{
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 0;
}

/* Arrow */

.walkthrough-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
}

.walkthrough-arrow svg{
    width: 42px;
    height: 42px;
    fill: #f59e0b;
}

/* Responsive */

@media (max-width: 991px){

    .walkthrough-section{
        padding: 70px 0;
    }

    .walkthrough-title{
        font-size: 38px;
    }

    .walkthrough-card{
        padding: 30px 22px;
    }

    .walkthrough-card-title{
        font-size: 22px;
    }
}

@media (max-width: 767px){

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

    .walkthrough-title{
        font-size: 30px;
    }

    .walkthrough-icon img{
        width: 75px;
        height: 75px;
    }

    .walkthrough-card-title{
        font-size: 20px;
    }

    .walkthrough-card-text{
        font-size: 14px;
    }
}


.plan-visit-section{
    background:#f8f6f2;
    overflow:hidden;
}

.plan-visit-image{
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.plan-visit-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

.plan-visit-image:hover img{
    transform:scale(1.05);
}

.plan-visit-content{
    padding-left:20px;
}

.plan-visit-title{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:35px;
    line-height:1.2;
}

.visit-info-box{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.visit-info-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    padding:22px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:0.3s ease;
}

.visit-info-item:hover{
    transform:translateY(-5px);
}

.visit-icon{
    width:60px;
    height:60px;
    min-width:60px;
    background:#ffb400;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111;
    font-size:22px;
}

.visit-text h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:8px;
    color:#111;
}

.visit-text p{
    margin:0;
    color:#666;
    line-height:1.7;
    font-size:15px;
}

.visit-text a{
    color:#666;
    text-decoration:none;
    font-size:15px;
    transition:0.3s ease;
}

.visit-text a:hover{
    color:#ffb400;
}

.visit-btn-wrap{
    margin-top:35px;
}

.visit-btn{
    display:inline-block;
    background:#111;
    color:#fff;
    padding:15px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s ease;
}

.visit-btn:hover{
    background:#ffb400;
    color:#111;
    transform:translateY(-3px);
}

@media(max-width:991px){

    .plan-visit-content{
        padding-left:0;
    }

    .plan-visit-title{
        font-size:34px;
    }
}

@media(max-width:767px){

    .plan-visit-title{
        font-size:28px;
    }

    .visit-info-item{
        padding:18px;
    }

    .visit-icon{
        width:50px;
        height:50px;
        min-width:50px;
        font-size:18px;
    }
}


/* =========================
   BLOG CARD CSS
========================= */

.blog-card{
    border: none;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    position: relative;
}

.blog-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Image */
.blog-card .card-img-top{
    width: 100%;
    height: 209px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.blog-card:hover .card-img-top{
    transform: scale(1.08);
}

/* Body */
.blog-card .card-body{
    padding: 28px;
}

/* Date */
.blog-card .blog-date{
    display: inline-block;
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

/* Title */
.blog-card .card-title{
    margin-bottom: 20px;
    line-height: 1.5;
}

.blog-card .card-title a{
    text-decoration: none;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.blog-card .card-title a:hover{
    color: #f5a623;
}

/* Category Badge */
.blog-card .badge{
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    background: #f5a623 !important;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive */
@media(max-width:991px){

    .blog-card .card-img-top{
        height: 220px;
    }

    .blog-card .card-title a{
        font-size: 20px;
    }

}

@media(max-width:767px){

    .blog-card .card-body{
        padding: 22px;
    }

    .blog-card .card-img-top{
        height: 200px;
    }

    .blog-card .card-title a{
        font-size: 18px;
    }

}

.about-section-box {
    padding: 0px 0px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: -1px 0px 12px 7px #aba8a8;
}

@media (min-width: 992px) {
    .custom-navbar .container-fluid{
        margin-left: 50px;
        margin-right: 50px;
    }
	

}
#faqAccordion{
	
	background: #11111163;
    padding: 48px 15%;
    border-radius: 23px;
}
/* Mobile Responsive CSS */
@media (max-width: 767px) {

  .container.text-white.position-relative {
    padding: 20px 15px !important;
    text-align: center !important;
  }

  .container.text-white.position-relative h1 {
    font-size: 20px !important;
    line-height: 1.3;
    font-weight: 700;
  }

  .container.text-white.position-relative p {
    font-size: 14px;
    line-height: 1.7;
  }

  .container.text-white.position-relative br {
    display: none;
  }

  .btn-gold {
    display: inline-block;
    padding: 12px 24px;
    font-size: 15px;
    margin-top: 10px;
  }
	.metaslider.ms-theme-bitono .flexslider .caption-wrap .caption {
    padding: 66px 15px !important;
	}
}


.whatsapp-btn{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #25D366;
    color: #fff;
    padding: 14px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: 0.3s ease;
}

.whatsapp-btn:hover{
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-3px);
}

@media(max-width:767px){
    .whatsapp-btn{
        right: 15px;
        bottom: 15px;
        padding: 12px 18px;
        font-size: 14px;
    }
}

/* Contact Form Styling */
.contact-form{
    width: 100%;
}

.contact-form div{
    margin-bottom: 20px;
}

.contact-form label{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.contact-form .form-control{
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
    color: #222;
    transition: all 0.3s ease;
    box-shadow: none;
}

.contact-form .form-control:focus{
    border-color: #c62828;
    outline: none;
    box-shadow: 0 0 10px rgba(198,40,40,0.15);
}

.contact-form textarea.form-control{
    resize: none;
    min-height: 140px;
}

.contact-form .btn{
    background: #c62828;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form .btn:hover{
    background: #a71d1d;
    transform: translateY(-2px);
}

.contact-form .wpcf7-spinner{
    margin-top: 15px;
}

/* Mobile Responsive */
@media (max-width: 767px){

    .contact-form .form-control{
        padding: 12px 14px;
        font-size: 14px;
    }

    .contact-form .btn{
        width: 100%;
        padding: 13px;
        font-size: 14px;
    }

    .contact-form label{
        font-size: 14px;
    }
}

/* Service List Styling */
.service-list{
    padding: 0;
    margin: 0;
}

.service-list li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.7;

}

/* Custom Icon After */
.service-list li::after{
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: #c9a14a;
    color: #000;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect */
.service-list li:hover{
    transform: translateX(5px);
    transition: 0.3s ease;
}

/* Mobile Responsive */
@media(max-width:767px){

    .service-list li{
        font-size: 14px;
        padding-left: 32px;
        margin-bottom: 15px;
    }

    .service-list li::after{
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}


/* Services Section */
.interior-services-section{
    background: #0f0f0f;
    position: relative;
    overflow: hidden;
}

/* Title */
.section-title{
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.section-subtitle{
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.8;
    max-width: 720px;
    margin: auto;
}

/* Service Link */
.service-link{
    text-decoration: none;
    display: block;
    height: 100%;
}

/* Service Card */
.service-card{
    position: relative;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    /* padding: 40px 32px; */
    overflow: hidden;
    height: 100%;
    transition: all 0.45s ease;
    z-index: 1;
    justify-content: center;
    margin: 0 auto;
}

/* Gradient Background Hover */
.service-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(201,161,74,0.15),
        rgba(255,255,255,0.03)
    );
    opacity: 0;
    transition: 0.4s ease;
    z-index: -1;
}

/* Border Glow */
.service-card::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        #c9a14a,
        transparent,
        #c9a14a
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s ease;
}

/* Hover Effect */
.service-card:hover{
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.service-card:hover::before{
    opacity: 1;
}

.service-card:hover::after{
    opacity: 1;
}

/* Icon */
.service-icon{
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg,#c9a14a,#f3d38a);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: 0.4s ease;
    margin: 0 auto;
    margin-bottom: 20px;
}

.service-icon i{
    font-size: 32px;
    color: #111;
}

/* Icon Hover */
.service-card:hover .service-icon{
    transform: rotate(-8deg) scale(1.08);
}

/* Heading */
.service-card h4{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

/* Paragraph */
.service-card p{
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* Text Hover */
.service-card:hover h4{
    color: #f3d38a;
}

/* Mobile Responsive */
@media(max-width:767px){

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

    .section-subtitle{
        font-size: 14px;
    }

    .service-card{
        padding: 30px 24px;
        border-radius: 20px;
    }

    .service-icon{
        width: 70px;
        height: 70px;
    }

    .service-icon i{
        font-size: 28px;
    }

    .service-card h4{
        font-size: 20px;
    }

    .service-card p{
        font-size: 14px;
    }
}


/* Background Fixed Image */
.interior-services-section{
    position: relative;
    padding: 100px 0;
    background: url('https://shadow.itcruze.com/wp-content/uploads/2026/05/a-scaled-1.png') center center / cover no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 1;
}

/* Dark Overlay */
.interior-services-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: -1;
}

/* Mobile Fix */
@media(max-width:767px){

    .interior-services-section{
        background-attachment: scroll;
        padding: 70px 0;
    }
}


/* View More Button */
.view-more-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 200;
}

/* Arrow */
.view-more-btn::after{
    content: "→";
    font-size: 16px;
    transition: 0.3s ease;
}

/* Hover Effect */
.view-more-btn:hover{
    background: #c9a14a;
    border-color: #c9a14a;
    color: #111;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(201,161,74,0.35);
}

/* Arrow Move */
.view-more-btn:hover::after{
    transform: translateX(5px);
}

/* Mobile */
@media(max-width:767px){

    .view-more-btn{
        padding: 11px 20px;
        font-size: 13px;
    }
}