html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: 0;
}

body {
  color: #000;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 16px;
  background: #fff;
}

a {
  font-family: 'Roboto Condensed';
  text-decoration: none;
}

a:hover {
  color: #000;
}

:root {
  --yellow: #e9c968;
  --white: #fff;
  --black: #000000;
  --red: #772935;
}

h1 {
    position: relative;
    color: var(--white);
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    color: #fff;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: unset;
}

h2 {
  font-family: 'Roboto Condensed';
  position: relative;
  font-size: 36px;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

h3 {
  font-family: 'Roboto Condensed';
  position: relative;
}

h4 {
  font-family: 'Roboto Condensed';
  position: relative;
}

h5 {
  font-family: 'Roboto Condensed';
  position: relative;
}

h6 {
  font-family: 'Roboto Condensed';
  position: relative;
}

p {
  margin-bottom: 20px;
}

.container {
  max-width: 1480px;
}

/*---------------------------
         Header
---------------------------*/
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.top-bar {
    background: url(/wp-content/uploads/2026/05/header-top-bg-1.png) no-repeat;
    display: flex;
    align-items: center;
    background-color: var(--red);
    background-size: cover;
    padding: 10px 0 13px;
    min-height: 50px;
}

.top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  padding: 0;
}

.top-bar__link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}

.gt_selector.notranslate {
    padding: 3px 5px;
    border: none;
    border-radius: 5px;
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

option {
    background: #fff;
    font-weight: 600;
    padding: 10px 5px !important;
}

option:hover {
  background: var(--red);
  color: #fff;
}

.top-bar__link i {
  color: var(--yellow);
}

.top-bar__link:hover {
  opacity: 0.8;
  color: #fff;
}

.top-bar__sep {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  margin: 0 14px;
  line-height: 1;
}

/* Social icon circles */
.top-bar__socials {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-bar__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: var(--yellow);
  transition: background 0.2s;
}
table tr td {
    padding: 10px;
    width: 33%;
    border: 1px solid #772935;
}
/* ─────────────────────────────────────────────────────────────
       MAIN NAVIGATION
    ───────────────────────────────────────────────────────────── */
.header-main {
    position: relative;
    top: 0;
    z-index: 1040;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    padding: 7px 0;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainNav {
    justify-content: flex-end;
}

.header-main .navbar-brand {
  padding: 6px 0;
  margin-right: 0;
}

.header-main .header-logo img {
    height: auto;
    width: auto;
}

.header-main .navbar-nav {
  gap: 0;
}

.header-main .mega-menu-link::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 13px;
  right: 13px;
  height: 3px;
  background: #772936;
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.header-main .mega-menu-link:hover::after {
  transform: scaleX(1);
}

.header-main #mainNav .red-btn a.mega-menu-link {
  display: inline-block !important;
  background: var(--red) !important;
  color: #ffffff !important;
  font-family: 'Roboto Condensed' !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 8px 30px !important;
  border-radius: 12px !important;
  border: 2px solid var(--red) !important;
  white-space: nowrap !important;
  transition: background 0.22s !important;
  height: auto !important;
  line-height: normal !important;
}

.header-main #mainNav .red-btn a.mega-menu-link:hover {
  background: #fff !important;
  color: var(--red) !important;
  border: 2px solid var(--red) !important;
}

.red-btn {
  display: inline-block;
  background: var(--red);
  color: #ffffff;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 12px;
  border: 2px solid var(--red);
  white-space: nowrap;
  transition: background 0.22s;
}

.header-main li.mega-red-btn.red-btn a.mega-menu-link {
  margin-left: 18px !important;
}

.red-btn:hover {
  background: #fff;
  color: var(--red);
  border: 2px solid var(--red);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}



/*---------------------------
         banner-area
---------------------------*/
.banner-area {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

#banner {
  line-height: 0;
}

.banner-slide {
  position: relative;
}

.banner-area .red-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    bottom: -20px;
    z-index: 99;
    padding: 20px 30px;
}

#banner .owl-stage-outer {
  overflow: visible;
}

#banner .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

#banner .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: block !important;
    z-index: 999;
}

#banner .owl-nav button {
  position: absolute;
  width: 23px;
  height: 22px;
}

#banner .owl-nav button span {
  display: none;
}

#banner .owl-nav button.owl-prev {
    left: -10px;
    background: url(/wp-content/uploads/2026/05/banner-left-btn.png) no-repeat center center !important;
    background-size: contain !important;
    width: 80px;
    height: 37px;
}

#banner .owl-nav button.owl-next {
    right: -5px;
    background: url(/wp-content/uploads/2026/05/banner-right-btn.png) no-repeat center center !important;
    background-size: contain !important;
    width: 80px;
    height: 37px;
}

#banner .owl-dots {
    position: absolute;
    bottom: 210px;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
}


#banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
}

#banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    display: block;
    transition: all 0.25s ease;
}

#banner .owl-dots .owl-dot.active span {
  background: #fff;
}

.banner-text {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 24px 0px;
    text-align: center;
    line-height: 1.65;
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 160px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
}

.banner-text.empty-banner-text {
    background: transparent;
    padding: 0;
    min-height: auto;
}

.banner-text h1 {
    font-weight: 700;
    font-size: 45px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.1;
    margin-bottom: 0px;
}

/*---------------------------
         gallery-area
---------------------------*/

.modula .modula-item-overlay,
.modula .figc::before,
.modula .figc::after {
    display: none !important;
    opacity: 0 !important;
}

.modula .figc {
    position: absolute !important;
    inset: auto 0 0 0 !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: none !important;
    display: flex !important;
    align-items: flex-end;
    height: 100%;
}

.modula .figc-inner {
    width: 100% !important;
    transform: none !important;
    transition: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: flex-end;
}

.modula .jtg-description {
    width: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff;
    padding: 15px !important;
    box-sizing: border-box;
    font-size: 18px !important;
    min-height: 113px;
}

span.modula-caption-description {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
}

.modula-fancybox-container .fancybox__caption {
    align-self: center !important;
}

html body .modula .modula-item.effect-pufrobo .jtg-description {
  left: 0 !important;
  right: 0 !important;
}

.gallery-section .modula-item.effect-pufrobo .jtg-description h4 {
  display: block;
  text-transform: uppercase;
}

.modula-items {
    display: flex;
    flex-wrap: wrap;
}

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

.modula .jtg-description {
    width: 100%;
}

.modula-item-content {
    height: 100%;
}

/*---------------------------
         content-area
---------------------------*/

.flip-tabs-section {
  padding: 20px 0 60px;
  background-color: #ffffff;
}

h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100px;
  height: 10px;
  background: url(/wp-content/uploads/2026/05/golden-line.png);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.flip-wrapper {
  max-width: 1755px;
  margin: 0 auto;
}

.flip-wrapper .row {
  margin-left: 0;
  margin-right: 0;
  --bs-gutter-x: 50px;
}

.metro-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #111;
}

.metro-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.metro-card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Hover Effects Base */
.metro-card:hover .metro-card-img {
  transform: scale(1.05);
}

.metro-card:hover .metro-card-overlay {
  opacity: 1;
}

/* Flexbox Animation Layout */
.metro-card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.metro-card-spacer.top {
  flex-grow: 1;
  transition: flex-grow 0.4s ease;
}

.metro-card-spacer.bottom {
  flex-grow: 0;
  flex-basis: 30px;
  transition: all 0.4s ease;
}

.metro-card:hover .metro-card-spacer.bottom {
  flex-grow: 1;
  flex-basis: 0px;
}

.metro-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
}

.metro-card-title {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(20, 20, 20, 0.85);
  color: var(--yellow);
  padding: 10px 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.4s ease;
  width: 250px;
}

.metro-card:hover .metro-card-title {
  background-color: transparent;
  border-color: #ffffff;
}
.intro-text {
    margin-bottom: 30px;
}
/* Description Text */
.metro-card-desc {
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  font-weight: 600;
}

.metro-card:hover .metro-card-desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 15px;
}

.mv-section {
    position: relative;
    padding: 60px 0;
    background: url(/wp-content/uploads/2026/05/Globe-Map.png) no-repeat;
    background-color: #fdfdfd;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.mv-section .container {
  position: relative;
  z-index: 2;
}

.mv-section h3 {
  color: var(--red);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mv-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #111111;
}

.mv-value-item {
  padding: 16px 35px;
}

.mv-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mv-icon {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mv-value-item:hover .mv-icon {
  transform: scale(1.15) translateY(-3px);
}

.mv-value-title {
  color: var(--red);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vision-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: url(/wp-content/uploads/2026/05/leadership-bg-1.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.vision-section .heading-div {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

video {
    max-width: 710px;
    margin: 0 auto;
}

.video-img iframe {
    height: 390px;
    width: 710px;
} 

.vision-section h2 {
  color: #ffffff;
}

.vision-desc {
  line-height: 1.78;
  max-width: 680px;
  margin: 0 auto 38px;
  text-align: center;
}

.cta-section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cta-box {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.90);
  width: 1230px;
  margin: 0 auto;
  min-height: 290px;
  display: flex;
  align-items: center;
}

.conf .cta-box {
  padding-top: 40px;
}

.cta-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.cta-section.conf .red-btn {
  position: relative;
  bottom: -25px;
}

.conf-date {
  font-weight: 700;
  font-size: 36px;
  color: var(--red);
  letter-spacing: 0.2px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.conf-pipe {
  color: var(--yellow);
  font-weight: 300;
  margin: 0 8px;
}

.conf-section .red-btn {
  position: relative;
  bottom: -20px;
}

.news-section {
    background: #ffffff;
    padding: 45px 0;
    text-align: center;
}

.news-card {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
}
.news-section .row {
    --bs-gutter-x: 60px;
}
.news-card__img {
    width: 100%;
    height: 396px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.news-card__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(36, 36, 36, 0.84);
    padding: 14px 18px 12px;
    min-height: 100px;
    display: flex;
}

.news-card__title {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.38;
    margin: 0;
    position: relative;
    padding-right: 20px;
}

.news-card__title::after {
  content: "";
  position: absolute;
  width: 178px;
  height: 9px;
  background: url(/wp-content/uploads/2026/05/blog-line.png);
  left: 0;
  bottom: -16px;
  z-index: 99;
}

.partner-section {
    position: relative;
    background: url(/wp-content/uploads/2026/05/Globe-Map.png) no-repeat;
	background-position: center;
    background-size: cover;
    padding: 50px 0 60px 0;
    text-align: center;
    overflow: hidden;
}

/* Concrete / stone texture layers */
.partner-section::before,
.partner-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.partner-section::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='500' height='500' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.10;
}

.partner-section::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='t'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04 0.18' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23t)'/%3E%3C/svg%3E");
  opacity: 0.045;
}

.partners-inner {
  position: relative;
  z-index: 1;
}

.partners-slider {
  margin-bottom: 40px;
}

.partners-slider .owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: block !important;
  z-index: 999;
}

.partners-slider .owl-nav button {
  position: absolute;
  width: 23px;
  height: 22px;
}

.partners-slider .owl-nav button span {
  display: none;
}

.partners-slider .owl-nav button.owl-prev {
  left: -90px;
  background: url(../images/left-button.png) no-repeat center center !important;
  background-size: contain !important;
  width: 80px;
  height: 40px;
}

.partners-slider .owl-nav button.owl-next {
  right: -90px;
  background: url("../images/right-button.png") no-repeat center center !important;
  background-size: contain !important;
  width: 80px;
  height: 40px;
}

#slider-two .item img {
    width: 250px !important;
    height: 100%;
    max-height: 100%;
}

