.trust-focus-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.focus-item {
  display: flex;
  align-items: center;
  gap: 10px 14px;
  background: #eeeeff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  color: #1f238a;
  transition: 0.4s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: 200px;
}

.focus-item i {
  font-size: 22px;
  color: #e49721;
}

.focus-item:hover {
  transform: translateY(-5px);
  background: #1f238a;
  color: #fff;
}

.focus-item:hover i {
  color: #fff;
}
.achievement-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.achievement-box {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  border-bottom: 4px solid #1f238a;
}

.achievement-box i {
  font-size: 40px;
  color: #e49721;
  margin-bottom: 15px;
  display: inline-block;
}

.achievement-box h4 {
  font-size: 18px;
  line-height: 28px;
  color: #1f238a;
  margin: 0;
  font-weight: 600;
}

.achievement-box:hover {
  transform: translateY(-8px);
}

.trust-info-box {
  background: #f8fbff;
  padding: 30px;
  border-left: 5px solid #e49721;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.vm-creative-area {
  background: #f5f7fc;
  overflow: hidden;
}

.vm-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
}

.vm-left-box,
.vm-right-box {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.vision-card,
.mission-card {
  position: relative;
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
  transition: 0.5s;
}

.vision-card {
  background: linear-gradient(135deg, #d9ff69, #b8f13d);
}

.mission-card {
  background: linear-gradient(135deg, #3366ff, #1d42b5);
}

.vision-card:hover,
.mission-card:hover,
.image-box:hover {
  transform: translateY(-10px);
}

.icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

.icon i {
  font-size: 42px;
}

.vision-card .icon i {
  color: #7cb000;
}

.mission-card .icon i {
  color: #3366ff;
}

/* .vision-card h3,
.mission-card h3 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 20px;
} */

/* .vision-card p,
.main-title p {
  font-size: 16px;
  line-height: 30px;
  color: #444;
} */

.mission-card h3,
.mission-card ul li {
  color: #fff;
}

.vision-card ul,
.mission-card ul {
  padding: 0;
  list-style: none;
}

.vision-card ul li,
.mission-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  line-height: 20px;
}

.vision-card ul li::before,
.mission-card ul li::before {
  content: "\eed6";
  font-family: IcoFont;
  position: absolute;
  left: 0;
  top: 0;
}

.image-box {
  border-radius: 30px;
  overflow: hidden;
  height: 320px;
  transition: 0.5s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-title span {
  color: #3366ff;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
}
.main-title {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .vm-wrapper {
    grid-template-columns: 1fr;
  }

  .main-title h2 {
    font-size: 42px;
  }

  .vision-card,
  .mission-card {
    padding: 30px;
  }
}
.founder-area {
  background: #f5f5f5;
  overflow: hidden;
  padding-top:30px;
  }

/* Section Title */

.section-title {
  margin-bottom: 60px;
}

.section-title span {
  display: inline-block;
  color: #e49721;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.founder-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.5s;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.founder-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Image */

.founder-img {
  position: relative;
  padding: 20px 20px 0;
  overflow: hidden;
}

.founder-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.6s;
}

.founder-card:hover .founder-img img {
  transform: scale(1.05);
}

/* Social */

.founder-social {
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  width: 60px;
  background: #fff;
  border-radius: 6px;
  padding: 18px 0;
  text-align: center;
  transition: 0.5s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.founder-card:hover .founder-social {
  right: 0;
}

.founder-social a {
  display: block;
  margin: 16px 0;
  color: #001659;
  font-size: 18px;
  transition: 0.3s;
}

.founder-social a:hover {
  color: #e49721;
  transform: scale(1.2);
}

/* Content */

.founder-content {
  padding: 30px;
}

.founder-content h3 {
  color: #1f238a;
  margin-bottom: 5px;
  font-weight: 700;
}

.founder-content span {
  display: inline-block;
  margin-bottom: 5px;
  color: #e49721;
  font-size: 18px;
  font-weight: 600;
}

.founder-btn {
  display: inline-block;
  padding: 13px 30px;
  background: #1f238a;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.4s;
}

.founder-btn:hover {
  background: #e49721;
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive */

@media (max-width: 991px) {
  .founder-img img {
    height: 350px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .founder-content h3 {
    font-size: 28px;
  }
}
.latest-news-area {
  background: #f8f9fa;
}

.news-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin: 10px;
  transition: 0.4s;
}

.news-img {
  position: relative;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.5s;
}

/* Overlay */
.news-overlay {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-align: center;
  transition: 0.5s;
}

.news-overlay h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.news-item:hover .news-overlay {
  bottom: 0;
}

.news-item:hover img {
  transform: scale(1.1);
}

/* Read More Button */
.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff5a3c;
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
}

.read-more-btn:hover {
  background: #fff;
  color: #ff5a3c;
}

.read-more-btn i {
  transition: 0.4s;
}

.read-more-btn:hover i {
  transform: translateX(5px);
}

/* Bottom Date */
.news-content {
  padding: 18px 20px;
}

.news-content span {
  font-size: 15px;
  color: #666;
}
.news-content p {
  margin: 0px !important;
  font-weight: bold;
}
.news-content i {
  color: #ff5a3c;
  margin-right: 5px;
}

/* Owl Carousel */
.news-scroll-wrapper .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.news-scroll-wrapper .owl-nav button.owl-prev,
.news-scroll-wrapper .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  background: #ff5a3c !important;
  color: #fff !important;
  font-size: 20px !important;
  margin: 0 5px;
  transition: 0.4s;
}

.news-scroll-wrapper .owl-nav button:hover {
  background: #000 !important;
}

.news-scroll-wrapper .owl-nav button i {
  font-size: 24px;
}

.news-scroll-wrapper .owl-nav button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.news-scroll-wrapper .owl-nav button i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

/* Owl Navigation Fix */
.news-scroll-wrapper .owl-nav {
  display: block !important;
  text-align: center;
  margin-top: 25px;
}

.news-scroll-wrapper .owl-nav .owl-prev,
.news-scroll-wrapper .owl-nav .owl-next {
  width: 50px !important;
  height: 50px !important;
  background: #ff5a3c !important;
  color: #fff !important;
  border-radius: 50% !important;
  margin: 0 8px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  transition: 0.4s;
}

.news-scroll-wrapper .owl-nav .owl-prev:hover,
.news-scroll-wrapper .owl-nav .owl-next:hover {
  background: #000 !important;
}

.news-scroll-wrapper .owl-nav i {
  color: #fff !important;
  font-size: 18px !important;
}

/* Left Right Side Navigation */
.news-scroll-wrapper .owl-nav {
  margin: 0 !important;
}

.news-scroll-wrapper .owl-nav .owl-prev,
.news-scroll-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  background: #ff5a3c !important;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: 0.4s;
}

/* Left Arrow */
.news-scroll-wrapper .owl-nav .owl-prev {
  left: -25px;
}

/* Right Arrow */
.news-scroll-wrapper .owl-nav .owl-next {
  right: -25px;
}

.news-scroll-wrapper .owl-nav .owl-prev:hover,
.news-scroll-wrapper .owl-nav .owl-next:hover {
  background: #000 !important;
}

.news-scroll-wrapper .owl-nav span {
  font-size: 30px;
  line-height: 1;
}

.news-scroll-wrapper {
  position: relative;
}
/* Latest News Background Image */
.icon-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.icon-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

/* IcoFont icon */
.icon-list li::before {
  content: "\efb2"; /* example icon code */
  font-family: "IcoFont";
  position: absolute;
  left: 0;
  top: 2px;
  color: #ff6600;
  font-size: 16px;
}
/* Home page css */

        .latest-news-area {
            position: relative;
            background: url("assets/img/latest-news-bg.jpg") center center/cover no-repeat;
            z-index: 1;
        }

        /* Opacity Overlay */
        .latest-news-area::before {
            content: "";
            position: absolute;
            inset: 0;
            background: #1f238aa8;
            /* opacity */
            z-index: -1;
        }

        /* Title Color */
        .latest-news-area .section-title h2,
        .latest-news-area .section-title .sub-title {
            color: #fff;
        }

        .partners-area {
            background: #f8f9fa;
            position: relative;
        }

        .partner-item {
            background: #fff;
            border-radius: 15px;
            padding: 2px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.4s;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
        }

        .partner-item:hover {
            transform: translateY(-8px);
        }

        .partner-item img {
            max-width: 100%;
            max-height: 90px;
            width: auto;
            object-fit: contain;
            /* filter: grayscale(100%); */
            transition: 0.4s;
        }

        .partner-item:hover img {
            filter: grayscale(0%);
        }

        .hero-slider {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .slide.active {
            opacity: 1;
            z-index: 1;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Overlay */
        .overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.45);
        }

        /* Content */
        .slide-content {
            position: absolute;
            top: 50%;
            left: 8%;
            transform: translateY(-50%);
            color: #fff;
            z-index: 5;
            max-width: 650px;
        }

        .slide-content span {
            color: #f5b041;
            font-size: 18px;
            font-weight: 600;
            display: block;
            margin-bottom: 15px;
        }

        .slide-content h1 {
            font-size: 68px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .slide-content p {
            font-size: 18px;
            line-height: 1.7;
            margin-bottom: 30px;
        }

        /* Buttons */
        .hero-btns .common-btn {
            display: inline-block;
            padding: 14px 32px;
            border-radius: 40px;
            text-decoration: none;
            margin-right: 15px;
            transition: 0.4s;
            font-weight: 600;
        }

        .btn-one {
            border: 2px solid #fff;
            color: #fff;
            background: transparent;
        }

        .btn-two {
            background: #f5b041;
            color: #fff;
        }

        .btn-one:hover,
        .btn-two:hover {
            background: #fff;
            color: #000;
        }

        /* Arrows */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 60px;
            border: none;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.25);
            color: #fff;
            font-size: 28px;
            cursor: pointer;
            z-index: 10;
            transition: 0.3s;
        }

        .slider-arrow:hover {
            background: #f5b041;
        }

        .prev {
            left: 30px;
        }

        .next {
            right: 30px;
        }

        /* Responsive */
        @media(max-width:768px) {

            .hero-slider {
                height: 80vh;
            }

            .slide-content {
                left: 5%;
                right: 5%;
                max-width: 100%;
            }

            .slide-content h1 {
                font-size: 38px;
            }

            .slide-content p {
                font-size: 16px;
            }

            .slider-arrow {
                width: 45px;
                height: 45px;
                font-size: 20px;
            }
        }



        /* ===================================
   Banner Feature Section Animation
=================================== */

        .banner-feature-section {
            position: relative;
            margin-top: -110px;
            z-index: 20;
            padding: 0 80px;
        }

        .feature-box {
            position: relative;
            min-height: 205px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;

            transition: all 0.5s ease;
        }

        /* Hover Lift Effect */
        .feature-box:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
        }

        /* Content Animation */
        .feature-content {
            text-align: center;
            padding: 0 30px;
            position: relative;
            z-index: 5;

            transition: all 0.5s ease;
        }

        .feature-box:hover .feature-content {
            transform: scale(1.04);
        }

        /* Heading */
        .feature-content h2 {
            color: #fff;
            transition: 0.4s;
        }

        /* Paragraph */
        .feature-content p {
            color: #fff;
            margin-bottom: 20px;
        }

        /* Divider Line */
        .feature-content .line {
            width: 70px;
            height: 3px;
            background: #fff;
            margin: 0 auto 20px;

            transition: 0.5s;
        }

        .feature-box:hover .line {
            width: 120px;
        }

        /* Button */
        .feature-btn {
            display: inline-block;
            padding: 5px 20px;
            border: 2px solid #fff;
            border-radius: 40px;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.4s ease;
        }

        /* Button Hover */
        .feature-btn:hover {
            background: #fff;
            color: #000;
            transform: scale(1.08);
        }

        /* Left Box */
        .feature-one {
            background: linear-gradient(135deg, #f2533b, #ff7b63);
        }

        /* Middle Box */
        .feature-two {
            position: relative;
            background: url("assets/img/home-wlcome-img.jpg") center center/cover no-repeat;
        }

        /* Background Zoom Animation */
        .feature-two::before {
            content: "";
            position: absolute;
            inset: 0;
            background: inherit;
            background-size: cover;
            background-position: center;

            transform: scale(1);
            transition: transform 6s ease;
        }

        .feature-two:hover::before {
            transform: scale(1.15);
        }

        /* Dark Overlay */
        .feature-overlay {
            position: absolute;
            inset: 0;
            background: rgb(31 35 138 / 81%);
            z-index: 2;

            transition: 0.4s;
        }

        .feature-two:hover .feature-overlay {
            background: rgba(0, 0, 0, 0.25);
        }

        /* Small Text */
        .small-text {
            color: #fff;
            font-size: 18px;
            display: block;
            margin-bottom: 20px;
        }

        /* Play Button */
        .play-btn {
            width: 90px;
            height: 90px;
            background: rgba(255, 255, 255, 0.18);
            border: 3px solid #fff;
            border-radius: 50%;

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

            color: #fff;
            font-size: 35px;

            transition: all 0.4s ease;

            animation: pulse 2s infinite;
        }

        /* Play Button Hover */
        .play-btn:hover {
            background: #fff;
            color: #000;
            transform: scale(1.12);
        }

        /* Pulse Animation */
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            }

            70% {
                box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            }
        }

        /* Right Box */
        .feature-three {
            background: linear-gradient(135deg, #5b9bd5, #7db9f0);
        }

        /* Responsive */
        @media(max-width:991px) {

            .banner-feature-section {
                margin-top: 0;
                padding: 0;
            }

            .feature-box {
                min-height: 340px;
            }

        }

        /* ====================================
   CLIENT LOGO SECTION
==================================== */

        .client-logo-area {

            background: linear-gradient(135deg, #1f2bd8, #7b2ff7);

            position: relative;

            overflow: hidden;
        }

        /* Wrapper */

        .client-logo-wrapper {

            display: flex;

            align-items: center;

            justify-content: space-between;
            /* 
            gap: 50px; */

            flex-wrap: wrap;
        }

        /* Left Content */

        .client-left-content {

            flex: 1;

            min-width: 300px;
        }

        .client-left-content span {

            color: #fff;

            font-size: 22px;

            font-weight: 500;

            display: block;

            margin-bottom: 15px;
        }

        .client-left-content h2 {

            color: #fff;

            font-size: 40px;

            font-weight: 800;

            line-height: 1.1;

            margin: 0;
        }

        /* Right Box */

        .client-slider-box {

            flex: 1;

            min-width: 350px;

            background: rgba(255, 255, 255, 0.12);

            padding: 25px 40px;

            border-radius: 25px;

            backdrop-filter: blur(10px);

            position: relative;
        }


        /* Responsive */

        @media(max-width:991px) {}

        @media(max-width:768px) {}

        .client-logo-item {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 120px;
        }

        .client-logo-item img {
            max-width: 100%;
            max-height: 80px;
            object-fit: contain;
        }

        /* About Image Animation */
        .about-img1 {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 15px #1f238a1f;

        }

        .about-img1 img {
            width: 100%;
            transition: 0.6s ease-in-out;
            animation: floatImage 10s ease-in-out infinite;
        }

        /* Hover Zoom Effect */
        .about-img1:hover img {
            transform: scale(1.05);
        }

        /* Floating Animation */
        @keyframes floatImage {
            0% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-12px);
            }

            100% {
                transform: translateY(0px);
            }
        }

     /* =========================
   TEAM SECTION STYLE
========================= */

