* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f8f9fc;
    color: #222;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.section-space {
    padding: 100px 0;
}

.custom-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent !important;
    padding: 14px 0;
    transition: background 0.3s ease, border 0.3s ease, padding 0.3s ease;
    z-index: 1000;
}

.logo-img {
    width: 150px;
}

.navbar-brand span {
    font-weight: 700;
    font-size: 22px;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
}

.nav-btn {
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 600;
}

.hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background: url('https://furnishingglobal.in/wp-content/uploads/2026/04/beautiful-kitchen-interior-design-bg.avif') center center/cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.45));
}

.badge-box {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px 18px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
}

.hero-content h1 span, .hero-content ul li span, .hero-content h2 span {
    color: #ffc107;
}

/* Hero section list: replace default bullets with tick marks */
.hero-section .hero-content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.hero-section .hero-content ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    list-style-type: none;
}
.hero-section .hero-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffc107;
    font-size: 1.2rem;
    line-height: 1;
}

.hero-section .hero-cert {
    display: block;
    max-width: 320px;
    margin: 1.5rem auto 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
}

.hero-section .hero-cert img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.hero-text {
    margin-top: 24px;
    font-size: 18px;
    max-width: 650px;
    line-height: 1.8;
}

.feature-mini {
    background: rgba(255,255,255,0.12);
    padding: 14px;
    border-radius: 14px;
    backdrop-filter: blur(10px);
    margin-top: 15px;
}

.feature-mini i {
    color: #ffc107;
    margin-right: 8px;
}

.lead-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

.form-top h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.form-control,
.form-select {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.submit-btn {
    background: linear-gradient(45deg, #ff9800, #ffc107);
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.4s ease;
}

.submit-btn:hover {
    transform: translateY(-3px);
}

.mini-trust h5 {
    font-weight: 800;
    color: #ff9800;
}

.brand-strip {
    background: #111;
    padding: 35px 0;
}

.brand-box {
    color: #fff;
    font-weight: 600;
}

.section-title span {
    color: #ff9800;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 35px;
    margin-top: 10px;
    font-weight: 800;
}

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
}

.service-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.service-content {
    padding: 25px;
}

.service-content h4 {
    font-weight: 700;
}

.why-us {
    background: #fff;
}

.why-image-wrap {
    position: relative;
}

.main-img {
    border-radius: 30px;
}

.experience-box {
    position: absolute;
    bottom: -30px;
    right: 30px;
    background: linear-gradient(45deg, #ff9800, #ffc107);
    padding: 30px;
    border-radius: 24px;
    color: #fff;
    text-align: center;
}

.experience-box h2 {
    font-size: 52px;
    font-weight: 800;
}

.why-box {
    display: flex;
    gap: 18px;
    margin-bottom: 15px;
    background: #f8f9fc;
    padding: 13px 24px;
    border-radius: 20px;
    box-shadow: #aaa 0px 10px 30px;
}
p {
    margin-bottom: 0;
}

.why-box i {
    font-size: 32px;
    color: #ff9800;
}

.gallery-card {
    overflow: hidden;
    border-radius: 20px;
}

.gallery-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.cta-section {
    padding: 90px 0;
}

.cta-box {
    background: linear-gradient(135deg, #111, #2d2d2d);
    padding: 70px 30px;
    border-radius: 30px;
    color: #fff;
}

.cta-box h2 {
    font-size: 48px;
    font-weight: 800;
}

.cta-btn {
    margin-top: 20px;
    background: #ffc107;
    color: #000;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
}

.footer-section {
    background: #0c0c0c;
    color: #fff;
    padding: 40px 0;
}

.footer-contact p {
    margin-bottom: 8px;
}

.floating-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
    background: linear-gradient(45deg, #ff9800, #ffc107);
    color: #000;
    padding: 15px 22px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: pulse 2s infinite;
}
/* WHY CHOOSE SECTION */
.why-choose-main {
    background: #fff;
}

.choose-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    height: 100%;
}

.choose-card:hover {
    transform: translateY(-10px);
}

.choose-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(45deg, #ff9800, #ffc107);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.choose-icon i {
    font-size: 38px;
    color: #fff;
}

.choose-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

/* REVIEWS */
.review-section {
    background: #f8f9fc;
}

.review-card {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-10px);
}

.stars i {
    color: #ffc107;
}

.client-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ff9800, #ffc107);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    overflow: hidden;
}

.client-info h6 {
    margin-bottom: 2px;
    font-weight: 700;
}

.counter-section {
   padding: 10px 0;
  text-align: center;
}

/* Counter Section */

.counter-section .container {
  max-width: 100%;
  margin: 0 auto;
}

