:root {
  --brand-blue: #0b2a66;
  --accent: #1e90ff;
  --muted: #6c757d;
  --hero-height: 650px;
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@200..800&display=swap");

* {
  font-family: "Manrope", sans-serif;
}

body {
  background: #fff;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
}

/* NAVBAR */
.navbar-brand .logo-img {
  width: auto;
  height: auto;
}

.navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background: #000032;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 50, 0) 62%,
    rgba(1, 1, 40, 1) 100%
  );
}
.nav-link {
  font-weight: 500 !important;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  color: #fff !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.navbar.scrolled {
  background: rgba(9, 18, 60, 0.95) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.brand-text {
  line-height: 1;
}

/* HERO */
.hero {
  height: var(--hero-height);
  background-image: url("../images/hero-img.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #000032;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 50, 0) 62%,
    rgba(1, 1, 40, 1) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
section {
  padding: 60px 0;
}

/* ABOUT */
.about-us-bg {
  background: url(../images/about-us-bg.jpg) no-repeat center center / cover;
}
.section-title {
  font-weight: 600 !important;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.btn:hover {
  background: #030092;
  background: linear-gradient(
    103deg,
    rgba(3, 0, 146, 1) 39%,
    rgba(2, 135, 225, 1) 100%
  ) !important;
  color: #fff !important;
}
.btn:hover .arrow-right {
  /* filter: invert(1); */
  filter: brightness(0) invert(1);
}
.btn-primary {
  background: #030092;
  background: linear-gradient(
    103deg,
    rgba(3, 0, 146, 1) 39%,
    rgba(2, 135, 225, 1) 100%
  );
}
.btn-outline-primary {
  font-size: 20px;
}
.arrow-right {
  width: 24px;
  margin-left: 8px;
}
.arrow-right.white-color {
  filter: grayscale(100%) brightness(100%) invert(100%);
}
.btn:hover .arrow-right.white-color {
  filter: none;
}
.btn {
  border-radius: 0px !important;
  font-size: 20px;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 10px;
}
.btn-outline-primary {
  color: #0317a0;
  font-size: 20px;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.about-card img {
  object-fit: cover;
}
.button-style {
  /* background: rgba(255, 255, 255, 0.15); */
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0px !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.post-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  color: #000;
  font-size: 0.9em;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.meta-item img {
  width: 16px !important;
}

/* STATS */
.stat-box {
  background: #fff;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.stat-box .details {
  text-align: left;
}
.stat-box .details h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news-updates {
  background: #f4f4f5;
}

.news-card {
  overflow: hidden;
  position: relative;
  padding: 0px 10px;
}

.news-card a {
  height: 300px;
  display: block;
}

.news-card .overlay a {
  height: auto;
  width: fit-content;
}

.news-card img {
  width: 100%;
  transition: transform 0.5s ease;
  cursor: pointer;
   height: 100%;
  object-fit: none;
  object-position: center;

}

.news-title {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-card .overlay {
  position: absolute;
  bottom: -1;
  left: 0;
  width: 100%;
  background: rgba(1, 1, 40, 0.75);
  color: #fff;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.news-card:hover .overlay {
  transform: translateY(0px);
  bottom: 0px;
}
.news-card .news-disc {
  padding: 20px;
}

.news-card .overlay h5 {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.news-card .overlay p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.news-slider .slick-prev,
.news-slider .slick-next {
  z-index: 1;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.news-slider .slick-prev:before,
.news-slider .slick-next:before {
  font-size: 20px;
  color: #fff;
}

.news-slider .slick-prev,
.news-slider .slick-next {
  top: auto;
  bottom: -50px;
  transform: translateY(0);
  position: absolute;
  z-index: 10;
  width: 45px;
  height: 45px;
  background: none;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.news-slider .slick-prev {
  left: 50%;
  transform: translateX(-60px);
}

.news-slider .slick-next {
  right: 50%;
  transform: translateX(60px);
}

.news-slider .slick-prev:before,
.news-slider .slick-next:before {
  font-size: 22px;
  color: #000;
}

.news-slider .slick-prev:hover,
.news-slider .slick-next:hover {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 60vh;
}

.left-panel,
.right-panel {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* LEFT PANEL STYLES */
.left-panel {
  background: linear-gradient(135deg, #0b1b64 0%, #0b2d9a 100%);
}

.left-panel::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: url("../images/left-bg-1.jpg") no-repeat left bottom;
  background-size: cover;
  z-index: 0;
}

.left-panel .content {
  position: relative;
  z-index: 1;
  text-align: left;
}

.left-panel h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.left-panel p {
  margin: 1rem 0;
  font-size: 1rem;
  color: #dbe4ff;
}

/* RIGHT PANEL STYLES */
.right-panel {
  background: linear-gradient(135deg, #0b0e2d 0%, #0b1b64 100%);
}

.right-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/right-panel-bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.right-panel .content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.right-panel h2 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.right-panel h3 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.5rem 0;
}

.right-panel p.tagline {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #dbe4ff;
  margin-top: 1rem;
  text-transform: uppercase;
  border-top: 1px solid #dbe4ff;
  display: inline-block;
  padding-top: 0.5rem;
}

/* Buttons */
.btn-custom {
  background: transparent;
  border: 1px solid #dbe4ff;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.5rem;
  transition: 0.3s;
}

.btn-custom:hover {
  background: #dbe4ff;
  color: #0b1b64;
}

/* Icon box on left panel */
.icon-box {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  max-width: 60%;
}

@media (max-width: 992px) {
  .section-wrapper {
    flex-direction: column;
  }
  .left-panel,
  .right-panel {
    flex: 1 1 100%;
  }
  .left-panel h2,
  .right-panel h2 {
    font-size: 2.2rem;
  }
}
footer.footer {
  background: #000032;
  padding: 40px 0;
}
.dott {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}

.newsletter-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0px;
  background: #efedf9;
}

.newsletter-section h1 {
  font-weight: 600 !important;
  font-style: normal;
  letter-spacing: 1px;

  font-size: 2.5rem;
  margin-bottom: 15px;
}

.newsletter-section p {
  font-size: 1.2rem;
  max-width: 600px;
  margin-bottom: 30px;
}

.form-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.form-container input {
  padding: 10px !important;
  border-radius: 0px;
  border: none;
  min-width: 360px;
}

.subscribe-btn {
  padding: 10px 25px;
  border-radius: 0px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  border: none;
  transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
  background-color: #f1f1f1;
}
@media (max-width: 990px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    position: absolute;
    justify-content: left !important;
    align-items: start !important;
    text-align: left !important;
    right: 0;
    top: 90px;
    z-index: 3;
    width: 100%;
    background: rgba(4, 1, 40, 0.7);
  }
  .stat-box {
    background: #fff;
    display: flex;
    gap: 15px;
    justify-content: left;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.04);
  }
}

.breadcrumb-section {
  position: relative;
  background: url("../images/background9.webp") top center / cover no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  color: #fff;
  overflow: hidden;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ddd !important;
}
.text-success-light {
  color: #58e0a5 !important;
}

/* Gradient Overlay */
.breadcrumb-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.breadcrumb-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.breadcrumb-content .breadcrumb {
  justify-content: center;
}

.breadcrumb-content .breadcrumb-item a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-content .breadcrumb-item a:hover {
  color: #f5a623;
}

@media (max-width: 768px) {
  .breadcrumb-section {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  .breadcrumb-content h2 {
    font-size: 1.8rem;
  }
  .btn {
    border-radius: 0px !important;
    font-size: 20px;
    padding: 4px 10px;
    letter-spacing: 0.5px;
    font-family: "Bebas Neue", sans-serif;
  }
  .navbar-brand .logo-img {
    width: auto;
    height: 58px;
    object-fit: cover;
  }
}

@media (max-width: 360px) {
  .nav-item .btn {
    display: none;
  }
}

.leadership-team {
  border: none;
}

.leadership-team-img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.leadership-team-body {
  padding: 15px 10px;
}

.leadership-team-title {
  font-size: 2rem;
  color: #0317a0;
  letter-spacing: 1px;
}

.leadership-team-text {
  font-size: 1.2rem;
}

.info-card-org {
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0 0px 18px rgba(30, 10, 58, 0.1);
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.contact-details .contact-info {
  margin-left: 30px;
  margin-bottom: 0px;
  position: relative;
}
.contact-details .contact-info .icon-contact {
  position: absolute;
  left: -30px;
}

.contact-info p {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.business-list {
  list-style: none;
  padding-left: 0;
}

.business-list li {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.logo-placeholder {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 8px;
  border: 1px solid #ecf0ff;
}
.separator {
  background-color: #ddd;
  width: 1px;
  height: 24px;
  border-radius: 1px;

  position: absolute;
}

.org-title {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.5px;
}

.side-bar-menu {
  background: #f2f4fd;
  padding: 20px;
}
.side-bar-title {
  padding: 8px 0px;
  color: #0317a0;
  font-size: 28px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 990px) {
  .separator {
    display: none;
  }
}

/* Desktop: Show dropdown on hover */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    background: #000032;
    transition: all 0.3s ease;
  }
}

.navbar-nav .nav-link {
  color: #f8f9fa;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffb000;
}

.dropdown-menu,
.dropdown-menu .dropdown-item {
  transition: background 0.3s ease, padding-left 0.3s ease;
  background: #000032;
  min-width: 200px;
}

.dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.2);
  padding-left: 1.5rem;
}

.button-style:hover {
  background: #ffb000;
  color: #000;
  border-color: #fff;
}

@media (max-width: 360px) {
  .breadcrumb-content h2 {
    font-size: 1.8rem;
    margin-top: 25px;
  }

  .join-now-btn {
    /* position: absolute;
    width: 94%;
    left: 12px;
    top: 93px; */
  }
}

.scrolled {
  background: #333;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
}

/* 4 Column certificate block start  */

/* ---- Grid Layout ---- */
.certificate-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 0 50px 0;
}

/* ---- Each Certificate Block ---- */
.certificate {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.certificate:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.certificate img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
  padding: 30px;
}

.certificate:hover img {
  transform: scale(1.05);
}
.highlight-title {
  font-size: 36px;
}

/* ---- Caption ---- */
.certificate-title {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  color: #1e293b;
  font-size: 1rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

/* ---- Responsive Tweaks ---- */
@media (max-width: 600px) {
  .certificate img {
    height: 160px;
  }
}

.certificate-highlights ul {
  line-height: 2;
}
.lite-grey-bg {
  background: #f4f4f5;
}

/* 4 Column certificate block end */

/* left-content-right-image-sec Start */
/* Container for 2 columns */
.two-column {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 40px;
  /* max-width: 1200px; */
  margin: 0 auto;
}

/* Left text/listing section */
.content {
  flex: 1 1 500px;
  min-width: 280px;
}

.content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #0f172a;
}

.content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #334155;
}

.content ul {
  line-height: 2;
}

/* Right image section */
.right-image {
  flex: 1 1 400px;
  min-width: 280px;
}

.right-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  transition: transform 0.3s ease;
}

.right-image img:hover {
  transform: scale(1.03);
}

.corporate-member-image {
  height: 300px;
  width: auto;
  text-align: right;
}
.corporate-member-image img {
  height: 300px;
  width: auto;
}

/* Responsive: Stack columns on mobile */
@media (max-width: 768px) {
  .two-column {
    flex-direction: column;
    text-align: center;
  }
  .content ul li {
    text-align: left;
  }
}

/* left-content-right-image-sec End */

/* Newslist Inner Page Start */
.news-list-sec {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.white-bg {
  background: #fff;
}
.news-list-sec .news-title {
  font-size: 20px;
}

.news-single-page-img {
  float: right;
  height: auto;
  width: 400px;
  padding: 0px 30px;
}

.news-individual-page {
  min-height: 600px;
}

.news-single-page-footer {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
}

.news-single-page-title-sec {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.news-single-page-title-sec p {
  font-size: 90%;
  font-style: italic;
}

.prev-page a,
.next-page a {
  color: #000;
  text-decoration: none;
}

.prev-page a p,
.next-page a p {
  font-size: 20px;
}
.next-page {
  text-align: right;
}

.prev-page a:hover,
.next-page a:hover {
  color: #031ba2;
}

.news-single-page-footer {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 0px 0;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

.news-single-page-content-sec p {
  text-align: justify;
}

@media (max-width: 575px) {
  .news-single-page-img {
    float: inherit;
    height: auto;
    max-width: 400px;
    padding: 0;
    margin-bottom: 20px;
  }
}

/* Newslist Inner Page End */

.filter-item {
  display: flex;
  flex-direction: column;
}

.filter-grid {
  display: grid;
  grid-template-columns: 40% 40% 18%;
  gap: 20px;
  align-items: end;
}

.filter-item select,
.filter-item input {
  padding: 10px 20px;
  border-radius: 0px;
  border: 1px solid #ddd;
}

.filter-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.info-card-org h4 {
  font-size: 20px;
}

.filter-item select {
  background: #fff;
}

.sponsors-all-logo-sec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.sponsors-all-logo-sec .sponsor-logo {
  width: 160px;
  height: auto;
  margin: 20px auto;
}

@media (max-width: 575px) {
  .newsletter-section {
    padding: 50px;
  }

  .form-container input {
    padding: 10px 15px;
    border-radius: 0px;
    border: none;
    width: 100%;
    min-width: auto;
  }
}

/* Login Button CSS Start */

.user-area {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-info {
  /* display: none; */
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.user-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #fff;
}

.dropdown-arrow {
  font-size: 28px;
  transition: transform 0.3s ease;
}
#dropdownArrow img {
  height: 20px;
  filter: invert(1);
}

.user-area.show .dropdown-arrow {
  transform: rotate(180deg); /* ▲ flip when open */
}

.login-dropdown {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  background-color: #222;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  z-index: 10;
}

.login-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.login-dropdown a:hover {
  background-color: #333;
}

/* Show dropdown when active */
.user-area.show .login-dropdown {
  display: block;
}

.user-area.show .user-info {
  color: #fff;
}

.header-btn-sec {
  width: 20%;
  justify-content: flex-end;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand .logo-img {
    width: 200px;
    height: auto;
  }

  .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .header-btn-sec .btn {
    padding: 10px 14px;
  }
}

@media (max-width: 991px) {
  .navbar-brand .logo-img {
    width: 200px;
    height: auto;
  }

  .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header-btn-sec .btn {
    padding: 10px 14px;
    white-space: nowrap;
  }

  .navbar-collapse {
    background: rgba(4, 1, 40, 1) !important;
    top: 120px;
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header-btn-sec {
    width: 50% !important;
  }
  .header-btn-sec .btn {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  #loginBtn {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .join-now-btn {
    margin-bottom: 0px;
  }

  .header-btn-sec {
    width: 100% !important;
    justify-content: flex-end;
    flex-direction: column;
  }
  .scrolled {
    padding: 0px;
  }
  .navbar-toggler {
    top: 30px;
    position: absolute;
    right: 15px;
  }

  .user-area {
    width: 100%;
    order: 3;
  }
  .header-btn-sec .btn {
    padding: 10px 14px;
    white-space: nowrap;
    width: 90%;
    font-size: 24px;
    margin: 20px auto 0px auto;
  }

  .navbar {
    position: relative;
    background: rgba(9, 18, 60, 0.95) !important;
  }
  .user-area.show .login-dropdown {
    display: block;
    width: 100%;
  }
  .user-area.show .user-info {
    color: #fff;
    padding: 20px 10px;
  }

  .user-area .user-info {
    color: #fff;
    padding: 20px 10px;
  }
  #dropdownMenu {
    top: 80px;
  }
  .navbar-collapse {
    top: 120px;
    background: rgb(4, 1, 40);
    padding: 10px;
  }
}

/* Login Button CSS End */

/* Sponsorship Popup CSS Start */
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  z-index: 9999;
  padding: 30px 15px;
}

/* Popup box */
.popup {
  background: #fff;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: slideDown 0.4s ease;
  /* padding: 25px; */
  height: 90vh;
  overflow: auto;
}

.popup-title-sec {
  padding: 25px 25px 5px 25px;
  position: sticky;
  top: 0;
  background: #fff;
}

.popup form {
  padding: 25px;
}

@keyframes slideDown {
  from {
    transform: translateY(-80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#popupOverlay .close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  color: #555;
  cursor: pointer;
}

#popupOverlay h2 {
  font-size: 30px;
  margin: 0px;
  font-weight: 400;
  width: 95%;
}

#popupOverlay form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#popupOverlay label {
  font-size: 14px;
  color: #333;
}

#popupOverlay input,
#popupOverlay select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

#popupOverlay .row {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: auto;
}

#popupOverlay .row input {
  flex: 1;
}

.form-sec .row {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.form-sec-inner {
  padding: 0;
}

.form-address-title {
  font-weight: 500;
  margin-bottom: 0px;
}
.form-single-select label {
  display: flex;
  margin-bottom: 5px;
}

.form-single-select label input,
#popupOverlay label input {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
}
.form-single-select-mainsec {
  margin-top: 8px;
}

#popupOverlay label {
  font-size: 14px;
  color: #333;
}
/* Responsive */
@media (max-width: 600px) {
  #popupOverlay .popup {
    max-width: 90%;
  }
  #popupOverlay .row {
    flex-direction: column;
  }
  .form-sec .row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .popup {
    /* height: 75vh; */
  }
}

/* Sponsorship Popup CSS End */

/* New CSS Start */

.section-wrapper:hover .arrow-right.white-color {
  filter: grayscale(100%) brightness(100%) invert(100%);
}

.section-wrapper h2,
.section-wrapper p {
  color: #fff;
}

#sub_btn {
  margin-bottom: 0px;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

#post-48 .section-title {
  margin-bottom: 1rem !important;
  margin-top: 2.5rem !important;
}

#post-48 .row .col-md-4.col-sm-6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem !important;
}
/* New CSS End */

