body {
  font-family: "Segoe UI", sans-serif;
}

h3 {
  margin: 0;
}

.navbar {
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #343a40; /* Ensuring visibility */
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
}

.nav-link.active {
  color: #4f88ee !important;
  font-weight: 600 !important;
}

.navbar-brand img {
  max-height: 100px;
  max-width: 250px;
}

.navbar-nav {
  align-items: center;
}
.navbar-nav .nav-item {
  transition: all 0.3s ease;
  padding: 4px 0px;
}

.navbar .navbar-nav .nav-link {
  color: #ffffff;
  margin: 0 0.5rem;
  font-size: 15px;
  font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover {
  color: #ffffff;
  font-weight: 500;
  margin: 0 0.5rem;
}

.topnav {
  border-bottom: 1px solid #ddd;
}

.cta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta svg {
  font-size: 32px;
}

.cta_number {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8px;
  border-left: 3px solid #4f88ee;
}

.cta_number h3 {
  font-weight: 700;
  margin: 0 !important;
}
/* Responsive Design */
@media (max-width: 768px) {
  .topnav .container {
    flex-direction: column;
    text-align: center;
  }

  .cta {
    margin-top: 5px;
  }
}

.header {
  margin: 0 auto;
  padding: 0;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
}

.header {
  margin: 0 auto;
  padding: 0;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Navbar link (with arrow nicely aligned) */
.navbar .nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
}

.dropdown-caret {
  margin-left: 6px;
  font-size: 0.8rem;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
}

/* Dropdown menu */
.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 20px;
  min-width: 250px;
  background-color: #fff;
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu li {
  margin: 0;
  padding: 0;
  position: relative;
  transition: 0.3s all ease-in-out;
  background-color: #333;
  border-bottom: 0.5px solid #7a7777;
}

.dropdown-menu li:hover .dropdown-item {
  margin-left: 8px;
  transition: 0.2s all ease-in-out;
}
/* Dropdown item */
.dropdown-menu .dropdown-item {
  font-size: 0.95rem;
  color: #fff;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  background-color: #343a40;
  padding: 10px 8px 10px 16px;
}

/* Hover effect on item */
.dropdown-menu .dropdown-item:hover {
  background-color: #333;
  color: #f6f6f6;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #333;
}

/* ============== Hero section =============== */

.section_hero {
  width: 100%;
}

.section_hero img {
  width: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ================ Offer section ================= */

.section_offer {
  background-color: rgb(230, 244, 255);
  padding: 2rem 0;
}

.section_offer p {
  text-align: center;
  margin-bottom: 0;
}

.section_offer p span {
  color: #0a6e97;
}

/* ============== ABout us Section ================ */
.section_aboutus,
.section_services {
  padding: 50px 0px 50px 0px;
  text-align: center;
  width: 100%;
}

.title_section {
  position: relative;
  color: #000;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin-bottom: 2em;
}

.title_section::after {
  transform: rotate(-0.9deg);
  /* background: #ead8fd; */
  position: absolute;
  bottom: 3px;
  height: 14px;
  width: 200px;
  margin-left: -200px;
  background: #c9defb;
  content: "";
  border-radius: 10px;
  z-index: -1;
}

.aboutus_images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.aboutus_images img {
  width: 45%;
  margin: 10px;
  display: flex;
  border-radius: 5%;
  object-fit: cover;
}

.aboutus_description {
  text-align: left;
}

.aboutus_description h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.6em 0 !important;
}

.aboutus_description h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.6em 0 !important;
}

.aboutus_description p {
  padding: 0 !important;
  margin: 0 !important;
}

/* =============== Service =================  */
.section_services .service_offer {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.section_services .service_offer span {
  color: #4f88ee;
}

.services_container {
  padding: 2em 0;
}

.services_container p {
  text-align-last: left;
}

.service_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1em 0;
}

.service_box svg {
  font-size: 1.5em;
  color: #4f88ee;
}

.service_box p {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-left: 1em;
}

/* ====================== Facilities Section ==================== */

