@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corben:wght@400;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  font-family: "Raleway", sans-serif; /* Default body font */
}

/* .back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
} */

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.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-primary-outline-0 {
  color: var(--bs-white) !important;
  border: 1px solid var(--bs-primary);
}

.btn-light-outline-0 {
  color: var(--bs-primary) !important;
  border: 1px solid var(--bs-light);
}

.btn-primary-outline-0:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
  border: 1px solid var(--bs-primary);
}

.btn-light-outline-0:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
  border: 1px solid var(--bs-secondary);
}

.img-border {
  border-color: var(--bs-secondary);
  border-style: double;
}

/* General Heading and Paragraph Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lobster", cursive; /* Pacifico for headings */
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 15px; /* Default font size for larger screens */
  line-height: 1.5; /* Line height for readability */
  color: #333; /* Text color */
  text-align: justify; /* Justified text */
  letter-spacing: 0.5px; /* Slight letter spacing */
}

/* Responsive Adjustments for Headings and Paragraphs */
/* For Tablet Screens (max-width: 768px) */
@media (max-width: 768px) {
  h1 {
    font-size: 28px; /* Smaller size for h1 */
  }
  h2 {
    font-size: 24px; /* Smaller size for h2 */
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px; /* Slightly smaller font for paragraphs */
  }
}

/* For Mobile Screens (max-width: 480px) */
@media (max-width: 480px) {
  h1 {
    font-size: 24px; /* Further reduced size for h1 */
  }
  h2 {
    font-size: 20px; /* Smaller size for h2 */
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  p {
    font-size: 12px; /* Smallest font size for paragraphs */
  }
}

/* .display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  color: #363636;
  font-weight: 700;
  font-family: "Lobster Two", cursive;
  font-size: 40px;
} */

/*** Navbar Start ***/
.sticky-top {
  transition: 0.5s;
  background: var(--bs-white);
}

.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
  font-family: "Corben", serif;
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #a79098;
}

/* Navbar Logo */
.navbar-logo {
  max-width: 150px;
  height: auto;
}

/* Navbar Menu Items */
.nav-item {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.nav-item:hover {
  color: #c34370;
  text-decoration: none;
}

/* Responsive Design for Tablet Screens (max-width: 768px) */
@media (max-width: 768px) {
  .navbar-logo {
    max-width: 120px;
  }

  .nav-item {
    font-size: 14px;
  }

  .navbar-collapse {
    padding: 10px;
    background: var(--bs-white); /* Add background to the collapse menu */
  }
}

/* Responsive Design for Mobile Screens (max-width: 480px) */
@media (max-width: 480px) {
  .navbar-logo {
    max-width: 100px;
  }

  .nav-item {
    font-size: 12px;
    text-align: center;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }

  .navbar-collapse {
    background: var(
      --bs-white
    ); /* Ensure collapse menu has a clear background */
  }
}

/* Larger screens (min-width: 1200px) */
@media (min-width: 1200px) {
  .navbar .navbar-collapse .border-top {
    border-top: none !important;
  }

  .nav-item {
    font-size: 18px;
  }
}

/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
  position: relative;
  height: 75vh; /* Adjust the height of the carousel images */
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Dark overlay */
}

.carousel-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-align: left;
}

.contact-icons {
  display: flex;
  gap: 15px; /* Space between icons */
  justify-content: center; /* Center-align icons */
  align-items: center;
  padding: 10px 0;
}

.contact-icon {
  font-size: 20px; /* Default icon size */
  color: #333; /* Neutral icon color */
  transition: color 0.3s, transform 0.3s;
}

.contact-icon:hover {
  color: #c34370; /* Highlight color on hover */
  transform: scale(1.2); /* Slight zoom effect */
  text-decoration: none;
}

/* Contact Info */
.contact-info {
  display: flex;
  align-items: center;
  font-size: 18px; /* Default font size */
  font-weight: bold;
}

