/* ===========================================================
   Vaish Institute of Pharmaceutical Education and Research
   Main Stylesheet
   =========================================================== */

:root {
  --primary: #0b6e4f;       /* deep pharma green */
  --primary-dark: #084c37;
  --primary-light: #14a37a;
  --secondary: #f4a300;     /* accent gold */
  --secondary-dark: #d98c00;
  --dark: #16223a;
  --gray: #6b7280;
  --light: #f5f8f7;
  --white: #ffffff;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.15);
  --radius: 14px;
  --transition: all 0.35s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.set img{
  height: 60px;
}

body {
  font-family: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--dark);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--dark);
}

a {
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
}

/* Consistent side spacing so content never hugs the screen edges */
.container {
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding: 90px 0;
}

.section-sm {
  padding: 60px 0;
}

.bg-light-soft {
  background-color: var(--light);
}

.text-primary-c { color: var(--primary) !important; }
.text-secondary-c { color: var(--secondary) !important; }
.bg-primary-c { background-color: var(--primary) !important; }

/* ---------- Buttons ---------- */
.btn {
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: var(--transition);
}

.btn-brand {
  background: var(--primary);
  color: var(--white);
  border: 2px solid var(--primary);
}

.btn-brand:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(11, 110, 79, 0.3);
}

.btn-accent {
  background: var(--secondary);
  color: var(--dark);
  border: 2px solid var(--secondary);
}

.btn-accent:hover {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: var(--white);
  transform: translateY(-3px);
}

.btn-outline-brand {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-outline-brand:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.btn-outline-white:hover {
  background: #fff;
  color: var(--primary);
}

/* ---------- Top Bar ---------- */
.top-bar {
  background: var(--primary-dark);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  padding: 8px 0;
}

.top-bar a {
  color: rgba(255, 255, 255, 0.9);
}

.top-bar a:hover {
  color: var(--secondary);
}

.top-bar .social a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  margin-left: 6px;
}

.top-bar .social a:hover {
  background: var(--secondary);
  color: var(--dark);
}

/* ---------- Navbar ---------- */
.navbar {
  background: var(--white);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
  padding: 12px 0;
  transition: var(--transition);
}

.navbar.scrolled {
  padding: 6px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.navbar-brand .logo-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(11, 110, 79, 0.35);
}

.navbar-brand .brand-text {
  line-height: 1.1;
}

.navbar-brand .brand-text .name {
  font-size: 1.05rem;
  color: var(--primary);
  font-weight: 800;
}

.navbar-brand .brand-text .tag {
  font-size: 0.7rem;
  color: var(--gray);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.navbar .nav-link {
  color: var(--dark) !important;
  font-weight: 600;
  margin: 0 4px;
  padding: 8px 14px !important;
  border-radius: 8px;
  position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--primary) !important;
  background: rgba(11, 110, 79, 0.08);
}

.dropdown-menu {
  border: none;
  box-shadow: var(--shadow);
  border-radius: 12px;
  padding: 10px;
  margin-top: 10px;
}

.dropdown-item {
  border-radius: 8px;
  padding: 9px 14px;
  font-weight: 500;
  color: var(--dark);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(11, 110, 79, 0.1);
  color: var(--primary);
}

@media (min-width: 992px) {
  /* Open the navbar dropdown on hover, not just on click */
  .navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }

  /* Invisible bridge across the 10px gap between the toggle and the menu
     so moving the cursor onto the menu doesn't drop the hover state. */
  .navbar .nav-item.dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
  }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  padding: 150px 0 130px;
  background:
    linear-gradient(rgba(8, 76, 55, 0.88), rgba(11, 110, 79, 0.82)),
    url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.hero h1 {
  color: #fff;
  font-size: 3.1rem;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.15rem;
  max-width: 620px;
  opacity: 0.95;
}

.hero .badge-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}