/* Calendar CSS Start */

#tribe-events-events-bar-keyword,
.tribe-common-c-btn.tribe-events-c-search__button,
.tribe-events-c-view-selector__list-item-link,
.tribe-events-c-view-selector__list-item-text,
.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  font-family: "Manrope", sans-serif !important;
}
.tribe-events-c-top-bar__datepicker-time {
  font-size: 18px;
}
.tribe-events-calendar-month__header-column {
  border: 1px solid #ddd !important;
  padding: 20px !important;
  text-align: center;
}

.tribe-events-calendar-month__header-column-title-desktop {
  text-align: center;
  font-size: 18px;
}

.tribe-events-calendar-month__calendar-event.post-87.tribe_events.type-tribe_events.status-publish.hentry {
  background: #e6f1ff;
  padding: 10px;
  margin: 4px;
}

.tribe-common-l-container.tribe-events-l-container {
  padding-top: 0px !important;
}

.tribe-common-c-btn.tribe-events-c-search__button {
  border-radius: 0px !important;
  font-size: 18px;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  font-family: "Bebas Neue", sans-serif !important;
  margin-bottom: 0px;
  background: linear-gradient(
    103deg,
    rgba(3, 0, 146, 1) 39%,
    rgba(2, 135, 225, 1) 100%
  );
  font-weight: 500;
}

