
    body{
        background-color: #fff;
    }
    #activities-section {
        padding: 70px 0;
    
    }
    .head-sub{
        background: linear-gradient(90deg, #024c7d 0%, #88c506 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-align: center;
        font-weight: 800;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .head-main{
        color: #03345f;
        font-size: 42px;
        font-weight: 500;
        margin: 0;
    }

    .head-text {
        color: #526274;
        font-size: 16px;
        margin: 0;
    }

    .care-card {
        width: 100%;
        background: #fff;
        border-radius: 24px;
        border: 1px solid #dceeff;
        box-shadow: 0 18px 45px rgba(6, 69, 120, 0.08);
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .featured-card {
        position: relative;
        height: 100%;
        padding: 45px;
        background: linear-gradient(145deg, #064578, #032f55);
        color: #fff;
    }
    .featured-card h3 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 18px;
    }
    .featured-card .icon-box {
        background: #fff;
        color: #52A14D;
        margin-bottom: 28px;
    }

    .featured-card p {
        color: rgba(255, 255, 255, 0.86);
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .highlight-line {
        display: inline-block;
        background: #52A14D;
        color: #fff;
        padding: 13px 18px;
        border-radius: 12px;
        font-weight: 600;
        z-index: 1;
        position: absolute;
        bottom: 20px;

    }
    .featured-card .card-number {
        color: rgba(255, 255, 255, 0.13);
        font-size: 64px;
    }
    .card-number {
        position: absolute;
        top: 22px;
        right: 26px;
        font-size: 42px;
        font-weight: 900;
        color: rgba(6, 69, 120, 0.08);
        line-height: 1;
    }

    .featured-card::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -80px;
        bottom: -80px;
        background: rgba(242, 107, 33, 0.25);
        border-radius: 50%;
    }


    .small-card {
        margin: 0;
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 10px;
    }
    .icon-box {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        background: #eaf5ff;
        color: #064578;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        flex-shrink: 0;
    }

    .content-wrap {
        display: flex;
        gap: 22px;
        align-items: center;
        padding-right: 35px;
    }

    .small-card h4 {
        color: #064578;
        font-size: 20px;
        font-weight: 850;
        margin-bottom: 8px;
        line-height: 1.35;
    }




  /* Dots wrapper */
.slick-dots {
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;

  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin: 0;
  padding: 0;
  list-style: none;
}

/* Each dot item */
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;

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

/* Dot button */
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;

  border: 0;
  border-radius: 50%;
  background: #cbd5e1;

  display: block;
  font-size: 0;
  line-height: 0;

  transition: all 0.3s ease;
}

/* Remove default slick dot */
.slick-dots li button::before {
  display: none;
  content: "";
}

/* Active dot */
.slick-dots li.slick-active button {
  width: 34px;
  height: 12px;
  border-radius: 30px;
  background: #064578;
}


@media (max-width: 992px) {
     #activities-section {
        padding: 50px 0;
    
    }
    #main-crsl{
        margin-top: 25px;
    }

    #nav-crsl{
        margin-top: 20px;
    }
    .featured-card-s {
        padding: 45px 30px;
        background: linear-gradient(145deg, #064578, #032f55);
        color: #fff;
        height: 100%;
        position: relative;

    }
    .featured-card-s .card-number {
        color: rgba(255, 255, 255, 0.13);
        font-size: 64px;
    }
     .featured-card-s h3 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 18px;
    }
    .featured-card-s .icon-box {
        background: #fff;
        color: #52A14D;
        margin-bottom: 28px;
    }

    .featured-card-s p {
        color: rgba(255, 255, 255, 0.86);
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 24px;
    }
    .featured-card-s::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -80px;
        bottom: -80px;
        background: rgba(242, 107, 33, 0.25);
        border-radius: 50%;
    }
    
}

@media (max-width: 578px) {

    .featured-card{
        height: 100%;
    }
     .small-card h4 {
        font-size: 13px;
        font-weight: 600;
    }
     .featured-card h3 {
        font-size: 24px;
    }
}