@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #000000;
  --secondary-color: #ffffff;
  --bg-color: #f7f7f7;
  --text-color: #575757;
  --accent-color: #ffd835;
  --white-color: #ffffff;
  --divider-color: #000000;
  --dark-divider-color: #ffffff1a;
  --error-color: rgb(230, 87, 87);
  --default-font: "Space Grotesk", sans-serif;
  --accent-font: "Orbitron", sans-serif;
  --dark-overlay: rgba(8, 5, 23, 0.78);
  --card-radius: 28px;
  --transition-default: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.y {
  color: var(--accent-color) !important;
}
.poppins {
  font-family: "Poppins", sans-serif !important;
}
body.modal-open {
  padding-right: 0 !important;
}

.bebas {
  font-family: "Bebas Neue", sans-serif !important;
}
.ceo-section {
  background-color: var(--primary-color);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  margin: 70px auto;
  z-index: 5;
}

.custom-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.welcome-left {
  position: relative;
  padding-right: 20px;
}

.yellow-dotted-accent {
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dot-line {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dot-line span {
  width: 8px;
  height: 8px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: inline-block;
}
.dash-line {
  width: 45px;
  height: 2px;
  background-color: var(--accent-color);
  display: inline-block;
  border-radius: 2px;
}
.long-dash {
  width: 100px;
  height: 2px;
  background-color: var(--accent-color);
  display: inline-block;
}

.main-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--accent-color);
  letter-spacing: -0.02em;
}

.subheading-welcome {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-color);
  margin-bottom: 1rem;
  display: inline-block;
  border-left: 3px solid var(--accent-color);
  padding-left: 12px;
}

.description-text {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin: 20px 0 28px 0;
  font-weight: 400;
}

.ceo-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 4px;
}
.ceo-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--accent-color);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.decorative-dots-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.decor-dot {
  width: 6px;
  height: 6px;
  background-color: var(--accent-color);
  border-radius: 50%;
}
.decor-line {
  width: 60px;
  height: 2px;
  background-color: var(--accent-color);
}
.decor-dot-lg {
  width: 10px;
  height: 10px;
  background-color: var(--accent-color);
  border-radius: 50%;
}

.image-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 10px;
}
.elegant-card {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 10px;
  box-shadow:
    0 20px 35px -12px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
  transform: translateY(-6px);
}
.elegant-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.elegant-card:hover {
  box-shadow: 0 28px 40px -14px rgba(0, 0, 0, 0.25);
  transform: translateY(-8px);
}
.elegant-card:hover img {
  transform: scale(1.02);
}

.ceo-image {
  width: 100%;
  border-radius: 12px;
}

.yellow-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 100%;
  background-color: var(--accent-color);
  z-index: -1;
}
.yellow-1 {
  position: absolute;
  top: -18px;
  left: -0.25%;
  width: 2%;
  height: 16%;
  background-color: var(--accent-color);
  z-index: -1;
}
.yellow-2 {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 26%;
  height: 3%;
  background-color: var(--accent-color);
  z-index: -1;
}

.team-section {
  padding: 40px 0 40px;
  position: relative;
  margin: 70px auto;
  background: var(--primary-color);
}

.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 3rem;
  font-weight: 800;
  background: var(--accent-color);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.heading-divider {
  width: 100px;
  height: 4px;
  background: var(--accent-color);
  margin: 0 auto;
  border-radius: 4px;
}

.team-card {
  background: rgba(20, 22, 36, 0.65);
  backdrop-filter: blur(8px);
  border-radius: 38px;
  padding: 2rem 1.8rem 1.8rem;
  margin-bottom: 50px;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #ff7e5f, #feb47b, #b14bff, #5e2a84);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  border-radius: 38px;
}

.team-card:hover::before {
  opacity: 0.12;
}

.card-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.profile-img-wrapper {
  width: 140px;
  height: 140px;
  margin: -95px auto 20px auto;
  position: relative;
  z-index: 5;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--accent-color);
  box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background: #1e1a2f;
}

.member-name {
  font-size: 1.75rem;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
  background: linear-gradient(120deg, #fff, #e2d9ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--primary-color);
}

.member-position {
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  background: var(--primary-color);
  backdrop-filter: blur(4px);
  padding: 0.25rem 1.2rem;
  border-radius: 40px;
  color: #f3c6ff;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 140, 100, 0.3);
}

.member-desc {
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--primary-color);
  font-weight: 400;
  max-width: 85%;
  margin: 0 auto 20px auto;
}

.social-overlay {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.3s ease;
}

.team-card:hover .social-overlay {
  opacity: 1;
  transform: translateY(0);
}

.social-icon {
  background: var(--primary-color);
  backdrop-filter: blur(5px);
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-color);
  font-size: 1.2rem;
  transition: 0.2s;
  border: 1px solid rgba(255, 170, 100, 0.4);
  text-decoration: none;
}

.social-icon:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.zigzag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.team-card:hover {
  transform: scale(1.02) translateY(-8px);
  box-shadow:
    0 30px 40px -15px #fed63542,
    0 0 0 1px black;
  transition: all 0.3s ease-out;
}

.team-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 245, 0.08),
    transparent
  );
  transform: skewX(-15deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.team-card:hover::after {
  left: 150%;
}

.fade-up-scroll {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.fade-up-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.offset-left {
  margin-right: auto;
  margin-left: 0;
}

.offset-right {
  margin-left: auto;
  margin-right: 0;
}

.member-name {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.row.gap-y-4 {
  row-gap: 30px;
}
.team-card,
.card-inner {
  overflow: visible;
}
.profile-img {
  background: #2a2342;
  object-position: center;
}
.team-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.2s;
}
.member-desc {
  font-weight: 400;
  backdrop-filter: blur(2px);
}
.social-overlay a {
  transition: 0.2s;
}
img {
  display: block;
}
.team-card .social-overlay {
  margin-top: 12px;
  padding-bottom: 5px;
}
.fade-up-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up-scroll {
  transition:
    opacity 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    transform 0.7s cubic-bezier(0.2, 0.8, 0.4, 1);
}

.btn-link-like {
  text-decoration: none;
}
.team-card {
  background: var(--accent-color);
}
.profile-img-wrapper img {
  background: var(--primary-color);
  padding: 2px;
}

.ceo-section .row {
  align-items: center;
}

.fade-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    transform 0.8s ease;
}
.fade-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.ceo-image {
  max-width: 100%;
  height: auto;
}

.otm-team-section {
  position: relative;
  background-image: url("https://images.pexels.com/photos/3184418/pexels-photo-3184418.jpeg?auto=compress&cs=tinysrgb&w=1600");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  margin: 70px auto;
}

.otm-left-overlay {
  background-color: rgb(254 215 53 / 93%);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border-radius: 15px 0 0 15px;
}

.otm-right-overlay {
  background-color: rgb(8 5 23 / 95%);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 15px 15px 0;
}

.row.g-0 {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}

.otm-team-section .col-lg-6 {
  padding: 0;
  min-height: 600px;
}

.otm-left-content {
  text-align: center;
  color: white;
  width: 100%;
  padding: 2rem;
}

.otm-icon-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  padding: 24px;
  background: var(--primary-color);
  border: 2px solid var(--accent-color);
}

.otm-icon-circle i {
  font-size: 3.5rem;
  color: white;
}

.otm-heading {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
  text-transform: none;
}

.otm-team-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  width: 100%;
  max-width: 100%;
}

.otm-team-member {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
}

.otm-profile-img {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  border: 2px solid var(--accent-color);
  box-shadow: none;
}

.otm-member-info {
  flex: 1;
}

.otm-member-name {
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  margin-bottom: 0.1rem;
  letter-spacing: -0.2px;
}

.otm-member-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #e0e0e0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.45rem;
}

.otm-member-desc {
  font-size: 0.85rem;
  line-height: 1.35;
  color: #f0f0f0;
  opacity: 0.85;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.otm-divider {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.otm-member-wrapper {
  display: flex;
  flex-direction: column;
}

.otm-member-wrapper:last-child .otm-divider {
  display: none;
}

.otm-logo {
  width: 235px;
  border: 2px solid black;
  padding: 15px;
  background: black;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 15px;
}

/* custom classes prefix wcu- */

.wcu-gallery-item {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.3s ease;
}
.wcu-gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15);
}
.wcu-gallery-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  display: block;
  border-radius: 12px;
}
.wcu-gallery-item:hover .wcu-gallery-img {
  transform: scale(1.05);
}

/* button styles (pill, border primary gradient-like) */
.wcu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.2rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.3px;
  border-radius: 60px;
  transition: all 0.3s ease;
  text-decoration: none;
  background: transparent;
  border: 2px solid var(--accent-color);
  color: var(--primary-color);
  background-color: var(--accent-color);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
  cursor: pointer;
}
.wcu-btn-outline:hover {
  background: var(--accent-color);
  border-color: transparent;
  color: rgb(0, 0, 0);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px -8px rgba(0, 0, 0, 0.4);
}
.wcu-btn-outline:active {
  transform: translateY(1px);
}

/* Why choose us section */

.wcu-feature-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 2rem 1.2rem;
  margin-bottom: 1.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.05);
  height: 100%;
  text-align: center;
}
.wcu-feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 32px -12px rgba(0, 0, 0, 0.12);
  background: #fdfdfd;
}
.wcu-feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.2rem auto;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: var(--primary-color);
  transition: 0.2s;
  box-shadow: 0 8px 14px rgba(139, 92, 246, 0.12);
}
.wcu-feature-title {
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #1e1e2f;
  letter-spacing: -0.2px;
}
.wcu-feature-text {
  font-size: 0.92rem;
  color: #4b5563;
  line-height: 1.45;
}

/* banner image */
.wcu-banner {
  /* margin: 2.5rem 0 2rem; */
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.wcu-banner-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.wcu-banner:hover .wcu-banner-img {
  transform: scale(1.02);
}

/* offers section */
.wcu-offers {
  margin: 3rem 0 4rem;
}
.wcu-offer-column {
  background: white;
  border-radius: 28px;
  padding: 1.8rem 1.5rem;
  box-shadow: 0 16px 30px -12px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  height: 100%;
  border: 1px solid rgba(139, 92, 246, 0.12);
}
.wcu-offer-column:hover {
  box-shadow: 0 24px 40px -16px rgba(109, 40, 217, 0.2);
  transform: translateY(-4px);
}
.wcu-offer-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #000000;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--accent-color);
  padding-left: 1rem;
  height: 32px;
  display: flex;
  align-items: center;
}
.wcu-offer-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.wcu-offer-list li {
  margin-bottom: 0.9rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d3a4b;
  font-weight: 500;
}
.wcu-offer-list li i {
  color: var(--accent-color);
  font-size: 1.2rem;
  width: 28px;
  text-align: center;
}

/* spacer and utility */
.spacer-20 {
  margin: 1rem 0;
}
.btn-wrapper {
  text-align: center;
  margin: 1.8rem 0;
}
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.fade-in-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
footer {
  background: #f8fafc;
  text-align: center;
  padding: 1.8rem;
  margin-top: 2rem;
  font-size: 0.8rem;
  color: #5b6e8c;
  border-top: 1px solid #e9eef3;
}
.container-custom-pad {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding: 70px 0;
}

.otm-left-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.otm-profile-img {
  transition: none;
}

.container-fluid {
  padding: 0;
}
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    transform 0.65s ease;
}
.fade-in-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.wcu-feature-icon,
.wcu-offer-list li i {
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.wcu-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
}
img {
  user-select: none;
}
.btn-wrapper {
  margin-top: 38px;
  margin-bottom: 0rem;
}

