* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "PlayfairHeading";
  src: url("../font/Playfair.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PoppinsParagraph";
  src: url("../font/Poppins.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "PoppinsParagraph", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PlayfairHeading", Georgia, serif;
  color: #033ba1;
}

p,
li,
span,
a,
button {
  font-family: "PoppinsParagraph", Arial, sans-serif;
}

.logo {
  width: 290px;
  height: 100%;
  position: relative;
  top: 10px;
}

.logo img {
  width: 100%;
  height: 100%;
}

/* navbar style */
.nav-link {
  color: #fff;

  &:hover {
    color: #fff;
  }
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
#goog-gt-tt,
.goog-gt-tt,
.goog-te-balloon-frame,
.goog-te-spinner-pos,
.goog-te-spinner,
.goog-te-menu-frame,
.goog-tooltip,
.goog-tooltip:hover,
.goog-te-gadget,
.goog-te-gadget-icon,
.goog-te-gadget-simple,
.goog-logo-link,
iframe.goog-te-menu-frame,
iframe.goog-te-banner-frame,
.skiptranslate,
.skiptranslate iframe,
#google_translate_element {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

body {
  top: 0 !important;
  position: static !important;
}


.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  transition: all 0.4s ease;
  justify-content: center;
  /* background: #0000001c; */
  /* backdrop-filter: blur(12px); */
  padding: 0;
}

.language-dropdown .fa-solid {
  color: #fff;
}

.navbar.scrolled {
  background: rgb(20 20 20 / 41%);
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  background: #00000033;
  backdrop-filter: blur(12px);
  padding: 0;
}

.nav-top {
  overflow: hidden;
  transition: all 0.4s ease;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.nav-top.hide {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: none;
}

#menuContact {
  transition: all 0.4s ease;
}

.nav-top .container {
  display: flex;
  justify-content: end;
  align-items: center;
}

.stock-info {
  color: #d9d9d9;
  letter-spacing: 0.5px;
}

.top-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* Main Navigation */
.nav-main {
  padding: 15px 0 0;
}

.overlay.join-us {
  background: linear-gradient(180deg, #00338030 0, #0b54c42e 100%);
}

.nav-main .container {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.logo img {
  height: auto;
  width: 100%;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.main-menu>li {
  position: relative;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

/* .nav-link:hover{
    color:#d7b27c;
} */

.quote-text {
  max-width: 630px !important;
  width: 100%;
}

.leader-info .btn:hover {
  background: #d7171e;
  border: 1px solid #fff;
  color: #fff;
}

.wrapper-nav {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 650px;
  background: #fff;
  padding: 30px;
  display: flex;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.35s ease;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.menu-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fa-solid {
  font-weight: 900;
  color: #d9151b;
}

.mega-column {
  flex: 1;
  min-width: 250px;
}

.mega-column-title {
  color: #033ba1;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.footer-grid .fa-solid {
  color: #fff;
}

.footer-grid a:hover {
  color: #fff;
}

.mega-column a {
  display: block;
  color: #333;
  text-decoration: none;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.mega-column a strong {
  display: block;
  color: #033ba1;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  transition: color 0.3s;
}

.mega-column a span {
  display: block;
  color: #666;
  font-size: 11px;
  line-height: 1.4;
}

.mega-column a:hover {
  background: #f8f9fa;
  transform: translateX(5px);
}

.mega-column a:hover strong {
  color: #e71820;
}

/* Language */
.lang-wrapper {
  color: #fff;
}

.lang-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lang-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.lang-wrapper {
  position: relative;
}

.language-dropdown {
  position: relative;
}

.language-toggle {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}

.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  list-style: none;
  margin: 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.language-menu li a {
  display: block;
  padding: 10px 18px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.language-menu li a:hover {
  background: #f5f5f5;
  color: #033ba1;
}

.language-dropdown:hover .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-arrow {
  font-size: 11px;
}

/* Optional blue color when active */
.menu-item:hover .dropdown-link {
  color: #033ba1;
}

li.menu-item {
  display: flex;
  align-items: center;
  gap: 2px;
}

li.menu-item .fa-solid {
  color: #fff !important;
}

/* Responsive */
@media (max-width: 1300px) {
  .main-menu {
    gap: 20px;
  }

  .nav-link {
    font-size: 12px;
  }

  .logo img {
    height: 60px;
    object-fit: contain;
  }
}

@media (max-width: 992px) {
  .nav-main .container {
    flex-wrap: wrap;
  }

  .main-menu {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .mega-menu {
    min-width: 350px;
  }
}

/* Hero Section */

.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.heroSwiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1);
  transition: transform 8s linear;
}

.swiper-slide-active img {
  transform: scale(1.12);
}

.overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 39%) 40%, rgb(0 0 0 / 7%) 100%); */
  background:
    linear-gradient(180deg, rgb(0 0 0 / 44%) 12.77%, rgba(0, 0, 0, 0) 20.13%), linear-gradient(90deg, rgb(0 0 0 / 62%) 1.71%, rgba(52, 52, 52, 0) 100%);
}

.hero-content {
  position: absolute;
  left: 70px;
  bottom: 120px;
  z-index: 5;
  color: #fff;
  max-width: 750px;
}

.hero-content h2 {
  /* font-size: 3rem; */
  font-weight: 700;
  /* line-height: 1.1; */
  margin-bottom: 15px;
  color: #fff;
  font-size: 56px;
  line-height: 50px;
  font-weight: 400;
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.hero-content .btn {
  padding: 14px 35px;
  border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.swiper-button-next {
  right: 50px;
  bottom: 70px;
  top: auto;
}

.swiper-button-prev {
  right: 120px;
  left: auto;
  bottom: 70px;
  top: auto;
}

.swiper-pagination {
  width: 300px !important;
  left: auto !important;
  right: 180px !important;
  bottom: 90px !important;
}

.swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.3);
}

.swiper-pagination-progressbar-fill {
  background: #e71820;
}

.hero-content h1,
.hero-content p,
.hero-content .btn {
  opacity: 0;
  transform: translateY(40px);
}

.swiper-slide-active .hero-content h1 {
  animation: textUp 0.8s forwards;
}

.swiper-slide-active .hero-content p {
  animation: textUp 0.8s 0.3s forwards;
}

.swiper-slide-active .hero-content .btn {
  animation: textUp 0.8s 0.6s forwards;
}

@keyframes textUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* leader section  */

.leader-section {
  position: relative;

  /* margin-top:-120px; */

  z-index: 10;

  background: #f6f6f6;

  will-change: transform;

  transition: transform 0.1s linear;
}

.leader-image {
  height: 850px;
}

.leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-content {
  padding: 50px 120px;
}

.quote-text {
  max-width: 850px;
}

.quote-icon {
  font-size: 60px;
  color: #444;
  display: block;
  margin-bottom: 20px;
}

.quote-close {
  display: block;
  font-size: 70px;
  line-height: 1;
  color: #e2171e;
  margin-bottom: 20px;
  text-align: right;
}

.quote-text p {
  font-size: 23px;
  line-height: 1.5;
  color: #333;
  font-weight: 300;
  margin-bottom: 0;
}

span.vision-line {
  font-size: 23px;
  line-height: 1.5;
  color: #333;
  font-weight: 300;
}

.quote-text strong {
  font-weight: 700;
}

.speech-line {
  position: relative;
  width: 80%;
  height: 4px;
  background: #444;
  margin: 70px 0;
}

.speech-line::before {
  content: "";

  position: absolute;
  left: 35%;
  top: -4px;

  width: 40px;
  height: 40px;

  border-left: 4px solid #444;
  border-bottom: 4px solid #444;

  transform: rotate(-45deg);
  background: #f6f6f6;
}

.speech-line::after {
  content: "";

  position: absolute;
  right: 0;
  top: -100px;

  width: 4px;
  height: 100px;

  background: #444;
}

.leader-info h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #033ba1;
}

.leader-info p {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 35px;
}

.leader-info .btn {
  padding: 16px 40px;
  border-radius: 12px;
  font-size: 18px;
  border: 1px solid #dd171e;
  color: #dd171e;
}

.reveal-text {
  color: #222;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 300;
}

.reveal-char {
  opacity: 0.25;
}

.leader-image {
  height: 630px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #003380 0, #0b54c4 100%);
}

.leader-image::after {
  content: "";

  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0);

  transition: 0.5s ease;
}

.leader-image:hover::after {
  background: rgba(0, 0, 0, 0.12);
}

.leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}

.business-line {
  width: 32%;
  height: 2px;
  background: #d7171e;
  position: relative;
  left: 100px;
}

.col-lg-7.right-background {
  background-image: url("../images/Picture1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 80% 55%;
  /* backdrop-filter: blur(6px); */
}

strong.quote {
  font-size: 26px;
  letter-spacing: 1px;
}

.wrapper-line {
  display: flex;
  flex-direction: column;
}

/* SECTION */
.business-section {
  background: #ffff;
  padding: 35px 0;
  /* margin-top: -8rem; */
}

.business-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0px;
  color: #033ba1;
}

/* GRID */
.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* CARDS */
.business-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 131px;
  background: #000;
  /* border-radius: 12px; */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* border: 2px solid transparent; */
}

