/* =========================
   R S Home Interior - Styles
   Palette: Mehroon, Gray, Creamy Orange
   ========================= */

:root{
  --mehroon: #05589e;
  --mehroon-2:#05589e;
  --gray:#4B5563;
  --gray-2:#111827;
  --cream:#FFF7ED;
  --cream-2:#FFE7C5;
  --accent:#f38627; /* creamy orange */
  --accent-2:#f38627;
  --white:#ffffff;
  --shadow: 0 18px 50px rgba(17,24,39,.14);
  --shadow-soft: 0 10px 28px rgba(17,24,39,.10);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html, body{ height:100%; overflow-x: clip;}
body{
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--gray-2);
  background: linear-gradient(180deg, #fff, var(--cream));
  scroll-behavior: smooth;
}

/* Utilities */
.text-accent{ color: var(--accent) !important; }
.text-cream{ color: var(--cream-2) !important; }
.text-cream-soft{ color: rgba(255,255,255,.82) !important; }
.min-vh-70{ min-height: 70vh; }

.section{
  padding: 72px 0;
}
.section-alt{
  background: radial-gradient(1200px 500px at 10% 0%, rgba(244,162,89,.18), transparent 60%),
              radial-gradient(1200px 500px at 90% 0%, rgba(122,14,26,.08), transparent 60%),
              linear-gradient(180deg, #fff, var(--cream));
}
.section-kicker{
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--mehroon);
  font-weight: 600;
  padding: .4rem .7rem;
    border-radius: 999px;
    background: rgba(244, 162, 89, .18);
    border: 1px solid rgba(244, 162, 89, .35);
    color: var(--mehroon-2);
    display: inline-block;
}
.section-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 1.2rem + 1vw, 2.4rem);
  margin: 6px 0 10px;
}
.section-subtitle{
  color: rgba(17,24,39,.72);
  max-width: 760px;
  margin-inline: auto;
}
.section-text{
  color: rgba(17,24,39,.72);
  line-height: 1.75;
}

