/* Custom overrides on top of Bootstrap 5 / style.css */

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F3E721;
  color: #1a1a1a;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border: 1px solid #2c9bf4;
}

.view-all-btnB {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F3E721;
  color: #1a1a1a;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border: 1px solid #2c9bf4;
}

.view-all-btnB:hover,
.view-all-btnB:focus {
  background-color: #f5c400;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.view-all-btnB i {
  font-size: 14px;
  color: black;
}

.view-all-btn:hover,
.view-all-btn:focus {
  background-color: #f5c400;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.view-all-btn i {
  font-size: 14px;
  color: black;
}

/* Get In Touch (home "Our Event") */
.get-in-touch-area {
  background-color: #fff;
}
.get-in-touch-heading {
  color: #0a1e5e;
  font-size: 2.25rem;
}
.git-input {
  border: 1.5px solid #b8d8ff;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  color: #6b7280;
  background-color: #fff;
  box-shadow: none;
}
.git-input::placeholder {
  color: #9aa3b2;
}
.git-input:focus {
  border-color: #2c9bf4;
  box-shadow: 0 0 0 3px rgba(44, 155, 244, 0.15);
  color: #111;
  background-color: #fff;
}
.git-textarea {
  border-radius: 22px;
  min-height: 130px;
  resize: vertical;
}
.git-send-btn {
  background-color: #F3E721;
  color: #1a1a1a;
  border-radius: 999px;
  padding: 0.7rem 6.5rem;
  font-weight: 700 !important;
  /* border: none; */
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border: 1px solid #2c9bf4;
}
.git-send-btn:hover,
.git-send-btn:focus {
  background-color: #f5c400;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  border: 1px solid #2c9bf4;
}
.git-map-wrap {
  display: flex;
  place-items: center;
  min-height: 240px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #eef1f9;
  box-shadow: 0 10px 25px rgba(10, 30, 94, 0.08);
}
.git-service-card {
  flex: 0 0 45%;
  background-color: #eef1f9;
  padding: 28px 26px;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.git-service-card h5 {
  color: #000000;
  font-size: 1.45rem;
}
.git-service-card p {
  font-size: 1.15rem;
  color: #000000;
  line-height: 1.5;
}
.git-map-wrap iframe {
  display: block;
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  height: 240px;
  border: 0;
}
@media (max-width: 575.98px) {
  .git-map-wrap {
    flex-direction: column;
  }
  .git-service-card {
    flex: 0 0 auto;
  }
  .git-map-wrap iframe {
    height: 220px;
  }
}

/* FAQ + Contact section (home "Our Event") */
.faq-contact-area {
  background-color: #1f2c8a;
  padding: 70px 0;
}

.faq-contact-area .faq-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  opacity: 0.6;
}

.faq-contact-area .faq-accordion .accordion-item {
  background: transparent;
  /* border-radius: 50px; */
  overflow: hidden;
}

.faq-contact-area .accordion-button {
  background-color: #fff;
  color: #1a1a1a;
  font-weight: 600;
  border-radius: 30px !important;
  padding: 14px 24px;
  box-shadow: none;
}

.faq-contact-area .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #1a1a1a;
  border-radius: 30px !important;
}

.faq-contact-area .accordion-button::after {
  background-image: none;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1a1a1a;
  background-color: #F3E721;
  width: 24px;
  height: 24px;
  /* border-radius: 50%; */
  border-radius: 30px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transform: rotate(0deg);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.faq-contact-area .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-color: #F3E721;
  color: #1a1a1a;
}

.faq-contact-area .accordion-body {
  color: #ffffffb3;
  padding: 14px 24px 4px;
}

.faq-form-card {
  background-color: #2c9bf4;
  border-radius: 20px;
  padding: 40px 30px;
}

.faq-form-card .form-control {
  border: none;
  padding: 14px 20px;
}

.faq-form-card textarea.form-control {
  border-radius: 16px;
  resize: none;
}

.faq-form-card .form-control:focus {
  box-shadow: 0 0 0 3px rgba(255, 214, 10, 0.35);
}