/* Calendar CSS End */
/* New2 CSS start  */

ul {
  margin-left: 10px;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .corporate-member-image {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .content {
    flex: 1 1 auto;
    min-width: 280px;
  }
  .right-image {
    flex: 1 1 auto;
    min-width: 280px;
  }
}

@media (max-width: 600px) {
  .certificate img {
    height: 250px !important;
    width: auto;
    margin: auto;
  }

  .certificate-gallery {
    margin: 20px;
  }
  .event-card img.img-fluid {
    width: 100%;
  }
}

.form-container .btn {
  margin-bottom: 0px;
}
.new-light-bg {
  background: #eff4ff;
}

.thankyou-img-section {
  text-align: center;
}

.thankyou-img-section img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
/* New2 CSS end  */

/* Custom style start */

#wpadminbar {
  display: block !important;
}

/* Match old uppercase bold menu style */
.navbar-nav .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  padding: 8px 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item > .nav-link {
  color: #3ae2a5 !important; /* adjust hover color */
}

/* Remove unwanted default WP menu padding/margin */
.navbar-nav li {
  list-style: none;
  margin: 0 5px;
}

nav.breadcrumb {
  display: flex;
  justify-content: center;
}
ol.breadcrumb {
  margin: 0px !important;
}

.four-not-four-img {
  width: 500px;
}
.four-not-four-btn {
  margin: 10px;
}

