.zootvms_app1-con {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}

.zootvms_app1-heading1,
.zootvms_app1-heading2 {
    font-family: 'Segoe UI', cursive;
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    color: #0093A4;
    line-height: 1.4;
}

.zootvms_app1-heading2 {
    margin-top: 10px;
}

.zootvms_app1-desc {
    font-size: 26px;
    color: #000;
    font-style: italic;
    font-weight: 300;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 1100px;
}

.zootvms_app1-button {
    background-color: transparent;
    border: 2px solid #0093A4;
    color: #0093A4;
    padding: 20px 30px;
    border-radius: 8px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.zootvms_app1-button:hover {
    background-color: #0093A4;
    color: #fff;
}

/* ========== RESPONSIVE STYLES ========== */

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
    .zootvms_app1-heading1,
    .zootvms_app1-heading2 {
        font-size: 22px;
    }
    .zootvms_app1-desc {
        font-size: 14px;
    }
    .zootvms_app1-button {
        font-size: 14px;
        padding: 8px 18px;
    }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .zootvms_app1-heading1,
    .zootvms_app1-heading2 {
        font-size: 26px;
    }
    .zootvms_app1-desc {
        font-size: 16px;
    }
    .zootvms_app1-button {
        font-size: 16px;
        padding: 10px 20px;
    }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .zootvms_app1-heading1,
    .zootvms_app1-heading2 {
        font-size: 30px;
    }
    .zootvms_app1-desc {
        font-size: 17px;
    }
    .zootvms_app1-button {
        font-size: 18px;
        padding: 12px 24px;
    }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .zootvms_app1-heading1,
    .zootvms_app1-heading2 {
        font-size: 34px;
    }
    .zootvms_app1-desc {
        font-size: 18px;
    }
    .zootvms_app1-button {
        font-size: 20px;
        padding: 12px 26px;
    }
}


.zootcloudtv_app2-con {
    background-color: #fff;
    padding: 20px;
}

.zootcloudtv_app2-con .zootcloudtv_app2-heading {
    font-size: 25px;
    font-weight: bold;
    color: #2c6ecb;
    position: relative;
    display: inline-block;
}