.counter-items {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.counter-item {
  min-width: 100px;
  text-align: center;
  transition: transform 0.3s ease;
}

.counter-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.counter-item h2,
.counter-item .counter-value {
  font-size: 22px;
  font-weight: 800;
  color: #ff9800; /* or maybe #ffc107 to match accent color */
  margin-bottom: 10px;
}

.counter-item span {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  display: block;
}





/* Trust Section */
.trust-section{
      max-width:1300px;
      margin:auto;
      text-align:center;
      background: white;
      border-radius:20px;
      margin: 30px auto;
      padding:20px
    }

    .trust-title{
      font-size:38px;
      font-weight:700;
      margin-bottom:40px;
    }

    .trust-wrapper{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:15px;
    }

    .arrow-btn{
      width:45px;
      height:45px;
      border-radius:50%;
      border:1px solid #d8d8d8;
      background:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      transition:0.3s;
      box-shadow:0 4px 10px rgba(0,0,0,0.08);
    }

    .trust-cards{
      display:flex;
      gap:15px;
      overflow-x:auto;
      scrollbar-width:none;
    }

    .trust-cards::-webkit-scrollbar{
      display:none;
    }

    .trust-card{
      min-width:120px;
      background:#fff;
      border:1px solid #e2e2e2;
      border-radius:16px;
      padding:22px 12px;
      text-align:center;
      transition:0.3s;
      cursor:pointer;
    }

    .trust-card:hover{
      transform:translateY(-5px);
      box-shadow:0 6px 15px rgba(0,0,0,0.08);
    }

    .trust-card i{
      font-size:42px;
      margin-bottom:15px;
    }

    .trust-card p{
      font-size:14px;
      line-height:1.5;
      font-weight:600;
      color:#0b1d3a;
    }

    /* PARTNERS SECTION */

.partners-section{
  max-width:1300px;
  margin:70px auto 0;
  text-align:center;
  background:#fff; 
  border-radius: 20px;
  padding:20px 20px;
}

.partners-title{
  font-size:36px;
  font-weight:700;
  color:#0b1d3a;
  margin-bottom:35px;
}

.partners-wrapper{
  display:flex;
  align-items:center;
  gap:15px;
}

.partners-slider{
  overflow:hidden;
  width:100%;
  position:relative; 
  padding:20px 0;
}

.partner-track{
  display:flex;
  align-items:center;
  gap:30px;
  width:max-content;
  animation:scrollPartners 25s linear infinite;
}

.partner-logo{
  width:180px;
  height:90px;
  
  
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  flex-shrink:0;
  transition:0.3s;
}

.partner-logo:hover{
  transform:translateY(-5px);
  box-shadow:0 6px 14px rgba(0,0,0,0.08);
}

.partner-logo img{
  width:100%;
  height:50px;
  object-fit:contain;
}

.partner-arrow{
  width:45px;
  height:45px;
  border:none;
  border-radius:50%;
  background:#fff;
  border:1px solid #ddd;
  cursor:pointer;
  flex-shrink:0;
  transition:0.3s;
}

.partner-arrow:hover{
  background:#0b1d3a;
  color:#fff;
}

@keyframes scrollPartners{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

@media(max-width:768px){

  .partners-title{
    font-size:28px;
  }

  .partner-logo{
    width:140px;
    height:80px;
  }
}

    /* Icon Colors */
    .diamond{ color:#2d3e50; }
    .design{ color:#5aa7df; }
    .balance{ color:#ef4444; }
    .receipt{ color:#3b4b61; }
    .bill{ color:#6aa7d8; }
    .delivery{ color:#ef4444; }
    .support{ color:#223c5c; }
    .happy{ color:#67b5eb; }
    .shield{ color:#ef4444; }

    @media(max-width:768px){

      .trust-title{
        font-size:28px;
}


/* Counter Section */
.counter-section{
  padding:60px 0;
  background:#f8f9fc;
}
.counter-items{
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  gap:20px;
}
.counter-item{
  text-align:center;
  padding:20px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
  flex:1;
  min-width:120px;
  transition:transform 0.3s ease;
  animation:fadeInUp 0.8s ease forwards;
}
.counter-item:hover{
  transform:translateY(-5px);
}
.counter-item:nth-child(1){ animation-delay:0.1s; }
.counter-item:nth-child(2){ animation-delay:0.2s; }
.counter-item:nth-child(3){ animation-delay:0.3s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}






      .trust-card{
        min-width:150px;
      }
    }



/* FOOTER */
.main-footer {
    background: #111;
    color: #fff;
    padding: 90px 0 30px;
}

.footer-logo {
    width: 120px;
}

.main-footer h4 {
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffc107;
    padding-left: 5px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #ffc107;
    color: #000;
}

.footer-contact-box p {
    margin-bottom: 16px;
    color: #ccc;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
    color: #aaa;
}



@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@media(max-width: 991px) {

    .hero-content h1,
    .section-title h2,
    .cta-box h2 {
        font-size: 38px;
    }

    .hero-section {
        padding: 120px 0 60px;
    }

    .lead-form-card {
        margin-top: 40px;
    }
}

@media(max-width: 576px) {
    .container{width:92%}

    .hero-content h1,
    .section-title h2,
    .cta-box h2 {
        font-size: 30px;
    }

    .lead-form-card {
        padding: 28px;
    }

    .section-space {
        padding: 70px 0;
    }
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
    position: fixed;
    right: 25px;
    bottom: 85px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    z-index: 999;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    animation: whatsappPulse 2s infinite;
    transition: 0.3s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.08);
    color: #fff;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}