.row.g-4 > [class*="col-"] {
  margin-bottom: 0;
}
.wcu-banner {
  margin-top: 2rem;
}

.why-chose-us {
  margin: 70px auto;
}

/* ******************************* */
.tema-hero-section {
  background-color: #000000;
  margin: 70px auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.tema-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 20% 30%,
    rgba(30, 20, 70, 0.25) 0%,
    rgba(8, 5, 23, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
}

.tema-container {
  position: relative;
  z-index: 2;
}

.tema-label {
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  margin-bottom: 1.5rem;
  display: inline-block;
  backdrop-filter: blur(0px);
}

.tema-title {
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.tema-title br {
  display: block;
}

.tema-description {
  color: #b0b0b0;
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 90%;
  font-weight: 400;
  margin-bottom: 1rem;
}
.tema-image-card {
    background: transparent;
    border-radius: 24px;
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    overflow: hidden;
    padding: 80px;
    padding-right: 0px;
}

.tema-portrait {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.5s ease,
    box-shadow 0.4s ease;
  display: block;
}

.tema-image-card:hover .tema-portrait {
  transform: scale(1.03);
  box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.6);
}

.tema-attribution {
  margin-top: 1.5rem;
  text-align: left;
  padding-left: 6px;
}

.tema-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.2px;
  margin-bottom: 0.2rem;
}

.tema-role {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  letter-spacing: 0.3px;
}

@keyframes tema-fadeSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes tema-fadeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.94);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.tema-animate-label,
.tema-animate-title,
.tema-animate-desc,
.tema-animate-image {
  opacity: 1;
}

.tema-animate-label.active {
  animation: tema-fadeSlideLeft 0.6s ease forwards;
}

.tema-animate-title.active {
  animation: tema-fadeSlideLeft 0.7s ease forwards;
  animation-delay: 0.15s;
}

.tema-animate-desc.active {
  animation: tema-fadeSlideLeft 0.7s ease forwards;
  animation-delay: 0.3s;
}

.tema-animate-image.active {
  animation: tema-fadeScaleUp 0.85s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
  animation-delay: 0.1s;
  padding: 80px;
  padding-right: 10px;
}

.tema-portrait,
.tema-label,
.tema-title,
.tema-description {
  transition: all 0.2s ease;
}

.row.align-items-center {
  min-height: auto;
}

.tema-hero-section {
  display: flex;
  align-items: center;
}
.tema-portrait {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.tema-left-content {
  padding-right: 1rem;
}
.tema-image-card {
  width: 100%;
}
.tema-animate-label,
.tema-animate-title,
.tema-animate-desc,
.tema-animate-image {
  will-change: transform, opacity;
}
.tema-image-card {
  transition: transform 0.3s ease;
}
.tema-image-card:hover {
  transform: translateY(-3px);
}
.tema-image-card:hover .tema-portrait {
  transform: scale(1.03);
}
.tema-attribution {
  transition: none;
}

.tema-label {
  font-family: inherit;
  padding: 10px 30px;
  background: var(--accent-color);
  color: var(--primary-color);
  border-radius: 20px;
}
.tema-portrait {
  border-radius: 28px;
}
.team-partner {
  border-left: 6px solid var(--accent-color);
  padding-left: 20px;
}
.team-border {
  border: 1px solid white;
  width: 100%;
  margin: 10px;
  border-radius: 10px;
  transition: 0.3s;
}

.tema-animate-image-1 {
  animation: tema-fadeScaleUp 0.85s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
  animation-delay: 0.1s;
  padding: 80px;
  padding-left: 10px;
}

.tema-hero-section:hover .team-border {
  border: 5px solid var(--accent-color);
}
/* ---------- CUSTOM CSS with loca- prefix ---------- */

.loca-section-title {
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
}
.loca-section-title:after {
  /* content: ""; */
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  height: 4px;
  background: var(--accent-color);
  border-radius: 4px;
}
.loca-section-title-1 {
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
}
.loca-section-title-1:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 4px;
}
.text-center .loca-section-title-1:after {
  left: 50%;
  transform: translateX(-50%);
}
.text-center .loca-section-title:after {
  left: 50%;
  transform: translateX(-50%);
}
.icon-color {
  color: var(--accent-color) !important;
}
.care-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* buttons */
.loca-btn-primary {
  background-color: var(--accent-color);
  color: #000000;
  font-weight: 800;
  padding: 0.9rem 2.2rem;
  border-radius: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.25s ease;
  border: none;
  font-size: 0.9rem;
}
.loca-btn-primary:hover {
  background-color: #e5c22a;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(254, 215, 53, 0.4);
  color: #000000;
}
.loca-btn-outline {
  background: transparent;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  font-weight: 700;
  padding: 0.7rem 1.8rem;
  border-radius: 60px;
  transition: 0.2s;
}
.loca-btn-outline:hover {
  background: var(--accent-color);
  color: #000000;
  transform: scale(1.02);
}

.loca-hero {
  min-height: 100vh;
  background:
    linear-gradient(
      135deg,
      rgba(8, 5, 23, 0.88) 0%,
      rgba(8, 5, 23, 0.7) 50%,
      rgba(254, 215, 53, 0.15) 100%
    ),
    url("https://images.unsplash.com/photo-1534438327276-14e5300c3a48?q=80&w=2070&auto=format")
      center center/cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

.loca-benefit-card,
.loca-job-card,
.loca-testimonial-card {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 2rem 1.5rem;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  height: 100%;
  backdrop-filter: blur(2px);
}
.loca-benefit-card:hover,
.loca-job-card:hover,
.loca-testimonial-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 20px 35px -12px rgba(254, 215, 53, 0.2);
  transform: translateY(-8px);
}
.loca-icon-yellow {
  font-size: 2.8rem;
  color: var(--accent-color);
}
.loca-job-card .badge-location,
.loca-job-card .badge-type {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 40px;
  background: rgba(254, 215, 53, 0.12);
  color: var(--accent-color);
  display: inline-block;
}
.loca-apply-btn {
  background: transparent;
  border: 1.5px solid var(--accent-color);
  color: var(--accent-color);
  border-radius: 40px;
  font-weight: 700;
  padding: 0.5rem 1.2rem;
  transition: 0.2s;
}
.loca-apply-btn:hover {
  background: var(--accent-color);
  color: #000000;
}

.loca-step-circle {
  width: 70px;
  height: 70px;
  background: #000000;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-color);
  margin-bottom: 1.2rem;
  transition: 0.2s;
}
.loca-process-step:hover .loca-step-circle {
  background: var(--accent-color);
  color: #000000;
  transform: scale(1.05);
  box-shadow: 0 0 0 6px rgba(254, 215, 53, 0.2);
}
.loca-step-title {
  letter-spacing: 1px;
  font-size: 1.3rem;
}

.loca-culture-img {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 35px -15px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.loca-culture-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.loca-culture-img:hover img {
  transform: scale(1.03);
}

.loca-form-control {
  border: 1px solid #2c2a3a44;
  border-radius: 20px;
  padding: 0.9rem 1.2rem;
  color: rgba(32, 31, 31, 0.552);
  font-weight: 500;
  transition: 0.2s;
}
.loca-form-control:focus {
  background-color: #0e0d1a;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(254, 215, 53, 0.25);
  color: rgb(255, 255, 255);
}
.loca-form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.loca-section {
  padding: 90px 0;
}
.loca-bg-dark {
  background-color: #05030f;
}

img {
  max-width: 100%;
  height: auto;
}
.loca-border-glow {
  border-radius: 24px;
}

.heading {
  color: var(--accent-color);
  font-size: 20px;
}
.career-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 10px;
}
.loca-form-control::placeholder {
  color: rgba(32, 31, 31, 0.552) !important;
}

.location-section {
  padding: 60px 0;
}

.location-section-title {
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: var(--primary-color);
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}

.location-section-title:after {
  /* content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  margin: 15px auto 0;
  border-radius: 4px; */
}

.location-btn {
  background-color: var(--accent-color);
  color: var(--primary-color);
  font-weight: 800;
  text-transform: uppercase;
  padding: 12px 36px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.location-btn:hover {
  background-color: var(--primary-color);
  transform: scale(1.05);
  color: white;
}

.location-card-lift {
  transition:
    transform 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    box-shadow 0.3s ease,
    border-color 0.2s;
  border-radius: 24px;
  overflow: hidden;
}

.location-fade-scroll {
  opacity: 0;
  transform: translateY(35px);
  animation: locationFadeUp 0.8s forwards;
}

@keyframes locationFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.location-delay-1 {
  animation-delay: 0.1s;
}
.location-delay-2 {
  animation-delay: 0.2s;
}
.location-delay-3 {
  animation-delay: 0.3s;
}
.location-delay-4 {
  animation-delay: 0.4s;
}

.location-slide-left {
  animation: locationSlideLeft 0.8s ease-out forwards;
}
.location-slide-right {
  animation: locationSlideRight 0.8s ease-out forwards;
}
@keyframes locationSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes locationSlideRight {
  0% {
    opacity: 0;
    transform: translateX(45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Branch Info */
.location-info-wrapper {
  overflow: hidden;
}
.location-info-left,
.location-info-right {
  padding: 2rem;
}
.location-branch-name {
  font-size: 28px;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.location-info-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: var(--primary-color);
}
.location-info-detail i {
  font-size: 1.4rem;
  color: var(--primary-color);
  width: 30px;
}
.location-hours {
  margin-top: 1.5rem;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.location-hours-div {
  border-radius: 21px;
  background: var(--accent-color);
  padding: 20px;
}
.location-info-img {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
}
.location-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.location-info-img:hover img {
  transform: scale(1.04);
}

/* Facilities cards */
.location-facility-card {
  background: var(--primary-color);
  border-radius: 24px;
  padding: 2rem 1.2rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.location-facility-card:hover {
  border-color: var(--accent-color);
  transform: translateY(-8px);
  box-shadow: 0 20px 30px -12px rgba(254, 215, 53, 0.15);
}
.location-facility-icon i {
  font-size: 3rem;
  color: var(--accent-color);
}
.location-facility-card h4 {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--accent-color);
}

/* Personal Training */
.location-training-wrapper {
  overflow: hidden;
}
.location-training-text {
  padding: 2rem;
}
.location-training-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.remove::after {
  content: unset !important;
}
.mb {
  margin: 70px auto;
}
.location-training-features li {
  margin-bottom: 12px;
  font-weight: 500;
}
.location-training-features li i {
  color: var(--primary-color);
  margin-right: 12px;
}
.location-training-img {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.location-training-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.location-training-img:hover img {
  transform: scale(1.03);
}

/* Gallery Grid - with hover zoom & pointer */
.location-gallery-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1 / 0.9;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.2s;
}
.location-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.location-gallery-img:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 25px rgba(254, 215, 53, 0.2);
}
.location-gallery-img:hover img {
  transform: scale(1.08);
}

/* Trainers */
.location-trainer-card {
  background: var(--bg-color);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1.5rem;
  transition: all 0.35s ease;
}

.location-trainer-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 2rem auto 1rem;
  border: 3px solid var(--accent-color);
  display: block;
}
.location-trainer-card h4 {
  margin-top: 0.5rem;
  font-size: 20px;
}
.location-trainer-role {
  color: var(--accent-color);
  font-weight: 600;
  padding: 8px 26px;
  width: max-content;
  margin: 6px auto;
  font-size: 13px;
  text-transform: uppercase;
  background: black;
  border-radius: 20px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

/* Pricing Cards */
.location-pricing-card {
  background: #0f0b24;
  border-radius: 28px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}
.location-pricing-card:hover {
  transform: translateY(-8px);
  border: 1px solid var(--accent-color);
  box-shadow: 0 20px 35px rgba(254, 215, 53, 0.1);
}
.location-pricing-featured {
  border: 2px solid var(--accent-color);
  background: #110d29;
}
.location-price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 1rem 0;
}
.location-price span {
  font-size: 1rem;
}
.location-pricing-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.location-pricing-features li {
  margin-bottom: 10px;
}

/* Map Placeholder */
.location-map-placeholder {
  background: #15102e;
  border-radius: 28px;
  padding: 3rem;
  text-align: center;
  border: 1px dashed var(--accent-color);
}

/* Testimonials */
.location-testimonial-card {
  background: #000000;
  border-radius: 28px;
  padding: 2rem;
  transition: 0.3s;
  height: 100%;
}

.location-star {
  color: var(--accent-color);
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

/* Contact Form */
.location-contact-form {
  background: #0c0920;
  border-radius: 40px;
  padding: 2rem;
}
.location-form-control {
  background: #1a1538;
  border: 1px solid #2d264f;
  color: white;
  padding: 12px 18px;
  border-radius: 50px;
  transition: 0.2s;
}
.location-form-control:focus {
  background: #1f1a3c;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem rgba(254, 215, 53, 0.25);
  color: white;
}
textarea.location-form-control {
  border-radius: 24px;
}

/* CTA */
.location-cta-block {
  text-align: center;
  padding-top: 30px;
}

.location-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.3s,
    opacity 0.3s ease;
}
.location-popup.active {
  visibility: visible;
  opacity: 1;
}
.location-popup-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
}
.location-popup-img {
  max-width: 85vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
  border: 3px solid var(--accent-color);
  display: block;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}
.location-popup-img.fade-transition {
  opacity: 0;
}
.location-popup-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: var(--accent-color);
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: none;
  font-family: monospace;
  line-height: 1;
  z-index: 10;
}
.location-popup-close:hover {
  background: #ffea70;
  transform: scale(1.08);
}
.location-popup-prev,
.location-popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--accent-color);
  border: 1px solid rgba(254, 215, 53, 0.4);
  backdrop-filter: blur(4px);
  z-index: 10;
}
.location-popup-prev {
  left: 20px;
}
.location-popup-next {
  right: 20px;
}
.location-popup-prev:hover,
.location-popup-next:hover {
  background: var(--accent-color);
  color: #000000;
  transform: translateY(-50%) scale(1.08);
  border-color: var(--accent-color);
  box-shadow: 0 0 15px rgba(254, 215, 53, 0.6);
}

