@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #E7004C;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #000038, #E7004C);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.login-button a {
  display: inline-block;
  padding: 10px 50px;
  background-color: #E7004C;
  color: #ffffff;
  text-align: center;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  /* margin-top: 10px; */
}

.login-button a:hover {
  background-color: #ffffff;
  color: #E7004C;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #E7004C;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #E7004C;
}

/* MAKE NAVBAR TOGGLER WHITE */
.custom_nav-container .navbar-toggler {
  border: none !important;
}

.custom_nav-container .navbar-toggler span,
.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  background-color: #ffffff !important;
  /* White lines */
}

.navbar-toggler i {
  color: #ffffff !important;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #E7004C;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #E7004C;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #E7004C;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #E7004C;
}



.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 0 15px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #E7004C;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #E7004C;
}

.slider_section .img-box img {
  width: 100%;
}

/* 
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 15px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #E7004C;
}





/* === UNIFORM SLIDER IMAGE SIZE === */
.slider_section .img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 500px;
  height: 445px;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .slider_section .img-box img {
    max-width: 320px;
    height: 260px;
  }
}

/* .slider_section .img-box {
  text-align: right;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 445px;
} */

/* Soft floating animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}


/* Mobile View - Image on Top, Text Below */
@media (max-width: 767px) {

  /* Reverse column order */
  .slider_section .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  /* Remove large bottom spacing on mobile */
  .slider_section .detail-box {
    margin-bottom: 20px;
    text-align: center;
  }

  /* Center image */
  .slider_section .img-box {
    text-align: center !important;
    margin-bottom: 20px;
  }

  .slider_section .img-box img {
    max-width: 280px;
    width: 100%;
  }

  /* Smaller heading for mobile */
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }
}



/* =====================================
     COMPANY DETAILS SECTION DESIGN
  ===================================== */

.company_documents_section {
  background: #f9f9f9;
}

.company_documents_section .heading_container h2 {
  color: #000038;
  margin-bottom: 5px;
}

.company_documents_section .documents-subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 50px;
}

/* Document Cards */
.documents-row .document-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.documents-row .document-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .documents-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .documents-row .document-card {
    width: 100%;
    margin-bottom: 25px;
  }
}



/* =====================================
     SERVICE DETAILS SECTION DESIGN
  ===================================== */

.service_details_section {
  background: linear-gradient(135deg, #E7004C, #000038);
  color: #fff;
}

.service_details_section .heading_container h2 {
  color: #fff;
  font-weight: 700;
}

.service_details_section .services-subtitle {
  color: #f1f1f1;
  font-size: 16px;
}

/* Filters Menu */
/* .filters_menu {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 25px 0 40px;
}

.filters_menu li {
  padding: 8px 25px;
  background: #ffffff20;
  color: white;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

.filters_menu li:hover,
.filters_menu li.active {
  background: #fff;
  color: #000038;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
} */


/* Filters Menu */
.filters_menu {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 12px;
  padding: 0;
  margin: 25px 0 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.filters_menu::-webkit-scrollbar {
  display: none;
}

.filters_menu li {
  padding: 8px 22px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 22px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
}

.filters_menu li:hover,
.filters_menu li.active {
  background: #ffffff;
  color: #000038;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
  transform: none !important;
}

/* .filters_menu li:hover {
  background: rgba(255, 255, 255, 0.25);
} */


/* MOBILE */
@media (max-width: 768px) {
  .filters_menu {
    gap: 8px;
    padding-bottom: 5px;
  }

  .filters_menu li {
    padding: 7px 16px;
    font-size: 10px;
    border-radius: 20px;
  }

  .filters_menu li.active {
    background: #ffffff;
    color: #000038;
    box-shadow: 0 3px 8px rgba(255, 255, 255, 0.25);
  }
}

/* Filters Menu */
/* .filters_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 12px;
  padding: 0;
  margin: 25px 0 30px;
}

.filters_menu li {
  padding: 8px 20px;
  background: #ffffff20;
  color: white;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  white-space: nowrap;
}

.filters_menu li:hover,
.filters_menu li.active {
  background: #fff;
  color: #000038;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
}


@media (max-width: 768px) {
  .filters_menu {
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 5px;
    gap: 10px;

    scrollbar-width: none;
  }

  .filters_menu::-webkit-scrollbar {
    display: none;
  }

  .filters_menu li {
    font-size: 11px;
    padding: 8px 20px;
  }
} */

/* Cards */
.service-detail-card {
  background: #ffffff;
  color: #000038;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.service-detail-card p {
  flex-grow: 1;
  margin-bottom: 0;
}

/* Icons */
.service-detail-card .icon-box {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #E7004C, #000038);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: 0 auto 18px;
  transition: 0.4s;
}

.service-detail-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.service-detail-card:hover .icon-box {
  transform: scale(1.1);
}

/* heading */
.service-detail-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000038;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #000038 25px);
}

.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #E7004C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #E7004C;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #E7004C;
}

