body {
  font-family: 'Poppins', sans-serif;
}

/* TOPBAR */
.topbar {
  background: linear-gradient(90deg, #071a2c, #0b2f3f);
  padding: 10px 0;
}

.topbar-logo img {
  max-width: 220px;
}

.topbar-info span,
.topbar-social a {
  color: #cfd8dc;
  font-size: 14px;
}

.topbar i {
  
}

.topbar-social a {
  margin-left: 15px;
  transition: 0.3s;
}

.topbar-social a:hover {
  color: #00e0d6;
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .main-navbar {
    background: #ffffff;
  }
}


/* ================= NAVBAR ================= */
.main-navbar {
  background: white;
  padding: 17px 0;
}


.main-navbar .nav-link {
  color: #002b36;
  font-weight: 500;
  font-size:14px;
}

.main-navbar .nav-link.active,
.main-navbar .nav-link:hover {
  color: #00b3b3;
}

/* Call Button */
.call-btn {
  background: #00A0A8;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 500;
}

.call-btn:hover {
  background: #00a8a8;
  color: #fff;
}

/* ================= HERO ================= */
.hero-banner {
  position: relative;
  background: linear-gradient(120deg, #071a2c, #0b3a45);
  overflow: hidden;
  height: 85vh;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/background-img.jpg") no-repeat left center;
  background-size: 100%;
  opacity: 0.09;
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/bg-right.png") no-repeat right center;
  background-size: 35%;
  opacity: 0.35;
}

.hero-banner .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
}

.hero-title span {
  color: #00e0d6;
}

.hero-desc {
  color: #cfd8dc;
  max-width: 520px;
}
.social-media-icons img{
  height: 19px;
  width: 19px;
}
/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .hero-title {
    font-size: 30px;
  }
}

.explore-btn{
  background-color:#00A0A8;
  color: white;
}
.explore-btn:hover{
  background: white !important;
  color: #00a8a8;
}

@media (max-width:1024px){
  .main-navbar {
background: linear-gradient(90deg, #071a2c, #0b2f3f);
    
  }
}

/* about section */
/* ================= PLANT ISSUES SECTION ================= */
.plant-issues-section {
  padding: 40px 0;
  background: #ffffff;
}

/* Headings */
.section-tag {
  color: #00b3b3;
  font-size: 14px;
  font-weight: 500;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  margin: 5px 0 10px;
  color: #0b1f2a;
}

.section-desc {
  font-size: 15px;
  color: #5f6f7a;
  max-width: 650px;
}

/* Button */
.learn-more-btn {
  background: #00A0A8;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.learn-more-btn span {
  margin-left: 6px;
}

.learn-more-btn:hover {
  background: #00a8a8;
  color: #fff;
}

/* Cards */
.issue-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 22px;
  height: 100%;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.issue-card:hover {
  transform: translateY(-6px);
}

.issue-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #e9f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.issue-icon img {
  width: 58px;
}

.issue-card p {
  font-size: 17px;
  color: #000000;
  margin: 0;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }

  .learn-more-btn {
    margin-top: 15px;
    display: inline-block;
  }
}
/* product section */
/* ================= SECTION BASE ================= */
/* ================= KEEP PUMPS SECTION ================= */
.pump-help-section {
  position: relative;
  font-family: 'Poppins', sans-serif;
}

/* -------- TOP DARK AREA -------- */
.pump-help-top {
  background: linear-gradient(180deg, #071a2c, #0b2f45);
  padding: 90px 0 170px;
  position: relative;
  overflow: hidden;
}

/* Wave background */
.pump-help-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/wave.png") no-repeat center top;
  background-size: cover;
  opacity: 0.75;
 
}

/* Heading */
.pump-help-top h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

/* -------- BOTTOM WHITE AREA -------- */
.pump-help-bottom {
  background: #ffffff;
  padding-bottom: 100px;
}

/* -------- CARD OVERLAP -------- */
.pump-card-wrapper {
  margin-top: -120px;
  position: relative;
  z-index: 5;
}

/* -------- CARD STYLE -------- */
.pump-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease;
}

.pump-card:hover {
  transform: translateY(-8px);
}

/* -------- IMAGE WRAP -------- */
.pump-img-wrap {
  background: #f6f8fa;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 18px;
  text-align: center;
}

.pump-img-wrap img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}

/* -------- TEXT -------- */
.pump-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0b1f2a;
}

.small-text {
  font-size: 13px;
  color: #6b7c87;
  margin-bottom: 10px;
}

.pump-card p {
  font-size: 14px;
  color: #4e5d66;
  line-height: 1.6;
}

/* -------- LINK -------- */
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

