/*
============================
Name:  Poolwash - Pool Cleaning And Services Html Templete
Version: 1.0.0
Description: Poolwash - Pool Cleaning And Services Html Templete
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================

*/
.heading1 h1{
  font-size: 30px !important;
}

.carousel-section {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
  
}

.carousel {
  width: 100%;
  height: 800px;
  position: relative;
  
}

.carousel-track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.8s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  position: relative;

}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caption {
  position: absolute;
  bottom: 150px;
  left: 60px;
  padding: 15px 25px;
  color: #ffffff;
  font-size: 22px;
  border-radius: 6px;
  text-align: justify;
}


/*  sliders end  */

/*  about us start  */
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.about-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Image Card */
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Card */
.content-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-card h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.content-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-section {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .content-card {
    padding: 30px 20px;
  }
}
/* why choose us start  */
.why-choose-us {
  padding: 80px 20px;
  background: #f7f9fc;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.why-choose-us h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
  color: #222;
}

.subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  color: #666;
  font-size: 18px;
  line-height: 1.6;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.feature-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #111;
}


/* Responsive */
@media (max-width: 768px) {
  .why-choose-us h2 {
    font-size: 32px;
  }

  .subtitle {
    font-size: 16px;
  }
}

/*  why choose end here  */

/* cta section start  */

/* cta section end  */

/* footer */
.site-footer {
  background: #0f172a;
  color: #cbd5e1;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-column h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-column p {
  font-size: 15px;
  line-height: 1.6;
  color: #94a3b8;
}

/* Quick Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: #cbd5e1;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #F2F2F2;
}

/* Contact Info */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 15px;
}

.contact-item .icon {
  font-size: 18px;
  line-height: 1;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding: 18px 20px;
  background: #020617;
  font-size: 14px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    padding: 40px 20px;
  }
}
/* mission and vision  */
.mission-vision-section {
  padding: 80px 20px;
  background: #ffffff;
}

.mv-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.mv-card {
  background: #f8fafc;
  padding: 40px 35px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.mv-card h3 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #0f172a;
  text-align: center;
}

.mv-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

/* Responsive */
@media (max-width: 768px) {
  .mv-container {
    grid-template-columns: 1fr;
  }

  .mv-card {
    padding: 30px 25px;
  }

  .mv-card h3 {
    font-size: 24px;
  }
}

/*products css  */
.category-section {
  padding: 80px 20px;
  background: #f8fafc;
}

.category-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.category-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

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

.category-content {
  padding: 20px;
  text-align: center;
}

.category-content h3 {
  font-size: 20px;
  color: #0f172a;
  margin: 0;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .category-card img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .category-card img {
    height: 180px;
  }
}


.footer1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 315px 0 0px;
  background: #F2F9FF;
}
.footer1x-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px 0 0px;
  background: #F2F9FF;
}

.cta1-section-area .cta-main-area {
  position: relative;
 background:#2E338C;
  padding: 100px 50px;
  border-radius: 8px;
  overflow: hidden;
}
.header-btn1 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  z-index: 1;
 background:#2E338C;
}

.header-btn1:hover{
background-color: #5155A6;
}

.service-inner-section-area .service-boxarea .content-area {
  background: #fff;
  border-radius: 8px;
  padding: 54px 24px 24px 24px;
  position: relative;
  z-index: 1;
  margin: -50px 20px 0 20px;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .content-area:hover{
background-color: #2E338C;
}

.service-inner-section-area .service-boxarea:hover {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.cta1-section-area .cta-main-area .cta-header .header-btn1.btn2:hover {
  background: #5155A6;
  color: white;
  border: 2px solid #6064A6;
}
.contact-box-section .contact-boxarea:hover {
  border: 1px solid #2E338C;
  transition: all 0.4s;
}
.contact-box-section .contact-boxarea a:hover {
  color: #2E338C;
  transition: all 0.4s;
}
.contact-box-section .contact-boxarea ul li {
  width: 10px;
  height: 10px;
  text-align: center;
  border: 2px solid #2E338C;
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
  display: inline-block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a:hover{
  color: #2E338C !important;
}

.mobile-header.mobile-haeder1 {
  background: #2E338C !important ;
  position: fixed;
}

.mobile-sidebar.mobile-sidebar1 {
  background: #5155A6 !important ;
}

span.submenu-button {
  position: absolute;
  width: 20%;
  height: 44px;
  top: 0px;
  left: 200px;
  z-index: 3;
  transition: all .3s;
}

.homepage1-body .header-area.homepage1 .header-elements .site-logo {
  width: 280px;
}
.mobile-header.mobile-haeder1 .mobile-logo img {
  filter: none !important;
  height: 50px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-sidebar.mobile-sidebar1 .logos {
  filter: none !important;
  height: 50px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
  color: white;
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar1 .menu-close {
  color: white;
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button::before {
  background: white;
}

.inner-header-section-area .inner-page-header a{
  color:white;
  font-weight: bold ;
}

.inner-header-section-area .inner-page-header span{
  color:white;
  font-weight: bold ;

}
.inner-header-section-area .inner-page-header h1{
  color:white;
  font-weight: bold ;

}

.inner-header-section-area{
    position: relative;
}

.inner-header-section-area::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* adjust 0.3–0.6 as needed */
    z-index: 1;
}

.inner-header-section-area .container{
    position: relative;
    z-index: 2;
}