#slider-two .item {
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  /* ya jo tumhari slider height hai */
}
.partner-section p:last-child {
    margin-bottom: 50px;
}
/* ════════════════════════════════════════════
       BUTTONS
    ════════════════════════════════════════════ */
.ipart-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.partner-section .ipart-btns .red-btn {
    width: 180px;
    padding: 7.5px 0;
}

.partner-section .ipart-btns {
    gap: 25px;
}

.borders-section {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url(/wp-content/uploads/2026/05/leadership-bg-1.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
    min-height: 670px;
}

.borders-section h2 {
  color: #fff;
}

.borders-section h2::after {
  margin: 0;
  left: 0;
}

.white-btns .red-btn,
.borders-section .red-btn {
  background: #fff;
  color: var(--red);
  border-color: #fff;
}

.white-btns .red-btn:hover,
.borders-section .red-btn:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.borders-map-col {
  display: flex;
  align-items: center;
}

.borders-map {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.borders-body:last-of-type {
  margin-bottom: 0;
}






/*---------------------------
         footer
---------------------------*/

.translate-bar {
  background: #000000;
  padding: 15px 0;
}

.translate-bar .tw {
  display: flex;
  justify-content: flex-end;
  padding-right: 120px;
}

.translate-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
  transition: color .2s;
  padding-right: 60px;
}

.translate-link i {
  font-size: 14px;
  color: var(--yellow);
}

.translate-link:hover {
  color: var(--yellow);
}

/* ═════════════════════════════════════════════════════════════
       TIER 2 — FOOTER BODY  (LIGHT concrete-textured background)
    ═════════════════════════════════════════════════════════════ */
.footer {
  background-color: #fff;
  padding: 36px 0 40px;
}

.f-col {
  text-align: center;
  font-weight: 600;
}

.f-col a {
  color: #000;
  font-weight: 600;
}

.f-col a:hover {
  color: var(--red);
}

.footer-body {
  max-width: 1230px;
  margin: 0 auto;
}

.footer-logo {
  display: block;
  height: auto;
  width: 160px;
  margin: -65px 0;
}

.footer-address {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.82;
  text-align: center;
}

.social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
}

a.glink {
    text-decoration: none;
    color: white;
}

.soc {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--yellow) !important;
  flex-shrink: 0;
  transition: opacity .2s;
}

.soc:hover {
  color: var(--red) !important;
}

.footer-nav {
  text-align: center;
  list-style: none;
  padding: 0;
}

.footer-nav li {
  margin-bottom: 4px;
}

.footer-nav li:last-child {
  margin-bottom: 0;
}

.footer-nav a {
  line-height: 1.50;
  display: inline-block;
  transition: color .2s;
}

.footer-nav a:hover {
  color: var(--red);
}

/* ─── CTA Buttons (stacked pair) ───────────────────────── */
.footer-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.footer-btns .red-btn {
  width: 210px;
  text-align: center;
}

.cards-row {
  margin-top: 28px;
}

.aff-card {
  background: #ffffff;
  border-radius: 3px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  height: 100%;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 15%);
  font-weight: 500;
}

.aff-card p {
  margin-bottom: 0;
}

.aff-logo {
  width: 93px;
  height: 102px;
  object-fit: contain;
  flex-shrink: 0;
}

.aff-text {
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.68;
  margin: 0;
}

.copyright-bar {
  background: #000000;
  padding: 13px 0;
}

.copyright-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.copyright-bar .cr-links {
    font-size: 14px;
}

.copyright-inner p {
    margin-bottom: 0;
}

.copyright-inner a {
    color: #fff;
    font-weight: 600;
}

.copyright-inner a:hover {
  color: var(--yellow);
}

.cr-links {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.cr-links a {
  color: #fff;
  transition: color .2s;
}

.cr-links a:hover {
  color: var(--yellow);
}

.cr-pipe {
  color: #eac968;
  margin: 0 10px;
  font-weight: 300;
}

.inner-banner {
  position: relative;
}

.inner-banner img {
    width: 100%;
}
.banner-caption {
    position: relative;
    width: 100%;
    padding: 20px 50px;
    text-align: center;
    background: url(/wp-content/uploads/2026/05/heading-bg-1.png);
    background-size: cover;
    background-position: center;
    min-height: 132px;
}

.intro-section {
  padding: 60px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.78;
}

.btn-group {
  gap: 40px;
  margin-top: 40px;
}

.intro-section p {
  margin-bottom: 0;
}

.left-right-section.bg {
    background: url(/wp-content/uploads/2026/05/Globe-Map.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.left-right-section {
  padding: 80px 0;

}

.left-right-section.reverse .row {
  flex-direction: row-reverse;
}

.text-col {
  padding-right: 70px;
}

.left-right-section h2::after {
  margin: 0;
}

.img-frame {
  position: relative;
}

.img-frame::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  width: 400px;
  height: 10px;
  margin: 0 auto;
  background: var(--yellow);
}

.img-frame::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  width: 400px;
  height: 10px;
  margin: 0 auto;
  background: var(--yellow);
}

.img-caption {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-top: 30px;
}

.img-caption p {
  margin-bottom: 0;
}

.img-caption h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: var(--red);
  text-transform: uppercase;
}

.board-section {
    padding: 50px 0 40px;
    background: url(/wp-content/uploads/2026/05/Globe-Map.png) no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
}

.page-id-1272 .board-section,
.page-id-755 .board-section {
    padding: 0;
    background: none;
}

.page-id-1272 .board-section {
    text-align: left !important;
    padding-bottom: 60px;
}

.page-id-1272 .board-section h2::after {
	margin: 0 !important;
}

.page-id-1272 .board-section h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.page-id-1272 .board-section ul {
	list-style: inside;
	margin-bottom: 30px;
}

.page-id-1272 .board-section ul li a {
	color: var(--red);
	text-decoration: underline;
}

.page-id-1272 .board-section ul li a:hover {
	color: #000;
}

.content-section {
  padding: 70px 0;
}

.img-frame {
  position: relative;
}

.img-frame img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.connection-section {
  background-color: #772936;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.connection-section h2 {
  color: #ffffff;
  text-align: center;
}

.white-btns {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.text-area {
  text-align: center;
}

.text-area p {
  margin-bottom: 0;
}

.benefits-section {
  background: #ffffff;
  padding: 68px 0 76px;
  text-align: center;
}

.benefits-section .heading-div {
  margin-bottom: 50px;
}


.benefit-col {
  padding-top: 32px !important;
}

.benefit-card {
  position: relative;
  border: 1.5px solid #eac968;
  background: #ffffff;
  padding: 38px 22px 28px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon {
  position: absolute;
  top: -40px;
}

.benefit-text {
  text-align: center;
}

.levels-section {
  padding: 70px 0 70px;
}

.levels-section h2 {
  text-align: center;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ── Main Table ───────────────────────────────────── */
.membership-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Column widths */
.membership-table colgroup col:nth-child(1) {
  width: 27%;
}

.membership-table colgroup col:nth-child(2) {
  width: 12%;
}

.membership-table colgroup col:nth-child(3) {
  width: 10%;
}

.membership-table colgroup col:nth-child(4) {
  width: 22%;
}

.membership-table colgroup col:nth-child(5) {
  width: 29%;
}

/* ── Table Header Row ─────────────────────────────── */
.membership-table thead tr {
  background: #1c1c1c;
}

.membership-table thead th {
  background: #1c1c1c;
  color: #ffffff;
  padding: 13px 16px;
  text-align: left;
  vertical-align: middle;
  border: none;
}

.membership-table .cat-row td {
  background: #ffffff;
  color: var(--red);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 20px 16px 10px;
  border-bottom: 2px solid var(--red);
}

.membership-table tbody tr.cat-row:nth-of-type(4n-1) td,
.membership-table tbody tr.data-row:nth-of-type(4n) td {
    background: #e5e6e8;
    padding-top: 22px;
}

.membership-table .cat-row.has-sep td {
  background: #e5e6e8;
  padding-top: 22px;
}

.membership-table .data-row.has-sep td {
  background: #e5e6e8;
  padding-top: 22px;
}

.membership-table .data-row td {
  padding: 16px 16px 18px;
  vertical-align: top;
}

.dues-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dues-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
}

.dues-list li:last-child {
  margin-bottom: 0;
}

.dues-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #4a4a4a;
}


.gallery-section {
  background: #ffffff;
  padding: 56px 0 64px;
}

.award-heading {
    text-align: center;
    margin-bottom: 50px;
}

.awards-section .awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-bottom: 60px;
}