.team-card {
    position: relative;
    display: flex;
    align-items: center;
    background: #fcfcfc;
    border: 2px solid #ffa333;
    border-radius: 40px;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* LEFT IMAGE */
.team-img {
    position: relative;
    width: 230px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 25px;
}

.team-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

/* RIGHT CONTENT */
.team-content {
    padding-left: 30px;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.team-content h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.team-content h4 a {
    color: #000;
    text-decoration: none;
}

.team-content span {
    color: #1f238a;
    font-size: 22px;
    font-weight: 600;
}

/* =========================
   HOVER OVERLAY
========================= */

.team-overlay {
    position: absolute;
    inset: 0;
    background: rgba(34, 33, 122, 0.92);

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 40px;

    opacity: 0;
    visibility: hidden;

    transition: 0.4s ease;
    z-index: 5;
}

/* SHOW ON HOVER */
.team-card:hover .team-overlay {
    opacity: 1;
    visibility: visible;
}

/* Overlay Text */
.team-overlay h4 {
    margin-bottom: 10px;
}

.team-overlay h4 a {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-decoration: none;
}

.team-overlay span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-overlay p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Social Icons */
.team-social {
    display: flex;
    gap: 12px;
}

.team-social a {
    width: 42px;
    height: 42px;
    background: #fff;
    color: #22217a;

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

    border-radius: 50%;
    text-decoration: none;

    transition: 0.3s;
}

.team-social a:hover {
    background: #e49721;
    color: #fff;
}

/* Responsive */
@media (max-width: 767px) {

    .team-card {
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
    }

    .team-img {
        width: 100%;
    }

    .team-img img {
        height: auto;
    }

    .team-content {
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }

    .team-content h4 {
        font-size: 25px;
    }

    .team-overlay {
        padding: 20px;
    }

    .team-overlay h4 a {
        font-size: 24px;
    }
}
        /* ===================================
   MODERN COUNTER AREA
=================================== */

        .modern-counter-area {
            position: relative;
            padding: 10px 0;
            background: url("assets/img/home-banner-img-2.jpg") center center/cover no-repeat;
            overflow: hidden;
        }

        .counter-overlay {
            position: absolute;
            inset: 0;
            /* background: rgb(0 35 30 / 92%); */
            background-color: rgb(0 8 247 / 87%);
        }

        /* Item */

        .modern-counter-item {
            position: relative;
            display: flex;
            align-items: center;
            gap: 25px;

            z-index: 2;

            padding: 10px 20px;
        }

        /* Divider */

        .modern-counter-item::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 50%;

            transform: translateY(-50%);

            width: 4px;
            height: 120px;

            background: #fff;
            border-radius: 20px;
        }

        .no-border::after {
            display: none;
        }

        /* Icon */

        .counter-icon i {
            font-size: 80px;
            color: #fff;
        }

        /* Number */

        .counter-content h2 {
            font-size: 35px;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            margin-bottom: 20px;
        }

        /* Line */

        .counter-line {
            width: 220px;
            height: 5px;
            background: #fff;
            border-radius: 10px;
            margin-bottom: 18px;
        }

        /* Text */

        .counter-content p {
            color: #fff;
            font-size: 20px;
            margin: 0;
            font-weight: 500;
        }

        /* Hover */

        .modern-counter-item {
            transition: 0.4s;
        }

        .modern-counter-item:hover {
            transform: translateY(-8px);
        }

        /* Tablet */

        @media(max-width:991px) {

            .modern-counter-area {
                padding: 80px 0 40px;
            }

            .modern-counter-item {
                margin-bottom: 40px;
            }

            .modern-counter-item::after {
                display: none;
            }

            .counter-content h2 {
                font-size: 52px;
            }

            .counter-content p {
                font-size: 22px;
            }

            .counter-line {
                width: 170px;
            }
        }

        /* Mobile */

        @media(max-width:767px) {

            .modern-counter-item {
                flex-direction: column;
                text-align: center;
            }

            .counter-icon i {
                font-size: 60px;
            }

            .counter-content h2 {
                font-size: 40px;
            }

            .counter-content p {
                font-size: 18px;
            }

            .counter-line {
                width: 120px;
                margin-left: auto;
                margin-right: auto;
            }
        }

        .team-overlay h4 a {
            color: #fff;
        }
		/* Home page css */
/* infrastructure */
        /*==================================
 Animated Student Strength
===================================*/

        .animated-strength-area {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #07162e, #0d2447);
            z-index: 1;
        }

        /* Floating Shapes */

        .shape {
            position: absolute;
            border-radius: 50%;
            z-index: -1;
            animation: floatAnimation 8s infinite linear;
        }

        .shape1 {
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.04);
            top: -100px;
            left: -80px;
        }

        .shape2 {
            width: 200px;
            height: 200px;
            background: rgba(255, 122, 0, 0.10);
            bottom: -60px;
            right: -60px;
            animation-delay: 2s;
        }

        .shape3 {
            width: 120px;
            height: 120px;
            background: rgba(255, 255, 255, 0.05);
            top: 50%;
            right: 15%;
            animation-delay: 4s;
        }

        @keyframes floatAnimation {
            0% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(25px) rotate(180deg);
            }

            100% {
                transform: translateY(0px) rotate(360deg);
            }
        }

        /* Section Title */

        .animated-strength-area .section-title h2,
        .animated-strength-area .section-title p,
        .animated-strength-area .section-title .sub-title {
            color: #fff;
        }

        /* Card */

        .animated-counter-card {
            position: relative;
            text-align: center;
            padding: 15px;
            border-radius: 30px;
            overflow: hidden;
            margin-top: 30px;
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.12);
            transition: 0.5s;
            z-index: 1;
        }

        /* Hover Effect */

        .animated-counter-card:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
        }

        /* Wave Animation */

        .wave {
            position: absolute;
            width: 500px;
            height: 500px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 40%;
            top: 110%;
            left: 50%;
            transform: translateX(-50%);
            animation: waveRotate 10s linear infinite;
            z-index: -1;
        }

        @keyframes waveRotate {
            0% {
                transform: translateX(-50%) rotate(0deg);
            }

            100% {
                transform: translateX(-50%) rotate(360deg);
            }
        }

        /* Icon */

        .counter-icon {
            width: 100px;
            height: 100px;
            line-height: 100px;
            margin: 0 auto 30px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ff7a00, #ffb347);
            position: relative;
            animation: pulseGlow 2s infinite;
        }

        .counter-icon i {
            font-size: 45px;
            color: #fff;
        }

        /* Pulse */

        @keyframes pulseGlow {
            0% {
                box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.7);
            }

            70% {
                box-shadow: 0 0 0 25px rgba(255, 122, 0, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(255, 122, 0, 0);
            }
        }

        /* Number */

        .animated-counter-card h3 {

            color: #fff;
            font-weight: 800;
            margin-bottom: 10px;
            position: relative;
            animation: zoomText 3s infinite;
        }

        @keyframes zoomText {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.08);
            }

            100% {
                transform: scale(1);
            }
        }

        .animated-counter-card h4 {


            color: #fff;
            margin-bottom: 0;
        }

        /* Glow */

        .circle-glow {
            position: absolute;
            width: 180px;
            height: 180px;
            background: radial-gradient(rgba(255, 122, 0, 0.25), transparent);
            top: -50px;
            right: -50px;
            border-radius: 50%;
            z-index: -1;
        }

        /* Middle Card */

        .active-card {
            margin-top: 70px;
        }

        /* Responsive */

        @media only screen and (max-width: 991px) {

            .active-card {
                margin-top: 30px;
            }

            .animated-counter-card h3 {
                font-size: 50px;
            }
        }

        .details-img img {
            transition: all 0.4s ease;
        }

        .details-img img:hover {
            transform: scale(1.05);
        }

        .details-img p {
            font-size: 16px;
            line-height: 28px;
        }

        /* ===== Infrastructure & Facilities ===== */

        .facilities-img img,
        .academic-area img {
            border-radius: 10px;
            transition: 0.4s;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        }

        .facilities-img img:hover,
        .academic-area img:hover {
            transform: translateY(-5px);
        }

        .facility-list {
            padding: 0;
            margin: 0;
        }

        .facility-list li {
            list-style: none;
            margin-bottom: 14px;

        }

        .facility-list li i {
            color: #ff6b00;
            margin-right: 10px;
        }

        /* Strength Cards */

        .strength-card {
            text-align: center;
            background: #fff;
            padding: 35px 20px;
            border-radius: 10px;
            margin-top: 30px;
            transition: 0.4s;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        }

        .strength-card:hover {
            transform: translateY(-8px);
        }

        .strength-card i {
            font-size: 45px;
            color: #ff6b00;
            margin-bottom: 15px;
        }

        .strength-card h3 {
            font-size: 35px;
            font-weight: 700;
        }

    /*==================================
Holistic Section Style
===================================*/

