  
  body {
    font-family: 'Federo';
}
  section.hero {
    position: relative;
    top: -50px;
}
p.mb-0.text-muted.small i {
    padding: 10px;
}
p.small.mb-1 i {
    padding-right: 10px;
}
a {
    color: rgb(141 141 134);
    text-decoration: none;
}
p.small.mb-1 {
    color: #ccc;
}
footer a:hover {
    color: #dc3545;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.Register {
    background-color: #F9CE1F;
    padding: 15px 50px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    border: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.Register:hover {
    background-color: #b54924;
    border: none;
	color:#fff;
}
ul.list-unstyled.small li {
    padding: 6px 0px;
    font-size: 16px;
    /* color: #fff !important; */
}
.col-md-6.left {
    text-align: end;
}
.row.footer-img {
    border-bottom: 2px solid #847d7d;
    margin-bottom: 40px;
    padding: 26px 0px 23px 0px;
    display: flex;
    align-items: center;
}
  /* ===============================
   Pricing Section
   =============================== */
.pricing-section {
  background: #1e1e1e;
  color: #fff;
  border-radius: 20px;
}

.pricing-section .section-title h2 {
    font-size: 2rem;
    /* font-weight: 600; */
    font-size: 2.8rem;
    font-weight: 300;
    font-family: 'Federo';
}
.pricing-section .section-title p {
    color: #ccc;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}
i.fa-solid.fa-address-card {
    font-size: larger;
    padding-right: 20px;
    padding-top: 0px;
}
.swiper {
  
    padding-bottom: 100px;
}
section.pricing-section.py-5 .row {
    width: 100%;
    /* display: flex; */
    /* justify-content: space-around; */
    margin: 0 auto;
}
.price-card {

    border-radius: 16px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-align: left;
    background: linear-gradient(136.02deg, #363636 18.45%, #626262 49.07%, #353535 79.69%);
}

.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.4);
}

.price-card h5 {
  font-size: 1.2rem;

  margin-bottom: 10px;
}

.price-card p {
  color: #aaa;
  font-size: 0.9rem;
  min-height: 60px;
}

.price-card h3 {
  margin: 20px 0;

  font-size: 1.8rem;
}

.price-card .btn-warning {
    background: #F9CE1F;
    color: #000;
    border-radius: 50px;
    font-weight: 500;
    padding: 10px 30px;
    border: none;
    transition: 0.3s;
    width: 100%;
}
.price-card .btn-warning:hover {
  background: #F9CE1F;
  color: #000;
}
    /* Transparent Header */
.navbar {
    position: absolute;
    top: 21px;
    width: 100%;
    z-index: 10;
}
p.text-success.mb-0 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}
section.py-5.section-2 h4 {
    font-weight: 500;
    font-size: 30px;
    margin-top: 10px;
}
h6.mb-1 {
    text-align: left;
}
p.mb-0.text-muted.small {
    text-align: left;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) #198754 !important;
}
a.Register1 {
    background-color: #F9CE1F;
    padding: 15px 30px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    width: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.p-4.rounded-4.shadow-sm.h-100 {
    background-color: rgba(245, 245, 245, 0.5);
}
h2.title {
    font-size: 2.8rem;
    font-weight: 300;
    font-family: 'Federo';
}
p.smalls-p {
    font-size: 18px;
    margin: 20px 0px;
    color: rgba(92, 103, 96, 1);
}
i.bi.bi-clock {
    padding-right: 10px;
}
a.brochure {
    padding: 16px 50px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
}
  .navbar a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    font-family: Federo;
    letter-spacing: 0.5px;
}
    .navbar a:hover {
      color: #F9CE1F;
    }

    /* Hero Section */
    .hero {
      background: url('images/background.png') center/cover no-repeat;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #fff;
      text-align: center;
    }
.small-p{
  background-color: rgba(0, 0, 0, 0.43);
    width: fit-content;
    /* text-align: center; */
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 50px;
    /* font-weight: 500 !important; */
    font-family: 'Federo';
}
    .hero::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
    }