.section_facilities {
  padding: 6em 0;
}

.section_facilities .facilities_offer {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}

.section_facilities .facilities_offer span {
  color: #4f88ee;
}

.section_facilities p {
  text-align: center;
  color: #ffffff;
}

.facility_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 0.5rem;
  padding: 60px 0px 0px 0px;
}

.facility_box {
  background-color: transparent;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-align: center;
  color: #ffffff;
}

.facility_box img {
  width: 3em;
  margin-bottom: 15px;
  filter: invert(1) brightness(2);
}

.facility_box p {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  margin-left: 2em;
}

/* ================= Image Gallary =================  */

.section_gallary {
  padding: 5em 0;
}

.section_gallary .gallary_title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  text-align: center;
  margin-bottom: 2em;
}

.section_gallary .gallary_title span {
  color: #4f88ee;
}

/* Gallery grid styling */

.gallary_container {
  width: 100%;
}

.gallary_flex {
  display: flex;
  flex-wrap: wrap;
}

.image_box {
  flex: 0 0 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}

.image_box a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.image_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .image_box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 960px) {
  .uk-child-width-1-3\@m > * {
    width: calc(100% / 2);
  }
}

/* Base styles */
.section_reviews {
  padding: 6em 0;
  width: 100%;
}

.review_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.review_title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  margin-bottom: 20px;
}

.review_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}

.review_right img {
  width: 3em;
}

.avg_review {
  font-size: 3em;
  font-weight: 600;
  margin: 0 0.2em;
}

.star_review {
  display: flex;
  flex-direction: column;
}

.star_review p {
  margin: 0;
}

.stars svg {
  color: orange;
}

/* Responsive for large screens (>= 992px) */
@media (max-width: 992px) {
  .section_reviews {
    padding: 4em 0;
  }

  .review_title {
    font-size: 2.2rem;
  }

  .review_right img {
    width: 2.5em;
  }

  .avg_review {
    font-size: 2.5em;
  }
}

/* Responsive for medium screens (>= 768px and < 992px) */
@media (max-width: 768px) {
  .review_header {
    flex-direction: column;
    /* Stack title and review section */
    text-align: center;
  }

  .review_title {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .review_right {
    justify-content: center;
  }

  .review_right img {
    width: 2em;
  }

  .avg_review {
    font-size: 2em;
  }

  .star_review p {
    font-size: 0.9em;
  }
}

/* Responsive for small screens (< 768px) */
@media (max-width: 576px) {
  .section_reviews {
    padding: 3em 1em;
  }

  .review_title {
    font-size: 1.8rem;
  }

  .review_right img {
    width: 1.8em;
  }

  .avg_review {
    font-size: 1.8em;
  }

  .stars svg {
    font-size: 0.9em;
  }

  .star_review p {
    font-size: 0.8em;
  }
}

/* General Swiper Styles */
.reviews_body {
  width: 100%;
  padding: 4em 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.review_box {
  background-color: #ffffff;
  color: #000000;
  padding: 2em;
  border-radius: 1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 20%;
  box-sizing: border-box;
}

.review_comment {
  margin-top: 1em;
  text-align: left;
}

.reviewer {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid orange;
  margin-right: 1em;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .review_box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .review_box {
    width: 100%;
    /* Small screens */
    margin: 1em 0;
  }

  .reviews_body {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .review_box {
    padding: 1.5em;
    /* Adjust padding for smaller screens */
  }

  .reviewer img {
    width: 40px;
    height: 40px;
  }
}

.review_pagination span {
  background-color: #ffffff;
}

/* ========== Location & Hours of Operation ==============  */

.section_opening_hour {
  padding: 5em 0;
}

.section_opening_hour img {
  padding: 1em 0;
}

.loc_hoo_header {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  margin-bottom: 1.5em;
}

.map_img {
  width: 100%;
}

.opening_hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1em;
}

.opening_hours p {
  font-weight: 500;
  margin: 0.8em 0;
  padding: 0;
}

.opening_hours p span {
  display: inline-block;
  width: 160px;
}

/* ================== Footer ================= */

.footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
}

.logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-section h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.footer-section p {
  margin: 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #555;
}

.payment-method p {
  margin: 0;
  margin-bottom: 10px;
}

.payment-method img {
  height: 30px;
  margin-right: 10px;
}

.footer-rights {
  text-align: right;
  min-width: 250px;
}

.footer-rights p {
  margin: 5px 0;
}

.footer-rights a {
  color: #fff;
  text-decoration: none;
}

.footer-rights a:hover {
  text-decoration: underline;
}

.powered-by img {
  max-width: 20px;
  margin: 0 2px;
}

.powered-by a {
  color: #febb02 !important;
  text-decoration: none;
}

.powered-by p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-rights {
    text-align: left;
  }
}

