@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Manrope:wght@200..800&display=swap');
    body {
    font-family: "Alan Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    }
    p{
      font-family: "Alan Sans", sans-serif;   
    }
h1,h2,h3,h4,h5,h6{
     font-family: "Alan Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.container-fluid{
    padding: 0 60px;
}

.topbar {
      background: #00a7ad;
      color: #fff;
      font-size: 14px;
      padding: 6px 0;
    }
    .topbar a {
      color: #fff;
      text-decoration: none;
      margin-left: 8px;
    }
    .topbar .social-icons a {
      margin-left: 12px;
      font-size: 16px;
    }

    /* Auto sliding notification */
    .marquee {
      overflow: hidden;
      position: relative;
      height: 20px;
    }
    .marquee span {
      display: inline-block;
      position: absolute;
      white-space: nowrap;
      animation: marquee 10s linear infinite;
    }
    @keyframes marquee {
      0%   { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
    }

    /* Mobile Hide */
    @media (max-width: 768px) {
      .topbar .contact-info,
      .topbar .social-icons {
        display: none !important;
      }
      .topbar .marquee {
        text-align: center;
      }
    }
    /* ====== Header/Navbar ====== */
    .navbar {
      padding: 0;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
           .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
       padding-left: 0;
    }

    .nav-link {
      margin-right: 22px;
      font-weight: 600;
      font-size: 15px;
      font-family: "Alan Sans", sans-serif;
      text-transform: uppercase;
      color: #000000 !important;
      transition: 0.3s;
      position: relative;
    }
    .nav-link:hover {
      color: #000000 !important;
    }

    /* Dropdown Menu */
    .dropdown-menu {
      display: none;
      margin-top: 0;
      background: #189da1;
      border-radius: 10px;
      border: none;
      padding: 10px 0;
      box-shadow: 0px 8px 24px rgba(0,0,0,0.12);
      animation: fadeIn 0.25s ease-in-out;
    }
  
    .dropdown:hover .dropdown-menu {
      display: block;
    }
    .dropdown-item {
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px 20px;
      transition: 0.3s;
      font-size: 15px;
      color: #fff;
    }
    .dropdown-item:hover {
      background-color: #078a8f;
      color: #ffffff;
    
    }
    
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px);}
      to { opacity: 1; transform: translateY(0);}
    }

    .btn-consult {
      background: #189da1;
      color: #fff !important;
      padding: 8px 22px;
      font-size: 15px;
      text-transform: uppercase;
      border-radius: 25px;
      font-weight: 500;
      transition: 0.3s;
    }
    .btn-consult:hover {
      background: #189da1;
    }

    /* ===== Hero Section ===== */
    .hero {
      background: url('../img/marble.jpg') no-repeat center center/cover;
      position: relative;
      color: #fff;
      padding: 100px 0;
    }
    .hero-overlay {
      background: linear-gradient(to top, rgb(4 84 86 / 81%), rgb(0 0 0 / 31%));
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .hero h1 {
      font-size: 44px;
      font-weight: 600;
      /* text-transform: uppercase; */
      letter-spacing: -2px;
      line-height: 1.3;
    }
    .hero p {
      font-size: 18px;
      margin-top: 15px;
    }
    .btn-schedule {
      background: #189da1;
      border: none;
      padding: 12px 25px;
      font-size: 16px;
      border-radius: 25px;
      color: #fff;
      margin-top: 20px;
      transition: 0.3s;
    }
    .btn-schedule:hover {
      background: #189da1;
    }

    /* ===== Glass Form ===== */
    .hero-form {
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      border-radius: 15px;
      padding: 30px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      box-shadow: 0px 8px 24px rgba(0,0,0,0.25);
    }
    .hero-form span {
      color: #ffffff;
      font-weight: 500;
      font-size: 19px;
      font-family: "Alan Sans", sans-serif;
      text-align: center;
      margin-bottom: 25px;
    }
    .form-control {
      border-radius: 10px;
      padding: 12px;
      margin-bottom: 15px;
      background: rgba(255, 255, 255, 0.9);
    }
    .form-check-label {
      font-size: 14px;
      color: #fff;
    }
    .hero-form .btn {
      background: #189da1!important;
      border: none;
      color:#fff;
      border-radius: 10px;
      padding: 12px;
      font-weight: 500;
      width: 100%;
    }
    .hero-form .btn:hover {
      background: #189da1!important;
    }

    /* ===== Responsive ===== */
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 32px;
      }
      .hero p {
        font-size: 16px;
      }
      .navbar {
        padding: 12px 20px;
      }
    }
    @media (max-width: 767px) {
      .hero {
        padding: 70px 0;
      }
    }