.awards-section .award-card {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    min-height: 130px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.awards-section .award-year {
    background-color: var(--red);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.awards-section .award-year span {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.5px;
    z-index: 2;
}

.awards-section .award-year::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 65px;
    height: 130px;
    background: url(/wp-content/uploads/2026/06/flame-icon.png) no-repeat;
    background-size: contain;
    z-index: 1;
}

.awards-section .award-info {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px !important;
}

.award-info strong {
    color: var(--red);
    font-weight: 500;
}

.awards-section .award-info h6 {
    margin: 0 0 4px 0;
    color: var(--red);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.awards-section .award-info p {
    margin: 0;
}

.awards-section .award-info p:only-child {
    font-style: italic;
    color: #888888;
    font-size: 12px;
}

@media (max-width: 992px) {
    .awards-section .awards-grid {
        grid-template-columns: repeat(2, 1fr); /* Collapses smoothly to 2 columns on tablets */
    }
}

@media (max-width: 576px) {
    .awards-section .awards-grid {
        grid-template-columns: 1fr; /* Full stack list layout on phone screens */
    }
}

.recipient-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 480px;
  position: relative;
}

.card-img-wrap {
  overflow: hidden;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 14px 18px 16px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  min-height: 130px;
  vertical-align: top;
}

.card-caption h3 {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 0 5px;
  line-height: 1.2;
}

.card-caption p {
  margin-bottom: 0;
}

/*---------------------------
                Contact Page
        ---------------------------*/

.intro-area {
    text-align: center;
    padding: 60px 0;
}

.intro-area a {
    color: var(--red);
}

.intro-area a:hover {
  color: var(--yellow);
}

.contact-area {
    text-align: center;
    padding-bottom: 60px;
}

.contact-text {
    max-width: 740px;
    margin: 0 auto;
}

.gform_wrapper {
    text-align: left;
}

.textarea,
select#input_1_3_6,
.gfield select,
input {
    border: 2px solid var(--red) !important;
}

span#input_2_14_3_container,
span#input_2_1_3_container,
span#input_1_1_3_container {
    padding: 0;
}

.ginput_container.ginput_container_date {
    justify-content: end;
}

.address_country select#input_2_7_6 {
    color: var(--red);
}

select#input_1_5,
select#input_1_5 option,
select#input_1_3_6,
select#input_1_3_6 option,
textarea::placeholder,
label.gform-field-label,
input::placeholder {
  color: var(--red);
  font-size: 16px;
  font-weight: 400;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    border-color: var(--red) !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.gform_wrapper .gform_fields {
    row-gap: 20px;
}

.gform_wrapper .gfield {
    margin-bottom: 0 !important;
    color: var(--red);
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    background: #fff !important;
    border: 1px solid var(--yellow) !important;
    color: var(--black) !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    color: #000 !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:focus, .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
    border-color: var(--yellow) !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
	color: var(--red) !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select {
	color: var(--red) !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    color: var(--red) !important; 
}

.gform_wrapper .ginput_complex.gform-grid-row {
    column-gap: 0px;
    row-gap: 5px;
}

.gform_button {
    display: inline-block !important;
    background: var(--red) !important;
    color: #ffffff !important;
    font-family: 'Roboto Condensed' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    padding: 8px 30px !important;
    border-radius: 12px !important;
    border: 2px solid var(--red) !important;
    white-space: nowrap !important;
    transition: background 0.22s !important;
    margin: 0 auto;
}

.page-id-671 .benefits-section {
    padding-top: 0;
}

.gform_wrapper .gform_button {
    border-radius: 12px !important;
    overflow: hidden !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button:focus-visible {
    border-radius: 12px !important;

    outline: none !important;
    box-shadow: none !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    color: var(--red) !important;
    background: transparent !important;
    border: 2px solid var(--red) !important;
}

.gform_wrapper .gform_button::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff9f9;
    border-radius: 0 !important;
    border: 1.5px solid #c02b0a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
    margin-block-end: 8px;
    margin-block-start: 8px;
    padding-block: 16px;
    padding-inline-end: 16px;
    padding-inline-start: 50px;
    position: relative;
    width: 100%;
}

.gform-icon::before {
    position: relative;
    left: -45px;
}
.metro-card-title:hover {
    color: #fff;
}

.page-id-671 .contact-text {
    padding-bottom: 60px;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

h2.gform_submission_error.hide_summary::after {
	display: none !important;
}

.gravity-theme.ui-datepicker {
    background: #fff;
    border: 1px solid var(--yellow) !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    max-width: 370px !important;
}

.map-section p {
    margin-bottom: 0;
    line-height: 0;
}

.single-page {
  text-align: left;
}

.single-page h2::after {
  margin: 0;
}

.single-page h3 {
  color: var(--red);
}

.single-page ul {
    list-style: inside;
}

.intro-area.single-page h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.78;
    text-transform: none;
    margin-bottom: 22px;
    letter-spacing: 0;
}

.intro-area.single-page.map h6 {
    padding: 0 200px;
}

.ajde_evcal_calendar {
    padding-top: 60px;
}



/*---------------------------
                Board Of Directors Page
        ---------------------------*/
.directory-area {
    padding-bottom: 40px;
}

.directory-area .heading-div {
    text-align: center;
    margin-bottom: 50px;
}

.directory-inner {
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 40px;
}

.directory-inner img {
    margin-bottom: 20px;
    width: 330px;
    height: 330px;
    max-width: 100%;
    object-fit: cover;
}

.directory-inner h4 {
    margin-bottom: 3px;
}

.directory-inner strong {
    font-weight: 600;
    display: block;
}

.directory-inner strong:nth-child(3) {
    color: var(--red);
    line-height: 28px;
}


/*---------------------------
                Blog Page
        ---------------------------*/
.blog-detail .abh_box {
    padding: 25px 0 0px 0 !important;
}

.post-text strong {
    color: var(--red);
}
 .privacy-policy .intro-section .intro-text h2 {
    color: var(--red);
    margin-bottom: 15px;
    font-size: 38px;
} 
.privacy-policy .intro-section .intro-text strnog{
	display: block;
}
.privacy-policy .intro-section .intro-text strnog,
.privacy-policy .intro-section .intro-text h3,
.privacy-policy .intro-section .intro-text h4,
.privacy-policy .intro-section .intro-text h5,
.privacy-policy .intro-section .intro-text h6{
	margin-bottom: 10px;
	color: var(--red)
}
.privacy-policy .intro-section {
    padding: 80px 0;
}
.privacy-policy .intro-section .intro-text ul li strong{
	display: inline-block;
}
.history-descrition ul li,
.privacy-policy .intro-area ul li{
	    position: relative;
    padding-left: 30px;
	    list-style: none;
	margin-bottom: 8px;
}

.history-descrition ul li::after,
.privacy-policy .intro-area ul li::after,
.post-text ol li::after,
.post-text ul li::after {
   position: absolute;
  content: "";
  background: url(/wp-content/uploads/2026/05/mission-icon-1.png) no-repeat center;
  background-size: contain;  
  width: 18px;               
  height: 18px;
  top: 2px;
  left: 0;
}
.privacy-policy .intro-section .intro-text ul li,
.post-text ol li,
.post-text ul li {
    padding-left: 25px;
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}

.author-box {
    display: block !important;
}

.author-box .abh_tab_content .abh_text a {
    font-size: 22px !important;
    color: var(--red);
}

.author-box .abh_tab_content {
    border: 4px solid var(--red) !important;
    padding: 30px 30px 40px 30px !important;
}

.author-box .abh_tab_content .abh_text .abh_description {
    font-size: 16px !important;
}

.author-box .abh_tab_content .abh_image img {
    max-width: 100px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
}

.author-box .abh_tab_content .abh_text {
    margin-left: 120px !important;
}

.author-box .abh_tab_content .abh_image {
    margin-top: 0 !important;
}

.post-text .abh_tab_content .abh_text a {
    font-size: 18px !important;
    color: var(--red);
}

.post-text .abh_tab_content {
    border: 4px solid var(--red) !important;
    padding: 30px 30px 40px 30px !important;
}

.post-text .abh_tab_content .abh_text .abh_description {
    font-size: 16px !important;
}

.post-text .abh_tab_content .abh_image img {
    max-width: 100px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
}

.post-text .abh_tab_content .abh_text {
    margin-left: 120px !important;
}

.post-text .abh_tab_content .abh_image {
    margin-top: 0 !important;
}

.post-text h2 {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.post-text h2::after {
  display: none;
}

.post-text h6,
.post-text h5,
.post-text h4,
.post-text h3{
	color: var(--red);
    margin-bottom: 15px;
}

.post-text h5 {
    font-weight: 600;
}

.post-text h6 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.privacy-policy .intro-section .intro-text ul,
.post-text ol,
.post-text ul {
    margin-bottom: 30px;
}

.single-post .banner-text h2 {
    font-size: 54px;
    font-weight: 700;
    position: relative;
    color: var(--white) !important;
    line-height: 75px;
    margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.post-div h1 {
    line-height: 55px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    color: var(--red) !important;
    font-size: 44px;
    letter-spacing: 0;
}

.post-div h1::after {
    position: absolute;
    content: "";
    background: var(--yellow);
    width: 100px;
    height: 10px;
    bottom: 0;
    left: 0;
}

.post-content {
    position: relative;
}
.post-image-caption {
    font-size: 24px;
    color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    text-align: center;
    left: 40px;
    right: 40px;
    z-index: 1;
    padding-top: 100px;
    line-height: 35px;
}

.post-text blockquote:after, .post-image-caption:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2026/05/coma-img-1.png) no-repeat;
    height: 60px;
    width: 80px;
    background-size: contain;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.post-content:after,
.post-item:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 62%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
}

.post-item .post-image .post-div .post-content:after {
    opacity: 0;
}

.post-image-caption h6 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 20px;
    padding: 30px 0 0 0;
}

.globle-sidebar {
    padding-left: 13px;
}

.globle-sidebar h6 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    color: var(--red);
    margin-bottom: 35px;
}
.globle-sidebar h6:after {
    content: "";
    position: absolute;
    background: var(--red);
    height: 5px;
    width: 54px;
    bottom: 0;
    left: 0;
}

.globle-sidebar ul {
    list-style: none;
    margin-bottom: 40px;
}

.globle-sidebar ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #b2b2b2;
    display: flex;
    flex-direction: column-reverse;
}

.globle-sidebar ul li a {
    color: var(--black);
    font-weight: bold;
}

.globle-sidebar ul li a:hover {
    color: var(--red);
}

.globle-sidebar ul li .post-date {
    display: block;
    font-size: 16px;
}

.globle-sidebar select#cat {
    padding: 6px;
    width: 100%;
    border: 1px solid #b2b2b2;
    margin-bottom: 50px;
    outline: none;
}

.globle-sidebar option {
    background: var(--red);
    border-bottom: 2px solid var(--white) !important;
    color: var(--white);
}

.globle-sidebar .tagcloud {
    display: flex;
    row-gap: 5px;
    flex-wrap: wrap;
    column-gap: 5px;
}

.tagcloud a.tag-cloud-link {
    font-size: 16px !important;
    padding: 4px 9px;
    background: var(--red);
    color: var(--white);
    text-transform: lowercase;
}