.send-question-btn {
  background-color: #f3e721;
  color: #1a1a1a;
  font-weight: 700;
  border: none;
  border-radius: 40px;
  padding: 12px 0px;
  width: 100%;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

@media (max-width: 575.98px) {
  .send-question-btn {
    /* padding: 12px 60px !important; */
  }
}

@media (max-width: 992px) {
  .send-question-btn {
    /* padding: 12px 60px !important; */
  }
}
@media (max-width: 1399px) {
  .send-question-btn {
    /* padding: 12px 160px !important; */
  }
}

.send-question-btn:hover,
.send-question-btn:focus {
  background-color: #f3e721;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.faq-block .icon {
  position: relative;
}
.faq-block .icon .line-three {
  position: absolute;
  top: 50%;
  left: 70px;
  height: 2px;
  width: 45px;
  background-color: #fff;
  /* margin-left: -15px; */
}
.faq-block .icon .line-four {
  position: absolute;
  top: 60%;
  left: 70px;
  height: 2px;
  width: 45px;
  background-color: #fff;
  /* margin-left: -15px; */
}

/* Contact page */
.contact-section .contact-heading {
  color: #000000;
  font-size: 2.25rem;
}
.contact-section .contact-info-label {
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
}
.contact-section .contact-info-value,
.contact-section .contact-info-value a {
  color: #111;
  font-style: italic;
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
}
.contact-section .contact-input {
  background-color: #eef1fb;
  border: none;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  color: #6b7280;
}
.contact-section .contact-input:focus {
  background-color: #eef1fb;
  box-shadow: 0 0 0 2px rgba(10, 30, 94, 0.15);
  color: #111;
}
.contact-section textarea.contact-input {
  min-height: 160px;
  resize: vertical;
}
.contact-section .contact-send-btn {
  background-color: #F3E721;
  color: #111;
  border-radius: 0;
  letter-spacing: 0.05em;
  border: none;
  border: 1px solid #000000;
  border-radius: 30px;
}
.contact-section .contact-send-btn:hover {
  background-color: #e6da00;
  color: #111;
}

/* Navbar: take normal flow space so following sections (e.g. hero) sit below it,
   no manual offsets required. Overrides the theme's absolute positioning. */
.navbar-area.nav-style-02 {
  position: relative !important;
  top: 0 !important;
  background-color: #fff;
}

/* Sticky navbar: body has overflow-x:hidden which breaks position:sticky,
   so we toggle position:fixed via JS on scroll. */
.navbar-area.nav-style-02.is-stuck {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  animation: navSlideDown 0.3s ease;
  z-index: 1030;
}
@keyframes navSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Home testimonials carousel */
.testimonials-section .testimonial-card {
  background: #eef1fb;
  display: flex;
  flex-direction: column;
  min-height: 220px;
}
.testimonials-section .carousel-indicators {
  justify-content: center;
}
.testimonials-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c9d0e0;
  border: 0;
  margin: 0 4px;
  opacity: 1;
}
.testimonials-section .carousel-indicators .active {
  background-color: #2b97ed;
}

.single-service-grid:hover {
  transform: scale(1.05);
}

.contact-section .contact-info-value a:hover {
  color: #2c9bf4;
}

/* Header slider: cap each slide height and vertically center header-inner */
.header-slider-one .header-area {
  max-height: 400px;
  min-height: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.header-slider-one .header-area .container,
.header-slider-one .header-area .row {
  width: 100%;
}
.header-slider-one .header-area .row {
  align-items: center;
  min-height: 400px;
}
.header-slider-one .header-area .header-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


    .header-banner{
        height: 350px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .first-header, .desc{
        color: white;
        text-align: center;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
        max-width: 800px;
    }
    .first-header{
        font-size: 60px;
        font-weight: 800;
    }
    .desc{
        font-size: 25px;
        font-weight: 700;
    }
    
    @media (max-width: 767px)
    {
        .first-header{
            font-size: 30px;
            font-weight: 800;
        }
        .desc{
            font-size: 20px;
            font-weight: 700;
        }

    }