        body {
            /* font-family: Arial, sans-serif; */
            background-color: #f6f6f6;
                  font-family: 'DM Sans', sans-serif;

        }

        /* Navbar */
        .navbar {
            padding: 0.5rem 2rem;
            background-color: #fff;
        }

        .navbar-brand {
            font-weight: bold;
            font-size: 1.3rem;
            color: #1d3557;
        }

        .navbar-nav .nav-link {
            color: #1d3557;
            font-weight: 500;
            margin: 0 10px;
        }
         .navbar .nav-link:hover {
      color: #a58b58; /* change this to your preferred hover color */
    }

        .btn-nav {
            background-color: #a58b58;
            color: white;
            padding: 8px 18px;
            border-radius: 6px;
            font-weight: 500;
            transition: 0.3s;
        }

        .btn-nav:hover {
            background-color: #8b734a;
            color: white;
        }

        /* Hero Section */
        .hero {
            background: url("../Images/Hero_Banner_1.svg") no-repeat center center;
            background-size: cover;
            position: relative;
            color: #fff;
            /* makes text readable */
            padding: 40px 0;
            /* gives breathing room */
        }

        .hero h5 {
            color: #b0853d;
            font-weight: 600;
        }

        .hero h1 {
            font-weight: 700;
            font-size: 2.3rem;
            color: #1d3557;
            margin: 15px 0;
        }

        

        .hero p {
            color: #6c757d;
            margin-bottom: 20px;
        }

        .hero .btn-main {
            background-color: #a58b58;
            color: white;
            font-weight: 600;
            padding: 10px 22px;
            border-radius: 6px;
        }

        .hero .btn-main:hover {
            background-color: #8b734a;
        }

        .stats {
            margin-top: 2rem;
        }

        .stats h3 {
            font-weight: bold;
            color: #1d3557;
        }

        .stats p {
            margin: 0;
            color: #495057;
        }

        /* Since Badge */
        .since-badge {
            position: absolute;
            bottom: 10%;
            left: 10%;
            background: #fff;
            border-radius: 50%;
            padding: 20px;
            text-align: center;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
        }

        .since-badge span {
            display: block;
            font-size: 14px;
            color: #6c757d;
        }

        .since-badge h4 {
            margin: 0;
            font-size: 22px;
            font-weight: bold;
            color: #a58b58;
        }

        /* Responsive Fix */
        @media (max-width: 768px) {
            .hero {
                flex-direction: column;
                text-align: center;
            }

            .since-badge {
                position: static;
                margin: 1rem auto;
                display: inline-block;
            }


        }

        .services {
            background: url(../Images/section_2_bg.png);
            background-size: cover;
        }

        .service-card {
            transition: all 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
        }

        .service-card .icon-main {
            width: 80px;
            height: 80px;
            padding: 8px;
        }

        .arrow-link {
            font-size: 20px;
            color: #f0a833;
            text-decoration: none;
            transition: 0.3s;
        }

        .arrow-link:hover {
            margin-left: 5px;
        }

        .products h5 {
            font-size: 1.25rem;
        }

        .products img {
            border-radius: 6px;
        }

        .showroom-section h2 {
            font-size: 2rem;
        }

        .showroom-btn {
            background-color: #bda15d;
            color: #fff;
            border: none;
            padding: 10px 20px;
            font-weight: 600;
            border-radius: 4px;
            transition: background 0.3s;
        }

        .showroom-btn:hover {
            background-color: #a88d4f;
            color: #fff;
        }

        .stone-img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid #fff;
            transition: transform 0.3s;
        }

        .stone-img:hover {
            transform: scale(1.05);
        }

        .stone-item h6 {
            color: #fff;
            font-weight: 500;
        }

        .navbar-brand img {
            height: 35px;
        }

        .custom-col {
            padding-left: 20px;
            /* default for small screens */
        }

        @media (min-width: 992px) {

            /* lg breakpoint */
            .custom-col {
                padding-left: 124px;
            }
        }

            .container {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      padding: 40px 0;
    }
 
    .about-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
    }
 
    .about-section img {
      max-width: 500px;
      width: 100%;
      border-radius: 5px;
    }
 
    .about-text {
      flex: 1;
      min-width: 300px;
    }
 
    .about-text h3 {
      color: #b67833;
      margin-bottom: 10px;
      font-size: 27.5px;
      font-weight: 400;
      letter-spacing: 0px;
    }
 
    .about-text h2 {
      font-family: 'DM Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2rem;
      line-height: 1;
      letter-spacing: 0px;
      color: #1e2c50;
      margin-bottom: 15px;
    }
 
    .about-text p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
    }
 
    .btn {
      display: inline-block;
      padding: 10px 20px;
      background: #a58a6a;
      color: white;
      text-decoration: none;
      font-size: 14px;
      border-radius: 4px;
      transition: background 0.3s;
    }
 
    .btn:hover {
      background: #7a644f;
    }
 
    /* Creation Section Styles */
    .creation-section {
      margin-top: 50px;
    }
 
    .creation-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }
 
    .creation-header .titles {
      text-align: left;
    }
 
    .creation-header .titles h3 {
      color: #b67833;
      margin-bottom: 10px;
      font-size: 27.5px;
      font-weight: 400;
      letter-spacing: 0px;
    }
 
    .creation-header .titles h2 {
      font-family: 'DM Sans', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 44.69px;
      line-height: 1;
      letter-spacing: 0px;
      color: #1e2c50;
      margin-bottom: 0;
    }
 
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }
 
    .grid-item {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
    }
 
    .grid-item img {
      width: 100%;
      display: block;
      border-radius: 8px;
      transition: transform 0.3s;
    }
 
    .grid-item:hover img {
      transform: scale(1.05);
    }
 
    .testimonial-section {
  text-align: center;
  padding: 40px 20px;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.testimonial-subtitle {
  color: #b67833;
  font-size: 20px;
  margin: 0;
  text-align: left;
}

.testimonial-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #1e2c50;
  margin: 5px 0 0 0;
}