.card-link span {
    width: 28px;
    height: 26px;
    background: #00b3b3;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}


/* -------- RESPONSIVE -------- */
@media (max-width: 991px) {
  .pump-help-top h2 {
    font-size: 28px;
  }

  .pump-card-wrapper {
    margin-top: -80px;
  }
}
/* get in  */
/* ================= FREE TOOL SECTION ================= */
.free-tool-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* ---------- LEFT SIDE ---------- */
.free-tool-title {
  font-size: 34px;
  font-weight: 600;
  color: #0b1f2a;
  margin-bottom: 25px;
}

.form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.form-card h6 {
      font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-desc {
  font-size: 13px;
  color: #6b7c87;
  margin-bottom: 18px;
}

.form-card .form-control {
  margin-bottom: 12px;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px 12px;
}

/* Send Button */
.send-btn {
  margin-top: 10px;
  background: #00A0A8;
  color: #ffffff;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ---------- RIGHT TEAL BOX ---------- */
.checklist-box {
  background: #00a3a3;
  color: #ffffff;
  padding: 45px;
  border-radius: 24px 24px 90px 24px; /* curved corner */
}

.checklist-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.checklist-desc {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 22px;
}

/* ---------- WHITE CHECKLIST CARD ---------- */
/* ================= CUSTOM SHAPE BOX ================= */
.checklist-box-shape {

  color: #ffffff;
  padding: 45px;
  position: relative;

  /* IMPORTANT: custom shape */
  clip-path: path(
    "M 60 0 
     H calc(100% - 40px)
     Q 100% 0 100% 40
     V calc(100% - 20px)
     Q 100% 100% calc(100% - 20px) 100%
     H 20
     Q 0 100% 0 calc(100% - 20px)
     V 80
     Q 0 40 60 0 Z"
  );
}

/* Text */
.checklist-box-shape h4 {
  font-size: 20px;
  font-weight: 600;
      max-width: 404px;
  margin-bottom: 10px;
  margin-top: 50px;
}

.checklist-desc {
  font-size: 14px;
  opacity: 0.95;
       max-width: 404px;
  margin-bottom: 22px;
}

/* Inner white checklist */
.checklist-card {
       max-width: 404px;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 24px;
}

/* Checklist */
.checklist-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-card li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #0b1f2a;
  margin-bottom: 18px;
}

/* Black tick icon */
.checklist-card li::before {
     content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 31px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
  .checklist-box-shape {
    padding: 35px;
  }
}
/* why us */
/* ================= WHY BONZER SECTION ================= */

/* ===== SECTION ===== */
.bonzer-section {
  width: 100%;

  display: flex;
  font-family: 'Poppins', sans-serif;
}

/* ================== LEFT PANEL ================== */
.bonzer-left {
  background: #0c1220;
  color: #fff;
 padding: 37px 70px;
  flex: 1;
}

.bonzer-left h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bonzer-left h2 span {
  color: #00b3b3;
}

.bonzer-left h4 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #cfd8dc;
}

.bonzer-left ul {
  list-style: none;
  padding: 0;
}

.bonzer-left ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}

.bonzer-left ul li::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 2px;
  color: #00b3b3;
  font-size: 14px;
}

.bonzer-btn {
  display: inline-block;
  margin-top: 35px;
  background: #00A0A8;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}

/* ================== RIGHT PANEL ================== */
.bonzer-right {
  background: #ffffff;
  padding: 70px 60px;
  flex: 1;
  position: relative;
}

.bonzer-right h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
}

/* ================== LOGO GRID ================== */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    max-width: 332px;
}

.logo-grid img {
  max-width: 100%;
  height: 50px;
  object-fit: contain;
}

/* ================== ENGINEER IMAGE ================== */
.engineer-img {
position: absolute;
    bottom: 113px;
      right: 58px;
    max-height: 69%;
}

/* ================== RESPONSIVE ================== */
@media (max-width: 991px) {
  .bonzer-section {
    flex-direction: column;
  }

  .engineer-img {
    position: static;
    max-width: 100%;
    margin-top: 40px;
  }
}

/* testimonial */

/* ===== SECTION ===== */
.ts-section{
  position:relative;
  padding:90px 0;
  background:url('../images/testimonial-bg.png') center/cover no-repeat;
  color:#fff;
}

.ts-overlay{
  position:absolute;
  inset:0;
  background:rgba(5,25,35,.85);
}

.ts-container{
  position:relative;
  z-index:2;
}

/* HEADER */
.ts-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:40px;
}

.ts-header h2{
  font-size:36px;
  font-weight:600;
}

.ts-header a{
  color:white;
  text-decoration:none;
  font-size:14px;
}

/* SLIDER */
.ts-slider{
  overflow:hidden;
}

.ts-track{
  display:flex;
  gap:30px;
  will-change:transform;
}

.ts-card{
  min-width:calc(50% - 15px);
  background:#fff;
  color:#000;
  padding:30px;
  border-radius:12px;
}

.quote img{
 height: 19px;
}