.four-not-four {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.tribe-common--breakpoint-medium .tribe-events-header {
  display: block !important;
  opacity: 1 !important;
}
.calendar-section-error,
.tribe-events-c-search__input-control-icon-svg {
  display: none !important;
}
/* Custom style End */




/* Member Register Form CSS Start */
/* .um-row._um_row_1, .um-row._um_row_2, .um-row._um_row_3, .um-row._um_row_4, .um-row._um_row_5, .um-row._um_row_6{
  width: 48%;
  float: left;
  margin-right: 10px !important;
}
.um-row._um_row_7 {
  display: block ruby;
}

.um-right.um-half {
  display: none;
}

.um-field-label .um-field-label-icon {
  display: none;
}

.um-col-alt {
  display: flex;
  justify-content: center;
}

#um-submit-btn {
  border-radius: 0px !important;
  font-size: 20px;
  padding: 14px 10px !important;
  letter-spacing: 0.5px;
  font-family: "Bebas Neue", sans-serif;
  background: #fff !important;
  color: #0317a0;
  border: 1px solid #0d6efd !important;
}

#um-submit-btn:hover {
  background: linear-gradient(103deg, rgba(3, 0, 146, 1) 39%, rgba(2, 135, 225, 1) 100%) !important;
  color: #fff !important;
}

.um-button.um-btn-auto-width {
  background: #fff !important;
  box-shadow: 0px 0px 0px;
  border: 1px solid #ddd !important;
  color: #7b7b7b !important;
  width: 100%;
}

.um-button.um-btn-auto-width:hover {
  box-shadow: 0px 0px 0px !important;
  color: #4a4a4a !important;
}


@media (min-width: 768px) {
  .um.um-register {
    max-width: 720px !important;
  }
}

@media (min-width: 576px) {
  .um.um-register {
    max-width: 70%!important;
  }
}

@media (max-width: 575px) {
  .um.um-register {
    max-width: 500px!important;
    width:90% !important;
    float: inherit;
  }

  .um-row._um_row_1, .um-row._um_row_2, .um-row._um_row_3, .um-row._um_row_4, .um-row._um_row_5, .um-row._um_row_6{
    width: 100%;
    float: inherit;
    margin: auto !important;
  }
}


@media(max-width:767px){
  #post-156 {
    display: inline-block;
    width: 100%;
  }

  .um-row._um_row_1, .um-row._um_row_2, .um-row._um_row_3, .um-row._um_row_4, .um-row._um_row_5, .um-row._um_row_6 {
    width: 95%;
    float: inherit;
    margin: auto !important;
  }
}


.upload, .um-modal-btn {
  border-radius: 0px !important;
  font-size: 20px !important;
  padding: 6px 40px !important;
  letter-spacing: 0.5px;
  font-family: "Bebas Neue", sans-serif;
  background: #fff !important;
  color: #0317a0 !important;
  border: 1px solid #0d6efd !important;
  height: auto !important;
}

.upload:hover, .um-modal-btn:hover {
  background: linear-gradient(103deg, rgb(3, 0, 146) 39%, rgb(2, 135, 225) 100%) !important;
  color: #fff !important;
}

.um-modal-header {
  background: linear-gradient(103deg, rgba(3, 0, 146, 1) 39%, rgba(2, 135, 225, 1) 100%) !important;
}

.um-field-error {
  position: absolute;
z-index: 9;
} */



.um-col-1 {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(48%, 1fr) );
  gap: 20px;
}
.um.um-register {
  max-width: 70% !important;
}
@media (max-width:575px){
.um.um-register {
  max-width: 90% !important;
}

}

