/*
Theme Name: GP Custom Theme
Author: Akhila Sivarajan
Version: 1.0
*/

body {
  margin: 0;
  font-family: "Work Sans", "Roboto", Arial, sans-serif;
  background-color: #0B0F1A;
  color: #A9C1D9;
}

a {
  text-decoration: none;
  color: #A9C1D9;
}

/* .dancing-script-caption {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  background: -webkit-linear-gradient(#ffffff, #f855fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.home-hero-caption {
  font-family: "DM Sans",sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 80px;
  margin-bottom: -25px;
}

.hero-caption-1 {
  color: #00b8ff;
  font-weight: 800;
}

.hero-sub-caption {
  font-size: 22px;
  font-weight: lighter;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

/* .navbar {
  background: #111;
  color: #fff;
  padding: 15px 0;
} */

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1000;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  z-index: 1000;
}

.nav-links a {
  color: white;
  text-decoration: none;
}

.nav-links a.active {
  color: #00E5FF;
}

.hero-container {
  padding: 120px 0;
}

.hero {
  /* background: linear-gradient(135deg, #4f46e5, #9333ea); */
  color: white;
  /* padding: 120px 0; */
  text-align: center;
  display: flex;
  flex-direction: column;
}
.hero {
  position: relative;
  height: 50vh;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
  /* Fallback image */
  background: url('../assets/images/hero-fallback.jpg') center center / cover no-repeat;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
  z-index: -1;
}

.nav-links a {
  color: white;
}

.btn {
  /* display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: white;
  color: #4f46e5;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px; */
  
    color: #fff;
    margin-top: 20px;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    cursor: pointer;
}

.hero-container .btn {
  /* border: solid 2px #0ad1f1; */
  border: solid 2px #00E5FF;
  background-color: #00E5FF;
  color: black;
}

.card .btn {
  /* border: solid 2px #0ad1f1; */
  border: solid 2px #00E5FF;
  background-color: #00E5FF;
  color: #383838;
}

.hero-container .btn:hover {
  background: #0ad2f1cc;
}

[data-ui-contact-num] {
  /* margin: 14px; */
  display: inline-flex;
  gap: 10px;
}
[data-daytime] {
  margin-top: 0px;
}
[data-ui-phone] {
  color: #7cffb2;
}
.card .btn:hover {
  background: #0ad2f1cc;
  color: #fff;
}

.card h3 {
  color: #7cffb2;
}

.services h2 {
  font-size: 30px;
  color: #E6F7FF;
  
}
.services {
  padding-bottom: 80px;
  text-align: center;
}

.carousel-wrapper {
  position: relative;
  margin-top: 40px;
}

.carousel {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 10px; /* Proper spacing instead of margin */
  transition: transform 0.5s ease;
}

.card {
  flex: 0 0 calc((100% - 20px) / 3); /* 3 fully visible cards */
  /* background-color: #70a0cb; */
  /* background-color: #0ad2f175; --saturated light blue */
  background-color: #12182A  ; 
  /* background-color: #c1f5fd;  */
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  color: #A9C1D9;
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
}

.carousel-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  /* background: #00E5FF; */
  background: #0B0F1A;
  color: #00E5FF;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.prev { left: -40px; }
.next { right: -40px; }

/* Pagination Dots */
.carousel-dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}

.carousel-dots button.active {
  background: #00E5FF;
}




.about {
  background: #111;
  /* color: white; */
  padding: 80px 0;
  text-align: center;
  border-top: 2px solid #00e5ff;
}
.about-title h1 {
  color: #7cffb2;
  font-size: 65px;
  text-shadow: 2px 2px #0b0f1a;
}

/* .intro-section {
  color: aliceblue;
} */
.intro {
  display: flex;
}
[data-intro] {
  flex: 1 1 0px;
  padding: 60px 0;
}

[data-intro]:nth-child(1) {
  font-size: 30px;
  color: #E6F7FF;
  align-items: center;
  display: flex;
  justify-content: center;
}

[data-intro]:nth-child(2) {
  font-size: 16px;
  line-height: 30px;
}

[data-ui-service-section] {
  display: flex;
  margin-bottom: 40px;
}

.service-section {
  /* background-color: #c1f5fd; */
  background-color: #12182A ;
}

[data-ui-service-section] p {
  color: #A9C1D9;
  margin: 0 auto;
}

[data-ui-service-section] div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px 0;
}

[data-icon] {
  height: 48px;
}