.ts-card p{
  font-size:14px;
  line-height:1.6;
  margin:15px 0 20px;
}

/* USER */
.user{
  display:flex;
  gap:12px;
  align-items:center;
}

.user img{
  width:44px;
  height:44px;
  border-radius:50%;
  object-fit:cover;
}

.user h4{
  font-size:14px;
  margin:0;
}

.user span{
  font-size:12px;
  color:#666;
}

/* DOTS */
.ts-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:35px;
}

.ts-dots span{
  width:8px;
  height:8px;
  background:#5f7c86;
  border-radius:50%;
  transition:all .3s ease;
}

.ts-dots span.active{
  width:18px;
  background:#00cfd6;
  border-radius:20px;
}

/* MOBILE */
@media(max-width:768px){
  .ts-card{
    min-width:100%;
  }
}
/* contact */
.help-section{
  background:#f4f7f8;
  padding:70px 0;
}

.help-container{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:start;
}

/* ===== LEFT ===== */
.help-left h3{
  font-size:27px;
  font-weight:600;
  margin-bottom:25px;
  color:#0b2230;
}

.help-list{
  list-style:none;
  padding:0;
}

.help-list li{
  position:relative;
  padding-left:26px;
  margin-bottom:18px;
  font-size:16px;
  font-weight: 500;
  color:#334;
}

.help-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:white;
  background-color: #00A0A8;
  font-weight:500;
  height: 20px;
  width: 20px;
  padding-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 13px;
}

/* ===== RIGHT ===== */
.help-right h4{
  font-size:22px;
  font-weight:600;
  margin-bottom:20px;
  color:#0b2230;
}

form{

  border-radius:10px;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  margin-bottom:15px;
}

input, textarea{
  width:100%;
  padding:11px 14px;
  border:1px solid #d7dde2;
  border-radius:6px;
  font-size:13px;
  outline:none;
}

textarea{
  min-height:90px;
  resize:none;
  margin-bottom:18px;
}

input:focus, textarea:focus{
  border-color:#00A0A8;
}

/* BUTTON */
.help-btn{
  background:#00A0A8;
  border:none;
  color:#fff;
  padding:11px 26px;
  border-radius:20px;
  font-size:13px;
  cursor:pointer;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .help-container{
    grid-template-columns:1fr;
  }

  .form-row{
    grid-template-columns:1fr;
  }
}

/* footer */
.bonzer-footer{
  background:#000;
  color:#fff;
  padding:60px 0 30px;
}

/* ===== CTA ===== */
.footer-cta{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding-bottom:0px;
}

.footer-cta h3{
  font-size:52px;
  margin-bottom:8px;
}

.footer-cta p{
  color:#ffffff;
  font-size:24px;
}

.cta-btn{
  background:#fff;
  color:#000;
  font-weight: 600;
     padding: 12px 0px 12px 13px;
  border-radius:30px;
  font-size:14px;
  text-decoration:none;
  white-space:nowrap;
}

/* ===== DIVIDER ===== */
.footer-divider{
  max-width:1200px;
  margin:30px auto;
  border-top:3px solid #222;
}

/* ===== MAIN ===== */
.footer-main{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 2fr;
  gap:40px;
}

/* ABOUT */
.footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  margin-bottom:15px;
}

.footer-logo img{
 max-width: 220px;
}

.footer-desc{
  font-size:13px;
  color:#aaa;
  line-height:1.6;
  margin-bottom:20px;
}

.footer-social{
  display:flex;
  gap:10px;
}

.footer-social a{
  width:32px;
  height:32px;
  border:1px solid #333;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-size:13px;
}

/* COLUMNS */
.footer-col h4{
  font-size:15px;
  margin-bottom:15px;
}

.footer-col ul{
  list-style:none;
  padding:0;
}

.footer-col ul li{
  margin-bottom:13px;
  font-size:14px;
  color:#aaa;
}

.footer-col ul li a{
  color:#aaa;
  text-decoration:none;
}

/* CONTACT */
.footer-contact li{
  line-height:1.6;
}

/* ===== BOTTOM ===== */
.footer-bottom{
  max-width:1200px;
  margin:20px auto 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  color:#aaa;
}

