:root {
  --primary: #0f4c81;
  --primary-dark: #0a3559;
  --secondary: #7a1730;
  --secondary-dark: #5d1125;
  --accent: #f4c542;
  --accent-soft: #ffd96a;
  --light: #f8fbff;
  --text: #1f2430;
  --muted: #68758a;
  --white: #ffffff;
  --border: rgba(15, 76, 129, 0.1);
  --shadow: 0 15px 45px rgba(10, 53, 89, 0.12);
  --radius: 22px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body{
  overflow-x:hidden;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Merriweather", serif;
}

a {
  text-decoration: none;
  transition: all 0.35s ease;
}

img {
  max-width: 100%;
  display: block;
}

.section-space {
  padding: 90px 0;
}

.section-bg-light {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 20px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  margin-bottom: 12px;
  color: var(--primary-dark);
}

.section-heading p {
  color: var(--muted);
  margin-bottom: 0;
}

.section-chip {
  display: inline-block;
  background: rgba(244, 197, 66, 0.18);
  color: var(--secondary);
  border: 1px solid rgba(122, 23, 48, 0.1);
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

/* Top Bar */
.top-bar {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  color: var(--white);
  font-size: 0.92rem;
}

.topbar-info a,
.topbar-info span {
  color: rgba(255, 255, 255, 0.92);
}

.topbar-info i {
  color: var(--accent);
  margin-right: 8px;
}

/* Navbar */

.site-logo{
  height:75px;
  width:auto;
  border-radius: 5px;
  object-fit:contain;
  transition:all .3s ease;
}

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

@media (max-width:768px){
  .site-logo{
    height:75px;
  }
}


.navbar {
  background: linear-gradient(90deg, var(--secondary), #8e2240 50%, var(--secondary-dark));
  padding: 14px 0;
}

.navbar-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.1;
}

.navbar-brand:hover {
  color: var(--accent-soft);
}

.navbar-brand small {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.brand-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--secondary);
  background: linear-gradient(135deg, var(--accent), #ffe79f);
  font-size: 1.25rem;
  box-shadow: 0 10px 25px rgba(244, 197, 66, 0.35);
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  padding: 0.75rem 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--accent-soft);
}

.nav-cta {
  color: var(--secondary-dark);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.8rem 1.4rem;
}

/* Hero */
.hero-section {
  position: relative;
}

.hero-slide {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.min-vh-75 {
  min-height: 75vh;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 53, 89, 0.425), rgba(122, 23, 48, 0.438));
}

.hero-slide::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 197, 66, 0.28) 0%, rgba(244, 197, 66, 0) 70%);
  top: 10%;
  right: 8%;
}

.hero-slide-1 {
  background:
    linear-gradient(135deg, rgba(15, 76, 129, 0.55), rgba(122, 23, 48, 0.35)),
    url("../img/banner-1.jpg")
      center/cover no-repeat;
}

.hero-slide-2 {
  background:
    linear-gradient(135deg, rgba(15, 76, 129, 0.55), rgba(122, 23, 48, 0.35)),
    url("../img/banner-2.jpg")
      center/cover no-repeat;
}

.hero-slide-3 {
  background:
    linear-gradient(135deg, rgba(15, 76, 129, 0.55), rgba(122, 23, 48, 0.35)),
    url("../img/banner-3.jpg")
      center/cover no-repeat;
}

.hero-content,
.hero-card,
.offer-box,
.stat-stack {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff8dd;
  margin-bottom: 16px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.hero-content h1,
.hero-content h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero-content p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
  font-size: 1.02rem;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-brand {
  background: linear-gradient(135deg, var(--accent), #ffd14d);
  color: var(--secondary-dark);
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(244, 197, 66, 0.35);
}

.btn-brand:hover {
  transform: translateY(-2px);
  color: var(--secondary-dark);
}

.hero-actions .btn-outline-light {
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 600;
}

.glass-card,
.offer-box,
.mini-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 28px;
  color: var(--white);
}

.hero-card h3,
.offer-box h4 {
  margin-bottom: 16px;
}

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

.hero-list li {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.94);
}