.about_section {
  background: linear-gradient(90deg, #E7004C 0%, #000038 100%);
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}


.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #E7004C;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #E7004C;
}


/* ABOUT + MISSION & VISION SECTION */
.about_mission_vision_section {
  background: #f9f9f9;
}

.about_mission_vision_section .heading_container h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 2.8rem;
  margin-bottom: 15px;
  color: #000038;
}



.about_mission_vision_section .about-row .about-img {
  border-radius: 10px;
  max-width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* .about_mission_vision_section .about-row .about-img {
  border-radius: 10px;
  max-width: 100%;
  box-shadow: 0 10px 30px rgba(231, 0, 76, 0.4),
    0 10px 60px rgba(0, 0, 56, 0.4);
} */

.about_mission_vision_section .about-text p {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.6;
  color: #0c0c0c;
}

/* Mission & Vision Cards */
.about_mission_vision_section .mission-vision-row {
  display: flex;
  flex-wrap: wrap;
}

.about_mission_vision_section .mission-vision-row .col-md-6 {
  display: flex;
}

.about_mission_vision_section .detail-box {
  flex: 1;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
}

.about_mission_vision_section .mission-card {
  background: linear-gradient(135deg, #E7004C, #000038);
  color: #fff;
}

.about_mission_vision_section .vision-card {
  background: linear-gradient(135deg, #000038, #E7004C);
  color: #fff;
}

.about_mission_vision_section .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.about_mission_vision_section .detail-box h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.about_mission_vision_section .detail-box p {
  font-size: 1rem;
  line-height: 1.6;
}

.about_mission_vision_section .mission-card:hover,
.about_mission_vision_section .vision-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Responsive Adjustments */
@media (max-width: 767px) {

  .about_mission_vision_section .mission-vision-row,
  .about_mission_vision_section .about-row {
    flex-direction: column;
  }

  .about_mission_vision_section .detail-box {
    margin-bottom: 20px;
  }
}


/* Dreams Section */
.dreams_section {
  background: linear-gradient(135deg, #E7004C, #000038);
  color: #fff;
  padding: 60px 0;
}

/* Heading */
.dreams_section .heading_container h2,
.dreams_section .heading_container p {
  color: #ffffff;
  /* Make headings white */
}



/* Dreams Section */
/* .dreams_section {
  background: linear-gradient(135deg, #E7004C, #000038);
  padding: 60px 0;
  color: #fff;
} */

/* Heading */
/* .dreams_section .heading_container h2,
.dreams_section .heading_container p {
  color: #ffffff;
  margin-bottom: 15px;
} */
/* Dreams Section */
.dreams_section {
  background: linear-gradient(135deg, #E7004C, #000038);
  color: #fff;
}

/* Section Heading */
.dreams_section .heading_container h2,
.dreams_section .heading_container p {
  color: #fff;
}

/* Dream Cards */
.dreams_section .dream_card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.dreams_section .dream_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

/* Image Container */
.dreams_section .dream_img {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Image Styling */
.dreams_section .dream_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.dreams_section .dream_img img:hover {
  transform: scale(1.05);
}

/* Text Container */
.dreams_section .dream_text {
  background: rgba(0, 0, 0, 0.6);
  /* Dark background at bottom */
  text-align: center;
  padding: 15px 10px;
}

.dreams_section .dream_text h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .dreams_section .dream_card {
    margin-bottom: 20px;
  }

  .dreams_section .dream_img img {
    height: 180px;
  }
}








.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000038;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #000038;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #000038;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #000038;
}

.book_section .form_container .form-control::placeholder {
  color: #000038;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #E7004C;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #E7004C;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #E7004C;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #E7004C;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #000038;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #E7004C;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000038;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #000038;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #000038;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #000038;
}

.contact_section .form_container input::placeholder {
  color: #000038;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #E7004C;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #E7004C;
}




/* FAQ Section */
.faq_section {
  background-color: #f9f9f9;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.heading_container h2 {
  color: #000038;
  margin-bottom: 5px;
  text-align: center;
}

.heading_container p {
  font-size: 16px;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}


.faq_item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Gradient Buttons for Questions */
.faq_question {
  width: 100%;
  padding: 18px 25px;
  background: linear-gradient(90deg, #E7004C, #000038);
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.faq_question::after {
  content: '+';
  position: absolute;
  right: 25px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq_question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.faq_question:hover {
  background: linear-gradient(90deg, #000038, #E7004C);
  color: #fff;
}

.faq_answer {
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding: 0 25px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.faq_answer p {
  margin: 15px 0;
}


/* ================================================================
   FOOTER SECTION
================================================================ */
.footer_section {
  background: linear-gradient(90deg, #E7004C, #000038);
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: left;
}

/* Headings */
.footer_section h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

/* Logo */
.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Dancing Script', cursive;
  margin-bottom: 15px;
}



/* Paragraph */
.footer_section p {
  color: #ffffff;
}

/* Column spacing fix */
.footer_section .col-md-2 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.footer_section .col-md-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.footer_section .col-md-4 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.footer_section .col-md-5 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Reduce internal gutter gap */
.footer_section .row.g-4 {
  --bs-gutter-x: 1rem !important;
}

/* Contact link box */
.footer_section .footer_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 6px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 8px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #E7004C;
  transform: translateX(5px);
}

/* QUICK LINKS */
.contact_link_box a {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact_link_box a:hover {
  color: #E7004C;
  transform: translateX(5px);
}

/* SOCIAL ICONS - LEFT ALIGNED */
.footer_section .footer_social {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

/* Social icons */
.footer_section .footer_social a {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  color: #222831;
  transition: 0.3s ease;
}

.footer_section .footer_social a:hover {
  color: #E7004C;
  transform: scale(1.15);
}

/* FIX RIGHT SIDE EMPTY SPACE */
@media (min-width: 992px) {
  .footer_section .row {
    justify-content: flex-start !important;
  }
}

/* Footer bottom */
.footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 15px;
  margin-top: 30px;
  text-align: center;
}

.footer-info p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}

/* FOOTER LEGAL LINKS */
.footer-legal {
  margin-top: 8px;
  font-size: 14px;
}

.footer-legal a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-legal a:hover {
  color: #E7004C;
  text-decoration: underline;
}

/* Mobile spacing */
@media (max-width: 576px) {
  .footer-legal {
    display: block;
    margin-top: 10px;
  }

  .footer-legal a {
    display: inline-block;
    margin: 4px 6px;
  }
}

/* ================================
   LEGAL PAGES (Privacy & Terms)
================================ */
.legal_page {
  background: #fff;
}
.legal_container {
  background: #ffffff;
  border-radius: 16px;
  padding: 45px 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.legal_container h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  color: #000038;
  margin-bottom: 10px;
  text-align: center;
}

.legal_container .updated {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 35px;
}

.legal_section {
  margin-bottom: 35px;
}

.legal_section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000038;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.legal_section h3::before {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
  color: #E7004C;
}

.legal_section p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Modern bullet list */
.legal_list {
  list-style: none;
  padding-left: 0;
}

.legal_list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.legal_list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
  color: #E7004C;
}

/* Contact box */
.legal_contact {
  background: linear-gradient(135deg, #E7004C, #000038);
  color: #fff;
  padding: 25px;
  border-radius: 12px;
}

.legal_contact p {
  margin: 6px 0;
  font-size: 15px;
}


.legal-header {
  background: linear-gradient(135deg, #000038, #E7004C);
  padding: 15px 0;
}

/*# sourceMappingURL=style.css.map */