/* Topbar */
.topbar{
  background: linear-gradient(90deg, #05589e, #05589e);
  color: rgba(255,255,255,.92);
}
.topbar-link{
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-size: .92rem;
}
.topbar-link i{ margin-right: 6px; color: var(--accent-2); }
.topbar-link:hover{ color: var(--white); text-decoration: underline; }

.badge-pill{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-size: .82rem;
}


/* Navbar */
.header{
  backdrop-filter: saturate(140%) blur(10px);
  /* background: rgba(15, 12, 14, 0.74); */
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Navbar Logo */
.navbar-logo{
 /* height: 51px;  */        /* desktop */
  width: 160px;
  object-fit: contain;
  transition: transform .25s ease;
}

.navbar-brand:hover .navbar-logo{
  transform: scale(1.05);
}

/* Mobile */
@media (max-width: 575.98px){
  .navbar-logo{
    /* height: 40px; */
	width: 190px;
  }
}


.navbar{
  background: transparent;
}
.navbar-brand .brand-title{
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .02em;
}
.navbar-brand .brand-subtitle{
  font-size: .72rem;
  opacity: .85;
}
.brand-mark{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: linear-gradient(145deg, var(--accent), #ffcd93);
  color: var(--mehroon-2);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(244,162,89,.25);
}
.brand-mark-sm{
  width: 40px; height: 40px;
  border-radius: 14px;
}
.nav-link{
  color: #000 !important;
  font-weight: 500;
  padding: .55rem .8rem !important;
  border-radius: 999px;
}
.nav-link:hover{
  color: #5e0b14 !important;
  background: rgba(255,255,255,.10);
}
.nav-link.active{
  background: #05589e;
  color: var(--white) !important;
  border: 1px solid rgba(244,162,89,.35);
}

/* Buttons */
.btn-accent{
  background: linear-gradient(145deg, var(--accent), var(--accent-2));
  border: 0;
  color: var(--mehroon-2);
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(244,162,89,.26);
}
.btn-accent:hover{
  transform: translateY(-1px);
  color: var(--mehroon-2);
  box-shadow: 0 16px 42px rgba(244,162,89,.32);
}
.btn-cream{
  background: #05589e;
  border: 1px solid rgba(244,162,89,.35);
  color: rgba(255,255,255,.95);
}
.btn-cream:hover{ background: rgba(255,255,255,.16); color: var(--white); }
.btn-outline-cream{
  border: 1px solid rgba(255,255,255,.55);
  color: rgba(255,255,255,.95);
}
.btn-outline-cream:hover{
  background: rgba(255,255,255,.12);
  color: var(--white);
}
.btn-outline-accent{
  border: 1px solid rgba(122,14,26,.22);
  color: var(--mehroon);
  font-weight: 600;
}
.btn-outline-accent:hover{
  background: rgba(122,14,26,.06);
  color: var(--mehroon-2);
}

/* Hero */
.hero{ position: relative; }
.hero-slide{
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(700px 400px at 12% 35%, rgba(244, 162, 89, .28), transparent 60%), linear-gradient(90deg, rgb(10 8 10 / 44%), rgba(10, 8, 10, .30) 60%, rgb(10 8 10 / 45%)), linear-gradient(180deg, rgba(122, 14, 26, .20), rgb(0 0 0 / 49%));
}
.hero .container{ position: relative; z-index: 2; }
.hero-badge{
  display:inline-flex;
  gap:.45rem;
  align-items:center;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
  font-size: .9rem;
  backdrop-filter: blur(8px);
}
.hero-title{
  font-family:"Playfair Display", serif;
  font-weight: 700;
  color: var(--white);
  margin: 12px 0 10px;
  font-size: clamp(2rem, 1.3rem + 2vw, 3.2rem);
  line-height: 1.08;
}
.hero-text{
  color: rgba(255,255,255,.82);
  max-width: 560px;
  line-height: 1.8;
  font-size: 1.05rem;
  text-align:center;
  margin: 0 auto 15px;
}

.hero-cards{
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.mini-card{
  display:flex;
  align-items:center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(17,24,39,.06);
}
.mini-card i{
  width: 46px; height: 46px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(122,14,26,.08);
  color: var(--mehroon);
  font-size: 1.35rem;
}
.mini-card-title{ font-weight: 700; }
.mini-card-text{ color: rgba(17,24,39,.64); font-size: .92rem; }

/* About */
.about-card{
  padding: 16px;
  border-radius: calc(var(--radius) + 10px);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  border: 1px solid rgba(17,24,39,.06);
}
.about-image{
  width: 100%;
  height: 320px;
  border-radius: calc(var(--radius) + 6px);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.about-image:after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent, rgba(122,14,26,.25));
}
.stat-card{
  border-radius: var(--radius);
  padding: 16px;
  background: linear-gradient(180deg, rgba(122,14,26,.08), rgba(244,162,89,.12));
  border: 1px solid rgba(122,14,26,.12);
}
.stat-num{
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--mehroon-2);
}
.stat-label{
  color: rgba(17,24,39,.66);
  font-size: .9rem;
}
.note-card{
  display:flex;
  gap: 12px;
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(17,24,39,.03);
  border: 1px solid rgba(17,24,39,.06);
}
.note-card i{
  color: var(--accent);
  font-size: 1.2rem;
  margin-top: 2px;
}
.note-title{ font-weight: 700; }
.note-text{ color: rgba(17,24,39,.66); font-size: .95rem; }

.feature-list{ margin-top: 18px; display:grid; gap: 10px; }
.feature{
  display:flex; gap: 10px; align-items:flex-start;
  color: rgba(17,24,39,.72);
}
.feature i{ color: var(--mehroon); margin-top: 2px; }

/* Services */
.service-card{
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: calc(var(--radius) + 10px);
  padding: 22px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:before{
  content:"";
  position:absolute;
  inset:-60px -60px auto auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(244,162,89,.35), transparent 65%);
  transform: translate(30px, -30px);
}

.service-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(17,24,39,.14);
}

/* Services media */
.service-media{
  position: relative;
  margin: 10px 0 30px;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: 0 14px 32px rgba(17,24,39,.08);
}

.service-media img{
  width: 100%;
  /* height: 170px; */
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .5s ease;
}

.service-card:hover .service-media img{
  transform: scale(1.08);
}

/* Icon */
.service-icon{
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(122,14,26,.18);
  box-shadow: 0 18px 40px rgba(17,24,39,.18);
  color: var(--mehroon);
  font-size: 1.6rem;
  transform: translateX(-50%) rotate(0deg);
  transition: transform .6s ease;
}

/* Icon rotation */
.service-card:hover .service-icon{
  transform: translateX(-50%) rotate(360deg);
}

/* Inner icon */
.service-icon i{
  display: inline-block;
  transform: rotate(0deg);
  transition: transform .6s ease;
}

.service-card:hover .service-icon i{
  transform: rotate(360deg);
}


/* Text */
.service-title{
  margin-top: 6px;
  /* font-weight: 800; */
  font-size: 1.4rem;
  text-align:center;
  background:radial-gradient(900px 500px at 15% 20%, rgba(244, 162, 89, .22), transparent 60%), linear-gradient(90deg, #05589e, #298fe5), linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .75));
	color: #fff;
    border-radius: 8px;
}

.service-text{
	text-align:justify;
  color: rgba(17,24,39,.68);
  line-height: 1.75;
}

.service-link{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  margin-top: 10px;
  color: var(--mehroon);
  font-weight: 700;
  text-decoration: none;
}

.service-link:hover{
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 575.98px){
  .service-media img{ /*height: 150px;*/ }
  .service-icon{
    width: 56px;
    height: 56px;
    bottom: -28px;
    border-radius: 18px;
  }
}



/* Why choose */
.why-card{
  display:flex;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow-soft);
}
.why-card i{
  width: 46px; height: 46px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(244,162,89,.16);
  color: var(--mehroon);
  font-size: 1.25rem;
}
.why-title{ font-weight: 800; }
.why-text{ color: rgba(17,24,39,.66); font-size: .92rem; }

.why-panel{
  background: linear-gradient(180deg, rgba(122,14,26,.08), rgba(244,162,89,.14));
  border: 1px solid rgba(122,14,26,.12);
  border-radius: calc(var(--radius) + 12px);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.why-panel-head{
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 12px;
  padding: 18px 18px 0;
}
.why-panel-kicker{
  color: rgba(17,24,39,.74);
  font-size: .85rem;
  font-weight: 600;
}
.why-panel-title{
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--mehroon-2);
}
.why-panel-icon{
  width: 52px; height: 52px;
  border-radius: 18px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.7);
  color: var(--mehroon);
  font-size: 1.35rem;
}
.why-panel-body{ padding: 18px; }
.step{
  display:flex;
  gap: 12px;
  padding: 12px 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.78);
  margin-top: 10px;
}
.step-num{
  width: 34px; height: 34px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: linear-gradient(145deg, var(--mehroon), var(--mehroon-2));
  color: var(--white);
  font-weight: 800;
}
.step-title{ font-weight: 800; }
.step-text{ color: rgba(17,24,39,.66); font-size: .92rem; }

