  .main-btn {
    background-color: #023D54;
    color: #fff !important;
    border: 1px solid #ffbe3d;
    border-radius: 6px;
    padding: 8px 18px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .main-btn:hover {
    background-color: #ffbe3d;
    color: #023D54 !important;
    border-color: #023D54;
    transform: translateY(-2px);
  }

    /* Logo Responsive Sizes */
  .logo-img {
    height: 45px;   /* Default for mobile */
    transition: height 0.3s ease;
  }

  @media (min-width: 992px) { /* Large screens (desktop) */
    .logo-img {
      height: 80px;
    }
  }

   .hero-section {
    background: url("../../assets/imgs/banner.jpeg") no-repeat center center/cover;
    min-height: 80vh;
    position: relative;
    color: #fff;
    padding: 60px 0;
    overflow: hidden;
  }

  /* Dark Overlay */
  .hero-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
  }

  .hero-section .container {
    position: relative;
    z-index: 1;
  }

  .hero-heading {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .hero-subheading {
    font-size: 1.2rem;
    font-weight: 400;
    max-width: 600px;
  }

  @media (min-width: 992px) {
    .hero-heading {
      font-size: 3.5rem;
    }
    .hero-subheading {
      font-size: 1.4rem;
    }
  }

  /* Animations */
  .animate-slide-down {
    opacity: 0;
    transform: translateY(-40px);
    animation: slideDown 1s ease-out forwards;
  }

  .animate-slide-right {
    opacity: 0;
    transform: translateX(60px);
    animation: slideRight 1.2s ease-out forwards;
    animation-delay: 0.3s;
  }

  @keyframes slideDown {
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes slideRight {
    to { opacity: 1; transform: translateX(0); }
  }

  /* Scroll Down Toggle */
  .scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 28px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
  }

  .scroll-down span {
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 8px auto;
    animation: bounce 1.5s infinite ease-in-out;
  }

  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(12px); }
  }

  .blog-card {
    border-radius: 12px;
    overflow: hidden;
  }

  .blog-card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .blog-card .card-body {
    padding: 20px;
  }

  .blog-card .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #023D54;
  }

  /* Other Blogs */
  .other-blog img {
    object-fit: cover;
  }

  .other-blog h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #023D54;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .other-blog h6:hover {
    color: #ffbe3d;
  }
   /* Subscribe Box */
  .subscribe-box {
    border-radius: 12px;
    background: linear-gradient(90deg, #000717, #1a4061) !important;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  }

  .subscribe-box h5 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .subscribe-input {
    border-radius: 6px;
    border: none;
    padding: 10px;
  }

  .subscribe-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ffbe3d;
  }

  .subscribe-btn {
    background-color: #ffbe3d;
    color: #023D54;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .subscribe-btn:hover {
    background-color: #023D54;
    color: #fff;
  }

  /* Blog Content */
  .blog-content-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #023D54;
  }

  .blog-content-section p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #333;
  }

  .author-box {
  background: #0b1c2c; /* Dark elegant bg */
  border-radius: 12px;
  color: #fff;
}
.author-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid #fff;
}
.author-info h4 {
  font-weight: 700;
}
.author-info p {
  font-size: 0.95rem;
  opacity: 0.85;
}
.accordion-button {
  color: #fff; /* text white */
  background-color: transparent;
  border: 1px solid #ffbe3d !important;
  border-radius: 8px;
}

/* When accordion is active/open */
.accordion-button:not(.collapsed) {
  color: #000;
  <!-- background-color: #ffbe3d !important; -->
  box-shadow: none;
}

/* Icon (chevron) color */
.accordion-button::after {
  filter: invert(60%) sepia(98%) saturate(546%) hue-rotate(2deg) brightness(99%) contrast(101%);
}

/* Remove default blue glow on focus */
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 190, 61, 0.5) !important;
  border-color: #ffbe3d !important;
}
.blog-card {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}
.card-body {
  background: #fff;
  border-radius: 0 0 15px 15px;
  text-align: center;
}
.card-title {
  color: #000;
}

.adwest-heading h1 {
  font-size: 1px;
}