.tagcloud a.tag-cloud-link:hover {
    background: var(--black);
}

.globle-sidebar ul li a:last-child {
    font-weight: 400;
}

.post-item {
    position: relative;
    overflow: hidden;
}

.post-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    text-align: center;
    z-index: 1;
}

.post-title h5 {
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
}

.post-image img {
    width: 100%;
}

.post-div {
    position: relative;
}

.blog-detail .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.post-image {
    position: relative;
    overflow: hidden;
}

.post-title-hover {
    position: absolute;
    bottom: 0;
    background: var(--white);
    height: 0%;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 2;
    clip-path: polygon(101% 24%, 101% 101%, 0% 101%, 0% 40%);
    transition: all 0.4s ease-in-out;
    padding: 0 20px 0 20px;
    line-height: 20px;
}

.post-item:hover {
    box-shadow: 0 0 20px 14px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;

}

.post-item .post-image:hover .post-title-hover {
    height: 100%;
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.75);
    z-index: 2;
}

.post-item:hover .post-title-hover {
    height: 100%;
}

.blog-detail {
    padding: 70px 0 100px 0;
}

.post-title-hover h5 {
    margin-bottom: 8px;
    line-height: 25px;
    padding-right: 30px;
}

.post-image img {
    height: 382px;
    object-fit: cover;
}

.post-title-hover:after {
    content: "+";
    position: absolute;
    top: 108px;
    right: 0px;
    background: var(--red);
    font-size: 80px;
    color: #fff;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    clip-path: polygon(100% 0%, -18% 0, 100% 99%);
    padding-bottom: 30px;
    padding-left: 40px;
}

.post-item:hover .post-title {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.author-image img {
    width: 100%;
}

.author-description {
    padding-left: 60px;
}

.top-heading-inner {
    padding: 100px 0 0 0;
}

.single-post .post-div .post-content.multiple-images:after {
    opacity: 0;
    z-index: -1;
}

.shop-tabs .row {
    justify-content: center;
}

.promotion-tabs .row {
    justify-content: center;
}

.post-text {
    padding: 40px 0 0 0;
}

.post-text p {
    margin-bottom: 10px;
}

.post-text img {
    float: right;
    margin: 0 0 20px 30px;
    max-width: 300px;
    height: auto;
}

.post-text a {
    color: var(--red);
	transition: all 0.3s ease-in-out;
}

.post-text a:hover{
	 color: var(--black);
}

.post-div .post-content.multiple-images .detail-thumbnails img {
    height: 290px;
    width: 100%;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 23%);
    object-fit: cover;
    object-position: top center;
}

.post-div .post-content.video:after {
    opacity: 0;
    z-index: -1;
}

.post-image-caption h6:after {
    content: "";
    position: absolute;
    background: var(--red);
    height: 5px;
    width: 204px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.detail-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.detail-video iframe {
    width: 100%;
    height: 540px;
}

.post-text blockquote {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 100px;
    font-style: italic;
    padding-top: 40px;
}

ul.abh_tabs {
    display: none;
}

.post-text blockquote:after {
    left: 0;
    right: auto;
    background: url(/wp-content/uploads/2026/05/coma-img.png) no-repeat;
    height: 69px;
    width: 93px;
    z-index: -1;
    opacity: 0.5;
}

.post-text blockquote strong {
    display: block;
    font-weight: 400;
    color: var(--black);
}

.post-text h4 {
    color: var(--red);
}

.sticky-nav {
    display: none;
}

.post-item .post-image .post-div .detail-image {
    margin-bottom: 0;
}

.blog-tab .global-tab .post-div .post-content.multiple-images .detail-image {
    margin-bottom: 0;
}

.blog-tab .global-tab .post-div .post-content.single-image .detail-image {
    margin-bottom: 0;
}

.page-numbers, a.page-numbers {
    background: var(--red);
    color: #fff;
    padding: 10px 12px;
	transition: all 0.3s ease-in-out;
}

.page-numbers:hover, a.page-numbers:hover {
	background: var(--black);
	color: var(--white);
}

.next.page-numbers {
    background: var(--black);
	transition: all 0.3s ease-in-out;
}

.next.page-numbers:hover {
	background: var(--red);
}

.blogs-img img {
    max-width: 100%;
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.author .blogs-img img {
    height: 100%;
}


ol#QF9309180 {
    font-size: 25px !important;
	color: red !important;
}

.blogs-area {
    padding: 100px 0 100px 0;
}

.blogs-left h3, .sidebar h3 {
    font-size: 30px !important;
    color: var(--red) !important;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--red);
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 600 !important;
    text-align: center;
}

.blogs-tab.row {
    cursor: pointer !important;
}

.blogs-tab {
    box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;

}

.blogs-img {
    position: relative;
    overflow: hidden;
}

.blogs-img::after {
    position: absolute;
    content: "";
    background: var(--red);
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
}

.blogs-text {
    min-height: 330px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: var(--black);
    transition: all 0.4s ease-in-out;
    padding: 20px 60px 20px 30px;
}

.blogs-text a {
    color: var(--black);
}

.blogs-text h3 {
    font-weight: 600 !important;
    padding-bottom: 15px;
    font-size: 28px !important;
    color: var(--red);
    line-height: 1.1;
    margin-bottom: 18px;
}

.blogs-text .addtoany_shortcode {
    margin-top: 20px;
}

.blogs-tab:hover .blogs-img img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.blogs-tab:hover .blogs-text {
    background: var(--red);
    transition: all 0.4s ease-in-out;
}

.blogs-tab:hover .blogs-text a
 {
    color: var(--white);
}

.blogs-tab:hover .blogs-text h3
 {
    color: var(--white);
}

.blogs-tab:hover .blogs-text h3::after {
    background: var(--white);
    transition: all 0.2s ease-in-out;
}

.sidebar {
    padding-left: 50px;
}

.sidebar-img {
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.sidebar-inner .sidebar-img img {
    transition: all 0.3s ease-in-out;
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}

.sidebar-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.sidebar-text h4 {
    color: var(--white);
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar-img::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar-inner a:hover .sidebar-img img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}


form li span.clickable {
    font-size: 20px !important;
}
.text-color {
    color: var(--blue) !important;
}

.author-detials {
    padding: 80px 0 0;
}

h3.author-name {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: var(--red);
}

.banner-caption h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
	margin: 0;
    padding: 0;
}

.banner-caption h2:after {
    display: none;
}

/* ─────────────────────────────────────────────────────────────
       Partners Page 
───────────────────────────────────────────────────────────── */

.sponsors-area {
    width: 100%;
    text-align: center;
    padding: 0 0 80px;
}

.filter-section {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.sponsors-area-text {
    padding: 0 190px;
}

.filter-search {
    display: block;
    max-width: 795px;
    margin: 0px auto 20px;
}

.filter-search .form-control {
    background: none;
    height: auto;
    font-family: 'Lato-Bold';
    font-size: 18px;
    color: var(--red);
    border-radius: 0px;
    text-transform: uppercase;
    border: 2px solid var(--red);
    padding: 10px 10px;
}

.form-control::placeholder {
  color: var(--red);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto Condensed';
}

.filter-search .form-control:focus {
    border: 2px solid var(--red);
    outline: none;
    box-shadow: none;
}

.filter-search .search-btn {
    background: var(--red) url(/wp-content/uploads/2026/05/search-glass.png) no-repeat center center;
    width: 56px;
    font-size: 0;
    text-align: center;
    border: 0px;
    padding: 26px 0px;
}

.inner-tab-area {
    width: 100%;
}

.inner-tab {
    display: block;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.inner-tab a {
    display: block;
}

.inner-tab-img {
    display: table-cell;
    text-align: center;
    width: 350px;
    height: 270px;
    max-height: 270px;
    min-height: 270px;
    vertical-align: middle;
    border: 1px solid #d9d9da;
    border-bottom: 0;
    padding: 30px;
    transition: all 0.3s ease-in-out;
}

.inner-tab-heading {
    background: var(--red) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    text-align: center;
    padding: 10px;
    height: 80px;
    transition: all 0.3s ease-in-out;
}

.inner-tab:hover .inner-tab-img {
  border-color: var(--red);
}

.inner-tab:hover .inner-tab-heading {
  background-color: var(--yellow) !important;
  color: var(--black) !important;
}

.inner-tab-heading span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.filter-search label {
    display: inline-block;
    background: var(--red);
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    margin: 0px 10px;
    cursor: pointer;
}

.filter-search label input {
    display: none;
}

    /*-------------------------------------------------
                        events Style
    ---------------------------------------------------*/
    .tabs-area.map:after{
        display: none;
    }
    .tabs-area.map #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    color: var(--red) !important;
    font-weight: 600;
}
    .tabs-area.map span.evoet_c2.evoet_cx {
    background: var(--red);
    height: 110px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .tabs-area.map .evo_cal_above_content a {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
    .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .tabs-area.map .evo_month_title {
    color: var(--red) !important;
    margin-bottom: 20px !important;
}
    .tabs-area.map .ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    border-radius: 0px !important;
    background: none !important;
}
   .tabs-area.map .ajde_evcal_calendar.sev #evcal_list .eventon_list_event {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 2px solid var(--red);
    border-left: 0;
}

.event_location_attrs {
    color: #000 !important;
}

    .tabs-area.map .calendar_header button.cal_head_btn.vis {
    background-color: var(--red);
    border-radius: 8px;
}
    .tabs-area.map .evo_cal_above button.cal_head_btn.evo-gototoday-btn {
        background-color: #606363;
    }
    .tabs-area.map .evo_cal_above_content a.set {
        color: #fff !important;
        background: var(--red) !important;
        border-color: var(--red) !important;
    }
    .tabs-area.map .eventon_events_list .eventon_list_event .evoet_dayblock .evo_end {
        display: flex !important;
        flex-direction: column-reverse;
        height: 88px;
    }

.ajde_evcal_calendar.cev #evcal_list {
    border-radius: 0px !important;
}

.ajde_evcal_calendar .calendar_header p.evo_arrows {
    display: none !important;
}

.eventon_events_list .eventon_list_event .evcal_cblock, .evo_pop_body .evcal_cblock {
    position: relative !important;
    line-height: normal !important;
    min-height: auto !important;
}