.business-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15));
  z-index: 1;
}

.business-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  border-color: #d7171e;
}

.business-card:hover img {
  transform: scale(1.08);
}

.business-card.active {
  border-color: #033ba1;
  box-shadow: 0 10px 20px rgba(3, 59, 161, 0.25);
  transform: scale(1.02);
}

/* CARD ARROW */
.card-arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.business-card:hover .card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #d7171e;
}

.business-card.active .card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #033ba1;
}

/* NORMAL CARD TEXT */
.business-card h3 {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  max-width: 80%;
}

/* ACTIVE CARD */
/* .business-card.active{
    background:linear-gradient(
        135deg,
        #0088b3,
        #7d2ae8
    );

    display:flex;
    align-items:flex-end;
    justify-content:space-between;

    padding:25px;
} */

/* .business-card.active::before{
    display:none;
} */

.business-card h4 {
  position: absolute;
  bottom: 6px;
  left: 15px;
  z-index: 2;
  color: #fff;
  font-size: 1.15rem;
}

/* FEATURED IMAGE */
.featured-business {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}

.featured-business img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  transition: transform 1s ease;
}


/* OVERLAY */
.featured-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;

  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95),
      rgba(0, 0, 0, 0.45),
      transparent);
}

/* SUB CATEGORIES */
.subcategories {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.subcategories span {
  color: #fff;
  font-size: 1rem;
  background: none;
  padding: 0;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.subcategories span:hover {
  border-bottom: 2px solid #fff;
}

/* BUTTON */
.explore-btn {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}

/* IMPACT SECTION */

.impact-section {
  display: flex;
  height: 750px;
  overflow: hidden;
  background: #000;
}

.impact-panel {
  position: relative;
  flex: 1.2;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.impact-panel.active {
  flex: 5;
}

.impact-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.impact-panel.active img {
  transform: scale(1.08);
}

.impact-panel::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.75));
}