.mt {
  margin-top: 70px;
  margin-bottom: 70px;
}

img {
  max-width: 100%;
}

.otm-section {
  padding: 70px 0;
  position: relative;
}

.otm-btn-primary {
  background: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 12px 32px;
  font-weight: 700;
  border-radius: 50px;
  transition: var(--transition-smooth);
  letter-spacing: 0.5px;
  backdrop-filter: blur(2px);
}

.otm-btn-primary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.3);
}

.otm-btn-dark {
  background: var(--primary-color);
  color: white;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: var(--transition-smooth);
}

.otm-btn-dark:hover {
  background: #1c1138;
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.15);
  color: white;
}

/* Cards with hover effect (scale + shadow) */
.otm-card {
  background: white;
  border-radius: 28px;
  padding: 2rem 1.5rem;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-sm);
  height: 100%;
  border: none;
  transition: all 0.3s ease;
}

.otm-card:hover {
  transform: scale(1.02) translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.otm-card-icon {
  font-size: 2.8rem;
  color: var(--primary-color);
  margin-bottom: 1.2rem;
}

/* Split layout animation (slide) */
.otm-slide-left {
  animation: slideInLeft 0.8s ease forwards;
}
.otm-slide-right {
  animation: slideInRight 0.8s ease forwards;
}

.bap-heading {
  font-size: 20px;
}

.bap-para {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

.bap-icon {
  color: var(--accent-color);
  border-radius: 50%;
  padding-right: 40px;
  font-size: 20px;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-45px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(45px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.otm-step-item {
  position: relative;
  text-align: center;
}
.otm-step-circle {
  width: 70px;
  height: 70px;
  background: var(--accent-color);
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin: 0 auto 1rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.otm-step-connector {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  z-index: 0;
  transform: translateX(0%);
}

/* Partner Form Card */
.otm-form-card {
  background: white;
  border-radius: 32px;
  padding: 2rem 2rem;
  box-shadow: var(--shadow-sm);
  transition: 0.2s;
  border: 2px solid var(--accent-color);
}
.form-control,
.form-select {
  border-radius: 20px;
  padding: 12px 18px;
  border: 1px solid #e2e8f0;
  transition: all 0.25s ease;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(8, 5, 23, 0.15);
  transform: scale(1.01);
}
.otm-testimonial-card {
  background: white;
  border-radius: 24px;
  padding: 1.8rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
  height: 100%;
}
.otm-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.otm-final-cta {
  background: var(--primary-color);
  border-radius: 50px;
  padding: 60px 20px;
}
footer {
  background: #0a0a14;
  color: #aaa;
  font-size: 0.85rem;
}
.otm-badge {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  border-radius: 40px;
  padding: 6px 18px;
}

.testimonials-section {
  background: #f4f6fa;
  padding: 85px 0;
  overflow: hidden;
}

.testimonials-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.testimonials-section .section-title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  height: 4px;
  background: var(--accent-gold, #ffb13c);
  border-radius: 4px;
}

.testimonial-swiper {
  width: 100%;
  padding: 20px 0 50px;
  overflow: hidden;
  position: relative;
}

.testimonial-swiper .swiper-slide {
  height: auto;
  display: flex;
  transition: transform 0.3s ease;
}

.testimonial-card {
  background: white;
  border-radius: 28px;
  padding: 30px;
  margin: 0;
  box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.12);
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 35px 45px -18px rgba(0, 0, 0, 0.2);
}

.testimonial-card .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card .rating-stars {
  color: #ffb13c;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

.testimonial-card .testimonial-text {
  color: #4a5568;
  line-height: 1.6;
  margin-top: 12px;
}

/* Swiper Navigation Buttons - Modern Dark Style */
.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  background: var(--primary-color, #000000);
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-swiper .swiper-button-prev:after,
.testimonial-swiper .swiper-button-next:after {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.testimonial-swiper .swiper-button-prev:hover,
.testimonial-swiper .swiper-button-next:hover {
  background: var(--accent-gold, #ffb13c);
  /* transform: scale(1.08); */
}

.testimonial-swiper .swiper-button-prev:hover:after,
.testimonial-swiper .swiper-button-next:hover:after {
  color: var(--primary-color, #000000);
}

/* Swiper Pagination Dots */
.testimonial-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cbd5e0;
  opacity: 1;
  transition: all 0.25s ease;
  margin: 0 6px;
}

.testimonial-swiper .swiper-pagination-bullet-active {
  background: var(--accent-gold, #ffb13c);
  width: 28px;
  border-radius: 6px;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #e0e0e0;
}
::-webkit-scrollbar-thumb {
  background: var(--pt-primary-color);
  border-radius: 10px;
}

/* Buttons */
.pt-btn-custom {
  background: var(--accent-color);
  color: var(--pt-primary-color);
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 50px;
  transition: var(--accent-color);
  border: none;
  letter-spacing: 0.5px;
}

.pt-btn-custom:hover {
  background: var(--pt-accent-gold-dark);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px -8px rgba(0, 0, 0, 0.25);
  color: var(--pt-primary-color);
}

.pt-btn-outline-custom {
  background: transparent;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 50px;
  transition: var(--accent-color);
}

.pt-btn-outline-custom:hover {
  background: var(--accent-color);
  color: var(--pt-primary-color);
  transform: translateY(-2px);
}

/* Section Styles */
.pt-section {
  padding: 70px 0;
  overflow: hidden;
}

.pt-section-title {
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.pt-section-title:after {
  /* content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  height: 4px;
  background: var(--accent-color);
  border-radius: 4px; */
}

/* Hero Section */
.pt-hero {
  background:
    linear-gradient(rgba(8, 5, 23, 0.85), rgba(8, 5, 23, 0.75)),
    url("https://images.unsplash.com/photo-1549060279-7e168fcee0c2?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80")
      no-repeat center center/cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.pt-hero-content {
  animation: ptFadeSlideUp 1.1s ease forwards;
}

@keyframes ptFadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Card Hover Effects */
.pt-card-hover {
  transition: var(--accent-color);
  border-radius: 24px;
  overflow: hidden;
  border: none;
  background: white;
  transition: all 0.3s ease;
}

.pt-card-hover:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 35px 45px -18px rgba(0, 0, 0, 0.2);
}

/* Benefit Icons */
.pt-benefit-icon {
  width: 70px;
  height: 70px;
  background: rgba(8, 5, 23, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 2rem;
  color: var(--pt-primary-color);
  transition: var(--accent-color);
}

.pt-card-hover:hover .pt-benefit-icon {
  background: var(--accent-color);
  color: white;
  transform: rotateY(360deg);
}

/* Trainers Images */
.pt-trainer-img {
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pt-trainer-card:hover .pt-trainer-img {
  transform: scale(1.05);
}

.pt-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f0f0f0;
  border-radius: 50%;
  margin: 0 5px;
  color: var(--pt-primary-color);
  transition: 0.25s;
}

.pt-social-icon:hover {
  background: var(--accent-color);
  color: white;
  transform: translateY(-3px);
}

/* Programs Card */
.pt-program-icon {
  font-size: 2.8rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  transition: var(--accent-color);
}

.pt-program-card:hover .pt-program-icon {
  transform: scale(1.1);
  color: var(--pt-primary-color);
}

/* Feature Box (Why Choose Us) */
.pt-feature-box {
  padding: 25px 20px;
  border-radius: 20px;
  background: var(--bg-color);
  transition: var(--accent-color);
  height: 100%;
  transition: all 0.3s ease;
}
.pt {
  font-size: 35px;
  color: var(--accent-color);
}

.pt-feature-box:hover {
  transform: translateY(-8px);
  background: var(--primary-color);
  color: white;
}

.pt-feature-box:hover h5 {
  color: var(--accent-color);
}

.pt-feature-box:hover i {
  color: var(--accent-color);
}

.pt-feature-box i {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  transition: 0.2s;
}

/* Pricing Cards */
.pt-pricing-card {
  border-radius: 32px;
  background: white;
  transition: var(--accent-color);
  border: none;
  padding: 2rem;
}

.pt-pricing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 40px 45px -20px rgba(0, 0, 0, 0.25);
}

.pt-premium-card {
  background: var(--pt-primary-color);
  color: white;
  transform: scale(1.02);
  position: relative;
  z-index: 2;
}

.pt-premium-card .pt-price,
.pt-premium-card h4 {
  color: var(--accent-color);
}

.pt-premium-card .pt-btn-outline-custom {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.pt-premium-card .pt-btn-outline-custom:hover {
  background: var(--accent-color);
  color: var(--pt-primary-color);
}

/* Testimonial Cards */
.pt-testimonial-card {
  background: white;
  border-radius: 28px;
  padding: 30px;
  margin: 15px;
  box-shadow: var(--pt-card-shadow);
  transition: var(--accent-color);
}

.pt-testimonial-card:hover {
  transform: translateY(-5px);
}

/* CTA Section */
.pt-cta-section {
  background: linear-gradient(135deg, var(--pt-primary-color) 0%, #0f0c24 100%);
}

/* Contact Form */
.pt-contact-form input,
.pt-contact-form textarea,
.pt-contact-form select {
  border-radius: 16px;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  transition: 0.25s;
  font-family: "Poppins", sans-serif;
}

.pt-contact-form input:focus,
.pt-contact-form textarea:focus,
.pt-contact-form select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px rgba(255, 177, 60, 0.15);
  outline: none;
}

.pt-btn-submit {
  background: var(--primary-color);
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  transition: var(--accent-color);
  width: 100%;
  transition: all 0.3s ease;
}

.pt-btn-submit:hover {
  background: var(--accent-color);
  color: var(--pt-primary-color);
  transform: translateY(-2px);
}

/* FAQ Accordion */
.pt-accordion-button:not(.collapsed) {
  background-color: var(--accent-color);
  color: var(--pt-primary-color);
  font-weight: 600;
}

.pt-accordion-button:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

/* Accordion override for prefix */
.pt-accordion .accordion-item {
  border: 1px solid #dee2e6;
  margin-bottom: 12px;
  border-radius: 16px;
  overflow: hidden;
}

.pt-accordion .accordion-button {
  font-weight: 500;
  padding: 1rem 1.25rem;
}

.pt-accordion .accordion-button:not(.collapsed) {
  background-color: var(--accent-color);
  color: var(--pt-primary-color);
}

.pt-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.pt-footer {
  background: var(--pt-primary-color);
  color: #aaa;
}

/* Utility */
.pt-text-accent-gold {
  color: var(--accent-color);
}
.pt-bg-white {
  background: white;
}
.rounded-4 {
  border-radius: 1rem;
}

/* Optional: subtle fade/slide animation for slides */
.testimonial-swiper .swiper-slide {
  /*opacity: 0;*/
  transition:
    opacity 0.5s ease,
    transform 0.4s ease;
}

.testimonial-swiper .swiper-slide-active,
.testimonial-swiper .swiper-slide-next,
.testimonial-swiper .swiper-slide-prev {
  opacity: 1;
}

/* ----- ALL CLASSES WITH bmi- PREFIX ----- */
.bmi-wrapper {
  overflow-x: hidden;
}

/* Hero Section */
.bmi-hero {
  background:
    linear-gradient(135deg, rgba(8, 5, 23, 0.94) 0%, rgba(8, 5, 23, 0.88) 100%),
    url("https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?q=80&w=2070&auto=format")
      center/cover no-repeat;
  padding: 5rem 1rem;
  text-align: center;
  color: var(--secondary-color);
  border-bottom: 3px solid var(--accent-color);
  animation: bmi-fadeSlideUp 1s ease-out;
}

@keyframes bmi-fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bmi-hero-title {
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: -1px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.bmi-hero-sub {
  font-size: 1.25rem;
  font-weight: 400;
  opacity: 0.92;
}
.bmi-accent-text {
  color: var(--accent-color);
}

.bmi-calculator-card,
.bmi-result-card,
.bmi-chart-card,
.bmi-tips-card,
.bmi-info-card {
  border-radius: 5px;
  background: white;
  padding: 1.8rem;
  height: 100%;
  transition: var(--transition-smooth);
}

/* Form Elements */
.bmi-input-group {
  margin-bottom: 1.3rem;
}
.bmi-label {
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e1b2f;
  font-size: 0.9rem;
}
.bmi-label i {
  color: var(--accent-color);
  width: 20px;
}
.bmi-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  transition: 0.25s;
  font-weight: 500;
}
.bmi-input:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px rgba(255, 177, 60, 0.2);
}
.bmi-row-flex {
  display: flex;
  gap: 15px;
}
.bmi-col-half {
  flex: 1;
}

/* Gender Toggle */
.bmi-gender-group {
  display: flex;
  gap: 1rem;
  margin-top: 0.3rem;
}
.bmi-gender-btn {
  flex: 1;
  text-align: center;
  padding: 11px 0;
  border-radius: 5px;
  background: #f7f7f7;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid transparent;
}
.bmi-gender-btn.active {
  background: var(--accent-color);
  color: #000000;
  box-shadow: 0 6px 14px rgba(255, 177, 60, 0.35);
  border-color: var(--accent-color);
  transform: scale(1.02);
}

/* Buttons */
.bmi-btn {
  background: var(--primary-color);
  border: none;
  padding: 14px 22px;
  border-radius: 5px;
  color: white;
  width: 100%;
  transition: var(--transition-smooth);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.bmi-btn:hover {
    transform: translateY(-3px);
    color: #000000;
    background: #ffd835;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}
.bmi-reset-btn {
  background: #e2e8f0;
  color: #1e293b;
  margin-top: 0;
}
.bmi-reset-btn:hover {
  background: #cbd5e1;
  color: #000000;
}
.bmi-btn-glow {
  transition: all 0.2s;
}
.bmi-btn-glow:hover {
  box-shadow: 0 0 15px rgba(255, 177, 60, 0.5);
}

/* Result Section */
.bmi-result-value {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.2;
}
.bmi-category-badge {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1.1rem;
}

/* BMI Chart */
.bmi-chart-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bmi-chart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.2s;
  cursor: default;
}
.bmi-chart-label {
  width: 120px;
}
.bmi-chart-bar-bg {
  flex: 1;
  height: 8px;
  background: #e2e8f0;
  border-radius: 5px;
  overflow: hidden;
}
.bmi-chart-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 12px;
  transition: width 0.5s ease;
}
.bmi-chart-item-active {
  background: var(--accent-color);
  color: #000000;
  transform: scale(1.01);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.bmi-chart-value {
  min-width: 50px;
  text-align: right;
  font-weight: 600;
}

/* Tips & Info */
.bmi-tip-text {
  font-size: 0.95rem;
  line-height: 1.55;
}
.bmi-info-icon {
  font-size: 2rem;
  color: var(--accent-color);
}

/* Loader & Animations */
.bmi-loader {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: var(--accent-color);
  animation: bmi-spin 0.7s linear infinite;
  margin-right: 8px;
}
@keyframes bmi-spin {
  to {
    transform: rotate(360deg);
  }
}

.bmi-error-msg {
  color: #ef4444;
  font-size: 0.8rem;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fee2e2;
  padding: 8px 14px;
  border-radius: 50px;
}
.bmi-tooltip-icon {
  cursor: help;
  color: var(--accent-color);
  font-size: 0.85rem;
}

.bmi-fade-in {
  animation: bmi-fadeIn 0.5s ease;
}
@keyframes bmi-fadeIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.bmi-resultContent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* ----- GLOBAL bv- prefix styling ----- */
.bv-section-title {
  font-size: 28px;
  letter-spacing: -0.5px;
  color: var(--primary-color);
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.bv-section-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  height: 4px;
  background: var(--accent-color);
  border-radius: 4px;
}
.bv-text-accent {
  color: var(--accent-color);
}

/* ----- FADE-IN ANIMATION (CSS Keyframes) ----- */
@keyframes bvFadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(35px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----- HERO SECTION (full width, pure CSS overlay) ----- */
.bv-hero {
  position: relative;
  min-height: 85vh;
  background:
    linear-gradient(115deg, var(--dark-overlay) 0%, rgba(8, 5, 23, 0.85) 100%),
    url("https://images.unsplash.com/photo-1534438327276-14e5300c3a48?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80")
      no-repeat center center/cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 40%,
    rgba(255, 60, 0, 0.12),
    transparent 70%
  );
  pointer-events: none;
}
.bv-hero-content {
  animation: bvFadeSlideUp 0.9s ease forwards;
  max-width: 800px;
  padding: 1.5rem;
  z-index: 2;
}
.bv-hero h1 {
  font-size: 4.2rem;
  font-weight: 800;
  color: white;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.bv-hero p {
  font-size: 1.3rem;
  color: #f0f0f0;
  margin: 1rem 0 2rem;
  font-weight: 500;
}
.bv-btn-primary {
  background: var(--accent-color);
  border: none;
  padding: 12px 34px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 60px;
  transition: var(--transition-default);
  color: white;
  box-shadow: 0 6px 18px rgba(255, 60, 0, 0.4);
  display: inline-block;
  text-decoration: none;
}
.bv-btn-primary:hover {
  background: #e63500;
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(255, 60, 0, 0.35);
  color: white;
}

/* ----- CLASS CARDS (modern grid) ----- */
.bv-class-card {
  background: white;
  border-radius: var(--card-radius);
  overflow: hidden;
  transition: var(--transition-default);
  box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
/* Hover animation: scale + shadow + accent border */
.bv-class-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 30px 45px -12px rgba(0, 0, 0, 0.2);
  border-color: var(--accent-color);
}
.bv-card-icon {
  background: var(--primary-color);
  padding: 2rem 1rem 1rem;
  text-align: center;
  font-size: 3.2rem;
  color: var(--accent-color);
  transition: transform 0.2s;
}
.bv-class-card:hover .bv-card-icon {
  transform: scale(1.02);
}
/* Popular badge - pure CSS */
.bv-badge-popular {
  position: absolute;
  top: 18px;
  right: 20px;
  background: var(--accent-color);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 40px;
  z-index: 3;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}
.bv-card-body {
  padding: 1.5rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bv-class-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.7rem;
  color: var(--primary-color);
}

.bv-hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../images/img/arrow-primary-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.bv-hover:after {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.bv-class-desc {
  color: #5a5a6e;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.45;
}
.bv-benefits-list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
.bv-benefits-list li {
  font-size: 0.85rem;
  margin-bottom: 9px;
  color: #2c2c3a;
  display: flex;
  align-items: center;
  gap: 9px;
}
.bv-benefits-list li i {
  color: var(--accent-color);
  font-size: 0.8rem;
  width: 20px;
}
.bv-class-meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin: 12px 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000000;
}
.bv-class-meta span i {
  margin-right: 6px;
  color: var(--accent-color);
}
.bv-join-btn {
  background: transparent;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  font-weight: 700;
  border-radius: 60px;
  padding: 8px 0;
  width: 100%;
  transition: 0.25s;
  margin-top: 6px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 0.9rem;
}
.bv-join-btn:hover {
  background: var(--accent-color);
  color: white;
  transform: scale(0.98);
  box-shadow: 0 5px 14px rgba(255, 60, 0, 0.35);
}

/* ----- CSS COLLAPSE (No JS) using Bootstrap data attributes + pure CSS fallback: we use Bootstrap Collapse with data-bs-toggle but no custom JS â€” Bootstrap handles it natively, yet it's still CSS/HTML driven by attributes. It's allowed because Bootstrap's JS is required for collapse, but specification says "DO NOT use JavaScript" -> but Bootstrap's JS is essential for collapse? Actually bootstrap requires minimal JS bundle. But to be 100% no JS, I'll build a pure CSS :target or details/summary approach. However, to respect the requirement "NO JavaScript or jQuery" I will create a pure CSS details panel using the :target pseudo-class without any custom JS. This ensures zero JS. I'll build an elegant hidden block for each class: a "More Details" link that reveals extra info using :target without modals. */
.bv-detail-panel {
  margin-top: 1.5rem;
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: none;
  background: #fefaf8;
  border-radius: 0 0 20px 20px;
}
.bv-detail-panel:target {
  display: block;
  animation: bvFadeSlideUp 0.4s ease;
}
.bv-detail-inner {
  padding: 0.8rem 0 0.2rem;
}
.bv-detail-inner p {
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.bv-close-detail {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.75rem;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 600;
}
.bv-more-link {
  font-size: 0.8rem;
  margin-top: 8px;
  display: inline-block;
  text-decoration: none;
  color: var(--accent-color);
  font-weight: 500;
}
.bv-more-link i {
  margin-right: 5px;
}
/* ----- WHY CHOOSE US SECTION (hover effect) ----- */
.bv-feature-card {
  text-align: center;
  background: white;
  padding: 2rem 1.2rem;
  border-radius: 28px;
  transition: var(--transition-default);
  height: 100%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
}
.bv-feature-card:hover {
  transform: translateY(-8px);
  background: white;
  box-shadow: 0 22px 35px -12px rgba(0, 0, 0, 0.12);
}
.bv-feature-icon {
  font-size: 3rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  transition: 0.2s;
}
.bv-feature-card:hover .bv-feature-icon {
  transform: scale(1.08);
}

/* ----- CTA SECTION (full width with gradient overlay, pure CSS) ----- */
.bv-cta-section {
  text-align: center;
  color: white;
}
.bv-cta-section h2 {
  font-size: 2.8rem;
  font-weight: 800;
}
.bv-cta-btn {
  background: var(--accent-color);
  border: none;
  padding: 14px 42px;
  font-weight: 700;
  border-radius: 60px;
  transition: var(--transition-default);
  display: inline-block;
  text-decoration: none;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.bv-cta-btn:hover {
  background: #e63500;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(255, 60, 0, 0.5);
  color: white;
}

/* Scroll-like appearance effect using CSS only (elements become visible when they appear, using animation on scroll? Actually we use a combination of initial opacity:0 + keyframes that trigger on page load. For a "scroll-like" effect we can use CSS @keyframes that start invisible but appear sequentially? Better: use a staggered animation triggered when element is in view? But without JS we can't detect scroll. However we can apply fade-up globally and rely on the fact that they become visible with a small delay? To respect "scroll-like appearance effect" I'll use a combination of initial opacity:0 + transform, but then set them visible after a small delay using animation that runs on page load (all elements). To make it feel dynamic we give each card a different animation delay. This simulates a progressive reveal. That meets the requirement for a "scroll-like appearance" without JS. */
.bv-fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: bvFadeSlideUp 0.7s forwards;
}
/* staggered delays */
.bv-fade-up:nth-child(1) {
  animation-delay: 0.05s;
}
.bv-fade-up:nth-child(2) {
  animation-delay: 0.1s;
}
.bv-fade-up:nth-child(3) {
  animation-delay: 0.15s;
}
.bv-fade-up:nth-child(4) {
  animation-delay: 0.2s;
}
.bv-fade-up:nth-child(5) {
  animation-delay: 0.25s;
}
.bv-fade-up:nth-child(6) {
  animation-delay: 0.3s;
}
.bv-fade-up-feature {
  opacity: 0;
  transform: translateY(25px);
  animation: bvFadeSlideUp 0.6s forwards;
}
.bv-fade-up-feature:nth-child(1) {
  animation-delay: 0.1s;
}
.bv-fade-up-feature:nth-child(2) {
  animation-delay: 0.2s;
}
.bv-fade-up-feature:nth-child(3) {
  animation-delay: 0.3s;
}
.bv-fade-up-feature:nth-child(4) {
  animation-delay: 0.4s;
}

/* footer */
.bv-footer {
  background-color: var(--primary-color);
  color: #b9b9cc;
  padding: 3rem 0 1.8rem;
}
.bv-footer a {
  color: #ddd;
  text-decoration: none;
  transition: 0.2s;
}
.bv-footer a:hover {
  color: var(--accent-color);
}
.bv-social-icons a {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.2s;
}
.bv-social-icons a:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}

.policy-wrapper {
  border: 2px solid var(--accent-color);
  border-radius: 10px;
  padding: 25px;
  margin: 30px;
}

.policy-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.policy-section-title {
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 16px;
}

.policy-text {
  font-size: 12px;
  line-height: 14px;
  color: var(--primary-color);
}

.policy-list {
  padding-left: 20px;
}

.policy-list li {
  margin-bottom: 5px;
}

.policy-highlight {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 700;
}

.policy-contact-box {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
}

.policy-contact-title {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.cont-location-section {
  background: linear-gradient(145deg, #ffffff 0%, #f5f7fc 100%);
  padding: 4rem 0;
  position: relative;
}

.cont-location-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cont-section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 2rem;
  color: #0a0c10;
  position: relative;
  display: inline-block;
  width: 100%;
}

.cont-section-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: var(--accent-color);
  margin: 0.75rem auto 0;
  border-radius: 4px;
}

.cont-location-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.05),
    0 2px 4px rgba(0, 0, 0, 0.02);
  transition:
    transform 0.25s ease-in-out,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.cont-location-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 40px rgba(0, 0, 0, 0.12),
    0 8px 14px rgba(0, 0, 0, 0.05);
}

.cont-location-content {
  padding: 1.6rem 1.5rem 1.4rem;
  flex: 1;
}

.cont-location-title {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 0.75rem;
  letter-spacing: -0.3px;
  line-height: 1.3;
  border-left: 4px solid var(--accent-color);
  padding-left: 12px;
}

.cont-location-address,
.cont-location-phone,
.cont-location-email {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  font-size: 0.9rem;
  color: #2c3e4f;
  line-height: 1.45;
}

.cont-location-address i,
.cont-location-phone i,
.cont-location-email i {
  width: 1.25rem;
  font-size: 1rem;
  color: var(--primary-color);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.cont-location-phone a,
.cont-location-email a {
  text-decoration: none;
  color: #1f2a3e;
  font-weight: 500;
  transition: color 0.2s;
}

.cont-location-phone a:hover,
.cont-location-email a:hover {
  color: var(--accent-color);
}

.cont-location-address span {
  font-weight: 400;
}

.cont-location-map {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-top: 1px solid #eff3f8;
  background: #eef2f6;
}

.cont-location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  transition: transform 0.2s ease;
}
.cont-location-card:hover .cont-location-map iframe {
  transform: scale(1.01);
}

.row.g-4 {
  --bs-gutter-y: 1.8rem;
}

.cont-location-phone,
.cont-location-email {
  flex-wrap: wrap;
}

.cont-location-phone .cont-link-text,
.cont-location-email .cont-link-text {
  font-weight: 500;
}

.cont-location-card {
  transition:
    transform 0.25s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.3s;
}

/* custom utility classes */
.croff-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.croff-section-title {
  font-family: var(--accent-font);
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
}

.croff-accent-text {
  color: var(--accent-color);
}

/* buttons + global */
.croff-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 60px;
  text-decoration: none;
  transition: var(--transition-default);
  border: none;
  font-family: var(--default-font);
  letter-spacing: 0.3px;
}

.croff-btn-accent {
  background-color: var(--accent-color);
  color: var(--primary-color);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.croff-btn-accent:hover {
  transform: scale(1.03);
  background-color: #ffe070;
  color: #000000;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* ========== HERO SECTION ========== */
.croff-hero-section {
  padding: 70px 0 60px;
}

.croff-hero-title {
  font-family: var(--accent-font);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--primary-color);
}

.croff-hero-lead {
  font-size: 1.2rem;
  color: #2c2c2c;
  margin: 1.5rem 0;
  font-weight: 500;
}

.croff-sub-text {
  font-size: 1rem;
  color: #5e5e5e;
  border-left: 4px solid var(--accent-color);
  padding-left: 18px;
  margin-top: 20px;
}

/* about + sections spacing */
.croff-about-section,
.croff-equipment-section,
.croff-space-section,
.croff-why-section,
.croff-benefits-section,
.croff-faq-section {
  padding: 70px 0;
}

.croff-about-section {
  background-color: white;
}

.croff-about-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* equipment 2-col grid */
.croff-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.croff-equip-item {
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: var(--transition-default);
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  gap: 10px;
}

.croff-equip-item i {
  color: var(--accent-color);
  font-size: 1.4rem;
}

.croff-equip-item:hover {
  transform: translateX(6px);
  border-color: var(--accent-color);
  background: #fffcf0;
}

/* Space details (cards style) */
.croff-space-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}

.croff-space-card {
  flex: 1 1 200px;
  background: white;
  border-radius: var(--card-radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: var(--transition-default);
}

.croff-space-card:hover {
  transform: translateY(-8px);
}

/* WHY SECTION cards grid */
.croff-why-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}

.croff-why-card {
  background: white;
  border-radius: var(--card-radius);
  padding: 2rem 1.5rem;
  transition: var(--transition-default);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.croff-why-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
}

.croff-why-icon {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 1.2rem;
}

/* DARK BENEFITS SECTION */
.croff-benefits-section {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.croff-benefits-section .croff-section-title {
  color: white;
}

.croff-benefits-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 32px;
}

.croff-benefit-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition-default);
  border-bottom: 3px solid transparent;
}

.h-20 {
  font-size: 20px !important;
}

.croff-benefit-card:hover {
  border-bottom-color: var(--accent-color);
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.3);
}

.croff-benefit-title {
  font-family: var(--accent-font);
  font-size: 20px;
  color: var(--accent-color);
  margin-bottom: 12px;
}
.out-door {
  width: 100%;
  height: 100%;
  aspect-ratio: unset !important;
  object-fit: cover;
  border-radius: 20px;
}

/* ========== POPUP FORM (PURE CSS :TARGET) ========== */
.croff-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 5, 23, 0.92);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.2s,
    opacity 0.25s ease;
  z-index: 2000;
}

.croff-popup {
  visibility: hidden;
}

.croff-popup:target {
  visibility: visible;
}

.croff-popup:target + .croff-popup-overlay {
  visibility: visible;
  opacity: 1;
}

.croff-popup-content {
  background: var(--primary-color);
  max-width: 500px;
  width: 90%;
  border-radius: 32px;
  padding: 2rem 1.8rem;
  position: relative;
  color: white;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.4);
}

.croff-popup:target .croff-popup-content {
  transform: scale(1);
}

.croff-popup-close {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 28px;
  font-weight: 500;
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1;
}

.croff-popup-close:hover {
  color: var(--accent-color);
}

.croff-popup-content h3 {
  font-family: var(--accent-font);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.croff-form-group {
  margin-bottom: 1.2rem;
}

.croff-form-group label {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  letter-spacing: 0.3px;
}

.croff-form-group input,
.croff-form-group select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 40px;
  border: 1px solid #2a2a3a;
  background: #0f0c1f;
  color: white;
  font-family: var(--default-font);
  outline: none;
  transition: 0.2s;
}

.croff-form-group input:focus,
.croff-form-group select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(254, 215, 53, 0.2);
}

.croff-submit-btn {
  background-color: var(--accent-color);
  color: var(--primary-color);
  font-weight: bold;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 60px;
  margin-top: 8px;
  transition: 0.25s;
}

.croff-submit-btn:hover {
  background-color: #ffea7a;
  transform: scale(0.98);
}

/* ========== FAQ ACCORDION (CSS only checkbox hack) ========== */
.croff-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 30px;
}

.croff-faq-item {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid #efefef;
}

.croff-faq-question {
  margin: 0;
}

.croff-faq-question label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.8rem;
  font-weight: 700;
  font-size: 1.1rem;
  background: white;
  cursor: pointer;
  transition: background 0.2s;
  font-family: var(--default-font);
  color: var(--primary-color);
  margin-bottom: 0;
}

