:root{
  --ezy-border-color: rgb(130, 137, 151);
}

/* case8 */
.ezy__featured5 {
  /* Bootstrap variables */
  --bs-body-color: #23262f;
  --bs-body-bg: rgba(224, 214, 250, 0.51);
  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-item-bg: rgb(246, 246, 246);
  --ezy-item-icon-bg: rgb(255, 255, 255);
  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .ezy__featured5 {
    padding: 40px;
  }
}

/* Gray Block Style */
.gray .ezy__featured5,
.ezy__featured5.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
  /* Easy Frontend variables */
  --ezy-item-bg: #fff;
  --ezy-item-icon-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__featured5,
.ezy__featured5.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
  /* Easy Frontend variables */
  --ezy-item-bg: rgb(11, 23, 39);
  --ezy-item-icon-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__featured5,
.ezy__featured5.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
  /* Easy Frontend variables */
  --ezy-item-bg: rgb(30, 39, 53);
  --ezy-item-icon-bg: rgb(11, 23, 39);
}

.ezy__featured5-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__featured5-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__featured5-sub-heading {
  font-size: 18px;
  line-height: 25px;
  color: var(--bs-body-color);
}

.ezy__featured5-item {
  background-color: var(--ezy-item-bg);
  border-radius: 20px;
}

[class*="ezy__featured5-shape-"] {
  position: relative;
}

[class*="ezy__featured5-shape-"]::before {
  content: "";
  background-color: var(--ezy-theme-color);
  border-radius: 20px;
  position: absolute;
  top: -25px;
  bottom: -25px;
  width: 33%;
  z-index: -1;
}

.ezy__featured5-shape-start::before {
  left: -25px;
}

.ezy__featured5-shape-end::before {
  right: -25px;
}

.ezy__featured5-icon {
  width: 74px;
  height: 74px;
  background-color: var(--ezy-item-icon-bg);
  color: var(--ezy-theme-color);
  border-radius: 10px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 34px 0 rgba(163, 190, 241, 0.12);
  z-index: 1;
}

.ezy__featured5-title {
  color: var(--bs-body-color);
}

.ezy__featured5-content {
  color: var(--bs-body-color);
  opacity: 0.7;
}


/* case6 */
    .tech-section {
      padding: 70px;
      text-align: center;
      background-color: #007bff09;
    }

    .tech-section h2 {
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: 50px;
    }

    .tech-section h2 span {
      color: #007bff;
    }

    .tech-divider {
      border-top: 1px solid #dee2e6;
      margin: 40px 0;
    }

    .tech-category {
      text-align: left;
      font-weight: 500;
      margin-bottom: 20px;
      color: #333;
    }

    .tech-logos img {
      height: 63px;
      margin: 15px 30px;
      transition: transform 0.3s ease;
    }

    .tech-logos img:hover {
      transform: scale(1.1);
    }

    @media (max-width: 768px) {
      .tech-logos img {
        height: 60px;
        margin: 10px 15px;
      }
    }
  
    /* case5 */
/* =========================
   TEAM SECTION
========================= */
.ezy__team2 {
  background: #f4f4f8;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.ezy__team2-container {
  max-width: 1250px;
  margin: 0 auto;
}

/* =========================
   HEADER
========================= */
.ezy__team2-header {
  text-align: center;
  margin-bottom: 50px;
}

.ezy__team2-heading {
  font-size: 42px;
  font-weight: 600;
  color: #071c39;
  margin: 0;
  line-height: 1.2;
}

.ezy__team2-sub-heading {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 15px auto 0;
  line-height: 1.7;
}
.ezy__team2-tag {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  color: #0d8bff;
  margin-bottom: 5px;
  padding: 0 18px;
}

/* =========================
   GRID
========================= */
.ezy__team2-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}

/* =========================
   CARD
========================= */
.ezy__team2-card {
  text-align: center;
}

/* =========================
   IMAGE
========================= */
.ezy__team2-image-wrapper {
  width: 230px;
  height: 230px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.ezy__team2-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   CONTENT
========================= */
.ezy__team2-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #071c39;
  margin-bottom: 10px;
}

.ezy__team2-content p {
  font-size: 17px;
  color: #1f2f46;
  line-height: 1.5;
  margin-bottom: 22px;
  min-height: 50px;
}

