:root{
  /* Pastel theme (light sky blue, light orange, light green, light pink) */
  --sky: #8fd3ff;
  --orange: #ffd2a6;
  --green: #bff2c3;
  --pink: #ffc2dd;

  --ink: #1c2330;
  --muted: #667085;

  --bg: #fbfcff;
  --card: rgba(255,255,255,0.85);
  --line: rgba(28,35,48,0.10);

  --radius: 18px;
  --shadow: 0 18px 45px rgba(22, 38, 62, 0.12);
  --shadowSoft: 0 12px 30px rgba(22, 38, 62, 0.10);
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(1200px 600px at 10% 0%, rgba(143,211,255,.25), transparent 55%),
              radial-gradient(1000px 600px at 95% 10%, rgba(255,194,221,.22), transparent 55%),
              radial-gradient(900px 500px at 30% 90%, rgba(191,242,195,.20), transparent 60%),
              var(--bg);
}

a{ text-decoration: none; }
.shadow-soft{ box-shadow: var(--shadowSoft); }
.section-pad{ padding: 90px 0; }
.section-bg{
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.35));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-title .kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size: .9rem;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(143,211,255,.25);
  border: 1px solid rgba(143,211,255,.45);
  color: #155a86;
  font-weight: 600;
}
.section-title .title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .2px;
  margin-top: 12px;
  line-height: 1.15;
}

.text-gradient{
  background: linear-gradient(90deg, #1f7aa8, #ff6fae, #47b75a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn-soft{
  background: rgba(255,255,255,.8);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.btn-soft:hover{ transform: translateY(-1px); }

.btn-gradient{
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sky), var(--pink), var(--green));
  color: #0f172a !important;
  box-shadow: 0 16px 35px rgba(143,211,255,.25);
  padding: 10px 16px;
}
.btn-gradient:hover{ filter: brightness(1.02); transform: translateY(-1px); }