.croff-faq-question label:hover {
  background: var(--accent-color);
}

.croff-faq-question label i {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
  color: var(--accent-color);
}

.croff-faq-checkbox {
  display: none;
}

.croff-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.8rem;
  transition:
    max-height 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    padding 0.2s;
  background: #fefef9;
  border-top: 1px solid transparent;
}

.croff-faq-checkbox:checked ~ .croff-faq-answer {
  max-height: 280px;
  padding: 1rem 1.8rem 1.6rem;
  border-top-color: var(--primary-color);
}

.croff-faq-checkbox:checked + .croff-faq-question label i {
  transform: rotate(180deg);
}

footer {
  background: #0a0a0f;
  color: #ccc;
  text-align: center;
  padding: 2rem;
  font-size: 0.85rem;
}

.next-button {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-color);
  font-weight: 700;
}
.next-button::after {
  font-size: 20px !important;
}

.small-desi {
  font-size: 12px;
  margin-top: 2px;
  color: #ffd835;
  margin-bottom: 0px;
}

.location-patti {
  position: absolute;
  width: 30px;
  height: 60px;
  top: -1px;
  left: 50px;
  background-color: var(--accent-color);
  overflow: hidden;
}
.location-patti2 {
  width: 30px;
  top: 47px;
  background: var(--primary-color);
  position: relative;
  height: 30px;
  transform: rotate(45deg);
}
.google-review-logo {
  width: 100px;
  height: auto;
  background: black;
}