/* =========================
   SOCIAL ICONS
========================= */
.ezy__team2-social-links {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.ezy__team2-social-links a {
  color: #6f7785;
  font-size: 28px;
  text-decoration: none;
  transition: 0.3s ease;
}

.ezy__team2-social-links a:hover {
  color: #0d6efd;
  transform: translateY(-3px);
}

/* =========================
   LARGE TABLET
========================= */
@media (max-width: 1199px) {
  .ezy__team2-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }

  .ezy__team2-image-wrapper {
    width: 210px;
    height: 210px;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 768px) {
  .ezy__team2 {
    padding: 50px 16px;
  }

  .ezy__team2-heading {
    font-size: 38px;
  }

  .ezy__team2-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }

  .ezy__team2-image-wrapper {
    width: 180px;
    height: 180px;
  }

  .ezy__team2-content h4 {
    font-size: 22px;
  }

  .ezy__team2-content p {
    font-size: 15px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 576px) {
  .ezy__team2 {
    padding: 40px 14px;
  }

  .ezy__team2-heading {
    font-size: 30px;
  }

  .ezy__team2-row {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ezy__team2-image-wrapper {
    width: 200px;
    height: 200px;
  }

  .ezy__team2-content h4 {
    font-size: 24px;
  }

  .ezy__team2-content p {
    font-size: 16px;
    min-height: auto;
  }

  .ezy__team2-social-links a {
    font-size: 24px;
  }
}
    /* case 23 */
    .ezy__clients8 {
      /* Bootstrap variables */
      --bs-body-color: #28303b;
      --bs-body-bg: rgb(255, 255, 255);

      /* Easy Frontend variables */
      --ezy-theme-color: rgb(13, 110, 253);
      --ezy-theme-color-rgb: 13, 110, 253;
      --ezy-item-bg: #f4f7fd;

      background-color: var(--bs-body-bg);
      overflow: hidden;
      /* padding: 10px; */
      padding-bottom: 50px;
    }

    @media (min-width: 768px) {
      .ezy__clients8 {
        /* padding: 10px; */
        padding-bottom: 50px;
      }
    }

    /* Gray Block Style */
    .gray .ezy__clients8,
    .ezy__clients8.gray {
      /* Bootstrap variables */
      --bs-body-bg: rgb(246, 246, 246);

      /* Easy Frontend variables */
      --ezy-item-bg: #fff;
    }

    /* Dark Gray Block Style */
    .dark-gray .ezy__clients8,
    .ezy__clients8.dark-gray {
      /* Bootstrap variables */
      --bs-body-color: #ffffff;
      --bs-body-bg: rgb(30, 39, 53);

      /* Easy Frontenrgb(16, 26, 39)bles */
      --ezy-item-bg: #263344;
    }

    /* Dark Block Style */
    .dark .ezy__clients8,
    .ezy__clients8.dark {
      /* Bootstrap variables */
      --bs-body-color: #ffffff;
      --bs-body-bg: rgb(11, 23, 39);

      /* Easy Frontend variables */
      --ezy-item-bg: #162231;
    }

    .ezy__clients8-heading {
      font-weight: bold;
      font-size: 25px;
      line-height: 25px;
      color: var(--bs-body-color);
    }

    @media (min-width: 768px) {
      .ezy__clients8-heading {
        font-size: 35px;
        line-height: 35px;
      }
    }

    .ezy__clients8-sub-heading {
      font-size: 18px;
      line-height: 25px;
      color: var(--bs-body-color);
      opacity: 0.7;
    }

    .ezy__clients8-item {
      background-color: var(--ezy-item-bg);
      border-radius: 10px;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .ezy__clients8-img {
      max-height: 100%;
      max-width: 100%;
    }


    /* case 7 */
 
.ezy__howitworks11 {
  /* Bootstrap variables */
  --bs-body-color: #212529;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-border-color: rgba(0, 0, 0, 0.3) !important;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  position: relative;
  /* padding: 60px 0; */
}

@media (min-width: 768px) {
  .ezy__howitworks11 {
    /* padding: 100px 0; */
  }
}

/* Gray Block Style */
.gray .ezy__howitworks11,
.ezy__howitworks11.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__howitworks11,
.ezy__howitworks11.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Dark Block Style */
.dark .ezy__howitworks11,
.ezy__howitworks11.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-border-color: rgba(255, 255, 255, 0.3) !important;
}

.ezy__howitworks11-heading {
  font-size: 25px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .ezy__howitworks11-heading {
    font-size: 45px;
  }
}

.ezy__howitworks11-divider {
  width: 7%;
  height: 2px;
  opacity: 0.75;
  background-color: var(--bs-body-color);
}

.ezy__howitworks11-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  border-right: 5px dashed  rgba(0, 0, 0, 0.3);
   overflow: hidden;
}

@media (min-width: 768px) {
  .ezy__howitworks11-line {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ezy__howitworks11-end {
  position: absolute;
  bottom: -10px;
  left: -13px;
  background-color: var(--bs-body-bg);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ezy__howitworks11-title {
  color: var(--ezy-theme-color);
  font-weight: 500;
}
.ezy__howitworks11-count {
  position: absolute;
  top: 0;
  background-color: var(--bs-body-bg);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
.ezy__howitworks11-count span {
  font-size: 40px;
  font-weight: 700;
}
.ezy__howitworks11-count-one,
.ezy__howitworks11-count-two,
.ezy__howitworks11-count-three {
  left: -60px;
}

@media (min-width: 768px) {
  .ezy__howitworks11-count-one,
  .ezy__howitworks11-count-three {
    right: -60px;
    left: 100%;
  }
  .ezy__howitworks11-count-two {
    left: -22px;
  }
}

/* case 13 */
.st-stats-section {
  padding: 80px 0;
  background-color: #f8f9ff;
}

.st-stat-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.st-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.st-stat-icon {
  width: 60px;
  margin-bottom: 15px;
}

.st-counter {
  font-size: 2rem;
  font-weight: 800;
  color: #007bff;
  margin-bottom: 5px;
}

.st-stat-label {
  font-size: 0.95rem;
  color: #6c757d;
}

/* Responsive */
@media (max-width: 768px) {
  .st-counter {
    font-size: 1.6rem;
  }
}


/* =========================
   Layout 18 CSS
========================= */

/* .bgcolor {
    background: #f8f9fa;
} */

/* Section Title */
/* .section-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 8px 18px;
} */

/* Main Heading */
/* .display-6 {
    font-weight: 700;
    line-height: 1.3;
    color: #111;
} */

/* Feature Cards */
/* .row.g-4 > .col-md-3 {
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 12px;
} */

/* .row.g-4 > .col-md-3:hover {
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
} */

/* Icons */
/* .row.g-4 i {
    transition: all 0.3s ease;
} */

/* .row.g-4 > .col-md-3:hover i {
    transform: scale(1.1);
} */

/* Card Titles */
/* .row.g-4 h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
} */

/* Card Description */
/* .row.g-4 p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 0;
} */

/* Responsive */
/* @media (max-width: 991px) {
    .row.g-4 > .col-md-3 {
        margin-bottom: 20px;
    }
} */

/* @media (max-width: 767px) {
    .display-6 {
        font-size: 32px;
    } */

    /* .row.g-4 h5 {
        font-size: 18px;
    } */

    /* .row.g-4 p {
        font-size: 14px;
    }
} */


/* case 30 */
  .st-intern-section {
    background-color: #e3f2fd;
    padding: 60px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .st-intern-hero h1 {
    color: #3b71ca;
    font-weight: 700;
    font-size: 2.5rem;
  }
  .st-intern-hero h5 {
    color: #555;
    letter-spacing: 1px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .st-intern-card {
    background: transparent;
    border: none;
    margin-top: 30px;
  }
  .st-intern-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    
  }
  .st-intern-img-wrapper {
    border-radius: 30px;  
    width: 100%;

  }
  .st-form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #adc5d8;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 20px;
    color: #333;
  }
  .st-form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #3b71ca;
    background: transparent;
  }
  .st-file-upload {
    background: #f8f9fa;
    border: 1px dashed #adc5d8;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
  }
  .st-btn-submit {
    /* background: #3b71ca; */
    color: black;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 20px;
    transition: 0.3s;
  }
  .st-btn-submit:hover {
    background: #769de0;
    transform: translateY(-2px);
  }
  @media (max-width: 768px) {
    .st-intern-hero h1 { font-size: 1.8rem; }
    .st-intern-img { margin-bottom: 30px; }
  }



/* case 9 */
.st-rich-text-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

/* Section Tag */
.st-section-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  color: #356cb5 !important;
  background: rgba(53, 108, 181, 0.08);
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 700;
}

/* Main Heading */
.st-section-heading {
  font-size: 48px;
  line-height: 1.2;
  color: #0f172a;
  margin-top: 15px;
  margin-bottom: 0;
}

/* Main Rich Text Wrapper */
.st-rich-content-wrapper {
  font-size: 17px;
  line-height: 1.9;
  color: #475569;
}

/* Rich Text Content Styling */
.st-rich-content-wrapper p {
  margin-bottom: 1.5rem;
}

.st-rich-content-wrapper h1,
.st-rich-content-wrapper h2,
.st-rich-content-wrapper h3,
.st-rich-content-wrapper h4,
.st-rich-content-wrapper h5,
.st-rich-content-wrapper h6 {
  color: #0f172a;
  font-weight: 700;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.st-rich-content-wrapper ul,
.st-rich-content-wrapper ol {
  padding-left: 20px;
  margin-bottom: 1.5rem;
}

.st-rich-content-wrapper li {
  margin-bottom: 10px;
}

.st-rich-content-wrapper a {
  color: #356cb5;
  text-decoration: none;
  font-weight: 600;
}

.st-rich-content-wrapper a:hover {
  text-decoration: underline;
}

.st-rich-content-wrapper blockquote {
  border-left: 4px solid #356cb5;
  padding-left: 20px;
  margin: 25px 0;
  color: #334155;
  font-style: italic;
  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
}

/* Sidebar */
.st-items-sidebar {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0;
  border-radius: 20px !important;
  height: 100%;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
}

/* Sidebar Title */
.st-items-sidebar h3 {
  color: #0f172a;
  font-size: 20px;
}

/* Item Card */
.st-rich-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.st-rich-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Item Title */
.st-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* Item Description */
.st-item-description {
  color: #64748b;
  line-height: 1.8;
  font-size: 15px;
}

.st-item-description p:last-child {
  margin-bottom: 0;
}

.st-item-description ul,
.st-item-description ol {
  padding-left: 18px;
}

.st-item-description li {
  margin-bottom: 8px;
}

/* Optional Divider */
.st-items-sidebar .border-bottom {
  border-color: #dbe4ee !important;
}

/* Responsive */
@media (max-width: 991px) {
  .st-section-heading {
    font-size: 38px;
  }

  .st-items-sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .st-rich-text-section {
    padding: 60px 0;
  }

  .st-section-heading {
    font-size: 30px;
  }

  .st-rich-content-wrapper {
    font-size: 16px;
    line-height: 1.8;
  }

  .st-items-sidebar {
    padding: 25px !important;
  }
}


/* case 10 */
.st-hero-wrapper {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #000;
  font-family: 'Inter', sans-serif;
}

/* Slide */
.st-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;       /* ✅ vertical center */
  justify-content: center;   /* ✅ horizontal center */

  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s;
}

.st-hero-slide.active {
  opacity: 1;
  visibility: visible;
}

/* Background */
.st-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 6s ease;
  z-index: 1;
}

.st-hero-slide.active .st-hero-bg {
  transform: scale(1.1);
}

/* Overlay */
.st-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  z-index: 2;
}

/* Content */
.st-hero-content {
  position: relative;
  z-index: 3;
  color: #fff;

  max-width: 900px;
  width: 100%;

  /* ✅ center fix */
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Tag */
.st-hero-tag {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #f5f5f5;

  animation: fadeInUp 0.8s ease forwards;
}

/* Title */
.st-hero-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 300;
  line-height: 1.1;
  color: white;

  margin: 0;

  animation: fadeInUp 1s ease 0.2s forwards;
  opacity: 0;
}

/* Navigation Arrows */
.st-hero-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 10;
  pointer-events: none;
}