.panel-title {
  position: absolute;
  left: 22px;
  bottom: 40px;
  z-index: 3;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.4s ease;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.business-line.map {
  left: 0;
}

.impact-panel.active .panel-title {
  opacity: 0;
  visibility: hidden;
}

.pulse-icon {
  animation: pulseGlow 1.8s infinite ease-in-out;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}

@keyframes pulseGlow {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.25);
    opacity: 1;
    text-shadow: 0 0 8px rgba(223, 183, 71, 0.8);
  }

  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

.panel-content {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 80px;

  z-index: 3;

  color: #fff;

  display: flex;
  align-items: flex-start;
  gap: 40px;

  opacity: 0;
  transform: translateY(30px);

  transition: all 0.5s ease;
}

.impact-panel.active .panel-content {
  opacity: 1;
  transform: translateY(0);
}

.panel-content h2 {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 700;
  max-width: 500px;
  margin: 0;
  color: #fff;
}

.divider {
  width: 1px;
  height: 90px;
  background: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}

.panel-content h3 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;

  max-width: 420px;
  margin-bottom: 20px;
  color: #fff;
}

.panel-content a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4px;

  transition: 0.3s ease;
}

.panel-content a:hover {
  border-color: #fff;
}

.impact-tag {
  display: block;

  font-size: 0.85rem;
  font-weight: 600;

  letter-spacing: 3px;
  text-transform: uppercase;

  color: #f5c94a;

  margin-bottom: 18px;
}