.section-3 .img-fluid {
    max-width: 100%;
    height: 400px;
}
a.Register {
    background-color: #F9CE1F;
    padding: 18px 50px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
}
    a.Register i {
    padding-left: 10px;
    font-size: 15px;
}
      a.Register:hover {
      background:#F9CE1F;
      color: #fff;
    }

    .btn-outline-light {
      border: 1px solid #fff;
      color: #fff;
    }

    .btn-outline-light:hover {
      background: #fff;
      color: #000;
    }
    
    .feature-box {
  transition: all 0.3s ease;
  background-color: #fff;
}
.feature-box:hover {
  border-color: #198754;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}
.event-highlight-section {
  
  background-color: #fff;
  color: #111;
}



.event-highlight-section .section-title p {
  color: #555;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

.event-highlight-section .swiper-slide {
    background: rgba(249, 249, 249, 1);
    border-radius: 10px;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
    overflow: hidden;
    transition: 0.3s;
    padding: 20px;
}

.event-highlight-section .swiper-slide:hover {
  transform: translateY(-5px);
}

.event-highlight-section .slide-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
}
.event-highlight-section .slide-content {
  padding: 20px 0px;
  text-align: left;
}
.swiper.eventSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin: 40px 0px;
    padding-bottom: 70px;
}
.event-highlight-section .slide-content h5 {
    font-weight: 400;
    margin-bottom: 10px;
}
.event-highlight-section .slide-content p {
  font-size: 0.9rem;
  color: #666;
}

    
    /* ===============================
   Testimonials Section
   =============================== */
.testimonial-section {
  background: #fff;
  color: #111;

}




.testimonial-card {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  text-align: left;
  transition: 0.3s;
}

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

.testimonial-card p {
  font-size: 0.95rem;
  color: #444;
  min-height: 80px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
}

.testimonial-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-user h6 {
  font-size: 1rem;
  margin: 0;
 
}
.row.bar {
    background-color: rgba(247, 255, 250, 1);
    padding: 20px;
    border-radius: 50px;
    margin-top: 40px;
}
.testimonial-user span {
  font-size: 0.85rem;
  color: #777;
}

.stars {
  color: #f5b400;
  font-size: 1.1rem;
}

/* ===============================
   Logo Slider
   =============================== */
.logoSwiper img {
  max-width: 150px;
  opacity: 0.7;
  transition: 0.3s;
}

.logoSwiper img:hover {
  opacity: 1;
}

.logoSwiper .swiper-slide {
  text-align: center;
}

/* Brochure background */

.align-items-center.footer {
    padding: 60px  0px;
}

.brochure-section {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('images/footer.png')
    center/cover no-repeat;
  border-radius: 1rem 1rem 0 0;
  padding-bottom: 4rem;
}

#backToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 999;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #f4c542;
    --bs-btn-border-color: #f4c542;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn:hover {

    background-color: #af4824;
    border-color: #ad4623;
}
#backToTopBtn i {
  font-size: 20px;
}
/* Form styles */
.brochure-form {
  max-width: 100%;
}
.brochure-form .form-control {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0.25rem;
}
.brochure-form .form-control::placeholder { color: #bfbfbf; }
.brochure-form .form-control:focus {
  border-color: #f4c542;
  box-shadow: none;
}

/* Footer styling */
.footer-section {
  background: #1b1b1b;
  border-radius: 0 0 1rem 1rem;
  margin-top: -2rem;
  padding-bottom: 2.5rem;
}
.footer-section .section-title { color: #fff; }

/* Social icons */
.social-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  color: #fff;
  transition: all .18s ease;
  text-decoration: none;
}
.social-link i { font-size: 1.05rem; }
.social-link:hover {
  transform: translateY(-4px);
  background: #f4c542;
  color: #111;
  box-shadow: 0 6px 18px rgba(244,197,66,0.18);
}

/* Register button style */
.footer-section .btn-warning {
  background: #f4c542;
  color: #000;
  border-radius: 50px;
  padding: 10px 24px;
  border: none;
}
.footer-section .btn-warning:hover {
  background: #ffd86a;
}

/* scroll top button */
.scroll-top-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  transition: .18s ease;
}
.scroll-top-btn:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.06);
}
a.Register:hover {
    background-color: #b54924;
}
a.Register1:hover {
    background-color: #b54924;
    color: #fff;
}
/* Responsive tweaks */
@media (max-width: 991px) {
  .footer-section { text-align: left; }
  .footer-section .text-lg-end { text-align: left !important; }
}


/* Mobile Fix */
    @media (max-width: 767px) {
      .hero {
        height: 90vh;
        padding: 100px 20px;
      }
     .navbar {
    background: rgb(21 20 20);
}

      .navbar {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.section-3 .img-fluid {
    max-width: 100%;
    height: auto;
}
h2.title {
    font-size: 1.6rem;
    font-weight: 300;
    font-family: 'Federo';
}
section.pricing-section.py-5 .row {
    width: 100%;
   
}
.row.bar {

    gap: 30px;
}
ul.navbar-nav.align-items-center.gap-3 {
    padding-bottom: 40px;
    /* align-items: flex-start !important; */
    /* gap: 10px !important; */
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #ffffffe8 !important;
}
	.swiper {
  overflow: hidden;
}
		html, body {
  overflow-x: hidden;
}

	
		
		
    }
    