.widget-title {
  font-size: 24px;
  font-weight: bold;
}

.footer-widget a {
  color: #4f88ee;
  padding: 10px 0px;
  display: inline-block;
}

.footer-widget a svg {
  margin-right: 10px;
}
.footer-address {
  margin: 0;
  padding: 0;
}
.footer-bottom {
  margin: 10px;
}
.footer-bottom a {
  margin: 0px 5px;
}

body {
  font-family: "Segoe UI", sans-serif;
}

h3 {
  margin: 0;
}

.navbar {
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #343a40;
  /* Ensuring visibility */
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional shadow effect */
}

.nav-link.active {
  color: #4f88ee !important;
  font-weight: 600 !important;
}

.navbar-brand img {
  max-height: 100px;
  max-width: 250px;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-item {
  transition: all 0.3s ease;
  padding: 4px 0px;
}

.topnav {
  border-bottom: 1px solid #ddd;
}

.cta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta svg {
  font-size: 32px;
}

.cta_number {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8px;
  border-left: 3px solid #4f88ee;
}

.cta_number h3 {
  font-weight: 700;
  margin: 0 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .topnav .container {
    flex-direction: column;
    text-align: center;
  }

  .cta {
    margin-top: 5px;
  }
}

.header {
  margin: 0 auto;
  padding: 0;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
}

.header {
  margin: 0 auto;
  padding: 0;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Navbar link (with arrow nicely aligned) */
.navbar .nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
}

.dropdown-caret {
  margin-left: 6px;
  font-size: 0.8rem;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
}

/* Dropdown menu */
.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 20px;
  min-width: 250px;
  background-color: #fff;
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
  position: relative;
  transition: 0.3s all ease-in-out;
  background-color: #333;
  border-bottom: 0.5px solid #7a7777;
}

.dropdown-menu li:hover .dropdown-item {
  margin-left: 8px;
  transition: 0.2s all ease-in-out;
}

/* Dropdown item */
.dropdown-menu .dropdown-item {
  font-size: 0.95rem;
  color: #fff;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  background-color: #343a40;
  padding: 10px 8px 10px 16px;
}

/* Hover effect on item */
.dropdown-menu .dropdown-item:hover {
  background-color: #333;
  color: #f6f6f6;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #333;
}

/* ============== Hero section =============== */

.section_hero {
  width: 100%;
}

.section_hero img {
  width: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ================ Offer section ================= */

.section_offer {
  background-color: rgb(230, 244, 255);
  padding: 2rem 0;
}

.section_offer p {
  text-align: center;
  margin-bottom: 0;
}

.section_offer p span {
  color: #0a6e97;
}

/* ============== ABout us Section ================ */
.section_aboutus,
.section_services {
  padding: 50px 0px 50px 0px;
  text-align: center;
  width: 100%;
}

.title_section {
  position: relative;
  color: #000;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin-bottom: 2em;
}

.title_section::after {
  transform: rotate(-0.9deg);
  /* background: #ead8fd; */
  position: absolute;
  bottom: 3px;
  height: 14px;
  width: 200px;
  margin-left: -200px;
  background: #c9defb;
  content: "";
  border-radius: 10px;
  z-index: -1;
}

.aboutus_images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.aboutus_images img {
  width: 45%;
  margin: 10px;
  display: flex;
  border-radius: 5%;
  object-fit: cover;
}

.aboutus_description {
  text-align: left;
}

.aboutus_description h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.6em 0 !important;
}

