body{
  background-color: #131313;
}








/* ================= TOP HEADER ================= */
.top-header-link {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
}

.top-header {
  background: #000;
  padding: 8px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  flex-wrap: wrap; /* allow wrapping on small screens */
}

.top-header:hover {
  background: #967F2B;
}



/* ================= MOBILE RESPONSIVE QUERIES ================= */
@media (max-width: 991px) {
  .top-header {
    font-size: 15px;
    padding: 6px 16px;
    gap: 8px;
  }
  
  
}

@media (max-width: 767px) {
  .top-header {
    flex-direction: column; /* stack items vertically */
    text-align: center;
    padding: 6px 12px;
    gap: 5px;
  }

  
  .top-header-link {
    width: 100%;   /* almost full width on mobile */
  }
}

@media (max-width: 480px) {
  .top-header {
    font-size: 10px;
    padding: 5px 10px;
    gap: 4px;
  }
}


















.logo-wrapper {
  position: fixed;
  top: 10px;          /* adjust as needed */
  left: 10%;
  transform: translateX(-50%);
  width: 0px;
  height: 250px;
  z-index: 99999;
  
}
.circle{
  width: 400px;
  height: 400px;
}
.logo {
  position: absolute;
  top: 50%;
  left:6px;
  /* width: 120px; */
  height: 140px;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;      /* match logo-wrapper size */
  height: 70px;
  transform: translate(-50%, -50%);
  animation: rotate 12s linear infinite;
  z-index: 99;
}

.circle-text span {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fefdfd;
  z-index: 999;

     text-shadow: 0 0 5px rgba(0,0,0,0.7), 0 0 10px rgba(0, 0, 0, 0.8);
  transform: rotate(0deg);


}



/* Rotate animation */
@keyframes rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}