.image-box {
  /* margin: 10px; */
  /* border-radius: 15px; */
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.image-box img {
  transition: transform 0.5s ease;
}
.image-box:hover img {
  transform: scale(1.08);
}
.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  background: linear-gradient(to top, rgb(3 70 72), rgb(0 0 0 / 0%));
}
.gradient-overlay h3 {
  font-size: 23px;
  font-weight: 600;
}
.btn-outline-light {
  border-color: #fff;
  color: #fff;
  transition: 0.3s;
}
.btn-outline-light:hover {
  background: #fff;
  color: #000;
}
.hero-section {
  position: relative;
  min-height: 100vh;
  background: url('../img/shower.jpg') center center/cover no-repeat;
  overflow: hidden;
}

/* Overlay */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(6 120 120 / 74%);
  z-index: 1;
}

/* Content */
.hero-section .container {
  position: relative;
  z-index: 2;
}

/* Button Hover Effect */
.btn-dark {
  background: #ffffff;
  border: none;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background: transparent;
  color: #ffffff;
}
.cabinets-section {
  background: #f9f9f9;
}

.section-heading {
  position: relative;
}

.section-heading h2 {
  font-size: 2.5rem;
  z-index: 2;
  position: relative;
}

.section-heading .bg-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  z-index: 1;
  pointer-events: none;
}