.hero-list i {
  color: var(--accent-soft);
  margin-right: 10px;
}

.offer-box {
  background: rgba(244, 197, 66, 0.14);
}

.stat-stack {
  display: grid;
  gap: 16px;
}

.mini-stat strong {
  display: block;
  font-size: 1.45rem;
  color: var(--accent-soft);
}

.mini-stat span {
  color: rgba(255, 255, 255, 0.9);
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

/* Quick Strip */
.quick-strip {
  margin-top: 5px;
  position: relative;
  z-index: 3;
}

.quick-card {
  background: var(--white);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  display: flex;
  gap: 18px;
  align-items: flex-start;
  height: 100%;
}

.quick-card i {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-size: 1.3rem;
  flex-shrink: 0;
}

.quick-card h6 {
  margin-bottom: 6px;
  color: var(--primary-dark);
  font-size: 1.05rem;
}

.quick-card p {
  margin-bottom: 0;
  color: var(--muted);
}

/* About */
.about-main-card {
  background: linear-gradient(180deg, var(--white), #f7faff);
  box-shadow: var(--shadow);
  border-radius: 28px;
  padding: 40px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.about-main-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 197, 66, 0.22), transparent 70%);
}

.about-main-card h2 {
  color: var(--primary-dark);
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.about-main-card p {
  color: var(--muted);
}

.feature-box,
.service-card,
.choose-card,
.achievement-card,
.contact-panel,
.contact-form-wrap,
.gallery-card {
  background: var(--white);
  border-radius: 24px;
  padding: 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  height: 100%;
}

.feature-box i,
.service-icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  font-size: 1.4rem;
  box-shadow: 0 12px 24px rgba(15, 76, 129, 0.22);
}

.feature-box h5,
.service-card h4,
.choose-card h5 {
  color: var(--primary-dark);
  margin-bottom: 10px;
}

.feature-box p,
.service-card p,
.choose-card p,
.achievement-card p {
  margin-bottom: 0;
  color: #001c4a;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(10, 53, 89, 0.18);
}