.contact-info i {
  font-size: 24px;
  margin-right: 10px;
}

.contact-info span {
  line-height: 1.5;
}

/* Responsive Design for Tablets (max-width: 768px) */
@media (max-width: 768px) {
  .contact-icons {
    gap: 10px; /* Reduce spacing between icons */
  }

  .contact-icon {
    font-size: 20px; /* Smaller icon size for tablets */
  }

  .contact-info {
    font-size: 16px; /* Reduce font size */
  }

  .contact-info i {
    font-size: 20px;
  }
}

/* Responsive Design for Mobile Screens (max-width: 480px) */
@media (max-width: 480px) {
  .contact-icons {
    flex-direction: column; /* Stack icons vertically */
    gap: 8px; /* Smaller spacing between stacked icons */
  }

  .contact-icon {
    font-size: 18px; /* Further reduce icon size for mobile */
  }

  .contact-info {
    font-size: 14px; /* Smallest font size */
    text-align: center;
  }

  .contact-info i {
    font-size: 18px;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.section-title {
  position: relative;
  display: inline-block;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title.text-end::after,
.section-title.text-start::before {
  display: none;
}

.service-item {
  height: 320px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item .service-icon {
  margin: 0 auto 30px auto;
  width: 65px;
  height: 65px;
  transition: 0.5s;
}

.service-item h5,
.service-item i,
.service-item p {
  transition: 0.5s;
}

.service-item:hover h5,
.service-item:hover i,
.service-item:hover p {
  color: #fff !important;
}

#services .row {
  margin-bottom: 30px;
}

#services h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/*** Wedding Story Start ***/
.story .story-timeline,
.story .story-timeline .row {
  position: relative;
}

.story .story-timeline::before,
.story .story-timeline::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: var(--bs-secondary);
  border-radius: 10px;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
}

.story .story-timeline::after {
  top: auto;
  bottom: -7px;
}

@media (max-width: 768px) {
  .story .story-timeline::before,
  .story .story-timeline::after,
  .story .story-timeline .row::after {
    display: none;
  }
}

.offer-area {
  background-image: url(../img/wedcar.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  text-align: center; /* Center all text */
}

.offer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000000;
  pointer-events: none; /* Prevent the pseudo-element from blocking clicks */
}

.offer-title h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.offer-title p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.btn-book-now {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.btn-book-now:hover {
  background: linear-gradient(to right, #ff4b2b, #ff416c);
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .offer-title h2 {
    font-size: 50px; /* Slightly smaller font on large screens */
  }

  .offer-title p {
    font-size: 16px; /* Slightly smaller text for better readability */
  }

  .btn-book-now {
    font-size: 16px; /* Smaller button text */
    padding: 12px 24px; /* Adjust button size */
  }
}

@media (max-width: 992px) {
  .offer-title h2 {
    font-size: 40px; /* Smaller heading size for tablets */
  }

  .offer-title p {
    font-size: 14px; /* Smaller text for readability */
  }

  .btn-book-now {
    font-size: 14px; /* Button text adjusted for tablets */
    padding: 10px 20px; /* Adjust button size */
  }
}

@media (max-width: 768px) {
  .offer-title h2 {
    font-size: 35px; /* Even smaller heading for mobile */
  }

  .offer-title p {
    font-size: 13px; /* Smaller text for mobile screens */
  }

  .btn-book-now {
    font-size: 13px; /* Smaller button text for mobile */
    padding: 10px 18px; /* Adjust button size */
  }
}

@media (max-width: 576px) {
  .offer-title h2 {
    font-size: 30px; /* Heading size for very small screens */
  }

  .offer-title p {
    font-size: 12px; /* Small text for very small screens */
  }

  .btn-book-now {
    font-size: 12px; /* Smallest button text */
    padding: 8px 16px; /* Adjust button size for small screens */
  }
}

/*** Gallery Start ***/
.gallery .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery .gallery-img .hover-style {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
}

.gallery .gallery-img:hover .hover-style {
  width: auto;
  height: auto;
  border: 600px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.gallery .gallery-img img {
  transition: 0.5s;
}

.gallery .gallery-img:hover img {
  transform: scale(1.3);
}

.gallery .gallery-item .gallery-overlay {
  transition: 0.5s;
}

.gallery .gallery-item:hover .gallery-overlay {
  background: transparent !important;
  border: 0 !important;
}

.gallery .gallery-img .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}

.gallery .gallery-img:hover .search-icon {
  opacity: 1;
}
/*** Gallery End ***/

/*** team Start ***/
.team .team-item {
  position: relative;
  overflow: hidden;
}

.team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  transition: 0.5s;
  z-index: 4;
}

.team .team-item:hover .team-content {
  background: rgba(0, 0, 0, 0.5);
}

.team .team-item .team-content {
  text-align: center;
}

.team .team-item .team-social {
  position: absolute;
  top: -180px;
  right: 15px;
  z-index: 5;
  transition: 0.5s;
}

.team .team-item:hover .team-social {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}

.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  border-color: var(--bs-secondary);
  border-style: double;
}

.team .team-item .team-img .team-img-main {
  position: relative;
  z-index: 3;
}

.team .team-item .team-img .team-img-main img,
.team .team-item .team-img .team-img-bg img {
  transition: 0.5s;
}

.team .team-item:hover .team-img .team-img-main img,
.team .team-item:hover .team-img .team-img-bg img {
  transform: scale(1.1);
}
/*** Team End ***/

.footer h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #555;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footer ul li a:hover {
  color: #ff6347; /* Add hover color */
  transition: all 0.3s ease;
}

.footer img {
  max-width: 120px; /* Adjust logo size */
}

.copyright {
  font-size: 14px;
}

.text-primary {
  color: #ff6347 !important; /* Customize primary color */
}

.text-primary:hover {
  text-decoration: underline;
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
}
.footer .col-lg-3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .footer h4 {
    font-size: 16px; /* Smaller heading for mobile */
  }
  .footer p,
  .footer ul li a {
    font-size: 14px; /* Reduce text size */
  }
  .footer img {
    max-width: 100px; /* Smaller logo */
  }

  @media (max-width: 576px) {
    .copyright p {
      font-size: 12px;
    }
  }
}