.impact-stat {
  display: block;

  font-size: 4rem;
  font-weight: 700;

  color: #fff;

  line-height: 1;
  margin-bottom: 12px;
}

.impact-panel:hover img {
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .impact-section {
    height: 650px;
  }

  .panel-content {
    left: 50px;
    right: 50px;
  }

  .panel-content h2 {
    font-size: 3rem;
  }

  .panel-content h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .impact-section {
    flex-direction: column;
    height: auto;
  }

  .impact-panel {
    height: 420px;
    flex: unset !important;
  }

  .impact-panel.active {
    height: 600px;
  }

  .panel-title {
    writing-mode: initial;
    transform: none;

    left: 30px;
    bottom: 30px;

    font-size: 1.4rem;
  }

  .panel-content {
    left: 30px;
    right: 30px;
    bottom: 40px;

    flex-direction: column;
    gap: 20px;
  }

  .divider {
    display: none;
  }

  .panel-content h2 {
    font-size: 2.3rem;
    max-width: 100%;
  }

  .panel-content h3 {
    max-width: 100%;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .impact-panel {
    height: 350px;
  }

  .impact-panel.active {
    height: 500px;
  }

  .panel-content h2 {
    font-size: 2rem;
  }

  .panel-title {
    font-size: 1.2rem;
  }
}

/* anouncement  */

.announcement-section {
  padding: 100px 0;
  background: #023994;
  background-image: url("../images/logo-8.png");
  background-repeat: no-repeat;
}

.announcement-title {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 0px;
  color: #fff;
}

/* FEATURED */

.featured-news {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 50px;
  align-items: center;

  margin-bottom: 80px;
}

.featured-content h3 {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 400;
  color: #fff;
}

.read-more {
  display: inline-block;
  margin: 25px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.featured-image {
  overflow: hidden;
  /* border-radius:10px; */
}

.featured-image img {
  width: 100%;
  display: block;
  cursor: zoom-in;
}

.featured-image img.zoomed {
  transform: scale(1.25) !important;
  cursor: zoom-out;
  transition: transform 1s ease;
}

/* GRID */

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.news-card {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0px;
}

.news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;

  /* border-radius:8px; */
  margin-bottom: 20px;

  transition: 0.6s;
}

.news-card:hover img {
  transform: translateY(-5px);
}

.news-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #fff;
  min-height: 90px;
}

.news-meta {
  margin-top: 25px;

  font-size: 0.85rem;
  font-weight: 600;

  color: #fff;
}

.news-meta span {
  margin: 0 8px;
}

/* BUTTON */

.announcement-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-top: 50px;

  padding: 14px 30px;

  border: 1px solid #fff;
  border-radius: 10px;

  text-decoration: none;
  color: #fff;

  transition: 0.3s;
}

/* .announcement-btn:hover {
  background: #e71820;
  color: #fff;
} */

/* join section  */

.join-section {
  padding: 40px 30px;
  background: #f5f5f5;
}

.join-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.join-header h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.join-header p {
  max-width: 700px;
  font-size: 1.2rem;
  color: #555;
  margin-top: 20px;
}

.join-btn {
  padding: 16px 40px;
  border: 1px solid #e71820;
  color: #e71820;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s;
}

.join-btn:hover {
  background: #e71820;
  color: #fff;
}

/* CARDS */

.join-cards {
  display: flex;
  gap: 20px;
  height: 550px;
}

.join-card {
  position: relative;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  height: 550px;
}

.join-card.active {
  flex: 3.5;
}

.join-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-info {
  margin-top: 30px;
}

.join-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15));
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.overlay {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

.overlay h4 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
}

.join-card.active .overlay h3 {
  font-size: 2rem;
}

.join-card h3 {
  padding: 10px;
}

.newsletter-section {
  background: linear-gradient(135deg, #033ba1, #022463);

  padding: 70px 0;
}

.newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.newsletter-content h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.newsletter-content p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 550px;
  margin: 0;
}