.st-hero-nav button {
  pointer-events: auto;
  background: rgba(255,255,255,0.1);
  border: none;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.st-hero-nav button:hover {
  background: #00a2ff;
}

/* Dots */
.st-hero-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}

.st-hero-dot {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,0.5);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.st-hero-dot.active {
  border-color: #00a2ff;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,162,255,0.4);
}

.st-hero-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================= */
/* 📱 Responsive Fix */
/* ========================= */

@media (max-width: 992px) {
  .st-hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .st-hero-wrapper {
    height: 80vh;
  }

  .st-hero-title {
    font-size: 2rem;
  }

  .st-hero-tag {
    font-size: 0.9rem;
  }

  .st-hero-content {
    padding: 0 15px;
  }

  .st-hero-nav {
    display: none;
  }

  .st-hero-dots {
    bottom: 20px;
    transform: translateX(-50%) scale(0.8);
  }
}

@media (max-width: 480px) {
  .st-hero-title {
    font-size: 1.6rem;
  }
}

/* case 11*/
.st-stt-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  }

.st-stt-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left:50px;
  margin-right: 20px;
}

.st-stt-heading span {
  color: #2b5a9e;
}

.st-stt-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.st-stt-item:hover {
  transform: translateX(5px);
}

.st-stt-icon-box {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background: #f0f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

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

}

.st-stt-number {
color: #356cb5;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

.st-stt-label {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-top: 5px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .st-stt-section { padding: 60px 0; }
  .st-stt-heading { font-size: 2rem; text-align: center; margin-left: 20px; } /* Fixed margin for mobile */
}

@media (max-width: 576px) {
  .st-stt-heading { font-size: 1.75rem; text-align: left; margin-left: 20px; margin-bottom: 30px; }
  .st-stt-number { font-size: 1.8rem; }
  
  .st-stt-item { 
    /* Changed from column to row to keep icon on the left */
    flex-direction: row; 
    align-items: flex-start; 
    text-align: left; 
    padding-left: 20px; /* Added some breathing room */
  }

  .st-stt-icon-box { 
    margin-right: 15px; /* Restored margin for spacing between icon and text */
    margin-bottom: 0; 
    flex-shrink: 0; /* Prevents the icon circle from squishing */
  }
}