.um-form .um-button, .upload, .um-modal-btn, .um-modal-btn {
  color: #0317a0 !important;
  background: #fff !important;
  box-shadow: 0px 0px 0px !important;
  font-size: 20px !important;
  letter-spacing: 0.5px;
  font-family: "Bebas Neue", sans-serif !important;
  margin-bottom: 10px;
  border: 1px solid #0317a0 !important;
  width: fit-content !important;
  border-radius: 0px !important;
  padding: 8px 14px !important;
  height: auto !important;
}

.um-form .um-button:hover, .upload:hover,
.um-modal-btn:hover, .um-modal-btn:hover{
background: linear-gradient( 103deg, rgba(3, 0, 146, 1) 39%, rgba(2, 135, 225, 1) 100% ) !important;
color:#fff !important;
}

.um-modal-header {
  background: linear-gradient( 103deg, rgba(3, 0, 146, 1) 39%, rgba(2, 135, 225, 1) 100% ) !important;
}

#um-submit-btn {
  line-height: 1.5;
}


.um.um-login {
  max-width: 70% !important;
}

.um-half {
  width: fit-content !important;
  float: left !important;
  margin-right: 10px !important;
}
.um-col-alt-b {
  width: fit-content;
  padding-top: 0 !important;
}

.um-req {
  color: red !important;
}
@media (max-width:575px){

.um.um-login {
  max-width: 90% !important;
}


}