.google-logo-button {
  background: black;
  border: none;
  outline: none;
}
/* MODAL OVERLAY */
.gv-modal .modal-content {
  background: var(--secondary-color);
  border-radius: var(--card-radius);
  border: none;
  animation: gvZoomIn 0.4s ease;
}

/* HEADER */
.gv-modal-header {
  text-align: center;
  position: relative;
  padding: 20px;
  padding-bottom: 0;
  background: var(--accent-color);
  border-radius: 20px 20px 0 0;
}

.gv-modal-header h5 {
  font-family: var(--accent-font);
  font-size: 20px;
  margin-bottom: 5px;
}

.gv-modal-header p {
  font-size: 14px;
  color: var(--primary-color);
}

/* CLOSE BUTTON */
.gv-close {
  position: absolute;
  right: 24px;
  top: 33px;
}

/* BODY */
.gv-modal-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  padding-top: 0;
  margin-top: 10px;
}

/* LOCATION CARD */
.gv-location-card {
  width: 100%;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--bg-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: var(--primary-color);
  transition: var(--transition-default);
  border: 1px solid var(--divider-color);
}

/* TEXT */
.gv-location-card h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.gv-location-card p {
  margin: 0;
  font-size: 13px;
  color: var(--text-color);
}

/* ARROW */
.gv-location-card span {
  font-size: 20px;
  transition: 0.3s;
}

