
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Kaushan+Script&family=Petemoss&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}


/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.8s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.8s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 500 !important;
  font-family: "Kaushan Script", cursive;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 600 !important;
  font-family: "Petemoss", cursive;
  letter-spacing: 1.5px;
}
body {font-family: "Bricolage Grotesque", sans-serif;}
.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.banner-content small {
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #1eff99 !important;
    letter-spacing: -0.5px;
    line-height: 1;
    display: inline-block;
}
.wow,
.animated {
  animation-duration: 2s !important;
}
#book-event-section {
  scroll-margin-top: 90px;
}
.g-recaptcha {
  margin-bottom: 20px;
}

/*** Button Start ***/
.btn.btn-primary {
  border: 0;
}

.btn.btn-primary:hover {
  background: var(--bs-dark) !important;
  color: #e35e5e !important;
}

.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 38px;
  height: 38px;
}

.btn-md-square {
  width: 40px;
  height: 40px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-wa {
  background: #168100;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-wa img {
  width: 20px;
  height: 20px;
}

.btn-fixed {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 9;
}

.bg-theme {
  background: #ffe9e9;
}
/*** Button End ***/

/*** Navbar Start ***/

.header-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff; /* স্ক্রল করার পর ব্যাকগ্রাউন্ড সাদা হবে */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* হালকা শ্যাডো */
  animation: slideDown 0.3s ease-in-out;
  z-index: 9;
}
.header-area.is-sticky .navbar-brand img {
    width: 60px;
}

