
.snorkel-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease;
  font-family:instrument sans;
}

.snorkel-card:hover {

}

.snorkel-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Base style (already have) */
.a-bus-1 h2 {
  font-family: "Instrument Sans", sans-serif !important;
  font-size: 46px;
  line-height: 140%;
  margin-bottom: 27px;
  font-weight: 600;
  letter-spacing: -2px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 19%;
}

/* Tablet screens (max-width: 992px) */
@media (max-width: 992px) {
  .a-bus-1 h2 {
    font-size: 46px;
    padding: 0px 10%;
    letter-spacing: -1px;
  }
}

/* Mobile screens (max-width: 768px) */
@media (max-width: 768px) {
  .a-bus-1 h2 {
    font-size: 30px;
    padding: 0px 6%;
    line-height: 130%;
  }
}

/* Extra small devices (max-width: 576px) */
@media (max-width: 576px) {
  .a-bus-1 h2 {
    font-size: 28px;
    padding: 0px 4%;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
  }
}
    /* Stylish Info Section */
.stylish-info-section {
  background-color: #fff;
  padding-bottom: 90px;
  font-family: "Instrument Sans", sans-serif;
}

/* Wave */
.wave-wrapper {
  width: 100%;
  height: 120px;
  overflow: hidden;
  line-height: 0;
}

.wave-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Heading */
.section-title {
  font-size: 48px;
  font-weight: 600;
  color: #111;
  margin: 50px 0 25px;
  line-height: 1.2;
}

.section-title span {
  color: #9a9a9a;
}

/* Paragraph */
.section-text {
  font-size: 16px;
  color: #333;
  line-height: 1.9;
  max-width: 720px;
}

/* Image Box */
.image-box {
  max-width: 420px;
  margin-left: auto;
}

.image-box img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .section-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .image-box {
    max-width: 100%;
    margin: 30px auto 0;
  }
}



    /* Marine Card Layout */
.marine-card {
  perspective: 1000px;
  cursor: pointer;
}

.marine-card-inner {
  position: relative;
  width: 100%;
  height: 260px;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.marine-card.flipped .marine-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back */
.marine-card-front,
.marine-card-back {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 30px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Instrument Sans", sans-serif;
}

/* Front Side */
.marine-card-front {
  background: #f7f9fb;
  color: #fff;
  background-color: #000;
  transition: all 0.4s ease;
  overflow: hidden;
}

.marine-card-front h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.marine-card-front p {
  font-size: 15px;
  line-height: 28px;
}

/* Hover Background Image */
.marine-card-front::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.marine-card:hover .marine-card-front {
  background-image: url("https://www.foroceanksa.com/images/c1.webp");
}

.marine-card:hover .marine-card-front::after {
  opacity: 0.85;
}

/* Back Side */
.marine-card-back {
  background: #0b2c3d;
  color: #fff;
  transform: rotateY(180deg);
}

.marine-card-back p {
  font-size: 15px;
  line-height: 30px;
}
    /* Alternate Stylish Section */
.stylish-info-section-alt {
  background-color: #f2f2f2;
  padding: 90px 0 70px;
  font-family: "Instrument Sans", sans-serif;
  position: relative;
}

/* Light Wave Variant */
.light-wave {
  height: 100px;
}

.light-wave svg path {
  fill: #f2f7f8;
}




/* different images */
.bg1 { background-image: url("https://www.foroceanksa.com/images/photography.webp"); }
.bg2 { background-image: url("https://www.foroceanksa.com/images/drift.webp"); }
.bg3 { background-image: url("https://www.foroceanksa.com/images/service-4.webp"); }
.bg4 { background-image: url("https://www.foroceanksa.com/images/service-5.webp"); }
.bg5 { background-image: url("https://www.foroceanksa.com/images/photography.webp"); }



.info-block {
  position: relative;
  border-radius: 18px;
  padding: 28px 30px;
  height: 250px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  color: #d2d2d2;
  overflow: hidden;
}

/* overlay */
.info-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 1;
}

/* keep text above overlay */
.info-block h3,
.info-block p {
  position: relative;
  z-index: 2;
}

.info-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.info-block p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0;
}

.info-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/* Mobile */
@media (max-width: 768px) {
  .stylish-info-section-alt {
    padding: 70px 0 80px;
  }

  .info-block {
    padding: 22px;
  }
}
.faq-section {
  padding: 90px 15px;
  background: #f8f9fa;
  font-family: instrument sans;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 50px;
  color: #212529;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
 /* box-shadow: 0 12px 30px rgba(0,0,0,0.06); */
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 24px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question {
  outline: none;
  border: none;
}

.faq-question:focus,
.faq-question:active {
  outline: none;
  box-shadow: none;
}

.faq-question:hover {
  background: #f1f3f5;
}

.faq-question .icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease;
}

.faq-answer p {
  padding: 0 24px 22px;
  line-height: 1.7;
  font-size: 0.95rem;
}