/* Achievements */
.section-achievements{
  background:
   radial-gradient(900px 500px at 15% 20%, rgba(244, 162, 89, .22), transparent 60%), linear-gradient(90deg, #05589e, #298fe5), linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .75));
  color: var(--white);
}
.achievement-note{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.84);
}
.achievement-note code{
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.92);
  padding: .05rem .35rem;
  border-radius: 10px;
}

.counter-card{
  padding: 18px;
  border-radius: calc(var(--radius) + 10px);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 20px 60px rgba(0,0,0,.24);
  text-align: center;
}
.counter{
  font-size: clamp(1.8rem, 1.1rem + 2vw, 2.6rem);
  font-weight: 900;
  letter-spacing: .02em;
  color: var(--accent-2);
}
.counter-label{ color: rgba(255,255,255,.85); }

/* Gallery */
.gallery-item{
  position: relative;
  border-radius: calc(var(--radius) + 10px);
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow-soft);
}
.gallery-item img{
  width: 100%;
  /* height: 220px; */
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .35s ease;
}
.gallery-item:hover img{ transform: scale(1.08); }
.gallery-cap{
  position:absolute; inset:auto 0 0 0;
  padding: 12px 12px;
  background: linear-gradient(180deg, transparent, rgba(10,8,10,.80));
  color: rgba(255,255,255,.92);
}
.gallery-cap .cap-title{ font-weight: 800; font-size: .95rem; }
.gallery-cap .cap-sub{ font-size: .82rem; opacity: .85; }

