/* ===== GLOBAL ===== */
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}

/* cart icon */

.cart-item {
    position: relative;
}

.cart-link {
    position: relative;
    font-size: 18px;
}

.cart-count {
    position: absolute;
    top: 0;
    right: -8px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
/* ===== TOP BAR ===== */
.top-bar {
  background: #111;
  color: #fff;
  font-size: 14px;
  padding: 6px 0;
}

/* ===== NAVBAR ===== */
.navbar {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.navbar-logo {
  height: 70px;
  /* perfect for desktop */
  width: auto;
  object-fit: contain;
}

.footer-logo {
  height: 110px;
  /* perfect for desktop */
  width: auto;
  object-fit: contain;
}

.navbar .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar .nav-link:hover {
  color: #c6ae86 !important;
}

/* ===== MEGA MENU ===== */
.dropdown-menu[data-bs-popper] {
  left: 45% !important;

}

.mega-dropdown {
  position: static;
  /* 🔥 important */
}

.mega-menu {
  width: 650px;
  left: auto;
  right: auto;
  top: 100%;
  margin-top: 12px;
}

.mega-left {
  background: #f8f6f2;
  padding: 25px;
}

.region-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.region-list li {
  padding: 12px 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  color: #8b7b5a;
  border-bottom: 1px solid #e5e1d8;
}



.region-list li.active,
.region-list li:hover {
  color: #000;
}

.mega-right {
  padding: 25px;
}

.region-content {
  display: none;
}

.region-content.active {
  display: block;
}

.region-content ul {
  list-style: none;
  padding: 0;
}

.region-content li {
  padding: 8px 0;
  font-weight: 500;
  text-transform: uppercase;
}

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

/* ===== HERO ===== */
/* HERO */
.hero {
  min-height: 100vh;
  /* background:url("assets/images/hero-bg.jpg") center/cover no-repeat; */
  background: url("../images/hero-bg.jpg") center/cover no-repeat;
  padding-top: 120px;
  /* 👈 IMPORTANT */
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* TEXT */
.hero-content h1 {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-content p {
  font-size: 18px;
  max-width: 520px;
}

/* BUTTON */
.btn-gold {
  background: #b59a6a;
  color: #fff;
  padding: 14px 32px;
  border-radius: 2px;
  font-weight: 500;
}

.btn-gold:hover {
  background: white;
  color: black;
}

/* CIRCLES */
.hero-circles {
  position: relative;
  height: 450px;
}

.circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sizes & positions */
.circle.big {
  width: 260px;
  height: 260px;
  top: 0;
  left: 60px;
}

.circle.small.left {
  width: 200px;
  height: 200px;
  bottom: 0;
  left: 0;
}

.circle.small.right {
  width: 200px;
  height: 200px;
  bottom: 0;
  left: 220px;
}


/* ===== INTRO ===== */
.intro {
  background: #c6ae86;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.intro h2 {
  font-weight: 600;
}

/* ===== PRODUCTS ===== */
.products {
  padding: 80px 0;
}

.product-card {
  border: 2px solid #c6ae86;
  border-radius: 14px;
  padding: 15px;
  text-align: center;
}

.product-card img {
  border-radius: 10px;
}

.product-card h5 {
  margin-top: 15px;
  font-weight: 600;
}

/* ===== FOOTER ===== */
.footer {
  background: #f7f7f7;
  padding: 60px 0;
  font-size: 14px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer li {
  padding: 4px 0;
}

/* ===== SCROLL NAVBAR ===== */
.navbar.scrolled {
  background: #1c1c1c;
  position: fixed;
  top: 0;
}


/* inner pages css */
.inner-hero {
  position: relative;
  width: 100%;
  height: 600px;
  background: url('../images/modern-flooring.jpg') center / cover no-repeat;
  display: flex;
  align-items: center;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

/* MAIN FLEX WRAP */
.inner-hero-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  color: #fff;
}

/* LEFT SIDE */
.hero-left h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
}

/* RIGHT SIDE */
.hero-right {
  font-size: 15px;
  color: #ddd;
}

.hero-right a {
  color: #fff;
  text-decoration: none;
}

.hero-right span {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .inner-hero {
    height: 300px;
  }

  .inner-hero-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }

  .hero-left h1 {
    font-size: 30px;
  }

  .hero-right {
    margin-top: 10px;
    font-size: 13px;
  }
}


.product-section {
  padding: 70px 80px;
  background: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.product-card {
  background: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.product-card h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
  background: #fff;
}

/* hover effect */
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* product detail page */

.product-detail-section {
  padding: 60px 0;
}

.product-image img {
  border-radius: 8px;
  border: 1px solid #eee;
}

.product-title {
  font-size: 28px;
  font-weight: 600;
}

.product-price {
  color: #c59d5f;
  font-size: 24px;
  margin-top: 10px;
}

.product-specification h4 {
  font-weight: 600;
}


/* price calculator */
.price-calculator {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 22px;
  max-width: 420px;
}

.calc-header label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.calc-header input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.calc-wastage {
  margin-top: 12px;
  font-size: 14px;
}

.calc-wastage input {
  margin-right: 6px;
}

.calc-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 15px;
}

.calc-row strong {
  font-weight: 600;
}

.calc-total {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.add-to-cart-btn {
  width: 100%;
  margin-top: 18px;
  padding: 12px;
  background: #1f2328;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.add-to-cart-btn:hover {
  background: #000;
}


/* contact us  */

.contact-section {
  background: #111;
  padding: 80px 0;
}

.contact-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-left {
  color: #fff;
  padding: 50px;
}

.contact-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.contact-left p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.contact-left .highlight {
  color: #e11d48;
}

.contact-left h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 10px;
  font-size: 15px;
}

.contact-right {
  background: #fff;
  padding: 50px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #777;
}

.submit-btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #000;
}

/* service pages css */

.premium-section {
  padding: 80px 0;
}

.premium-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.premium-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.premium-list {
  list-style: none;
  padding: 0;
}

.premium-list li {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 50px;
  font-size: 30px;
}


.installation-cta {
  background: #f7f7f7;
  padding: 80px 0;
  text-align: center;
}

.btn-dark {
  background: #111;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
}

.gallery-section {
  padding: 80px 0;
}

.gallery-tabs {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-tabs button {
  border: none;
  background: #eee;
  padding: 8px 20px;
  margin: 0 5px;
}

.gallery-tabs .active {
  background: #111;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 300px;
}

.services-section {
  background: #fafafa;
  padding: 80px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service-card {
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
}


.gallery-page-section {
    padding: 80px 0;
    background: #fff;
}

.gallery-title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.gallery-item {
    border: 1px solid #eee;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    /* height: 120px; */
    object-fit: cover;
    display: block;
}

/* Tablet */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item img {
        height: 140px;
    }
}

/* cart page */

.cart-page {
    padding: 60px 0;
    background: #fbfbfb;
}



.cart-layout {
    display: flex;
    gap: 30px;
}

/* TABLE */
.cart-table-wrap {
    flex: 3;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table th {
    background: #f1f1f1;
    padding: 12px;
    text-align: left;
    font-size: 14px;
}

.cart-table td {
    padding: 15px 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.product-col {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-col img {
    width: 60px;
    border-radius: 4px;
}

.btn-remove {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
}

/* SUMMARY */
.cart-summary-box {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    height: fit-content;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.summary-row.total {
    font-size: 18px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.paypal-btn {
    width: 100%;
    background: #ffc439;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin: 20px 0;
}

.paypal-btn img {
    width: 100%;
}

.delete-all-btn {
    width: 100%;
    background: #c82333;
    color: #fff;
    border: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 4px;
}


/* footer */

.footer {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #eee;
}

.footer-logo {
    max-width: 150px;
}

.footer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.footer-title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #666;
}

.footer-links a {
    color: #666;
    text-decoration: none;
}

.footer-links a:hover {
    color: #000;
    padding-left: 4px;
    transition: 0.3s;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    text-decoration: none;
    font-size: 16px;
}


/* seo pages */
.about-area {
    padding: 80px 0;
    background: #f8f8f8;
}

.about-card {
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
}

.small-title {
    font-size: 12px;
    letter-spacing: 2px;
    color: #b08a5a;
    display: block;
    margin-bottom: 15px;
}

.about-card h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
}

.about-card h2 strong {
    font-weight: 700;
}

.about-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 550px;
}

/* STATS */
.about-stats {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

.about-stats h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-stats span {
    font-size: 20px;
}

.about-stats p {
    font-size: 14px;
    color: #777;
}
