.allHeader {
  display: block;
}

.IVcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
}

.IVcontent h1 {
  font-size: 3.5rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.IVcontent p {
  font-size: 1rem;
  font-weight: bold;
}

.ansPara {
  font-size: 1.2rem;
}

.filter-buttons {
  background-color: #622862;
  border-radius: 10px;
}

.filter-buttons a {
  color: white;
  text-decoration: none;
}

.filter-buttons.active {
  background-color: #f0e9ed;
}

.filter-buttons.active a {
  color: #622862;
}

.image-container {
  background-color: #f0e9ed;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
}

.decp,
.purpose,
.ing {
  font-size: 14px;
  margin-bottom: 3px;
}

.Revibg {
  position: absolute;
  background-color: #f0e9ed;
  border-radius: 20px;
  width: 73%;
  height: 100%;
  border-top-left-radius: 5%;
  right: 8%;
}

.description {
  font-size: 1.5rem;
}

.light-bg {
  background-color: #f0e9ed;
}

.lighter-bg {
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.box {
  position: absolute;
  height: 100%;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.border-dotted {
  height: 270px;
  /* width: 250px; */
  position: relative;
  border: 1px dashed #622862;
  /* top: 10px;
        left: 10px; */
  border-radius: 10px;
}

.icon {
  border-radius: 10px;
}

.icon svg {
  max-width: 100%;
  height: auto;
}

.icon-img {
  height: auto;
  width: 100px;
}

.hover-box {
  padding-right: 20px;
}

/* Default image visibility */
.purplIimg {
  display: block;
  transition: opacity 0.3s ease;
}

.WhiteImg {
  display: none;
  transition: opacity 0.3s ease;
}

/* On hover, toggle image visibility */
.hover-box:hover .purplIimg {
  display: none;
}

.hover-box:hover .WhiteImg {
  display: block;
}

/* Icon background color transition */
.hover-box .icon {
  background-color: #f0e9ed;
  transition: background-color 0.3s ease;
  font-size: 45px;
  font-weight: bold;
}

.hover-box:hover .icon {
  background-color: #622862 !important;
  color: white;
}

.benefit-box {
  background-color: #622862;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
  height: 280px;
}

.benefit-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  color: #622862;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  /* border: 3px solid #4B1F66; */
}

.benefit-title {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  width: 100%;
  color: #622862;
  padding: 10px 0;
  text-transform: uppercase;
}

.rev-with-iv-content {
  padding: 25px;
}

.filter-bg-img {
  position: absolute;
  background-image: url("assets/landing/blurred-abstract-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 20%;
  top: 0;
  left: 0;
  z-index: 1;
  /* opacity: 0.1; */
}

@media (max-width: 768px) {
  .header .container {
    padding: 10px 15px !important;
  }

  .navbar-brand .logo-txt,
  .navbar-brand img {
    padding: 0 10px !important;
  }

  .IVcontent {
    width: 100% !important;
  }

  .IVcontent h1 {
    font-size: 2rem;
  }

  .IVcontent p {
    font-size: 1rem;
  }

  .what-is-iv {
    margin: 0 !important;
  }

  .what-is-iv img {
    width: 100% !important;
  }

  .buttons {
    gap: 10px !important;
  }

  .filter-buttons {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }

  .filtered-cards .cards.mx-2,
  .why-choose-us {
    margin: 0 auto !important;
  }

  .image-container {
    width: 100% !important;
  }

  .Revibg {
    width: 100% !important;
    right: 0 !important;
  }

  .rev-with-iv-content {
    padding: 25px;
  }
}

@media (max-width: 600px) {
  .IVcontent {
    top: 62%;
  }

  .IVcontent h1 {
    font-size: 1rem;
  }

  .IVcontent p {
    font-size: 0.5rem;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 80% !important;
  }

  p,
  span {
    font-size: 1vw !important;
  }

  .title {
    font-size: 1.2vw !important;
  }

  .benefit-title {
    font-size: 1vw !important;
  }

  .benefit-desc {
    font-size: 1vw !important;
  }

  .title.fw-bold {
    font-weight: 900 !important;
  }
}

.benefit-desc {
  padding-left: 20px;
  padding-right: 20px;
}

/* Section 1: Key Features & Benefits */
.benefits-section {
  padding: 60px 0;
  background-color: var(--white);
}

.benefits-header {
  background-color: var(--primary-purple);
  color: var(--white);
  padding: 15px 30px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.benefits-content {
  background-color: var(--light-pink);
  padding: 40px 30px;
  border-radius: 0 0 10px 10px;
}

.benefits-title {
  text-align: center;
  color: var(--primary-purple);
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.benefit-card {
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  color: var(--primary-purple);
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
}

.benefit-text {
  color: var(--primary-purple);
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

.benefit-card .benefit-icon {
  border-radius: 50%;
  background: #fff;
  color: #622862;
  position: static !important;
  width: auto !important;
  height: auto !important;
  font-size: 28px;
  /* position: absolute;
        top: -35px;
        left: 50%; */
  transform: translateX(-50%);
  /* border: 3px solid #4B1F66; */
}

/* Combo Section Styles */
.combo-section {
  padding: 60px 0;
  background-color: var(--white);
}

.combo-header {
  background-color: var(--primary-purple);
  color: var(--white);
  padding: 15px 30px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.combo-content {
  background-color: var(--light-pink);
  border-radius: 0 0 10px 10px;
}

.combo-title {
  text-align: center;
  color: var(--primary-purple);
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}

.benefits-box {
  background-color: var(--white);
  padding: 30px;
  border-radius: 15px;
  height: 100%;
}

.benefits-box-title {
  color: var(--primary-purple);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.benefit-item {
  background-color: #f8d7da;
  color: var(--primary-purple);
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  /* font-size: 14px; */
  font-weight: 500;
}

.benefit-item-alt {
  background-color: #fac8c8;
  color: var(--primary-purple);
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  /* font-size: 14px; */
  font-weight: 500;
}

    .offer-box {
        background: #F0E9ED;
        color: var(--color-04);
        padding: 40px;
        border-radius: 15px;
        height: 100%;
    }

    .offer-badge {
        background-color: rgba(255, 255, 255, 0.2);
        color: var(--white);
        padding: 8px 20px;
        border-radius: 25px;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .offer-box h3 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .offer-box p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .offer-btn {
        background-color: var(--white);
        color: #d9534f;
        padding: 12px 30px;
        border-radius: 25px;
        border: none;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .offer-btn:hover {
        background-color: rgba(255, 255, 255, 0.9);
        transform: translateY(-2px);
    }



    .benefit-item-alt {
        background-color: #fac8c8;
        color: var(--primary-purple);
        padding: 15px 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 500;
    }


/* Responsive adjustments for combo section */
@media (max-width: 768px) {
  .combo-content {
    padding: 30px 20px;
  }

  .combo-title {
    font-size: 22px;
  }

  .benefits-box {
    padding: 25px 20px;
  }
}

/* Why Choose Section - Updated to match the design */
.why-choose-section {
  padding: 60px 0;
  background-color: var(--light-pink);
  /* Light pink background */
}

.why-choose-section .sc_h2 {
  color: var(--primary-purple);
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 2rem;
}

.why-choose-content {
  background-color: transparent;
  padding: 0;
}

.why-choose-box {
  background-color: var(--white);
  padding: 50px 60px;
  border-radius: 15px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.feature-item:last-of-type {
  margin-bottom: 40px;
}

.feature-icon {
  color: var(--primary-purple);
  font-size: 24px;
  margin-right: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.feature-content h4 {
  color: var(--primary-purple);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}

.feature-content p {
  color: var(--text-gray);
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

.contact-btn {
  background-color: #622862;
  color: var(--white);
  padding: 14px 50px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}

/* .contact-btn:hover {
            background-color: #c9302c;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(217, 83, 79, 0.3);
        } */

/* Responsive Design */
@media (max-width: 992px) {
  .why-choose-box {
    padding: 40px 40px;
  }

  .why-choose-section .sc_h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 40px 0;
  }

  .why-choose-section .sc_h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .why-choose-box {
    padding: 30px 25px;
    margin: 0 15px;
  }

  .feature-item {
    margin-bottom: 25px;
  }

  .feature-item:last-of-type {
    margin-bottom: 30px;
  }

  .feature-icon {
    font-size: 20px;
    margin-right: 15px;
  }

  .feature-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .feature-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-btn {
    padding: 12px 40px;
    font-size: 15px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .why-choose-box {
    padding: 25px 20px;
  }

  .why-choose-section .sc_h2 {
    font-size: 1.3rem;
  }

  .feature-content h4 {
    font-size: 15px;
  }

  .feature-content p {
    font-size: 13px;
  }
}

.sc_h1 ul,
ul.sc_h1 {
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 10px;
}

ul.sc_h1 li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #622862;
  /* Optional: match your theme color */
}