.header-btn-sec {
  width: 20%;
  justify-content: flex-end;
  min-width: 20%;
}

div#userInfo {
    display: flex;
}

.user-icon .member-photo {
  border-radius: 50%;
}


.um-form {
  max-width: 70%;
  margin: auto;
}
.um .um-cover-add:hover, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-item-meta a, .um .um-member-less a:hover, .um .um-member-more a:hover, .um .um-member-name a:hover, .um .um-members-pagi a:hover, .um .um-profile-subnav a.active, .um .um-tip:hover, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
  color: #02169f !important;
}

.um-account-side li {
  margin-bottom: 1px !important;
  background: #f7fcff !important;
}

.um-account-side.uimob340-hide.uimob500-hide {
  background: #f7fcff;
}

.um-account-side li a:hover {
  color: #02169f !important;
  background: #e8f6ff !important;
}

.um a.um-link {
  color: #02169f !important;
}

.um-account-meta-img {
  padding: 20px;
}

@media (max-width:575px){

.um-form {
  max-width: 90% !important;
  margin: auto;
}


}

.um-account-link.current {
  background: #e3f4ff;
}

#search {
  padding: 10px 20px;
}


/* Member Register Form CSS End */

/* Member category list CSS Start    */

.member-category-full-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  gap: 10px;
}