.newsletter-form {
  display: flex;
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.newsletter-form input {
  flex: 1;
  border: none;
  padding: 18px 25px;
  outline: none;
}

.newsletter-form button {
  border: none;
  padding: 18px 35px;

  background: #e71820;
  color: #fff;

  font-weight: 600;
}

.footer {
  background: #111;
  color: #fff;
  padding: 90px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 60px;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.footer h4 {
  margin-bottom: 25px;
  font-size: 1.3rem;
  color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 14px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.footer-social a {
  width: 42px;
  height: 42px;

  border: 1px solid #444;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
}

.footer-bottom {
  border-top: 1px solid #2a2a2a;

  margin-top: 60px;
  padding-top: 25px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom div {
  display: flex;
  gap: 25px;
}

.office-locator {
  display: flex;
  align-items: center;
  min-height: 600px;

  background: #f7f7f7;

  overflow: hidden;
}

.locator-left {
  width: 50%;
  padding: 156px 80px;
  background: url(../images/globe.png);
  background-size: cover;
  background-position: -480px 0;
  background-repeat: no-repeat;
}

.small-title {
  display: block;

  color: #000000c7;

  font-size: 1.5rem;
  font-weight: 700;

  margin-bottom: 10px;
}

.locator-left h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #033996;
  margin-bottom: 20px;
}

.locator-left p {
  font-size: 1.3rem;
  color: #666;
}

.search-box {
  display: flex;
  margin-top: 40px;
}

.search-box input {
  flex: 1;

  padding: 18px;

  border: 1px solid #ddd;
}

.search-box button {
  background: #033ba1;
  color: #fff;

  border: none;

  padding: 0 35px;
}

.locator-right {
  width: 50%;
  height: 600px;
}

#officeMap {
  width: 100%;
  height: 100%;
}

.leaflet-popup-content {
  font-size: 14px;
}

.counter-section {
  padding: 30px 0;
  background: linear-gradient(90deg, #001e3d 0%, #00376d 50%, #001e3d 100%);
  border-top: 3px solid #00b4d8;
  border-bottom: 3px solid #00b4d8;
  box-shadow: 0 0 25px rgba(0, 180, 216, 0.25);
  position: relative;
  overflow: hidden;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  align-items: center;
}

.impact-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  padding: 10px 0;
}

.impact-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 15%;
  width: 1px;
  height: 70%;
  background: linear-gradient(to bottom, rgba(223, 183, 71, 0), rgba(223, 183, 71, 0.7), rgba(223, 183, 71, 0));
}

.impact-icon {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3.5px solid #dfb747;
  /* Gold ring border */
  box-shadow: 0 0 12px rgba(223, 183, 71, 0.5);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.impact-card:hover .impact-icon {
  transform: scale(1.1);
  box-shadow: 0 0 18px rgba(223, 183, 71, 0.8);
}

.impact-icon i {
  font-size: 24px;
  color: #00224d;
  /* Deep blue icon */
}

.impact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.impact-card h3.counter {
  font-size: 1.8rem;
  font-weight: 700;
  color: #dfb747;
  /* Gold number */
  margin: 0;
  line-height: 1.25;
  letter-spacing: 0.5px;
}

.impact-card p {
  font-size: 0.8rem;
  color: #ffffff;
  /* White text label */
  margin: 0;
  margin-top: 3px;
  line-height: 1.2;
  font-weight: 500;
  opacity: 0.95;
  letter-spacing: 0.3px;
}

@media (max-width: 1200px) {
  .impact-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
  }

  .impact-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-card {
    justify-content: flex-start;
    padding-left: 20px;
  }
}

.impact-item {
  text-align: center;
  padding: 0 30px;
  position: relative;
}

.impact-item:not(:last-child)::after {
  content: "";
  position: absolute;

  right: 0;
  top: 20%;

  width: 1px;
  height: 60%;

  background: #ddd;
}

.impact-number {
  display: block;

  font-size: 3rem;
  font-weight: 300;

  color: #111;

  margin-bottom: 20px;

  letter-spacing: -2px;
}

.impact-item p {
  margin: 0;

  font-size: 1.1rem;
  color: #777;

  text-transform: uppercase;
  letter-spacing: 2px;
}

.impact-item:hover .impact-number {
  color: #e71820;
}

/* contact us page  */

.contact-section {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, #f7f8fc 0%, #ffffff 45%, #fffaf3 100%);
}

.contact-info,
.contact-form-wrapper {
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
  padding: 20px;
}

.contact-form-wrapper h3 {
  font-size: 50px;
  font-weight: 600;
}

.contact-info {
  padding: 80px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
  border: 1px solid #e8edf5;
}

.contact-label {
  display: block;
  font-size: 0.88rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #8b6b2f;
  margin-bottom: 18px;
  font-weight: 700;
}

.contact-info h2 {
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  font-weight: 700;
  margin-bottom: 30px;
  color: #111827;
  line-height: 1.05;
}

.contact-intro {
  color: #5b6677;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 460px;
}

.office-box {
  margin-bottom: 24px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f7ff 100%);
  border: 1px solid #ebeef6;
}

