/* Base */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* Navbar base */
.millard-navbar {
  background-color: #272727;
  padding: 18px 0;
}

/* Menu container */
.millard-menu {
  margin: 0;
  padding: 0;
}

/* Nav items spacing (matches image rhythm) */
.millard-menu .nav-item {
  margin-left: 30px;
}

/* Nav links */

/* Call button spacing */
.nav-call {
  margin-left: 36px;
}

/* Mobile layout */
@media (max-width: 991px) {
  .millard-menu {
    align-items: flex-start;
    margin-top: 16px;
  }

  .millard-menu .nav-item {
    margin-left: 0;
    margin-bottom: 14px;
  }

  .nav-call {
    margin-left: 0;
  }
}

/* Logo */
.logo-main {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

.logo-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 2.2px;
  color: rgba(255,255,255,0.75);
  margin-top: 2px;
}

/* Menu Links */
.nav-link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
}

.nav-link:hover {
  opacity: 0.85;
}

/* Dropdown */
.dropdown-menu {
  background-color: #2b2e2d;
  border: none;
  padding: 12px 0;
  min-width: 250px;
}
/* Remove default Bootstrap caret */
.dropdown-toggle::after {
  display: none;
}

/* Custom arrow */
.arrow {
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg); /* down */
  transition: transform 0.2s ease;
}
/* Rotate arrow when dropdown is open */
.dropdown .arrow:hover{
  transform: rotate(-135deg); /* up */
}
/* Smooth animation */
.fade-down {
  animation: fadeDown 0.35s ease forwards;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-item {
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
}

.dropdown-item:hover {
  background-color: #3a3f3d00;
  color: #fff;
}

/* Call Button */
.call-btn {
      border: 2px solid #fff;
    border-radius: 30px;
    padding: 9px 28px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.call-btn:hover {
  background-color: #fff;
  color: #2b2e2d;
}

/* Hamburger */
.navbar-toggler {
  border: none;
  padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}
@media (max-width: 720px) {
.navbar-brand{
    display: contents !important;
  }
.navbar-brand>img{
    width: 30% !important;
  }
}
/* Mobile tuning */
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 20px;
  }

  .nav-item {
    margin-bottom: 12px;
  }

  .dropdown-menu {
    animation: none;
  }
}
/* Hover dropdown for desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 6px;
    color: #fff;
  }
}
/* Desktop hover animation */
@media (min-width: 992px) {
  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    display: block;
    width: .6em;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    color: #fff;
  }
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #000;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  left: 0;
  transition: 0.2s;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

/* When menu is open → X icon */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
.navbar-toggler:active .navbar-toggler-icon,
.navbar-toggler:active .navbar-toggler-icon::before,
.navbar-toggler:active .navbar-toggler-icon::after {
  transition: none;
}

/*Footer*/
 .footer {
            background-color: #f1f1ef;
            padding:30px 10px 30px 30px;
            font-size: 15px;
            color: #000;
        }

        .footer h5 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .footer p {
            margin-bottom: 8px;
            line-height: 1.6;
            font-size: 16.8px
        }

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

        .footer a:hover {
            text-decoration: underline;
        }

        .footer .map iframe {
            width: 100%;
            height: 200px;
            border: 0;
        }

        .footer-bottom {
            margin-top: 40px;
            font-size: 13px;
            color: #555;
        }
        @media (min-width: 768px) {
        .col-md-3 {
        padding: 30px;
        }
      }


/*Slider*/
.creative-slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px){
  .creative-slider,
.creative-slider .carousel-item {
  height: 80vh;
}
}
.creative-slider,
.creative-slider .carousel-item {
  height: 80vh;
  

}
.creative-slider .carousel-item {
  background-size: cover;
  background-position: center;
  border-radius: 35px;
}

.creative-slider .overlay {
  position: relative;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.2)
  );
}

section {
  position: relative;
  z-index: 2;
}
.text-muted-sub{
  font-size: 20px;
}
.text-muted{
  font-size: 18px;
}
@media(max-width: 720px){
  .text-muted{
  font-size: 14px;
}
}

.content-box {
  background: #00000061;
  backdrop-filter: blur(12px);
  padding: 50px;
  color:#fff;
  border-radius: 20px;
  animation: fadeUp 1s ease forwards;
  width: 100%;
}