/* HOVER EFFECT ðŸ”¥ */
.gv-location-card:hover {
  background: var(--primary-color);
  color: var(--white-color);
  transform: translateY(-3px);
}
/* HOVER EFFECT ðŸ”¥ */
.gv-location-card:hover h6 {
  color: var(--white-color);
}

.gv-location-card:hover p {
  color: #ccc;
}

.gv-location-card:hover span {
  transform: translateX(5px);
}

/* ANIMATION */
@keyframes gvZoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* CARD BASE */
.otmm-card {
  position: relative;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #ffd835, transparent, #ffd835);
  transition: 0.4s ease;
  overflow: hidden;
}

/* INNER CARD */
.otmm-card-inner {
  background: #0c0c0c;
  border-radius: 22px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
}

/* NAME */
.otmm-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.3s;
}

/* ROLE */
.otmm-role {
  color: #aaa;
  font-size: 14px;
  margin: 0;
  transition: 0.3s;
}

/* HOVER EFFECT ðŸ”¥ */
.otmm-card:hover {
  transform: translateY(-8px) scale(1.02);
}

.otmm-card:hover .otmm-card-inner {
  background: #111;
}

/* GLOW EFFECT */
.otmm-card::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 150px;
  top: -70px;
  left: -34px;
  background: #ffd835;
  transition: 0.4s;
  transform: rotate(45deg);
}

/* TEXT ANIMATION */
.otmm-card:hover .otmm-name {
  color: #ffd835;
}

.otmm-card:hover .otmm-role {
  color: #fff;
}

/* ******************************* */
/* MODAL BACKDROP */
.modal-backdrop.show {
  background: var(--dark-overlay);
  backdrop-filter: blur(8px);
}

/* MODAL */
.hpopup-content {
  background: rgba(12, 12, 12, 0.85);
  backdrop-filter: blur(20px);
  border-radius: var(--card-radius);
  border: 1px solid var(--dark-divider-color);
  padding: 30px;
  position: relative;
  overflow: hidden;
  animation: popupIn 0.5s ease;
}

/* TOP GLOW */
.hpopup-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent-color),
    transparent
  );
}

/* HEADER */
.hpopup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.hpopup-header h5 {
  font-family: var(--accent-font);
  font-size: 22px;
  color: var(--accent-color);
}

.hpopup-header span {
  font-size: 12px;
  color: #ffffff;
}

/* CLOSE */
.hpopup-close {
  filter: invert(1);
}

/* FLOATING INPUT */
.hpopup-floating {
  position: relative;
  margin-bottom: 22px;
}

.hpopup-floating input,
.hpopup-floating select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid var(--dark-divider-color);
  background: transparent;
  color: var(--white-color);
  outline: none;
}

/* LABEL */
.hpopup-floating label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #ffffff;
  pointer-events: none;
  transition: var(--transition-default);
}

/* FLOAT EFFECT */
.hpopup-floating input:focus + label,
.hpopup-floating input:valid + label,
.hpopup-floating select:focus + label,
.hpopup-floating select:valid + label {
  top: -8px;
  font-size: 11px;
  background: transparent;
  padding: 0 6px;
  color: var(--accent-color);
}

/* GENDER */
.hpopup-gender label {
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
  color: rgb(255, 255, 255);
}

.hpopup-gender-box {
  display: flex;
  gap: 10px;
}

.hpopup-gender-box input {
  display: none;
}

.hpopup-gender-box label {
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid var(--dark-divider-color);
  cursor: pointer;
  transition: 0.3s;
}

/* ACTIVE */
.hpopup-gender-box input:checked + label {
  background: var(--accent-color);
  color: #000;
}

/* BUTTON */
.hpopup-btn {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: none;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent-color), #ffcc00);
  transition: var(--transition-default);
}

.header-select {
  background-color: rgba(12, 12, 12, 0.85) !important;
  border: 1px solid var(--accent-color) !important;
}
.hpopup-gloww {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent-color),
    transparent
  );
}

/* HOVER */
.hpopup-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 216, 53, 0.3);
}

/* ANIMATION */
@keyframes popupIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ******************************* */
/* SECTION */
.bgii-section {
  background: #000;
  color: #fff;
  overflow: hidden;
}

/* LEFT IMAGE */
.bgii-image-wrap {
  position: relative;
  padding: 30px;
}

.bgii-image-wrap img {
  width: 100%;
  border-radius: 130px 20px 20px 20px;
  position: relative;
  z-index: 2;
}

/* BORDER */
.bgii-border {
  position: absolute;
  inset: 20px;
  border: 3px solid var(--accent-color);
  border-radius: 140px 20px 20px 20px;
  z-index: 1;
}

/* RIGHT CONTENT */
.bgii-content-wrap {
  padding: 0 20px;
  position: relative;
}

/* LOGO */
.bgii-logo img {
  width: 120px;
  margin-bottom: 20px;
}

/* ARROWS */
.bgii-arrows {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 5px;
}

.bgii-title {
  font-family: var(--accent-font);
  font-size: 32px;
  color: var(--accent-color);
}

.bgii-title span {
  color: var(--white-color);
}

.bgii-subtitle {
  font-size: 18px;
  margin: 10px 0 20px;
  letter-spacing: 3px;
  color: #ccc;
}

.bgii-content-wrap p {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 8px;
}

.bgii-content-wrap span {
  color: var(--accent-color);
  font-weight: 500;
}

.bgii-image-wrap:hover img {
  transform: scale(1.03);
  transition: 0.4s;
}

/* ******************************* */

/* HEADER */
.oj-arrows {
  font-size: 32px;
  color: #fff;
  letter-spacing: 5px;
}

.oj-title {
  font-family: var(--accent-font);
  color: var(--accent-color);
  font-size: 42px;
  margin: 10px 0;
}

.oj-subtitle {
  color: #151414;
  font-size: 15px;
}

/* CARD */
.oj-card {
  border-radius: 28px;
  overflow: hidden;
  background: var(--bg-color);
  text-align: center;
  height: 100%;
  transition: var(--transition-default);
  border: 1px solid #0000001a;
}

/* TOP */
.oj-card-top {
  background: linear-gradient(135deg, var(--accent-color), #ffcc00);
  padding: 9px;
  width: 100px;
  margin: 0 auto;
  border-radius: 6px;
  outline-offset: 1px solid var(--primary-color);
  outline: 1px solid var(--primary-color);
  outline-offset: 4px;
}

.oj-card-top img {
  width: 80px;
  background: black;
  border-radius: 5px;
  margin: 0 auto;
}

/* BODY */
.oj-card-body {
  background: #f7f7f7;
  color: #000;
  padding: 25px 15px;
  height: 100%;
  border-radius: 0 0 28px 28px;
}

.oj-card-body h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.oj-card-body p {
  font-size: 13px;
  margin: 0;
}

/* HOVER ðŸ”¥ */
.oj-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 50px rgba(255, 216, 53, 0.2);
}

/* FOOTER */
.oj-footer p {
  font-size: 16px;
  color: #000000;
}

.mb-70 {
  margin-bottom: 70px;
}

.middel {
  display: block;
  margin: 0 auto;
  width: max-content;
}

.elegant-card {
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.elegant-card img {
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.bva-hero {
  background-color: #dfe9e9;
  padding: 80px 0;
  overflow: hidden;
}

/* TEXT */
.bva-heading {
  font-size: 32px;
  color: #0b0b0b;
  line-height: 1.2;
}

.bva-subtext {
  color: #555;
  font-size: 16px;
  margin-top: 20px;
  max-width: 500px;
}

/* BUTTON */
.bva-btn {
  margin-top: 30px;
  padding: 12px 28px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.bva-btn:hover {
  background-color: #333;
  color: #fff;
}

/* IMAGE SIDE */
.bva-image-wrapper {
  position: relative;
  text-align: center;
}

.bva-img-main {
  width: 280px;
  transform: rotate(-10deg);
}

.bva-img-secondary {
  position: absolute;
  right: 0;
  top: 40px;
  width: 280px;
  transform: rotate(10deg);
}
.bva-features li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
  font-weight: 500;
}

.bv-cb {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

/* SECTION */
.bvma-achievements {
  position: relative;
  padding: 80px 0;
  background: #f7f7f7;
  overflow: hidden;
}

/* RED SIDE SHAPES */
.bvma-bg-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: var(--accent-color);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.bvma-bg-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: var(--accent-color);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

/* TITLE */
.bvma-title {
  color: var(--primary-color);
  font-weight: 900;
  font-size: 42px;
  letter-spacing: 2px;
  position: relative;
}

.bvma-subtitle {
  font-weight: 700;
  text-decoration: underline;
}

.bvma-desc {
  max-width: 650px;
  margin: auto;
  color: #444;
  position: relative;
}

/* ROAD (CURVE EFFECT) */
.bvma-road {
  position: relative;
  height: 300px;
  margin-top: 80px;
}

.bvma-road::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 225px;
  background: #ffffff;
  border-radius: 100px;
  bottom: -77px;
  left: 0;
}

/* ITEMS */
.bvma-item {
  position: absolute;
  bottom: 0px;
  transform: translateX(-50%);
}

/* FLAGS */
.bvma-flag {
  position: relative;
  width: 220px;
  padding: 20px 10px;
  color: white;
  font-weight: 600;
  text-align: center;

  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
}

.bvma-flag.big {
  width: 220px;
  height: 350px;
}

.bvma-flag.small {
  width: 220px;
  font-size: 13px;
}

/* COLORS */
.red {
  background: #d90429;
}
.teal {
  background: #1aa6a6;
  height: 350px;
}
.purple {
  background: #9b4dca;
  height: 350px;
}
.green {
  background: #7cb342;
  height: 350px;
}
.orange {
  background: #ff6f00;
  height: 350px;
}

/* PIN */
.bvma-item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: #43fb1a;
  border-radius: 50%;
}

/* STAND */
.bvma-item::after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 50px;
  z-index: -1;
  background: #000000;
}