/* Page banner (inner pages) */
.page-banner {
  position: relative;
  color: #fff;
  padding: 110px 0 70px;
  background:
    linear-gradient(rgba(8, 76, 55, 0.9), rgba(11, 110, 79, 0.85)),
    url("https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.page-banner h1 {
  color: #fff;
  font-size: 2.6rem;
}

.page-banner .breadcrumb {
  background: transparent;
  justify-content: center;
  margin: 12px 0 0;
}

.page-banner .breadcrumb a { color: var(--secondary); }
.page-banner .breadcrumb-item.active { color: rgba(255,255,255,0.85); }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.6); }

/* ---------- Section heading ---------- */
.section-head {
  margin-bottom: 55px;
}

.section-head .subtitle {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  margin-bottom: 10px;
  display: inline-block;
}

.section-head h2 {
  font-size: 2.3rem;
  margin-bottom: 16px;
}

.section-head .divider {
  width: 70px;
  height: 4px;
  background: var(--secondary);
  border-radius: 4px;
  margin: 0 auto;
}

.section-head.text-start .divider { margin: 0; }

.section-head p {
  color: var(--gray);
  max-width: 640px;
  margin: 18px auto 0;
}

/* ---------- Stats ---------- */
.stats {
  background: var(--primary);
  color: #fff;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-item .num {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--secondary);
}

.stat-item .label {
  font-weight: 500;
  opacity: 0.9;
  margin-top: 6px;
}

/* ---------- Feature / Why choose cards ---------- */
.feature-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 28px;
  box-shadow: var(--shadow);
  height: 100%;
  transition: var(--transition);
  border-bottom: 4px solid transparent;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-bottom-color: var(--secondary);
  box-shadow: var(--shadow-lg);
}

.feature-card .icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: rgba(11, 110, 79, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  transition: var(--transition);
}

.feature-card:hover .icon {
  background: var(--primary);
  color: #fff;
  transform: rotateY(360deg);
}

.feature-card h4 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.feature-card p {
  color: var(--gray);
  margin: 0;
  font-size: 0.95rem;
}

/* ---------- About ---------- */
.about-img-wrap {
  position: relative;
}

.about-img-wrap img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.about-img-wrap .exp-badge {
  position: absolute;
  bottom: -25px;
  right: -15px;
  background: var(--secondary);
  color: var(--dark);
  padding: 22px 26px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow);
}

.about-img-wrap .exp-badge .big {
  font-size: 2rem;
  font-weight: 800;
  display: block;
  line-height: 1;
}

.list-check {
  list-style: none;
  padding: 0;
}

.list-check li {
  padding: 7px 0 7px 32px;
  position: relative;
  color: var(--dark);
}

.list-check li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary);
  position: absolute;
  left: 0;
  top: 7px;
}

/* ---------- Mission / Vision ---------- */
.mv-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 32px;
  box-shadow: var(--shadow);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.mv-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

.mv-card .icon {
  font-size: 2.4rem;
  color: var(--secondary);
  margin-bottom: 18px;
}

.mv-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 130px;
  height: 130px;
  background: rgba(11, 110, 79, 0.06);
  border-radius: 50%;
}

/* ---------- Services ---------- */
.service-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
  transition: var(--transition);
}

.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }

.service-card .img {
  height: 210px;
  overflow: hidden;
}

.service-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.service-card:hover .img img { transform: scale(1.1); }

.service-card .body {
  padding: 26px 24px;
}