/*** whats app and mobile start***/
.contact-icons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
}

.contact-icon {
  color: #ffffff;
  /* Default icon color */
  background-color: #2f2f2f;
  /* Dark background */
  padding: 12px;
  /* Icon container padding */
  border-radius: 50%;
  /* Circle icon background */
  text-decoration: none;
  /* Remove underline */
  transition: transform 0.3s ease, background-color 0.3s ease;
  /* Smooth hover animation */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Shadow for depth */
}

.contact-icon i {
  font-size: 24px;
  /* Adjust icon size */
}

.contact-icon:hover {
  transform: scale(1.1);
  /* Slight scale-up on hover */
  background-color: #ff4e50;
  /* Change background on hover */
}

#whatsapp-icon {
  background-color: #25d366;
  /* WhatsApp green color */
}

#whatsapp-icon:hover {
  background-color: #1ebd58;
  /* Slightly darker green on hover */
}

@media only screen and (max-width: 600px) {
  .contact-icons {
    gap: 15px;
    /* Reduce space between icons for mobile */
  }

  .contact-icon {
    padding: 10px;
    /* Adjust padding for smaller screens */
  }

  .contact-icon i {
    font-size: 20px;
    /* Reduce icon size for mobile */
  }
}

/*** whats app and mobile end***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark) !important;
}
/*** copyright end ***/

/* Common styles */
.heading-styled {
  /* font-family: "Playfair Display", serif; */
  font-weight: bold;
  color: #fff;
}

.text-highlight {
  color: #090909;
}