.office-box h4 {
  font-size: 1.35rem;
  color: #033ba1;
  margin-bottom: 8px;
  font-weight: 700;
}

.office-box p {
  font-size: 1rem;
  color: #5b6677;
  line-height: 1.75;
  margin-bottom: 0;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 32px;
}

.contact-list a {
  text-decoration: none;
  color: #172033;
  font-size: 1rem;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8edf5;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-list a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.contact-list i {
  margin-right: 10px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.social-links a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #033ba1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 10px 18px rgba(3, 59, 161, 0.25);
}

.social-links a:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 26px rgba(3, 59, 161, 0.35);
}

.contact-map {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #e6ebf3;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.contact-map iframe {
  width: 100%;
  height: 300px;
  border: none;
}

/* Form */

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  height: 58px;

  padding: 0 20px;

  border: 1px solid #ddd6cb;
  border-radius: 14px;

  background: #fff;

  font-size: 15px;

  margin: 0;
}

.contact-form textarea {
  height: 140px;
  padding: 18px 20px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;

  border-color: #033ba1;

  box-shadow: 0 0 0 4px rgba(3, 59, 161, 0.1);
}

.contact-btn {
  padding: 14px 35px;
  border: none;
  background: #e71820;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(231, 24, 32, 0.25);
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(231, 24, 32, 0.35);
}

.page-header {
  padding: 180px 0 80px;
  background: #f8f9fb;
  text-align: center;
  border-bottom: 1px solid #e9edf3;
}

.page-header .container {
  max-width: 900px;
  margin: auto;
}

.page-header h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1;
  color: #111827;
  margin-bottom: 24px;
  letter-spacing: -2px;
}

.page-header p {
  max-width: 750px;
  margin: auto;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #5b6677;
}

.page-header::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #e71820;
  margin: 40px auto 0;
}

.left-view a {
  text-decoration: none;
  color: #fff;
}

.join-card h3 {
  color: #fff;
}

.newsletter-content h2 {
  color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
  .contact-section {
    padding: 100px 0 80px;
  }

  .contact-info,
  .contact-form-wrapper {
    padding: 40px 24px;
    border-radius: 24px;
  }

  .contact-list {
    grid-template-columns: 1fr;
  }

  .contact-info h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 991px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .impact-item::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-title {
    font-size: 2.5rem;
  }

  .impact-number {
    font-size: 3.5rem;
  }
}