.zootcloudtv_app2-con .zootcloudtv_app2-heading .line1,
.zootcloudtv_app2-con .zootcloudtv_app2-heading .line2 {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 5px;
    background: linear-gradient(to right, transparent, #2c6ecb);
    margin: 0 10px;
    border-radius: 5px;
}

.zootcloudtv_app2-con .zootcloudtv_app2-heading .line2 {
    background: linear-gradient(to left, transparent, #2c6ecb);
}

.zootcloudtv_app2-con .logo-con {
    gap: 60px;
    row-gap: 30px;
}

.zootcloudtv_app2-con .logo-boxs {
    text-align: center;
    margin-bottom: 20px;
}

.zootcloudtv_app2-con .logo-boxs img {
    max-width: 120px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.zootcloudtv_app2-con .logo-boxs img:hover {
    transform: scale(1.1);
}

/* ========== RESPONSIVE STYLES ========== */

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
    .zootcloudtv_app2-con .zootcloudtv_app2-heading {
        font-size: 20px;
    }
    .zootcloudtv_app2-con .zootcloudtv_app2-heading .line1,
    .zootcloudtv_app2-con .zootcloudtv_app2-heading .line2 {
        width: 60px;
        height: 3px;
    }
    .zootcloudtv_app2-con .logo-boxs img {
        max-width: 70px;
    }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .zootcloudtv_app2-con .zootcloudtv_app2-heading {
        font-size: 24px;
    }
    .zootcloudtv_app2-con .zootcloudtv_app2-heading .line1,
    .zootcloudtv_app2-con .zootcloudtv_app2-heading .line2 {
        width: 50px;
        height: 4px;
    }
    .zootcloudtv_app2-con .logo-boxs {
        margin: auto;
        justify-content: center;
    }
    .zootcloudtv_app2-con .logo-boxs img {
        max-width: 90px;
    }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .zootcloudtv_app2-con .zootcloudtv_app2-heading {
        font-size: 28px;
    }
    .zootcloudtv_app2-con .zootcloudtv_app2-heading .line1,
    .zootcloudtv_app2-con .zootcloudtv_app2-heading .line2 {
        width: 180px;
    }
    .zootcloudtv_app2-con .logo-boxs img {
        max-width: 100px;
    }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .zootcloudtv_app2-con .zootcloudtv_app2-heading {
        font-size: 30px;
    }
    .zootcloudtv_app2-con .zootcloudtv_app2-heading .line1,
    .zootcloudtv_app2-con .zootcloudtv_app2-heading .line2 {
        width: 220px;
    }
    .zootcloudtv_app2-con .logo-boxs img {
        max-width: 110px;
    }
}


/* ===== ZootVMS Solutions Section ===== */
.zootvms_app3-con {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

/* ===== Heading ===== */
.zootvms_app3-con .zootvms_app3-heading {
  font-size: 28px;
  font-weight: bold;
  color: #0093A4;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.zootvms_app3-con .zootvms_app3-heading .line1,
.zootvms_app3-con .zootvms_app3-heading .line2 {
  display: inline-block;
  vertical-align: middle;
  width: 495px;
  height: 5px;
  background: linear-gradient(to right, transparent, #0093A4);
  margin: 0 10px;
  border-radius: 5px;
}

.zootvms_app3-con .zootvms_app3-heading .line2 {
  background: linear-gradient(to left, transparent, #0093A4);
}

/* ===== Main Image ===== */
.zootvms_app3-con .zootvms_app3-img {
  margin: 20px auto 40px auto;
  display: flex;
  justify-content: center;
}

.zootvms_app3-con .zootvms_app3-img img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}

/* ===== Bottom Cards Section ===== */
.zootvms_app3-con .zootvms_app3-bottomcards {
  justify-content: center;
}

.zootvms_app3-con .solution-card {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #e0e0e0;
  padding: 15px;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.zootvms_app3-con .solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 147, 164, 0.2);
  border-color: #0093A4;
}

.zootvms_app3-con .solution-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ====================== */
/* ===== RESPONSIVE ===== */
/* ====================== */

/* Extra Small Devices (Phones ≤576px) */
@media (max-width: 576px) {
  .zootvms_app3-con {
    padding: 40px 10px;
  }

  .zootvms_app3-con .zootvms_app3-heading {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .zootvms_app3-con .zootvms_app3-heading .line1,
  .zootvms_app3-con .zootvms_app3-heading .line2 {
    display: none;
  }

  .zootvms_app3-con .zootvms_app3-img img {
    max-width: 120%;
  }

  .zootvms_app3-con .solution-card {
    width: 95%;
    margin: 0 auto;
  }
}

/* Small Devices (Tablets 577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .zootvms_app3-con {
    padding: 50px 15px;
  }

  .zootvms_app3-con .zootvms_app3-heading {
    font-size: 22px;
  }

  .zootvms_app3-con .zootvms_app3-heading .line1,
  .zootvms_app3-con .zootvms_app3-heading .line2 {
    display: none;
  }

  .zootvms_app3-con .zootvms_app3-img img {
    max-width: 90%;
  }

  .zootvms_app3-con .solution-card {
    width: 80%;
    margin: 0 auto;
  }
}

/* Medium Devices (Small Laptops 769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .zootvms_app3-con {
    padding: 60px 25px;
  }

  .zootvms_app3-con .zootvms_app3-heading {
    font-size: 24px;
  }

  .zootvms_app3-con .zootvms_app3-heading .line1,
  .zootvms_app3-con .zootvms_app3-heading .line2 {
    display: none;
  }

  .zootvms_app3-con .zootvms_app3-img img {
    max-width: 95%;
  }

  .zootvms_app3-con .solution-card img {
    max-width: 90%;
  }
}

/* Large Devices (Desktops 993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .zootvms_app3-con .zootvms_app3-heading {
    font-size: 26px;
  }

  .zootvms_app3-con .zootvms_app3-heading .line1,
  .zootvms_app3-con .zootvms_app3-heading .line2 {
    display: none;
  }

  .zootvms_app3-con .zootvms_app3-img img {
    max-width: 900px;
  }

  .zootvms_app3-con .solution-card img {
    max-width: 95%;
  }
}


.zootvms_app4-con {
    background-color: #fff;
    padding: 20px;
}

.zootvms_app4-con .zootvms_app4-heading {
    font-size: 25px;
    font-weight: bold;
    color: #0093A4; /* Blue */
    display: inline-block;
    margin-bottom: 40px;
}

.zootvms_app4-con .zootvms_app4-heading .line1,
.zootvms_app4-con .zootvms_app4-heading .line2 {
    display: inline-block;
    vertical-align: middle;
    width: 385px;
    height: 5px;
    background: linear-gradient(to right, transparent, #0093A4);
    margin: 0 10px;
    border-radius: 5px;
}

.zootvms_app4-con .zootvms_app4-heading .line2 {
    background: linear-gradient(to left, transparent, #0093A4);
}

.zootvms_app4-con .whole-cards {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* ✅ Adds space between left and right column */
}

/* Ensure columns take equal width */
.zootvms_app4-con .left-card,
.zootvms_app4-con .right-card {
    flex: 1; /* ✅ Both columns same width */
    background-color: #0093A4;
    border-radius: 20px;
    padding: 20px;
}

.zootvms_app4-con .feature-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: left;
    height: 280px;
}

.zootvms_app4-con .feature-box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.zootvms_app4-con .card-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.zootvms_app4-con .card-text {
    font-size: 16px;
    color: #000;
    line-height: 2.1;
    margin-top: 50px;
    font-weight: 600;
    text-align: justify;
}


/* ========== RESPONSIVE STYLES ========== */
@media (max-width: 576px) {
    .zootvms_app4-con .zootvms_app4-heading {
        font-size: 1.4rem;
    }
    .zootvms_app4-con .zootvms_app4-heading .line1,
    .zootvms_app4-con .zootvms_app4-heading .line2 {
        width: 60px;
        display: none;
    }
    .zootvms_app4-con .card-title {
        font-size: 18px;
    }
    .zootvms_app4-con .card-text {
        font-size: 14px;
        line-height: 22px;
    }
    .zootvms_app4-con .left-card,
    .zootvms_app4-con .right-card {
        padding: 15px;
        margin-bottom: 20px;
    }

    .zootvms_app4-con .feature-box {
        height: auto;
}
}

@media (min-width: 577px) and (max-width: 768px) {
    .zootvms_app4-con .zootvms_app4-heading {
        font-size: 1.5rem;
    }
    .zootvms_app4-con .zootvms_app4-heading .line1,
    .zootvms_app4-con .zootvms_app4-heading .line2 {
        width: 80px;
        display: none;
    }
    .zootvms_app4-con .card-title {
        font-size: 19px;
    }
    .zootvms_app4-con .card-text {
        font-size: 15px;
        line-height: 24px;
    }

    .zootvms_app4-con .feature-box {
        height: 300px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .zootvms_app4-con .zootvms_app4-heading {
        font-size: 1.6rem;
    }
    .zootvms_app4-con .zootvms_app4-heading .line1,
    .zootvms_app4-con .zootvms_app4-heading .line2 {
        width: 150px;
        display: none;
    }
    .zootvms_app4-con .card-title {
        font-size: 20px;
    }
    .zootvms_app4-con .card-text {
        font-size: 15px;
        line-height: 25px;
    }
    .zootvms_app4-con .feature-box {
        height: 250px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .zootvms_app4-con .zootvms_app4-heading {
        font-size: 1.7rem;
    }
    .zootvms_app4-con .zootvms_app4-heading .line1,
    .zootvms_app4-con .zootvms_app4-heading .line2 {
        width: 110px;
        display: none;
    }
    .zootvms_app4-con .card-title {
        font-size: 21px;
    }
    .zootvms_app4-con .card-text {
        font-size: 16px;
        line-height: 26px;
    }
    .zootvms_app4-con .feature-box {
        height: 300px;
    }
}


/* ===== Our Expertise Section ===== */
.zootvms_app5-con {
  background-color: #fff;
  padding: 20px;
}

.zootvms_app5-con .zootvms_app5-heading {
  font-size: 25px;
  font-weight: bold;
  color: #0093A4;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.zootvms_app5-con .zootvms_app5-heading .line1,
.zootvms_app5-con .zootvms_app5-heading .line2 {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  height: 5px;
  background: linear-gradient(to right, transparent, #0093A4);
  margin: 0 10px;
  border-radius: 5px;
}

.zootvms_app5-con .zootvms_app5-heading .line2 {
  background: linear-gradient(to left, transparent, #0093A4);
}

.zootvms_app5-con .zootvms_app5-subtext {
  font-size: 24px;
  color: #000000;
  max-width: 1100px;
  font-weight: 500;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

/* ===== Expertise Cards ===== */
.zootvms_app5-con .expertise-card {
  background-color: #008c95;
  border-radius: 15px;
  padding: 30px 25px;
  color: #fff;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
}

.zootvms_app5-con .expertise-card:hover {
  background-color: #009eaa;
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.zootvms_app5-con .expertise-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
  display: block;
}

/* ===== Text Styles ===== */
.zootvms_app5-con .card-title {
  color: #f2f2f2;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
}

.zootvms_app5-con .card-text {
  font-size: 26px;
  font-weight: 500;
  color: #f2f2f2;
  line-height: 1.8;
  margin: 0;
}

/* ===== Responsive Design ===== */

/* Extra Small Devices (max-width: 480px or 576px) */
@media (max-width: 576px) {
  .zootvms_app5-con {
    padding: 15px;
  }

  .zootvms_app5-con .zootvms_app5-heading .line1,
  .zootvms_app5-con .zootvms_app5-heading .line2 {
    display: none;
  }

  .zootvms_app5-con .zootvms_app5-heading {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .zootvms_app5-con .zootvms_app5-subtext {
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .zootvms_app5-con .expertise-card {
    padding: 20px 15px;
  }

  .zootvms_app5-con .expertise-icon {
    width: 70px;
    height: 70px;
  }

  .zootvms_app5-con .card-title {
    font-size: 18px;
  }

  .zootvms_app5-con .card-text {
    font-size: 15px;
  }
}

/* Small Devices (Tablets): min-width: 577px and max-width: 768px */
@media (min-width: 577px) and (max-width: 768px) {
  .zootvms_app5-con .zootvms_app5-heading {
    font-size: 22px;
  }

  .zootvms_app5-con .zootvms_app5-heading .line1,
  .zootvms_app5-con .zootvms_app5-heading .line2 {
    width: 150px;
    display: none;
  }

  .zootvms_app5-con .zootvms_app5-subtext {
    font-size: 17px;
  }

  .zootvms_app5-con .expertise-card {
    padding: 25px 20px;
  }

  .zootvms_app5-con .expertise-icon {
    width: 70px;
    height: 70px;
  }

  .zootvms_app5-con .card-title {
    font-size: 20px;
  }

  .zootvms_app5-con .card-text {
    font-size: 16px;
    text-align: start;
  }
}

/* Medium Devices (Small Laptops): min-width: 769px and max-width: 992px */
@media (min-width: 769px) and (max-width: 992px) {
  .zootvms_app5-con .zootvms_app5-heading {
    font-size: 24px;
  }

  .zootvms_app5-con .zootvms_app5-heading .line1,
  .zootvms_app5-con .zootvms_app5-heading .line2 {
    width: 200px;
    display: none;
  }

  .zootvms_app5-con .zootvms_app5-subtext {
    font-size: 18px;
  }

  .zootvms_app5-con .card-title {
    font-size: 22px;
  }

  .zootvms_app5-con .card-text {
    font-size: 18px;
  }

  .zootvms_app5-con .expertise-icon {
    width: 75px;
    height: 75px;
  }
}

/* Large Devices (Desktops): min-width: 993px and max-width: 1200px */
@media (min-width: 993px) and (max-width: 1200px) {
  .zootvms_app5-con .zootvms_app5-heading {
    font-size: 25px;
  }

  .zootvms_app5-con .zootvms_app5-heading .line1,
  .zootvms_app5-con .zootvms_app5-heading .line2 {
    width: 250px;
    display: none;
  }

  .zootvms_app5-con .zootvms_app5-subtext {
    font-size: 20px;
  }

  .zootvms_app5-con .card-title {
    font-size: 23px;
  }

  .zootvms_app5-con .card-text {
    font-size: 19px;
  }
}


/* ===== Solutions For Every Industry Section ===== */
.zootvms_app6-con {
  background-color: #fff;
  padding: 20px;
}

.zootvms_app6-con .zootvms_app6-heading {
  font-size: 45px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px;
}

.zootvms_app6-con .zootvms_app6-heading span {
  color: #0097a7;
}

/* ===== Industry Card ===== */
.zootvms_app6-con .industry-card {
  transition: all 0.3s ease-in-out;
  padding: 10px;
}

.zootvms_app6-con .industry-icon {
  width: 90px;
  height: 90px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 12px;
}

.zootvms_app6-con .industry-text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* Hover Effect */
.zootvms_app6-con .industry-card:hover .industry-icon {
  transform: scale(1.15);
}

/* ========================= RESPONSIVE DESIGN ========================= */

/* Extra Small Devices (max-width: 480px or 576px) */
@media (max-width: 576px) {
  .zootvms_app6-con {
    padding: 10px;
  }

  .zootvms_app6-con .zootvms_app6-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .zootvms_app6-con .zootvms_app6-heading span {
    color: #0097a7;
  }

  .zootvms_app6-con .industry-icon {
    width: 60px;
    height: 60px;
  }

  .zootvms_app6-con .industry-text {
    font-size: 14px;
    font-weight: 500;
  }
}

/* Small Devices (Tablets): min-width: 577px and max-width: 768px */
@media (min-width: 577px) and (max-width: 768px) {
  .zootvms_app6-con .zootvms_app6-heading {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .zootvms_app6-con .industry-icon {
    width: 70px;
    height: 70px;
  }

  .zootvms_app6-con .industry-text {
    font-size: 15px;
  }

  .zootvms_app6-con .zootvms_app6-con {
    padding: 50px 15px;
  }
}

/* Medium Devices (Small Laptops): min-width: 769px and max-width: 992px */
@media (min-width: 769px) and (max-width: 992px) {
  .zootvms_app6-con .zootvms_app6-heading {
    font-size: 35px;
  }

  .zootvms_app6-con .industry-icon {
    width: 80px;
    height: 80px;
  }

  .zootvms_app6-con .industry-text {
    font-size: 16px;
  }
}

/* Large Devices (Desktops): min-width: 993px and max-width: 1200px */
@media (min-width: 993px) and (max-width: 1200px) {
  .zootvms_app6-con .zootvms_app6-heading {
    font-size: 40px;
  }

  .zootvms_app6-con .industry-icon {
    width: 85px;
    height: 85px;
  }

  .zootvms_app6-con .industry-text {
    font-size: 17px;
  }
}


/* ===== Why Choose Us Section ===== */
.zootvms_app7-con {
  background-color: #fff;
  padding: 20px;
}

.zootvms_app7-heading {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px;
}

.zootvms_app7-heading span {
  color: #0097a7;
}

/* ===== Choose Card ===== */
.choose-card {
  background-color: #8dd4db;
  color: #000;
  font-size: 18px;
  text-align: left;
  padding: 25px 30px;
  border-radius: 15px;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.choose-card strong {
  font-weight: 700;
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
}

.choose-card p {
  font-size: 20px;
  margin: 0;
}

/* Hover Effect */
.choose-card:hover {
  background-color: #6ec8d0;
  transform: translateY(-5px);
}

/* =============================== */
/* 📱 Extra Small Devices (max: 480px or 576px) */
/* =============================== */
@media (max-width: 576px) {
  .zootvms_app7-heading {
    font-size: 26px;
    text-align: center;
  }
  .choose-card {
    padding: 15px 18px;
    border-radius: 10px;
  }
  .choose-card strong {
    font-size: 20px;
  }
  .choose-card p {
    font-size: 16px;
  }
}

/* =============================== */
/* 📱 Small Devices (Tablets: 577px–768px) */
/* =============================== */
@media (min-width: 577px) and (max-width: 768px) {
  .zootvms_app7-heading {
    font-size: 30px;
    text-align: center;
  }
  .choose-card {
    padding: 18px 22px;
  }
  .choose-card strong {
    font-size: 22px;
  }
  .choose-card p {
    font-size: 17px;
  }
}

/* =============================== */
/* 💻 Medium Devices (769px–992px) */
/* =============================== */
@media (min-width: 769px) and (max-width: 992px) {
  .zootvms_app7-heading {
    font-size: 34px;
  }
  .choose-card strong {
    font-size: 24px;
  }
  .choose-card p {
    font-size: 18px;
  }
}

/* =============================== */
/* 🖥️ Large Devices (993px–1200px) */
/* =============================== */
@media (min-width: 993px) and (max-width: 1200px) {
  .zootvms_app7-heading {
    font-size: 38px;
  }
  .choose-card strong {
    font-size: 26px;
  }
  .choose-card p {
    font-size: 19px;
  }
}


/* ===== Our Expertise Section ===== */
.zootvms_app8-con {
  background-color: #fff;
  padding: 20px;
}

.zootvms_app8-heading {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px;
}

.zootvms_app8-subtext {
  font-size: 24px;
  color: #000;
  max-width: 1100px;
  font-weight: 500;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

/* ===== Expertise Cards ===== */
.expertise-card {
  background-color: #008c95;
  border-radius: 15px;
  padding: 30px 25px;
  color: #fff;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
}

.expertise-card:hover {
  background-color: #009eaa;
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* ===== Text Styles ===== */
.card-title {
  color: #f2f2f2;
  font-size: 26px;
  font-weight: 800;
  margin-top: -5px;
  margin-bottom: 20px;
}

.card-text {
  font-size: 20px;
  font-weight: 500;
  color: #f2f2f2;
  line-height: 1.8;
  margin: 0;
}

/* =============================== */
/* 📱 Extra Small Devices (max: 480px or max: 576px) */
/* =============================== */
@media (max-width: 576px) {
  .zootvms_app8-heading {
    font-size: 26px;
    text-align: center;
  }
  .expertise-card {
    padding: 18px 15px;
    border-radius: 10px;
  }
  .card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .card-text {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* =============================== */
/* 📱 Small Devices (Tablets: 577px–768px) */
/* =============================== */
@media (min-width: 577px) and (max-width: 768px) {
  .zootvms_app8-heading {
    font-size: 30px;
    text-align: center;
  }
  .expertise-card {
    padding: 20px 18px;
  }
  .card-title {
    font-size: 22px;
  }
  .card-text {
    font-size: 16px;
  }
}

/* =============================== */
/* 💻 Medium Devices (769px–992px) */
/* =============================== */
@media (min-width: 769px) and (max-width: 992px) {
  .zootvms_app8-heading {
    font-size: 34px;
  }
  .expertise-card {
    padding: 25px 20px;
  }
  .card-title {
    font-size: 23px;
  }
  .card-text {
    font-size: 17px;
  }
}

/* =============================== */
/* 🖥️ Large Devices (993px–1200px) */
/* =============================== */
@media (min-width: 993px) and (max-width: 1200px) {
  .zootvms_app8-heading {
    font-size: 38px;
  }
  .card-title {
    font-size: 25px;
  }
  .card-text {
    font-size: 18px;
  }
}

/* =============================== */
/* 🖥️ Extra Large Devices (min: 1201px) */
/* =============================== */
@media (min-width: 1201px) {
  .zootvms_app8-heading {
    font-size: 42px;
  }
  .card-title {
    font-size: 26px;
  }
  .card-text {
    font-size: 20px;
  }
}


.zootvms_app9-con {
    width: 100%;
    align-items: center;
  }
  
  .zootvms_app9-con h2 {
    background-color: #CCE9ED;
    color: #000000;
    font-size: 40px;
    padding: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  
  .zootvms_app9-con p {
    color: #f8fafa;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .zootvms_app9-con img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    margin-top: 20px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 992px) {
    .zootvms_app9-con {
      padding: 20px;
      margin: auto;
    }
  
    .zootvms_app9-con h2 {
      font-size: 40px;
    }
  
    .zootvms_app9-con p {
      font-size: 18px;
    }
  
    .zootvms_app9-con img {
      max-width: 400px;
    }
  }
  
  @media (max-width: 768px) {
    .zootvms_app9-con {
      padding: 15px;
      margin: auto;
    }
  
    .zootvms_app9-con h2 {
      font-size: 26px;
    }
  
    .zootvms_app9-con p {
      font-size: 16px;
    }
  
    .zootvms_app9-con img {
      max-width: 350px;
    }
  }
  
  @media (max-width: 576px) {
    .zootvms_app9-con {
      padding: 10px;
      margin: auto;
    }
  
    .zootvms_app9-con h2 {
        text-align: center;
      font-size: 28px;
    }
  
    .zootvms_app9-con p {
      font-size: 16px;
    }
  
    .zootvms_app9-con img {
      max-width: 300px;
    }
  }
  