.service-card .body .icon {
  color: var(--primary);
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.service-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.service-card p {
  color: var(--gray);
  font-size: 0.93rem;
}

.service-card a.more {
  color: var(--primary);
  font-weight: 600;
}

.service-card a.more:hover { color: var(--secondary-dark); }

/* ---------- Timeline / History ---------- */
.timeline {
  position: relative;
  padding-left: 0;
  list-style: none;
  max-width: 850px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(11, 110, 79, 0.2);
  transform: translateX(-50%);
}

.timeline li {
  position: relative;
  width: 50%;
  padding: 18px 38px;
  margin-bottom: 12px;
}

.timeline li:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline li:nth-child(even) {
  left: 50%;
}

.timeline li .content {
  background: #fff;
  padding: 22px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.timeline li .year {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 3px 14px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.timeline li::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--secondary);
  border: 4px solid #fff;
  box-shadow: var(--shadow);
}

.timeline li:nth-child(odd)::after { right: -9px; }
.timeline li:nth-child(even)::after { left: -9px; }

@media (max-width: 767px) {
  .timeline::before { left: 9px; }
  .timeline li { width: 100%; left: 0 !important; text-align: left !important; padding-left: 42px; padding-right: 10px; }
  .timeline li::after { left: 0 !important; right: auto !important; }
}

/* ---------- Staff ---------- */
.staff-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
  transition: var(--transition);
}

.staff-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }

.staff-card .img {
  height: 280px;
  overflow: hidden;
  position: relative;
}

.staff-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.staff-card:hover .img img { transform: scale(1.07); }

.staff-card .social {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: var(--transition);
}

.staff-card:hover .social { bottom: 16px; }

.staff-card .social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-card .social a:hover { background: var(--secondary); color: var(--dark); }

.staff-card .body { padding: 22px 16px; }
.staff-card .body h5 { margin-bottom: 4px; }
.staff-card .body .role { color: var(--primary); font-weight: 600; font-size: 0.9rem; }
.staff-card .body .dept { color: var(--gray); font-size: 0.85rem; }

/* ---------- Testimonials ---------- */
.testi-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: var(--shadow);
  height: 100%;
  position: relative;
}

.testi-card .quote-mark {
  font-size: 3rem;
  color: rgba(11, 110, 79, 0.12);
  position: absolute;
  top: 14px;
  right: 24px;
  line-height: 1;
}

.testi-card .stars { color: var(--secondary); margin-bottom: 14px; }

.testi-card p { color: var(--gray); font-style: italic; }

.testi-card .person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.testi-card .person img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-card .person h6 { margin: 0; }
.testi-card .person span { color: var(--primary); font-size: 0.85rem; }

/* ---------- Blog ---------- */
.blog-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
  transition: var(--transition);
}

.blog-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }

.blog-card .img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.blog-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.blog-card:hover .img img { transform: scale(1.08); }

.blog-card .date-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--secondary);
  color: var(--dark);
  padding: 8px 12px;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.blog-card .date-tag span { display: block; font-size: 0.7rem; font-weight: 500; }

.blog-card .body { padding: 24px; }

.blog-card .meta {
  font-size: 0.82rem;
  color: var(--gray);
  margin-bottom: 10px;
}

.blog-card .meta i { color: var(--primary); margin-right: 4px; }

.blog-card h4 { font-size: 1.18rem; margin-bottom: 10px; }
.blog-card h4 a { color: var(--dark); }
.blog-card h4 a:hover { color: var(--primary); }
.blog-card p { color: var(--gray); font-size: 0.93rem; }

.blog-card .read-more { color: var(--primary); font-weight: 600; }
.blog-card .read-more:hover { color: var(--secondary-dark); }

/* ---------- Events ---------- */
.event-item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
}

.event-item:hover { transform: translateX(6px); box-shadow: var(--shadow-lg); }

.event-item .date {
  background: var(--primary);
  color: #fff;
  padding: 26px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 110px;
}

.event-item .date .day { font-size: 2.2rem; font-weight: 800; line-height: 1; }
.event-item .date .month { text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; }
.event-item .date .year { font-size: 0.78rem; opacity: 0.85; }

.event-item .info { padding: 22px 24px; }
.event-item .info h5 { font-size: 1.1rem; margin-bottom: 8px; }
.event-item .info .meta { color: var(--gray); font-size: 0.85rem; margin-bottom: 8px; }
.event-item .info .meta i { color: var(--primary); margin-right: 4px; }
.event-item .info p { color: var(--gray); font-size: 0.9rem; margin: 0; }

