html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.container,
.row {
  margin: 0;
  padding: 0 15px;
}



h2 {
  color: #268BCC;
  margin: 0 0 20px 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 34px;
  font-weight: 700;
}

h3 {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 700;
}


p {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.intro-para {
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.cleancard-hero {
  background-image: linear-gradient(130deg, #268BCC 32%, #ffffff 100%);
  color: white;
  padding: 80px 0 160px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cleancard-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  pointer-events: none;
}

.cleancard-hero-heading {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 15px;
}

.cleancard-hero-para {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
}

.cleancard-hero-para-2 {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.cleancard-btn-sm {
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: #268bcc;
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  width: 50% !important;
}

.cleancard-btn-sm:hover {
  background-color: #fff !important;
  color: #268BCC !important;

}


.cleancard-main-image {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  max-height: 450px;
}

.cleancard-card-section {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.cleancard-card-wrapper {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
}

.cleancard-card-wrapper h2 {
  text-align: center;
  color: #268BCC;
  font-family: "Montserrat", Sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cleancard-card {
  background: #268bcc;
  color: white;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.cleancard-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.cleancard-card .btn {
  border-radius: 50px;
  background: white;
  color: #268bcc;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.cleancard-card .btn:hover {
  background: #268bcc !important;
  color: #fff;
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .cleancard-hero-heading {
    font-size: 2.5rem;
  }

  .cleancard-main-image {
    margin-top: 5%;
  }

}

@media (max-width: 767.98px) {
  .cleancard-main-image {
    margin-top: 10%;
  }

  .cleancard-btn-sm {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
}






.how-it-works {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #268BCC;
  margin-bottom: 50px;
}

.card-grid {
 display:flex;
  flex-wrap:wrap;
  justify-content:center;    
  gap:30px;
}


.info-card-work {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px 20px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  transition: all 0.4s ease;


}

.info-card-work:hover {
  transform: translateY(-10px);
  border-color: #268BCC;
  /* box-shadow: 0 10px 30px rgba(38,139,204,0.25); */
}

.icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background-color: #268BCC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.4s ease;
  border: 6px solid #268BCC;
}

.info-card-work:hover .icon-circle {
  background-color: #fff;
  transform: scale(1.1);
}

.icon-circle i {
  color: #fff;
  font-size: 40px;
  transition: color 0.3s ease, transform 0.4s ease;
}

.info-card-work:hover .icon-circle i {
  color: #268BCC;
  transform: scale(1.1);
}

.info-card-work h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.info-card-work p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}


@media (max-width: 576px){
  .info-card-work{ max-width: 330px; }
}


@media (max-width: 768px) {
  .info-card-work {
    max-width: 100%;      
    flex: 1 1 100%;      
    margin: 0 10px;      
  }
  .card-grid {
    gap: 16px;           
  }
}


@media (max-width: 480px) {
  .info-card-work {
    padding: 30px 15px;   
    margin: 0 5px;       
  }
  .card-grid {
    gap: 12px;
  }
}









.why-cleancard {
  padding: 80px 20px;
  background: #f9f9ff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.section-title {
  color: #268bcc;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}

.card-wrapper-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
}

.info-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 30px 30px 30px 100px;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  max-width: 500px;
}

.card-top {
  margin-top: 0;
}

/* .card-bottom {
  margin-top: 40px;
  
} */

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 30px;
}

.icon-box img {
  width: 28px;
  height: 28px;
}

.bg-shape {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  background: #ccc;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.info-card h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #573b8a;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.info-card p {
  font-size: 15px;
  color: #666;
  position: relative;
  z-index: 1;
}

/* Color themes */
.blue {
  background-color: #6a83f3;
}

.lightblue {
  background-color: #60c4f6;
}

.peach {
  background-color: #f6a88f;
}

.purple {
  background-color: #9b70f1;
}


@media (max-width: 768px) {
  .card-wrapper-info {
    grid-template-columns: 1fr;
  }

  .info-card {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 30px 30px 80px;
  }

  .card-bottom {
    margin-top: 0;
  }

  .icon-box {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 20px;
  }

  .icon-box img {
    width: 24px;
    height: 24px;
  }

  .bg-shape {
    width: 150px;
    height: 150px;
  }
}


.testimonial-section {
  background: #f9fbff;
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}
.testimonial-title {
  text-align: center;
  color: #268bcc;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  margin-bottom: 40px;
}
.testimonial-swiper { padding: 24px 8px 56px; }
.swiper-slide { height: auto; display: flex; }

/* Equal height cards */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Header + Stars */
.t-header { display: flex; justify-content: space-between; align-items: center; }
.stars { color: #ffb400; font-size: 18px; }
.quote-mark { font-size: 52px; color: #e7f2fb; font-weight: 900; }

/* Text */
.t-text { color: #555; font-size: 16px; line-height: 1.6; margin: 15px 0; flex-grow: 1; }

/* Footer */
.t-footer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; border: 2px solid #e9f3fb;
}
.t-name { font-weight: 700; color: #111; }
.t-city { font-size: 13px; color: #8a97a6; }

/* Pagination */
.swiper-pagination-bullet { width: 10px; height: 10px; opacity: .4; background: #9cc8e9; }
.swiper-pagination-bullet-active { opacity: 1; background: #268BCC; }

/* Responsive layout */
@media (min-width: 0px) {
  .testimonial-swiper .swiper-slide { width: 100%; }
}
@media (min-width: 768px) {
  .testimonial-swiper .swiper-slide { width: calc(50% - 16px); }
}
@media (min-width: 1200px) {
  .testimonial-swiper .swiper-slide { width: calc(33.333% - 16px); }
}



/* .testimonial-section {
  background: #f9fbff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.testimonial-title {
  text-align: center;
  color: #268bcc;
  font-size: 32px;
  font-weight: 700;
}

.testimonial-subtitle {
  position: absolute;
  left: 60px;
  top: 120px;
  font-size: 20px;
  color: #6d58a3;
  font-weight: 500;
}

.swiper {
  padding-top: 60px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 500px;
  max-height: 250px;
  height: 250px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.stars {
  color: #ffbb00;
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.testimonial-card strong {
  color: #000;
  font-weight: 700;
}

.swiper-pagination {
  margin-top: 20px;
  text-align: center;
} */





.audience-section {
  padding: 80px 20px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.audience-title {
  color: #268bcc;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.audience-subtitle {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 17px;
  color: #222;
}

.audience-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.audience-box {
  flex: 1 1 calc(33.333% - 30px);
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
}

.audience-box img {
  width: 40px;
  height: 30px;
  object-fit: cover !important;
  margin-bottom: 15px;
}

.audience-box h3 {
  font-size: 20px;
  color: #268bcc;
  margin-bottom: 10px;
}

.audience-box p {
  font-size: 15px;
  color: #6c6a74;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .audience-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}




.service-card-section {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #268bcc;
  margin-bottom: 50px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.card-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.card-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.card-caption {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px;
  width: 85%;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.card-caption h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}


@media (max-width: 991px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}




.btn-guthaben-check {
  background-color: #ffffff !important;
  color: #268BCC !important;
  border: 2px solid #268BCC !important;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s;
}

.gift-check-card {
  background-color: #268bcc;
  padding: 50px 30px;
  border-radius: 32px;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.gift-icon {
  font-size: 50px;
  color: #fff;
}

.gift-input {
  width: 100%;
  padding: 14px 50px 14px 20px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 20px;
  pointer-events: none;
}

.btn-check {
  background-color: #fff;
  color: #268bcc;
  font-weight: 600;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.3s;
}

.btn-check:hover {
  background-color: #e4f5ff;
  color: #1b6ea5;
}




.services-section {
  background-color: #fff;
}

.service-box {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
}

.service-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-caption h5 {
  background: #fff;
  padding: 1.2rem 1rem;

  color: #268BCC;
  margin: 0 0 20px 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;
}







.payment-method-box {
  transition: all 0.3s ease;
}

.payment-method-box.active {
  border: 2px solid var(--primary-blue, #0d2d45);
  background-color: #f9fcff;
}

.payment-method-box.inactive {
  opacity: 0.6;
  background-color: #f8f9fa;
}


.blog-heading {
  color: #268BCC;
  margin: 0 0 20px 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 600;
}







.floating-lang-flag {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.floating-lang-flag img {
  height: 18px;
  /* smaller size */
  display: block;
}

@media (min-width: 768px) {
  .floating-lang-flag {
    display: none !important;
  }
}




.custom-filter-select {
  width: 250px;
  height: 50px;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.95rem;
  color: #268BCC;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  position: relative;
  z-index: 10;
  font-size: 14px;

}






.tabbed-card {
  margin-top: 40px;
}


.card-category-tabs {
  border: none;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.card-category-tabs .nav-item {
  flex: 0 0 auto;
}


.card-category-tabs .nav-link {
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid rgba(38, 139, 204, 0.28);
  background: #f4f7fb;
  color: #1f2a37 !important;
  font-weight: 600;
  line-height: 1;
  transition: background .18s ease, color .18s ease,
    transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}


.card-category-tabs .nav-link:hover {
  border-color: rgb(38, 139, 204);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(38, 139, 204, .15);
}


.card-category-tabs .nav-link.active {
  background: rgb(38, 139, 204);
  border-color: rgb(38, 139, 204);
  color: #fff !important;
  font-weight: 700;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(38, 139, 204, .22);
}


.tabbed-card__panel {
  border-radius: 12px;
  border-top: 3px solid rgb(38, 139, 204);
  padding: 20px 0;
}


@media (max-width: 576px) {
  .card-category-tabs {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0 12px;
  }

  .card-category-tabs .nav-item {
    width: 100%;
  }

  .card-category-tabs .nav-link {
    width: 100%;
    text-align: center;

    padding: 12px 16px;
  }
}




.social-icons-our-partner {
  display: flex;
  flex-direction: row;
  gap: 15px;

}

.social-icon-our-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #268bcc;
  border: 2px solid #268bcc;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.social-icon-our-partner:hover {
  transform: scale(1.2);
  color: #1d6a99;
  border-color: #1d6a99;
}

.our-partner-small-heading {

  color: #268BCC;
  font-family: "Montserrat", Sans-serif;
  font-size: 22px;
  font-weight: 700;

}

.our-partner-social-heading {

  color: #268BCC;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;

}

.our-partner-logos {
  width: 200px;       
  height: 80px;       
  display: flex;
  align-items: center; 
  justify-content: center; 
  background: #fff;    
  padding: 5px;       
  border: 1px solid #eee; 
}

.our-partner-logos img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important; 
}

/* 
  .card-category-tabs {
   
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px;
  }


  .card-category-tabs .nav-link {
    color: var(--secondary-gray);
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 0 5px;
    transition: all 0.3s ease;
    border: 1px solid #268BCC;
  }

  .card-category-tabs .nav-link.active {

    background-color: #268BCC;
    color: #ffffff;

    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  }

  
  .card-category-tabs .nav-link:hover {
    background-color: #ffffff;
    color: #268BCC;

  }


  @media (max-width: 576px) {
    .card-category-tabs {
  

      flex-direction: column;
      gap: 8px;
    }

    .card-category-tabs .nav-link {
      flex: 1 1 100%;
      text-align: center;
      margin: 3px 0;
    }
  } */