@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Jost", sans-serif;
}

/* styles for Rooms page starts here */
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.dropdown-item {
  font-size: 12px;
  font-weight: 500;
}

.navbar-home-mobile-icon img {
  filter: brightness(0.1);
}

.navbar-home-mobile-icon-parent p {
  color: #000;
}

.navbar-home-mobile-icon-parent {
  display: flex;
  align-items: center;
}

.navbar-home-mobile-icon-parent p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

form.d-flex.navbar-home-mobile-icon-parent-main {
  gap: 15px;
  align-items: center;
}

.SteamEdge-logo {
  height: 60px;
  width: 170px;
}

.SteamEdge-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.Fooer-Gallery-images {
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link.active {
  font-size: 12px;
  font-weight: 600;
}

.Fooer-Gallery-images img {
  height: 100%;
  width: 100%;
  transition: all 0.3s linear;
  /* object-fit: contain; */
}

.Fooer-Gallery-images img:hover {
  transform: scale(1.2);
}

nav.navbar.navbar-expand-lg.navbar-light {
  padding-top: 20px;
  z-index: 999;
}

.StreamEdge-Rooms-banner-title {
  height: 100%;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
}

.navbar-background-image {
  background: linear-gradient(rgb(0 0 0 / 77%), rgb(0 0 0 / 35%)),
    url(./assets/images/footer-second-1.webp);
  /* background-image: url('/assets/images/resort-carousel-1.webp'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  margin-bottom: 45px;
}

.streamedge-Footer-contact-phone {
  display: flex;
  gap: 10px;
}

.Footer-content {
  padding: 40px 0px 25px 0px;
}

.StreamEdgeFooter-gallery-parent {
  margin: 40px 0px 0px 0px;
}

.StreamEdge-Rooms-copyrights p {
  margin: 0;
  padding: 20px 0px;
  color: #fff;
}

.streamedge-Footer-email-newsletter input {
  padding: 5px;
  width: 250px;
  border: 1px solid #fff;
  background: transparent;
  margin-top: 15px;
  border-radius: 4px;
  color: #fff;
}

.streamedge-Footer-email-newsletter input::placeholder {
  color: #fff;
}

.StreamEdgeFooter-parent.bg-dark hr {
  color: #fff;
  margin: 0;
  opacity: 1;
}

a {
  text-decoration: none;
}

.streamEdge-Footer-link-title {
  margin-bottom: 20px;
}

.streamedge-Footer-contact-phone .phone-icon,
.streamedge-Footer-contact-phone .location-icon,
.streamedge-Footer-contact-phone .email-icon {
  filter: brightness(1.5);
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  margin-top: 2px;
}

/* styles Activities page */
.StreamEdge-Activities-resort-sub-content-image {
  height: 370px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.StreamEdge-Activities-resort-sub-content-image img {
  height: 100%;
  width: 100%;
  transition: all 0.3s linear;
  object-fit: cover;
}

.StreamEdge-Activities-resort-sub-content-image img:hover {
  transform: scale(1.1);
}

.StreamEdge-Activities-waterFun {
  position: absolute;
  width: 300px;
  padding: 20px;
  bottom: -125px;
  right: 77px;
  border-radius: 15px 0px 15px 15px;
  background: #fff;
}

.StreamEdge-Activities-resort-parent.container {
  background: #fdf8f8;
  padding: 30px 40px 40px 40px;
  border-radius: 10px;
}

.SStreamEdge-Activities-resort-sub-content-image-parent p {
  width: 90%;
}

.StreamEdge-Activities-resort-sub-content-image-parent {
  padding-bottom: 100px;
  margin: 50px 0px 60px 0px;
  position: relative;
}

.StreamEdge-Activities-resort-sub-content-text1 {
  width: 90%;
}

.text-danger {
  color: #dc3545 !important;
  font-weight: 600;
}

.StreamEdge-Activities-waterFun .text-danger {
  font-weight: 600;
  margin-bottom: 10px;
}

.StreamEdge-Activities-waterFun h5 {
  font-weight: 600;
}

.StreamEdge-Activities-resort-sub h3 {
  padding: 10px 0px;
  font-weight: 600;
}

.StreamEdge-Rooms-parent .btn-danger {
  font-size: 14px;
}

.StreamEdgeFooter-gallery-parent .col-md-2 {
  padding: 3px;
}

.Footer-content p {
  color: #fff;
}

/* footer social media icons */
.Footer-social-Media-icons {
  display: flex;
  gap: 35px;
  align-items: center;
}

.Footer-social-Media-icons i {
  font-size: 30px;
  color: #fff;
}

.StreamEdge-Rooms-Footer-Parent {
  background: #000;
  padding-top: 12px;
  margin-top: 40px;
}

.StreamEdgeFooter-gallery-parent {
  padding: 0px 0px 40px;
}

/* media queries for activities page */

@media only screen and (max-width: 575px) {
  p.activities-description {
    text-align: justify;
    margin: 0;
  }

  .Fooer-Gallery-images {
    margin-bottom: 10px;
    height: 180px;
  }

  .StreamEdge-Activities-waterFun h5 {
    font-weight: 500;
    font-size: 18px;
  }

  .StreamEdgeFooter-gallery-parent {
    padding: 0;
    margin: 0;
  }

  .StreamEdge-Activities-resort-sub-content-image {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }

  .Footer-content p {
    font-size: 14px;
  }

  .StreamEdge-Activities-waterFun {
    width: 100%;
    position: relative;
    font-size: 14px;
    top: 0;
    right: 0;
    margin-bottom: 5px;
    text-align: center;
    padding: 10px 10px 10px 10px;
  }

  .StreamEdge-Activities-resort-parent.container {
    padding: 5px 10px 20px 10px;
    height: fit-content;
  }

  .StreamEdge-Activities-resort-sub-content-image-parent {
    padding-bottom: 0px;
    width: 100%;
    margin: auto;
  }

  .StreamEdge-Activities-resort-sub h3 {
    padding: 10px 0px;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    margin-bottom: -3px;
  }

  .StreamEdge-Activities-waterFun .text-danger {
    margin-bottom: 4px;
    font-size: 13px;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    margin-top: -10px;
    padding-top: 0px;
  }

  .navbar-background-image {
    height: 350px;
    margin-bottom: 20px;
  }

  .StreamEdge-Rooms-banner-title {
    position: relative;
    height: 75%;
  }

  /* .StreamEdge-Rooms-banner-title{
        height: 280px;
    } */
  .StreamEdge-Rooms-copyrights p {
    font-size: 13px;
  }

  .streamEdge-Footer-link-title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .Footer-content {
    padding: 20px 0px 0px 20px;
  }

  .SteamEdge-logo {
    height: 60px;
    width: 130px;
  }

  .Footer-social-Media-icons {
    gap: 20px;
    margin-bottom: 15px;
  }

  .Footer-social-Media-icons i {
    font-size: 28px;
  }

  .StreamEdge-Rooms-Footer-Parent {
    margin-top: 0;
  }

  .navbar-input-parent {
    margin-bottom: 10px;
    width: 95%;
  }

  .StreamEdge-Activities-resort-sub-content-text1 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .col-md-6.StreamEdge-Activities-resort-main-parent {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .Footer-content .row .col-sm-12.col-md-2 {
    width: 45%;
    margin: 20px 0px;
  }

  .Footer-content .row div:nth-child(3) {
    order: 3;
  }

  .Footer-content .row .col-sm-8.col-md-3:last-child {
    width: 45%;
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Fooer-Gallery-images {
    margin-bottom: 10px;
    height: 190px;
  }

  /* .col-6.col-sm-6.col-md-2{
        padding: 0;
        width: 45%;
        margin: 0px 4px 0px 9px;
    } */
  .StreamEdge-Activities-resort-sub-content-image {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }

  .Footer-content p {
    color: gray;
    font-size: 14px;
  }

  .StreamEdge-Activities-waterFun {
    width: 100%;
    position: relative;
    font-size: 14px;
    top: 0;
    right: 0;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 10px;
  }

  .StreamEdge-Activities-resort-parent.container {
    padding: 30px 20px 20px 20px;
    height: fit-content;
  }

  .StreamEdge-Activities-resort-sub-content-image-parent {
    padding-bottom: 0px;
    width: 100%;
    margin: auto;
  }

  .StreamEdge-Activities-resort-sub h3 {
    padding: 10px 0px;
    font-weight: 600;
    font-size: 19px;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    margin-top: -10px;
    padding-top: 0px;
  }

  .navbar-background-image {
    height: 350px;
    margin-bottom: 20px;
  }

  /* .StreamEdge-Rooms-banner-title{
        height: 280px;
    } */
  .StreamEdge-Rooms-banner-title {
    position: relative;
    height: 75%;
  }

  form.d-flex.navbar-input-parent {
    margin-bottom: 10px;
    width: 430px;
  }

  .StreamEdge-Rooms-copyrights p {
    font-size: 13px;
  }

  .streamEdge-Footer-link-title {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .Footer-content {
    padding: 20px 0px 0px 0px;
  }

  .SteamEdge-logo {
    height: 60px;
    width: 130px;
  }

  .StreamEdge-Activities-resort-sub-content-text1 {
    width: 100%;
    margin-bottom: 26px;
  }

  .col-md-6.StreamEdge-Activities-resort-main-parent {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Fooer-Gallery-images {
    height: 170px;
  }

  .StreamEdge-Rooms-Footer-Parent {
    margin-top: 40px;
  }

  .StreamEdge-Activities-resort-parent.container {
    padding: 30px 15px 40px 15px;
  }

  .StreamEdge-Activities-resort-sub-content-image {
    height: 320px;
    width: 100%;
  }

  .StreamEdge-Rooms-banner-title {
    position: relative;
    height: 50%;
  }

  .StreamEdge-Activities-waterFun {
    bottom: -80px;
    right: 0;
    width: 250px;
    font-size: 14px;
    padding: 15px;
  }

  .streamEdge-Footer-link-title {
    font-size: 18px;
  }

  .navbar-input-parent {
    margin-bottom: 10px;
    width: 450px;
  }

  .col-6.col-sm-4.col-md-2 {
    width: 15.66667%;
    margin-right: 7px;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .StreamEdge-Activities-waterFun {
    right: 64px;
  }
}

/* faq styles */
.faq-section {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}

.faq-title {
  font-size: clamp(22px, 4vw, 32px);
  margin-bottom: 20px;
  margin-top: 20px;
  color: #dc3545;
  font-weight: 600;
}

.faq-container {
  max-width: 900px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  text-align: left;
}

.faq-item {
  background: #f1f3f6;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: #f1f3f6;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.faq-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' stroke='%23333' stroke-width='2' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' stroke='%23333' stroke-width='2' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 15px 0;
  line-height: 1.7;
  color: #444;
  text-align: left;
}

@media (max-width: 768px) {
  .faq-question {
    font-size: 16px;
    padding: 15px 18px;
  }

  .faq-answer p {
    font-size: 15px;
  }

  .faq-item {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .faq-question {
    font-size: 15px;
    padding: 14px 16px;
    gap: 10px;
  }

  .faq-icon {
    width: 18px;
    height: 18px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.background-image-abouut-us {
  background: url("./assets/images/event-choose-img.webp") lightgray 50% / cover
    no-repeat;
  height: fit-content;
  width: 94%;
  margin-left: auto;
  padding: 35px 0 0 8px;
  height: 100%;
}

.background-image-abouut-us img {
  position: relative;
  top: 7px;
  left: 50px;
  border: 7px solid white;
  object-fit: contain;
  width: 35%;
}

.aboutus-home-stage .row {
  padding: 0 15px;
}

.tick-mark {
  padding: 3px 0;
}

.tick-mark p {
  margin: 0 0 0 10px;
  color: #000;
  /* font-size: 15.063px; */
  font-weight: 400;
  line-height: 20px;
}

.aboutus-data-h5 h5 {
  color: #0e2a4e;
  font-size: 16.938px;
  line-height: 22px;
  width: 100%;
}

.about-choose-us h1 {
  color: #0e2a4e;
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  padding: 5px 0;
}

.about-objective-bluebell p {
  text-align: center;
  width: 80%;
  margin: auto;
  /* font-size: 14.453px; */
  font-weight: 400;
  line-height: 22px;
}

.about-head-section {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .background-image-abouut-us {
    width: 100%;
    padding: 20px 0 0 5px;
    height: 200px;
  }

  .background-image-abouut-us img {
    left: 30px;
    border: 8px solid white;
    top: 8px;
  }

  .aboutus-data-h5 h5 {
    font-size: 13.938px;
    width: 100%;
  }

  .tick-mark {
    padding: 3px 0;
  }

  .about-objective-bluebell p {
    width: 98%;
    font-size: 14.453px;
    line-height: 24px;
  }

  .about-head-section {
    padding: 15px 10px;
  }

  .aboutus-home-stage .row {
    padding: 15px 5px;
  }

  .about-choose-us h1 {
    color: #0e2a4e;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    padding: 0;
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-choose-us h1 {
    color: #0e2a4e;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    padding: 0;
  }

  .about-objective-bluebell p {
    width: 90%;
    font-size: 14.453px;
    line-height: 24px;
  }

  .about-head-section {
    padding: 28px 0;
  }

  .aboutus-home-stage .row {
    padding: 0px;
  }

  .aboutus-data-h5 h5 {
    font-size: 14.938px;
    width: 100%;
  }
}

/* summer vacation tours starts here */
.StreamEdge-vacationTours-parent {
  background: linear-gradient(rgb(0 0 0 / 77%), rgb(0 0 0 / 35%)),
    url(./assets/images/event-contact-img.webp);
}

.StreamEdge-vacationTours-parent,
.StreamEdge-vacationTours-parent.travelagencybg-2,
.StreamEdge-vacationTours-parent.travelagencybg-3 {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.StreamEdge-vacationTours-sub {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
  margin-top: 50px;
}

.StreamEdge-vacationTours-sub h2 {
  color: #fff;
  width: 50%;
  font-size: 48px;
  font-weight: 700;
}

.StreamEdge-vacationTours-sub p {
  font-size: 19px;
  color: #fff;
  margin-top: 10px;
}

.StreamEdge-vacationTours-sub button {
  background: transparent;
  border: 1px solid #fff;
  padding: 8px 24px;
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .StreamEdge-vacationTours-parent {
    height: 500px;
  }

  .StreamEdge-vacationTours-sub h2 {
    font-size: 38px;
    width: 70%;
  }

  .StreamEdge-vacationTours-sub p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .StreamEdge-vacationTours-parent {
    height: 450px;
  }

  .StreamEdge-vacationTours-sub h2 {
    font-size: 32px;
    width: 80%;
  }

  .StreamEdge-vacationTours-sub p {
    font-size: 16px;
  }

  .StreamEdge-vacationTours-sub button {
    padding: 7px 18px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .StreamEdge-vacationTours-parent {
    height: 380px;
  }

  .StreamEdge-vacationTours-sub h2 {
    font-size: 26px;
    width: 90%;
  }

  .StreamEdge-vacationTours-sub p {
    font-size: 15px;
  }

  .StreamEdge-vacationTours-sub button {
    padding: 6px 16px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .StreamEdge-vacationTours-parent {
    height: 330px;
  }

  .StreamEdge-vacationTours-sub h2 {
    font-size: 22px;
    width: 95%;
  }

  .StreamEdge-vacationTours-sub p {
    font-size: 14px;
  }

  .StreamEdge-vacationTours-sub button {
    padding: 5px 14px;
    font-size: 13px;
  }
}

/*resort styles*/
/*first section styles*/
.home-hero-section {
  position: relative;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  overflow: hidden;
}

@media (max-width: 530px) {
  .home-hero-section {
    position: relative;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
  }
}

.text-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><text x='50%' y='50%' text-anchor='middle' dominant-baseline='middle' font-size='15vw' font-family='Arial' font-weight='900'>RESORT</text></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain; */

  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><text x='50%' y='50%' text-anchor='middle' dominant-baseline='middle' font-size='10vw' font-family='Arial' font-weight='900'>BEST RESORT</text></svg>");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  z-index: 1;
  pointer-events: none;
}

/* Second Section  and Fifth section are same Styles */
.home-two-column-section {
  background-color: #ffffff;
  padding: 60px 0;
}

.home-two-column-section img {
  width: 97%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 8px;
  height: 580px;
}

.home-two-column-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 35px;
}

.home-two-column-section p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.home-two-column-section h6 {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  color: #dc3545;
}

.features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.features-list li {
  font-size: 1.05rem;
  margin-bottom: 10px;
  position: relative;
}

.btn-primary-style {
  /* background: linear-gradient(45deg, #007bff, #00d4ff); */
  background-color: #dc3545;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 5px;
  color: #fff;
}

.btn-primary-style:hover {
  /* background: linear-gradient(45deg, #0056b3, #00a1cc); */
  background: linear-gradient(45deg, #b02a37, #e4606d);
  color: #fff;
  border: none;
}

.btn-outline-primary {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.btn-outline-primary:hover {
  background-color: #dc3545;
  color: white;
  border: none;
}

.home-four-column-section {
  background-color: #ffffff;
  padding: 60px 0;
}

.home-four-column-section h6 {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  color: #dc3545;
}

.home-four-column-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 35px;
}

@media (max-width: 540px) {
  .home-four-column-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
  }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .home-two-column-section h2 {
    font-size: 2.2rem;
  }

  .home-two-column-section p,
  .features-list li {
    font-size: 1rem;
  }

  .home-two-column-section img {
    max-height: 500px;
  }
}

@media (max-width: 768px) {
  .home-two-column-section {
    padding: 40px 20px;
  }

  .home-two-column-section h2 {
    font-size: 2rem;
  }

  .home-two-column-section p,
  .features-list li {
    font-size: 0.95rem;
  }

  .home-two-column-section img {
    max-height: 400px;
  }

  .btn-primary-style {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .home-two-column-section {
    padding: 30px 15px;
  }

  .home-two-column-section h2 {
    font-size: 27px;
  }

  .home-two-column-section p,
  .features-list li {
    font-size: 0.9rem;
  }

  .home-two-column-section img {
    max-height: 300px;
  }

  .btn-primary-style {
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
  }
}

/* Third Section Styles */
.explore-title {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  color: #dc3545;
}

.section-three {
  background-color: #ffffff;
}

.section-three h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 35px;
}

@media (max-width: 540px) {
  .section-three h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.section-three h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}

.section-three p {
  font-size: 1.05rem;
  color: #555;
}

.section-three .card {
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.section-three .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Fourth Section Styles */
.section-four {
  background-color: #ffffff;
}

.section-four h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 35px;
}

@media (max-width: 540px) {
  .section-four h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.section-four h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}

.section-four h6 {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  color: #dc3545;
}

.section-four p {
  font-size: 1rem;
  color: #555;
}

.section-four .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-four .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.section-four .btn {
  width: 100%;
  white-space: nowrap;
}

/* Sixth Section Styles */

.section-six {
  background-color: #f7f5f1;
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: black;
}

.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  color: white;
}

.overlay .play-button {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

@media (max-width: 540px) {
  .overlay .play-button {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}

.overlay .play-text {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 800px) {
  .overlay .play-text {
    font-size: 1.5rem;
    font-weight: bold;
  }
}

@media (max-width: 540px) {
  .overlay .play-text {
    font-size: 22px;
    font-weight: bold;
  }
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.close-button {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

/* Section Seven Styles */
/* .section-seven {
  background-color: #f8f9fa;
}

.section-seven h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

.section-seven p {
  font-size: 1rem;
  color: #555;
}

.section-seven .card {
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-seven .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.section-seven .card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto;
}

.section-seven .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 10px;
}

.section-seven .card-text {
  font-size: 0.95rem;
  color: #666;
}


.section-seven .carousel-control-prev-icon,
.section-seven .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.section-seven .text-warning {
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  .section-seven .card img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .section-seven h2 {
    font-size: 1.8rem;
  }

  .section-seven .card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .section-seven .card img {
    width: 80px;
    height: 80px;
  }
} */

/* Sven Section Styles */
.section-seven {
  background: #f8f9fa;
}

.section-seven img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 540px) {
  .section-seven img {
    height: 300px;
    object-fit: cover;
  }
}

/* Eight Section Styles */
.video-thumb {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.video-cover {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .video-cover {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 0;
}

.play-icon {
  width: 50px;
  height: 50px;
}

/* .play-overlay:hover .play-icon {
  transform: scale(1.1);
} */

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-modal-content iframe {
  width: 100%;
  height: 450px;
  display: block;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 1000;
}