.image-card {
  position: relative;
  overflow: hidden;
  /* background: #000; */
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.image-card img {
  width: 100%;
  height: auto;
  /* background-color: #000; */
  display: block;
  transition: transform 0.5s ease;
}

.image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

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

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(55 136 139 / 54%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.image-card:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

        .contact-banner {
      position: relative;
      background: url('../img/dark.jpg') no-repeat center center/cover;
      height: 80vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
    }
    .contact-banner-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 128, 128, 0.65); /* teal overlay */
      z-index: 1;
    }
    .contact-banner-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
    }
    .contact-banner-content h2 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .contact-banner-content p {
      font-size: 1.2rem;
      margin-bottom: 25px;
    }
    .contact-banner-content .btn-custom {
      padding: 12px 30px;
      font-size: 1.1rem;
      border-radius: 30px;
      background: #fff;
      color: teal;
      font-weight: 600;
      transition: 0.3s ease-in-out;
    }
    .contact-banner-content .btn-custom:hover {
      background: teal;
      color: #fff;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-banner-content h2 {
        font-size: 2rem;
      }
      .contact-banner-content p {
        font-size: 1rem;
      }
    }

       .contact-banners {
      position: relative;
      background: url('../img/homesource.webp') no-repeat center center/cover;
      height: 80vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
    }
    .contact-banner-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 128, 128, 0.65); /* teal overlay */
      z-index: 1;
    }
    .contact-banner-contents {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
    }
    .contact-banner-contents h3 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .contact-banner-contents p {
      font-size: 1.2rem;
      margin-bottom: 25px;
    }
    .contact-banner-contents .btn-custom {
      padding: 12px 30px;
      font-size: 1.1rem;
      border-radius: 30px;
      background: #fff;
      color: teal;
      font-weight: 600;
      transition: 0.3s ease-in-out;
    }
    .contact-banner-contents .btn-custom:hover {
      background: teal;
      color: #fff;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-banner-contents h3 {
        font-size: 2rem;
      }
      .contact-banner-contents p {
        font-size: 1rem;
      }
    }
     .about-section {
      position: relative;
      padding: 80px 0;
      background: #fff;
    }

    /* Background text */
    .about-section::before {
      content: "About Us";
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 10rem;
      color: rgba(0, 0, 0, 0.05);
      font-weight: bold;
      z-index: 0;
      white-space: nowrap;
    }

    .about-content {
      position: relative;
      z-index: 1;
    }

    .about-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .about-content p {
      color: #000000;
      margin-bottom: 20px;
    }

    .about-stats {
      display: flex;
      align-items: center;
      margin: 20px 0;
    }

    .stat-box {
      background: #f8f8f8;
      padding: 20px 30px;
      margin-right: 20px;
      border-radius: 6px;
      flex: 1;
    }

    .stat-box.highlight {
      background: #189da1; /* yellow highlight */
      font-weight: 600;
    }

    .stat-box h3 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .btn-readmore {
      background: #189da1;
      color: #fff;
      border-radius: 30px;
      padding: 12px 25px;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
    }

    .btn-readmore:hover {
      background: #189da1;
      color: #ffffff;
    }

    .btn-readmore i {
      margin-left: 10px;
    }

    .about-image img {
      width: 100%;
      border-radius: 6px;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .about-section::before {
        font-size: 5rem;
        top: 20px;
      }
      .about-stats {
        flex-direction: column;
      }
      .stat-box {
        margin-bottom: 15px;
        width: 100%;
      }
    }
        .testimonials-section {
      position: relative;
      padding: 80px 0;
      background: #f9f9f9;
      text-align: center;
    }

    /* Background text */
    .testimonials-section::before {
      content: "Testimonials";
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 8rem;
      color: rgba(0, 0, 0, 0.05);
      font-weight: bold;
      z-index: 0;
      white-space: nowrap;
    }

    .testimonials-content {
      position: relative;
      z-index: 1;
    }

    .testimonials-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .testimonial-item {
      background: #fff;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      max-width: 700px;
      margin: 0 auto;
    }

    .testimonial-item p {
      font-size: 1.1rem;
      color: #555;
      font-style: italic;
      margin-bottom: 20px;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .testimonial-author img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-right: 15px;
      border: 3px solid #189da1;
    }

    .testimonial-author h5 {
      margin: 0;
      font-weight: 700;
    }

    .testimonial-author span {
      font-size: 0.9rem;
      color: #777;
    }
 /* Star ratings */
    .testimonial-rating {
      margin-top: 10px;
      color: #FFD700; /* golden stars */
      font-size: 1.2rem;
    }
    /* Responsive */
    @media (max-width: 768px) {
      .testimonials-section::before {
        font-size: 4rem;
      }
    }
    

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 80px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

 .footer {
      position: relative;
      background: url('../img/pattern.webp') no-repeat center/cover;
      color: #fff;
      background-color: #011718;
      padding: 80px 0 40px;
    }

  

    .footer .container {
      position: relative;
      z-index: 1;
    }

    .footer h5 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .footer p, .footer a {
      font-size: 0.95rem;
      color: #ccc;
      text-decoration: none;
      transition: 0.3s;
    }

    .footer a:hover {
      color: #189da1;
    }

    .footer .newsletter input[type="email"] {
      border: none;
      border-radius: 30px 0 0 30px;
      padding: 10px 15px;
      width: 70%;
      outline: none;
    }

    .footer .newsletter button {
      border: none;
      border-radius: 0 30px 30px 0;
      padding: 10px 20px;
      background: #189da1;
      color: #ffffff;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }

    .footer .newsletter button:hover {
      background: #000000;
      color: #ffffff;
    }

    .footer .contact-info p {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .footer .contact-info i {
      margin-right: 10px;
      color: #189da1;
      font-size: 1.1rem;
    }

    .social-icons a {
      display: inline-block;
      margin: 0 10px;
      font-size: 1.5rem;
      color: #fff;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #189da1;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 40px;
      padding-top: 20px;
      text-align: center;
      font-size: 0.9rem;
      color: #aaa;
    }
    @media (max-width: 767px){
.container-fluid {
    padding: 0;
}
    }

     #backToTop i{
             /* width: 50px; */
    color: #fff;
    right: 20px;
    font-size: 20px;
    /* line-height: 40px; */
    bottom: 20px;
    padding: 10px;
    /* height: 40px; */
    /* justify-content: center; */
    border-radius: 5px;
    position: fixed;
    background: #189da1;
}
     .btn-category {
    background: #000;
    color: #fff !important;
    padding: 8px 22px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 500;
    transition: 0.3s;
}
     .btn-category:hover{
    background: #189da1;
    color: #fff !important;
   border:1px solid #189da1;
}
.btn-group .active {
  background: #189da1!important;
  
  color: #fff !important;
  border: 1px solid #189da1!important;
}
.breadcrumb-item+.breadcrumb-item::before

 {
   
    color: #fff!important;
 
}
/* ===== BLOG SECTION ===== */
.blog-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.blog-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.blog-header .btn-more {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #189da1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.blog-header .btn-more i {
    margin-left: 5px;
    font-size: 16px;
}

.blog-header .btn-more:hover {
    color: #0f6c72;
}

/* Blog Grid */
.blog-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Blog Card */
.blog-card {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.blog-content {
    padding: 20px;
}

.blog-content .date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.blog-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #000000;
}

.blog-content p {
    /* font-size: 14px; */
    color: #000000;
    line-height: 1.6;
}

.blog-content .author {
    font-size: 13px;
    color: #777;
    margin-top: 15px;
}

/* Read More Button */
.btn-read {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #189da1;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-read:hover {
    background-color: #0f6c72;
}

.btn-read i {
    font-size: 16px;
}

/* Hover effect on card */
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 991px) {
    .blog-header {
        flex-direction: column;
        gap: 15px;
    }

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

@media (max-width: 575px) {
    .blog-card img {
        height: 180px;
    }
}
a{
        font-family: "Alan Sans", sans-serif;   
    text-decoration:none!important;
   
}
/* ===== TEAM CARD ===== */
.team-card {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 250px;
    margin: 0 auto;
}

.team-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #189da1;
}

.team-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.team-card p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

/* Hover effect */
.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 575px) {
    .team-card img {
        width: 100px;
        height: 100px;
    }

    .team-card h5 {
        font-size: 16px;
    }

    .team-card p {
        font-size: 13px;
    }
}