.content-box h1 {
  font-size: 2rem;
  font-weight: 600;
}

.content-box p {
  font-size: 1.5rem;
  opacity: 0.9;
}

.tag {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f1f1f1;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.nav-btn:hover {
  background: rgba(255,255,255,0.4);
}

.nav-btn.prev {
  left: 40px;
}

.nav-btn.next {
  right: 40px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Overview Section*/
.title-text{
  font-family: 'Playfair Display', serif;
}
.boxed{

      padding-right: var(--wp--preset--spacing--50);
    padding-bottom: 20px;
    padding-left: var(--wp--preset--spacing--50);
}
.form-control,
.form-select {
  border-radius: 0px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #000;
}
.form{
  border-radius: 20px;
}
.form-control{
  width: -webkit-fill-available;
  flex-shrink: inherit;
}
.form-label{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 760px){
#overview{
padding-top: 10px;
}
#overview>p{
font-size: 18px !important;
}
}
@media (min-width: 760px){
#overview2{
padding-top: 10px;
}
#overview2>p{
font-size: 16px !important;
}
}
.text-white{
  color: #fff !important;
}
.form-description{
  font-size: 12px;
}
.form-description2{
  font-size: 12px;
  color: #fff;
}

/*Gallery*/
.css-masonry {
    column-count: 3;
    column-gap: 1rem;
  }

  @media (max-width: 992px) {
    .css-masonry {
      column-count: 2;
    }
  }

  @media (max-width: 576px) {
    .css-masonry {
      column-count: 1;
    }
  }

  .css-masonry div {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    break-inside: avoid;
  }

  .css-masonry img {
    width: 100%;
    display: block;
    border-radius: 25px;
  }

  /*Review Slider*/
  @media (max-width: 768px) {
    .carousel-item .col-md-4:nth-child(3) {
      display: none;
    }
  }

  @media (max-width: 576px) {
    .carousel-item .col-md-4:nth-child(2),
    .carousel-item .col-md-4:nth-child(3) {
      display: none;
    }
  }
  .google-logo {
    width: 40px;
    margin-top: 15px;
  }
 .review-card {
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
  }

  /*Why choose us Section*/
      .why-card {
      border: none;
      border-radius: 16px;
      transition: all 0.2s ease;
      background: #fff;
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
    }

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

    .why-icon{
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, #272727, #272727);
      color: #fff;
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-bottom: 20px;
      transition: transform 0.2s ease;
    }

    .why-card:hover .why-icon {
      transform: scale(1.15) rotate(8deg);
}
.premium-list {
  list-style: none; /* real bullets */
  padding-left: 1.8rem;
  margin: 0;
  font-size: 1.05rem;
}

.premium-list li {
  position: relative;
  margin-bottom: 0.9rem;
  padding-left: 1.8rem;
  font-weight: 500;
  color: #222;
  transition: all 0.2s ease;
}