@media (max-width: 991px) {
  .featured-news {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .announcement-title {
    font-size: 3rem;
  }

  .featured-content h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .business-title {
    font-size: 3rem;
  }

  .featured-business {
    margin-top: 20px;
  }

  .featured-business img {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    left: 20px;
    bottom: 120px;
  }

  .hero-content h1 {
    font-size: 2.3rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .swiper-pagination {
    width: 180px !important;
    right: 100px !important;
  }

  section.office-locator {
    display: block;
  }

  .locator-left {
    padding: 50px 35px;
    width: 100%;
  }

  .locator-right {
    width: 100%;
    height: 400px;
  }

  .container-fluid.px-5.business-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .business-title {
    font-size: 2rem;
  }

  .pulse-icon {
    display: none;
  }

  .join-cards {
    display: block;
    height: 100%;
  }

  .newsletter-wrapper {
    flex-direction: column;
  }

  .newsletter-form {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .heroSwiper {
    height: 60vh;
  }

  .hero-section {
    height: 60vh;
  }

  .leader-section {
    padding: 0px 0;
  }
}

i.fa-solid.fa-arrow-right-long {
  color: #fff;
}

/* Mobile Navigation styles */
.mobile-nav-toggle {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: none;
  cursor: pointer;
  z-index: 10000;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Scroll changes hamburger color when nav is scrolled */
.navbar.scrolled .mobile-nav-toggle .hamburger-bar {
  background-color: #fff;
}

/* Hamburger animation when active */
.mobile-nav-toggle.active .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-nav-toggle.active .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: translateX(-15px);
}

.mobile-nav-toggle.active .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Media Queries */
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: flex;
  }

  .navbar {
    padding: 15px 0;
  }

  .wrapper-nav {
    width: 90%;
    margin: 0 auto;
  }

  .logo {
    width: 200px;
    height: auto;
  }

  .logo img {
    height: auto;
    width: 100%;
  }

  .nav-main {
    position: fixed;
    right: -100%;
    top: 0;
    width: 320px;
    height: 100vh;
    background: rgb(2 48 133);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding: 100px 30px 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 9998;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  }

  .nav-main.active {
    right: 0;
  }

  .nav-main .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    gap: 25px;
  }

  .nav-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .nav-top .container {
    justify-content: flex-start;
  }

  /* Main Menu vertical layout */
  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    padding: 0;
  }

  .main-menu>li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
  }

  .main-menu>li:last-child {
    border-bottom: none;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 0;
    width: auto;
  }

  li.menu-item {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  li.menu-item .menu-arrow {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.3s;
  }

  li.menu-item.submenu-open .menu-arrow {
    transform: rotate(180deg);
  }

  /* Collapsible Submenus */
  .mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    /* Controlled by toggle display */
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 15px 0 0 15px;
    min-width: 100%;
    width: 100%;
    border-radius: 0;
    flex-direction: column;
    gap: 20px;
  }

  li.menu-item.submenu-open .mega-menu {
    display: flex;
  }

  .mega-column {
    min-width: 100%;
  }

  .mega-column-title {
    font-size: 14px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
  }

  .mega-column a {
    padding: 6px 0;
    margin-bottom: 8px;
    border-radius: 0;
    color: #ddd;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .mega-column a:hover {
    background: transparent;
    transform: translateX(5px);
    color: #dd171e;
  }

  .mega-column a strong {
    font-size: 15px;
    color: #fff;
  }

  .mega-column a span {
    color: #aaa;
  }

  .lang-wrapper {
    margin-top: 15px;
    width: 100%;
  }

  .language-dropdown {
    width: 100%;
  }

  .language-toggle {
    font-size: 16px;
    justify-content: flex-start;
  }

  .language-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    margin-top: 10px;
    border-radius: 8px;
  }

  .language-dropdown:hover .language-menu {
    display: block;
    position: static;
    transform: none;
  }

  .language-menu li a {
    color: #eee;
  }

  body.nav-open {
    overflow: hidden;
  }

  .leader-image {
    height: 400px;
  }

  .leader-content {
    padding: 40px 20px;
  }

  .quote-text p {
    font-size: 1.5rem;
  }

  .quote-text strong.quote {
    font-size: 1.8rem !important;
  }

  span.vision-line {
    font-size: 1.3rem !important;
  }

  .speech-line {
    margin: 40px 0;
    width: 100%;
  }

  /* Business Grid adjustments */
  .business-section {
    padding: 60px 15px !important;
  }

  .business-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Counter & Industries Serve */
  .serve-section {
    padding: 60px 15px !important;
  }

  .counter-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }

  /* Impact Section */
  .impact-section {
    flex-direction: column !important;
    height: auto !important;
  }

  .impact-panel {
    height: 300px !important;
    flex: none !important;
    width: 100% !important;
  }

  .impact-panel.active {
    height: 400px !important;
  }

  .panel-content h2 {
    font-size: 1.8rem !important;
  }

  .panel-content h3 {
    font-size: 1.1rem !important;
  }

  /* Join Section */
  .join-section {
    padding: 60px 15px !important;
  }

  .join-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
  }

  .join-cards {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .join-card {
    height: 300px !important;
  }

  /* FAQ */
  .faq-section {
    padding: 60px 15px !important;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}

@media (max-width: 576px) {
  .counter-grid {
    grid-template-columns: 1fr !important;
  }

  .quote-text p {
    font-size: 1.3rem;
  }

  .quote-text strong.quote {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
  .logo {
    width: auto;
    max-width: 250px;
  }
}

/* Leaflet Map 3D Drop-Shadow and Tooltip styling */
.state-boundary {
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.4));
  stroke-linejoin: round;
  transition: all 0.25s ease;
  cursor: pointer;
}