.service-img {
  position: relative;
  overflow: hidden;
  height: 230px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.service-card-body {
  padding: 26px 24px 28px;
  position: relative;
}

.service-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-top: -58px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  font-size: 1.4rem;
  box-shadow: 0 12px 24px rgba(15, 76, 129, 0.22);
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.service-icon i {
  transition: transform 0.7s ease;
}

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

.service-card h4 {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* Optional soft overlay line */
.service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover::after {
  transform: scaleX(1);
}

@media (max-width: 767.98px) {
  .service-img {
    height: 210px;
  }

  .service-card-body {
    padding: 22px 20px 24px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    margin-top: -50px;
  }

  .service-card h4 {
    font-size: 1.15rem;
  }
}

.service-card:hover,
.gallery-card:hover,
.feature-box:hover,
.choose-card:hover {
  transform: translateY(-8px);
}

/* Why Choose */
.why-choose-section {
  background:
    radial-gradient(circle at left top, rgba(244, 197, 66, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.choose-card h5 i {
  color: var(--accent);
  margin-right: 10px;
}

/* Achievements */
.achievements-section {
  background: linear-gradient(135deg, var(--secondary-dark), var(--secondary));
  color: var(--white);
}

.achievements-section .section-heading h2,
.achievements-section .section-heading p {
  color: var(--white);
}

.achievement-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.achievement-card h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--accent-soft);
  margin-bottom: 8px;
}

/* Gallery Section */
.gallery-section {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.gallery-wrapper {
  margin-top: 20px;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(10, 53, 89, 0.12);
  border: 1px solid rgba(15, 76, 129, 0.08);
  height: 100%;
}

.gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 53, 89, 0.08) 0%,
    rgba(10, 53, 89, 0.78) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  padding: 20px;
  text-align: center;
}

.gallery-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.gallery-content h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  transform: translateY(12px);
  transition: all 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .gallery-content {
  opacity: 1;
}

.gallery-item:hover .gallery-icon {
  transform: scale(1) rotate(360deg);
}

.gallery-item:hover .gallery-content h5 {
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 767.98px) {
  .gallery-item img {
    height: 220px;
  }

  .gallery-icon {
    width: 52px;
    height: 52px;
    font-size: 1rem;
  }

  .gallery-content h5 {
    font-size: 0.92rem;
  }
}

/* Contact */
.contact-section {
  background:
    radial-gradient(circle at right bottom, rgba(244, 197, 66, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.contact-panel h2 {
  color: var(--primary-dark);
  margin-bottom: 12px;
}

.contact-panel p {
  color: var(--muted);
}

.contact-info-list {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info-item i {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  flex-shrink: 0;
}

.contact-info-item span {
  display: block;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 3px;
}

.contact-info-item a,
.contact-info-item p {
  margin: 0;
  color: var(--text);
  font-weight: 500;
}

.contact-form-wrap .form-label {
  color: var(--primary-dark);
  font-weight: 600;
}

.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid #dbe6f3;
  min-height: 52px;
  padding: 12px 16px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(15, 76, 129, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(15, 76, 129, 0.12);
}

textarea.form-control {
  min-height: 130px;
}

/* Map */
.map-section {
  padding: 0 0 90px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.map-wrap {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.map-wrap iframe {
  width: 100%;
  height: 460px;
  border: 0;
}

/* Footer */
.footer-section {
  background: linear-gradient(135deg, #071f35, #102f4f 55%, #5d1125);
  color: rgba(255, 255, 255, 0.86);
}

.footer-box h5 {
  color: var(--white);
  margin-bottom: 18px;
}

.footer-box p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.8);
}

.footer-links a:hover {
  color: var(--accent-soft);
  padding-left: 4px;
}

.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.footer-contact i {
  color: var(--accent);
  margin-top: 5px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.social-links a:hover {
  transform: translateY(-3px);
  color: var(--accent-soft);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 18px 0;
  margin-top: 34px;
}

.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

/* Floating Buttons */
.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 1200;
}

.float-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1.35rem;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45), 0 10px 25px rgba(0, 0, 0, 0.18);
  animation: pulse 2s infinite;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.call-btn {
  background: linear-gradient(135deg, var(--secondary), var(--primary));
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45), 0 10px 25px rgba(0, 0, 0, 0.18);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0), 0 10px 25px rgba(0, 0, 0, 0.18);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 10px 25px rgba(0, 0, 0, 0.18);
  }
}

/* Scroll Animation */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 991.98px) {
  .section-space {
    padding: 75px 0;
  }

  .quick-strip {
    margin-top: 0;
    padding-top: 20px;
  }

  .hero-slide,
  .min-vh-75 {
    min-height: 68vh;
  }

  .navbar-nav {
    padding-top: 14px;
  }
}
@media(max-width:768px)
{
	.cu-mb-ds-nn{
		display:none!important
	}
	.cu-jf-cntr{
		justify-content:center;
	}
}
@media (max-width: 767.98px) {
  .top-bar {
    font-size: 0.84rem;
  }

  .navbar-brand {
    font-size: 1rem;
  }

  .brand-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 2rem;
  }

  .hero-actions .btn,
  .btn-brand {
    width: 100%;
    justify-content: center;
  }

  .about-main-card,
  .feature-box,
  .service-card,
  .choose-card,
  .achievement-card,
  .contact-panel,
  .contact-form-wrap {
    padding: 22px;
  }

  .gallery-thumb img {
    height: 230px;
  }

  .map-wrap iframe {
    height: 340px;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
  }

  .float-btn {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 575.98px) {
  .section-space {
    padding: 65px 0;
  }

  .hero-badge {
    font-size: 0.82rem;
  }

  .quick-card {
    padding: 20px;
  }
}