.testimonial-header .btn {
  font-size: 14px;
  padding: 8px 16px;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

/* Content container */
.testimonial-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* Arrows */
.nav-arrow {
  background: #a58a6a;
  border: none;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  flex-shrink: 0;
}

.nav-arrow:hover {
  background: #7a644f;
}

/* Wrapper to control visible item */
.testimonial-wrapper {
  max-width: 600px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
}

/* Each testimonial */
.testimonial-text {
  display: none;
  font-size: 16px;
  color: #666;
  padding: 10px;
  line-height: 1.6;
}

.testimonial-text.active {
  display: block;
  animation: fadeIn 0.6s ease-in-out;
}

.testimonial-text h4 {
  margin: 20px 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #1e2c50;
}

.testimonial-text small {
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
}

/* Smooth fade-in effect */
@keyframes fadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

 
    .footer {
      background: #0d0d2b url('../Images/Footer_Bg.png') no-repeat center center;
      background-size: cover;
      color: #ccc;
      padding: 40px 20px;
    }
 
    .footer-content {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
      gap: 30px;
    }
 
    .footer-section {
      min-width: 200px;
    }
 
    .footer-logo {
      width: 150px;
      margin-bottom: 15px;
    }
 
    .footer-section p {
      margin: 5px 0;
      font-size: 14px;
    }
 
    .footer-section h4 {
      font-size: 16px;
      margin-bottom: 10px;
      color: #fff;
    }
 
    .footer-section ul {
      list-style: none;
      padding: 0;
    }
 
    .footer-section ul li {
      margin-bottom: 8px;
    }
 
    .footer-section ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 14px;
    }
 
    .footer-section ul li a:hover {
      text-decoration: underline;
    }
 
    .email-subscribe form {
      display: flex;
    }
 
    .email-subscribe input {
      flex: 1;
      padding: 10px;
      border: none;
      border-radius: 4px 0 0 4px;
      font-size: 14px;
    }
 
    .email-subscribe button {
      padding: 10px 15px;
      background: #a58a6a;
      border: none;
      border-radius: 0 4px 4px 0;
      color: white;
      cursor: pointer;
      font-size: 18px;
      transition: background 0.3s;
    }
 
    .email-subscribe button:hover {
      background: #7a644f;
    }
 
    hr {
      border: none;
      border-top: 1px solid #444;
      margin: 20px 0;
    }
 
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
 
    .footer-bottom p {
      margin: 0;
      font-size: 13px;
    }
 
    .social-icons a {
      margin-left: 10px;
    }
 
    .social-icons img {
      width: 24px;
      height: 24px;
      filter: brightness(0) invert(1);
      transition: filter 0.3s;
    }
 
    .social-icons a:hover img {
      filter: brightness(0.7) invert(1);
    }
 
 
    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      opacity: 0;
      transition: opacity 0.3s;
      border-radius: 8px;
    }
 
    .grid-item:hover .overlay {
      opacity: 1;
    }.social-icons a i {
    color: white;        /* icon color */
    font-size: 24px;     /* size of icons */
    margin-right: 15px;  /* spacing between icons */
    transition: color 0.3s ease;
}

.social-icons a i:hover {
    color: #0d6efd;      /* optional hover color */
}
.h5 .subheading{
  color:#b0853d;
  font-weight: bold;
}
.row .col-md-4 img {
    transition: transform 0.3s ease; /* Smooth transition */
}

.row .col-md-4 img:hover {
    transform: scale(1.1); /* Zoom in slightly */
}
.logo-carousel {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: calc(200px * 12); /* logo width × total logos */
  animation: scroll 20s linear infinite;
}

.logo-track .col {
  flex: 0 0 auto;
  width: 200px; /* adjust logo container size */
  padding: 10px;
}

.logo-track img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.testimonial-reviews{
  margin-top: 38px;

}