/* ---------- CTA ---------- */
.cta {
  background:
    linear-gradient(rgba(8, 76, 55, 0.92), rgba(11, 110, 79, 0.9)),
    url("https://images.unsplash.com/photo-1559757148-5c350d0d3c56?auto=format&fit=crop&w=1600&q=80") center/cover fixed no-repeat;
  color: #fff;
  text-align: center;
}

.cta h2 { color: #fff; font-size: 2.4rem; }
.cta p { opacity: 0.92; max-width: 640px; margin: 14px auto 28px; }

/* ---------- Contact ---------- */
.contact-info-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow);
  height: 100%;
  text-align: center;
  transition: var(--transition);
}

.contact-info-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

.contact-info-card .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(11, 110, 79, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 16px;
}

.contact-info-card h5 { margin-bottom: 8px; }
.contact-info-card p { color: var(--gray); margin: 0; font-size: 0.93rem; }

.contact-form-wrap {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}

.form-control, .form-select {
  border-radius: 10px;
  padding: 12px 16px;
  border: 1.5px solid #e3e8e6;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(11, 110, 79, 0.15);
}

.form-label { font-weight: 600; font-size: 0.92rem; }

.form-feedback {
  display: none;
  padding: 12px 16px;
  border-radius: 10px;
  margin-top: 16px;
  font-weight: 600;
}

.form-feedback.success {
  display: block;
  background: rgba(11, 110, 79, 0.12);
  color: var(--primary-dark);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  border-radius: var(--radius);
}

/* ---------- Partners / accreditation marquee ---------- */
.partner-logo {
  font-weight: 700;
  color: var(--gray);
  text-align: center;
  font-size: 1.05rem;
  opacity: 0.7;
  transition: var(--transition);
}

.partner-logo:hover { opacity: 1; color: var(--primary); }

/* ---------- Footer ---------- */
.footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.75);
  padding-top: 70px;
}

.footer h5 {
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}

.footer h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--secondary);
  border-radius: 3px;
}

.footer a { color: rgba(255, 255, 255, 0.75); }
.footer a:hover { color: var(--secondary); padding-left: 4px; }

.footer .footer-links { list-style: none; padding: 0; }
.footer .footer-links li { margin-bottom: 10px; }
.footer .footer-links li i { color: var(--secondary); margin-right: 8px; font-size: 0.8rem; }

.footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer .footer-brand .logo-mark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
}

.footer .contact-line {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.footer .contact-line i { color: var(--secondary); margin-top: 5px; }

.footer .social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #fff;
}

.footer .social a:hover { background: var(--secondary); color: var(--dark); padding-left: 0; }

.footer .newsletter input {
  border-radius: 50px 0 0 50px;
  border: none;
  padding: 12px 18px;
}

.footer .newsletter button {
  border-radius: 0 50px 50px 0;
  background: var(--secondary);
  border: none;
  color: var(--dark);
  padding: 0 20px;
  font-weight: 700;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding: 20px 0;
  font-size: 0.88rem;
}

/* ---------- Back to top ---------- */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
  z-index: 999;
  box-shadow: var(--shadow);
}

#backToTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#backToTop:hover { background: var(--secondary); color: var(--dark); }

/* ---------- AOS-like reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Accordion (FAQ) ---------- */
.accordion-button:not(.collapsed) {
  background: rgba(11, 110, 79, 0.08);
  color: var(--primary);
  box-shadow: none;
}

.accordion-button:focus { box-shadow: none; border-color: rgba(11,110,79,0.2); }
.accordion-item { border-radius: var(--radius) !important; overflow: hidden; margin-bottom: 12px; border: 1px solid #eef2f1; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .hero h1 { font-size: 2.3rem; }
  .navbar .nav-link { margin: 2px 0; }
  .about-img-wrap .exp-badge { right: 10px; }
}

@media (max-width: 575px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .hero { padding: 110px 0 90px; }
  .hero h1 { font-size: 1.9rem; }
  .section { padding: 60px 0; }
  .section-head h2 { font-size: 1.8rem; }
}