/* icon styling */
.premium-list li i {
  position: absolute;
  left: -1.4rem;
  top: 2px;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #a1a1a1, #272727);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* hover effect */
.premium-list li:hover {
  color: #424242;
  transform: translateX(6px);
}
/*Process Section*/
.process-timeline {
      background-color: #272727;
    }

    .timeline {
      position: relative;
      max-width: 800px;
      margin: auto;
      padding-bottom: 10px;
    }

  /*  .timeline::before {
      content: "";
      position: absolute;
      left: 18px;
      top: 0;
      width: 2px;
      height: 100%;
      background: #dee2e6;
    }
*/
    .timeline-item {
      position: relative;
      margin-bottom: 40px;
    }

    .timeline-badge {
      position: absolute;
      left: 0;
      top: 0;
      width: 36px;
      height: 36px;
      background: #fff;
      color: #272727;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      font-weight: 600;
      font-size: 14px;
      z-index: 2;
    }

    .timeline-content {
      background: #ffffff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      margin-left: 40px;
    }

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

    .timeline-content p {
      margin: 0;
      color: #555;
    }

    @media (min-width: 767px) {
      .timeline {
        padding-left: 30px;
      }

      .timeline-content {
        margin-left: 60px;
      }
    }
.hero-bg {
  min-height: 100vh;
  background-image: url("../img/section_bg.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.hero-bg2 {
  min-height: 100vh;
  background-image: url("../img/Our_Works/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.hero-bg3 {
  min-height: 100vh;
  background-image: url("../img/slider/Architectural_slider/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.hero-bg4 {
  min-height: 100vh;
  background-image: url("../img/slider/garden_room/3.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.hero-bg5 {
  min-height: 100vh;
  background-image: url("../img/slider/swimming_pool/2.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.hero-bg6 {
  min-height: 100vh;
  background-image: url("../img/slider/Garden&Kitchen/3.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
/* Dark overlay */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* adjust darkness */
  z-index: 1;
}
.hero-bg2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* adjust darkness */
  z-index: 1;
}
.hero-bg3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* adjust darkness */
  z-index: 1;
}
.hero-bg4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* adjust darkness */
  z-index: 1;
}
.hero-bg5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* adjust darkness */
  z-index: 1;
}
.hero-bg6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* adjust darkness */
  z-index: 1;
}
/* Keep content above overlay */
.hero-bg > .container {
  z-index: 2;
}
.hero-bg2 > .container {
  z-index: 2;
}
.hero-bg3 > .container {
  z-index: 2;
}
.hero-bg4 > .container {
  z-index: 2;
}
.hero-bg5 > .container {
  z-index: 2;
}
.hero-bg6 > .container {
  z-index: 2;
}
.hover-div {
  transition: all 0.2s ease;
}

.hover-div:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.15);
}

    /*FAQ Section*/

    .faq-section {
  background: #f8f9fa;
}

.faq-accordion .accordion-item {
  border: 0;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.faq-accordion .accordion-button {
  font-weight: 600;
  padding: 20px;
}

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

.faq-accordion .accordion-body {
  background: #fff;
  color: #555;
  padding: 20px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
}
/*Contact Section*/

.loft-cta-full {
  width: 100%;
  background-color: #a4a5a7;
  padding: 70px 0;
}

.cta-inner {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 40px 45px;
  color: #fff;
}

.cta-inner h2 {
  color: #ffffff;
}

.cta-list li {
  font-size: 1.05rem;
  margin-bottom: 10px;
}


/*....//Garden Design Web Page Styles.....//*/

/* CTA Button */
.cta-btn {
  background: #ffffff;
  color: #333;
  padding: 16px 28px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  transition: all 0.2s ease;
}

/* Hover Animation */
.cta-btn:hover {
  background: #272727;
  color: #ffffff;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
.feature-card {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  border-radius: 14px;
      box-shadow: 10px 10px 5px #d7d8d9;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}


/*Approach Section*/
.cta-dark {
  background: #1f2622; /* deep charcoal green */
}

.cta-dark h3 {
  color: #f3f5f3;
}

.cta-dark .text-muted {
  color: rgba(255,255,255,0.65) !important;
}

.cta-btn {
  border-width: 1.5px;
  padding: 12px 28px;
  transition: all 0.2s ease;
}

.cta-btn:hover {
  background: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.4s ease;
  }
  .hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }

/*Our Recent Projects*/
.project-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  margin-bottom: 10px;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

.project-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.06);
}

.project-body {
  padding: 22px;
  text-align: center;
}

.project-body h5 {
  font-weight: 600;
  margin-bottom: 16px;
}

/* Rounded Swiper Navigation */
.swiper-nav {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #272727;
  transition: all 0.2s ease;
}

.swiper-nav:hover {
  background: #272727;
  color: #ffffff;
}

.swiper-button-prev,
.swiper-button-next {
  top: 45%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/*Trusted Services links*/
.feature-section {
  background: #ffffff;
}

.feature-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px;
  border-radius: 12px;
  background: #f8fafc;
  transition: all 0.2s ease;
  border: 1px solid #eef2f7;
}

.feature-box:hover {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.feature-box .icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg, #272727, #8c8c8d);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.feature-box:hover .icon {
  transform: scale(1.1) rotate(5deg);
}

.feature-box h5 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 17px;
  color: #000000;
}

.feature-box p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.service_tags{
  text-decoration: none;
}