.state-boundary:hover {
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.6));
}

.state-tooltip {
  background: rgba(0, 30, 61, 0.9) !important;
  color: #fff !important;
  border: 1px solid #00b4d8 !important;
  border-radius: 6px !important;
  font-family: "PoppinsParagraph", sans-serif;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Custom Map Building Icon Styling */
.custom-map-icon {
  background: none;
  border: none;
}

.map-building-icon {
  width: 32px;
  height: 32px;
  background: #033996;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.map-building-icon svg {
  color: #fff;
  font-size: 18px;
  padding: 4px;
}

.leaflet-marker-icon:hover .map-building-icon {
  transform: scale(1.2);
  background: #d84315;
  box-shadow: 0 6px 15px rgba(216, 67, 21, 0.5);
  cursor: pointer;
}

.contact-us-float {
  width: 150px;
  display: block;
  position: fixed;
  right: -50px;
  top: 50%;
  z-index: 9999;
  transform: rotate(-90deg);
  border-radius: 6px;
  padding: 14px 10px;
  background: linear-gradient(135deg,
      rgba(3, 59, 161, 0.95) 0%,
      rgba(231, 24, 32, 0.65) 100%);
  cursor: pointer;
  transition: right 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact-us-float:hover {
  right: -42px;
}

.contact-us-float a {
  display: flex;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  justify-content: center;
}

.fa-envelope {
  color: #fff;
}

/* Grievance Modal Premium Styling */
.grievance-modal-content {
  background: #ffffff;
  border-radius: 20px !important;
  border: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.grievance-modal-header {
  background: linear-gradient(135deg, #033ba1 0%, #e71820 100%);
  color: #ffffff;
  border-bottom: none;
  padding: 20px 25px !important;
}

.grievance-modal-header h5 {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Heading", Georgia, serif;
}

.grievance-modal-body {
  padding: 25px !important;
  background: #f8f9fc;
}

.grievance-input {
  border-radius: 10px !important;
  border: 1px solid #ddd6cb !important;
  padding: 12px 15px !important;
  font-size: 0.95rem !important;
}

.grievance-input:focus {
  border-color: #033ba1 !important;
  box-shadow: 0 0 0 4px rgba(3, 59, 161, 0.1) !important;
}

.grievance-submit-btn {
  background: #e71820 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border: none !important;
  padding: 10px 24px !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

.grievance-submit-btn:hover {
  background: #b21218 !important;
  transform: translateY(-1px);
}

/* Fix z-index for Bootstrap modal and backdrop to sit on top of the fixed navbar */
.modal {
  z-index: 100000 !important;
}

.modal-backdrop {
  z-index: 99999 !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Light Navbar for pages without a dark hero banner (e.g. Contact Us page) */
.navbar.light-nav {
  background: #ffffff !important;
  border-bottom: 1px solid #e9edf3 !important;
}

.navbar.light-nav .nav-top {
  border-bottom: 1px solid #e9edf3 !important;
}

.navbar.light-nav .nav-link {
  color: #111827 !important;
}

.navbar.light-nav .nav-link:hover {
  color: #e71820 !important;
}

.navbar.light-nav .language-toggle {
  color: #111827 !important;
}

.navbar.light-nav .language-dropdown .fa-solid {
  color: #111827 !important;
}

.navbar.light-nav .top-links a {
  color: #111827 !important;
}

.navbar.light-nav .top-links a:hover {
  color: #e71820 !important;
}

.navbar.light-nav li.menu-item .fa-solid {
  color: #111827 !important;
}

.navbar.light-nav.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}