  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    body {
      color: #333;
      background-color: #7030a0;
      line-height: 1.6;
    }

    .hnav-top-bar {
    background: linear-gradient(to right, #020202, #000);
    color: #ffffff; /* text color for contrast */
    padding: 10px 20px;  
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}

.hnav-top-bar a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 15px;
}

.hnav-top-bar a:hover,
.hnav-top-bar i:hover {
    color: #d6c1ee; /* soft purple hover effect */
}

.hnav-top-bar i {
        width: 27px;
    height: 27px;
    text-align: center;
    color: #ffffff;
    background-color: #7030a0; /* Your brand color */
    padding: 6px;
    border-radius: 50%; /* Circle shape */
    margin-right: 5px;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.hnav-main-nav .hnav-login-btn{
    background: radial-gradient(circle at center, #5e2b91, #7030a0);
    padding:10px 20px;
  border-radius: 30px !important;
}

    .hnav-top-bar-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 2.5%;
      padding: 0 20px;
    }

    .hnav-contact-info {
      display: flex;
      gap: 20px;
    }

    .hnav-contact-info a {
      color: white;
      text-decoration: none;
      transition: color 0.3s;
    }

    .hnav-contact-info a:hover {
      color: #4da6ff;
    }

    .hnav-social-links {
      display: flex;
      gap: 15px;
    }

    .hnav-social-links a {
      color: white;
      font-size: 16px;
      transition: color 0.3s;
    }

    .hnav-social-links a:hover {
      color: #e0e0e0;
    }

    .hnav-main-header {
      background-color: white;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .hnav-header-container {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      padding: 10px 20px;
    }

    .hnav-logo {
      display: flex;
      align-items: center;
    }

    .hnav-logo img {
      height: 57px;
      width: auto;
      border-radius: 15px 0;
    }

    .hnav-logo-text {
      margin-left: 10px;
    }

    .hnav-logo-text h1 {
      font-size: 24px;
      color: #ff0000;
      font-weight: 700;
    }

    .hnav-logo-text p {
      font-size: 12px;
      color: #666;
    }

    .hnav-main-nav ul {
      display: flex;
      list-style: none;
    }

    .hnav-main-nav li {
      position: relative;
    }

    .hnav-main-nav a {
      color: #333;
      text-decoration: none;
      padding: 13px 7px;
      font-weight: 600;
      font-size: 15px;
      transition: all 0.3s;
      display: block;
    }

    .hnav-main-nav a:hover {
      color: #ff0000; 
    }

    .hnav-main-nav .hnav-login-btn {
      background-color: #7030a1;
      color: white;
      border-radius: 4px;
      margin-left: 10px;
    }

    .hnav-main-nav .hnav-login-btn:hover {
      background-color: #0d2b57;
      color: white;
    }

    .hnav-mobile-menu-toggle {
      display: none;
      font-size: 24px;
      cursor: pointer;
    }

    @media (max-width: 992px) {
      .hnav-main-nav {
        position: fixed;
        top: 106px;
        left: -100%;
        width: 80%;
        height: calc(100vh - 106px);
        background-color: white;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        transition: left 0.3s;
        overflow-y: auto;
      }

      .hnav-main-nav.hnav-active {
        left: 0;
      }

      .hnav-main-nav ul {
        flex-direction: column;
      }

      .hnav-main-nav li {
        border-bottom: 1px solid #eee;
      }

      .hnav-main-nav a {
        padding: 15px 20px;
      }

      .hnav-main-nav .hnav-login-btn {
        margin: 15px 20px;
        text-align: center;
      }

      .hnav-mobile-menu-toggle {
        display: block;
      }

      .hnav-top-bar-container {
        flex-direction: column;
        gap: 8px;
        text-align: center;
      }

      .hnav-contact-info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 20px;
      }
    }


.hfoot-site-footer {
      background: linear-gradient(to right, #020202, #000);
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  padding: 50px 20px 30px;
}
.hfoot-container {
  max-width: 1200px;
  margin: 0 auto;
}
.hfoot-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.hfoot-column {
  flex: 1 1 300px;
  min-width: 250px;
}
.hfoot-title {
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 5px;
}
.hfoot-quicklinks-container ul .hfoot-title1{
  text-align: left !important;
}
.hfoot-quicklinks-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  text-align: left;
}
.hfoot-quicklinks-container a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.hfoot-quicklinks-container a:hover {
  color: #ff0055;
}
.hfoot-social-icons {
  margin-top: 20px;
}
.hfoot-social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 20px;
  transition: 0.3s;
}
.hfoot-social-icons a:hover {
  color: #ff0055;
}
.hfoot-contact-info {
  list-style: none;
  padding: 0;
}
.hfoot-contact-info li {
  margin-bottom: 10px;
}
.hfoot-contact-info i {
  margin-right: 8px;
  color: #ffffff;
}
.hfoot-app-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.hfoot-app-download-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0055;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.hfoot-app-download-btn:hover {
  background-color: #e6004c;
}
.hfoot-app-badges img {
  width: 160px;
  margin-top: 10px;
}
.hfoot-bottom {
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #ffffff;
}
.hfoot-payments {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hfoot-payments i {
  font-size: 20px;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .hfoot-columns {
    flex-direction: column;
    align-items: flex-start;
  }
  .hfoot-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* style for slider */

.hslide-slider {
  position: relative;
  overflow: hidden;
  height: 85vh;
}

.hslide-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5%;
  transition: opacity 0.8s ease;
  opacity: 0;
    /* Gradient background using brand color */
  background: linear-gradient(to right, #7030a0, #5e2b91, #3b1d63);
}

.hslide-slide.hslide-active {
  opacity: 1;
  position: relative;
}

.hslide-slide-content {
  max-width: 60%;
}

.hslide-slide h4 {
  color: #ccc;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
}

.hslide-slide h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
  color: #ffffff;
}

.hslide-slide p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #ffffff;
}