.member-category-individual a {
  color: #0317a0;
  text-decoration: none;
  width: 100%;
  display: block;
}


.member-category-individual {
  line-height: 2;
}

.member-category-full-list ul{
list-style-type:none!important; 
clear: none!important;
background-image:none!important;
list-style-image: none!important;
margin: 10px 0;padding: 0;
}

.member-category-individual{
   line-height: 2;
    background: #f8fafb;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    margin: 10px 0px;
    transition: all .2s ease-in-out;

}


.member-category-individual:hover {
  box-shadow: 1px 2px 5px #ddd;
  background: #efedf9;
}

@media (max-width:575px){
  .member-category-full-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}


@media (max-width:767px){
  .filter-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: baseline;
    gap: 10px;
  }

  .filter-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/* Member category list CSS End    */


/* Members info card list CSS Start */
.logo-placeholder {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-left: auto;
}

.info-card-org .row .contact-details {
  flex-direction: column;
}

@media (max-width:767px){
.logo-placeholder {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-left: inherit;
}
}


/* Members info card list CSS End */

/* Contact form style start */
.form-row {
    display: flex;
    flex-direction: column;
}

.form-row input, .form-row textarea  {
    padding: 0 12px;
    width: 100%;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0 !important;
    cursor: text;
    font-size: 15px;
    height: 40px ;
    box-sizing: border-box;
    box-shadow: none;
    margin: 10px 0;
    position: static;
}

