:root {
  --brand: #BF092F;
  --sub: #132440;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}


/*header start*/
.main-header-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.main-header-area .book-now-btn a {
  padding: 10px 20px;
  background-color: var(--brand);
  /* height: 80px;
line-height: 80px; */
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

.main-header-area .book-now-btn a i {
  padding-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-area .book-now-btn a {
    /* height: 50px;
line-height: 50px;
border-radius: 30px; */
    margin-top: 10px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main-header-area .book-now-btn a {
    /* height: 50px;
line-height: 50px;
border-radius: 30px; */
    margin-top: 10px;
    margin-left: 10px;
  }
}

.main-header-area .book-now-btn a:hover,
.main-header-area .book-now-btn a:focus {
  background-color: #2a303b;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
    /* max-width: 90px; */
    margin-right: 15px;
  }
}

.classy-nav-container {
  background-color: transparent;
  padding: 0;
}

.classy-nav-container .classy-navbar {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 80px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar {
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar {
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
    /* max-width: 90px; */
    margin-right: 15px;
  }
}

.classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: black;
  font-weight: 500;
  padding: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    color: black;
  }

  .classy-nav-container .classy-navbar .classynav ul li a:hover,
  .classy-nav-container .classy-navbar .classynav ul li a:focus {
    color: var(--brand);
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    color: black;
  }

  .classy-nav-container .classy-navbar .classynav ul li a:hover,
  .classy-nav-container .classy-navbar .classynav ul li a:focus {
    color: var(--brand);
  }
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:active {
  color: var(--brand);
  font-weight: 500;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
  font-size: 14px;
  text-transform: capitalize;
  height: 100%;
  padding: 0 30px;
  color: black;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:active {
  background-color: var(--brand);
  color: white;
}

.classynav ul li.active a {
  position: relative;
  z-index: 1;
}

.classynav ul li.active a::before {
  width: 80%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 1;
  content: '';
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li.active a::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .classynav ul li.active a::before {
    display: none;
  }
}

.classynav ul li.has-down>a::after,
.classynav ul li.has-down.active>a::after,
.classynav ul li.megamenu-item>a::after {
  color: var(--brand);
}

@media only screen and (min-width: 975px) {
  .main-header-area .classy-nav-container .classy-navbar .classy-menu .classynav #nav li .dropdown-laptop {
    /* Your specified width for laptops */
    width: 290px;
  }
}

@media only screen and (min-width: 975px) {
  .main-header-area .classy-nav-container .classy-navbar .classy-menu .classynav #nav li .dropdown-laptop li ul {
    /* Your specified width for laptops */
    margin-left: 80px;
    width: 250px;
  }
}

.sticky-top {
  top: -100px;
  transition: .5s;
}

.sticky-top .main-header-area .classy-nav-container .classy-navbar .nav-brand img {
  height: 60px;
}

.close {
  color: #000;
  opacity: 0.7;
  font-size: 40px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.close:hover {
  opacity: 1;
}

.classy-navbar a.nav-brand {
  font-size: 10px;
}

.classy-navbar a.nav-brand:hover {
  font-size: 10px;
}

.nav-brand {
  font-weight: 700 !important;
  /* bold */
  font-family: inherit;
  text-decoration: none;
  color: #BF092F !important;
  /* change based on theme */


  /* Responsive size: min → fluid → max */
  font-size: 35px !important;
}

/*header end*/


/*carousel start*/
.fade-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 2;
}

.carousel-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.carousel-content {
  position: relative;
  z-index: 2;
}

/* .slide-tag {
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #BF092F;
            margin-bottom: 1.5rem;
            animation: fadeInUp 0.8s ease 0.2s both;
        } */

.slide-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 0.8s ease 0.4s both;
}

.slide-subtitle {
  font-size: 1.5rem;
  color: #BF092F;
  margin-bottom: 1.5rem;
  font-weight: 500;
  animation: fadeInUp 0.8s ease 0.6s both;
}

.slide-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  line-height: 1.6;
  animation: fadeInUp 0.8s ease 0.8s both;
}

.slide-btn {
  display: inline-block;
  padding: 15px 45px;
  background-color: #BF092F;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #BF092F;
  animation: fadeInUp 0.8s ease 1s both;
}