span.evo_start {
    text-align: center;
    background: var(--red);
    padding: 15px 20px 20px;
    margin-right: 25px;
    height: 103px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

em.date {
    font-size: 48px;
    color: #ffff;
}

em.month {
    color: #ffff;
    font-size: 26px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.evcal_cblock .evo_end:before {
    background-color: var(--red) !important;
}

.evo_end em.date {
    display: none !important;
}

a.evcal_btn.download_ics {
  display: inline-block !important;
  background: var(--red) !important;
  color: #ffffff !important;
  font-family: 'Roboto Condensed' !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 8px 30px !important;
  border-radius: 12px !important;
  border: 2px solid var(--red) !important;
  white-space: nowrap !important;
  transition: background 0.22s !important;
}

a.evcal_btn.download_ics:hover {
  background: #fff !important;
  color: var(--red) !important;
  border: 2px solid var(--red) !important;
}




    /*---------------------------------------
            Event Detail Page
    ---------------------------------------*/

.ev-date-header {
    display: none !important;
}

.evcal_evdata_row .evcal_evdata_cell h3 a {
	color: #fff !important;
}


.evo_location_name a {
    color: #fff !important;
}

.evo_location_address a {
    color: #fff !important;
}

.evo_btn_arr {
    display: none !important;
}

.eventon_shad_p {
    padding: 15px 0 0 !important;
}

.ev-more-btn {
    background: #fff !important;
    color: var(--red) !important;
    border: 1px solid #fff !important;
    border-radius: 12px !important;
}

.ev-desc-inner:not(.expanded)::after {
				display: none !important;
}

.ard {
	color: #095468 !important;
}

.ev-more-btn:hover {
	background: transparent !important;
	color: #fff !important;
}

.abh_box.abh_box_down.abh_box_business {
    display: none !important;
}

.map-link {
    color: #fff !important;
    text-decoration: none !important;
}

.map-link,
.ev-cal-link,
.ev-desc-inner a {
    color: #fff !important;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
	padding-bottom: 2px;
}

.map-link:hover,
.ev-desc-inner a:hover,
.ev-cal-link:hover {
	opacity: 1 !important;
	padding-bottom: 2px;
    color: #fff !important;
    border-bottom-color: #fff !important;
}

.evo_tz, .evo_eventcard_time_t span {
    color: #fff !important;
    opacity: 1 !important;
}

.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after {
	display: none !important; 
}

.eventon_desc_in {
    color: #fff !important;
}

.ev-card-label {
    color: #fff !important;
}

.ev-social-icon svg, .ev-social-icon i, .ev-social-icon svg path {
    transition: all 0.3s ease;
}

.ev-social-icon:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.ev-social-icon:hover svg,
.ev-social-icon:hover i,
.ev-social-icon:hover svg path {
    color: var(--red) !important;
    fill: var(--red) !important;
}
 
.four-o-four {
    text-align: center;
    color: var(--red);
    padding: 100px 0;
}

.four-o-four h4 {
    color: var(--black);
}

.intro-area.single-page.tabs-area.map .woocommerce {
    max-width: 1100px;
    margin: 0 auto;
}

.intro-area.single-page.tabs-area.map .login {
    padding: 0;
    border: 0;
}
.intro-area.single-page.tabs-area.map button.woocommerce-Button.button.wp-element-button,
.intro-area.single-page.tabs-area.map button.woocommerce-button.button {
    display: inline-block;
    background: var(--red);
    color: #ffffff;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 12px;
    border: 2px solid var(--red);
    white-space: nowrap;
    transition: background 0.22s;
}
.intro-area.single-page.tabs-area.map button.woocommerce-Button.button.wp-element-button:hover,
.intro-area.single-page.tabs-area.map button.woocommerce-button.button:hover {
    background: #fff;
    color: var(--red);
    border: 2px solid var(--red);
}
.intro-area.single-page.tabs-area.map .lost_password a:hover {
    color: #000 !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
.intro-area.single-page.tabs-area.map .wc-block-components-notice-banner.is-error {
    background: transparent;
    border: 0;
    padding: 0 !important;
    margin-bottom: 30px;
	outline: 0 !important;
}
.left-right-section h2 strong {
    display: block;
    font-weight: inherit;
}
.eventon_filter_line .filtering_set_val em.fa-caret-down{
	color: #000 !important;
}
.eventon_sorting_section.vis, .evo_filter_bar.vis {
    background: transparent !important;
	padding: 0 !important;
    margin-bottom: 40px !important;
}
.eventon_filter_line .filtering_set_val, .eventon_filter_line .filtering_static_val, .eventon_sort_line .eventon_sf_cur_val p {
    border: 2px solid #772935 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
.eventon_filter_line .filtering_set_val:hover, .eventon_filter_line .filtering_static_val:hover
 {
    background-color: #772935 !important;
    color: #fff !important;
}
.eventon_filter_line .filtering_set_val em.fa-caret-down:hover {
    color: #fff !important;
}
.eventon_filter.evo_filter_tax_box.evo_hideshow_st.event_past_future.vis p.filtering_set_val,
.eventon_filter.evo_filter_tax_box.evo_hideshow_st.event_type.vis p.filtering_set_val {
    background: #772935 !important;
}
.eventon_filter_line .evo_filter_tax_box.vis .filtering_set_val em {
    background: transparent !important;
}
.evo_cal_above button.cal_head_btn
 {
    background-color: #772935 !important;
}
.evo_search_bar input[type=text] {
	    background-color: #fff !important;
}
.evo_search_bar input, .evo_search_bar input[type=text] {
    padding: 11px 20px !important;
	font-size: 15px !important;
	    border-radius: 0px !important;
}

.eventon_filter_dropdown p.select, .ajde_evcal_calendar .calendar_header .evo_header_drop_menu p.select, .evo_filter_menu_in p.select, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.evo_filter_menu .eventon_filter_dropdown p.select:before{
	color: #fff !important;
}
.eventon_filter_dropdown p.select, .ajde_evcal_calendar .calendar_header .evo_header_drop_menu p.select, .evo_filter_menu_in p.select, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select
 {
    background: #772935;
}
.eventon_filter_dropdown p.evo_filter_val:hover, .ajde_evcal_calendar .calendar_header .evo_header_drop_menu p:hover, .evo-sort-btn .eventon_sort_line p:hover {
    background-color: #000;
}
.evo_filter_menu .evo_filter_inside, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line, .evo_header_drop_menu{
	    border: 2px solid #772935 !important;
}
p.evo_filter_val.event_type_all.all.select.select,
p.evo_filter_val.event_past_future_past.past.select,
p.evo_filter_val.event_past_future_future.future.select,
p.evo_filter_val.event_past_future_all.all.select.select {
    background: #772935;
}
section.cta-section.conf img {
    width: 100%;
    object-fit: cover;
}

/* ─────────────────────────────────────────────────────────────
       Members Listing Page
───────────────────────────────────────────────────────────── */
.membership-directory-results {
    text-align: center;
}

.mfc-connect-section {
    max-width: 875px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.search-filter-wrapper {
    padding: 70px 0;
    background: url(/wp-content/uploads/2026/05/Globe-Map.png) no-repeat;
	background-position: center;
    background-size: cover;
    text-align: center;
}

.mfc-search-section {
    text-align: center;
}

#mfc-search-input {
    width: 922px;
    height: 40px;
    border-color: var(--yellow) !important;
    padding: 15px;
}

#mfc-search-input:focus {
	outline: none !important;
	border-radius: 0 !important;
}

#mfc-search-input::placeholder {
    color: transparent !important;
}

.view-profile-btn,
.mfc-btn.mfc-btn-search {
	display: inline-block !important;
    background: var(--red) !important;
    color: #ffffff !important;
    font-family: 'Roboto Condensed' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    padding: 8px 30px !important;
    border-radius: 12px !important;
    border: 2px solid var(--red) !important;
    white-space: nowrap !important;
    transition: background 0.22s !important;
    height: auto !important;
    line-height: normal !important;
	margin-top: 30px;
}

.mfc-btn.mfc-btn-search:hover {
	background: transparent !important;
	color: var(--red) !important;
	border: 2px solid var(--red) !important;
}

.mfc-categories-section {
    margin-top: 70px;
}

.mfc-filter-group.mfc-filter-group--location {
    max-width: 1070px;
    margin: 0 auto;
}

.mfc-select-wrap select {
    width: 330px !important;
    padding: 10px;
    border: 2px solid var(--yellow);
}

.mfc-select-wrap select:focus {
	outline: none !important;
	border-radius: 0 !important;
}

.mfc-filter-row {
    display: flex;
    gap: 40px;
}

.mfc-filter-groups-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.mfc-filter-group-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mfc-select-wrap select option {
    border-radius: 0 !important;
    color: var(--red);
}

.mfc-alpha-section {
    margin-top: 70px;
}

.mfc-alpha-btn {
    background: var(--red);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid var(--red);
    padding: 10px 15px;
    line-height: normal;
}

.mfc-alpha-btn:hover {
	color: var(--red) !important;
	background: transparent !important;
	border: 2px solid var(--red) !important;
}

#mfc-results-section {
    padding: 60px 0 135px;
}

.member-cards-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
} 