.p-title {
  /* font-family: "Lobster Two", cursive; */
  background: rgba(var(--primary-color-rgb), 0.2);
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 10px;
  padding: 7px 10px 6px 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.p-title.invert {
  background: linear-gradient(
    135deg,
    #ff4b2b,
    #ff416c
  ); /* Apply gradient background */
}

.p-title {
  font-size: 12px;
  margin-bottom: 20px;
}

.ab_bg-color {
  background-color: #000;
}
.about-text {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .about-text {
    font-size: 14px; /* Slightly smaller font on large screens */
  }
}

@media (max-width: 992px) {
  .about-text {
    font-size: 13px; /* Smaller font for medium screens (tablets) */
  }
}

@media (max-width: 768px) {
  .about-text {
    font-size: 12px; /* Even smaller font for mobile screens */
  }
}

@media (max-width: 576px) {
  .about-text {
    font-size: 11px; /* Smallest font for very small screens */
  }
}

.btn-custom {
  background-color: #8b0000;
  color: #fff;
  border: none;
  /* font-family: "Arial", sans-serif; */
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-custom:hover {
  background-color: #6e1212;
  color: #fff;
}
/* Image grid layout */
.image-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px; /* Adjust gap as needed */
  align-items: center;
}

/* Left-side image (larger) */
.img-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Right-side stacked images */
.right-images {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Equal spacing between the stacked images */
}

.img-top,
.img-bottom {
  height: 48%; /* Adjust for equal sizes */
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

/* Responsive adjustments for large tablets and small laptops */
@media (max-width: 770px) and (min-width: 576px) {
  .image-grid {
    grid-template-columns: 1fr; /* Stacks images vertically */
    gap: 10px; /* Reduce the gap for smaller devices */
  }

  .img-left,
  .img-top,
  .img-bottom {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
  }

  .right-images {
    flex-direction: column; /* Stacks images vertically */
  }
}

/* Responsive adjustments for smaller devices (phones) */
@media (max-width: 575px) {
  .image-grid {
    grid-template-columns: 1fr; /* Single-column layout */
    gap: 10px; /* Adjust gap for smaller screens */
  }

  .img-left {
    margin-bottom: 10px; /* Add spacing below the larger image */
  }

  .right-images {
    flex-direction: column; /* Stacked layout */
    gap: 10px;
  }

  .img-top,
  .img-bottom {
    width: 100%;
    height: auto; /* Maintain proportions */
  }
}

.layout_padding {
  padding: 90px;
}

.blog_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  background-color: #f9f8f7;
}

.blog_section .box .img-box {
  position: relative;
  width: 225px;
  min-width: 225px;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 15px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
  /* font-family: "octin sports", sans-serif; */
}

.blog_section .box .detail-box p {
  font-size: 15px;
  color: #444;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 7px 20px;
  color: #8b0000; /* Set initial text color */
  border-radius: 0;
  text-decoration: none; /* Remove underline */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_section .box .detail-box a:hover {
  color: transparent; /* Make the text transparent so the gradient can be visible */
  background: linear-gradient(
    135deg,
    #ff4b2b,
    #ff416c
  ); /* Apply gradient background */
  -webkit-background-clip: text; /* Clip the background to the text */
  background-clip: text; /* Standard property to clip the gradient to the text */
}

.blog_section .img-box img {
  width: 100%;
  object-fit: cover; /* Ensures proper scaling */
}

/* Specific height for the first two images */
.blog_section .row > .col-lg-6:nth-child(1) .img-box img,
.blog_section .row > .col-lg-6:nth-child(2) .img-box img {
  height: 207px;
}

.blog_section .row > .col-lg-6:nth-child(1) .img-box img {
  height: 208px;
}

/* Specific height for other images */
.blog_section .row > .col-lg-6:nth-child(n + 3) .img-box img {
  height: 199px;
}

.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;
  /* font-family: "octin sports", sans-serif; */
}

/*responsive css*/
@media (max-width: 576px) {
  .blog_section .box {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog_section .box .img-box {
    width: 100%;
  }
}

/* Scoped styles for the Dhol & Band section */
.dhol-band-section .img-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dhol-band-section .container {
  max-width: 1200px;
}

.dhol-band-section h3 {
  font-size: 1.75rem;
  font-weight: bold;
}

.dhol-band-section p {
  font-size: 1rem;
  line-height: 1.6;
}

.dhol-band-section .row.g-3 > * {
  margin-bottom: 1rem; /* Ensure spacing for rows */
}

footer {
  margin-top: auto; /* Push footer to bottom */
}

/*
Page Title Area Style
================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #7c1109;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.page-title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Removed black background */
  /* background-color: transparent; */
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Black overlay with 50% transparency */
}

.page-title-area .page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}