[data-ui-about-section] {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

[ data-ui-about-cap] {
  font-size: 25px;
}

[data-icon-location]{
  height: 35px;
  position: relative;
  top: 6px;
}


/*-------------------------------- media queries---------------------------------- */

/* Tablet */
@media (max-width: 992px) {
  .card {
    flex: 0 0 calc((100% - 10px) / 2);
  }
  .intro {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  [data-intro] {
    padding: unset;
  }
}

/* ===== STICKY GLASS NAVBAR ===== */

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  backdrop-filter: blur(10px);
  background: rgba(11, 15, 26, 0.7);
  border-bottom: 1px solid rgba(0, 229, 255, 0.2);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.logo {
  color: #fff;
  font-weight: 700;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-links a {
  color: white;
  font-weight: 500;
}

.nav-links a:hover {
  color: #00e5ff;
}

/* ===== HAMBURGER ===== */

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
}

.menu-toggle span {
  background: white;
  height: 3px;
  width: 26px;
  margin: 4px 0;
  display: block;
}

/** ===== hero sections all pages except home ===== */

.hero-about {
 
  color: white;
  /* padding: 120px 0; */
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 50vh;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
  /* Fallback image */
  background: url('../images/billboards.jpg') center center / cover no-repeat;
}

.hero-products {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 50vh;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
  /* Fallback image */
  background: url('../images/outdoorstage.jpg') center center / cover no-repeat;
}

.hero-test {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 50vh;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
  /* Fallback image */
  background: url('../images/event-photo.jpg') center center / cover no-repeat;
}

.hero-gallery {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 50vh;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
  /* Fallback image */
  background: url('../images/outdoorstage.jpg') center center / cover no-repeat;
}

/* ================PRODUCTS PAGE================= */

.products-page {
  padding: 80px 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.product-card {
  background: #12182A;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.product-card h3 {
  margin-top: 15px;
}

.product-card a {
  text-decoration: none;
  color: #7cffb2;
}

.single-product {
  padding: 80px 0;
}


.product-image img {
  width: 100%;
  height: auto;
  /* max-height: 500px; */
  border-radius: 15px;
  display: block;
  margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

/* ============ Gallery Page =========== */
/* .gallery-page {
  padding: 80px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.gallery-item {
  margin-bottom: 20px;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

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

.single-gallery {
  padding: 80px 0;
}

.gallery-image img {
  width: 70%;
  
  height: auto;
  
  border-radius: 15px;
  display: block;
  margin-bottom: 30px;
} */

/* ===== GRID GAP FIX (Both Pages) ===== */

.gallery-grid {
  margin-top: 30px;
}

.single-gallery {
  padding: 80px 0;
}

.gallery-item {
  padding: 8px; /* 🔥 small gap */
  box-sizing: border-box;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

/* ===== Hover Effect ===== */

.gallery-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.gallery-link:hover img {
  transform: scale(1.05);
}

/* ===== Overlay ===== */

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-link:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h3 {
  margin: 0;
  font-size: 16px;
}

.gallery-count {
  font-size: 13px;
  opacity: 0.8;
}

.masonry-grid {
  column-count: 3;
  column-gap: 20px;
  margin-top: 40px;
}

.masonry-item {
  margin-bottom: 20px;
}

.masonry-item img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.masonry-item img:hover {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .masonry-grid {
    column-count: 1;
  }
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= CONTACT PAGE ================= */
.contact-section {
  padding: 120px 0 60px;
}

.contact-form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}

.contact-buttons {
  display: flex;
  gap: 10px;
}

.btn-whatsapp {
  background: #25D366;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
}

.btn-sms {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {

  .hero {
    height: 100vh;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 70px;              /* height of navbar */
    right: 0;               /* anchor to right */
    width: 30%;             /* 👈 not exceeding half */
    max-width: 320px;       /* optional safety cap */
    height: auto;
    margin: auto;
    background: #0B0F1A;

    flex-direction: column;
    align-items: end;
    justify-content: flex-start;
    padding: 30px 25px 30px 0;
    gap: 20px;

    transform: translateX(100%);  /* hidden off-screen to the right */
    transition: transform 0.3s ease;

    border-left: 1px solid rgba(0,229,255,0.2);
    box-shadow: -10px 0 25px rgba(0,0,0,0.4);
  }

  .nav-links.open {
    transform: translateX(0);  /* slide in */
    margin: auto;
  }

  .home-hero-caption {
    font-size: 4.2rem;
    margin-bottom: -13px;
  }
  .hero-sub-caption {
    font-size: 1.15em;
    font-weight: lighter;
  }
}


/* Mobile */
@media (max-width: 600px) {
  .card {
    flex: 0 0 100%;
  }

  [data-ui-service-section] {
    display: flex;
    flex-direction: column;
    max-width: 60%;
    margin: auto;
  }
  [data-ui-about-section] {
    flex-direction: column;
    gap: 25px;
}
}