/* ================= LOGO WRAPPER RESPONSIVE ================= */
@media (max-width: 1200px) {
  .logo-wrapper {
    top: 8px;
    left: 8%;
    height: 220px;
  }

  .logo-bg {
    width: 360px;
    height: 360px;
  }

  .logo {
    height: 120px;
  }

  .circle-text span {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

@media (max-width: 991px) {
   logo-wrapper {
    top: 40px;
    height: 150px;
    left: 15%;
  }

 

  .logo {
    height: 100px;
  }

  .circle-text span {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 767px) {
 logo-wrapper {
    top: 40px;
    height: 150px;
    left: 15%;
  }

  .logo-bg {
    width: 250px;
    height: 250px;
  }

  .logo {
    height: 80px;
    left: 50%;
  }

  .circle-text span {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .logo-wrapper {
    top: 40px;
    height: 150px;
    left: 15%;
  }


  .logo {
    height: 100px;
  }
  .circle-text span {
    font-size: 10px;
    letter-spacing: 0.8px;
     width: 50%;
  height: 50%;
  }
}






















.navbar-collapse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.navbar-area {
  position: relative;
  width: 100%;
  border-bottom: white solid 1px;
}


.navbar-toggler {
  margin-left: auto;
  z-index: 9999;
}


  /* override bootstrap flex issue */
  .navbar {
  display: flex;
  align-items: center;
  margin: 10px;
}
.navbar-nav {
  display: flex;
  align-items: center;
}

/* =========================
   NAVBAR DEFAULTS
========================= */

/* Nav Links Animation */
.nav-link {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 90px;
  overflow: hidden;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Two Text Layers */
.nav-link span {
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.45s ease;
  font-size: 16px;
  letter-spacing: 1px;
}

.text-one {
  top: 0;
}

.text-two {
  top: 130%;
}

/* Hover Animation */
.nav-link:hover .text-one {
  top: -130%;
}

.nav-link:hover .text-two {
  top: 0;
}

/* Hover Color Change */
.nav-link:hover {
  color: #967F2B !important;
}



/* =========================
   MEDIA (RESPONSIVE)
========================= */

@media (max-width: 767px) {


.navbar-toggler {
  margin-left: auto;
  z-index: 9999;
}


  /* override bootstrap flex issue */
  .navbar {
  display: flex;
  align-items: center;
}
.navb

  /* keep logo left without pushing navbar center */
  .logo-wrapper {
    transform: none !important;
  }
}













/* Hero area */

/* =======================================
   HERO SECTION
=======================================*/
.hero-wrapper {
  position: relative;
  z-index: 5;
  height: 500px;
  /* border: #ffffff solid ; */
  margin-bottom: 30px;
}

.hero-area{
  padding:  100px 0;
}
.hero-text{
   justify-content: center;
     align-items: center;       /* horizontal center */
  padding:90px;

}
/* Text Side */
.hero-text h1 {
      font-family: "Oswald", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    color: #967F2B;
   margin-bottom: 15px;
}

.hero-title {
 font-family: "Oswald", Sans-serif;
    font-size: 58px;
    font-weight: 300;
    line-height: 76px;
    color: #FAFAFA;
    text-transform: uppercase;
    font-style: normal;
    margin: 0;
    padding: 0;
}

/* Stylish Book Now Button */
.btn-book {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #967F2B, #eac43b);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(255, 79, 139, 0.4);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

/* Hover Effect */
.btn-book:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px #d9ab04;
}

/* Optional: Shine animation */
.btn-book::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: all 0.5s ease;
}

.btn-book:hover::after {
  left: 125%;
}

/* =======================================
   HERO IMAGES
=======================================*/
.hero-images {
  position: relative;
  max-height: 450px;   /* Required for Bootstrap alignment */
}

.hero-pic {
  position: absolute;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0px 12px 30px rgba(0,0,0,0.35);
  transition: transform 0.4s ease;
}

/* Main big image */
.pic-main {
  width: 40%;
    left: 170px;
    top: -165px;
  z-index: 3;
  transform: rotate(2deg);
  transition: 0.4s ease;
}

/* Top small image */
.pic-small-1 {
 width: 32%;
    bottom: -70px;
    left: 358px;
  z-index: 2;
  ransform: rotate(-4deg);
  transition: 0.4s ease;
}

/* Bottom small image */
.pic-small-2 {
 width: 25%;
    bottom: 13px;
    left: 7%;
  z-index: 1;
   transform: rotate(3deg);
  transition: 0.4s ease;
}


.hero-pic:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 10 !important;  /* bring image to top */
}

/* =======================================
   RESPONSIVE
=======================================*/
@media (max-width: 992px) {
  .hero-text h1 {
    font-size: 36px;
  }

  .hero-images {
    min-height: 360px;
    margin-top: 40px;
  }
}
@media (max-width: 467px) {

  /* Force text to appear first */
  .hero-text {
    order: 1 !important;
    text-align: center;
    padding: 15px;
  }

  /* Images appear second */
  .hero-images {
    order: 2 !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: relative;
  }

  /* Make main hero image fit mobile */
  .pic-main {
    width: 50%;
    position: relative;
    z-index: 5;
    left: 5px;
    top: 20px;
  }

  /* Resize & reposition small images */
  .pic-small-1,
  .pic-small-2 {
    width: 25%;
    position: absolute;
        left: 258px;

  }

  .pic-small-1 {
    top: 15px;
    right: 15px;
  }

  .pic-small-2 {
    bottom: 15px;
    left: 15px;
  }

  /* Text size adjustments */
  .hero-text h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .hero-title {
    font-size: 16px;
    margin-top: 8px;
  }

  .btn-book {
    font-size: 14px;
    padding: 10px 22px;
    margin-top: 12px;
  }
}





























































/* ================= ABOUT SECTION ================= */

.about{
  padding: 100px 50px;
}
.about-section {
    padding: 90px 40;
}
.about-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px; /* minimum height */
}
.about-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  opacity: 0;
}
.about-carousel img.active {
  opacity: 1;
}


.about-title {
        font-family: "Oswald", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    color: #967F2B;
}
.abt-subtitle{
      font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;

}
.btn-contact {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(180deg, #967F2B, #7b6620); /* gold → darker gold */
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover effect */
.btn-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(150, 127, 43, 0.25);
}

/* Shine animation */
.btn-contact::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 40%;
  height: 180%;
  background: rgba(255, 255, 255, 0.15);
  transform: skewX(-25deg);
  transition: 0.6s ease;
}

.btn-contact:hover::after {
  left: 140%;
}

.about-desc {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    color: #D5D5D5;
    text-align: justify;
}

.about-btn {
    background: #ff4f8b;
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
    display: inline-block;
    transition: 0.3s ease;
}

.about-btn:hover {
    background: #ff2a6a;
    transform: scale(1.05);
}


@media (max-width:467px) {
  .about-carousel img{
    height: 300px;
  }
  
}


























.achievements-section {
  position: relative;
  padding: 80px 0;
  background-image: url("images/academy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   /* <-- THIS MAKES IT FIXED */
  background-position: center;
  color: #fff;
}






.achievements-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.achievements-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
    color: #967F2B;

}

.ach-num {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Oswald';
}

.plus {
  font-size: 32px;
  margin-left: 5px;
  color: #d9c26c;
}

.ach-label {
  margin-top: 8px;
  font-size: 16px;
  font-family: 'Roboto';
  opacity: 0.9;
}






































/* ===================== SERVICES SECTION ===================== */

.services-section {
    background-color: #0b0b0b;
    color: #fff;
    padding: 80px 0;
}

/* Heading */
.services-title {
    font-family: "Oswald", sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #967F2B;  /* GOLD */
}

/* Small description */
.services-sub {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    /* color: #d4c89a; */
    max-width: 700px;
    margin: 0 auto;
}

/* Service Card */
.service-card {
    background: #151515;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(150, 127, 43, 0.15); /* Light gold glow */
    transition: 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 25px rgba(150, 127, 43, 0.35); /* GOLD Hover */
}

/* Service Image */
.service-img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    margin-bottom: 18px;
}

/* Service Name */
.service-name {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    color: #967F2B;  /* GOLD */
    margin-bottom: 10px;
}

/* Description */
.service-text {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #e6e6e6;
    line-height: 1.6;
}