/* Responsive Font Sizes */
@media (max-width: 768px) {
  .page-title-area .page-title-content h2 {
    font-size: 30px;
  }

  .page-title-area .page-title-content ul li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-title-area .page-title-content h2 {
    font-size: 24px;
  }

  .page-title-area .page-title-content ul li {
    font-size: 12px;
  }
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-size: 16px;
}

.page-title-area .page-title-content ul li i {
  font-size: 12px;
  margin: 0 10px;
}

.page-title-area .page-title-content ul li a {
  color: #bab0b0;
}

.page-title-area .page-title-content ul li a:hover {
  color: #701316;
}

.page-title-area.item-bg-4 {
  background-image: url(../img/img_bg.jpeg);
}

.our-histry-area-about-style {
  padding-bottom: 100px;
}

a .bi-arrow-right {
  margin-right: 8px; /* Add space between the arrow and the text */
}
.menu-list-wrap {
  margin: 0 auto;
  max-width: 1200px;
}

/* .single-menu-item {
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #f9f9f9;
} */

.video-showcase-section {
  margin: 50px auto; /* Top and Bottom margin for the section */
  text-align: center; /* Center-align the heading and carousel */
  padding: 20px;
  position: relative;
  background: url("../img/video_showcase.jpeg") no-repeat center center / cover; /* Set your background image */
  color: #fff; /* Make text color white for better contrast */
  z-index: 1; /* Ensure content appears above the overlay */
}

.video-showcase-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  z-index: 0; /* Ensure overlay appears below the content */
}

.video-showcase-heading {
  margin-bottom: 20px; /* Space between heading and carousel */
  color: #fff; /* Ensure the heading text stands out */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Optional: Add text shadow for better visibility */
  position: relative;
  z-index: 1; /* Ensure the text appears above the overlay */
}

.menu-list-wrap {
  position: relative;
  z-index: 1; /* Ensure videos appear above the overlay */
}

.single-menu-item {
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0; /* Ensure no extra padding */
  height: 250px; /* Restore the desired height */
  display: flex;
  align-items: center; /* Center the iframe vertically */
  justify-content: center; /* Center the iframe horizontally */
}

.single-menu-item iframe {
  width: 100%; /* Ensure the iframe fills the width */
  height: 100%; /* Ensure the iframe fills the restored height */
  border: none; /* Remove default iframe border */
  border-radius: 8px; /* Matches the container's border radius */
  display: block; /* Proper alignment inside the container */
}

.owl-nav button {
  color: #fff;
  background-color: #333;
  border: none;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s;
}

.owl-nav button:hover {
  background-color: #555;
}
.navbar-logo {
  width: auto; /* Let the width adjust based on height */
  height: 70px; /* Set a consistent height */
  max-height: 100px; /* Prevent it from being too large */
  object-fit: contain; /* Maintain aspect ratio */
}

@media (max-width: 768px) {
  .navbar-logo {
    height: 80px; /* Smaller size for tablets */
  }
}

@media (max-width: 576px) {
  .navbar-logo {
    height: 60px; /* Even smaller size for mobile devices */
  }
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
