section{
  overflow: hidden;
}


/* Header */
.gloria-header {
  background-color: #0e0e0e; /* Black background */
  position: relative;
  z-index: 1000;
  padding: 10px 0;
}

/* Logo text */
.header-logo p {
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* Hamburger */
.hamburger {
  width: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  margin: 6px 0;
  transition: 0.4s;
}

/* Hamburger to X animation */
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Fullscreen overlay menu */
.menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #0e0e0e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.5s ease;

  z-index: 999;



}
.menu-overlay.open {
  transform: translateY(0);
}

/* Overlay menu links (Vertical) */
.menu-overlay a {
  color: white;
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  text-decoration: none;
  margin: 20px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
    display: block;
  text-align: center;
}
.menu-overlay.open a {
  opacity: 1;
  transform: translateY(0);
}


/*********************************/

.hero-section {
  position: relative;
  width: 100%;
  height: 95vh; /* Full screen height */
  background: url('../img/bg1.webp') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.hero-section::after {
  /* Optional dark overlay for readability */
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #000000A1;
}

.hero-content {
  position: relative;
  color: #fff;
  font-family: 'Playfair Display', serif;
  z-index: 2;
}

.hero-content h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 992px) {
  .hero-content h1 {
    font-size: 5rem;
  }
}


/****************************/

section.services-section {
    position: relative;
    top: -3px;
}

/* Service Box */
.service-box {
  position: relative;
  overflow: hidden;
}

.service-box img {
  transition: transform 0.3s ease;
}

/* Dark overlay on hover */
.service-box::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  transition: background 0.3s ease;
}

/* Service text */
.service-content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: left;
  z-index: 2;
  width: 90%;
}

.service-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

/* Hover effect */
.service-box:hover img {
  transform: scale(1.05);
}
.service-box:hover::after {
  background: rgba(0,0,0,0.6);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-content h3 {
    font-size: 0.85rem;
  }
}



/**********************/
.project-slider-section {
  background-color: #0e0e0e;
  position: relative;
  margin-top: -5px;
}

.project-slide {
  position: relative;
}

.project-slide img {
  border-radius: 15px;
}

.slide-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-family: 'Playfair Display', serif;
}

.slide-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.slide-content p {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

/* Custom Arrows */
.arrow-btn {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.arrow-btn:hover {
  transform: scale(1.1);
}

/* Pagination Style */
.slider-pagination {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}


@media (max-width: 900px){
  .arrow-btn {
  cursor: pointer;
  transition: transform 0.3s ease;
  max-width: 60px;
}
}

/**********************/

/* Custom column for 5 per row */
@media (min-width: 992px) {
  .custom-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.logo-box {
  background: transparent;
  padding: 30px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid #FFFFFF57;
  height:100%
}

.logo-box img {
  max-height: 40px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

/* Hover Gradient */
.logo-box:hover {
  background: linear-gradient(135deg, #3b82f6, #a855f7, #f59e0b);
  transform: translateY(-5px);
}

.logo-box:hover img {
  filter: none;
}


/******************/
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 600;
}

.feature-box img {
  width: 30px;
  display: block;
}

.feature-box p {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

/*****************************/

.featured-events .section-title {
  font-family: 'Playfair Display', serif;
}

.featured-events .section-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #ccc;
}

.event-box {
  position: relative;
  overflow: hidden;
  margin: 0px !important;
  padding: 0p !important;
}

.event-box img {
  transition: 0.5s;
  width: 100%;
}

.event-box:hover img {
  transform: scale(1.1);
}

.event-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet);
  background-size: 400% 400%;
  animation: gradientMove 6s ease infinite;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
  transition: 0.4s;
}

.event-box:hover .overlay {
  opacity: 0.85;
}

.event-box .overlay h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.event-box .overlay p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  margin: 0;
}

/* Animated VIBGYOR effect */
@keyframes gradientMove {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}



/*****************/
.stats-section {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 120px 0;
}

.stats-section .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.featured-events .col-6{
  margin-top: 0;
}

.stat-box {
  border: 1px solid rgba(255,255,255,0.6);
  padding: 30px 20px;
  border-radius: 12px;
  transition: 0.3s;
  backdrop-filter: blur(1px); /* glassmorphism */
}

.stat-box:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}

.stat-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 5px;
}

.stat-box p {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 0.95rem;
}


/*************************/

.testimonial-section {
  font-family: 'Montserrat', sans-serif;
}


.client-info{
  display: flex;
  justify-content: space-between;
}
.testimonial-content p {
  color: #ccc;
  line-height: 1.6;
}

.client-info h6 {
  font-family: 'Playfair Display', serif;
}

.client-logo {
  height: 40px;
  width: auto;
}

.stars i {
  color: #FFD700;
}

.swiper-pagination-bullet {
  background: #fff !important;
}


/************************/
.footer-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  padding: 60px 0;
}

.footer-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.footer-banner .container {
  position: relative;
  z-index: 2;
}

.footer-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.footer-subtext {
  font-family: 'Montserrat', sans-serif;
  color: #ddd;
  font-size: 1rem;
  margin-top: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/********************************/

.main-footer {
  background-color: #111;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
}

.footer-nav a {
  color: #ccc;
  text-decoration: none;
  margin-right: 20px;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-email {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

.footer-divider {
  border-color: #333;
  opacity: 0.6;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

footer a {
  color: #bbb;
  text-decoration: none;
  margin: 0 5px;
}

footer a:hover {
  color: #fff;
}


.social-icons a {
    background: #fff;
    height: 40px;
    width: 40px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
}