/* Contact */
.contact-card{
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: calc(var(--radius) + 12px);
  padding: 24px;
  box-shadow: var(--shadow);
}
.contact-list{ display:grid; gap: 12px; margin-top: 14px; }
.contact-item{
  display:flex;
  gap: 12px;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(17,24,39,.03);
  border: 1px solid rgba(17,24,39,.06);
  color: inherit;
  text-decoration: none;
}
.contact-item:hover{ background: rgba(122,14,26,.05); }
.contact-ic{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(244,162,89,.16);
  color: var(--mehroon);
  font-size: 1.15rem;
}
.contact-label{ display:block; font-size: .78rem; color: rgba(17,24,39,.58); }
.contact-val{ display:block; font-weight: 700; color: rgba(17,24,39,.86); }

.form-card{
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: calc(var(--radius) + 12px);
  padding: 24px;
  box-shadow: var(--shadow);
}
.form-title{ font-weight: 900; margin: 6px 0 0; }
.pill{
  display:inline-flex; align-items:center; gap:.5rem;
  padding: .4rem .7rem;
  border-radius: 999px;
  background: rgba(244,162,89,.18);
  border: 1px solid rgba(244,162,89,.35);
  color: var(--mehroon-2);
  font-weight: 700;
  font-size: .85rem;
}
.form-control, .form-select{
  border-radius: 14px;
  border: 1px solid rgba(17,24,39,.12);
  padding: .75rem .85rem;
}
.form-control:focus, .form-select:focus{
  border-color: rgba(244,162,89,.75);
  box-shadow: 0 0 0 .25rem rgba(244,162,89,.20);
}

/* Map */
.map-wrap{ padding: 0 0 72px; background: linear-gradient(180deg, var(--cream), #fff); }
.map-card{
  border-radius: calc(var(--radius) + 12px);
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.94);
}
.map-head{
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.map-title{ font-weight: 900; }

/* Footer */
.footer{
  background: #05589e;
  color: rgba(255,255,255,.88);
  padding: 56px 0 10px;
}
.footer-title{ font-weight: 900; color: var(--white); }
.footer-subtitle{ font-size: .85rem; opacity: .82; }
.footer-text{ color: rgba(255,255,255,.76); line-height: 1.75; }
.footer-head{
  color: #000;
  font-weight: 900;
  margin-bottom: 12px;
      background: #fff;
    padding: 4px;
    border-top-right-radius: 10px;
}
.footer-links, .footer-contact{
  list-style:none;
  padding:0; margin:0;
  display:grid; gap: 10px;
}
.footer-links a{
  color: rgba(255,255,255,.80);
  text-decoration:none;
}
.footer-links a:hover{ color: var(--accent-2); text-decoration: underline; }
.footer-contact li{ display:flex; gap: 10px; align-items:flex-start; }
.footer-contact i{ color: var(--accent-2); margin-top: 2px; }
.footer-contact a{ color: rgba(255,255,255,.86); text-decoration:none; }
.footer-contact a:hover{ text-decoration: underline; }
.footer-hr{
  margin: 24px 0 14px;
  border-color: rgba(255,255,255,.16);
}
.social{
  width: 40px; height: 40px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
  text-decoration:none;
}
.social:hover{
  background: rgba(244,162,89,.22);
  border-color: rgba(244,162,89,.35);
  color: var(--white);
}

/* Footer Logo */
.footer-logo{
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.1);
  transition: transform .25s ease, filter .25s ease;
}

.footer-logo:hover{
  transform: scale(1.06);
  filter: brightness(1.25);
}

/* Mobile footer logo */
@media (max-width: 575.98px){
  .footer-logo{
    height: 50px;
  }
}
.cu-vdeo{
	margin-top:30px;
}
#enu-st{
	display:block;
	width:100%;
	padding:4px;
	background:linear-gradient(145deg, var(--accent), var(--accent-2));
	color:#000;
	
}