.holistic-area {
    overflow: hidden;
    background: #fff;
}

.holistic-img {
    position: relative;
    height: 100%;
}

.holistic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shape-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shape-overlay img {
    width: 220px;
    opacity: 0.9;
}

.holistic-content {
    padding: 30px;
    background: #f8f8f8;
    height: 100%;
}

.holistic-content .sub-title {
    color: #ff7a00;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.holistic-item {
    display: flex;
    margin-bottom: 15px;
}

.holistic-item .icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.holistic-item:hover .icon {
    background: #ff7a00;
}

.holistic-item .icon i {
    font-size: 30px;
    color:#1f238a;
    transition: 0.4s;
}

.holistic-item:hover .icon i {
    color: #fff;
}


/* Responsive */

@media only screen and (max-width: 991px) {

    .holistic-content {
        padding: 60px 30px;
    }

    .holistic-content h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {

    .holistic-content h2 {
        font-size: 30px;
    }

    .holistic-item {
        flex-direction: column;
    }

    .holistic-item .icon {
        margin-bottom: 20px;
    }
}
}

        /* Services */

        .service-card {
            background: #fff;
            padding: 30px 25px;
            border-radius: 10px;
            margin-bottom: 30px;
            text-align: center;
            transition: 0.4s;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-8px);
        }

        .service-card i {
            font-size: 45px;
            color: #ff6b00;
            margin-bottom: 15px;
        }

        .service-card h4 {
            margin-bottom: 15px;
        }

        /* Activities */

        .activity-box {
            background: linear-gradient(135deg, #ff6b00, #ff914d);
            color: #fff;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 25px;
            font-weight: 600;
            transition: 0.4s;
        }

        .activity-box:hover {
            transform: scale(1.05);
        }

        /* Social Welfare */

        .social-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 30px;
            transition: 0.4s;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
            height: 100%;
        }

        .social-card:hover {
            transform: translateY(-5px);
        }

        .social-card h4 {
            color: #ff6b00;
            margin-bottom: 15px;
        }

        .section-title1 h2,
        .section-title1 p {
            color: #fff;
        }
		/*==================================
Holistic Student Development
===================================*/