.hslide-btn,
.hslide-btn1 {
    background: linear-gradient(to right, #020202, #000);
  padding: 10px 25px;
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  box-shadow: 2px 6px 15px rgba(112, 48, 160, 0.4); /* Purple glow */
  position: relative;
  z-index: 1;
}

/* Hover effect with darker background + deeper shadow */
.hslide-btn:hover,
.hslide-btn1:hover {
  background: linear-gradient(to right, #7030a0, #5e2b91);
  box-shadow: 0 6px 20px rgba(112, 48, 160, 0.6);
  transform: translateY(-2px); /* Lift on hover */
}


.hslide-slider-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.hslide-dot {
  height: 12px;
  width: 12px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.hslide-dot.hslide-active {
  background-color: #ff0000;
}

.hslide-image-wrapper {
  position: relative;
  width: fit-content;
  margin: 30px auto; /* center horizontally */
  padding: 20px;
}

.hslide-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at 30% 30%, #155ca5 10%, #f0f8ff 90%);
  border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
  z-index: 1;
  transform: translate(-10%, -10%) rotate(-8deg);
  opacity: 0.4;
  transition: 0.3s;
}

.hslide-slide-image {
  display: block;
  height: 300px;
  position:relative;
    z-index: 1;
  max-width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hslide-slide-image:hover {
  transform: scale(1.04);
}




.hslide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s ease;
}

.hslide-arrow:hover {
  color: #fff;
}

.hslide-arrow-left {
  left: 20px;
}

.hslide-arrow-right {
  right: 20px;
}

@media (max-width: 768px) {
  .hslide-slide {
    flex-direction: column;
    text-align: center;
  }

  .hslide-slide-content,
  .hslide-slide-image {
    max-width: 100%;
  }
}
.htick-ticker {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ff0000;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  z-index: 999;
}

.htick-ticker-heading {
  flex-shrink: 0;
  padding: 0 20px;
  font-weight: bold;
  background: #cc0000;
  height: 100%;
  display: flex;
  align-items: center;
}

.htick-ticker-outer {
  overflow: hidden;
  flex: 1;
}

.htick-ticker-text {
  display: inline-block;
  padding-left: 100%;
  animation: htick-slide 45s linear infinite;
}

@keyframes htick-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.habt-about-section {
  padding: 55px 25px;
  background-color: #ffffff;
}

.habt-about-container {
  margin: 0 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.habt-about-content {
  flex: 1;
  min-width: 300px;
  order: 1;
}

.habt-about-image {
  flex: 1;
  min-width: 300px;
  order: 2;
  text-align: center; /* center image horizontally */
  padding: 15px;
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border: 1px solid lightgrey;
  border-radius: 12px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.habt-about-image img {
  max-width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.habt-about-image img:hover {
  transform: scale(1.05);
}

.tab-btn {
        background: #fcfcfc !important;
}
.habt-about-title {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.habt-about-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}

.habt-about-btn {
  display: inline-block;
   background: linear-gradient(to right, #7030a0, #5e2b91, #3b1d63);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.habt-about-btn:hover {
  background-color: #475c7b;
}

.courses-section {
  padding: 2rem 1rem;
      background: linear-gradient(to right, #dee2f7, #f2f2f2);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.container {
  margin: 0 4%;
}

.section-title {
  text-align: center;
  color: #1e293b;
  margin-bottom: 2rem;
  font-size: 2rem;
}

/* Filter Buttons */
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 2rem;
  background: #e2e8f0;
  color: #7030a0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 0.9rem;
}

.filter-btn:hover {
  background: #cbd5e1;
}

.filter-btn.active {
  background: #ff0000;
  color: white;
}

/* Courses Grid */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 1.5rem;
}

.course-card {
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.course-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.course-content {
  padding: 1.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course-content h3 {
  margin: 0 0 0.5rem 0;
  color: #000;
  font-size: 20px;
}

.course-content p {
  color: #64748b;
  font-size: 16px;
  margin-bottom: 1rem;
  flex-grow: 1;
  line-height: 1.5;
}

.price {
  color: #065f46;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.enroll-btn {
   background: linear-gradient(to right, #7030a0, #5e2b91, #3b1d63);
  color: white;
  border: none;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
  font-size: 0.9rem;
  border-radius: 15px;
}

.enroll-btn-1 {
   background: linear-gradient(to right, #020202, #000);
  color: white;
  border: none;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
  font-size: 0.9rem;
  border-radius: 15px;
}

.enroll-btn:hover {
  background: #1e3a8a;
}

/* Explore Button */
.explore-more {
  text-align: center;
  margin-top: 3rem;
}

.explore-btn {
  display: inline-block;
  background: #ff0000;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  font-size: 0.95rem;
}

.explore-btn:hover {
  background: #1e3a8a;
}

/* Animation for filtering */
.course-card {
  transition: all 0.4s ease;
}

.hidden {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .courses-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .filters {
    gap: 0.3rem;
  }

  .filter-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}

/* Main Section */
.hmagz-section {
  padding: 50px 25px;
  color: #7030a0;
  text-align: center;
}

.hmagz-container {
  margin: 0 2.5%;
  padding: 0 20px;
}

/* Title */
.hmagz-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

/* Filter Buttons */
.hmagz-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.hmagz-filter-btn {
  padding: 10px 20px;
  border: 1px solid #d1dbe7;
  background: white;
  color: #ff0000;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.hmagz-filter-btn:hover {
  background-color: #f0f5ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hmagz-filter-btn.active {
  background-color: #ff0000;
  color: white;
  border-color: #ff0000;
  box-shadow: 0 4px 12px rgba(26, 62, 112, 0.2);
}

.hmagz-filter-btn.active .hmagz-count-badge {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

/* Magazine Grid */
.hmagz-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 30px;
  transition: all 0.4s ease;
  margin: 0 5%;
}

.hmagz-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.5s ease forwards;
}
.hmagz-no-results {
    display: none;
    text-align: center;
    padding: 30px;
    color: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hmagz-card.hidden {
  display: none;
}

.hmagz-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.hmagz-img-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.hmagz-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hmagz-card:hover .hmagz-img {
  transform: scale(1.05);
}

.hmagz-new-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #ff4757;
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(255, 71, 87, 0.3);
}

/* Card Content */
.hmagz-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.hmagz-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.hmagz-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
  flex-grow: 1;
}

/* Tags */
.hmagz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.hmagz-tag {
  font-size: 0.75rem;
  padding: 4px 10px;
  background-color: #e0e9f5;
  color: #ff0000;
  border-radius: 12px;
  font-weight: 500;
}

/* Footer */
.hmagz-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.hmagz-date {
  font-size: 0.8rem;
  color: #888;
}

.hmagz-btn1 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #7030a1;
  color: #fff;
  padding: 8px 16px;
  border-radius: 26px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.hmagz-btn1:hover {
  background-color: #008dcf;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 141, 207, 0.3);
}.hmagz-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
      background: linear-gradient(to right, #020202, #000);
  color: #fff;
  padding: 8px 16px;
  border-radius: 26px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.hmagz-btn:hover {
  background-color: #008dcf;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 141, 207, 0.3);
}

.hmagz-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* No Results Message */
.hmagz-no-results {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.hmagz-no-results.active {
  display: flex;
}

.hmagz-no-results-img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  opacity: 0.7;
}

.hmagz-no-results h3 {
  font-size: 1.5rem;
  color: #ff0000;
  margin-bottom: 10px;
}

.hmagz-no-results p {
  color: #666;
  margin-bottom: 20px;
}

.hmagz-reset-filters {
  background: none;
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hmagz-reset-filters:hover {
  background-color: #ff0000;
  color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hmagz-filters {
    gap: 8px;
  }

  .hmagz-filter-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .hmagz-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hmagz-title {
    font-size: 2rem;
  }

  .hmagz-filters {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .hmagz-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .hmagz-btn {
    width: 100%;
    justify-content: center;
  }
}

.hdnws-section {
      background: linear-gradient(to right, #dee2f7, #f2f2f2);
  padding: 25px 25px;
}

.hdnws-container {
  margin: 0 4%;
}

.hdnws-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

.hdnws-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.hdnws-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}

.hdnws-item:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
}

.hdnws-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.hdnws-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.hdnws-headline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.hdnws-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
  flex-grow: 1;
}

.hdnws-link {
  align-self: flex-start;
  display: inline-block;
  color: #ff0000;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hdnws-link:hover {
  color: #008dcf;
}

.hdnws-btn-container {
  text-align: center;
  margin-top: 20px;
}

.hdnws-explore-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff0000;
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(26, 62, 112, 0.2);
}

.hdnws-explore-btn:hover {
  background-color: #008dcf;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 141, 207, 0.3);
}

.hdapp-download-section {
  color: #fff;
  padding: 40px 20px;
  position: relative;
    background: linear-gradient(to right, #7030a0, #5e2b91);
}

.hdapp-container {
  margin: 0 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.hdapp-content {
  flex: 1;
  min-width: 300px;
}

.hdapp-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hdapp-desc {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
}

.hdapp-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hdapp-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: lightgrey;
  color: #0f1a2b;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.hdapp-btn:hover {
  transform: translateY(-4px);
}

.hdapp-btn img {
  width: 30px;
  height: 30px;
}

.hdapp-btn span {
  font-size: 14px;
  line-height: 1.2;
}

.hdapp-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.hdapp-image img {
  width: 75%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* app subpage */

.subapp-download-section {
  background-color: #ffffff;
  color: #fff;
  padding: 50px 20px;
  position: relative;
}

.subapp-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.subapp-content {
  flex: 1;
  min-width: 300px;
}

.subapp-title {
  font-size: 36px;
  color: #ff0000;
  font-weight: 700;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.subapp-desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.subapp-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.subapp-feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  color: #000;
}

.subapp-feature-list li {
  padding: 6px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.subapp-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.subapp-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f2f2f2;
  color: #0f1a2b;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.subapp-btn:hover {
  transform: translateY(-4px);
}

.subapp-btn img {
  width: 30px;
  height: 30px;
}

.subapp-btn span {
  font-size: 14px;
  line-height: 1.2;
}

.subapp-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.subapp-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}



    /* about us */
    :root {
            --deep-blue: #002244;
            --navy-blue: #ff0000;
            --gold: #D4AF37;
            --light-gold: #F5D98F;
            --white: #FFFFFF;
            --light-grey: #F8F9FA;
            --medium-grey: #E9ECEF;
            --dark-grey: #212529;
            --text-grey: #495057;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Roboto', 'Lato', sans-serif;
            line-height: 1.7;
            color: var(--dark-grey);
            background-color: var(--light-grey);
        }

        /* Breadcrumb Styles */
        .breadcrumb {
            padding: 30px 0 15px;
            font-size: 14px;
        }

        .breadcrumb a {
            color: var(--navy-blue);
            text-decoration: none;
            transition: color 0.3s;
        }

        .breadcrumb a:hover {
            color: var(--gold);
            text-decoration: underline;
        }

        .breadcrumb .separator {
            margin: 0 8px;
            color: var(--text-grey);
        }

        .breadcrumb .current {
            color: var(--gold);
            font-weight: 500;
        }

        /* Hero Section */
        .about-hero {
            background: linear-gradient(135deg, rgba(0, 34, 68, 0.9) 0%, rgba(0, 51, 102, 0.9) 100%), 
                        url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: var(--white);
            padding: 80px 0;
            text-align: center;
            margin-bottom: 60px;
            border-radius: 8px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .about-hero h1 {
            font-size: 42px;
            margin-bottom: 20px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .about-hero p {
            font-size: 20px;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0.9;
        }

        /* Section Styling */
        .about-section {
            padding: 30px 5%;
            position: relative;
            background-color: #ffffff;

        }

        .section-header {
            text-align: center;
        }

        .section-header h2 {
            font-size: 36px;
            margin-top: 15px;
            font-weight: 700;
            color: #ffffff;
            position: relative;
            display: inline-block;
            padding-bottom: 25px;
        }


        .section-header p {
            color: #000;
            max-width: 700px;
            margin: 20px auto;
            font-size: 18px;
        }

        /* About Content Grid */
        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .about-content h3 {
            font-size: 30px;
            color: #ff0000;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .about-content p {
            color: #000;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .about-image {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: transform 0.5s;
            height: 100%;
        }

        .about-image:hover {
            transform: translateY(-5px);
        }

        .about-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Stats Section */
        .stats-section {
            background-color: var(--navy-blue);
            padding: 80px 0;
            margin: 60px 0;
            border-radius: 8px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            text-align: center;
        }

        .stat-item {
            color: var(--white);
        }

        .stat-number {
            font-size: 48px;
            font-weight: 700;
            color: var(--gold);
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 16px;
            opacity: 0.9;
            letter-spacing: 0.5px;
        }

        /* Publications Section */
        .publications-section {
            border-radius: 8px;
            margin-bottom: 50px;
        }

        .publications-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .publication-card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid var(--medium-grey);
        }

        .publication-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            border-color: var(--gold);
        }

        .card-header {
            background: linear-gradient(to right, #020202, #000);
            color: var(--white);
            padding: 25px;
            text-align: center;
        }

       .card-header {
    text-align: center; /* Centers inline-block elements like <i> */
}

.card-header i {
    font-size: 40px;
    background: #ccc;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto 15px auto; /* auto left/right + bottom margin */
    display: block;
    color: #7030a0;
    line-height: 90px; /* vertically center the icon (optional tweak) */
    text-align: center;
}

        .card-header h3 {
            font-size: 22px;
            font-weight: 600;
        }

        .card-body {
            padding: 30px;
        }

        .card-body p {
            color: var(--text-grey);
            margin-bottom: 25px;
        }

        .btn {
            display: inline-block;
            background-color: var(--navy-blue);
            color: #ffffff;
            padding: 12px 25px;
            border-radius: 26px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
            border: 2px solid transparent;
        }

        .btn:hover {
            background-color: transparent;
            color: var(--gold);
            border-color: var(--gold);
        }

        /* Team Section */
        .team-section {
            padding: 80px 0;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .team-card {
            background-color: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            text-align: center;
        }

        .team-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .team-image {
            height: 280px;
            overflow: hidden;
            position: relative;
        }

        .team-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .team-card:hover .team-image img {
            transform: scale(1.05);
        }

        .team-social {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .team-card:hover .team-social {
            opacity: 1;
        }

        .team-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background-color: var(--gold);
            color: var(--navy-blue);
            border-radius: 50%;
            margin: 0 5px;
            transition: all 0.3s;
        }

        .team-social a:hover {
            background-color: var(--navy-blue);
            color: var(--gold);
            transform: translateY(-3px);
        }

        .team-info {
            padding: 25px;
        }

        .team-info h3 {
            color: var(--navy-blue);
            font-size: 20px;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .team-info p.position {
            color: #000;
            font-weight: 500;
            margin-bottom: 15px;
            font-size: 15px;
        }

        .team-info p.bio {
            color: var(--text-grey);
            font-size: 14px;
            line-height: 1.6;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .about-grid {
                grid-template-columns: 1fr;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px 20px;
            }
        }

        @media (max-width: 768px) {
            .about-hero h1 {
                font-size: 36px;
            }

            .about-hero p {
                font-size: 18px;
            }

            .section-header h2 {
                font-size: 30px;
            }

            .stat-number {
                font-size: 36px;
            }
        }

        @media (max-width: 576px) {
            .container {
                padding: 0 20px;
            }

            .stats-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .section-header h2 {
                font-size: 28px;
            }
        }
.subapp-feature-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.subapp-feature-list li::before {
  content: "✔"; /* Unicode check mark */
  color: green;
  margin-right: 8px;
}


         .bank-container {
      max-width: 1760px;
      margin: 0 auto;
     
    }

    .bank-breadcrumb-wrapper {
      padding: 60px 0 30px;
      position: relative;
      overflow: hidden;
    }

    .bank-breadcrumb-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('https://images.unsplash.com/photo-1601597111158-2fceff292cdc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
      background-size: cover;
      background-position: center;
      z-index: 1;
      filter: brightness(0.4);
      transition: all 0.5s ease;
    }

    .bank-breadcrumb-wrapper:hover .bank-breadcrumb-bg {
      transform: scale(1.03);
      filter: brightness(0.5);
    }

    .bank-breadcrumb-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
    }

    .bank-breadcrumb-content {
      position: relative;
      z-index: 3;
      padding: 40px;
    }

    .bank-breadcrumb-nav {
      display: flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(8px);
          padding: 6px 8px;
      border-radius: 10px;
      box-shadow: 0 8px 32px rgba(0, 34, 68, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.1);
      max-width: fit-content;
      opacity: 0;
      animation: fadeInUp 0.6s ease 0.2s forwards;
    }

    .bank-breadcrumb-list {
      display: flex;
      list-style: none;
      align-items: center;
    }

    .bank-breadcrumb-item {
      display: flex;
      align-items: center;
      font-size: 16px;
    }

    .bank-breadcrumb-item a {
      color: #FFFFFF;
      text-decoration: none;
      transition: all 0.3s ease;
      font-weight: 500;
      padding: 8px 15px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.1);
      margin-right: 5px;
    }

    .bank-breadcrumb-item a:hover {
      background: rgba(212, 175, 55, 0.3);
      color: #F5D98F;
    }

    .bank-breadcrumb-item a i {
      margin-right: 8px;
      font-size: 14px;
    }

    .bank-breadcrumb-item.active {
      color: #FFFFFF;
      font-weight: 600;
      font-family: 'Playfair Display', serif;
    }

    .bank-breadcrumb-item.active span {
      padding: 8px 20px;
      border-radius: 6px;
      backdrop-filter: blur(4px);
      position: relative;
    }

    .bank-breadcrumb-separator {
      margin: 0 15px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      display: flex;
      align-items: center;
    }

    .bank-breadcrumb-nav:hover .bank-breadcrumb-separator {
      color: #D4AF37;
    }

    .bank-breadcrumb-title {
      color: #FFFFFF;
      font-family: 'Playfair Display', serif;
      font-size: 28px;
      font-weight: 700;
      margin-top: 25px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      opacity: 0;
      animation: fadeInUp 0.6s ease 0.4s forwards;
    }

    .bank-breadcrumb-subtitle {
      color: rgba(255, 255, 255, 0.9);
      font-size: 16px;
      margin-top: 10px;
      max-width: 600px;
      line-height: 1.6;
      opacity: 0;
      animation: fadeInUp 0.6s ease 0.5s forwards;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .bank-breadcrumb-content {
        padding: 30px 20px;
      }

      .bank-breadcrumb-nav {
        padding: 15px 20px;
      }

      .bank-breadcrumb-item a {
        padding: 6px 12px;
        font-size: 14px;
      }

      .bank-breadcrumb-title {
        font-size: 24px;
      }
    }

    @media (max-width: 576px) {
      .bank-breadcrumb-wrapper {
        padding: 40px 0 20px;
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
      }

      .bank-breadcrumb-nav {
        max-width: 100%;
      }

      .bank-breadcrumb-item a {
        padding: 5px 8px;
        font-size: 13px;
      }

      .bank-breadcrumb-title {
        font-size: 22px;
      }
    }


    /* course material */
     :root {
      --primary: #002244;
      --gold: #c9a634;
      --light-grey: #f4f6f9;
      --text: #333;
    }

    body {
      font-family: 'Roboto', sans-serif;
      margin: 0;
      background: var(--light-grey);
      color: var(--text);
    }


    header h1 {
      font-size: 2.7rem;
    }

    .tabs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
     
    }

    .tab-btn {
     background: none;
    border: 3px solid #ff0000;
  color: #000;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 20px;
    }

    .tab-btn.active,
    .tab-btn:hover {
      color: #020202;
      border-radius: 20px;
    }

    .search-box {
      max-width: 600px;
      margin: 30px auto 10px;
      padding: 0 20px;
    }

    .search-box input {
      width: 100%;
      padding: 12px 16px;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }
@media (max-width: 992px) {
  .materials-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .materials-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

    .materials-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      display: grid;
       grid-template-columns: repeat(3, 1fr); /* Force 3 columns */
      gap: 30px;
    }

    .material-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s;
    }

    .material-card:hover {
      transform: translateY(-5px);
    }

    .material-img {
      height: 180px;
      object-fit: cover;
      width: 100%;
    }

    .material-content {
      padding: 20px;
      flex: 1;
    }

    .material-content h3 {
      color: #000;
      font-size: 1.1rem;
      margin: 0 0 10px;
    }

    .material-content p {
      font-size: 0.95rem;
      margin-bottom: 15px;
    }

    .btn-link {
      display: inline-block;
      margin-right: 5px;
      background: linear-gradient(to right, #7030a0, #5e2b91, #3b1d63);
      color: white;
      padding: 6px 12px;
      font-size: 0.9rem;
      text-decoration: none;
      border-radius: 26px;
      transition: 0.3s;
      cursor: pointer;
    }

    .btn-link:hover {
      background: var(--gold);
      color: var(--primary);
    }

        .btn-link-1 {
      display: inline-block;
      margin-right: 5px;
      background: linear-gradient(to right, #020202, #000);
      color: white;
      padding: 6px 12px;
      font-size: 0.9rem;
      text-decoration: none;
      border-radius: 26px;
      transition: 0.3s;
      cursor: pointer;
    }

    .btn-link-1:hover {
      background: var(--gold);
      color: var(--primary);
    }



    .hidden {
      display: none;
    }

    /* Modal Styles */
    .modal {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 99;
    }

    .modal-content {
      background: white;
      padding: 25px;
      border-radius: 10px;
      width: 90%;
      max-width: 600px;
      position: relative;
      text-align: center;
    }

    .modal-content iframe {
      width: 100%;
      height: 400px;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 20px;
      color: var(--primary);
      cursor: pointer;
    }

    .modal-content h3 {
      margin-top: 0;
      color: var(--primary);
    }

    @media screen and (max-width: 600px) {
      .material-content h3 {
        font-size: 1rem;
      }

      header h1 {
        font-size: 2rem;
      }
    }

    .explore-link {
  display: block;
  width: max-content;
  margin: 40px auto;
  background:#002244;
  padding: 14px 30px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.explore-link:hover {
  background:#c9a634; /* Gold */
  color: #fff;
  transform: translateY(-2px);
}



    /* dealy news */
           :root {
            --primary-blue: #1a365d;
            --secondary-blue: #2d5a87;
            --accent-gold: #d4af37;
            --light-grey: #f7f9fc;
            --medium-grey: #e2e8f0;
            --dark-grey: #4a5568;
            --white: #ffffff;
            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            --shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        body {
            font-family: 'Roboto', sans-serif;
            background: #7030a0;
            color: var(--dark-grey);
            line-height: 1.6;
        }

        .news-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Header Section */
        .news-header {
            text-align: center;
            margin-bottom: 40px;
            padding: 40px 0;
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
            border-radius: 20px;
            color: var(--white);
            position: relative;
            overflow: hidden;
        }

        .news-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.3; }
            50% { transform: scale(1.1); opacity: 0.1; }
        }

        .news-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }

        .news-header p {
            font-size: 1.1rem;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        /* Scrollable Ticker */
        .ticker-container {
            background: #ff0000;
            border-radius: 50px;
            margin-bottom: 40px;
            overflow: hidden;
            box-shadow: var(--shadow);
            position: relative;
        }

        .ticker-wrapper {
            display: flex;
            align-items: center;
            padding: 15px 0;
        }

        .ticker-label {
            color: var(--white);
            background-color: #7030a0;
            padding: 10px 20px;
            font-weight: 600;
            border-radius: 25px;
            margin: 0 20px;
            white-space: nowrap;
            font-size: 0.9rem;
        }

        .ticker-content {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .ticker-items {
            display: flex;
            animation: scroll 30s linear infinite;
            white-space: nowrap;
        }

        .ticker-item {
            color: #ffffff;
            font-weight: 500;
            margin-right: 50px;
            font-size: 0.95rem;
        }

        @keyframes scroll {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }

        /* Filter Tabs */
        .filter-tabs {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .filter-tab {
            padding: 12px 24px;
            background: var(--white);
            border: 2px solid var(--medium-grey);
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            color: var(--dark-grey);
        }

        .filter-tab:hover {
            border-color: var(--accent-gold);
            transform: translateY(-2px);
            box-shadow: var(--shadow);
        }

        .filter-tab.active {
            background: var(--primary-blue);
            color: var(--white);
            border-color: var(--primary-blue);
        }




/* Common Floating Button Styles */
.float-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px; /* default bottom spacing */
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* WhatsApp button */
.whatsapp-float {
    background-color: #25D366;
    bottom: 80px;
}

/* Call button */
.call-float {
    background-color: #0e76a8;
    bottom: 20px;
}

/* Optional: FontAwesome Icon Styling */
.float-btn i {
    pointer-events: none;
}

/* Responsive Fix for smaller screens */
@media (max-width: 768px) {
    .float-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
        bottom: auto;
    }

    .whatsapp-float {
        bottom: 60px;
    }

    .call-float {
        bottom: 20px;
    }
}













        /* News Grid */
       .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
    gap: 30px;
    margin-bottom: 40px;
}

/* Responsive: 1 column on screens below 768px */
@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
}


        .news-card {
            background: var(--white);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
        }

        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }

        .news-image {
            width: 100%;
            height: 247px;
            background: linear-gradient(135deg, var(--medium-grey) 0%, var(--light-grey) 100%);
            position: relative;
            overflow: hidden;
        }

        .news-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .news-card:hover .news-image img {
            transform: scale(1.05);
        }

        .news-category {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #7030a0;
            color: #ffffff;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .news-content {
            padding: 25px;
        }

        .news-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            font-size: 0.85rem;
            color: var(--dark-grey);
        }

        .news-date {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .news-headline {
            font-size: 1.3rem;
            font-weight: 700;
            color: #ff0000;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .news-summary {
            color: var(--dark-grey);
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .news-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .read-more {
            background: #ff0000;
            color: var(--white);
            padding: 10px 20px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            font-family: 'Open Sans', sans-serif;
        }

        .read-more:hover {
            background: var(--secondary-blue);
            transform: translateY(-2px);
        }

        .share-buttons {
            display: flex;
            gap: 10px;
        }

        .share-btn {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
        }

        .share-btn.facebook {
            background: #1877f2;
            color: white;
        }

        .share-btn.whatsapp {
            background: #25D366;
            color: white;
        }

        .share-btn.twitter {
            background: #1da1f2;
            color: white;
        }

        .share-btn.linkedin {
            background: #0077b5;
            color: white;
        }

        .share-btn:hover {
            transform: scale(1.1);
        }

        /* Modal */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 1000;
            overflow-y: auto;
        }

        .modal-content {
            background: var(--white);
            max-width: 800px;
            margin: 50px auto;
            border-radius: 20px;
            position: relative;
            animation: modalSlideIn 0.3s ease;
        }

        @keyframes modalSlideIn {
            from { transform: translateY(-50px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        .modal-header {
            padding: 30px;
            border-bottom: 1px solid var(--medium-grey);
        }

        .modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            color: var(--dark-grey);
        }

        .modal-body {
            padding: 30px;
            line-height: 1.8;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .news-header h1 {
                font-size: 2rem;
            }

            .news-grid {
                grid-template-columns: 1fr;
            }

            .filter-tabs {
                flex-direction: column;
                align-items: center;
            }

            .ticker-label {
                font-size: 0.8rem;
                padding: 8px 15px;
            }

            .ticker-item {
                font-size: 0.85rem;
            }
        }



        /* contact us */

        
        header {
            background-color: var(--deep-blue);
            color: var(--white);
          
            text-align: center;
        }
        
        header h1 {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 2.5rem;
        }
        
        header p {
            font-weight: 300;
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        .contact-container {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin: 40px 0;
        }
        
        .contact-form {
            flex: 1;
            min-width: 300px;
            background: var(--white);
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .contact-form h2 {
    color: #7030a0;
    font-size: 22px;
    position: relative;
    border-bottom: 2px solid #000; /* Matching purple border */
    padding-bottom: 8px; /* Space between text and border */
    margin-bottom: 20px;  /* Optional spacing below heading */
}

        
        .form-group {
            margin-bottom: 10px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #000;
            font-weight: 500;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 8px;
            border: 1px solid #7030a0;
            border-radius: 24px;
            font-size: 1rem;
            transition: border 0.3s ease;
        }
        
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #7030a0;
            outline: none;
            box-shadow: 0 0 0 2px var(--light-gold);
        }
        
        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .submit-btn {
            background-color: #7030a0;
            color: var(--white);
            border: none;
            padding: 12px 25px;
            font-size: 1rem;
            border-radius: 24px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .submit-btn:hover {
            background-color: #002244;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .contact-info {
            flex: 1;
            min-width: 300px;
        }
        
        .info-card {
            background: var(--white);
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .info-card h2 {
            color: #7030a0;
    font-size: 22px;
    position: relative;
    border-bottom: 2px solid #000; /* Matching purple border */
    padding-bottom: 8px; /* Space between text and border */
    margin-bottom: 20px;  /* Optional spacing below heading */
        }
        
        .info-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        
        .info-icon {
            background-color: #7030a0;
            color: #ffffff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .info-content h3 {
            color: #000;
            margin-bottom: 5px;
            font-size: 1.1rem;
        }
        
        .info-content p, .info-content a {
            color: var(--dark-grey);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .info-content a:hover {
            color: var(--gold);
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 10%;
            background-color: #000;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-link:hover {
            background-color: var(--gold);
            transform: translateY(-3px);
        }
        
        .map-container {
            width: 100%;
            height: 400px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-top: 30px;
            margin-bottom: 50px;
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }




/*responsive*/
@media only screen and (min-width : 320px) and (max-width : 480px)  {
    .hdnws-section .grid-item-1{
    display: block !important;
}
.hdnws-section .news-content {
    padding: 11px !important;
}
.news-summary {
    font-size: 14px !important;
}
 .hslide-slider { 
    height: auto !important;
}
.bank-breadcrumb-item { 
    font-size: 13px !important;
}
.news-detail-wrapper li span {
    font-size: 14px !important;
}
.contact-form { 
    margin-bottom: 20px !important;
    min-width: 100% !important;
}
.contact-info{
      min-width: 100% !important;
}
.contact-container {
    display: block !important;
}
.hslide-slide { 
    padding: 6% 8% !important;
}

.hslide-slide-image{
    height: 200px !important;
}
.info-content p, .info-content a{
     font-size: 13px !important;
}
.hslide-slide p {
    font-size: 14px !important;
}
.hslide-image-wrapper::before{
    width: 150px !important;
    height: 150px !important;
}
.htick-ticker{
    font-size: 14px !important;
}
.submit-btn{
     font-size: 13px !important;
    padding: 6px 14px !important;
}
.habt-about-btn{
     font-size: 13px !important;
    padding: 6px 14px !important;
}
.habt-about-image { 
    min-width: 100%  !important;
}
.habt-about-image img { 
    height: 232px !important;
}
.tab-btn{
    font-size: 13px !important;
}
.btn-link-1{
     font-size: 13px !important;
    padding: 6px 14px !important;
}
.btn-link-2{
     font-size: 13px !important;
    padding: 4px 14px !important;
}
.btn{
       font-size: 13px !important;
}
.section-header p{
    font-size: 14px !important;
}
.hslide-btn, .hslide-btn1{
     font-size: 13px !important;
    padding: 6px 14px !important;
}
    .hnav-main-nav {
        top: 0px !important;
        width: 246px !important;
        height: calc(123vh - 106px) !important;
    }
.btn-link{
     font-size: 13px !important;
    padding: 4px 14px !important;
}
    .hmagz-btn {
         font-size: 12px !important;
    padding: 6px 8px !important;
    }
    .hnav-top-bar a { 
    margin-left: 5px !important;
    }
    .bank-breadcrumb-subtitle{
         font-size: 12px !important;
    }
    .bank-breadcrumb-content {
        padding: 4px 20px !important;
    }
    .hfoot-app-desc{
         font-size: 13px !important;
    }
    .hfoot-contact-info{
        font-size: 13px !important;
    }
    .hfoot-quicklinks-container ul{
         font-size: 13px !important;
    }
        .hmagz-btn1{
         font-size: 12px !important;
    padding: 4px 8px !important;
    }

    .explore-btn{
         font-size: 12px !important;
    padding: 6px 8px !important;
    }
    .read-more{
         font-size: 12px !important;
    padding: 6px 8px !important;
    }
    .hdapp-desc {
    font-size: 14px !important;
    }
    .hdapp-btn span {
    font-size: 12px; 
}

        .hdapp-title {
        font-size: 18px !important;
    }
    .hdnws-btn-container { 
    margin-top: 0px !important;
}

    .hmagz-grid {  
                grid-template-columns: 1fr;
    margin: 0 1% !important;
}
.explore-more { 
    margin-top: 1rem !important;
}
.news-image { 
    height: 150px !important;
}
   .news-headline {
    font-size: 14px !important;
   }
    
    
    
    
    
    
    
    .hmagz-card-title {
    font-size: 15px;
    }
.hmagz-container {
        margin: 0 0.1% !important;
        padding: 0 5px;
    }
.materials-container { 
        padding: 20px 0px !important;
    grid-template-columns: repeat(1, 1fr) !important; 
}

    .hnav-contact-info{
      display: none;
    }
    .hslide-slide h1 {
    font-size: 17px;
  }
  .hslide-slide h4 {
    font-size: 11px;
}
.hnav-logo img {
    margin-top: -11px;
    margin-bottom: -9px;
    height: 37px; 
}
.habt-about-title {
  margin-bottom: 4px;
    font-size: 23px;
  }
  .habt-about-section {
    padding: 36px 7px;
  }
  .habt-about-text {
    font-size: 14px;
  }
      .section-header h2 {
        font-size: 21px;
    }
h4 {
    font-size: 12px;
}
.container {
        padding: 0 0px;
    }
    .course-content h3 { 
    font-size: 16px;
}
    .hmagz-filter-btn {
        padding: 8px 7px;
        font-size: 12px;
    }
    .hmagz-filters{
      text-align: center;
    }
    .hmagz-container {
    margin: 0 0.5%;
    padding: 0 5px;
}
.hmagz-btn1 {
  width: auto;
          font-size: 12px;
    padding: 8px 8px;
        gap: 2px;
}
.hmagz-footer  {
        flex-direction: row;
        align-items: unset;
        gap: 15px;
    }
    .hdnws-explore-btn { 
      font-size: 12px;
    padding: 4px 12px;
 }
.hmagz-btn {
  width: auto;
          font-size: 12px;
    padding: 8px 8px;
        gap: 2px;
}
.hdnws-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(275px, 1fr));
    gap: 35px; 
}
.hdapp-title {
    font-size: 22px;
}
.hdapp-container {
    margin: 0 0%;
  }
  .hdapp-btn { 
    gap: 9px; 
    padding: 7px 3px;
  }
  .hdapp-image{
    margin-top:20px;
  }
  .hfoot-site-footer { 
    padding: 39px 20px 30px;
}
.hfoot-column {
    text-align: left;
    flex: 1 1 auto;
    min-width: 285px;
}
.hnav-mobile-menu-toggle { 
    font-size: 24px;
    background: lightgrey;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    padding: 5px 10px;
}
    .hnav-main-nav { 
        top: 71px; 
        width: 300px;
        height: calc(105vh - 106px);
      }
          .bank-breadcrumb-nav {
        padding: 1px 2px;
    }
    .bank-breadcrumb-item.active span {
    padding: 1px 11px;
}
    .bank-breadcrumb-wrapper {
        padding: 8px 10px 20px;
      }
      .about-grid {
    margin-bottom: 0px;
  }
  .card-header i {
    font-size: 30px;
    background: #ccc;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto 15px auto;
    display: block;
    color: #7030a0;
    line-height: 50px;
  }
  .card-header h3 {
    font-size: 17px;
  }
  .btn { 
    padding: 3px 12px;
  }
      .bank-breadcrumb-nav {
        max-width: auto !important;
    }
    .tab-btn { 
    padding: 3px 13px
  }
  .hfoot-payments {
    display: none !important;
  }


  }

@media (max-width: 576px) {
    .bank-breadcrumb-nav {
        max-width: auto !important;
    }
}














        
        footer {
            background-color: var(--deep-blue);
            color: var(--white);
            text-align: center;
            padding: 20px 0;
        }
        
        .success-message {
            display: none;
            background-color: #4CAF50;
            color: white;
            padding: 15px;
            border-radius: 4px;
            margin-bottom: 20px;
            text-align: center;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @media (max-width: 768px) {
            .contact-container {
                flex-direction: column;
            }
            
            header h1 {
                font-size: 2rem;
            }
        }



/* Main container */
.dcouur-main-container {
  margin: 40px auto;
  padding: 0 5%;
}

/* Header */
.dcouur-header {
  text-align: center;
  background-color: #f7f9fa;
}

.dcouur-main-heading {
  font-size: 2.5rem;
  color: #7030a0;
  display: inline-block;
}

/* Flex Layout for Content + Sidebar */
.dcouur-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Main Content */
.dcouur-primary-content {
  flex: 4;
  min-width: 300px;
}

/* Course Detail Section */
.dcouur-detail-section {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

/* Text Content - 70% */
.dcouur-text-content {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Image Content - 30% */
.dcouur-image-content {
  flex: 0 0 27%;
  max-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dcouur-featured-img {
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Typography */
.dcouur-subheading {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 15px;
}

.dcouur-paragraph {
  font-size: 1rem;
  color: #444;
  text-align: start;
}

/* Button */
.dcouur-button-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.dcouur-cta-button {
  display: inline-block;
  background-color: #7030a0;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.dcouur-cta-button:hover {
  background-color: #000;
}

/* Sidebar */
.dcouur-related-courses {
  flex: 1;
  min-width: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  height: fit-content;
}

.dcouur-related-heading {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 15px;
  border-left: 4px solid #7030a0;
  padding-left: 10px;
}

.dcouur-course-list {
  list-style: none;
  padding-left: 0;
}

.dcouur-course-item + .dcouur-course-item {
  margin-top: 10px;
}

.dcouur-course-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.dcouur-course-link:hover {
  color: #ff0055;
}

/* Responsive */
@media (max-width: 768px) {
  .dcouur-content-wrapper {
    flex-direction: column;
  }

  .dcouur-detail-section {
    flex-direction: column;
  }

  .dcouur-text-content,
  .dcouur-image-content {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .dcouur-featured-img {
    height: auto;
  }

  .dcouur-main-heading {
    font-size: 2rem;
  }

  .dcouur-subheading {
    font-size: 1.5rem;
  }
}