.aboutus_description h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.6em 0 !important;
}

.aboutus_description p {
  padding: 0 !important;
  margin: 0 !important;
}

/* =============== Service =================  */
.section_services .service_offer {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.section_services .service_offer span {
  color: #4f88ee;
}

.services_container {
  padding: 2em 0;
}

.services_container p {
  text-align-last: left;
}

.service_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1em 0;
}

.service_box svg {
  font-size: 1.5em;
  color: #4f88ee;
}

.service_box p {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-left: 1em;
}

/* ====================== Facilities Section ==================== */

.section_facilities {
  padding: 6em 0;
}

.section_facilities .facilities_offer {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}

.section_facilities .facilities_offer span {
  color: #4f88ee;
}

.section_facilities p {
  text-align: center;
  color: #ffffff;
}

.facility_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 0.5rem;
  padding: 60px 0px 0px 0px;
}

.facility_box {
  background-color: transparent;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-align: center;
  color: #ffffff;
}

.facility_box img {
  width: 3em;
  margin-bottom: 15px;
  filter: invert(1) brightness(2);
}

.facility_box p {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  margin-left: 2em;
}

/* ================= Image Gallary =================  */

.section_gallary {
  padding: 5em 0;
}

.section_gallary .gallary_title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  text-align: center;
  margin-bottom: 2em;
}

.section_gallary .gallary_title span {
  color: #4f88ee;
}

/* Gallery grid styling */

.gallary_container {
  width: 100%;
}

.gallary_flex {
  display: flex;
  flex-wrap: wrap;
}

.image_box {
  flex: 0 0 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}

.image_box a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.image_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .image_box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 960px) {
  .uk-child-width-1-3\@m > * {
    width: calc(100% / 2);
  }
}

/* Base styles */
.section_reviews {
  padding: 6em 0;
  width: 100%;
}

.review_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.review_title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  margin-bottom: 20px;
}

.review_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}

.review_right img {
  width: 3em;
}

.avg_review {
  font-size: 3em;
  font-weight: 600;
  margin: 0 0.2em;
}

.star_review {
  display: flex;
  flex-direction: column;
}

.star_review p {
  margin: 0;
}

.stars svg {
  color: orange;
}

/* Responsive for large screens (>= 992px) */
@media (max-width: 992px) {
  .section_reviews {
    padding: 4em 0;
  }

  .review_title {
    font-size: 2.2rem;
  }

  .review_right img {
    width: 2.5em;
  }

  .avg_review {
    font-size: 2.5em;
  }
}