/* Contact Button */
.services-btn {
    background: #967F2B;  /* GOLD */
    color: #fff;
    border-radius: 30px;
    transition: 0.3s ease;
}

.services-btn:hover {
    background: #bfa144; /* lighter gold */
    transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 768px) {
    .services-title {
        font-size: 32px;
    }
}



































.google-review-section {
  background: #fafafa;
}

.review-title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.review-sub {
  font-size: 16px;
  color: #333;
}

/* GOOGLE CARD STYLE */
.review-card {
  background: #fff;
  padding: 25px;
  max-width: 550px;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}

/* Avatar + Name */
.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.review-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.review-stars {
  font-size: 15px;
  color: #f4b400;
}

/* Review Text */
.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-top: 15px;
}

/* Mobile responsive */
@media (max-width: 576px) {
  .review-card {
    padding: 18px;
    margin: 0 10px;
  }

  .review-title {
    font-size: 24px;
  }

  .review-avatar {
    width: 45px;
    height: 45px;
  }
}






























































/* Testimonial Section */
.testimonial-section {
  position: relative;
  padding: 0;
}

.testimonial-slide {
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.testimonial-slide .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.testimonial-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  max-width: 700px;
  z-index: 5;
}

.testimonial-profile {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #967F2B;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 15px;
}

.testimonial-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #967F2B;
}

/* Slider Dots */
.custom-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #967F2B !important;
  margin: 8px;
  opacity: 0.6;
}

.custom-indicators .active {
  opacity: 1;
  transform: scale(1.2);
}
.carousel-inner{
  background-image: url("images/testinomial-2.jpg");
  background-position:center;
  background-repeat:no-repeat ;
  background-size: cover;
}
.overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2;
}


































































/* MAIN WRAPPER */
.contact-section {
background-color: #000000;
  padding: 80px 0;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  padding: 60px 50px;
  background: rgba(20, 20, 20, 0.75);
  border-radius: 6px;
}

/* LEFT SIDE */
.contact-left {
  width: 50%;
  color: #fff;
}

.contact-left h2 {
  color: #c6a14a;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.contact-left p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.contact-info .info-item {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 18px;
}

.contact-info i {
  font-size: 22px;
  color: #c6a14a;
}

/* RIGHT SIDE */
.contact-right {
  width: 50%;
}

.contact-right form input,
.contact-right form select {
  width: 100%;
  padding: 15px 18px;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 2px solid #c6a14a;
  background: transparent;
  color: white;
  font-size: 16px;
}

.two-inputs {
  display: flex;
  gap: 15px;
}

.contact-right form textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #c6a14a;
  background: #fff;
  color: black;
  margin-bottom: 20px;
}

.submit-btn {
  width: 100%;
  padding: 16px;
  background: #c6a14a;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
}

.submit-btn:hover {
  opacity: 0.9;
}



















































/* MAP SECTION */
.map-section {
  padding: 60px 0;
  padding: 20px 0;
}

.map-title {
  font-size: 2rem;
  font-weight: 700;
  color: #967F2B;
}

.map-subtitle {
  font-size: 1.1rem;
  color: #555;
}

/* MAP BOX */
.map-container {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  padding: 40px 100px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 2px solid rgb(211, 206, 61);
  border-radius: 50px;
}



























.marquee-section {
  overflow: hidden;
  padding: 40px 0;
  background: #000; /* change background if needed */
}

/* Marquee container */
.marquee-wrap {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

/* Marquee animation */
.marquee {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-left 25s linear infinite;
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #d4af37;
}

/* Reverse direction for second line */
.marquee.reverse {
  animation: scroll-right 35s linear infinite;
}

/* Text shine effect */
.marquee-text {
  margin-right: 50px; /* spacing between repeated text */
  background: linear-gradient(90deg, #b8860b, #fff4c2, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s linear infinite;
}

/* Keyframes for scroll left/right */
@keyframes scroll-left {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}

/* Keyframes for gold shine */
@keyframes shine {
  0% { background-position: 0% }
  100% { background-position: 200% }
}


















































/* FOOTER */
.footer-section {
  background: #0b0b0b;
  color: #e6e6e6;
  font-family: 'Roboto', sans-serif;
}

.footer-logo {
  width: 130px;
}

.footer-title {
  color: #967F2B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
}

.footer-about {
  font-size: 15px;
  line-height: 1.7;
  color: #cfcfcf;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #967F2B;
}

.footer-contact {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 10px;
}

/* Social Icons */
.footer-social a {
  color: #967F2B;
  font-size: 20px;
  margin-right: 12px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #fff;
}

/* Divider Line */
.footer-line {
  border-color: #333;
  margin: 20px 0;
}

.footer-bottom {
  font-size: 14px;
  color: #aaa;
}

/* Go To Top Button */
.back-to-top {
  all: unset; /* Remove default Bootstrap styles */
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #967F2B; /* Your theme color */
  color: #fff;
  font-size: 28px;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: center;
  line-height: 1;
  transition: 0.3s ease;
}

.back-to-top:hover {
  transform: scale(1.15);
  background-color: #b69a3a;
}



#splash-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
