.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 350 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.hero-title {
  font-size: 45px !important;
  font-weight: 700;
}
.hero-subtitle {
  font-size: 28.5px;
  margin-top: 23px;
  margin-bottom: 18px;
  /* display: flex; */
  align-items: center;
  gap: 6px;
  font-weight: 700;
}
.inline-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.hero-description {
  font-size: 17.5px;
  line-height: 1.6;
  max-width: 680px;
  font-weight: 400;
}

/* 2ndcard */
/* -------Services Section------ */

/* ===== Section Title ===== */
.services-title {
    font-weight: 700;
    font-size: 27px;
    color: #230756;
}

/* ===== Service Card ===== */
.service-card {
    height: 100%;
    border-radius: 12px;
    border: 2px solid rgba(235, 235, 235, 0.70);
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0 !important;
    background: #F9F9F9; /* ✅ default background */
    transition: all 0.3s ease;
    position: relative;
}

/* ===== Hover State ===== */
.service-card:hover {
    border-radius: 12px;
    border: 2px solid rgba(214, 162, 37, 0.40);
    box-shadow: 0 0 25px rgba(214, 162, 37, 0.50);

    /* ✅ same background feel as image */
    background:
        linear-gradient(
            to bottom,
            rgba(84, 36, 130, 0.12) 0%,
            #F9F9F9 25%,
            #F9F9F9 90%,
            rgba(84, 36, 130, 0.12) 100%
        );
}


/* Highlighted Card */

.service-card h4 {
    font-weight: 700;
    font-size: 22px;
    color: #230756;
}

/* List Styling */
.service-list {
    padding:7px;
    list-style: none;
    margin-bottom: 0;
}

.service-list li {
    display: flex;
    gap: 10px;
    font-weight: 400;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
    line-height: 1.2;
    padding-left: 10px;
}

.lightning-list-icon {
    width: auto;
    height:18px;
    margin-top: 1px;
}

.service-list i {
    color: #6f42c1;
    font-size: 14px;
    margin-top: 2px;
}

/* Icon Circle */
.service-icon {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon-hover {
    display: none;
}

.service-card:hover .icon-default {
    display: none; /* Hide default icon on hover */
}

.service-card:hover .icon-hover {
    display: block; /* Show hover icon */
}

.divider-line {
    height: 5px;
    width: 100%;
    background: #F3F0F6;
}

.service-icon img {
    width: 20%;
}
.light-icon {
    width: 22px;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/service_sm_bg.webp") !important; */
    background-size: cover;
    background-position:top center;
    color: #fff;
    padding: 50px 0;
  }
  .hero-title {
    font-size: 32px !important;
    font-weight: 700;
  }
  .services-section{
      padding-bottom:15rem;
  }
  .hero-title {
    font-size: 32px !important;
  }
  .hero-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 395px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/service_sm_bg.webp") !important; */
     background-size: cover;
    background-position:top center;
    color: #fff;
    padding: 50px 0;
  }
  .hero-title {
    font-size: 32px !important;
    font-weight: 700;
  }
  .services-section{
      padding-bottom:11rem;
  }
  .hero-title {
    font-size: 32px !important;
  }
  .hero-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 396px) and (max-width: 768px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/service_sm_bg.webp") !important; */
      background-size: cover;
    background-position:top center;
    color: #fff;
    padding: 50px 0;
  }
  .services-section{
      padding-bottom:10.5rem;
  }
  .hero-title {
    font-size: 32px !important;
  }
  .hero-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.95px) {
    .hero-section {
        position: relative;
        /* background-image: url("../images/service_bg.webp") !important; */
        background-size: cover;
        background-position: center;
        /* min-height: 80vh; */
        background-size: 100% 100%;
        color: #fff;
        padding: 50px 0;
    }
    .services-section{
      padding-bottom:8.5rem;
    }
    .hero-title {
      font-size: 32px !important;
    }
    .hero-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .common-padding {
    padding: 0px 70px !important;
    max-width: 1500px;
  }

  .hero-section {
    position: relative;
    /* background-image: url("../images/service_bg.webp") !important; */
    background-size: cover;
    background-position: center;
    /* min-height: 80vh; */
    /* background-size: 100% 100%; */
    color: #fff;
    padding: 180px 0 !important;
  }
  .services-section{
    padding-bottom:8.5rem;
  }
}