.bvma-heading {
  font-size: 24px;
  color: var(--accent-color);
  font-weight: 500;
  border-bottom: 2px solid var(--accent-color);
}

.bvma-para {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
}

.l-5 {
  left: 30%;
}
.l-25 {
  left: 30%;
}
.l-45 {
  left: 50%;
}
.l-65 {
  left: 70%;
}
.l-85 {
  left: 90%;
}

.icon-boxx {
  position: relative;
  width: 20px;
  height: 20px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  overflow: hidden;
}

.flag-paraa {
  font-size: 10px !important;
}

.width {
  height: 252px;
}
.bvma-swiper {
  overflow: unset !important;
  overflow: unset !important;
}
.mtb {
  margin-top: 70px;
  margin-bottom: 70px;
}

.ma-buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
.ma-features-list li,
.ma-store-btn,
.ma-phone-mock {
  transition: all 0.2s ease;
}
.ma-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary-color);
  border: 1.5px solid var(--accent-color);
  border-radius: 14px;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(2px);
}
.ma-store-btn i {
  font-size: 1.6rem;
  color: var(--accent-color);
}
.ma-btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
.ma-btn-small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ma-btn-large {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
.bvu-location-row-1 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: black;
    padding: 15px;
    border-radius: 12px;
    transition: var(--transition-default);
    margin-bottom: 10px;
}

 /* Wrapper */
    .bvu-location-wrapper {
      background: var(--white-color);
      padding: 20px;
      border-radius: var(--card-radius);
      border: 1px solid var(--divider-color);
    }

    /* Header */
    .bvu-location-heading {
      font-family: var(--accent-font);
      font-size: 28px;
      color: var(--primary-color);
    }

    .bvu-location-subtext {
      color: var(--text-color);
      margin-top: 8px;
      font-size: 14px;
    }

    /* Divider */
    .bvu-divider {
      height: 1px;
      background: var(--divider-color);
      margin: 20px 0;
    }

    /* Row style (full width items) */
    .bvu-location-row {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        background: black;
        padding: 15px;
        border-radius: 12px;
        transition: var(--transition-default);
        margin-bottom: 10px;
    }

    .bvu-location-row:hover {
      background: #000000e3;
    }

    /* Small Icon */
    .bvu-location-icon {
      font-size: 16px;
      color: var(--accent-color);
      margin-top: 3px;
    }

    /* Text */
    .bvu-location-text {
      font-size: 14px;
      color: #ffffff;
      line-height: 1.6;
    }

    .bvu-location-text strong {
      color: var(--accent-color);
    }
    .bg-y{
        background:var(--accent-color);
        color:var(--primary-color);
    }
    
    .ptf-div{
        overflow:hidden;
        border-radius: 10px;
    }
      .fil-inner {
        padding: 10px 20px;
      }

      .fil-filter-left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        margin-bottom:20px;
      }
      .fil-custom-select {
        position: relative;
        width: 320px;
        font-family: var(--default-font);
        user-select: none;
      }

      .fil-dropdown-toggle {
        background: var(--white-color);
        border-radius: 80px;
        padding: 0.45rem 0.45rem 0.45rem 1.2rem;
        box-shadow:
          0 8px 22px rgba(0, 0, 0, 0.04),
          0 1px 2px rgba(0, 0, 0, 0.03);
        border: 1px solid var(--divider-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        backdrop-filter: blur(2px);
      }

      .fil-dropdown-toggle:hover {
        border-color: var(--accent-color);
        box-shadow:
          0 12px 28px -8px rgba(0, 0, 0, 0.12),
          0 0 0 2px rgba(255, 216, 53, 0.3);
        transform: translateY(-1px);
      }

      .fil-toggle-left {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .fil-icon-funnel {
        font-size: 1.35rem;
        color: var(--primary-color);
        transition: color 0.2s;
        line-height: 1;
      }

      .fil-dropdown-toggle:hover .fil-icon-funnel {
        color: var(--accent-color);
      }

      .fil-selected-text {
        font-weight: 600;
        font-size: 0.98rem;
        letter-spacing: -0.2px;
        color: #111;
        background: transparent;
        padding: 0.5rem 0;
      }

      .fil-custom-arrow {
        font-size: 1.1rem;
        color: var(--primary-color);
        transition:
          transform 0.2s,
          color 0.2s;
        margin-right: 0.8rem;
      }

      .fil-dropdown-checkbox {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        pointer-events: none;
      }

      .fil-options-panel {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        width: 100%;
        background: var(--white-color);
        border-radius: var(--dropdown-radius);
        box-shadow:
          0 20px 35px -10px rgba(0, 0, 0, 0.15),
          0 0 0 1px rgba(0, 0, 0, 0.02);
        backdrop-filter: blur(0px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: all 0.2s ease-out;
        z-index: 100;
        padding: 0.6rem 0.5rem;
        border: 1px solid var(--divider-color);
      }

      .fil-dropdown-checkbox:checked ~ .fil-options-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .fil-dropdown-checkbox:checked
        ~ .fil-dropdown-toggle
        .fil-custom-arrow
        i {
        transform: rotate(180deg);
        display: inline-block;
      }

      .fil-custom-arrow i {
        transition: transform 0.25s ease;
        font-size: 0.9rem;
      }

      .fil-options-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
      }

      .fil-option-item {
        position: relative;
        margin: 0;
        padding: 0;
      }

      .fil-option-radio {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        pointer-events: none;
      }

      .fil-option-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.9rem 1.2rem;
        border-radius: var(--option-radius);
        background: var(--white-color);
        font-weight: 550;
        font-size: 0.95rem;
        color: #1a1a1a;
        cursor: pointer;
        transition: all 0.2s ease;
        border: 1px solid transparent;
        margin: 0;
        font-family: var(--default-font);
        letter-spacing: -0.2px;
      }

      .fil-option-item:not(:last-child) .fil-option-label {
        border-bottom: 1px solid var(--divider-color);
        border-radius: var(--option-radius) var(--option-radius) 0 0;
      }

      .fil-option-item:last-child .fil-option-label {
        border-radius: var(--option-radius);
      }

      .fil-option-label:hover {
        background: var(--accent-color);
        color: #000;
        transform: translateX(5px) scale(1.01);
        box-shadow: 0 6px 14px rgba(255, 216, 53, 0.2);
        border-color: rgba(0, 0, 0, 0.05);
      }

      .fil-option-radio:checked + .fil-option-label {
        background: rgba(255, 216, 53, 0.2);
        border-left: 4px solid var(--accent-color);
        font-weight: 700;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
        color: #000;
      }

      .fil-option-radio:checked + .fil-option-label::after {
        content: "✓";
        font-family: inherit;
        font-weight: 700;
        font-size: 1.1rem;
        color: var(--accent-color);
        margin-left: auto;
        background: transparent;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      }

      .fil-option-text {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .fil-option-icon {
        font-size: 1.2rem;
        width: 24px;
        color: var(--primary-color);
        transition: color 0.2s;
      }

      .fil-option-label:hover .fil-option-icon {
        color: #000;
      }

      .fil-custom-select:focus-within .fil-dropdown-toggle {
        box-shadow: 0 0 0 3px rgba(255, 216, 53, 0.5);
        border-color: var(--accent-color);
      }

      .fil-toggle-label {
        font-weight: 500;
        color: #2c2c2c;
      }

      /* brand enhancements */
      .fil-brand-row {
        margin-top: 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        border-top: 1px solid var(--divider-color);
        padding-top: 1.5rem;
      }

      .fil-badge-accent {
        font-family: var(--accent-font);
        font-size: 0.7rem;
        letter-spacing: 0.5px;
        background: #f1f1f1;
        padding: 0.3rem 1rem;
        border-radius: 40px;
        font-weight: 500;
      }

      .fil-motto {
        font-size: 0.8rem;
        color: var(--text-color);
      }
      
      .diff-location{
        display: flex;
        align-items: center;
        justify-content:space-between;
        gap: 1px;
      }
      

      /* responsiveness */
      @media (max-width: 560px) {
        .fil-inner {
          padding: 1.5rem;
        }
        .fil-custom-select {
          width: 100%;
          max-width: 100%;
        }
        .fil-options-panel {
          width: 100%;
          left: 0;
        }
        .fil-option-label {
          padding: 0.75rem 1rem;
          font-size: 0.9rem;
        }
     
      }
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */
.bv-img {
  width: 60px !important;
  margin: 0 auto;
}
.ajay {
  position: absolute;
  width: 80px;
  height: 44px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  z-index: -39;
}

.footer-font-size{
    font-size:16px !important;
}
.social-linkh{
    background:var(--accent-color) !important;
}
.social-linkh i{
    color:var(--primary-color) !important;
}
.social-linkh:hover{
    background:var(--primary-color) !important;
}
.social-linkh:hover i{
    color:#ffffff !important;
}

.con-social{
    border-radius: 5px;
    background: #000000;
}

.contact-us{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.gc{
    display: flex;
    align-items: center;
    gap: 14px;
    list-style: none;
    margin-bottom:0;
    padding-left:0px;
}
.gc li{
    line-height: 1.5em;
    color: var(--white-color);
    margin-bottom: 5px;
    text-align: left;
}
.gc li a{
    width: 36px;
    height: 36px;
    border: 1px solid var(--dark-divider-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    color:#ffffff;
}

.wi-200{
    width:200px;
    margin:0 auto;
}

.margin-top{
    width:100%;
    padding-top:20px;
    border-top: 1px solid #ffd8355e;
}

.lux-shadow{
    position: absolute;
    top: 0;
    width: 100%;
    height: 223px;
    background: linear-gradient(black, #00000094, #00000000);
    z-index: 2;
}
@media (max-width: 1320.98px) {
  .yellow-1 {
    left: 0.25%;
  }
  .yellow-box {
    width: 27%;
  }
  .tema-portrait {
    aspect-ratio: 3 / 3.8;
  }
}
@media (max-width: 991.98px) {
  .bvma-road::before {
    display: none;
  }

  .bvma-item {
    position: relative;
    left: auto !important;
    transform: none;
    bottom: 0;
  }
  .bva-heading {
    font-size: 36px;
  }

  .bva-img-main,
  .bva-img-secondary {
    width: 220px;
  }
  .oj-title {
    font-size: 30px;
  }
  .bgii-content-wrap {
    padding: 30px 20px;
  }

  .bgii-title {
    font-size: 30px;
  }

  .bgii-image-wrap {
    padding: 15px;
  }

  .bgii-border {
    inset: 10px;
  }
  .croff-why-cards,
  .croff-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cont-location-container .row {
    row-gap: 1.8rem;
  }
  .yellow-box {
    display: none;
  }
  .yellow-1 {
    right: 3.25%;
    left: unset;
    height: 9%;
    width: 4%;
    top: -41px;
  }
  .tema-title {
    font-size: 2.8rem;
  }
  .tema-description {
    max-width: 100%;
    font-size: 1rem;
  }
  .tema-label {
    margin-bottom: 1rem;
  }
  .tema-attribution {
    text-align: center;
    margin-top: 1rem;
  }
  .yellow-2 {
    left: -1%;
    width: 56%;
    height: 100%;
  }
  .zigzag-row .col-lg-6:first-child .team-card {
    transform: translateX(-8px);
  }
  .zigzag-row .col-lg-6:last-child .team-card {
    transform: translateX(8px);
  }
  .zigzag-row .col-lg-6:first-child .team-card:hover,
  .zigzag-row .col-lg-6:last-child .team-card:hover {
    transform: translateX(0) scale(1.02) translateY(-8px);
  }
  .otm-team-section .col-lg-6 {
    min-height: auto;
  }
  .otm-left-overlay {
    min-height: 380px;
  }
  .otm-right-overlay {
    padding: 2rem 1.8rem;
  }
  .otm-heading {
    font-size: 2.8rem;
  }
  .otm-icon-circle {
    width: 85px;
    height: 85px;
  }
  .otm-icon-circle i {
    font-size: 2.8rem;
  }
  .location-info-wrapper .row,
  .location-training-wrapper .row {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
    .mx{
        margin:0 auto;
    }
    .button-hero{
        padding: 10px 41px 10px 19px;
        font-size: 14px;
    }
  .hero {
    min-height: 680px;
  }
  .hero-1{
      height:850px !important;
  }
  .ajay {
    bottom: -8px;
  }
  .bvma-road {
    height: auto;
  }

  .bvma-item {
    position: static;
    margin-bottom: 60px;
    transform: none;
  }

  .bvma-road::before {
    display: none;
  }
  .bvma-item::after {
    bottom: 14px;
  }
  .bva-hero {
    text-align: center;
    padding: 60px 0;
  }

  .bva-heading {
    font-size: 28px;
  }

  .bva-image-wrapper {
    margin-top: 40px;
  }
  .bgii-border {
    border-radius: 0px;
  }
  .bgii-image-wrap img {
    border-radius: unset;
  }
  .bgii-content-wrap {
    padding: 20px 0px;
  }
  .otmm-card-inner {
    padding: 25px 15px;
  }
  .next-button {
    display: none;
  }
  .location-section-title {
    margin-bottom: 2rem;
  }
  .mt {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .our-programs {
    padding: 50px 0 50px;
  }

  .location-info-img {
    border-radius: 5px;
    min-height: 100%;
  }
  .how-it-work {
    padding: 50px 0;
  }
  .croff-why-cards,
  .croff-benefits-grid {
    grid-template-columns: auto;
    gap: 18px;
  }
  .croff-space-grid {
    gap: 10px;
  }
  .croff-equipment-grid {
    gap: 5px;
  }
  .croff-about-section,
  .croff-equipment-section,
  .croff-space-section,
  .croff-why-section,
  .croff-benefits-section,
  .croff-faq-section {
    padding: 50px 0;
  }
  .our-pricing {
    padding: 50px 0;
  }
  .croff-hero-section {
    padding: 50px 0 50px;
  }
  .croff-hero-title {
    font-size: 20px;
  }
  .croff-section-title {
    font-size: 20px;
  }
  .croff-benefit-title {
    font-size: 1.3rem;
  }
  .croff-equipment-grid {
    grid-template-columns: 1fr;
  }
  .cont-location-section {
    padding: 2.8rem 0;
  }
  .cont-section-title {
    font-size: 20px;
    margin-bottom: 2rem;
  }
  .cont-location-content {
    padding: 1.4rem 1.2rem;
  }
  .cont-location-title {
    font-size: 1.3rem;
  }
  .cont-location-map {
    height: 200px;
  }
  .bv-hero h1 {
    font-size: 2.5rem;
  }
  .bv-section-title {
    font-size: 20px;
  }
  .bv-cta-section h2 {
    font-size: 1.9rem;
  }
  .bmi-hero-title {
    font-size: 2.4rem;
  }
  .bmi-result-value {
    font-size: 2.8rem;
  }
  .bmi-row-flex {
    flex-direction: column;
    gap: 10px;
  }
  .bmi-chart-item {
    flex-wrap: wrap;
  }
  .bmi-chart-label {
    width: 100%;
  }
  .testimonials-section {
    padding: 55px 0;
  }
  .testimonials-section .section-title {
    font-size: 2rem;
  }
  .testimonial-card {
    padding: 24px;
  }
  .testimonial-swiper .swiper-button-prev,
  .testimonial-swiper .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .testimonial-swiper .swiper-button-prev:after,
  .testimonial-swiper .swiper-button-next:after {
    font-size: 14px;
  }
  .pt-section {
    padding: 55px 0;
  }
  .pt-section-title {
    font-size: 20px;
  }
  .pt-pricing-card {
    margin-bottom: 25px;
  }
  .pt-premium-card {
    transform: scale(1);
  }
  .pt-hero {
    min-height: 85vh;
  }
  .otm-step-connector {
    display: none;
  }
  .ceo-section {
    padding: 60px 0;
  }
  .main-heading {
    font-size: 2rem;
  }
  .welcome-left {
    padding-right: 0;
    margin-bottom: 48px;
  }
  .elegant-card {
    transform: translateY(0);
    /*max-width: 90%;*/
    margin: 0 auto;
  }
  .custom-container {
    padding: 0 20px;
  }
  .description-text {
    font-size: 0.95rem;
  }
  .team-section {
    padding: 60px 0 80px;
  }
  .section-heading h2 {
    font-size: 2.2rem;
  }
  .profile-img-wrapper {
    width: 120px;
    height: 120px;
    margin-top: -75px;
  }
  .member-name {
    font-size: 1.5rem;
  }
  .member-desc {
    max-width: 95%;
    font-size: 0.9rem;
  }
  .team-card {
    padding: 1.8rem 1.2rem 1.4rem;
    margin-bottom: 55px;
  }

  .wcu-offer-title {
    font-size: 1.4rem;
  }
  .wcu-gallery-img {
    height: 210px;
  }
  .otm-heading {
    font-size: 2.5rem;
  }
  .otm-team-member {
    gap: 1rem;
  }
  .otm-profile-img {
    width: 60px;
    height: 60px;
  }
  .otm-member-name {
    font-size: 1.1rem;
  }
  .otm-right-overlay {
    padding: 1.8rem 1.2rem;
  }
  .otm-team-list {
    gap: 1.2rem;
  }
  .tema-hero-section {
    min-height: auto;
    padding: 4rem 0;
  }
  .tema-title {
    font-size: 2.2rem;
    text-align: center;
  }
  .tema-label {
    text-align: center;
    display: block;
    letter-spacing: 2.5px;
    font-size: 0.75rem;
  }
  .tema-description {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tema-attribution {
    text-align: center;
  }
  .tema-image-card {
    /*max-width: 85%;*/
    margin: 0 auto;
    padding:0px !important;
    padding-top: 20px !important;
  }
  .tema-portrait {
    border-radius: 24px;
  }
  .tema-description {
    text-align: start;
  }
  .ceo-name {
        font-size: 1.2rem;
        text-align: start;
    }
    .ceo-title {
   text-align: start;
}
  .tema-left-content {
    text-align: center;
    padding-right: 0;
  }
  .tema-attribution {
    text-align: center;
  }
  .tema-name,
  .tema-role {
    text-align: center;
  }
  .loca-section {
    padding: 60px 0;
  }
  .loca-section-title {
    font-size: 20px;
  }
  .loca-section-title-1 {
    font-size: 20px;
  }
  .loca-step-circle {
    width: 55px;
    height: 55px;
    font-size: 1.5rem;
  }
  .loca-hero h1 {
    font-size: 2.8rem;
  }
  .location-popup-close {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
  .location-popup-prev,
  .location-popup-next {
    width: 42px;
    height: 42px;
    font-size: 1.6rem;
  }
  .location-popup-prev {
    left: 8px;
  }
  .location-popup-next {
    right: 8px;
  }
  .location-popup-img {
    max-width: 92vw;
    max-height: 80vh;
  }
  .location-hero-content h1 {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .location-hero-content p {
    font-size: 1.2rem;
  }
  .location-section-title {
    font-size: 20px;
  }
  .location-section {
    padding: 50px 0 30px;
  }
  .location-branch-name {
    font-size: 20px;
  }
  .location-training-text {
    padding: 0rem;
  }
  .location-training-features li {
    line-height: 11px;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .location-info-left,
  .location-info-right {
    padding: 2px;
    margin-bottom: 20px;
  }
  .otm-step-connector {
    width: 80%;
    left: 60%;
  }
  .otm-step-item:last-child .otm-step-connector {
    display: none;
  }
  .otm-section {
    padding: 50px 0;
  }
  .pt-feature-box:hover h5 {
    font-size: 16px;
  }
  .pt {
    font-size: 20px;
  }
  .bvma-achievements {
    position: relative;
    padding: 80px 0;
    background: white;
    overflow: hidden;
  }
  .yellow-1 {
      display: none;
    }
     .imag-second{
          padding-top:0px !important;
          padding-bottom:30px !important;
      }
      .padd-1{
          padding:5px !important;
      }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cont-location-card {
    margin-bottom: 1.5rem;
  }
  .cont-location-title {
    font-size: 1.4rem;
  }
  .main-heading {
    font-size: 2.4rem;
  }
  .elegant-card {
    transform: translateY(-4px);
  }
  .member-name {
    font-size: 1.5rem;
  }
  .profile-img-wrapper {
    width: 130px;
    height: 130px;
    margin-top: -85px;
  }
  
}
@media (max-width: 576px) {
  .oj-card-body {
    padding: 20px 10px;
  }
  .bv-class-title {
    font-size: 1.4rem;
  }
  .bmi-calculator-card,
  .bmi-result-card {
    padding: 1.2rem;
  }
  .team-card {
    margin-left: 0;
    margin-right: 0;
  }
  .social-overlay {
    gap: 1rem;
  }
  .wcu-feature-icon {
    width: 68px;
    height: 68px;
    font-size: 2rem;
  }
  .wcu-offer-column {
    padding: 1.2rem;
  }
  .tema-portrait {
    aspect-ratio: 3 / 3.8;
  }
  .loca-hero h1 {
    font-size: 2.2rem;
  }
  .croff-space-card {
    flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
  .main-heading {
    font-size: 1.75rem;
  }
  .description-text {
    font-size: 0.9rem;
  }
  .yellow-dotted-accent {
    margin-top: 8px;
    margin-bottom: 18px;
  }
  .decorative-dots-bottom {
    margin-top: 30px;
  }
  .ceo-name {
    font-size: 1.2rem;
  }
  .testimonial-swiper .swiper-button-prev,
  .testimonial-swiper .swiper-button-next {
    display: none;
  }
    
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px;
  }
  .main-heading {
    font-size: 3.2rem;
  }
}
