@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body{
  font-family: "Poppins", sans-serif;
}

    :root {
            --primary-color: #2b267c;
            --secondary-color: #ffc107;
            --accent-color: #00c4cc;
            --text-dark: #1a1a1a;
            --text-light: #e0e0e0;
            --bg-light: #f5f7fa;
            --white: #fff;
        }

p{
  margin: 0;
}

img {
    max-width: 100%;
}

.text-orignal{
  color: #2b267c;
}

.speedyui-header {
  --su-primary-color: #2b267c;
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: box-shadow 0.25s ease;
}
.speedyui-header .top-bar {
  background-color: var(--su-primary-color);
  transition: height 0.25s ease, opacity 0.25s ease, transform 0.25s ease, padding 0.25s ease;
  overflow: hidden;
}
.speedyui-header .navbar {
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}
.speedyui-header.is-scrolled {
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}
.speedyui-header.is-scrolled .top-bar {
  height: 0;
  opacity: 0;
  transform: translateY(-100%);
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.speedyui-header.is-scrolled .navbar {
  background-color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}
.speedyui-header .top-bar .nav-link {
  font-size: 12px;
  transition: 300ms;
  color: #fff;
}
.speedyui-header .top-bar .nav-link:hover {
  color: var(--bs-white);
  text-decoration: underline;
}

@media (min-width: 576px) {
  .speedyui-header .navbar-brand {
     width: 300px;
  }
}

.bg-primary-subtle {
    background-color: #ffffff !important;
}
.speedyui-header .navbar-nav .nav-link {
     font-size: 15px;
    font-weight: 600;
}
.speedyui-header .navbar-nav .nav-link:hover {
  color: var(--su-primary-color);
}
@media (min-width: 992px) {
  .speedyui-header .dropdown.dropdown-megamenu:hover .dropdown-menu {
    display: block;
    opacity: 1;
    margin-top: 0.125rem;
    pointer-events: all;
  }
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-menu {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .speedyui-header .dropdown.dropdown-megamenu .dropdown-menu {
    opacity: 0;
    display: block;
    margin-top: 1rem;
    pointer-events: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-menu h4 {
  font-size: 12px;
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-item {
      font-size: 15px;
    font-weight: 500;
  color: var(--bs-nav-link-color);
  background-color: transparent;
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-item:hover {
  color: var(--su-primary-color);
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-toggle::after {
  display: none;
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-toggle::after {
  color: var(--bs-gray-500);
}
.speedyui-header .primary-btn {
  font-weight: 500;
  transition: 0.3s ease-in;
  color: var(--bs-gray-800);
  border: 2px solid var(--su-primary-color);
}
.speedyui-header .primary-btn:hover {
  color: var(--bs-white);
  background-color: var(--su-primary-color);
}
.speedyui-header .social-wrapper span {
  cursor: pointer;
  color: var(--bs-nav-link-color);
}
.speedyui-header .social-wrapper span:hover {
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas {
  --su-width: 400px;
  --bs-border-color: #444;
  width: var(--su-width);
  color: var(--bs-white);
  background-color: var(--bs-white);
}
.speedyui-header .offcanvas .offcanvas-body .menu-heading {
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas .offcanvas-body ul li .nav-link {
  font-size: 14px;
  color: var(--bs-dark);
  transition: color 0.3s ease;
  border-bottom: 1px solid #eeeeee;
}
.speedyui-header .offcanvas .offcanvas-body ul li .nav-link:hover {
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas .offcanvas-body ul li h4 {
  border-bottom: 1px solid #eeeeee;
}
.speedyui-header .offcanvas .offcanvas-body li:last-child .nav-link {
  border-bottom: 0;
}
.speedyui-header .offcanvas .submenu {
  transition: 0.65s cubic-bezier(0.48, 0, 0.12, 1) 0.2s;
}
.speedyui-header .offcanvas .submenu .submenu-header span {
  cursor: pointer;
  transition: 260ms ease;
  transform: translateX(0);
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas .submenu .submenu-header span:hover {
  transform: translateX(0);
  color: var(--bs-dark);
}
.speedyui-header .translate-x-full {
  transform: translateX(-100%);
}
.speedyui-header .btn-close {
  width: 0.4rem;
  height: 0.4rem;
}

 .preheader-ticker {
         display: flex;
         align-items: center;
         background: #2b267c; /* Light background for pre-header */
         padding: 0 0 0 10px;
         font-family: "Poppins", sans-serif;
         font-size: 14px;
         color: #ffffff;
         width: 100%; /* Full width */
         box-sizing: border-box;
         overflow: hidden; /* Prevent overflow outside container */
      }

/* Global container max-width adjustments requested: overall max 1560px, and a secondary 1350px layout for narrower large screens */
@media (min-width: 1400px) {
 .container {
   max-width: 1560px;
   margin-left: auto;
   margin-right: auto;
 }
}
@media (min-width: 1200px) and (max-width: 1399px) {
 .container{
   max-width: 1350px;
   margin-left: auto;
   margin-right: auto;
 }
}

/* Product card alternating styles in the "Know More" section */
.products-grid .card.card-custom { transition: transform .18s ease; }
.products-grid .card.card-custom:hover { transform: translateY(-6px); }

/* Horizontal card variant */
.card-horizontal { display: flex; flex-direction: row; gap: 0; }
.card-horizontal .card-img-top { width: 45%; object-fit: cover; border-top-left-radius: .375rem; border-bottom-left-radius: .375rem; }
.card-horizontal .card-body { width: 55%; }

/* For small screens keep vertical stacking */
@media (max-width: 767.98px) {
 .card-horizontal { flex-direction: column; }
 .card-horizontal .card-img-top { width: 100%; border-radius: .375rem; }
 .card-horizontal .card-body { width: 100%; }
}

/* Subtle card title styling for "Know More" area */
.products-grid .card-title { font-weight: 700; color: var(--primary-color); }
.products-grid .card-text { color: #444; }

/* Slightly tighter grid for the section */
.products-grid .row { gap: 1.25rem; }

      .ticker-label {
         font-weight: 700;
         color: #ffffff; /* Matches primary color */
         margin-right: 15px;
         font-size: 16px;
         flex-shrink: 0; /* Prevent label from shrinking */
         position: relative;
         z-index: 2; /* Ensure label stays above sliding items */
      }

      .ticker-wrapper {
         flex: 1; /* Take remaining space */
         overflow: hidden; /* Contain sliding items */
         position: relative;
      }

      .ticker-items {
         display: flex;
         white-space: nowrap; /* Keep items in a single line */
         animation: marquee 15s linear infinite; /* Continuous slide */
      }

      .ticker-item {
         display: inline-block;
         padding-right: 30px; /* Space between items */
      }

      /* Marquee animation */
      @keyframes marquee {
         0% { transform: translateX(0); }
         100% { transform: translateX(-100%); }
      }

      /* Pause animation on hover */
      .preheader-ticker:hover .ticker-items {
         animation-play-state: paused;
      }

      /* Responsive adjustments */
      @media (max-width: 768px) {
         .preheader-ticker {
            font-size: 12px;
         }
         .ticker-label {
            font-size: 14px;
            margin-right: 10px;
         }
         .ticker-item {
            padding-right: 20px;
         }
      }

      @media (max-width: 480px) {
         .preheader-ticker {
            font-size: 10px;
            padding: 6px 10px;
         }
         .ticker-label {
            font-size: 12px;
            margin-right: 8px;
         }
         .ticker-item {
            padding-right: 15px;
         }
         .ticker-item p {
            margin: 0; /* Remove default margin for tighter fit */
         }
      }

      .header-phone-info{
        display: flex;
      }

      .phone img{
        width: 16px;
        height: 16px;
        margin-right: 6px;
      }

      .right-hdr-wrap{
        display: flex;
        align-items: center;
        gap: 8px;
        background: #198754;
        padding: 8px 10px;
        border-radius: 10px 0 0;
        box-shadow: 0 6px 16px rgba(0,0,0,0.16);
        margin-left: 10px;
      }
      .right-hdr-wrap .phone {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 999px;
        font-size: 0.85rem;
        line-height: 1.2;
        white-space: nowrap;
      }
      .right-hdr-wrap span {
        color: rgba(255,255,255,0.8);
        font-size: 0.9rem;
      }

      @media (max-width: 991px) {
        .speedyui-header .navbar-brand {
          width: 180px;
        }
        .hero-title {
          font-size: 2.8rem;
        }
        .hero-subtitle {
          font-size: 1.05rem;
        }
      }

      @media (max-width: 768px) {
        .preheader-ticker {
          flex-wrap: wrap;
          padding: 8px 10px;
          gap: 6px;
        }
        .ticker-wrapper {
          width: 100%;
          order: 3;
        }
        .ticker-label {
          display: none;
        }
        .right-hdr-wrap {
          width: 100%;
          justify-content: center;
          padding: 8px 10px;
          margin-top: 6px;
          border-radius: 999px;
          flex-wrap: wrap;
          margin-left: 0;
        }
        .right-hdr-wrap .phone {
          width: auto;
          justify-content: center;
          font-size: 0.8rem;
        }
        .hero-title {
          font-size: 2.3rem;
        }
        .hero-subtitle {
          font-size: 1rem;
        }
        .hero-highlights {
          flex-direction: column;
          align-items: center;
        }
        .hero-highlights span {
          width: 100%;
          text-align: center;
        }
        .modern-section {
          padding: 50px 0;
        }
        .section-title {
          font-size: 1.8rem;
        }
        .feature-card {
          padding: 1.5rem;
        }
        .cta-modern {
          padding: 35px 25px;
          text-align: center;
        }
        .cta-modern h3 {
          font-size: 1.45rem;
        }
        .about-knowus-section {
          padding: 60px 0;
        }
        .knowus-content {
          padding-right: 0;
          margin-bottom: 10px;
        }
        .knowus-grid-row {
          grid-template-columns: 1fr;
        }
        .knowus-grid-item.large,
        .knowus-grid-item.tall {
          min-height: 240px;
        }
        .footer-widget-social {
          text-align: left;
          margin-top: 16px;
        }
        .footer-widget p {
          margin-bottom: 8px;
        }
      }

      @media (max-width: 576px) {
        .right-hdr-wrap .phone {
          font-size: 0.75rem;
          padding: 6px 8px;
        }
        .hero-title {
          font-size: 1.9rem;
        }
        .section-badge {
          font-size: 0.75rem;
          padding: 6px 12px;
        }
        .card-custom .card-img-top {
          height: 180px;
        }
        .feature-card h3 {
          font-size: 1.25rem;
        }
        .image-grid-card img {
          height: 220px;
        }
        .btn-modern {
          width: 100%;
          justify-content: center;
        }
        .knowus-main-image {
          min-height: 240px;
        }
      }

.products-showcase-section {
  padding: 90px 0 60px;
  background: linear-gradient(180deg, #f8faff 0%, #f3f6fd 100%);
}

.section-heading {
  max-width: 960px;
  margin: 0 auto 42px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(43, 38, 124, 0.08);
  color: #2b267c;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}

.section-heading h2 {
  margin: 0 0 14px;
  color: #111827;
  font-weight: 800;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  letter-spacing: -0.04em;
}

.section-heading p {
  margin: 0;
  color: #526071;
  line-height: 1.8;
  font-size: 1.02rem;
}

.products-grid {
  margin-top: 10px;
}

.card-custom {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.40);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-custom:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.card-image-wrap {
  position: relative;
  background: linear-gradient(135deg, #f5f7ff 0%, #edf4ff 100%);
  padding: 18px 18px 0;
}

.card-custom .card-img-top {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
}

.card-body {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.card-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(43, 38, 124, 0.08);
  color: #2b267c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-custom .card-title {
  color: #111827;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.card-custom .card-text {
  flex-grow: 1;
  color: #526071;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.card-custom .product-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 16px;
  border-radius: 999px;
  background: #2b267c;
  color: #fff;
  font-weight: 700;
  border: 0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.card-custom .product-link:hover {
  background: #1d1a5c;
  color: #fff;
  text-decoration: none;
}

.btn-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid rgba(43, 38, 124, 0.22);
  background: #fff;
  color: #2b267c;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-view-more:hover {
  background: #2b267c;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .products-showcase-section {
    padding: 72px 0 48px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .card-custom .card-img-top {
    height: 200px;
  }
}

.main-slider {
  position: relative;
  overflow: hidden;
  background: #eef3fb;
  border-bottom: 1px solid rgba(43, 38, 124, 0.08);
}

.main-slider .owl-carousel {
  position: relative;
}

.main-slider .owl-carousel .item {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 28px 0 46px;
  background: linear-gradient(135deg, #f7f9ff 0%, #edf4ff 100%);
}

.main-slider .slide-inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

.main-slider .slide-copy {
  position: relative;
  z-index: 2;
}

.main-slider .slide-copy .preheading {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(43, 38, 124, 0.08);
  color: #2b267c;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-slider .hero-title {
  margin: 0 0 18px;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #111827;
}

.main-slider .hero-title span {
  display: block;
  color: #2b267c;
}

.main-slider .hero-subtitle {
  max-width: 600px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #4b5563;
}

.main-slider .slider-cta {
  margin-top: 30px;
  gap: 18px !important;
}

.main-slider .slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2b267c, #2d68ff);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(43, 38, 124, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.main-slider .slider-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(43, 38, 124, 0.24);
  color: #fff;
  text-decoration: none;
}

.main-slider .slider-arrows {
  display: flex;
  gap: 12px;
  align-items: center;
}

.main-slider .btn-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.25s ease;
  box-shadow: 0 12px 20px rgba(15, 23, 42, 0.08);
}

.main-slider .btn-arrow:hover {
  background: #2b267c;
  border-color: #2b267c;
  color: #fff;
}

.main-slider .slide-media {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.main-slider .image-card {
  position: relative;
  width: 100%;
  max-width: 620px;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 60px rgba(17, 24, 39, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.main-slider .image-card img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.main-slider .image-card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 130px;
  height: 130px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(2px);
}

.main-slider .image-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  background: rgba(43, 38, 124, 0.08);
}

.main-slider .owl-nav {
  display: none;
}

.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(17, 24, 39, 0.08);
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.main-slider .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: rgba(43, 38, 124, 0.35) !important;
  transition: all 0.25s ease;
}

.main-slider .owl-dot.active span {
  width: 30px !important;
  border-radius: 999px !important;
  background: #2b267c !important;
}

@media (max-width: 991.98px) {
  .main-slider .owl-carousel .item {
    min-height: 620px;
    padding: 22px 0 60px;
  }

  .main-slider .slide-inner .row {
    flex-direction: column-reverse;
    gap: 24px;
  }



  .main-slider .hero-title {
    font-size: clamp(2.6rem, 9vw, 4rem);
  }

  .main-slider .hero-subtitle {
    max-width: 100%;
  }

  .main-slider .image-card img {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .main-slider .owl-carousel .item {
    min-height: 540px;
    padding: 18px 0 62px;
  }

  .main-slider .slide-inner {
    padding: 0 18px;
  }

  .main-slider .slider-cta {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .main-slider .slider-btn {
    width: 100%;
  }

  .main-slider .slider-arrows {
    width: 100%;
    justify-content: flex-start;
  }

  .main-slider .image-card img {
    height: 240px;
  }
}


/* Floating WhatsApp button */
.fab-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 9999; background: #25D366; color: #fff; width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow: 0 8px 20px rgba(0,0,0,0.18); text-decoration:none; }
.fab-whatsapp img { width: 26px; height: 26px; }
.fab-whatsapp .fab-tooltip { display:none; }



    .row-cols-1 > .col,
    .row-cols-sm-2 > .col,
    .row-cols-md-3 > .col,
    .row-cols-lg-4 > .col,
    .row-cols-lg-6 > .col {
      margin-bottom: 12px;
    }

    /* aa */

     .support-section {
      background: linear-gradient(135deg, #f5f6fa 0%, #ffffff 100%);
      padding: 60px 0;
    }
    .support-card {
      border: none;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(43, 38, 124, 0.1);
      transition: all 0.3s ease;
      height: 100%;
      background-color: #fff;
      overflow: hidden;
    }
    .support-card:hover {
      box-shadow: 0 12px 24px rgba(43, 38, 124, 0.2);
      transform: translateY(-8px);
    }
    .support-icon {
      width: 60px;
      height: 60px;
      background-color: #2b267c;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #fff;
      margin: 0 auto 20px;
      transition: background-color 0.3s;
    }
    .support-card:hover .support-icon {
      background-color: #1e1a5c;
    }
    .about-knowus-section {
      background: linear-gradient(135deg, #2b267c 0%, #1f1a5c 100%);
      padding: 80px 0;
      color: #ffffff;
      overflow: hidden;
    }
    .knowus-content {
      padding-right: 10px;
    }
    .knowus-text {
      line-height: 1.8;
      margin-bottom: 18px;
    }
    .knowus-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
      display: grid;
      gap: 10px;
    }
    .knowus-list li {
      color: #ffffff;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .knowus-list i {
      color: #00c4cc;
    }
    .knowus-gallery {
      display: grid;
      gap: 16px;
    }
    .knowus-grid-row {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 16px;
      align-items: stretch;
    }
    .knowus-grid-item {
      min-height: 170px;
      overflow: hidden;
      border-radius: 22px;
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
      background: rgba(255, 255, 255, 0.12);
      padding: 8px;
      border: 1px solid rgba(255, 255, 255, 0.16);
    }
    .knowus-grid-item.large {
      min-height: 320px;
    }
    .knowus-grid-item.tall {
      min-height: 320px;
    }
    .knowus-grid-item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      display: block;
      border-radius: 16px;
      background: #f1f5f9;
    }
    .about-knowus-section .section-badge {
      background: rgba(255, 255, 255, 0.14);
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .about-knowus-section .section-title {
      color: #ffffff;
    }
    .certification-section {
      background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
      border-top: 1px solid rgba(43, 38, 124, 0.08);
      border-bottom: 1px solid rgba(43, 38, 124, 0.08);
    }
    .certification-content {
      padding: 0 10px;
    }
    .certification-image {
      max-width: 180px;
      width: 100%;
      height: auto;
      display: inline-block;
      border-radius: 18px;
      box-shadow: 0 12px 30px rgba(43, 38, 124, 0.10);
      background: #fff;
      padding: 12px;
    }
    .our-clients-section {
      background: #ffffff;
      padding-bottom: 70px;
    }
    .client-logo-carousel {
      position: relative;
      padding: 8px 0 12px;
      overflow: hidden;
      max-width: 100%;
    }
    .client-logo-carousel .owl-stage-outer {
      overflow: hidden;
      padding: 4px 2px 8px;
    }
    .client-logo-carousel .owl-stage {
      display: flex;
      align-items: stretch;
    }
    .client-logo-carousel .item {
      padding: 0;
      margin: 0;
      height: 100%;
    }
    .client-logo-item {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 110px;
      border-radius: 16px;
      background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
      box-shadow: 0 10px 24px rgba(43, 38, 124, 0.08);
      border: 1px solid rgba(43, 38, 124, 0.06);
      padding: 16px;
    }
    .client-logo-item img {
      max-width: 100%;
      max-height: 70px;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
    }
    .client-logo-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      pointer-events: none;
      z-index: 2;
    }
    .client-logo-carousel .owl-nav button {
      pointer-events: auto;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #ffffff;
      color: #2b267c;
      border: 1px solid rgba(43, 38, 124, 0.12);
      box-shadow: 0 8px 20px rgba(43, 38, 124, 0.12);
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 -8px;
    }
    .client-logo-carousel .owl-nav button:hover {
      background: #2b267c;
      color: #ffffff;
      transform: translateY(-2px);
    }
    .card-title {
      color: #2b267c;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .support-text {
      color: #666;
      font-size: 0.9rem;
    }
    .section-title {
      color: #2b267c;
      font-weight: 700;
      position: relative;
    }
    .btn-custom {
      background-color: #2b267c;
      color: #fff;
      border: none;
      padding: 10px 25px;
      transition: background-color 0.3s;
    }
    .btn-custom:hover {
      background-color: #1e1a5c;
    }
    .btn-outline-custom {
      color: #2b267c;
      border-color: #2b267c;
      padding: 10px 25px;
      transition: all 0.3s;
    }
    .btn-outline-custom:hover {
      background-color: #2b267c;
      color: #fff;
    }

    /* video */

    .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*==================================
About Area 
=================================*/
.about-content .about-content-card {
  margin-top: 30px;
}
.about-content .about-content-card i {
  font-size: 60px;
  color: #2b267c;
  line-height: 1;
}
.about-content .about-content-card h3 {
  margin-top: 15px;
  margin-bottom: 12px;
}
.about-content .about-content-card p {
  margin-bottom: 0;
}
.about-content .about-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.about-content .about-list li {
  display: block;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
}
.about-content .about-list li:hover {
  color: #2b267c;
}
.about-content .about-list li:hover i {
  color: #000;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li i {
  font-size: 26px;
  color: #2b267c;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}
.about-content .about-content-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.about-img {
  position: relative;
}
.about-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 30%;
  height: 40%;
  background-color: transparent;
  border: 3px solid #000;
  bottom: -10px;
  right: -40px;
  border-radius: 35px;
}
.about-img img {
  border-radius: 15px;
}
.about-img .sub-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px 23px 160px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about-img .sub-content img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 123px;
  border-radius: 15px 0 0 15px;
}
.about-img .sub-content h3 {
  font-size: 45px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
.about-img .sub-content span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.about-play {
  position: relative;
  border-radius: 30px;
}
.about-play img {
  border-radius: 30px;
}
.about-play .about-play-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  max-width: 470px;
  background-color: rgba(37, 37, 37, 0.22);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 100px 40px 70px 25px;
}
.about-play .about-play-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 30px;
  width: 91.7%;
  height: 90.1%;
  background-color: #2b267c;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}
.about-play .about-play-content span {
  color: #fff;
  font-size: 14px;
}
.about-play .about-play-content h2 {
  color: #fff;
  font-size: 20px;
  max-width: 280px;
  margin-bottom: 0;
}
.about-play .about-play-content .play-on-area {
  position: absolute;
  z-index: 1;
  bottom: 155px;
  left: 200px;
}
.about-play .about-play-content .play-on-area .play-on {
  width: 80px;
  height: 80px;
  color: #2b267c;
  background-color: #fff;
  text-align: center;
  font-size: 35px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.about-play .about-play-content .play-on-area .play-on i {
  padding-left: 3px;
}
.about-play .about-play-content .play-on-area .play-on:hover {
  color: #fff;
  background-color: #000;
}
.about-bg {
  background-color: #e9ecef;
}
.about-img-2 {
  margin-bottom: 30px;
}
.about-img-2 img {
  border-radius: 15px;
}
.about-content-2 {
  margin-bottom: 30px;
}
.about-content-2 .section-title h2 {
  color: #fff;
}
.about-content-2 .section-title p {
  color: #fff;
}
.about-content-2 .about-card {
  margin-top: 15px;
}
.about-content-2 .about-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
.about-content-2 .about-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 55px;
  color: #2b267c;
  line-height: 1;
}
.about-content-2 .about-card .content h3 {
  margin-bottom: 10px;
  color: #fff;
}
.about-content-2 .about-card p {
  margin-top: 25px;
  margin-bottom: 0;
  color: #fff;
}
.about-bg2 {
  background-color: #f8f8f8;
}
.about-img-4 {
  max-width: 750px;
  margin-left: auto;
  margin-bottom: 30px;
}
.about-content-3 {
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 30px;
}
.about-content-3 .section-title {
  margin-bottom: 20px;
}
.about-content-3 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.all-skill-bar {
  margin-right: 30px;
  margin-bottom: 30px;
}
.skill-bar {
  margin-bottom: 20px;
}
.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 15px;
}
.skill-bar .progress-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: #FBEDE9;
}
.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #fff;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  width: 45px;
  height: 26px;
  text-align: center;
  line-height: 28px;
  background: #e9ecef;
}
.skill-bar .progress-content-outter {
  height: 10px;
  background-color: #bddfff;
  border-radius: 5px;
}
.skill-bar .progress-content {
  height: 10px;
  background-color: #2b267c;
  width: 0%;
  border-radius: 5px;
}
/*==================================
About Area End
=================================*/

   .main-slider {
            position: relative;
            /* height: 60vh; */
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .main-slider  .owl-carousel .owl-item {
            /* height: 60vh; */
        }

       .main-slider   .owl-carousel .item {
            position: relative;
            /* height: 60vh; */
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .main-slider     .owl-carousel .item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: linear-gradient(135deg, rgba(43, 38, 124, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%); */
background: radial-gradient(circle at center, #c9b8e8 0%, #b09ad6 40%, #dcc8d4 70%, #f5c4c4 100%);
background: radial-gradient(circle at center, #e8c8d8 0%, #d4a8c4 40%, #e8c8b8 70%, #f5c4a8 100%);
background: radial-gradient(circle at center, #8a8ac8 0%, #6a6aaa 40%, #9a8ab8 70%, #c8a8a8 100%);
background: radial-gradient(circle at center, #d4c8f0 0%, #b8acd8 40%, #dcccd4 70%, #f5d0d0 100%);
            z-index: 1;
            transition: opacity 0.5s ease;
        }

     .main-slider    .owl-carousel .item:hover::before {
            opacity: 0.9;
        }

        .slider-content {
            position: relative;
            z-index: 2;
            color: var(--white);
            text-align: center;
            max-width: 900px;
            padding: 50px;
            transform: perspective(1000px);
            transition: transform 0.5s 
        ease;
            background: #ffffff14;
            backdrop-filter: blur(6px);
            border-radius: 30px;
        }

        .owl-carousel .item:hover .slider-content {
            transform: perspective(1000px) translateZ(20px);
        }

        .slider-content h1 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 25px;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
            animation: fadeInUp 0.8s ease-out;
        }

        .slider-content p {
            font-size: 1.2rem;
            font-weight: 300;
            margin-bottom: 40px;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }

        .slider-btn {
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            color: var(--white);
            border: none;
            padding: 18px 50px;
            font-size: 1rem;
            border-radius: 50px;
            text-transform: uppercase;
            font-weight: 600;
            transition: all 0.4s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 5px 15px rgba(43, 38, 124, 0.3);
            animation: fadeInUp 0.8s ease-out 0.4s both;
        }

        .slider-btn:hover {
            background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
            color: var(--text-dark);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .owl-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            border: 2px solid var(--white);
            border-radius: 50%;
            color: var(--white);
            font-size: 1.8rem;
            transition: all 0.4s ease;
            opacity: 0.9;
            backdrop-filter: blur(5px);
        }

        .owl-nav button:hover {
            background: var(--primary-color);
            opacity: 1;
            transform: translateY(-50%) scale(1.15);
        }

        .owl-nav .owl-prev {
            left: 30px;
        }

        .owl-nav .owl-next {
            right: 30px;
        }

        .owl-dots {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }

        .owl-dot {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.6);
            border: 2px solid var(--white);
            border-radius: 50%;
            margin: 0 8px;
            transition: all 0.4s ease;
            display: inline-block;
        }

        .owl-dot.active {
            background: var(--secondary-color);
            transform: scale(1.4);
            border-color: var(--secondary-color);
        }

        /* Slides Backgrounds */
        .slide-1 { background-image: url('../images/slider/slider-03.jpg'); }
        .slide-2 { background-image: url('../images/slider/slider-04.jpg'); }
        .slide-3 { background-image: url('../images/slider/slider-05.jpg'); }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .slider-content h1 { font-size: 2.8rem; }
            .slider-content p { font-size: 1.2rem; }
            .owl-nav button { width: 45px; height: 45px; font-size: 1.5rem; }
            .owl-nav .owl-prev { left: 15px; }
            .owl-nav .owl-next { right: 15px; }
        }

        @media (max-width: 576px) {
            .slider-content h1 { font-size: 2.2rem; }
            .slider-content p { font-size: 1rem; }
            .slider-btn { padding: 12px 30px; font-size: 1rem; }
            .owl-nav button { display: none; }
            .owl-dots { bottom: 20px; }
            .owl-dot { width: 8px; height: 8px; }
        }


                /* modern premium section */
        .modern-premium {
            padding: 100px 0 80px;
            background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
            position: relative;
        }

        .badge-modern {
            display: inline-block;
            background: rgba(13, 71, 161, 0.08);
            color: #0d47a1;
            font-weight: 600;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
            padding: 6px 14px;
            border-radius: 40px;
            margin-bottom: 20px;
            backdrop-filter: blur(2px);
        }

        .text-gradient-blue {
            background: linear-gradient(125deg, #0b2b5c, #1a4d8c);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 700;
        }

        .modern-title {
            font-size: 2.8rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        .modern-description {
            color: #2c3e4e;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 1.2rem;
            font-weight: 400;
        }

        .highlight-card {
            background: #ffffff;
            border-left: 5px solid #2b267c;
            padding: 1rem 1.5rem;
            border-radius: 20px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.05);
            transition: all 0.25s ease;
            margin: 1.2rem 0;
        }

        .highlight-card:hover {
            transform: translateX(6px);
            box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.1);
            border-left-color: #0056b3;
        }

        .highlight-card i {
            color: #2b267c;
            font-size: 1.4rem;
            margin-right: 12px;
            vertical-align: middle;
        }

        .highlight-card .highlight-text {
            font-weight: 700;
            color: #0b2b5c;
            font-size: 1rem;
            display: inline-flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .stats-badge {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0 20px;
        }

        .stat-item {
            background: #ffffff;
            border-radius: 60px;
            padding: 6px 18px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
            font-weight: 500;
            font-size: 0.9rem;
            border: 1px solid #e9ecef;
        }

        .stat-item strong {
            font-size: 1.2rem;
            color: #0d47a1;
            margin-right: 5px;
        }

        .img-modern-wrapper {
            position: relative;
            text-align: center;
        }

        .floating-img {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 20px 25px -12px rgba(0, 0, 0, 0.15));
            transition: transform 0.4s ease;
        }

        .floating-img:hover {
            transform: scale(1.01);
        }

        /* action box modern */
        .action-box-modern {
            background: linear-gradient(105deg, #0b2b5c 0%, #0f3b6f 100%);
            border-radius: 32px;
            margin: 40px auto 60px;
            padding: 48px 40px;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.2);
            position: relative;
            overflow: hidden;
        }

        .action-box-modern::before {
            content: "";
            position: absolute;
            top: -30px;
            right: -30px;
            width: 220px;
            height: 220px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .action-box-modern h3 {
            font-weight: 700;
            font-size: 1.9rem;
            letter-spacing: -0.3px;
        }

        .btn-modern-white {
            background: white;
            color: #0b2b5c;
            border-radius: 50px;
            padding: 12px 32px;
            font-weight: 600;
            transition: all 0.2s;
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
            display: inline-flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            border: none;
        }

        .btn-modern-white:hover {
            background: #f0f4ff;
            transform: translateY(-2px);
            color: #062046;
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
        }

        /* responsive */
        @media (max-width: 768px) {
            .modern-premium {
                padding: 60px 0 50px;
            }
            .modern-title {
                font-size: 2rem;
            }
            .action-box-modern {
                padding: 32px 24px;
                text-align: center;
            }
            .action-box-modern .row {
                text-align: center;
            }
            .action-box-modern .text-md-end {
                text-align: center !important;
                margin-top: 20px;
            }
            .highlight-card {
                padding: 0.8rem 1.2rem;
            }
        }

        @media (min-width: 992px) {
            .custom-content {
                padding-right: 20px;
            }
        }

        /* simple fade up effect */
        .fade-up {
            animation: fadeUp 0.5s ease forwards;
        }

        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

             /* Modern Hero Banner */
        .hero-modern {
            background: linear-gradient(135deg, var(--primary-color) 0%, #1a1658 100%);
            padding: 100px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .hero-modern::before {
            content: "";
            position: absolute;
            top: -30%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(0, 196, 204, 0.1) 0%, rgba(0, 196, 204, 0) 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .hero-modern::after {
            content: "";
            position: absolute;
            bottom: -20%;
            left: -5%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0) 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--white);
            margin-bottom: 1rem;
            position: relative;
            z-index: 1;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.9);
            position: relative;
            z-index: 1;
        }

        .products-hero {
            padding: 110px 0 95px;
        }

        .hero-highlights {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 22px;
            position: relative;
            z-index: 1;
        }

        .hero-highlights span {
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.18);
            color: #fff;
            padding: 10px 16px;
            border-radius: 999px;
            font-size: 0.95rem;
            backdrop-filter: blur(8px);
        }

        .hero-highlights i {
            color: #ffd166;
            margin-right: 7px;
        }

        .hero-visual-card {
            position: relative;
            background: rgba(255, 255, 255, 0.10);
            border: 1px solid rgba(255, 255, 255, 0.16);
            border-radius: 28px;
            padding: 18px;
            backdrop-filter: blur(10px);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
            animation: floatCard 4s ease-in-out infinite;
        }

        .hero-visual-image {
            width: 100%;
            border-radius: 20px;
            display: block;
            object-fit: cover;
            min-height: 280px;
        }

        .hero-visual-badge {
            position: absolute;
            left: 24px;
            bottom: 24px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.92);
            color: var(--primary-color);
            padding: 10px 14px;
            border-radius: 999px;
            font-weight: 700;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        }

        @keyframes floatCard {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-8px); }
        }

        /* Modern Section */
        .modern-section {
            padding: 80px 0;
            background: var(--bg-light);
        }

        .section-badge {
            display: inline-block;
            background: rgba(252, 252, 252, 0.644);
            color: var(--primary-color);
            font-weight: 600;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
            padding: 6px 18px;
            border-radius: 40px;
            margin-bottom: 20px;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .title-underline {
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
            margin: 20px auto 30px;
            border-radius: 2px;
        }

        /* Feature Cards Modern */
        .team-hero {
            padding: 95px 0 70px;
        }

        .feature-card {
            background: var(--white);
            border-radius: 28px;
            padding: 2rem;
            margin-bottom: 0;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 35px rgba(43, 38, 124, 0.1);
            border-color: rgba(43, 38, 124, 0.1);
        }

        .feature-number {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 3rem;
            font-weight: 800;
            color: rgba(43, 38, 124, 0.08);
            line-height: 1;
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }

        .feature-icon i {
            font-size: 1.8rem;
            color: var(--white);
        }

        .feature-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .feature-card p {
            color: #5a6e8a;
            line-height: 1.6;
            margin-bottom: 0;
        }

        /* Image Grid Modern */
        .image-grid-card {
            background: var(--white);
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
        }

        .image-grid-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(43, 38, 124, 0.15);
        }

        .image-grid-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .image-grid-card:hover img {
            transform: scale(1.05);
        }

        .image-grid-card .content {
            padding: 1.5rem;
            text-align: center;
            background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,1) 100%);
        }

        .image-grid-card h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .image-grid-card p {
            color: #6c757d;
            font-size: 0.9rem;
            margin-bottom: 0;
        }

        /* CTA Modern */
        .cta-modern {
            background: linear-gradient(135deg, var(--primary-color) 0%, #1a1658 100%);
            border-radius: 32px;
            padding: 50px 40px;
            margin: 50px auto 20px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(43, 38, 124, 0.16);
        }

        .cta-modern::before {
            content: "";
            position: absolute;
            top: -50%;
            right: -20%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(0, 196, 204, 0.15) 0%, rgba(0, 196, 204, 0) 70%);
            border-radius: 50%;
        }

        .btn-modern {
            background: var(--white);
            color: var(--primary-color);
            border-radius: 50px;
            padding: 12px 35px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            border: none;
        }

        .btn-modern:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            background: var(--white);
            color: var(--primary-color);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.2rem;
            }
            .modern-section {
                padding: 50px 0;
            }
            .section-title {
                font-size: 1.8rem;
            }
            .feature-card {
                padding: 1.5rem;
            }
            .cta-modern {
                padding: 35px 25px;
                text-align: center;
            }
        }

        /*************************************
	    	 Footer 
**************************************/
.footer { background: #191919; }
.footer-logo img { width: 65%; }
.addresss-info li { font-size: 14px; color: #fff; margin-bottom: 10px; }
.addresss-info i{  color: #00a9da; padding-right: 5px; float: left; display: table-cell; width: 30px; line-height: 23px; font-size: 17px; }
.addresss-info p { display: table; color: #fff; margin-bottom: 0px; }
.recent-post-image { float: left; display: table; } 
.recent-post-image img {  vertical-align: middle; width: 70px; height: 60px; }
.recent-post-info { display: table-cell; padding-left: 15px; }
.recent-post-info a { color: #fff; font-size: 14px; vertical-align: top; }
.recent-post-info a:hover { color: #00a9da; }
.recent-post-info span { color: #6d6d6d; font-size: 12px; display: table; padding-top: 5px; }
.recent-post-info i { color: #6d6d6d; font-size: 14px; padding-right: 5px; }
/*footer-flickr */
ul.footer-instagram-images li { display: inline-block; }
.social-feed li { float: left;  height: 70px; list-style: outside none none; margin-bottom: 5px;  margin-right: 5px; width: 70px;}
.social-feed li img { width: 70px; height: 70px; }
.social-feed { display: inline-block; }
/*footer-Newsletter*/
.footer-Newsletter { display: inline-block; }
.footer-useful-link.footer-hedding ul { margin-top: -6px; }
.footer-Newsletter .form-control { border-left: 0px; height: 40px; font-size: 13px; color: #fff; }
.footer-Newsletter .form-control:focus { border:1px solid #2f2f2f; border-left: 0; }
.footer-useful-link ul li { list-style: none; }
.footer-useful-link ul li a { color: #fff; font-size: 14px; vertical-align: top; display: block; line-height: 26px; }
.footer-useful-link ul li a:hover { color: #00a9da; }
/*footer twitter feed*/
.twitter-feed li { display: block; }
.twitter-feed li i { font-size: 15px; color: #00a9da; float: left; margin-right:15px; margin-top: 6px; }
.twitter-feed li p { font-size: 14px; display: table; vertical-align: top; }
.twitter-feed li p a {  display: inline-block; color:#00a9da;  }
.twitter-feed.text-white li a { color: #363636; }
.twitter-feed.text-white li a:hover { color: #363636; }
.twitter-feed.text-white li i { color: #fff; }
/*footertag */
.tags.footer-hedding h4 { margin-bottom: 20px;}
.tags ul li { display: inline-block; }
.tags ul li a { display: block; color: #6f6f6f; border:1px solid #2f2f2f; background: transparent; border-radius: 13px; padding: 5px 10px; margin-bottom: 10px; font-size: 12px; text-transform: capitalize; }
.tags ul li a:hover { background: transparent; color: #00a9da; border-color: #00a9da; }
/*footer-widget*/
.footer {
  background: linear-gradient(135deg, #0b1324 0%, #111827 100%);
  color: #e5e7eb;
  padding: 70px 0 0;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(0, 169, 218, 0.14), transparent 40%);
  pointer-events: none;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer .footer-hedding {
  margin-bottom: 28px;
}
.footer .footer-hedding h4 {
  color: #00a9da;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}
.footer .footer-hedding h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #00a9da, #38bdf8);
  border-radius: 999px;
}
.footer .footer-hedding p,
.footer .footer-hedding a,
.footer .footer-hedding li a {
  color: #d6dbe3;
  font-size: 0.95rem;
  line-height: 1.8;
}
.footer .footer-hedding a:hover {
  color: #00a9da;
}
.footer .contact-add {
  margin-bottom: 12px;
}
.footer .contact-add i {
  color: #00a9da;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.footer .office-hours img {
  max-width: 140px;
  margin-top: 14px;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
.footer .tags ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.footer .tags ul li {
  display: inline-block;
  margin: 0;
}
.footer .tags ul li a {
  display: inline-block;
  color: #d6dbe3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.82rem;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer .tags ul li a:hover {
  background: rgba(0, 169, 218, 0.12);
  border-color: #00a9da;
  color: #00a9da;
  transform: translateY(-2px);
}
.footer-widget {
  background: rgba(0, 0, 0, 0.25);
  padding: 22px 15px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-widget .row {
  align-items: center;
}
.footer-widget a {
  color: #00a9da;
}
.footer-widget a:hover {
  color: #4dd3ff;
}
.footer-widget p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.95rem;
}
.footer-widget-social {
  text-align: right;
  margin-top: 0;
}
.footer-widget-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-widget-social li {
  display: inline-block;
}
.footer-widget-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(0, 169, 218, 0.16);
  border: 1px solid rgba(0, 169, 218, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer-widget-social a:hover {
  background: #00a9da;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}
.footer-widget-social a i {
  display: inline-block;
  font-size: 16px;
}
/*  Tooltip Styles */
/* Base styles for the element that has a tooltip */
.footer-widget-social [data-tooltip],
.footer-widget-social .tooltip { position: relative; cursor: pointer; }

/* Base styles for the entire tooltip */
.footer-widget-social [data-tooltip]:before,
.footer-widget-social [data-tooltip]:after,
.footer-widget-social .tooltip:before,
.footer-widget-social .tooltip:after { position: absolute; visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -o-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
     -o-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -o-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -ms-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -ms-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
/* Show the entire tooltip on hover and focus */
.footer-widget-social [data-tooltip]:hover:before,
.footer-widget-social [data-tooltip]:hover:after,
.footer-widget-social [data-tooltip]:focus:before,
.footer-widget-social [data-tooltip]:focus:after,
.footer-widget-social .tooltip:hover:before,
.footer-widget-social .tooltip:hover:after,
.footer-widget-social .tooltip:focus:before,
.footer-widget-social .tooltip:focus:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -o-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.footer-widget-social .tooltip:before,
.footer-widget-social [data-tooltip]:before { z-index: 1001; border: 6px solid transparent; background: transparent; content: ""; }
/* Base styles for the tooltip's content area */
.footer-widget-social .tooltip:after,
.footer-widget-social [data-tooltip]:after { z-index: 1000; padding: 8px; width: 100px; text-align: center; background-color: #00a9da; color: #fff; content: attr(data-tooltip);
  font-size: 14px; line-height: 1.2; border-radius: 3px; }
/* Directions */
/* Top (default) */
.footer-widget-social [data-tooltip]:before,
.footer-widget-social [data-tooltip]:after,
.footer-widget-social .tooltip:before,
.footer-widget-social .tooltip:after,
.footer-widget-social .tooltip-top:before,
.footer-widget-social .tooltip-top:after { bottom: 100%; left: 50%; }
.footer-widget-social [data-tooltip]:before,
.footer-widget-social .tooltip:before,
.footer-widget-social .tooltip-top:before { margin-left: -6px; margin-bottom: -12px; border-top-color: #00a9da; }
/* Horizontally align top/bottom tooltips */
.footer-widget-social [data-tooltip]:after,
.footer-widget-social .tooltip:after,
.footer-widget-social .tooltip-top:after {  margin-left: -50px; }
.footer-widget-social [data-tooltip]:hover:before,
.footer-widget-social [data-tooltip]:hover:after,
.footer-widget-social [data-tooltip]:focus:before,
.footer-widget-social [data-tooltip]:focus:after,
.footer-widget-social .tooltip:hover:before,
.footer-widget-social .tooltip:hover:after,
.footer-widget-social .tooltip:focus:before,
.footer-widget-social .tooltip:focus:after,
.footer-widget-social .tooltip-top:hover:before,
.footer-widget-social .tooltip-top:hover:after,
.footer-widget-social .tooltip-top:focus:before,
.footer-widget-social .tooltip-top:focus:after {
  -webkit-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -moz-transform:    translateY(-25px);
  transform:         translateY(-25px); 
}

@media (max-width: 767px) {
  .footer {
    padding: 56px 0 0;
  }
  .footer .footer-hedding {
    margin-bottom: 24px;
  }
  .footer-widget {
    padding: 18px 12px;
  }
  .footer-widget-social {
    text-align: left;
    margin-top: 16px;
  }
  .footer-widget p {
    margin-bottom: 8px;
  }
}



   .mg-support-card {
      border: none;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(43, 38, 124, 0.1);
      transition: all 0.3s ease;
      height: 100%;
      background-color: #fff;
      overflow: hidden;
    }
    .mg-support-card:hover {
      box-shadow: 0 12px 24px rgba(43, 38, 124, 0.2);
      transform: translateY(-8px);
    }