/* Topbar */
.topbar{
  background: linear-gradient(90deg, rgba(143,211,255,.40), rgba(255,210,166,.35), rgba(191,242,195,.35), rgba(255,194,221,.30));
  border-bottom: 1px solid rgba(28,35,48,0.08);
}
.topbar-item a{ color: #0f172a; font-weight: 500; }
.topbar-cta{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(0,0,0,.06);
}

/* Navbar */
.glass-nav{
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.navbar .nav-link{
  font-weight: 600;
  color: #0f172a;
  border-radius: 999px;
  padding: 10px 14px;
}
.navbar .nav-link:hover{ background: rgba(143,211,255,.20); }
.navbar .nav-link.active{ background: rgba(255,194,221,.25); }

.brand-badge{
  width: 42px; height: 42px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(143,211,255,.55), rgba(255,194,221,.50));
  border: 1px solid rgba(28,35,48,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.brand-badge i{ font-size: 1.2rem; }
.brand-title{ display:block; font-weight: 800; letter-spacing: .2px; }
.brand-subtitle{ display:block; font-size: .8rem; color: var(--muted); margin-top: -2px; }

.brand-logo {
  height: 65px;
  width: auto;
}



/* Hero */
.hero{ position: relative; }
.hero-img{
  height: 74vh;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.05);
}
.carousel-caption{
  left: 0; right: 0; bottom: 13%;
  text-align: left;
}
.caption-card{
  max-width: 720px;
  padding: 22px 22px;
  border-radius: var(--radius);
  background: rgba(15, 23, 42, 0.40);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: var(--shadow);
}
.caption-card h1, .caption-card h2{ color: #fff; }
.caption-card p{ color: rgba(255,255,255,.90); }

.chip{
  display:inline-flex;
  align-items:center;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .85rem;
}
.chip-sky{ background: rgba(143,211,255,.30); color: #eaffff; border: 1px solid rgba(143,211,255,.35); }
.chip-pink{ background: rgba(255,194,221,.28); color: #fff0f7; border: 1px solid rgba(255,194,221,.35); }
.chip-green{ background: rgba(191,242,195,.25); color: #ebfff0; border: 1px solid rgba(191,242,195,.35); }

.hero-strip-wrap{ margin-top: -34px; position: relative; z-index: 5; }
.hero-strip{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  backdrop-filter: blur(10px);
}
.strip-item{
  display:flex;
  gap: 12px;
  align-items:center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(28,35,48,0.06);
}
.strip-item i{ font-size: 1.4rem; }
.strip-item:nth-child(1) i{ color: #1f7aa8; }
.strip-item:nth-child(2) i{ color: #ff6fae; }
.strip-item:nth-child(3) i{ color: #2f9b4a; }
.strip-item:nth-child(4) i{ color: #d17a24; }

/* About */
.info-card{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(28,35,48,0.08);
  box-shadow: 0 12px 24px rgba(0,0,0,.06);
}
.info-card i{ font-size: 1.2rem; color: #2f9b4a; margin-top: 2px; }

.about-media{ position: relative; padding: 16px; }
.about-photo{
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(28,35,48,0.10);
  background: rgba(255,255,255,.6);
}
.about-photo img{ width: 100%; height: 520px; object-fit: cover; display:block; }
.media-bubble{
  position:absolute;
  border-radius: 999px;
  filter: blur(.2px);
  opacity: .85;
}
.bubble-sky{ width: 140px; height: 140px; background: rgba(143,211,255,.55); top: -10px; left: -10px; }
.bubble-pink{ width: 160px; height: 160px; background: rgba(255,194,221,.55); bottom: 20px; right: -10px; }
.bubble-green{ width: 110px; height: 110px; background: rgba(191,242,195,.55); top: 40%; right: -20px; }

.about-badge{
  position:absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(28,35,48,0.10);
  border-radius: 18px;
  padding: 14px 16px;
}
.badge-number{
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  font-family: "Playfair Display", serif;
}
.badge-text{ color: var(--muted); font-size: .9rem; margin-top: 4px; }

/* Services */
/* Services (Updated with images + icon rotation) */
.service-card{
  padding: 0;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(28,35,48,0.10);
  box-shadow: 0 16px 35px rgba(0,0,0,.07);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}

.service-card::after{
  content:"";
  position:absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 30%, rgba(143,211,255,.35), transparent 60%),
              radial-gradient(circle at 70% 60%, rgba(255,194,221,.30), transparent 55%),
              radial-gradient(circle at 50% 70%, rgba(191,242,195,.25), transparent 55%);
  transform: rotate(10deg);
  opacity: .7;
}
.service-card > *{ position: relative; z-index: 1; }

.service-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

/* Image area */
.service-media{
  position: relative;
  height: 190px;
  overflow: hidden;
}
.service-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .45s ease;
}
.service-card:hover .service-media img{
  transform: scale(1.10);
}

/* subtle overlay for premium look */
.service-media::after{
  content:"";
  position:absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.35));
  opacity: .6;
}

/* Tag */
.service-tag{
  position:absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.65);
  backdrop-filter: blur(6px);
}
.tag-sky{ box-shadow: 0 10px 22px rgba(143,211,255,.25); }
.tag-orange{ box-shadow: 0 10px 22px rgba(255,210,166,.25); }
.tag-green{ box-shadow: 0 10px 22px rgba(191,242,195,.25); }
.tag-pink{ box-shadow: 0 10px 22px rgba(255,194,221,.25); }

/* Body */
.service-body{
  padding: 18px 18px 20px;
}

/* Icon pill */
.icon-pill{
  width: 52px; height: 52px;
  display:grid; place-items:center;
  border-radius: 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(28,35,48,0.10);
  transition: transform .6s ease; /* rotation smooth */
}
.icon-pill i{
  font-size: 1.28rem;
  transition: transform .6s ease;
}

/* ✅ 360 degree rotation on hover of service-card */
.service-card:hover .icon-pill{
  transform: rotate(360deg);
}
.service-card:hover .icon-pill i{
  transform: rotate(-360deg); /* keeps icon readable while pill spins */
}

/* Colors */
.pill-sky{ background: rgba(143,211,255,.45); }
.pill-orange{ background: rgba(255,210,166,.55); }
.pill-green{ background: rgba(191,242,195,.55); }
.pill-pink{ background: rgba(255,194,221,.55); }

/* Mobile tweaks */
@media (max-width: 576px){
  .service-media{ height: 170px; }
  .service-body{ padding: 16px 16px 18px; }
}


/* Why */
.why-list{ display:grid; gap: 12px; }
.why-item{
  display:flex; gap: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(28,35,48,0.08);
  box-shadow: 0 12px 24px rgba(0,0,0,.06);
}
.why-item i{
  width: 40px; height: 40px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: rgba(143,211,255,.30);
  border: 1px solid rgba(143,211,255,.35);
  color: #155a86;
}

.why-media{
  border-radius: 26px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(28,35,48,0.10);
  overflow: hidden;
  min-height: 420px;
}
.why-media-inner{
  position:relative;
  padding: 22px;
  height: 100%;
  display:grid;
  gap: 14px;
}
.feature-box{
  display:flex; gap: 12px; align-items:center;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(28,35,48,0.08);
  box-shadow: 0 12px 24px rgba(0,0,0,.06);
  position: relative;
  z-index: 2;
}
.feature-box i{
  width: 42px; height: 42px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(255,194,221,.30);
  border: 1px solid rgba(255,194,221,.35);
}

.soft-blob{
  position:absolute;
  filter: blur(25px);
  opacity: .75;
  z-index: 1;
}
.blob-1{ width: 220px; height: 220px; background: rgba(143,211,255,.55); top: 10px; right: 10px; border-radius: 50%; }
.blob-2{ width: 200px; height: 200px; background: rgba(191,242,195,.55); bottom: 0; left: 0; border-radius: 50%; }
.blob-3{ width: 190px; height: 190px; background: rgba(255,210,166,.55); bottom: 40px; right: 30px; border-radius: 50%; }

/* Achievements */
.stat-card{
  text-align:center;
  padding: 20px 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(28,35,48,0.10);
}
.stat-icon{
  width: 56px; height: 56px;
  margin: 0 auto 10px;
  display:grid; place-items:center;
  border-radius: 18px;
  border: 1px solid rgba(28,35,48,0.10);
}
.stat-number{
  font-size: 2rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
}
.stat-label{ color: var(--muted); font-weight: 600; }

/* Gallery */
.gallery-item{
  position: relative;
  border-radius: 20px;
  overflow:hidden;
  border: 1px solid rgba(28,35,48,0.10);
  background: rgba(255,255,255,.75);
  box-shadow: 0 16px 30px rgba(0,0,0,.08);
  transition: transform .25s ease;
}
.gallery-item:hover{ transform: translateY(-6px); }
.gallery-item img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display:block;
  transform: scale(1.01);
  transition: transform .35s ease;
}
.gallery-item:hover img{ transform: scale(1.08); }
.gallery-overlay{
  position:absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.55));
  opacity: 0;
  transition: opacity .25s ease;
}
.gallery-item:hover .gallery-overlay{ opacity: 1; }
.gallery-badge{
  position:absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.60);
  font-size: .85rem;
  font-weight: 700;
}

/* Contact */
.contact-card, .form-card{
  border-radius: 26px;
  padding: 22px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(28,35,48,0.10);
}
.contact-list{ display:grid; gap: 14px; }
.contact-item{
  display:flex; gap: 12px; align-items:flex-start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(28,35,48,0.08);
}
.contact-item i{
  width: 44px; height: 44px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(191,242,195,.45);
  border: 1px solid rgba(191,242,195,.55);
}
.form-control, .form-select{
  border-radius: 14px;
  border: 1px solid rgba(28,35,48,0.12);
  padding: 12px 12px;
}
.form-control:focus, .form-select:focus{
  border-color: rgba(143,211,255,.9);
  box-shadow: 0 0 0 .25rem rgba(143,211,255,.25);
}

/* Map */
.map-wrap{ padding: 70px 0 90px; }
.map-card{
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(28,35,48,0.10);
}
.map-title{ padding: 18px 18px 10px; }
.map-embed iframe{ width: 100%; height: 100%; border: 0; }

/* Footer */
.footer{
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.80));
  border-top: 1px solid var(--line);
  padding-top: 42px;
}
.footer-head{
  font-weight: 800;
  margin-bottom: 12px;
  font-family: "Playfair Display", serif;
}
.footer-links, .footer-contact{ list-style: none; padding: 0; margin: 0; display:grid; gap: 8px; }
.footer-links a, .footer-contact a{ color: #0f172a; font-weight: 600; }
.footer-links a:hover{ color: #155a86; }
.footer-title{ font-weight: 900; }
.footer-sub{ font-size: .85rem; color: var(--muted); margin-top: -3px; }
.footer-line{ border-color: rgba(28,35,48,0.10); }

/* Floating buttons */
.float-btn{
  position: fixed;
  right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display:grid;
  place-items:center;
  z-index: 999;
  color: #0f172a;
  border: 1px solid rgba(255,255,255,.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 35px rgba(0,0,0,.18);
  transition: transform .2s ease;
}
.float-btn i{ font-size: 1.4rem; }
.float-btn:hover{ transform: translateY(-3px) scale(1.02); }
.float-tooltip{
  position:absolute;
  right: 64px;
  background: rgba(15,23,42,.85);
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: .82rem;
  opacity: 0;
  transform: translateX(8px);
  pointer-events:none;
  transition: .2s ease;
  white-space: nowrap;
}
.float-btn:hover .float-tooltip{ opacity: 1; transform: translateX(0); }

.float-whatsapp{
  bottom: 28px;
  background: rgba(191,242,195,.55);
  animation: glowGreen 1.8s infinite ease-in-out;
}
.float-call{
  bottom: 96px;
  background: rgb(12 191 36 / 60%);
  animation: glowOrange 1.8s infinite ease-in-out;
}

@keyframes glowGreen{
  0%,100%{ box-shadow: 0 18px 35px rgba(0,0,0,.18), 0 0 0 0 rgba(47,155,74,.25); }
  50%{ box-shadow: 0 18px 35px rgba(0,0,0,.18), 0 0 0 12px rgba(47,155,74,.12); }
}
@keyframes glowOrange{
  0%,100%{ box-shadow: 0 18px 35px rgba(0,0,0,.18), 0 0 0 0 rgba(209,122,36,.22); }
  50%{ box-shadow: 0 18px 35px rgba(0,0,0,.18), 0 0 0 12px rgba(209,122,36,.10); }
}

/* Scroll top */
.scroll-top{
  position: fixed;
  left: 18px;
  bottom: 28px;
  width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 16px;
  background: rgba(143,211,255,.45);
  display:none;
  place-items:center;
  z-index: 998;
  box-shadow: 0 18px 35px rgba(0,0,0,.16);
}
.scroll-top i{ font-size: 1.6rem; }

/* Responsive */
@media (max-width: 992px){
  .carousel-caption{ bottom: 10%; }
  .caption-card{ max-width: 92%; }
  .hero-strip{ grid-template-columns: repeat(2, 1fr); }
  .about-photo img{ height: 420px; }
  .sticky-top{
	  position:relative;
  }
  
}
@media (max-width: 576px){
  .section-pad{ padding: 70px 0; }
  .hero-img{ height: 66vh; min-height: 460px; }
  .caption-card{ padding: 16px; }
  .hero-strip{ margin-top: -22px; }
  .strip-item{ padding: 10px; }
  .gallery-item img{ height: 200px; }
}
@media(max-width:767px)
{
	.cu-mb-ds-nn{
		Display:none!important;
	}
}
@media(max-width:600px)
{
	.cu-fnt-12{
		font-size:12px;
	}
}