.academic-area1 {
    background: linear-gradient(135deg, #f5f9ff, #eef4ff);
    padding: 25px;
    border-radius: 25px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

/* Optional Light Shape */

.academic-area1::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 122, 0, 0.06);
    border-radius: 50%;
    top: -80px;
    right: -80px;
}

/* Content */

/* List */

.academic-content1 .facility-list li {

    padding: 5px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.4s;
}

.academic-content1 .facility-list li:hover {
    transform: translateX(5px);
    background: #fff8f2;
}

.academic-content1 .facility-list li i {
    color: #ff7a00;
    margin-right: 10px;
}

/* Image */

.academic-area1 img {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.academic-area1 img:hover {
    transform: scale(1.03);
}

/* Responsive */

@media only screen and (max-width: 767px) {

    .academic-area1 {
        padding: 30px 20px;
    }

    .academic-content1 h2 {
        font-size: 26px;
    }
}/*==================================
Educational Support Programs
===================================*/

.edu-support-area {
   
    position: relative;
    overflow: hidden;
}

/* Section Title */

.edu-title {
    margin-bottom: 50px;
}


/* Service Cards */

.edu-service-card {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
  
    transition: 0.4s;
    border: 1px solid #edf2ff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
}

.edu-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Icon */

.edu-icon {
    min-width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    border-radius: 18px;
    background: linear-gradient(135deg,#ff7a00,#ffb347);
}

.edu-icon i {
    color: #fff;
    font-size: 20px;
}



@media only screen and (max-width: 767px) {

    .edu-title h2 {
        font-size: 30px;
    }

    .edu-service-card {
        flex-direction: column;
    }

    .edu-intro-box {
        padding: 30px 20px;
    }
}
 /* infrastructure */
 .cout i {
    margin-left: 25px;
}