.member-card {
    border: 1px solid #dadbdd;
    width: 330px;
    height: 330px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.member-title,
.member-department,
h3.member-name {
    text-align: left;
    color: var(--red);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	letter-spacing: 0.6px;
}

.member-department {
	margin-bottom: 0 !important;
}

.member-card-inner {
    padding: 30px;
}

.member-card-footer {
    margin-top: auto !important;
    height: 75px !important;
    background: var(--red);
    color: #fff;
    padding: 15px 12px 18px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-profile-btn {
    color: var(--red) !important;
    border-color: #fff !important;
    background: #fff !important;
    padding: 8px 10px !important;
    margin-top: 0;
}

.view-profile-btn:hover {
	color: #fff !important;
	background: transparent !important;
	border: 2px solid #fff !important;
}

/* ─────────────────────────────────────────────────────────────
       Members Bio Page
───────────────────────────────────────────────────────────── */

.member-return-bar {
    text-align: center;
    background: var(--yellow);
    padding: 7px 0;
}

.member-return-bar a {
    color: var(--red);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}

.member-return-bar a:hover {
  color: var(--black);
}

.member-job-title {
    display: block;
    font-weight: 600;
}

.member-dept-name {
    font-size: 18px;
    color: var(--red);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.member-meta-row {
    margin-bottom: 0;
}

.member-meta-label {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--red);
    font-size: 18px;
}

.member-firefighters {
	font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: var(--black) !important;
	margin-bottom: 0;
}

.member-meta-value {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: var(--black) !important;
}

.member-meta-value a {
    color: #000;
}

.member-meta-value a:hover {
  color: var(--red);
}

.member-bio-heading {
    margin-top: 40px;
}

.member-gallery-img-wrap {
    width: 400px;
    height: 400px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.member-gallery-img {
    object-fit: cover;
    width: 400px;
    height: 400px;
}

.row > div:nth-child(2) .member-gallery-img {
    object-fit: contain;
    width: auto;
    height: auto;
}

.member-gallery-section {
    padding: 60px 0;
}

/* ─────────────────────────────────────────────────────────────
       My Account Page
───────────────────────────────────────────────────────────── */
.gfield_radio {
    display: flex;
    gap: 40px;
}

.gfield_radio#input_2_23 .gfield-choice-input {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #ffffff !important; 
    margin: 0 5px 0 0;
    font: inherit;
    width: 16px;
    height: 16px;
    border-radius: 50% !important;
    display: inline-grid;
    place-content: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #000000 !important; 
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gfield_radio#input_2_23 .gfield-choice-input:focus,
.gfield_radio#input_2_23 .gfield-choice-input:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #ffffff !important; 
    border-radius: 50% !important;       
    border-color: var(--red) !important;    
}

.gfield_radio#input_2_23 .gfield-choice-input:checked {
    border-color: var(--red) !important;
    background-color: #ffffff !important;
}

.gfield_radio#input_2_23 .gfield-choice-input::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.15s transform ease-in-out;
    background-color: var(--red) !important;
}

.gfield_radio#input_2_23 .gfield-choice-input:checked::before {
    transform: scale(1);
}

.gfield_radio .gchoice label {
    font-size: 16px !important;
    font-weight: 500;
}

.woocommerce-account .addresses .title .edit {
    float: left !important;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    flex-direction: column;
    display: flex;
}

.woocommerce-Address {
    margin-bottom: 30px !important;
    width: 100% !important;
}

.woocommerce form .form-row label {
    line-height: 2;
    color: var(--red) !important;
    font-weight: 600 !important;
}


legend {
    color: var(--red) !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

button.woocommerce-Button.button.wp-element-button {
    margin-top: 30px !important;
}

.woocommerce-info {
    border-top-color: var(--red) !important;
}

.woocommerce-info::before {
    color: var(--red);
}

p.no_subscriptions {
    color: var(--red) !important;
}
.woocommerce-MyAccount-navigation {
    background-color: var(--red);
    padding: 24px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 240px;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px; 
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.woocommerce-MyAccount-navigation-link:not(.is-active) a:hover {
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.05); 
    border-left-color: var(--yellow); 
    padding-left: 20px; 
	text-decoration: none !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.1);
    border-left-color: var(--white);
    font-weight: 600;
	text-decoration: none !important;
}


.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    border-left-color: var(--white) !important; 
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 10px 0 !important;
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: var(--yellow) !important;
}

.wc-block-components-notice-banner.is-info {
    background-color: #fff;
    border-color: var(--red) !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    border: 0;
    color: var(--red) !important;
    opacity: 1 !important;
}

.wc-block-components-notice-banner__content {
    color: #000;
}
.subsriptions-button-link a {
    color: #fff;
}

.subsriptions-button-link a:hover {
    color: #732834;
}


 /*------------------------
            History Page 
--------------------------*/
        .hisory-section {
            padding: 70px 0;
        }
        .history-tab {
    display: flex;
    position: relative;
    margin-left: 70px;
    padding-left: 9px;
}

.history-tab::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--red);
}

.history-year {
    position: absolute;
    left: -45px;
    top: -5px;
}

.history-year img {
    width: 130px;
}

.history-descrition h2::after {
    margin: 0 !important;
}
        
.history-descrition {
    margin-left: 150px;
    padding-bottom: 60px;
}

.history-descrition h6 {
    text-transform: unset;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--red);
    margin: 15px 0;
    border-bottom: 2px solid var(--red);
    padding-bottom: 10px;
}

.history-descrition ul.colum {
    column-count: 4;
}

.history-descrition ul {
    list-style: none;
}
        .hisory-section .history-tab:last-child .history-descrition{
            padding-bottom: 0px;
        }
        .hisory-section .modula-item.effect-pufrobo.tg-loaded:nth-child(even){
            margin-top: 0;
        }
        .hisory-section .modula-items {
            max-width: 900px;
            margin: 0 auto;
        }
/*         .history-year span:after {
    content: "";
    position: absolute;
    background: var(--yellow);
    height: 70px;
    width: 70px;
    top: 0;
    left: -20px;
    border-radius: 50%;
    z-index: -1;
}
        .history-year span::before {
            content: "";
            position: absolute;
            background: #491c07;
            height: 90px;
            width: 90px;
            top: 50%;
            transform: translateY(-50%);
            left: -50px;
            border-radius: 50%;
            z-index: -9;
        } */
        .loadmore-btn {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
        }

.gchoice.gchoice_2_23_1 {
    display: none;
}
/* ─────────────────────────────────────────────────────────────
       RESPONSIVE
───────────────────────────────────────────────────────────── */

@media (max-width: 1620px) {
  .partners-slider .owl-nav button.owl-prev {
    left: -50px !important;
  }

  .partners-slider .owl-nav button.owl-next {
    right: -50px !important;
  }

    .banner-text {
        min-height: 150px;
        font-size: 18px;
    }
}
@media (max-width: 1440px) {

  .news-section .row {
    --bs-gutter-x: 20px;
}
.news-card__title{
      padding-right: 130px;
}
.metro-card-title {
    padding: 10px 10px;
    font-size: 20px;
    width: 220px;
}
.flip-wrapper .row {
    --bs-gutter-x: 20px;
}
.mv-value-item {
    padding: 16px 5px;
}
.cta-box {
    width: 95%;
  }
  section.cta-section.conf img {
    min-height: 430px;
}
#slider-two .item img {
    width: 80% !important;
}
    .partners-slider .owl-nav button.owl-prev {
        left: -20px !important;
    }
        .partners-slider .owl-nav button.owl-next {
        right: -20px !important;
    }
    section.inner-banner .banner-caption h1 {
    font-size: 46px;
    letter-spacing: 1px;  
}
section.left-right-section .row.g-5 {
    --bs-gutter-x: 0px;
}
section.left-right-section.reverse .text-col {
    padding-right: 0;
    padding-left: 70px;
}
.left-right-section .text-col {
    padding-left: 0;
    padding-right: 70px;
  }
  .header-main .header-logo img {
    width: 140px;
}
.container {
    max-width: 95%;
}
.directory-inner strong {
    line-height: normal;
        margin-bottom: 5px;
}
.connection-section .col-lg-10.col-xl-9 {
    width: 95%;
}
.intro-area.single-page.map h6 {
    padding: 0 100px;
}
	
	.banner-caption {
    min-height: 80px;
}

}

   
@media (max-width: 1199.98px) {
  .banner-text h1 {
    font-size: 38px;
  }
 .header-main .header-logo img {
    width: 120px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
  padding: 0px 8px;
  font-size: 14px;
}
.header-main #mainNav .red-btn a.mega-menu-link{
  font-size: 14px !important;
      padding: 8px 15px !important;
          letter-spacing: 0px !important;
}
.header-main li.mega-red-btn.red-btn a.mega-menu-link {
    margin-left: 8px !important;
}
#banner .owl-nav {
    top: 35%;
  }
      .banner-text {
        line-height: 23px;
        padding-bottom: 15px;
    }
    .metro-card-title {
        padding: 8px 10px;
        font-size: 18px;
        width: 190px;
    }
        .mv-value-item {
        padding: 0px 0px;
    }
        .news-card__title {
        padding-right: 70px;
    }
    section.borders-section {
    padding: 60px 0;
}
.footer-btns .red-btn {
    width: 180px;
    padding: 8px 10px;
}
.aff-card{
  font-size: 15px;
    line-height: 20px;
}
.footer-logo {
    width: 120px;
}
.translate-link{
      padding-right: 0;
}
.translate-bar .tw {
    padding-right: 40px;
}
    section.inner-banner .banner-caption h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .intro-section {
    font-size: 20px;
    line-height: 28px;
}
.left-right-section .text-col {
        padding-left: 0;
        padding-right: 30px;
    }
    .left-right-section {
    padding: 60px 0;
}
    section.left-right-section.reverse .text-col {
        padding-right: 0;
        padding-left: 30px;
    }
        .cta-box {
        min-height: 220px;
    }
.directory-inner {
    font-size: 20px;
    margin-bottom: 30px;
}
.directory-inner h4 {
    margin-bottom: 3px;
    font-size: 22px;
}
.directory-inner img {
    height: 220px;
}
.map-section iframe {
    height: 300px;
}
.benefit-card{
      padding: 38px 12px 28px;
}
.gallery-section {
    padding: 60px 0 40px;
}
.intro-area.single-page.map h6 {
    padding: 0;
    font-size: 20px;
    line-height: 28px;
}
}

