/* ----------------------------------------
   BANNER WRAPPER
----------------------------------------- */
 @import url('https://fonts.cdnfonts.com/css/ubuntu');
/* ----------------------------------------- */ */
body {
  /* margin: 0; */
  font-family: "Ubuntu", sans-serif !important;
  /* background: #FCF8F4;
  color: #053237; */
}
.sevensection {
    width: 100%;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

#preloader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85); /* blackish overlay */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.preloader-image {
    max-width: 150px; /* adjust as needed */
    width: 100%;
    height: auto;
}



.banner-left h1 ,.banner-sub{
      font-family: "Ubuntu", sans-serif !important;

}
.main_banner {
  width: 100%;
  padding: 120px 20px 0 20px;
  display: flex;
  background-color: #FCF8F4;
  justify-content: center;
}

.banner-inner {
  max-width: 1300px;
  width: 100%;
  display: flex;
  /* grid-template-columns: 1fr 1.2fr; */
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  gap: 40px;
}

/* ----------------------------------------
   LEFT SIDE
----------------------------------------- */
.banner-left h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.banner-left span {
  color: #053237;
}

.banner-sub {
  font-size: 20px;
  line-height: 31px;
  /* width: 90%; */
  width: 59% !important;
  margin-top: 20px;
}
.banner-left {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.banner-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn {
  padding: 18px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.btn.primary {
  background: #11D35F;
  color: #053237;
}

.btn.outline {
  border: 2px solid #053237;
  color: #053237;
}

/* ----------------------------------------
   RIGHT SIDE GRID
----------------------------------------- */
.banner-right {
  position: relative;
}

/* main mockup image */
.main-image-box img {
  width: 100%;
  border-radius: 14px;
}

/* green background panel */
/* .green-panel {
  width: 60%;
  height: 55%;
  background: #11D35F;
  border-radius: 16px;
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: -1;
} */

/* ----------------------------------------
   FLOATING CARDS
----------------------------------------- */
.ui-card {
  position: absolute;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 18px;
}

.card1 {
  width: 229px;
  left: 87%;
  font-family: ubuntu;
  top: 20%;
  text-align: left;
}
.ui-card.card0 {
    position: absolute;
    top: 20%;
    left: -10%;
}
.card2 {
  width: 250px;
  left: -21%;
  top: 60%;
  font-family: Ubuntu;
  text-align: left;
}

.card3 {
  width: 315px;
  right: -26%;
  top: 60%;
      display: flex;
    gap: 23px;    align-items: center;
    font-family: ubuntu; justify-content: center;
}
.ui-card .product {
  text-align: center;
} 
.card-inner {
    background: #F3F4F6;
  font-family: Ubuntu;
  margin-top: 10px;
}
.ui-card.card0 {
    position: absolute;
    top: 20%;
}

.small-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.date-block {
  display: flex;
  align-items: center;
  gap: 12px;padding: 10px;
}

.date-icon {
  width: 40px;
  height: 40px;
  /* border: 1px solid #E5E7EB; */
  background: white;
  border-radius: 6px;
      padding: 0px 9px;
    text-align: center;
}
.hostc {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.task-label {
  font-size: 14px;
  font-weight: 700;
}

.claimed-by {
  font-size: 10px;
  margin-top: -4px;
}

/* card 2 */
.profile {
  display: flex;
  gap: 10px;
  align-items: center;
}

.profile img {
  width: 30px;
  border-radius: 50%;
}

.quote {
  font-size: 12px;
  margin: 12px 0;
      background: #F3F4F6;
    padding: 13px;
    border-radius: 12px;font-family: 'Ubuntu';
}
.icon0 {
    background: #B3FFD2;
    padding: 10px;
    width: 20%;
    border-radius: 50%;
        display: flex;
    justify-content: center;
    align-items: center;
}
.ui-card.card0 {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 17px;
    padding: 22px 29px;
    font-family: ubuntu;
}
.product {
    text-align: left;
}
.reactions {
  display: flex;
  gap: 10px;
}

.react {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
}

.react.red { background: #FEF2F2; color: #F04C4C; }
.react.blue { background: #EFF6FF; color: #5A96F8; }

/* card 3 */
.card3 .icon {
  width: 40px;
  height: 40px;
  background: #B3FFD2;
  border-radius: 50%;
      display: flex;
    justify-content: center;
    align-items: center;
}

.marketplace {
  font-size: 12px;
}

.status {
  background: #B3FFD2;
  border-radius: 8px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: bold;
}

/* ----------------------------------------
   RESPONSIVE
----------------------------------------- */
@media (max-width: 992px) {
  .banner-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .banner-left {
    order: 1;
  }

  .banner-right {
    order: 2;
    margin-top: 40px;
  }

  .ui-card {
    position: relative;
    margin: 20px auto;
  }

  .green-panel {
    display: none;
  }
}

@media (max-width: 576px) {
  .banner-left h1 {
    font-size: 40px;
  }
  .banner-sub {
    font-size: 16px;
  }
}


/* seciotn 2  */
/* SECTION WRAPPER */
.section2 {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.section2-container {
  width: 1140px;
  max-width: 100%;
  text-align: center;
}

/* TITLES */
.section2-title {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 42px;
  color: #053237;
  margin-bottom: 10px;
}

.section2-subtitle {
  font-family: Ubuntu;
  font-size: 20px;
  color: #053237;
  line-height: 31px;
  margin-bottom: 50px;
}

/* GRID */
.section2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.section2-card {
  background: #FCF8F4;
  border-radius: 14px;
  padding: 80px 30px 30px;
  position: relative;
}

/* TOP CIRCLE */
.section2-circle {
  width: 95px;
  height: 95px;
  background: #11D35F;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICON (just white outline placeholder) */
.section2-icon {
  width: 32px;
  height: 32px;
  /* border: 3px solid white; */
  /* border-radius: 6px; */
}

/* CARD TEXT */
.section2-card-title {
  margin-top: 20px;
  font-family: Ubuntu;
  font-size: 21px;
  font-weight: 500;
  color: #053237;
}

.section2-card-text {
  margin-top: 15px;
  font-family: Ubuntu;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

/* UNDERLINE BAR */
.section2-underline {
  width: 200px;
  height: 3px;
  background: #E0E0E0;
  border-radius: 110px;
  margin: 25px auto 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section2-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .section2-grid {
    grid-template-columns: 1fr;
  }

  .section2-title {
    font-size: 32px;
  }

  .section2-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ends  */



/* third */

.section3 {
  width: 100%;
  position: relative;
  background-color: #FCF8F4;
  padding-bottom: 60px;
  padding-top: 60px;
}

.section3-wrapper {
  position: relative;
  width: 100%;
  min-width: 800px;
  height: 590px;
  max-width: 1440px;
  margin: 0 auto;
}

/* IMAGES */
.section3-img {
  position: absolute;
  border-radius: 6px;
}

.section3-img.img1 { width: 202px; height: 166px; left: 203px; top: 0; }
.section3-img.img2 { width: 280px; height: 252px; left: 0; top: 78px; }
.section3-img.img3 { width: 197px; height: 155px; left: 259px; top: 433px; }
.section3-img.img4 { width: 318px; height: 281px; left: 1122px; top: 77px; }
.section3-img.img5 { width: 218px; height: 169px; left: 1035px; top: 421px; }

/* TITLE */
.section3-title {
  position: absolute;
  left: 470px;
  top: 224px;
  text-align: center;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  color: #053237;
}

/* SUBTITLE */
.section3-subtitle {
  position: absolute;
  width: 518px;
  left: 461px;
  top: 344px;
  text-align: center;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

/* BUTTONS */
.section3-buttons {
  position: absolute;
  top: 420px;
  left: 598px;
  display: flex;
  gap: 20px;
}

.section3-btn {
  padding: 22px 18px;
  border-radius: 11px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section3-btn.primary { background: #11D35F; color: #053237; }
.section3-btn.outline { border: 1.62px solid #053237; color: #053237; background: none; }

/* RESPONSIVE MOBILE */
@media (max-width: 991px) {
  .section3-wrapper {
    min-width: auto;
    height: auto;
  }

  .section3-img.img1 { left: 10%; top: 0; }
  .section3-img.img2 { left: 0; top: 100px; }
  .section3-img.img3 { left: 15%; top: 400px; }
  .section3-img.img4 { left: 60%; top: 100px; }
  .section3-img.img5 { left: 55%; top: 380px; }

  .section3-title { left: 50%; transform: translateX(-50%); top: 220px; font-size: 32px; }
  .section3-subtitle { left: 50%; transform: translateX(-50%); width: 80%; top: 320px; font-size: 16px; }
  .section3-buttons { left: 50%; transform: translateX(-50%); top: 400px; flex-direction: column; gap: 15px; }
}

@media (max-width: 480px) {
  .section3-title { font-size: 28px; line-height: 36px; top: 180px; }
  .section3-subtitle { font-size: 14px; line-height: 20px; top: 260px; }
  .section3-buttons { top: 320px; }
  .section3-img { max-width: 90%; height: auto; }
}

/* ends */



/* 4th */ 
.fifthsection {
  width: 100%;
  padding: 80px 20px;
  background: #053237;
}

.fifthsection-wrapper {
  max-width: 1140px;
  min-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.fifthsection-title {
  text-align: center;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  color: #fff;
}

.fifthsection-title .highlight {
  color: #11D35F;
}

/* SINGLE ROW */
.fifthsection-row {
  display: flex;
  width: 100%;
  gap: 40px;
  justify-content: center;
}

/* COLUMNS */
.fifthsection-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

/* CENTER IMAGE */
.fifthsection-center {
  display: flex;
  justify-content: center;
  align-items: start;
  flex: 1;
}

.fifthsection-image-wrapper {
  position: relative;
  width: 428px;
  height: 100%;
  padding-top: 62px;
}

.fifthsection-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #11D35F;
  border-radius: 8px;
  z-index: 1;
}

.fifthsection-image {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  border-radius: 8px;
}

/* CARDS */
.fifthsection-card {
  background: #0D484E;
  border: 1px solid #19666E;
  border-radius: 8px;
  padding: 30px 20px;
  color: white;
}

.fifthsection-card-number {
  color: #11D35F;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}

.fifthsection-card-title {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}

.fifthsection-card-desc {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #4EBFCA;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .fifthsection-wrapper { min-width: auto; }
  .fifthsection-row { flex-direction: column; gap: 40px; }
  .fifthsection-card { padding: 20px; }
  .fifthsection-title { font-size: 32px; line-height: 40px; }
}

@media (max-width: 480px) {
  .fifthsection-title { font-size: 28px; line-height: 36px; }
  .fifthsection-card-number, .fifthsection-card-title { font-size: 16px; }
  .fifthsection-card-desc { font-size: 13px; line-height: 18px; }
}

 /* ends */




 /* sixth */
 .sixthsection {
  width: 100%;
  background: #FCF8F4;
  padding: 0px 20px;
}

.sixthsection-wrapper {
  max-width: 1140px;
  min-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

/* LEFT COLUMN */
.sixthsection-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sixthsection-title {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  color: #053237;
}

.sixthsection-desc {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #053237;
  max-width: 445px;
}

.sixthsection-buttons {
  display: flex;
  gap: 16px;
}

.sixthsection-btn {
  padding: 20px 16px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  color: #053237;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sixthsection-btn.filled {
  background: #11D35F;
}

.sixthsection-btn.outline {
  border: 1.5px solid #053237;
  background: transparent;
}

/* RIGHT COLUMN */
.sixthsection-right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sixthsection-image-bg {
  position: absolute;
  inset: 0; /* replaces left:0, top:0, height:100%, width:646px */
  width: 100%;
  height: 100%;
  
  background-image: url('assets/images/rightside.png');
  background-size: cover;       /* ensures full coverage */
  background-position: center;  /* centers image */
  background-repeat: no-repeat; /* no repeat */

  border-radius: 8px;
  z-index: -1; /* puts it behind everything */
}


.sixthsection-image {
  width: 596px;
  /* transform: rotate(-8deg); */
  transform-origin: top left;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .sixthsection-wrapper {
    flex-direction: column;
    min-width: auto;
    gap: 40px;
  }
  .sixthsection-left { align-items: center; text-align: center; }
  .sixthsection-desc { max-width: 100%; }
}

@media (max-width: 480px) {
  .sixthsection-title { font-size: 32px; line-height: 40px; }
  .sixthsection-desc { font-size: 16px; line-height: 24px; }
  .sixthsection-btn { font-size: 12px; padding: 16px 12px; }
  .sixthsection-image { width: 90%; transform: rotate(-8deg); }
  .sixthsection-image-bg { width: 90%; }
}

 /* ends */



 /* seventhstart */
.sevensection {
  width: 100%;
  padding: 60px 20px;
}

.sevensection-wrapper {
  max-width: 1140px;
  min-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sevensection-item {
  flex: 1 1 0;
  max-width: 232px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.sevensection-circle {
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background: #FCF8F4;
  position: absolute;
  top: 0;
  left: 0;
}

.sevensection-circle-inner {
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background: #11D35F;
  position: absolute;
  top: 0;
  left: 0;
}

.sevensection-number {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 42px;
  color: #053237;
  position: relative;
  z-index: 2;
  margin-top: 84px;
}

.sevensection-text {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 17px;
  color: #053237;
  position: relative;
  z-index: 2;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .sevensection-wrapper {
    flex-direction: row;
    justify-content: center;
  }
  .sevensection-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .sevensection-item {
    max-width: 180px;
  }
  .sevensection-number {
    font-size: 32px;
  }
  .sevensection-text {
    font-size: 14px;
  }
}

 /* ends */






/* seven */
 /* Replaced CSS variables with hardcoded values */

        /* 1. Overall Structure */
        .sevensection_testimonial-wrapper {
            background: #FCF8F4; /* Off-White/Cream */
            width: 100%;
            padding: 100px 0; /* Vertical padding */
            /* Enforce minimum width for the desktop layout structure */
            min-width: 800px; 
        }

        .sevensection_container {
            /* Center the content and set max width */
            width: 100%;
            max-width: 1140px; 
            margin: 0 auto;
            padding: 0 20px;
        }

        /* 2. Header (Flexbox) */
        .sevensection_header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px; /* Increased space for visual balance */
        }

        .sevensection_title {
            color: #053237; /* Dark Teal/Green */
            font-size: 40px;
            font-weight: 500;
                font-family: Ubuntu;
        }

        .sevensection_navigation {
            display: flex;
            gap: 13px;
        }

        .sevensection_arrow {
            padding: 16px;
            border-radius: 10px;
            width: 46px; 
            height: 46px; 
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1.5px solid #053237; /* Dark Teal/Green */
            background: none;
            cursor: pointer;
            transition: background-color 0.2s, opacity 0.2s;
        }
        
        /* Arrow Icon (Simple chevron using inline SVG) */
        .sevensection_arrow svg {
            width: 14px;
            height: 14px;
            stroke: #053237;
            stroke-width: 2.5;
            transition: stroke 0.2s;
        }

        .sevensection_arrow--right {
            background: #11D35F; /* Bright Green Accent */
            border-color: #11D35F;
        }
        
        .sevensection_arrow--right svg {
             /* Icon in the right arrow should be white */
            stroke: white; 
        }

        .sevensection_arrow:disabled {
            opacity: 0.5;
            cursor: default;
        }


        /* 3. Carousel Structure (New wrappers for sliding) */
        .sevensection_carousel-window {
            overflow: hidden; /* Hides cards outside the view */
        }

        .sevensection_testimonials-track {
            display: flex; /* Lays out all grids side-by-side */
            width: 300%; /* Will hold 3 pages of content */
        }
        
        /* The grid inside the track takes up 1/3 of the track's width */
        .sevensection_testimonials-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr; /* 1 large card, 2 small cards */
            gap: 20px; /* Space between cards */
            width: 33.333%; /* Each grid page takes up one third of the track */
            flex-shrink: 0; /* Prevents shrinking */
        }

        /* 4. Card Styling */
        .sevensection_card {
            background: white; /* Card BG */
            box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.06), 0 8px 24px rgba(16, 24, 40, 0.04); /* Enhanced shadow */
            border-radius: 12px;
            border: 1px solid #EAECF0;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; 
        }

        .sevensection_stars {
            color: gold; 
            font-size: 20px;
            margin-bottom: 25px;
            letter-spacing: 2px;
        }

        .sevensection_quote {
            color: #486C70; /* Muted Blue/Green */
            font-size: 18px;
            font-family: Ubuntu;
            line-height: 1.5;
            margin-bottom: 25px;
            flex-grow: 1; 
        }

        /* 5. Author Block (Flexbox) */
        .sevensection_author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .sevensection_avatar {
            width: 57px;
            height: 57px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #E5E7EB;
        }

        .sevensection_author-name {
            color: #053237; /* Dark Teal/Green */
            font-size: 20px;
            font-weight: 500;
            line-height: 1.2;
            font-family: Ubuntu;
            margin: 0;
        }

        .sevensection_author-role {
            color: #486C70; /* Muted Blue/Green */
            font-size: 16px;
            font-family: Ubuntu;
            line-height: 1.2;
            margin: 0;
        }
        
        /* Media Query for responsiveness below 1140px content width (e.g., tablet/smaller desktop) */
        @media (max-width: 1140px) {
             .sevensection_testimonials-grid {
                /* When width is smaller, stack all cards in one column for easier reading */
                grid-template-columns: 1fr; 
             }
             
             /* Adjust the track width to account for the single column */
             .sevensection_testimonials-track {
                 width: 300%; /* Still 3 slides, but each slide is 100% of the viewport width now */
             }
             
             .sevensection_arrow {
                 padding: 12px; /* Smaller buttons */
             }
             
             .sevensection_title {
                 font-size: 32px;
             }
        }
/* ends */



/* prcing */
/* Base wrapper */
.eightsection_wrapper {
  width: 100%;
  min-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  box-sizing: border-box;
  background: white;
}

/* Intro text */
.eightsection_intro {
  max-width: 1140px;
  text-align: center;
  margin-bottom: 60px;
}

.eightsection_title {
  font-size: 40px;
  font-weight: 500;
  color: #053237;
  font-family: Ubuntu, sans-serif;
  margin-bottom: 20px;
}

.eightsection_subtitle {
  font-size: 18px;
  line-height: 25px;
  color: #486C70;
  font-weight: 400;
  font-family: Ubuntu, sans-serif;
}

/* Cards container */
.eightsection_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1140px;
  width: 100%;
  box-sizing: border-box;
}

/* Individual card */
.eightsection_card {
  flex: 1 1 400px; /* flex-grow, shrink, base-width */
  min-width: 400px;
  background: white;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  padding: 40px 30px;font-family: Ubuntu;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.06);
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
}

/* Special styles for + card */
.eightsection_card-plus {
  background: #11D35F;
  color: #053237;
}

/* Card Header */
.eightsection_card-header h3 {
  font-size: 26px;font-family: Ubuntu;
  font-weight: 500;
  margin-bottom: 10px;
}

.eightsection_card-header p {
  font-size: 18px;
  line-height: 25px;
  font-family: Ubuntu;
  font-weight: 400;
}

/* Price */
.eightsection_card-price {
  font-size: 50px;
  font-weight: 500;
}

/* Features list */
.eightsection_card-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.eightsection_card-features li {
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eightsection_card-features li::before {
  content: '';
  width: 12px;
  height: 8px;
  border: 2px solid #11D35F;
  display: inline-block;
  flex-shrink: 0;
}

/* Button */
.eightsection_card-btn {
  padding: 12px 20px;
  background: white;
  border-radius: 10px;
  font-weight: 500;
  font-family: Ubuntu, sans-serif;
  cursor: pointer;
  border: none;
  width: fit-content;
}




/* foote */
/* FOOTER MAIN STYLES */
.footermain_container {
  width: 100%;
  background: #053237;
  color: white;
    font-family: Ubuntu, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 81px 20px 60px;
  box-sizing: border-box;
  min-width: 800px;
}

.footermain_inner {
  max-width: 1140px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footermain_col {
  flex: 1;
  min-width: 200px;
}

.footermain_logo img {
  display: inline-block;
  margin-right: 10px;
}

.footermain_title {
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

.footermain_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footermain_list li {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
}

.footermain_text {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

.footermain_form {
  display: flex;
  margin-top: 10px;
}

.footermain_form input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
}

.footermain_form button {
  padding: 12px 16px;
  border: none;
  background: #11D35F;
  color: #053237;
  font-weight: 500;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}

.footermain_bottom {
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  opacity: 0.7;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 10px;
}

.eightsection_card li {
    font-size: 18px;
    padding-bottom: 10px;
}

/* RESPONSIVE FOR MOBILE */
@media (max-width: 480px) {
  .footermain_inner {
    flex-direction: column;
    gap: 20px;
  }
  .footermain_bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footermain_form {
    flex-direction: column;
  }
  .footermain_form input, .footermain_form button {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 8px;
  }
}
/* ends */