.footer-policy a{
  color:#aaa;
  margin-left:15px;
  text-decoration:none;
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){
  .footer-main{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:768px){
  .footer-cta{
    flex-direction:column;
    text-align:center;
  }

  .footer-main{
    grid-template-columns:1fr;
  }

  .footer-bottom{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start; /* good for long address */
  gap: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #fff; /* adjust if needed */
}

.footer-contact-item img {
  width: 20px;
  height: 20px;
  margin-top: 3px; /* aligns icon with text */
  flex-shrink: 0;
}

.footer-contact-item span {
  display: block;
}
/* social icons */
.footer-social p {
  color: #fff;
  margin-bottom: 12px;
  font-size: 15px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #00A0A8;
  border-color: #00A0A8;
  color: #000;
}


/* responsive */
/* ================= MOBILE NAVBAR FIX ================= */
@media (max-width: 991px) {

  /* Make navbar fixed on mobile */
  .main-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
     /* important for visibility */
    /* padding: 10px 15px; */
  }

  /* Reserve space below fixed navbar */
  body {
    padding-top: 75px; /* adjust if navbar height changes */
  }

  /* Navbar collapse styling */
  .main-navbar .navbar-collapse {

    padding: 15px;
  }

  /* Keep menu left aligned */
  .main-navbar .navbar-nav {
    text-align: left;
  }

  /* Call button full width on mobile */
  .call-btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .main-navbar .nav-link.active, .main-navbar .nav-link{
color: white;
  }
}
.ts-track {
  display: flex;
  gap: 30px;
}

.ts-card {
  flex: 0 0 calc(33.333% - 20px); /* desktop: 3 cards */
}

/* MOBILE: 1 CARD */
@media (max-width: 768px) {
  .ts-card {
    flex: 0 0 100%;
  }
}


/* about page */
/* ================= ABOUT HERO ================= */

/* ================= TITLE ================= */
.about-hero-title {
  font-size: 28px;
  font-weight: 700;
 
}

.about-hero-title span {
  color: white; /* highlight color */
}

/* ================= UNDERLINE EFFECT ================= */


/* ================= BREADCRUMB ================= */
.about-breadcrumb {

  font-size: 18px;
  letter-spacing: 1px;
}

.about-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.about-breadcrumb a:hover {
  color: #00a3a3;
}

.about-breadcrumb span {
  margin: 0 6px;
}

.about-breadcrumb .active {
  color: #00a3a3;
  font-weight: 500;
}
@media (max-width: 768px) {
  .about-hero-title {
    font-size: 36px;
  }

  .about-hero {
    padding: 90px 0 70px;
  }
}

@media(min-width:1320px){
 .container{
  padding: 0px 60px;
}
}

.welcome-text{
  color: white  !important;
  font-size: 16px;
  font-weight: 400;
}
/*  */

.arrow-icon-1{
  display: inline-flex;
  align-items: center;

  padding: 7px 10px;

  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;

  background: rgba(255, 255, 255, 0.08); /* glass bg */
  
  border-radius: 50%;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-left: 10px;

  transition: all 0.3s ease;
}
.explore-btn:hover .arrow-icon-1{
  background-color: #00a3a3;
}
.download-icon{
    width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
padding: 8px 10px;

  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
margin-left: 5px;
  background: rgba(255, 255, 255, 0.08); /* glass bg */

  border-radius: 50px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition: all 0.3s ease;
}
.download-btn-1:hover .download-btn{
  background-color: #00A0A8;
}
.help-btn svg {
    transform: rotate(45deg);
}
.ct-btn-icon{
background: black;
    color: white;
    font-size: 16px;
    margin-right: 3px;
    padding: 11px 15px;
    border-radius: 50%;
    font-weight: 700;
}
@media(max-width:1320px){
  .hero-banner{
    height: 90vh;
  }
}
@media(max-width:1024px){
	.hero-title{
	
	        font-size: 30px;}
}
.hero-banner {
    position: relative;
    background: linear-gradient(120deg, #071a2c, #0b3a45);
    overflow: hidden;
    height: 98vh;
}

/* popup */
/* Modal Overlay */
.checklist-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Modal Box */
.checklist-modal-content {
  background: #ffffff;
  padding: 30px;
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.3s ease;
}

@keyframes popupFade {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close Button */
.checklist-close {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}

/* Heading */
.checklist-modal-content h3 {
  margin-bottom: 8px;
  color: #111;
}

.checklist-modal-content p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}

/* Form */
.checklist-form .form-group {
  margin-bottom: 15px;
}

.checklist-form input,
.checklist-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.checklist-form input:focus,
.checklist-form textarea:focus {
  border-color: #000;
  outline: none;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #333;
}

@media(max-width:768px){
  .checklist-modal {
margin: 10px;
}
.footer-main{
  padding: 10px;
}
.bonzer-left{
  padding: 37px 22px;
}
}

/* mobile footer */
 .mobile-footer {
      position: fixed;
    bottom: 0px;
    /* left: 51%; */
    transform: translateX(0%);
    width: calc(100% - -10px);
    height: 67px;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border-radius: 18px; */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 999;
}

.footer-item {
  text-decoration: none;
  color: #888;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

.footer-item i {
  font-size: 20px;
  margin-bottom: 4px;
}

.footer-item.active,
.footer-item:hover {
  color: #00c9c9;
}

.footer-item.active i {
  transform: scale(1.1);
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-footer {
    display: none;
  }
}