@media (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 20px;
}
  .main-nav .nav-link {
    line-height: 1.4;
    padding: 10px 14px !important;
  }

  .main-nav .nav-link::after {
    display: none;
  }

  .btn-member-login {
    margin: 10px 14px 14px;
  }
	
  .woocommerce img, .woocommerce-page img {
    height: 108px;
    max-width: 100%;
  }

  #heroCarousel .carousel-item img {
    height: 420px;
  }

  .hero-text-band__heading {
    font-size: 36px;
  }

  .hero-text-band__sub {
    font-size: 15px;
  }

  .mission-section {
    padding: 70px 0;
  }

  .mission-heading {
    font-size: 26px;
  }

  .img-frame__photo {
    height: 380px;
  }
  .pillars-section {
    padding: 64px 0;
  }

  .pillar-item {
    padding: 0 24px;
  }

  .pillar-icon-wrap .fa-icon {
    font-size: 54px;
  }

      .vision-section {
        padding: 40px 0;
    }

  .conf-section {
    min-height: 480px;
  }

  .conf-overlay {
    padding: 52px 0 58px;
  }

  .conf-heading {
    font-size: 28px;
  }

  .conf-date {
    font-size: 24px;
  }
      .news-section {
        padding: 40px 0;
    }

  .news-card {
    height: 280px;
  }

      .news-card__title {
        font-size: 14.5px;
        padding: 0;
    }

  .partners-section {
    padding: 54px 0 62px;
  }

  .partner-card {
    height: 148px;
    padding: 22px 18px;
  }

  .borders-section {
    min-height: 360px;
  }

  .borders-content {
    padding: 44px 20px 44px 32px;
  }

  .borders-map-col {
    padding: 36px 12px 36px 0;
  }

  .footer-logo {
    height: 108px;
  }

  .banner-title {
    font-size: 24px;
    letter-spacing: 1.8px;
  }

  .banner-label {
    padding: 18px 32px 20px;
  }

  .intro-section {
    padding: 50px 0 40px;
  }

  .intro-lead {
    font-size: 14.5px;
  }

  .intro-note {
    font-size: 14.5px;
  }

  .achievement-section {
    padding: 60px 0 68px;
  }

  .achieve-heading {
    font-size: 24px;
  }

  .img-frame__photo {
    height: 310px;
  }

  .rc-year {
    font-size: 30px;
  }

  .rc-year-box {
    flex: 0 0 76px;
    width: 76px;
  }

  .rc-flame-svg {
    width: 38px;
    height: 50px;
  }

  .content-section {
    padding: 50px 0;
  }

  .section-heading {
    font-size: 22px;
  }

  .img-col-top {
    margin-top: 34px;
  }

  .connection-section {
    padding: 50px 0 54px;
  }

  .connection-heading {
    font-size: 24px;
  }

  .connection-body {
    font-size: 14px;
  }

  .benefits-section {
    padding: 52px 0 60px;
  }

  .benefits-heading {
    font-size: 24px;
  }

  .benefits-rule {
    margin-bottom: 40px;
  }

  .benefit-text {
    font-size: 13px;
  }

  .levels-section {
    padding: 52px 0 60px;
  }

  .levels-heading {
    font-size: 24px;
  }

  .gallery-section {
    padding: 44px 0 52px;
  }

  .card-img-wrap {
    height: 300px;
  }

    .footer-logo {
        width: 108px;
        margin: 0;
        display: inline;
    }
    .partners-slider .owl-nav button.owl-next,
    .partners-slider .owl-nav button.owl-prev{
          width: 60px;
    height: 30px;
    }

    .main-nav .navbar-brand img {
    width: 110px;
}

.banner-text {
        padding: 15px 15px 0px;
        line-height: 1.4;
        min-height: 120px;
        font-size: 16px;
    }

.banner-text h1 {
    font-size: 26px;
}

/* .cta-section {
    min-height: 460px;
} */

.cta-section img {
    height: 450px;
    object-fit: cover;
}

.conf .cta-box {
    width: 95%;
    padding-top: 20px;
}

.cta-text {
    padding: 0 20px;
}

.mv-section {
    padding: 40px 10px;
}

    h2 {
        font-size: 30px;
	}
	
	.tabs-area.map em.date {
        font-size: 40px !important;
    }
    .tabs-area.map .eventon_events_list .eventon_list_event .evoet_dayblock .evo_end {
        height: 83px;
    }
    .tabs-area.map span.evoet_c2.evoet_cx {
        height: 100px;
        width: 120px;
    }
    .partner-section{
      padding:  50px 0;
    }
       section.borders-section {
        padding: 10px 0;
    }
    .vision-section .heading-div
 {
    margin-bottom: 30px;
}
.top-bar__link {
    color: #ffffff;
    font-size: 14px;
  }
  .gt_selector.notranslate {
    font-size: 14px;
}
.red-btn {
    font-size: 14px;
}
.banner-area .red-btn{
      padding: 18px 20px;
}
.cta-section.conf .red-btn {
    bottom: -20px;
}
    .borders-content {
        padding: 30px 0px 30px 0px;
    }
    #mega-menu-wrap-main-menu .mega-menu-toggle{
      border-radius: 12px;
    }
    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    padding: 20px 0px;
    margin-top: 5px;
    background: #772935;
}
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 20px;
        font-size: 16px;
        border-bottom: 1px solid #fff;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: #000;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 3px 30px;
    font-size: 14px;
    height: 40px;
}
.header-main #mainNav .red-btn a.mega-menu-link {
    background: #000 !important;
    margin-top: 9px !important;
    margin-left: 20px !important;
}
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background-color: #000;
    }
        .container {
        max-width: 98%;
    }
      .img-frame::after,
  .img-frame::before{
        width: 220px;
  }
      .cta-box {
        padding: 30px 0;
    }
    .intro-area {
    padding: 50px 0;
}
.contact-area {
    padding-bottom: 40px;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 142px !important;
}
.btn-group {
    gap: 10px;
}
.btn-group a.red-btn {
    padding: 8px;
}
.img-caption h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.img-caption {
    font-size: 18px;
}
.gallery-section .modula-item.effect-pufrobo .jtg-description h4 {
    font-size: 20px;
}
.filter-search .input-group.mb-5 {
    margin-bottom: 20px !important;
}
.filter-search label {
    padding: 16px 16px;
  }
  .filter-search .search-btn{
        padding: 16px 0px;
  }
  .sponsors-area {
    padding: 0 0 40px;
}
.ajde_evcal_calendar {
    padding-top: 30px;
}
.ajde_evcal_calendar .calendar_header p{
      font-size: 34px !important;
}
.tabs-area.map #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title { 
    font-size: 22px !important;
}
.page-id-671 .contact-text {
    padding-bottom: 40px;
}
	
	.post-image-caption {
    font-size: 22px;
    top: 59%;
    padding-top: 70px;
    line-height: 28px;
}
	h3.author-name {
    margin-top: 30px;
}
	
	#mfc-search-input {
    width: 100%;
}
	
	.mfc-filter-row {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
	
	.mfc-filter-groups-row {
    gap: 30px;
    flex-wrap: wrap;
}
	
	
.mfc-alpha-buttons {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	
	.member-cards-grid {
    gap: 40px;
    flex-wrap: wrap;
}
	
	#mfc-results-section {
    padding: 50px 0 50px;
}
	
	img.member-profile-photo {
    width: 100%;
}
	
	.member-gallery-img-wrap {
    width: 100%;
}
}

@media (max-width: 767px) {
  .header-main{
    padding: 10px 0;
  }
  .top-bar__inner {
    justify-content: center;
    padding: 0 16px;
    flex-wrap: wrap;
  }

  .header-main .header-logo img {
    height: auto;
    width: 100%;
    max-width: 145px;
}

  #heroCarousel .carousel-item img {
    height: 320px;
  }

  .hero-text-band {
    padding: 34px 16px 40px;
  }

  .hero-text-band__heading {
    font-size: 28px;
    letter-spacing: 0.8px;
  }

  .hero-text-band__sub {
    font-size: 14px;
  }

  .mission-section {
    padding: 52px 0;
  }

  .mission-heading {
    font-size: 22px;
  }

  .img-frame__photo {
    height: 300px;
  }


    .vision-section {
        padding: 40px 0 40px;
    }
.flip-tabs-section {
    padding: 20px 0 40px;
}
  .vision-heading {
    font-size: 24px;
  }
.metro-card {
    max-width: 350px;
    margin: 0 auto;
}
.news-section .text-center.mt-5 {
    margin-top: 25px !important;
}
  .vp-shell {
    max-width: 100%;
  }
.partner-section .owl-dots {
    display: none;
}
  .vp-media-title {
    display: none;
  }
.partner-section .ipart-btns {
    gap: 10px;
    flex-wrap: nowrap;
}
  /* .cta-section {
    min-height: 400px;
  } */

  .news-section {
    padding: 48px 0 56px;
  }

     .news-card {
        height: 260px;
        max-width: 350px;
        margin: 0 auto;
    }
    .borders-section h2::after {
    margin: 0 auto;
}
  .partners-section {
    padding: 46px 0 54px;
  }

  .borders-section {
    min-height: auto;
  }

  .borders-map-col {
    padding: 0 0 20px 0;
    justify-content: center;
  }
    section.borders-section {
        padding: 40px 0;
    }
  .borders-map {
    max-height: 240px;
  }
    html {
        margin-top: 0px !important;
    }
    .borders-content {
        padding: 0;
        text-align: center;
    }

  .btn-borders {
    margin-top: 24px;
  }

  .footer-body {
    padding: 0px 0;
  }

      .footer-logo {
        width: 100%;
        object-fit: contain;
    }

  .f-col {
    margin-bottom: 22px;
  }

  .footer-btns {
    align-items: center;
  }

  .aff-card {
    flex-direction: column;
    text-align: center;

  }

  .aff-logo {
    margin: 0 auto;
  }

  .copyright-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
    .partner-section {
        padding: 40px 0;
    }
        .news-section {
        padding: 40px 0 40px;
    }
  .inner-banner {
    min-height: 280px;
  }

  .banner-title {
    font-size: 20px;
    letter-spacing: 1.4px;
  }

  .banner-label {
    padding: 16px 24px 18px;
  }

  .intro-section {
    padding: 30px 0 30px;
  }

  .intro-lead {
    font-size: 14px;
  }

  .intro-note {
    font-size: 14px;
  }

  .achievement-section {
    padding: 48px 0 56px;
  }

  .achieve-heading {
    font-size: 22px;
  }

  .achieve-col {
    margin-bottom: 40px;
  }

  .img-frame__photo {
    height: 280px;
  }
    .left-right-section .text-col {
        padding-left: 0;
        padding-right: 0px;
        text-align: center;
    }
  .rc-year {
    font-size: 28px;
  }
  h2{
        margin-bottom: 15px;
    padding-bottom: 20px;
  }