/* স্মুথ অ্যানিমেশনের জন্য (Optional) */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header-area.is-sticky .nav-links a {
  color: #111; /* Sticky হলে টেক্সট স্পষ্ট দেখানোর জন্য */
}
.navbar-brand img {
  width: 120px;
}
.nav-bar {
  background: var(--bs-light);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar .navbar-nav .nav-link {
  padding: 10px 12px;
  font-weight: 600;
  font-size: 17px;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

#searchModal .modal-content {
  background-color: rgba(255, 255, 255, 0.95);
}
/*** Navbar End ***/


/* Animated Background Objects */
    .bg-animation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none;
    }

    .bg-circle {
      position: absolute;
      background: linear-gradient(135deg, rgba(217, 35, 15, 0.2), rgba(255, 107, 74, 0.05));
      border-radius: 50%;
      animation: float 20s infinite linear;
    }

    .circle-1 { width: 300px; height: 300px; top: 10%; left: 10%; animation-delay: 0s; }
    .circle-2 { width: 200px; height: 200px; top: 70%; right: 10%; animation-delay: -5s; }
    .circle-3 { width: 150px; height: 150px; bottom: 20%; left: 30%; animation-delay: -10s; }

    @keyframes float {
      0% { transform: translate(0, 0) rotate(0deg); }
      100% { transform: translate(100px, 100px) rotate(360deg); }
    }

    /* Feature Section Styling */
    .creative-features {
      padding: 120px 20px;
      max-width: 1300px;
      margin: 0 auto;
      position: relative;
    }

    .section-header {
      text-align: center;
      margin-bottom: 90px;
    }

    .section-header span {
      color: #ff6b4a;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 12px;
      display: block;
      margin-bottom: 10px;
      font-family: 'Montserrat', sans-serif;
    }

    .section-header h2 {
        font-size: 48px;
        font-weight: 800;
        color: #000;
        /* font-family: 'Montserrat', sans-serif; */
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    }

    .section-header h2 span {
      display: inline;
      color: #d9230f;
      text-transform: none;
      letter-spacing: normal;
      font-size: inherit;
    }

    /* Floating Side Widget Container */
    .left-sticky-contact {
      position: fixed;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 99999;
      display: flex;
      flex-direction: column;
      gap: 12px;
      /* Smooth Animation Transition */
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    /* Scroll animations class added via JS */
    .left-sticky-contact.scrolling {
      transform: translateY(-50%) scale(1.08) translateX(5px);
    }

    /* Individual Contact Item */
    .contact-item {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #ffffff;
      width: 48px;
      height: 48px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      position: relative;
    }

    /* Brand Colors */
    .contact-item.phone {
      background: linear-gradient(135deg, #d9230f, #ff4d36); /* McDonald Theme Red */
    }

    .contact-item.whatsapp {
      background: linear-gradient(135deg, #25d366, #128c7e); /* WhatsApp Green */
    }

    .contact-item.email {
      background: linear-gradient(135deg, #007bff, #0056b3); /* Email Blue */
    }

    /* Icon Box */
    .contact-item .icon {
      min-width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
    }

    /* Hover Text Reveal */
    .contact-item .text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap;
      padding-right: 20px;
      opacity: 0;
      transform: translateX(-10px);
      transition: all 0.3s ease;
    }

    /* Hover Animation */
    .contact-item:hover {
      width: 180px; 
      border-radius: 30px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .contact-item:hover .text {
      opacity: 1;
      transform: translateX(0);
    }

    /* Asymmetric Grid Layout */
    .features-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      perspective: 1000px;
    }

  

    /* Individual Card Design - Glassmorphism */
   .creative-card {
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 60px 40px;
    width: calc(33.33% - 27px);
    min-width: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform;
}

    /* Asymmetric Positioning */
    .creative-card:nth-child(even) {
      transform: translateY(30px) rotateX(2deg);
    }

    .creative-card:nth-child(odd) {
      transform: translateY(-30px) rotateX(-2deg);
    }

    /* Card Hover Effect */
    .creative-card:hover {
      transform: translateY(0) rotateX(0) scale(1.05) translateZ(20px);
      background: rgba(255, 255, 255, 0.07);
      border-color: rgba(217, 35, 15, 0.3);
      box-shadow: 0 20px 50px rgba(217, 35, 15, 0.2);
    }

    /* Glowing Icon wrapper */
    .icon-box {
      width: 90px;
      height: 90px;
      background: linear-gradient(135deg, rgba(217, 35, 15, 0.1), rgba(255, 107, 74, 0.05));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 36px;
      color: #fff;
      margin-bottom: 35px;
      border: 1px solid rgba(217, 35, 15, 0.2);
      transition: all 0.5s ease;
      position: relative;
  }

    .icon-box::after {
      content: '';
      position: absolute;
      top: -5px; left: -5px; right: -5px; bottom: -5px;
      background: inherit;
      border-radius: inherit;
      filter: blur(10px);
      opacity: 0;
      transition: opacity 0.5s ease;
      z-index: -1;
    }
    .phon, .emaill {color:#e1e1e1;}
    .emaill {margin-top: 15px;}

    .creative-card:hover .icon-box {
      background: #d9230f;
      color: #ffffff;
      transform: rotateY(180deg) scale(1.1);
      box-shadow: 0 0 30px rgba(217, 35, 15, 0.6);
    }
    .creative-card .icon-box i {color: #ff5d5d;}
    .creative-card:hover .icon-box i {color: #fff;}

    .creative-card:hover .icon-box::after {
      opacity: 1;
    }

.creative-card h3 {
    font-size: 42px;
    font-weight: 700 !important;
    color: #ff5d5d;
    margin-bottom: 20px;
    font-family: "Petemoss", cursive;
    letter-spacing: 2px;
}
    .creative-card:hover h3, .creative-card:hover p {color: #000;}
    .creative-card p {
      font-size: 16px;
      color: #fff;
      line-height: 1.8;
      margin-bottom: 30px;
      font-weight: 300;
    }

    /* Creative List */
    .feature-list {
      list-style: none;
      padding: 0;
    }

    .feature-list li {
      font-size: 15px;
      color: #fff;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 12px;
      transform: translateY(10px);
      transition: all 0.4s ease;
      transition-delay: calc(var(--i) * 0.1s);
    }

    .creative-card:hover .feature-list li {
      opacity: 1;
      transform: translateY(0);
      color: #000;
    }

    .feature-list li i {
      color: #ff6b4a;
      font-size: 14px;
    }

    /* Responsive adjustment */
    @media (max-width: 1024px) {
      .creative-card {
        width: calc(50% - 20px);
        min-width: 300px;
      }
      .creative-card:nth-child(even),
      .creative-card:nth-child(odd) {
        transform: none;
      }
    }

    @media (max-width: 768px) {
      .section-header h2 {
        font-size: 36px;
      }
      .creative-features {
        padding: 80px 15px;
      }
      .features-container {
        gap: 30px;
      }
      .creative-card {
        width: 100%;
        padding: 50px 30px;
      }
    }

/*** Events Start ***/
.event .tab-class .nav-item a {
  color: #000;
}
.event .tab-class .nav-item a.active {
  background: #b10f15 !important;
  color: #fff !important;
}

.event .event-img .event-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(212, 167, 98, 0.7);
  border-radius: 8px;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.event .event-img:hover .event-overlay {
  opacity: 1;
}
/*** Events End ***/

/*** service start ***/
.service .service-item {
  position: relative;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  background: #FFFCF8;
  background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 217, 217, 1) 100%);
  border: 1px solid #f6c4c4;
  border-radius: 10px;
}

.service-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: auto;
  background: #000000;
  border-radius: 8px;
  transition: 1s;
}

.service-item:hover .service-content::after {
  height: 100%;
  opacity: 1;
}

.service-item .service-content-icon {
  position: relative;
  z-index: 2;
}

.service-item .service-content-icon img {
  width: 128px;
  margin-bottom: 15px;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
  transition: 1s;
}

.service-item:hover .service-content-icon i {
  color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
  color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
  background: var(--bs-white);
  color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
  transition: 1s !important;
}

.service-item:hover h4 {
  color: #fff;
  transition: all 0.3s;
}
/*** Services End ***/

/* Left Floating Widget Box */
    .floating-contact-wrapper {
      position: fixed;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 999999;
      display: flex;
      flex-direction: column;
      gap: 15px;
      transition: transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
      will-change: transform;
      background: rgba(0,0,0,0.5);
      padding: 10px;
      border-radius: 40px;
      width: 70px;
  }
    .floating-contact-wrapper.scroll-up {
      transform: translateY(calc(-50% - 25px));
    }

    .floating-contact-wrapper.scroll-down {
      transform: translateY(calc(-50% + 25px));
    }

    .floating-item {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #ffffff;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
      position: relative;
      transition: width 0.3s ease, border-radius 0.3s ease;
      overflow: hidden;
    }
    .floating-item.phone {
      background: linear-gradient(135deg, #d9230f, #ff4d36); /* Theme Red */
    }

    .floating-item.whatsapp {
      background: linear-gradient(135deg, #25d366, #128c7e); /* WhatsApp Green */
    }

    .floating-item.email {
      background: linear-gradient(135deg, #007bff, #0056b3); /* Email Blue */
    }

    .floating-item .icon-box {
      min-width: 50px !important;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-bottom: 0;
    }
    .floating-item:hover .icon-box {
      width: 50px !important;
    }

   .floating-item .text-label {
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        padding-right: 20px;
        opacity: 0;
        transform: translateX(-10px);
        transition: all 0.3s ease;
        color: #fff;
        margin-left: 12px;
    }

    .floating-item:hover {
      width: 170px;
      border-radius: 30px;
    }

    .floating-item:hover .text-label {
      opacity: 1;
      transform: translateX(0);
    }

/*** Menu Start ***/

.main-menu {
    border-top: 1px solid #d4a762;
    border-bottom: 1px solid #d4a762;
    padding: 20px 0;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.menuArea {display: flex; background-color: #333;}
.col-left, .col-right {width: 50%;}
.col-right {display: inline-flex; align-items: center; padding-left: 50px; padding-right: 50px; flex-wrap: wrap;}
.col-right h4 {
    color: #ff9b9b;
    font-size: 50px;
    font-weight: 500 !important;
    text-align: left;
    padding-left: 10px;
}
.col-right ul {list-style-type: disc;}
.col-right ul li {margin-top: 10px; font-size: 17px; color: #fff;}
.col-right .textSec {margin: 20px 0; width: 100%; text-align: left;}
.col-left img {width: 100%;}
.nav-tabs.main-menu .nav-link.active, .nav-tabs .nav-item.show .nav-link {border: none; color: #006f3d;}
.nav-tabs.main-menu .nav-link {font-weight: 700; font-size: 20px; color: #000; position: relative; padding: 0 40px;}
.nav-tabs.main-menu .nav-link:after {
    content: '';
    position: absolute;
    left: auto;
    margin-left: 0;
    top: 50%;
    margin-top: -5px;
    height: 8px;
    width: 8px;
    border: 1px solid #b10f15;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
}
.nav-tabs.main-menu .nav-item:last-child .nav-link:after {display: none;}
.menu .nav-item a {
    color: #000;
    padding: 0 30px;
    margin: 0 !important;
    white-space: nowrap;
}
.menu .nav-item a.active {
  background: #b10f15 !important;
  color: #fff;
}

.menu .menu-item .border-bottom {
  border-bottom-style: dashed !important;
}
/*** Menu End ***/

/*** Youtube Video start ***/
.video {
  position: relative;
  height: 100%;
  min-height: 400px;
  background:
    linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)),
    url(../img/video-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ff7176;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-white);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
/*** Youtube Video End ***/

.team-group img {
  width: 100%;
}

/*** Blog Start ***/
.blog-item {
  position: relative;
}

.blog-item img {
  transition: 0.5s;
}

.blog-item:hover img {
  transform: scale(1.3);
}

.blog-item .blog-content {
  position: relative;
  transform: translateY(-50%);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.blog-item .blog-content a.btn h5 {
  transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
  color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.team-item .team-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.team-item .team-icon .share-link {
  opacity: 0;
  transition: 0.9s;
}

.team-item:hover .share-link {
  opacity: 1;
}

.team-item .team-content {
  transition: 0.9s;
}

.team-item:hover .team-content {
  background: var(--bs-primary) !important;
  color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
  transition: 0.5s;
}

.team-item:hover .team-content h4 {
  color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
  color: var(--bs-white);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial-item {
  padding: 20px 20px;
  background: #FFFCF8;
  background: linear-gradient(179deg, rgba(177, 15, 21, 1) 0%, rgb(177 15 21) 40%, rgb(93 0 3) 100%);
  border: 1px solid #f6c4c4;
  border-radius: 10px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
}

.testimonial-carousel.owl-rtl .testimonial-item {
  direction: ltr !important;
}
/*** testimonial End ***/

.book-us-sec {border-radius: 15px; background: url(../img/teams.jpeg) center top no-repeat; overflow: hidden; border: 1px solid #000; background-size: cover;}
.booking-form {
    background-color: rgba(0,0,0,0.7);
    padding: 50px;
}
.booking-form h1 {color: #fff;}
.booking-form .form-control, .booking-form .form-select {height: 54px; padding: 0 20px 0 30px; border-radius: 40px;}
.booking-form textarea.form-control {height: 154px; padding: 25px 20px 25px 30px; border-radius: 40px;}
.booking-form .btn.btn-primary { border: 1px solid #ff6a6a; }

/*** Contact start ***/
.contact-form {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

/*** Contact End ***/

/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
  color: var(--bs-primary) !important;
}
.footer {
  background: #121212;
  background: linear-gradient(0deg,rgba(18, 18, 18, 0.98) 0%, rgba(66, 66, 66, 1) 100%);
}
.footer .text-body, .footer .text-dark {
    color: #fff !important;
}
.logo-title {
    color: #ff5e64;
    margin-bottom: 32px;
}
.logo-title span {color: #fff;}
.footer-item p {
    color: #e1e1e1;
    margin-top: 0px;
    font-weight: 300;
    line-height: 22px;
    font-size: 16px;
}
.footer-item h4 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 45px;
    font-weight: 500 !important;
}
.facility a {color: #e1e1e1; margin-bottom: 10px; font-weight: 300; font-size: 15px; }
.facility a:hover {color: #fff;}
.footer .text-primary {
    color: #ff696f !important;
}


/*** Footer End ***/

.faqt-item {
  background: #930b10;
}

.faqt-item h1 {
  color: #fff;
}

.faqt-item img {
  width: 64px;
  margin-bottom: 20px;
}

.testimonial-content > p {
    font-size: 15px;
    color: #fff !important;
    line-height: 21px;
}
.testimonial-item .text-primary {
    color: #8fff9d !important;
    margin: 0 1px;
}
.menu-item img {
  width: 80px;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.75);
}

.position-relative.z-3 {
  z-index: 3;
}

.bg-theme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.banner-heading {
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    color: #fff;
    -webkit-text-stroke: 0 #333;
    text-shadow: -3px 0 0 #333, -5px 0 0 #fff;
}
.banner-heading span {
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    color: #ed1c24;
    -webkit-text-stroke: 1px #ed1c24;
    text-shadow: -3px 0 0 #333, -5px 0 0 #ff5454;
}
.test-author h4 {
    font-size: 36px;
    font-weight: 500 !important;
    color: #fff !important;
}
.test-author p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 575px) {
  .quote-icon {
    font-size: 14px;
  }

  .test-author h4 {
    font-size: 18px;
  }
  .test-author p {
    font-size: 15px;
  }
}

.copyright a {
  color: #ffed84;
  text-decoration: none;
}

.bg-inner {
  background: url(../img/inner-banner.jpg) center center no-repeat;
  position: relative;
  z-index: 1;
}

.bg-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.bg-inner .breadcrumb-item.text-dark {color: #fff !important;}

.bg-inner h1 {
    z-index: 2;
    color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-shadow: -3px 0 0 #333, -5px 0 0 #fff;
    font-weight: 500 !important;
    font-family: "Bodoni Moda", serif;
}
.breadcrumb a {
    color: #ffa0a0;
}



/* Outer Section Wrapper */
    .experience-milestone-section {
      background: #0f1115; /* Premium Dark Background */
      color: #ffffff;
      padding: 90px 20px;
      position: relative;
      overflow: hidden;
      margin-top: 40px;
    }

    .section-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Section Header */
    .milestone-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .milestone-header .tagline {
      font-family: 'Great Vibes', cursive;
      font-size: 42px;
      color: #ff4d36;
      display: block;
      margin-bottom: 5px;
    }

    .milestone-header h2 {
     
      font-size: 52px;
      font-weight: 800;

      letter-spacing: 2px;
      color: #ffffff;
    }

    .milestone-header h2 span {
      color: #d9230f;
    }

    /* ULTRA HIGHLIGHTED 37+ YEARS EXPERIENCE HERO BANNER */
    .hero-experience-box {
      background: linear-gradient(135deg, #1c0503 0%, #3a0a06 50%, #1c0503 100%);
      border: 2px solid #d9230f;
      border-radius: 20px;
      padding: 50px 30px;
      text-align: center;
      position: relative;
      box-shadow: 0 10px 40px rgba(217, 35, 15, 0.35);
      margin-bottom: 60px;
      overflow: hidden;
    }

    /* Glow Effect Behind the Number */
    .hero-experience-box::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 300px;
      height: 150px;
      background: rgba(217, 35, 15, 0.4);
      filter: blur(80px);
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .big-experience-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 95px;
      font-weight: 900;
      line-height: 1;
      background: linear-gradient(180deg, #ffffff 0%, #ff6b4a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      letter-spacing: -2px;
    }

    .big-experience-subtitle {
      font-family: 'Montserrat', sans-serif;
      font-size: 28px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #ffffff;
      margin-top: 10px;
    }

    .big-experience-subtitle span {
      color: #ff4d36;
    }

    .hero-experience-box p {
      font-size: 16px;
      color: #d1d5db;
      max-width: 750px;
      margin: 15px auto 0;
      line-height: 1.7;
    }

    /* Stats Grid Below Hero */
    .secondary-stats-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
      margin-bottom: 60px;
    }

    .stat-mini-card {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 12px;
      padding: 25px 20px;
      text-align: center;
      transition: all 0.3s ease;
    }

    .stat-mini-card:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: #d9230f;
    }

    .stat-mini-card h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 36px;
      font-weight: 800;
      color: #ff4d36;
      margin-bottom: 5px;
    }

    .stat-mini-card p {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #aaaaaa;
      font-weight: 500;
    }

    /* 3 Journey Feature Cards */
    .journey-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .journey-card {
        background: #000;
        border: 1px solid #393939;
        border-radius: 16px;
        padding: 40px 25px;
        position: relative;
        transition: all 0.4s ease;
    }

    .journey-card:hover {
      transform: translateY(-10px);
      background: rgba(255, 255, 255, 0.06);
      border-color: #d9230f;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .card-year-badge {
      position: absolute;
      top: -16px;
      left: 25px;
      background: #d9230f;
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 700;
      padding: 5px 15px;
      border-radius: 20px;
      letter-spacing: 1px;
      box-shadow: 0 4px 10px rgba(217, 35, 15, 0.4);
    }

    .card-icon {
      font-size: 32px;
      color: #ff4d36;
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .journey-card h4 {
      font-size: 35px;
      font-weight: 500 !important;
      color: #ffffff;
      margin-bottom: 12px;
    }

    .journey-card p {
        font-size: 16px;
        color: #a0a0a0;
        line-height: 1.4;
    }

    /* Responsive Breakdown */
    @media (max-width: 992px) {
      .secondary-stats-grid,
      .journey-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }
      .big-experience-title {
        font-size: 70px;
      }
      .big-experience-subtitle {
        font-size: 20px;
      }
    }

    @media (max-width: 576px) {
      .milestone-header h2 {
        font-size: 28px;
      }
      .big-experience-title {
        font-size: 55px;
      }
      .hero-experience-box {
        padding: 35px 20px;
      }
    }

    /* USP Section Wrapper */
    .usp-pillars-section {
      padding: 90px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Section Header */
    .usp-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .usp-header .tagline {
      font-family: 'Great Vibes', cursive;
      font-size: 40px;
      color: #d9230f; /* McDonald Red */
      display: block;
      margin-bottom: 5px;
    }

    .usp-header h2 {
      font-size: 50px;
      font-weight: 800;
      color: #111111;
      letter-spacing: 1.5px;
    }

    .usp-header h2 span {
      color: #d9230f;
    }

    .usp-header p {
        color: #666666;
        font-size: 18px;
        max-width: 650px;
        margin: 10px auto 0;
    }

    /* 3 Pillars Grid Layout */
    .usp-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 35px;
    }

    /* Individual USP Card Design */
    .usp-card {
      border-radius: 20px;
      padding: 45px 30px;
      text-align: center;
      position: relative;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      border: 1px solid #eeeeee;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      overflow: hidden;
      background: #fff;
    }

    /* Red Accent Bar at Top of Card */
    .usp-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, #d9230f, #ff6b4a);
      transition: height 0.3s ease;
    }

    .usp-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 40px rgba(217, 35, 15, 0.12);
      border-color: rgba(217, 35, 15, 0.2);
    }

    .usp-card:hover::before {
      height: 8px;
    }

    /* Icon Box with Glow */
    .usp-icon-wrapper {
      width: 85px;
      height: 85px;
      background: #fff0ef;
      color: #d9230f;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 36px;
      margin: 0 auto 25px;
      position: relative;
      transition: all 0.4s ease;
    }

    .usp-card:hover .usp-icon-wrapper {
      background: #d9230f;
      color: #ffffff;
      box-shadow: 0 10px 25px rgba(217, 35, 15, 0.4);
      transform: scale(1.08);
    }

    /* Card Content */
    .usp-card h3 {
    font-size: 45px;
    font-weight: 600 !important;
    color: #000;
    margin-bottom: 15px;
    font-family: "Petemoss", cursive;
    letter-spacing: 2px;
}

    .usp-card p {
        font-size: 16px;
        color: #333333;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    /* Feature Highlights List inside Cards */
    .card-highlights {
      list-style: none;
      padding: 0;
      border-top: 1px dashed #e5e5e5;
      padding-top: 20px;
      text-align: left;
    }

    .card-highlights li {
        font-size: 16px;
        font-weight: 400;
        color: #444444;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .card-highlights li i {
      color: #d9230f;
      font-size: 14px;
    }

    /* Responsive Layout */
    @media (max-width: 992px) {
      .usp-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }
    }

    @media (max-width: 576px) {
      .usp-header h2 {
        font-size: 28px;
      }
      .usp-card {
        padding: 35px 20px;
      }
    }

    /* Founder & Team Section Outer Wrapper */
    .founder-team-section {
        padding: 90px 20px;
        margin: 0 auto;
        background-image: linear-gradient(rgb(58 58 58 / 90%), rgba(0, 0, 0, 0.9)), url(../img/decoration.jpeg);
        background-size: cover;
        background-position: center;
    }

    /* Section Header */
    .team-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .team-header .tagline {
        font-family: 'Great Vibes', cursive;
        font-size: 40px;
        color: #ff958a;
        display: block;
        margin-bottom: 5px;
    }

    .team-header h2 {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
}

    .team-header h2 span {
        color: #ff1e1e;
    }

    /* Founder Showcase Banner (Hero Card) */
    .founder-card {
        background: linear-gradient(135deg, #111111 0%, #1f1f1f 100%);
        border-radius: 24px;
        padding: 50px;
        color: #ffffff;
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 50px;
        align-items: center;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        border-left: 6px solid #d9230f;
        margin-bottom: 70px;
        position: relative;
        overflow: hidden;
        border-bottom: 6px solid #d9230f;
    }

    /* Founder Image Area */
    .founder-img-box {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0,0,0,0.5);
      border: 3px solid rgba(255, 255, 255, 0.1);
    }

    .founder-img-box img {
      width: 100%;
      height: 380px;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .founder-card:hover .founder-img-box img {
      transform: scale(1.05);
    }

    .founder-badge {
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      background: rgba(217, 35, 15, 0.9);
      backdrop-filter: blur(5px);
      color: #ffffff;
      text-align: center;
      padding: 8px;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    /* Founder Text Content */
    .founder-info .quote-icon {
      font-size: 36px;
      color: #d9230f;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    .founder-info h3 {
      font-size: 32px;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 5px;
    }

    .founder-info .designation {
      color: #ff6b4a;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block;
      margin-bottom: 20px;
    }

    .founder-info p {
        font-size: 16px;
        color: #f6f4f4;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .founder-signature-text {
      font-family: 'Great Vibes', cursive;
      font-size: 32px;
      color: #ffffff;
      opacity: 0.9;
    }

    /* Team Grid Section */
    .team-sub-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .team-sub-header h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 26px;
      font-weight: 700;
      color: #fff;
    }

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

    /* Individual Team Card */
    .team-card {
      background: #fdfdfd;
      border-radius: 16px;
      padding: 35px 25px;
      text-align: center;
      border: 1px solid #eeeeee;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
      transition: all 0.4s ease;
      position: relative;
    }

    .team-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(217, 35, 15, 0.12);
      border-color: rgba(217, 35, 15, 0.3);
      background: #ffffff;
    }

    .team-icon-circle {
      width: 75px;
      height: 75px;
      background: #fff0ef;
      color: #d9230f;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      margin: 0 auto 20px;
      transition: all 0.4s ease;
    }

    .team-card:hover .team-icon-circle {
      background: #d9230f;
      color: #ffffff;
      box-shadow: 0 8px 20px rgba(217, 35, 15, 0.35);
    }

    .team-card h4 {
        font-family: "Petemoss", cursive;
        font-size: 40px;
        font-weight: 500 !important;
        color: #000;
        margin-bottom: 6px;
    }

    .team-card .role {
      font-size: 13px;
      font-weight: 600;
      color: #d9230f;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;
      margin-bottom: 15px;
    }

    .team-card p {
        font-size: 16px;
        color: #333;
        line-height: 1.3;
    }

    /* Responsive Breakpoints */
    @media (max-width: 992px) {
      .founder-card {
        grid-template-columns: 1fr;
        padding: 40px 30px;
        gap: 30px;
      }
      .founder-img-box img {
        height: 320px;
      }
      .team-grid {
        grid-template-columns: 1fr;
        gap: 25px;
      }
    }

    @media (max-width: 576px) {
      .team-header h2 {
        font-size: 28px;
      }
      .founder-info h3 {
        font-size: 26px;
      }
    }
    

.services-split-section {
  background-color: #f9f9f9;
}

/* Left List Styling */
.service-list-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-list-item {
  display: flex;
  align-items: center;
  padding: 22px 20px;
  background: #ffffff;
  border-radius: 12px;
  border-left: 5px solid transparent;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.service-list-item h4 {
  margin: 0;
  font-size: 35px;
  color: #333;
}

.service-num {
  font-size: 18px;
  font-weight: 700;
  color: #b8001f;
  margin-right: 18px;
}

/* Active & Hover States */
.service-list-item:hover,
.service-list-item.active {
  background: #ffffff;
  border-left-color: #b8001f;
  box-shadow: 0 8px 25px rgba(184, 0, 31, 0.12);
  transform: translateX(5px);
}

.service-list-item.active h4 {
  color: #b8001f;
}

/* Right Side Container & Animation */
.service-display-container {
  position: relative;
  background: #111111;
  border-radius: 20px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.service-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.service-panel.active {
  display: block;
  opacity: 1;
}

.panel-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  opacity: 0.85;
}

.panel-text {
  padding: 25px 30px;
  color: #ffffff;
}

.panel-text h3 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}

.panel-text p {
  color: #cccccc;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-explore {
  color: #ff4d6d;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: transform 0.2s ease;
}

.btn-explore:hover {
  transform: translateX(5px);
  color: #ffffff;
}



/* Background & Section Wrapper */
.booking-section {
  position: relative;
  padding: 80px 20px;
  background: url(../img/form-back.jpeg) center/cover no-repeat fixed;
  overflow: hidden;
  margin: 80px auto 0;
}

/* Background Dark Overlay for Readability */
.booking-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* Halka dark shade */
  backdrop-filter: blur(4px); /* Glassmorphism Blur Effect */
  z-index: 1;
}

.booking-section .container {
  z-index: 2;
}

/* Header Typography */
.badge-title {
  display: inline-block;
  padding: 6px 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.form-main-heading {
  font-size: 42px;
  color: #ffffff;
  margin-top: 10px;
}

/* Glass Form Wrapper */
.booking-form-wrapper {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Input Fields Styling */
.booking-form-wrapper .form-control {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  color: #222222;
  transition: all 0.3s ease;
  width: 100%;
}

/* Input Focus Glow */
.booking-form-wrapper .form-control:focus {
  outline: none;
  border-color: #b8001f;
  box-shadow: 0 0 12px rgba(184, 0, 31, 0.3);
}

/* Dropdown styling adjustment */
.booking-form-wrapper select.form-control {
  color: #555;
  cursor: pointer;
}

/* Submit Button */
.btn-submit {
  background: linear-gradient(135deg, #b8001f, #e60026);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 45px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(184, 0, 31, 0.4);
}

.btn-submit:hover {
  background: linear-gradient(135deg, #e60026, #b8001f);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(184, 0, 31, 0.6);
}

/* Glassmorphism Section Style */
.booking-form-wrapper {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 35px 30px;
  border-radius: 20px;
  color: #ffffff;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

/* Input Fields Styling */
.booking-form-wrapper .form-control {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 14px;
  color: #222222;
  transition: all 0.3s ease;
}

.booking-form-wrapper .form-control:focus {
  outline: none;
  border-color: #b8001f;
  box-shadow: 0 0 10px rgba(184, 0, 31, 0.3);
}

/* Radio & Checkbox Grid Layout */
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.radio-group-wrapper {
    display: flex;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 11px 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
}


/* Custom Checkbox & Radio Buttons */
.custom-checkbox, .custom-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.custom-checkbox input, .custom-radio input {
  accent-color: #b8001f;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* Submit Button */
.btn-submit {
  background: linear-gradient(135deg, #b8001f, #e60026);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 50px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(184, 0, 31, 0.4);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(184, 0, 31, 0.6);
}
.sub-max {max-width: 154px;}

@media(max-width: 479px){
  .custom-checkbox, .custom-radio {
    width: 100%;
  }
}

:root {
    --primary-color: #0f172a;
    --accent-color: #ff6b35;
    --bg-light: #f8fafc;
    --card-bg: #ffffff;
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
}

.menu-section {
  position: relative;
}

/* Header Styles */
.badge-subtitle {
    background: rgba(255, 107, 53, 0.1);
    color: #f0484e;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-main-title {
    color: var(--primary-color);
    font-size: 2.25rem;
    font-weight: 800;
    margin-top: 12px;
}

.title-line {
    width: 50px;
    height: 4px;
    background: #f0484e;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Main Pill Tabs */
.custom-main-tabs .nav-link {
    background: transparent;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 12px 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-icon {
    width: 20px;
    height: 20px;
}

.custom-main-tabs .nav-link.active {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.25);
}

/* Sub Navigation Pills */
.custom-sub-pills .nav-link {
    background: #ffffff;
    color: var(--text-dark);
    font-weight: 500;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.custom-sub-pills .nav-link:hover {
    border-color: #f0484e;
    color: #f0484e;
}

.custom-sub-pills .nav-link.active {
    background: #f0484e;
    color: #ffffff;
    border-color: #f0484e;
    box-shadow: 0 4px 14px rgba(255, 107, 53, 0.35);
}

/* Card Styling */
.modern-menu-card {
    background: var(--card-bg);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-menu-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
}

.card-thumb {
    height: 180px;
    position: relative;
    overflow: hidden;
}

.card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-menu-card:hover .card-thumb img {
    transform: scale(1.08);
}

.card-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

.card-tag.gold {
    background: rgba(217, 119, 6, 0.85);
}

.card-body-content {
    padding: 20px;
}

.card-body-content h3 {
    font-size: 26px;
    color: #f13e28;
    margin-bottom: 15px;
}
.package-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.35s;
  border: 1px solid #eee;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.package-header {
  background: linear-gradient(135deg, #d4af37, #b8860b);
  color: #fff;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.package-header i {
  font-size: 30px;
}

.package-header h4 {
  margin: 0;
  font-weight: 700;
}

.package-list {
  list-style: none;
  margin: 0;
  padding: 25px;
}

.package-list li {
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.package-list li:last-child {
  border-bottom: none;
}

.package-list i {
  color: #d4af37;
  margin-top: 4px;
  font-size: 18px;
}

/* Modern Card Layout */
.modern-testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px 25px 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-left: 5px solid #d4a762; /* Highlight bar */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modern-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(212, 167, 98, 0.15);
    border-left-color: #b8860b;
}

/* Quote Badge Floating */
.quote-badge {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #d4a762;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(212, 167, 98, 0.4);
}

.rating-stars i {
    color: #ffb400;
    font-size: 0.9rem;
}

.review-text {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 25px;
}

/* Profile Section Below */
.client-profile-wrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    position: relative;
}

.client-img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.client-name {
    font-weight: 700;
    color: #222;
    margin: 0;
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

.client-role {
    font-size: 0.82rem;
    color: #777;
    display: block;
}

.event-tag {
    margin-left: auto;
    background: #fdf5e6;
    color: #b8860b;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
    text-transform: uppercase;
}

.form-control::placeholder {
  color: #333;
  opacity: 1;              
}

.form-control:-ms-input-placeholder {
  color: #333;
}

.form-control::-ms-input-placeholder {
  color: #333;
}

.video-feedback-card {
    background-color: #000;
    border: 3px solid #d4a762;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.video-feedback-card video {
    width: 100%;
    height: 380px; 
    object-fit: cover; 
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background-color: rgba(212, 167, 98, 0.85);
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.play-button:hover {
    background-color: #d4a762;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 24px solid #ffffff;
    margin-left: 5px;
}
/* Client Logo Carousel Styling */
.client-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    border: 1px solid #eeeeee;
    transition: all 0.3s ease;
}

.client-item:hover {
    border-color: #d4a762; 
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

.client-item img {
    max-height: 60px;
    width: auto !important;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: all 0.3s ease;
}

.client-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.client-feedback {background-color: #f6f6f6;}
.subTitleWhite {color: #ffabab;}
.founder-team-section .subTitle {color: #fff !important;}
.book-us-sec .subTitle {color: #ffbcbc !important;}
.book-us-sec h2 {color: #fff !important;}