/* Responsive for medium screens (>= 768px and < 992px) */
@media (max-width: 768px) {
  .review_header {
    flex-direction: column;
    /* Stack title and review section */
    text-align: center;
  }

  .review_title {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .review_right {
    justify-content: center;
  }

  .review_right img {
    width: 2em;
  }

  .avg_review {
    font-size: 2em;
  }

  .star_review p {
    font-size: 0.9em;
  }
}

/* Responsive for small screens (< 768px) */
@media (max-width: 576px) {
  .section_reviews {
    padding: 3em 1em;
  }

  .review_title {
    font-size: 1.8rem;
  }

  .review_right img {
    width: 1.8em;
  }

  .avg_review {
    font-size: 1.8em;
  }

  .stars svg {
    font-size: 0.9em;
  }

  .star_review p {
    font-size: 0.8em;
  }
}

/* General Swiper Styles */
.reviews_body {
  width: 100%;
  padding: 4em 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.review_box {
  background-color: #ffffff;
  color: #000000;
  padding: 2em;
  border-radius: 1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 20%;
  box-sizing: border-box;
}

.review_comment {
  margin-top: 1em;
  text-align: left;
}

.reviewer {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid orange;
  margin-right: 1em;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .review_box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .review_box {
    width: 100%;
    /* Small screens */
    margin: 1em 0;
  }

  .reviews_body {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .review_box {
    padding: 1.5em;
    /* Adjust padding for smaller screens */
  }

  .reviewer img {
    width: 40px;
    height: 40px;
  }
}

.review_pagination span {
  background-color: #ffffff;
}

/* ========== Location & Hours of Operation ==============  */

.section_opening_hour {
  padding: 5em 0;
}

.section_opening_hour img {
  padding: 1em 0;
}

.loc_hoo_header {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15em;
  letter-spacing: 0.49px;
  display: block;
  margin-bottom: 1.5em;
}

.map_img {
  width: 100%;
}

.opening_hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1em;
}

.opening_hours p {
  font-weight: 500;
  margin: 0.8em 0;
  padding: 0;
}

.opening_hours p span {
  display: inline-block;
  width: 160px;
}

/* ================== Footer ================= */

.footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
}

.logo {
  max-width: 250px;
  margin-bottom: 10px;
}

.footer-section h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.footer-section p {
  margin: 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #555;
}

.payment-method p {
  margin: 0;
  margin-bottom: 10px;
}

.payment-method img {
  height: 30px;
  margin-right: 10px;
}

.footer-rights {
  text-align: right;
  min-width: 250px;
}

.footer-rights p {
  margin: 5px 0;
}

.footer-rights a {
  color: #fff;
  text-decoration: none;
}

.footer-rights a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-rights {
    text-align: left;
  }
}

.widget-title {
  font-size: 24px;
  font-weight: bold;
}

.footer-widget a {
  color: #4f88ee;
  padding: 10px 0px;
  display: inline-block;
}

.footer-widget a svg {
  margin-right: 10px;
}

.footer-address {
  margin: 0;
  padding: 0;
}

.footer-bottom {
  margin: 10px;
}

.footer-bottom a {
  margin: 0px 5px;
}

img {
  width: 100%;
}

.banner-section {
  background-image: url("https://cdn.moumachi.com.bd/websites/2025/25754/images/sell-alarm-company.jpg");
  background-size: cover;
  background-position: center;
  min-height: 450px;
  position: relative;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(at center center, rgb(255 0 0 / 50%) 0%, rgba(255, 0, 0, 0.7) 100%);
}

.banner-section .container {
  position: relative;
  z-index: 2;
}