.left-right-section h2::after {
    margin: 0 auto;
}
    section.left-right-section .row.g-5 {
        --bs-gutter-x: 0px;
        --bs-gutter-y: 20px;
        flex-direction: column-reverse;
    }
        .img-frame {
        padding: 14px 0;
        margin-bottom: 20px;
    }
        .left-right-section {
        padding: 30px 0;
    } 
    .board-section {
    padding: 30px 0;
  }
      section.left-right-section.reverse .text-col {
        padding-right: 0;
        padding-left: 0px;
        margin: 0;
    }
  .rc-year-box {
    flex: 0 0 72px;
    width: 72px;
  }

  .rc-name,
  .rc-loc,
  .rc-status {
    font-size: 11px;
  }

  .content-section {
    padding: 36px 0;
  }

  .connection-section {
    padding: 40px 0 44px;
  }

  .connection-heading {
    font-size: 21px;
  }

  .benefits-section {
    padding: 40px 0 48px;
  }

  .levels-section {
    padding: 40px 0 48px;
  }

  .levels-heading {
    font-size: 21px;
  }

  .membership-table thead th,
  .membership-table .cat-row td,
  .membership-table .data-row td {
    font-size: 14px;
    padding: 8px 10px;
  }
      .connection-section .col-lg-10.col-xl-9 {
        width: 100%;
    }
  .dues-list li {
    font-size: 12px;
  }
      .intro-section {
        font-size: 17px;
        line-height: 24px;
    }

  .gallery-section {
    padding: 36px 0 44px;
  }

  .card-img-wrap {
    height: 260px;
  }

  .card-year-name {
    font-size: 13px;
  }

  .card-location {
    font-size: 12.5px;
  }

  .blogs-area {
    padding: 40px 0;
}
	.sidebar {
    padding-left: 0;
    margin-top: 35px;
}
	
	.single-posts .sidebar {
    padding-left: 0;
    margin-top: 10px;
}
	.blogs-text {
    padding: 20px 10px 20px 10px;
}
	.blogs-text h3 {
    font-size: 24px !important;
}
	
	.blogs-left h3, .sidebar h3 {
    font-size: 26px !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
	
	.sidebar-text h4 {
    font-size: 26px;
}
	
	.single-post .banner-text h2 {
    font-size: 30px;
}
	
	.blog-detail {
    padding: 40px 0;
}
	
	.post-div h1 {
    line-height: 35px;
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
	
	.post-text h2 {
    font-size: 26px;
    line-height: 35px;
}
	
	.post-text {
    padding: 20px 0 0 0;
}
	
	.post-text ul {
    margin-bottom: 15px;
}

	.post-text p {
		margin-bottom: 10px;
	}
	
	.abh_box .vcard {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
	
	.post-text .abh_tab_content .abh_text {
    margin-left: 0 !important;
    text-align: center;
}
	
	.abh_tab_content .abh_text .abh_name {
    text-align: center !important;
}
	
	.post-text .abh_tab_content .abh_image img {
    margin-bottom: 15px;
}
	
	.tabs-area.map .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
        font-size: 16px !important;
    }
    .tabs-area.map .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .tabs-area.map .evo_month_title {
            font-size: 25px !important;
        }
        .tabs-area.map #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
        line-height: normal !important;
        font-size: 19px !important;
    }
            .tabs-area.map span.evoet_c2.evoet_cx {
            height: 80px;
            width: 95px;
        }

            .tabs-area.map em.date {
            font-size: 30px !important;
        }
    .tabs-area.map em.month {
        font-size: 20px !important;
    }
    .video-img iframe {
    width: 100%;
}
section.inner-banner .banner-caption h1 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
    .directory-area .heading-div {
    text-align: center;
    margin-bottom: 30px;
}
    .directory-inner img {
        height: auto;
    }
    .left-right-section p:last-child {
    margin-bottom: 0;
}
    .intro-area {
        padding: 30px 0;
    }
        .contact-area {
        padding-bottom: 20px;
    }
    .contact-area input {
    height: 41px;
}
.white-btns {
    gap: 10px;
}
.white-btns .red-btn {
    padding: 8px 20px;
}
.left-right-section.bg {
    padding: 30px 0;
}
.img-caption {
    margin-top: 10px;
    margin-bottom: 30px;
}
    .filter-search label {
        padding: 12px 12px;
        margin: 0 3px;
    }
    .inner-tab-heading {
    width: 350px;
}
.inner-tab-img{
      padding: 10px;
          width: 320px;
}
.inner-tab-heading {
    width: 320px;
}
.inner-tab {
    margin: 0 auto;
    max-width: 320px;
    margin-bottom: 30px;
}
    .sponsors-area {
        padding: 0 0 10px;
    }
        .ajde_evcal_calendar {
        padding-top: 10px;
    }
        .page-id-671 .contact-text {
        padding-bottom: 30px;
    }
	.footer-body .row {
    justify-content: center;
}
	.vision-section .text-center {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
}
	    .vision-section .heading-div {
        margin-bottom: 0;
    }
	.vision-section .heading-div p:last-child {
    margin-bottom: 0;
}
	.banner-caption {
        min-height: auto;
    }
	    .intro-section a.red-btn {
        width: 290px;
    }
	.btn-group {
        display: block;
    }
	    .intro-section a.red-btn {
        padding: 8px 5px;
        font-size: 11px;
        width: 290px;
        margin-bottom: 8px;
    }
	.left-right-section.bg .row.g-5 {
    flex-direction: column;
}
	    .gallery-section {
        padding: 0px 0 44px;
    }
	    .img-caption {
        margin-bottom: 10px;
    }
	    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: normal !important;
    }
	.gfield_radio {
    flex-wrap: wrap;
    row-gap: 10px;
}
	.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0px 0 !important;
}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		    margin: 0 !important;
	}
	.member-dept-name {
    margin-bottom: 5px;
    line-height: 22px;
}
	.member-meta-row,
	.member-firefighters {
    margin-bottom: 5px;
    line-height: 24px;
}
	.member-gallery-section {
    padding: 0px 0 40px 0;
}
	            .tabs-area.map .eventon_events_list .eventon_list_event .evoet_dayblock .evo_end {
            display: none !important;
        }
}

@media (max-width: 575.98px) {
  .top-bar__sep {
    margin: 0 8px;
  }

      .main-nav .navbar-brand img {
        width: 100px;
    }

  #heroCarousel .carousel-item img {
    height: 260px;
  }

  .hero-text-band__sub {
    font-size: 13px;
  }

  .img-frame__photo {
    height: 240px;
  }

  .img-frame {
    padding: 14px 0px 14px 0;
  }

  .pillar-item {
    padding: 0 8px;
  }

  .pillar-icon-wrap .fa-icon {
    font-size: 44px;
  }

  .conf-date {
    font-size: 17px;
  }

  .news-card {
    height: 240px;
  }

  .news-card__title {
    font-size: 14px;
  }

  .btn-partners {
    font-size: 10.5px;
    padding: 11px 18px;
  }

  .cr-text,
  .cr-links {
    font-size: 11.5px;
  }

  .inner-banner {
    min-height: 220px;
  }

  .inner-banner img {
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.header-main {
    padding: 10px 0px;
}

.banner-caption h1 {
    font-size: 36px;
}

.banner-caption {
    padding: 15px 20px 15px;
	
}

  .banner-title {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .banner-label {
    padding: 14px 16px 16px;
  }

  .caption-award {
    font-size: 12px;
  }

  .caption-name {
    font-size: 13px;
  }

  .caption-location,
  .caption-status {
    font-size: 13px;
  }

  .rc-year-box {
    flex: 0 0 68px;
    width: 68px;
    padding: 10px 4px 6px;
  }

  .rc-year {
    font-size: 26px;
  }

  .rc-flame-svg {
    width: 34px;
    height: 44px;
  }

  .rc-content {
    padding: 9px 10px;
  }

  #banner .item img {
    object-fit: cover;
    height: 350px;
}

.banner-slide {
    position: relative;
    min-height: 350px;
}

.banner-text {
    height: 100%;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.banner-text h1 {
    font-size: 24px;
  }

      .conf .cta-box {
        width: 100%;
        padding-top: 20px;
    }

    .borders-section h2::after {
    margin: 0 auto;
}

    h2 {
        font-size: 24px;
    }

    video {
    max-width: 100%;
}

/* .btn-group {
    gap: 8px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
            justify-content: center;
} */
    .intro-section a.red-btn {
        padding: 8px 5px;
        font-size: 11px;
    }
.img-frame::before {
    top: 4px;
    width: 270px;
}

.img-frame::after {
    bottom: 4px;
    width: 280px;
}
	
	.translate-bar .tw {
    justify-content: center;
    padding-right: 0;
}
	
	a.translate-link {
    padding: 0;
}
	
	.page-template-front-page .cta-section {
    display: none;
}
	
	.video-img iframe {
    height: 220px;
    width: 100%;
}
	
	#banner .owl-nav {
    display: none !important;
}
	
	#banner .owl-dots {
		bottom: 60px;
	}
	
	.tabs-area.map .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
        font-size: 16px !important;
    }
    .tabs-area.map .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .tabs-area.map .evo_month_title {
            font-size: 25px !important;
        }
        .tabs-area.map #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
        line-height: normal !important;
        font-size: 19px !important;
    }
            .tabs-area.map span.evoet_c2.evoet_cx {
            height: 80px;
            width: 95px;
        }
            .tabs-area.map .eventon_events_list .eventon_list_event .evoet_dayblock .evo_end {
            height: 73px;
        }
            .tabs-area.map em.date {
            font-size: 30px !important;
        }
    .tabs-area.map em.month {
        font-size: 20px !important;
    }
	
	.tabs-area.map {
        padding-bottom: 20px;
    }
	
	.map iframe {
        width: 100% !important;
    }
        .tabs-area.map::after {
        top: 0;
        height: 250px;
    }
        .map .su-gmap.su-u-responsive-media-yes {
        height: 350px !important;
    }
    .map iframe {
        height: 350px !important;
    }
	
	.detail-image img {
    object-fit: cover;
    height: 300px;
}
	
	.post-image-caption {
    font-size: 18px;
    top: 50%;
    left: 20px;
    right: 20px;
    padding-top: 70px;
    line-height: 23px;
}
	.author-box .abh_tab_content .abh_text {
    margin-left: 0 !important;
    margin-top: 20px;
}

    .woocommerce-MyAccount-navigation {
        max-width: 100%;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 24px; 
    }

    .woocommerce-MyAccount-navigation ul {
        flex-direction: row;
        gap: 6px;
        overflow-x: auto; 
        white-space: nowrap;
        padding-bottom: 8px;
		flex-wrap: wrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
        display: none;
    }

    .woocommerce-MyAccount-navigation-link a {
        padding: 8px 14px;
        font-size: 0.85rem;
        border-left: none; /* Mobile par side border acha nahi lagta */
        border-bottom: 2px solid transparent; /* Bottom border approach */
        display: inline-block;
    }

    .woocommerce-MyAccount-navigation-link:not(.is-active) a:hover {
        padding-left: 14px; /* Slide effect desktop ke liye chor diya */
        border-bottom-color: var(--yellow);
        border-left-color: transparent;
    }

    .woocommerce-MyAccount-navigation-link.is-active a {
        border-bottom-color: var(--red);
        border-left-color: transparent;
        background-color: rgba(255, 255, 255, 0.08);
    }

}