/* Floating action buttons */
/* Floating action buttons (fixed + safe-area friendly) */
.floating-actions{
  position: fixed;
  right: calc(14px + env(safe-area-inset-right));
  bottom: calc(14px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Button */
.fab{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 0;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--white);
  box-shadow: 0 16px 45px rgba(0,0,0,.22);
  position: relative;

  /* KEY FIX: keep glow inside so it doesn't create overflow on mobile */
  overflow: hidden;
}

.fab i{ font-size: 1.3rem; }

/* Glow layer (now inside, no negative inset) */
.fab:before{
  content:"";
  position:absolute;
  inset: 0;                 /* ✅ no negative inset */
  border-radius: inherit;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.28), transparent 60%);
  filter: blur(10px);
  opacity: .8;
  z-index: -1;
}

/* Colors */
.fab-whatsapp{
  background: linear-gradient(145deg, #25D366, #1FA855);
  animation: glowW 2.4s ease-in-out infinite;
}
.fab-call{
  background: linear-gradient(145deg, var(--mehroon), var(--mehroon-2));
  animation: glowC 2.4s ease-in-out infinite;
}
.fab-top{
  background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.10));
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.95);
  display: none;
}

/* Animations */
@keyframes glowW{
  0%,100%{ box-shadow: 0 14px 40px rgba(37,211,102,.22); }
  50%{    box-shadow: 0 18px 55px rgba(37,211,102,.34); }
}
@keyframes glowC{
  0%,100%{ box-shadow: 0 14px 40px rgba(122,14,26,.22); }
  50%{    box-shadow: 0 18px 55px rgba(122,14,26,.34); }
}

/* ✅ Mobile fixes */
@media (max-width: 575.98px){
  .floating-actions{
    right: calc(10px + env(safe-area-inset-right));
    bottom: calc(10px + env(safe-area-inset-bottom));
    gap: 10px;
  }

  .fab{
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .fab i{ font-size: 1.15rem; }

  /* Reduce blur on mobile for cleaner look + less overlap */
  .fab:before{
    filter: blur(8px);
    opacity: .7;
  }
}

#cal-icon img {
    width: 50px !important;
}
#cal-icon {
    position: fixed;
    right: -7px;
    bottom: 240px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99990;
}
/* Responsive tweaks */
@media (max-width: 991.98px){
  .hero-cards{ margin-top: -18px; }
  .about-image{ height: 260px; }
  .navbar-brand .brand-subtitle{ display:none; }
}

@media (max-width: 575.98px){
  .brand-mark{ width: 40px; height: 40px; border-radius: 14px; }
  .mini-card{ padding: 14px; }
  .mini-card i{ width: 42px; height: 42px; border-radius: 14px; }
  .gallery-item img{ /*height: 200px;*/ }
  .hero-badge{
	  font-size: .8rem;
  }
}

.footer-links li{
	border-bottom:1px dashed
}
.navbar-toggler{
	background:#05589e
}
.whatsup img {
    width: 50px;
}
.whatsup {
    position: fixed;
    right: 10px;
    width: 50px;
    bottom: 180px;
    z-index: 9999;
}
@media(max-width:767px)
{
	.cu-mb-ds-nn{
		display:none!important
	}
	.cu-jf-cntr{
		justify-content:center!important
	}
}
/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  *{ transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}



@media(max-width:500px)
{
	.cu-em-fn-12{
		font-size:9px;
	}
}


.mission-vision {
  background: radial-gradient(900px 500px at 15% 20%, rgba(244, 162, 89, .22), transparent 60%), linear-gradient(90deg, #05589e, #298fe5), linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .75));
  padding: 80px 0;
}
.mv-card {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255,255,255,0.2);
  text-align:center
}
.mv-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.18);
}
.mv-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f38627;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  margin-bottom: 25px;
  margin: 0 auto 15px;
}
.mv-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.mv-text {
  color: #e1e1e1;
  line-height: 1.7;
}


.faq-section {
    background: #f0f4f8;
    padding: 80px 0;
}
.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.faq-subtitle {
    color: #6c757d;
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
}
.accordion-button {
    font-weight: 600;
    color: #05589e;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after {
    font-size: 1.2rem;
}
.accordion-item {
    border-radius: 12px;
    border: 1px solid #000;
    margin-bottom: 15px;
}
.accordion-body {
    color: #495057;
}