.slide-btn:hover {
  background-color: transparent;
  /* color: #00d4ff; */
  transform: translateY(-3px);
  /* box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4); */
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Navigation Arrows */
.carousel-control {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.carousel-control:hover {
  /* background: rgba(0, 212, 255, 0.2); */
  border-color: #BF092F;
}

.carousel-control-prev {
  left: 50px;
  transform: translateY(-50%);
}

.carousel-control-prev:hover {
  transform: translateY(-50%) scale(1.1);
}

.carousel-control-next {
  right: 50px;
  transform: translateY(-50%);
}

.carousel-control-next:hover {
  transform: translateY(-50%) scale(1.1);
}

.carousel-control svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: fill 0.3s ease;
}

.carousel-control:hover svg {
  fill: #BF092F;
  ;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .slide-title {
    font-size: 2.5rem;
  }

  .slide-subtitle {
    font-size: 1.25rem;
  }

  .slide-description {
    font-size: 1rem;
  }

  .carousel-control {
    width: 50px;
    height: 50px;
  }

  .carousel-control-prev {
    left: 30px;
  }

  .carousel-control-next {
    right: 30px;
  }
}

@media (max-width: 768px) {
  .fade-carousel {
    height: 55vh;
    /* slightly smaller height */
  }

  .carousel-content {
    padding: 20px 10px;
    /* added spacing */
    text-align: center;
    /* optional better mobile alignment */
  }

  .slide-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .slide-subtitle {
    font-size: 0.95rem;
  }

  .slide-description {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .slide-btn {
    padding: 10px 28px;
    font-size: 0.8rem;
  }

  .carousel-control {
    width: 35px;
    height: 35px;
  }

  .carousel-control svg {
    width: 16px;
    height: 16px;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .fade-carousel {
    height: 45vh;
  }

  .carousel-content {
    padding: 25px 15px;
    /* more space for small phones */
  }

  .slide-title {
    font-size: 1.2rem;
  }

  .slide-subtitle {
    font-size: 0.9rem;
  }

  .slide-description {
    font-size: 0.75rem;
  }

  .slide-btn {
    padding: 8px 22px;
    font-size: 0.75rem;
  }

  .carousel-control {
    width: 32px;
    height: 32px;
  }

  .carousel-control svg {
    width: 14px;
    height: 14px;
  }

  .carousel-control-prev {
    left: 4px !important;
  }

  .carousel-control-next {
    right: 4px !important;
  }
}

/*carousel end*/


/*about section start*/
.about {
  /* background: #100028; */
  background: transparent;
  /* padding-bottom: 150px; */
}

.about__pic__item {
  height: 225px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.about__pic__item.about__pic__item--large {
  height: 470px;
}

.about__pic__item--large,
.about__pic__item {
  scale: 1;
  transition: 3s;
}

.about__pic__item--large:hover,
.about__pic__item:hover {
  scale: 0.8;
}

.about__text {
  padding-left: 30px;
}

.about__text .services__item .services__item__icon:after {
  border-color: #281A3E;
}

.about__text__desc {
  margin-top: -10px;
}

/* .about__text__desc p{
  color: white;
} */

.about__pic {
  margin-bottom: 50px;
}
/*about section end*/

/*service start*/
.mv {
  overflow: hidden;
}

.mv-img {
  overflow: hidden;
  border-radius: 10px;
}

.mv-img img {
  object-fit: cover;
}

.mv .mv-row .mv-img img {
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

.mv .mv-row {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .mv-row .mission-content {
    margin-bottom: 70px;
  }

  .mv-row .mv-content {
    margin-bottom: 30px;
  }

  .mv .mv-row {
    margin-bottom: 50px;
  }

  .mv .mv-row .mv-img {
    margin-bottom: 50px;
    order: 1;
  }

  .mv .mv-row .mv-content {
    order: 2;
  }
}

@media (max-width: 370px) {

  .mv .mv-row .mv-img,
  .mv .mv-row .mv-content {
    width: 100%;
  }
}

.mv-img img {
  scale: 1;
  transition: 3s;
}

.mv-img img:hover {
  scale: 0.8;
}

/* Fix unwanted extra bottom spacing in product section */
@media (max-width: 991px) {

  /* Reduce spacing between each row */
  .mv-row {
    margin: 25px 0 !important; /* instead of my-5 (around 48px) */
  }

  /* Reduce extra spacing from content */
  .mv-row .mission-content {
    margin-bottom: 20px !important; /* was 70px */
  }

  /* Reduce gap below image on mobile */
  .mv .mv-row .mv-img {
    margin-bottom: 20px !important; /* was 50px */
  }

  /* Remove extra padding under the entire section */
  .mv {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
/*servic end*/

/*cta start*/
#call-to-action {
  color: white;
  display: flex;
  align-items: flex-start;
  /* Top alignment */
  justify-content: flex-start;
  /* Left alignment */
  height: 350px;
  /* Reduced height */
  padding: 40px 30px;
  /* Reduced space top & bottom */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/image-5/services1.jpg") center center;
  background-attachment: fixed;
  background-size: cover;
}

.img-content {
  max-width: 600px;
}

#call-to-action h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

#call-to-action p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  #call-to-action {
    height: auto;
    padding: 25px 20px;
    margin-top: 40px;
  }

  #call-to-action h3 {
    font-size: 25px;
    font-weight: 600;
  }

  #call-to-action p {
    font-size: 15px;
  }
}

/*cta end*/



/*vertical line*/
.section-title {
  text-align: left;
  /* or center if needed */
}

.section-title h2 {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  /* <-- IMPORTANT for perfect alignment */
}

/* Underline */
.section-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 60px;
  background: var(--brand);
}

/* .section-title h2::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 5px;
    width: 70px;
    content: "";
    background: var(--brand);
}
.section-title h2 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
} */
/*vertical line end*/

/*why choose us start*/
.highlights-header {
  text-align: center;
  margin-bottom: 50px;
}

.highlights-header h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.highlights-header p {
  color: #666;
  font-size: 1.1rem;
}

.icon-box {
  background: white;
  padding: 40px 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-top: 4px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(191, 9, 47, 0.15);
  border-top-color: #BF092F;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #BF092F 0%, #8B0622 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.icon-box:hover .icon-wrapper {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(191, 9, 47, 0.3);
}

.icon-wrapper i {
  font-size: 2rem;
  color: white;
}

.icon-box h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.icon-box p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

@media (max-width: 768px) {
  .highlights-header h2 {
    font-size: 2rem;
  }

  .icon-box {
    padding: 35px 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  /* body {
    padding: 40px 0;
  } */

  .highlights-header h2 {
    font-size: 1.7rem;
  }

  .icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .icon-wrapper i {
    font-size: 1.7rem;
  }
}

/*why choose us end*/


/* Frequently Asked Questions */
/* .faqs{
  overflow: hidden;
  background: url(../img/image/slide-3.jpg) center no-repeat fixed;
  background-size: cover;
} */

.faqs .faq-list {
  overflow: hidden;
  padding: 0 100px;
}

.faqs .faq-list ul {
  padding: 0;
  list-style: none;
}

.faqs .faq-list li+li {
  margin-top: 15px;
}

.faqs .faq-list li {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.faqs .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faqs .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: rgb(0, 0, 0);
}

.faqs .faq-list .icon-show,
.faqs .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faqs .faq-list p {
  color: #707070;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faqs .faq-list .icon-show {
  display: none;
}

.faqs .faq-list a.collapsed {
  color: rgb(0, 0, 0);
}

.faqs .faq-list a.collapsed:hover {
  color: #707070;
}

.faqs .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faqs .faq-list a.collapsed .icon-close {
  display: none;
  color: rgb(0, 0, 0);
}

.faqs .faq-list ul li i {
  color: rgb(0, 0, 0);
}

@media (max-width: 1200px) {
  .faqs .faq-list {
    padding: 0 !important;
  }
}
/* Frequently Asked Questions end */

/* Contact Section */
.contact-details {
  margin: 50px 0;
}

/* Headings inside boxes */
.contact-details h2 {
  font-size: 20px;
  font-weight: 600;
}

.contact-details h2 span {
  display: block;
  color: #545454;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 10px;
}

/* Contact Card Box */
.dark-box {
  min-height: 195px;
  background: #F3F5F8;
  box-shadow: 0px 3px 0px var(--brand);
  padding: 20px 0;
  transition: 0.3s;
}

/* Hover Effect */
.dark-box:hover {
  box-shadow: 0px 3px 0px #132440;
  transform: translateY(-10px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact-details {
    text-align: center;
  }
}

/* Map Container */
#googlemaps {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

/* Make iframe auto-fit */
#googlemaps iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
/*** Contact End ***/


.pt-5 {
    padding-top: 0 !important;
}
@media (max-width: 768px) {
  .pt-5 {
    padding-top: 0 !important;
  }
}