.video-box {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-box {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.common-box {
  height: 100%;
  padding: 15px;
  border-radius: 15px;
  background-color: #f2f2f2bd;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 18%);
  border: 1px solid #a1a3b440;
}

.btn-danger {
  background-color: #a00111;
}

.section-bridge {
  position: relative;
  margin-top: -100px;
}

.bridge-box {
  display: inline-block;
  background: #000501;
  color: #ffffff;
  font-weight: 700;
  font-size: 6rem;
  padding: 10px 30px;
  border-radius: 15px;
  border: 2px solid #cecece;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  text-align: center;
  font-family: "Balsamiq Sans", "cursive";
  -webkit-text-fill-color: rgb(236 28 28 / 80%);
  -webkit-text-stroke-width: 2px;
}

@media (max-width: 768px) {
  .section-bridge {
    margin-top: -45px;
  }

  .bridge-box {
    font-size: 3rem;
    padding: 5px 15px;
  }
}

.whyChoose-common-box {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  gap: 15px;
  border-radius: 5px;
}

.whyChoose-common-box .img-box img {
  width: 40px;
}

.whyChoose-common-box .content {
  font-size: 18px;
}

.header {
  background-color: #860f00;

  * {
    color: #fff !important;
  }
}

.navbar *,
.nav-link.active {
  color: #fff !important;
}

.navbar-nav {
  list-style: none;
}

.navbar-nav li + li {
  margin-top: 0;
}

.navbar-nav li:before {
  display: none;
}

.cta_number {
  border-color: #fff !important;
}

.nav-item:first-child .nav-link,
.nav-item:first-child .nav-link:hover {
  margin-left: 0;
  padding-left: 0;
}

a {
  text-decoration: underline;
}

ul {
  padding: 0;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 30px;
}

ul li + li {
  margin-top: 10px;
}

ul li:before {
  content: "\f00c";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  color: var(--common-secondary-text);
  top: 5px;
  left: 0;
}

.count-2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.count-3 {
  -webkit-column-count: 3;
  column-count: 3;
}

.count-4 {
  -webkit-column-count: 4;
  column-count: 4;
}

@media (min-width: 576px) {
  .count-sm-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .count-sm-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .count-sm-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .count-sm-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (min-width: 768px) {
  .count-md-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .count-md-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .count-md-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .count-md-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (min-width: 992px) {
  .count-lg-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .count-lg-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .count-lg-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .count-lg-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (min-width: 1200px) {
  .count-xl-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .count-xl-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .count-xl-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .count-xl-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (min-width: 1600px) {
  .count-xxl-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .count-xxl-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .count-xxl-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .count-xxl-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

.bg-red-dark {
  background-color: #860f00;
}

.text-white,
a.text-white,
.text-white * {
  color: #fff;
}

img {
  width: 100%;
}

.banner-heading {
  color: #fff;
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 3.6rem;
}

h1.banner-heading span {
  font-size: 2rem;
  display: block;
  line-height: 1.25;
  letter-spacing: 0px;
}

.video-box {
  overflow: hidden;
  border-radius: 0px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.video-box {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.common-box {
  height: 100%;
  padding: 15px;
  border-radius: 15px;
  background-color: #f2f2f2bd;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 18%);
  border: 1px solid #a1a3b440;
}

.btn-danger {
  background-color: #a00111;
  min-width: 150px;
}

.centered-text p {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.video-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  text-align: center;
}

.video-box-content .video-box-title {
  font-weight: 500;
  font-size: 20px;
}

.video-box-content a.btn-learn-more {
  display: block;
  text-decoration: none;
  background-color: #77ae03e6;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  min-width: 160px;
  border-radius: 3px;
}

.video-box-content a.btn-learn-more:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 0 2px #71c852;
  transition: all 0.3s ease;
}

.bg-black {
  background-color: #000000d6;
}

.heading-yellow {
  color: #f1ae16;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

ul > p {
  font-size: 18px;
}
.steps-flow {
  padding-left: 30px;
  position: relative;
}

.steps-flow:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 9px;
  background-color: #a001113b;
}

.steps-flow .step {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.steps-flow .step + .step {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e4bfc4;
}

.steps-flow .step > span {
  flex-basis: 70px;
  min-width: 0;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  background-color: #f7dadd;
  color: #a00111;
  padding: 2px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.steps-flow .step > span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 25px;
  background-color: #860f00;
  clip-path: polygon(100% 75%, 50% 100%, 0 75%, 0 0, 50% 25%, 100% 0);
  left: -30px;
  top: 0;
}

.steps-flow .step > .content {
  min-width: 0;
  flex-basis: 100%;
  border-radius: 5px;
}

.steps-flow .step .content > *:last-child {
  margin-bottom: 0;
}

.steps-flow .step > .content .title {
  font-size: 20px;
  color: #212529;
  font-weight: 700;
}

@media (max-width: 991px) {
  [class*="col-lg"]:has(.steps-flow) + [class*="col-lg"] .steps-flow {
    padding-top: 15px;
  }

  [class*="col-lg"]:has(.steps-flow) + [class*="col-lg"]:has(.steps-flow) .step:first-child {
    padding-top: 15px;
    border-top: 1px solid lavender;
  }
}

@media (max-width: 767px) {
  [class*="col-lg"]:has(.steps-flow) + [class*="col-lg"] .steps-flow {
    padding-top: 15px;
  }

  [class*="col-sm"]:has(.steps-flow) + [class*="col-lg"]:has(.steps-flow) .step:first-child {
    padding-top: 15px;
    border-top: 1px solid lavender;
  }
}
.calc_style .main_calc {
  padding: 0;
}

.calc_style table tr td {
  padding-bottom: 20px;
}

.cta .cta_number > div {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