.form-row textarea {
    height: auto !important;
 
}

.member-contact-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 20px;
}

section.contact-section .container {
    width: 70%;
}
.form-row.member-contact-form-btn{
    width: fit-content;
    margin: 20px auto;
}

.form-row.member-contact-form-btn button.btn{
    border: 1px solid #0317a0 !important;
}

.contact-errors {
    background: #f8d9d9;
    padding: 20px;
}

.contact-errors ul {
    padding-left: 0px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.contact-errors ul li {
    margin-bottom: 5px;
}


@media(max-width:767px){

section.contact-section .container {
    width: 90%;
margin:auto;
}
}

@media (max-width:575px){
.member-contact-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 20px;
}
}

@media (max-width:991px){

.navbar-nav {
  align-items: flex-start !important;
  margin-left: 0px !important;
}
}

.navbar-nav li {
  list-style: none;
  margin: 0 auto;
  width: 100%;
}

/* Contact form style end */


.navbar-brand.d-flex.align-items-center {
  width: 15%;
}

@media (min-width:992px) and (max-width:1199px){

.navbar-nav .nav-link {
  font-size: 20px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

}

@media (max-width:991px){

.navbar-brand.d-flex.align-items-center {
  width: auto !important;
}
}

.entry-header{
  display:none;
}
.um-account-profile-link{
  display:none;
}
.um-account-meta-img{
  display:none;
}

/* a[data-tab="privacy"] {
  display: none !important;
} */

.um_show_last_login, .um-field-export_data, .um-field-um_show_last_login{
  display:none;
}

.events-single .breadcrumb-content, .tribe-common-c-svgicon--caret-down{
display: none !important;
}

    .tribe-common-c-svgicon--search, .tribe-common-c-svgicon--month {
        display: none !important;
    }


 #leadership-header {
  background: url('/wp-content/themes/my-html-theme/assets/images/leadership-team-inner-bg.jpg') top center / cover no-repeat !important;
}


#member-directory-header{
  background: url('/wp-content/themes/my-html-theme/assets/images/member-directory-inner-bg.jpg') top center / cover no-repeat !important;
}


#sponsorship-header{
  background: url('/wp-content/themes/my-html-theme/assets/images/sponsorship-inner-bg.jpg') top center / cover no-repeat !important;
}

#news-header{
  background: url('/wp-content/themes/my-html-theme/assets/images/news-inner-bg.jpg') top center / cover no-repeat !important;
}

#event-header{
  background: url('/wp-content/themes/my-html-theme/assets/images/event-inner-bg.jpg') top center / cover no-repeat !important;
}


#contactus-header{
  background: url('/wp-content/themes/my-html-theme/assets/images/contactus-inner-bg.jpg') top center / cover no-repeat !important;
}   


.event-card a {
  height: 300px;
  display: block;
}

.event-card img {
  width: 100%;
  transition: transform 0.5s ease;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-card .overlay a {
  height: auto;
  width: fit-content;
}

.event-card .overlay {
  position: absolute;
  bottom: -1;
  left: 0;
  width: 100%;
  background: rgba(1, 1, 40, 0.75);
  color: #fff;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  backdrop-filter: blur(10px);
}

.event-card:hover .overlay {
  transform: translateY(0px);
  bottom: 0px;
}

.event-disc {
  padding: 20px;
}

.news-disc img, .event-disc img{
  object-fit: none;
}

.tribe-common-c-btn-border{
  border-radius: 0px !important;
  font-size: 20px;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  font-family: "Bebas Neue", sans-serif !important;
  color: #0317a0 !important;
  margin-bottom: 0px;
  font-weight: 400;
}

.tribe-common-c-btn-border:hover{
background: linear-gradient(103deg, rgba(3, 0, 146, 1) 39%, rgba(2, 135, 225, 1) 100%) !important;
  color: #fff !important;
color:#fff !important;
}

.tribe-common-c-btn-border button {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 20px;
}