.btn-primary {
  /* 🔴 Base / brand color */
  --ar-btn-active-bg: #fe1b2a;

  /* Text */
  --ar-btn-color: #fff;
  --ar-btn-hover-color: #fff;
  --ar-btn-active-color: #fff;
  --ar-btn-disabled-color: #fff;

  /* Normal state (slightly lighter than active) */
  --ar-btn-bg: color-mix(in srgb, var(--ar-btn-active-bg) 90%, white);
  --ar-btn-border-color: var(--ar-btn-bg);

  /* Hover state (lighter red) */
  --ar-btn-hover-bg: color-mix(in srgb, var(--ar-btn-active-bg) 80%, white);
  --ar-btn-hover-border-color: color-mix(
    in srgb,
    var(--ar-btn-active-bg) 75%,
    black
  );

  /* Active state (base red) */
  --ar-btn-active-border-color: color-mix(
    in srgb,
    var(--ar-btn-active-bg) 70%,
    black
  );
  --ar-btn-active-shadow: unset;

  /* Disabled state (muted red) */
  --ar-btn-disabled-bg: color-mix(in srgb, var(--ar-btn-active-bg) 90%, white);
  --ar-btn-disabled-border-color: var(--ar-btn-disabled-bg);

  /* Focus shadow (RGB of #fe1b2a) */
  --ar-btn-focus-shadow-rgb: 254, 27, 42;
}

.navbar {
  --ar-navbar-color: #2b2b2b; /* default text */
  --ar-navbar-hover-color: #fe1b2a; /* red */
  --ar-navbar-active-color: #fe1b2a; /* red */
  --ar-navbar-disabled-color: #9ca3af; /* muted */
}

.btn-link {
  --ar-btn-color: #fe1b2a; /* normal */
  --ar-btn-hover-color: #e51724; /* darker red */
  --ar-btn-active-color: #c9141f; /* darkest red */
  --ar-btn-disabled-color: #f45a64; /* muted red */

  --ar-btn-focus-shadow-rgb: 254, 27, 42;

  text-decoration: underline;
}

.nav {
  --ar-nav-link-active-color: #fe1b2a;
}

.nav-pills {
  --ar-nav-pills-link-active-color: #fff;
  --ar-nav-pills-link-active-bg: #fe1b2a;
}

.nav {
  --ar-nav-link-color: #1f2937; /* dark neutral */
  --ar-nav-link-hover-color: #fe1b2a;
}

.text-primary {
  --ar-text-opacity: 1;
  color: #fe1b2a !important;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
}

.media_export h3,
.media_export p,
.media_export li {
  color: #fff !important;
}

section {
  padding-top: 60px !important;
  padding-bottom: 10px !important;
}

.masonry-grid-item img {
  max-height: 250px !important;
  width: auto !important;
}

.counter h3 {
  text-align: center;
}
.counter span {
  font-weight: 600;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.card-flip .card-flip-front h2 {
  color: #fff !important;
}

/* Overlay only on front */
.card-flip-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

/* Front content stays normal */
.card-flip-front .d-flex {
  position: relative;
  z-index: 1;
  color: #fff;
}

.card-flip-back {
  position: relative;
}

/* IMPORTANT: do NOT touch flex or positioning here */
.card-flip-back .d-flex {
  position: static;
}

.whatsapp-float {
  position: fixed;
  right: 10px;
  bottom: 80px;
  width: 52px;
  height: 52px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* Optional: subtle pulse animation */
.whatsapp-float::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.5);
  animation: whatsapp-pulse 1.5s infinite;
  z-index: -1;
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* @media (max-width: 767px) { */
.banner {
  background: rgba(255, 255, 255, 0.4); /* semi-transparent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border-radius: 15px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner p {
  margin-bottom: 0 !important;
}

/* } */

h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a,
p,
li {
  color: #121519 !important;
}

.text-body-secondary {
  color: #303439 !important;
}

#aboutorm,
#groupof {
  padding-bottom: 60px !important;
}

#groupof img {
  width: 100%;
}

#groupof .card-body p {
  margin-bottom: 10px !important;
}

#groupof .card-img-top {
  background-color: #f0efef !important;
  padding: 0 15px;
}
/*
#groupof .card{ 
  background-color:  transparent !important;
} */

.header_logo img {
  max-width: 120px;
}

.footer_logo img {
  max-width: 200px;
}
.btn-link {
  text-decoration: none !important;
}
#groupof .btn-link {
  position: absolute;
  bottom: 10px;
}

.card-flip-front p,
.card-flip-front .h4 {
  color: #fff !important;
}

header .nav-link {
  color: #000 !important;
}

 .navbar-stuck .nav-link{
   color: #000 !important;
}
.nav-link:hover,
.nav-link:focus {
  color: #0082c8 !important;
}

.swiper-pagination-bullet-active {
  background-color: #0082c8 !important;
  border-color: #0082c8 !important;
}


#contact input{ 
   border-color: #ffffffa3 !important;
}