/* ==========================================================================
   BASE STYLES
   ========================================================================== */

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  
  
  padding: 0;
  flex: 1;
}

main {
  flex: 1;
}

.text-primary {
  color: #20c5fb !important;
}


.navbar.sticky-top {
  position: sticky !important;
  top: 0;
  z-index: 1030;
}


@media (max-width: 991.98px) {
  body {
    margin: 0;
    padding: 0;
  }

  .navbar {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .navbar .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-brand img {
    max-height: 40px;
  }

  .enginebk h1{
  font-size: 2rem !important;
}
}



@media only screen and (max-width: 375px) {
  .hero-heading {
    font-size: 1.8rem !important;
  }
  
  .highlight {
    font-size: 2rem !important;
  }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}



  .hero-section-container {
    z-index: 2;
  }

 


.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: url('../images/vector.png');
  z-index: 1;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 60%;
  z-index: 1;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: 600;
}

.hero-section h1 span {
  /* color: #07c6df; */
  color: #20c5fb;
  font-weight: bold;
}

.hero-section p {
  font-size: 1.5rem;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-heading {
  font-size: 3rem; 
  line-height: 1.2;
  font-weight: 500;
  color: #1c1e23;
}

.hero-heading .highlight {
  color: #20c5fb;
  font-weight: 800;
}

.hero-buttons {
  margin-top: 456px; 
  gap: 1.5rem;
}

.hero-buttons .btn {
  font-size: 1rem;
  padding: 12px 24px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* New Hero Section with Background Slider */
.new-hero-section {
  /* height: 70vh; */
  position: relative;
  color: white;
}

.background-slider img.bg-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.background-slider img.bg-slide.active {
  opacity: 1;
  z-index: 0;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn {
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  /* box-shadow: 0 8px 20px rgba(0, 173, 220, 0.2);  */
  box-shadow: 0 11px 31px rgba(0, 145, 214, 0.4);
}


.lang-btn {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 6px 12px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.lang-btn:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}

.btn-info:hover{
   background-color: #000000;
  color: #fff;
} 
.btn-contact {
 
   background-color: #20c5fb;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
 
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;       
}




.btn-reading {
 
   background-color: #23b1ba;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
 
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;       
}


.btn-reading:hover{
  background-color: #000000;
  color:#fff;
}

.toggle-details-btn {
  width: auto !important;
  max-width: fit-content;
}

.btn-contact:hover {

   background-color: #000000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
  color: #fff;
}

.btn-get-started {
  background-color: #20c5fb;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  margin-right: 15px;
  font-weight: 500;
  text-decoration: none;
}

.btn-get-started:hover {
  opacity: 0.9;
  background-color: #000;
  color: #fff;
}

.btn-arrange-demo {
  border: 2px solid #20c5fb !important;
  color: #07c6df !important;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  background-color: #ffffff !important;
}

.btn-arrange-demo:hover {
  opacity: 0.9;
  background-color: #000 !important;
  color: #fff !important;
}

.btn-primary-custom {
  background-color: #20c5fb;
  color: #fff;
  border: none;
  padding: 8px 24px;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 500;
}

.btn-primary-custom:hover {
  background-color: #0a0a0a;
  color: white;
}

.btn-demo {
  background: white;
  color: #20c5fb;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.btn-demo:hover {
  background-color: #000000;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */


/* .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; 
  width: 100%;
}

body {
  padding-top: 80px; 
} */

.shadow-navbar {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
  height: 70px;
}

.navbar-nav .nav-link {
  color: #000000;
  transition: color 0.3s, background-color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #ffffff !important;
  background-color: #23b1ba;
  border-radius: 5px;
}

.navbar-nav .nav-link.active {
  color: #07c6df;
}

/* Language Dropdown */
.dropdown-menu {
  padding: 4px;
  min-width: auto;
  width: auto;
}

.dropdown-menu .dropdown-item {
  padding: 2px 6px !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-item:hover {
  background-color: transparent;
}

.flag-option,
#currentFlag {
  width: 24px;
  height: 25px;
  object-fit: contain;
  display: block;
  padding: 0;
  margin: 0;
}

img#currentFlag {
  width: 17px !important;
}

#languageDropdown::after {
  margin-left: 6px;
  vertical-align: middle;
}

#languageDropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#languageDropdown:hover {
  opacity: 0.8;
}

.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-menu img {
  width: 24px;
  height: 18px;
  display: inline-block;
}


div.dropdown{
  padding-top: 2px !important;
}

/* ==========================================================================
   SLIDERS AND INTERACTIVE ELEMENTS
   ========================================================================== */

.slider-icons {
  justify-content: center;
  font-size: 1.5rem;
  color: #20c5fb;
  cursor: pointer;
  user-select: none;
}

.slider-icons span {
  margin-right: 15px;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.slider-icons span:hover {
  background: #07c6df;
  color: white;
  transform: scale(1.1);
}

.slider-btn {
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px;
  background-color: #e0f7ff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.slider-btn:hover {
  background-color: #20c5fb;
  color: #fff;
}

.slider-btn-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #07c6df;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
}

.slider-btn-circle:hover {
  background-color: #20c5fb;
}

.boat-slider-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.boat-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

.yacht-image {
  max-width: 100%;
  display: none;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */

.d-none {
  display: none;
}

.video-heading {
    font-weight: 400;
    font-size: 1.8rem;
  }



.section-intro {
  /* padding: 80px 20px 40px; */
  padding:10px 20px 40px; 
  text-align: left;
}

.section-intro h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

.section-intro h2 span {
  color: #20c5fb;
  font-weight: bold;
}

.section-intro p {
  font-size: 1.1rem;
  /* max-width: 800px; */
}

.section-description {
   /* max-width: 100%; */
  text-align: left;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 500;
  
}

.section-title .text-highlight {
  color: #20c5fb;
  font-weight: 700;
}

.highlight {
  color: #20c5fb;
}

/* Platform Section */
.section-platform {
  background: url('') no-repeat center/cover;
  color: white;
  padding: 80px 20px;
  position: relative;
}

.section-platform h3 {
  font-size: 2rem;
  font-weight: bold;
}

.section-platform h3 span {
  color: #20c5fb;
}

.section-platform p {
  font-size: 1rem;
  max-width: 600px;
  margin-top: 20px;
}

/* Benefits Section */
.section-benefits {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.section-benefits .container {
  max-width: 900px;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.section-benefits h4 {
  color: #20c5fb;
  font-size: 1.75rem;
  font-weight: bold;
}

.section-benefits p {
  font-size: 1rem;
  margin-top: 15px;
}

/* ==========================================================================
   FEATURE CARDS
   ========================================================================== */

.features-section {
  background: url('../images/app-bg01.png') no-repeat center center;
  background-size: cover;
  position: relative;
  /* z-index: 1; */
}

.features-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-align: left;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card .icon-circle {
  text-align: center;
}

.icon-circle img {
  width: 150px;
  height: auto;
}

.feature-box {
  background-color: #20c5fb;
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */

.testimonial-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  text-align: center;
  height: 100%;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  background: #a7e4f7;
  border-radius: 50%;
  margin: 0 auto 1rem;
}

.testimonial-avatar-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  background: #ffffff;
  color: #20c5fb;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}

.swiper {
  overflow: visible !important;
}

/* ==========================================================================
   BLOG CARDS
   ========================================================================== */

.blog-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.blog-content {
  padding: 1.5rem;
  position: relative;
  height: 100%;
}

.author {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 0.85rem;
  color: #555;
}

/* ==========================================================================
   SPECIALIZED SECTIONS
   ========================================================================== */

/* Marina Hero Section */
.marina-hero {
  background: url('../images/0001.jpg') no-repeat center center/cover;
  padding: 100px 20px;
  height: 650px;
  overflow: hidden;
}

.marina-hero-text {
  margin-top: -100px;
}

.marina-hero-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.marina-hero-text .highlight {
  color: #20c5fb;
}

.marina-hero-text p {
  font-size: 1.125rem;
  margin-top: 1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

.marina-hero-image img {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
}

/* Wave Elements */
.wave {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}




 .wave-heading {
    max-width: 600px;
    margin-top: 50px;
  }

  .wave-image {
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }

.wave-top {
  bottom: 57.2vh;
  transform: translateY(-100%);
}

.wave-bottom {
  bottom: 25vh;
  transform: translateY(100%);
}

/* Dock Section */
.dock-section {
  background: linear-gradient(to right, #4fc3f7, #2196f3);
  padding: 60px 20px;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

.dock-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dock-text {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
}

.dock-text h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.dock-text h2 span {
  font-weight: 700;
}

.dock-text p {
  margin-top: 20px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.dock-video {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-radius: 50%;
  width: 240px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
}

.dock-video p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.dock-video strong {
  font-weight: 700;
}

.video-button {
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-button span {
  color: #20c5fb;
  font-size: 28px;
}

/* Blue Marina Section */
.blue-marina-section {
  background: linear-gradient(135deg, #4A90E2 0%, #357ABD 50%, #2E5F8F 100%);
  width: 85%;
  padding: 50px 0 50px 60px;
  border-radius: 0 200px 200px 0;
  position: relative;
  overflow: hidden;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-100px);
  animation: slideInFromLeft 1.2s ease-out forwards;
}

.blue-marina-section::before {
  content: '';
  position: absolute;
  top: 20px;
  right: -37px;
  width: 276px;
  height: 250px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 1;
}

.blue-marina-section::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 100px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  z-index: 1;
}

.marina-inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.marina-text-content {
  flex: 1;
  max-width: 700px;
}

.marina-text-content h2 {
  color: white;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}

.marina-text-content h2 .marina-highlight {
  font-weight: 700;
  display: block;
}

.marina-text-content p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 300;
}

.marina-video-area {
  position: relative;
  flex-shrink: 0;
  text-align: center;
}

.marina-video-label {
  color: white;
  text-align: right;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 300;
}

.marina-video-label .watch-text {
  opacity: 0.9;
}

.marina-video-label .video-text {
  font-weight: 600;
  display: block;
  font-size: 1.2rem;
}

.marina-video-label .presentation-text {
  opacity: 0.9;
  font-size: 0.95rem;
  display: block;
}

.marina-play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.marina-play-btn:hover {
  background: white;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.marina-play-arrow {
  width: 0;
  height: 0;
  border-left: 16px solid #20c5fb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 3px;
}

/* Wave Background Section */
.wavebg {
  background: url('../images/bgwave.png') no-repeat center center;
  background-size: cover;
  min-height: 80vh;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 835px !important;
}

.wavebg-content {
  /* max-width: 645px; */
  align-self: flex-start;
     margin-top: 240px;
   max-width: 800px !important;
  z-index: 2;
  width: max-content !important;
}

.highlight-text {
  color: #00B5D8;
  font-weight: 700;
  
}



.wavebg-img {
  position: absolute;
  bottom: 200px;
  right: 0;
  max-width: 520px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translateX(50px);
  animation: slideInLeft 1.2s ease-in forwards;
}




.bluecurvebg {
  background: url('../images/curve.png') no-repeat left center;
  background-size: contain !important;
  /* background-color: #007bff; */
  min-height: 350px;
  position: relative;
  z-index: 1;
  color: white;
  border-radius: 0 0 200px 0;
}



.play-button {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.play-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.play-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}




.bg-light{
  background:#fff !important;
}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */

.cta-section {
  background: url('../images/cta.jpg') no-repeat center center/cover;
  color: white;
  padding: 80px 0;
  animation: bgAnimation 15s infinite ease-in-out;
  background-size: 110%;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.cta-highlight {
  color: #ffffff;
}

.cta-section p {
  font-size: 1.1rem;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer-section {
  background-color: #222;
  position: relative;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section i {
  margin-right: 8px;
}




.footer-logo {
  height: 50px;
}

.footer-copy {
  /* margin-top: 1rem; */
  font-size: 0.85rem;
  color: #cbcccc;
}

.footer-heading {
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-link {
  color: #cbcccc;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-bottom-bar {
  height: 10px;
  background-color: #05d3e1;
   width: 100%;
}



/* Footer adjustments for split solutions columns */
.footer-section .footer-heading {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 8px;
}

.footer-section .footer-heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #20c5fb;
}

.footer-section .footer-link {
  padding: 6px 0;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.footer-section .footer-link:hover {
  transform: translateX(5px);
  color: #20c5fb;
}

.footer-section .footer-link i {
  transition: all 0.3s ease;
}

.footer-section .footer-link:hover i {
  transform: translateX(3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-section .col-md-3 {
    margin-bottom: 2rem;
  }
  
  .footer-section .footer-heading {
    margin-bottom: 1rem;
  }
  
  /* Hide the empty heading on mobile */
  .footer-section h6.footer-heading[style*="hidden"] {
    display: none;
  }

 
}



/* Footer Structure */
.footer-section .row {
  display: flex;
  flex-wrap: wrap;
}

/* Column Widths */
.footer-section .col-md-2 {
  width: 16.666%;
}
.footer-section .col-md-3 {
  width: 25%;
}

/* Logo Column */
.footer-section .footer-logo {
  height: 40px;
  margin-bottom: 15px;
}

/* Solutions Columns */
.footer-section .footer-heading[style*="hidden"] {
  visibility: hidden;
  height: 24px; /* Maintains alignment */
}

/* Contact Column Enhancements */
.footer-section .social-links i {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}
.footer-section .social-links a:hover i {
  color: #20c5fb;
  transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .footer-section .col-md-2,
  .footer-section .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .footer-section .col-6 {
    width: 100%;
  }
  .footer-section .footer-heading[style*="hidden"] {
    display: none;
  }
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.left-border-img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 200px;
  z-index: 1;
}

.blue-vector-bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
  max-width: 80%;
  pointer-events: none;
}

.software-preview {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.software-preview img {
  width: 100%;
}

.softwarebox-img {
  margin-top: 60px;
  box-shadow: none !important;
  max-width: 90%;
}

.platform-stat-item {
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}

.platform-stat-number {
  font-size: 2rem;
  font-weight: bold;
  color: #20c5fb;
}

.platform-stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* .mt-20_5 {
  margin-top: 30rem !important;
} */

.flex-wrap {
  flex-wrap: nowrap !important;
}

/* Floating Images */
.floating-images {
  position: relative;
}

.floating-img {
  position: absolute;
  width: 120px;
  animation: float 4s ease-in-out infinite;
}

.floating-img-1 {
  /* top: 0; */
  /* top: 137px;
  left: 20%; */
  animation-delay: 0s;
    width: 220px;
      z-index: 1;
    /* top: 149px; */
    top: 95px;
    left: 20%;
}

.floating-img-2 {
     top: -58px;
    left: 33%;
    width: 91%;
  animation-delay: 1s;
  width: 70%;
}

.floating-img-3 {
  /* top: -155px; */
  top: 106px;
  left: 70%;
  animation-delay: 2s;
  width: 60%;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes platformSlideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bgAnimation {
  0% {
    background-position: center center;
  }
  50% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}




@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
/* ==========================================================================
   MEDIA QUERIES



   /* ==========================================================================
   XL SCREENS AND BELOW (2000px)
   ========================================================================== */

 @media (min-width: 1850px) and (max-width: 2000px) {
  .mt-20_5 {
    margin-top: 31rem !important;
  }

  div.container-fluid.frst{
    width: 85% !important;
  }
}



@media (min-width:1600)and(max-width: 1800px) {


    .floating-img-1 {
  /* top: 0; */
  /* top: 137px;
  left: 20%; */
  animation-delay: 0s;
    width: 220px;
      z-index: 1;
    top: 126px !important;
    left: 20%;
}

.floating-img-2 {
     top: -97px;
    left: 33%;
    width: 91%;
  animation-delay: 1s;
  width: 70%;
}

.floating-img-3 {
  /* top: -155px; */
  
    top: 145px !important;
    left: 60% !important;
  animation-delay: 2s;
  width: 60%;
}
}


@media (min-width: 1300px) and (max-width:1500){
  
   .wavebg-content{
        width: 50% !important;
        max-width: 50% !important;
   }
}




/* ==========================================================================
   XL SCREENS AND BELOW (1200px and down)
   ========================================================================== */
@media (max-width: 1200px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }
  
  .platform-title {
    font-size: 3rem;
  }
  
  .software-preview {
    right: 20px;
    max-width: 400px;
  }

  .mt-20_5 {
    margin-top: 6.5rem !important;
  }
  
  .hero-buttons {
    margin-top: 300px;
  }

  .wavebg-content{
        width: 50% !important;
        max-width: 50% !important;
   }

}







@media (min-height: 1000px) {
  .floating-img-1 {
    top: 95px;
    left: 20%;
    width: 220px; 
    z-index: 1;
   
  }

  .floating-img-2 {
    top: -58px;
    left: 33%;
    width: 91%; 
   
  }

  .floating-img-3 {
    top: 106px;
    left: 70%;
    width: 60%; 
  
  }
}

/* ==========================================================================
   LARGE SCREENS AND BELOW (992px and down)
   ========================================================================== */
@media (max-width: 992px) {
  /* Hero Section */
  .hero-section {
    text-align: center;
  }
  
  .hero-section::before,
  .hero-section::after {
    display: none;
  }
  
  /* Software Preview */
  .software-preview {
    position: static;
    transform: none;
    margin: 2rem auto 0;
    max-width: 100%;
  }
  
  .softwarebox-img {
    margin-top: 40px; 
  }
  
  /* Platform Sections */
  .platform-title {
    font-size: 2.5rem;
  }
  
  .platform-stats-overlay {
    position: static;
    margin: 2rem auto;
    max-width: 300px;
  }
  
  /* Section Intro */
  .section-intro h2 {
    font-size: 2rem;
  }
  
  /* Boat Slider */
  .boat-slider-container {
    height: 200px;
    margin: 1rem 0;
  }
  
  /* Wave Background */
  .wavebg {
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
  }



  .wavebg-content{
    width: fit-content !important;
    text-align: center;
  }

  .wavebg-img {
  position: absolute;
  bottom: 200px !important;
  right: 0;
  max-width: 520px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translateX(50px);
  animation: slideInLeft 1.2s ease-in forwards;
  
  }
  
  .hero-buttons {
    margin-top: 200px;
  }

  .bluecurvebg {
    background-size: cover !important;
  }



  
 
}





@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }

  .navbar {
    position: relative;
  }

  /* Left align navigation items */
  .navbar-nav {
    text-align: left;
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 0;
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding: 12px 16px;
    margin: 4px 0;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: block;
    text-align: left;
    color: #333;
    font-weight: 500;
    position: relative;
    overflow: hidden;
  }

  /* Hover effects for menu items */
  .navbar-nav .nav-link:hover {
    background-color: #f0f9ff;
    /* color: #0ea5e9; */
    transform: translateX(8px);
    padding-left: 24px;
  }

  .navbar-nav .nav-link:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #0ea5e9, #38bdf8);
    border-radius: 0 2px 2px 0;
  }

  /* Active state */
  .navbar-nav .nav-link.active {
    background-color: #e0f2fe;
    color: #0369a1;
    font-weight: 600;
  }

  /* Button container styling */
  .navbar-nav .nav-item:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
  }

  /* Language and Contact buttons container */
  .button-container {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  /* Language button (EN flag) */
  .language-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    text-decoration: none;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: fit-content;
  }

  .language-btn:hover {
    background: #e2e8f0;
    border-color: #cbd5e1;
    color: #475569;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .language-btn img {
    width: 18px;
    height: 13px;
    border-radius: 2px;
  }

  /* Contact Sales button */
  .contact-btn {
    padding: 10px 20px;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    flex: 1;
    text-align: center;
    min-width: 120px;
  }

  .contact-btn:hover {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(14, 165, 233, 0.4);
    color: white;
  }

  .contact-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
  }

  /* Responsive adjustments for very small screens */
  @media (max-width: 480px) {
    .button-container {
      flex-direction: column;
      gap: 10px;
    }
    
    .contact-btn {
      width: 100%;
      min-width: unset;
    }
    
    .language-btn {
      align-self: flex-start;
    }
  }

  /* Smooth animation for navbar collapse */
  .navbar-collapse.collapsing {
    transition: height 0.35s ease;
  }

  .navbar-collapse.show {
    animation: slideDown 0.3s ease-out forwards;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* Additional improvements for desktop hover states */
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    transition: all 0.3s ease;
    position: relative;
    
  }

      .gap-lg-2 {
        gap: 1.5rem !important;
    }

  .navbar-nav .nav-link:hover {
    color: #0ea5e9;
  }

  .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    /* background: linear-gradient(90deg, #38bdf8, #0ea5e9); */
    transition: all 0.3s ease;
    /* transform: translateX(-50%); */
  }

  .navbar-nav .nav-link:hover::after {
    width: 100%;
  }
}



/* Default for screens with height less than 1000px */
.mt-20_5 {
  margin-top: 30rem !important;
}

/* For screen heights 1000px and above */
@media (min-height: 1000px) and (min-width:1000px) {
  .mt-20_5 {
    margin-top: 30rem !important;
  }
}






/* ==========================================================================
   MEDIUM SCREENS AND BELOW (768px and down)
   ========================================================================== */
@media (max-width: 768px) {
  /* Hero Section */
  .hero-section {
    padding: 40px 0;
  }
  
  .hero-section h1 {
    font-size: 2rem;
  }
  
  .hero-section p {
    font-size: 1.2rem;
  }
  
  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  
  /* Platform Sections */
  .platform-title {
    font-size: 2rem;
  }
  
  .platform-description {
    font-size: 1rem;
  }
  
  .platform-computer-image {
    height: 250px;
    margin-top: 60px;
    margin-bottom: -80px;
    transform: translateY(80px);
  }
  
  /* Section Intro */
  .section-intro {
    /* padding: 40px 20px 20px; */
    /* padding: 0px 16px 60px; */
    padding: 48px 16px 60px;
  }
  
  .section-intro h2 {
    font-size: 1.8rem;
  }
  

    
  .section-intro p {
    margin-top: 28px;
  }
  /* Marina Platform */
  .marina-platform-section {
    padding: 40px 0;
    min-height: 50vh;
    background-attachment: scroll;
  }
  


  
  /* Computer Container */
  .computer-container {
    margin-top: 2rem;
  }
  
  /* Navbar */
  .navbar-brand span {
    font-size: 0.9rem;
  }
  
  /* Marina Hero */
  .marina-hero {
    padding: 60px 15px;
    height: auto;
  }

  .marina-hero-text {
    margin-top: -50px;
    text-align: center;
  }

  .marina-hero-text h1 {
    font-size: 2rem;
  }

  .marina-hero-text p {
    font-size: 1rem;
  }

  .marina-hero-image img {
    margin-top: 20px;
  }

  .wave-top {
    bottom: 60vh;
  }

  .wave-bottom {
    bottom: 10vh;
  }
  
  /* Blue Curve Background */
  .bluecurvebg {
    /* padding: 60px 0; */
    text-align: left;
    background-size: cover !important;
  }
  
  /* Softwarebox Image */
  .softwarebox-img {
    margin-top: 20px; 
  }
  
  /* CTA Section */
  .cta-section h2 {
    font-size: 2rem;
  }
  
  /* Responsive Utilities */
  .mt-20_5 {
    margin-top: 5.5rem !important;
  }

  .flex-wrap {
    flex-wrap: wrap !important;
  }
  
  .hero-buttons {
    margin-top: 100px;
    
  }
}

/* ==========================================================================
   SMALL SCREENS AND BELOW (576px and down)
   ========================================================================== */
@media (max-width: 576px) {
  /* Hero Section */
  .hero-section {
    padding: 40px 0;
  }
  
  .hero-section h1 {
    font-size: 1.8rem;
  }
  
  /* Platform Sections */
  .platform-title {
    font-size: 1.8rem;
  }
  
  .platform-computer-image {
    height: 200px;
    margin-top: 40px;
    margin-bottom: -60px;
    transform: translateY(60px);
  }
  
  /* Section Intro */
  .section-intro h2 {
    font-size: 1.6rem;
  }
  
  /* Marina Platform */
  .marina-platform-section {
    padding: 30px 0;
  }
  
  /* Platform Waves */
  .platform-top-wave,
  .platform-bottom-wave {
    height: 80px;
  }
  
  /* Navbar */
  .navbar-brand span {
    display: none;
  }
  
  .hero-buttons {
    margin-top: 50px;
  }

  .wavebg-content{
    width:fit-content !important;
    text-align: center;
  }
}

/* ==========================================================================
   EXTRA SMALL SCREENS (480px and down)
   ========================================================================== */
@media (max-width: 480px) {
  /* Hero Section */
  .hero-section h1 {
    font-size: 1.5rem;
  }
  
  /* Platform Sections */
  .platform-title {
    font-size: 1.5rem;
  }
  
  /* Section Intro */
  .section-intro h2 {
    font-size: 1.4rem;
  }
  
  /* Hero Buttons */
  .hero-buttons .btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }

  /* Responsive Utilities */
  .mt-20_5 {
    margin-top: 3.5rem !important;
  }

  .flex-wrap {
    flex-wrap: nowrap !important;
  }

  .cta-section{
    background-size: auto !important;
  }
  .wavebg-content{
    margin-top: 0 !important;
  }
}





.wave-section {
  background: url('../images/bgwave.png') no-repeat center top;
  background-size: cover;
  padding: 100px 0 40px 0;
  color: white;
  position: relative;
  height: 900px;
  display: flex;
  align-items: stretch; 
}


.right-img {
  width: 100%;
  max-width: 500px;
}


@media (min-width: 992px) {
    .wave-section .content {
        margin-top: 75px;
    }
}


/* @media only screen and (max-width: 1300px) {

  .navbar-nav .nav-link {
    font-size: 13px !important;
    
  }
} */

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .navbar-nav .nav-link {
    font-size: 13px !important;
  }
}



.feature-details {
  list-style: none;
  padding-left: 0;
}

.feature-details li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.feature-details li::before {
  content: "➤"; 
  position: absolute;
  left: 0;
  color: #07c6df; 
  font-weight: bold;
}



.bg-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.bg-slide.active {
  opacity: 1;
}


 .slider-btn-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;              
  height: 50px;
  background: rgba(255, 255, 255, 0.2);  
  color: #399cd3;           
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  font-size: 22px;           
}
.slider-btn-circle:hover {
  background: #ffffff88;
}

.hero-heading {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .hero-heading {
    font-size: 3.3rem !important;
  }
   .fea_sect_ban_content {
    padding-top: 40px;
  }
}

.highlight {
  color: #00bde6;
  font-weight: 700;
}

.hero-buttons .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.btn-get-started {
  background-color: #00bde6;
  color: white;
}
.btn-arrange-demo {
  background-color: #f0f0f0;
  color: #333;
}

.floating-images {
  min-height: 300px;
}
.floating-img {
  max-width: 120px; 
}
.floating-img-1 {
  top: 0;
  left: 20%;
   z-index: 10; 
}
.floating-img-2 {
  top: 30%;
  left: 50%;
}
.floating-img-3 {
  bottom: 0;
  left: 70%;
}
@media (max-width: 767px) {
  .floating-img-1, .floating-img-2, .floating-img-3 {
    position: static;
    display: inline-block;
    margin: 10px;

  }

  .hero-heading {
    font-size: 2.5rem !important;
}
}


@media (min-width: 1000px) {
    .floating-img {
        max-width: 450px;
        position: absolute;
        /* z-index: 10; */
    }

    .floating-img-1 {
        top: 215px;
        left: 30%;
        z-index: 10 !important; 
    }

    .floating-img-3 {
        top: 230px;
    }
}





   .marina-hero {
      position: relative;
      background: url('../images/img1.jpg') no-repeat center center;
      background-size: cover;
     height: 650px;
      overflow: hidden;
      color: #000;
    }

    .marina .slider-arrows {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .marina .slider-arrows svg {
      width: 24px;
      height: 24px;
      fill: #009ee2;
      cursor: pointer;
    }

    .marina .hero-title {
      padding-top: 80px;
      padding-left: 100px;
      font-size: 2.5rem;
    }

    .marina .cta-buttons {
      position: absolute;
      bottom: 40px;
      left: 100px;
      display: flex;
      gap: 20px;
      z-index: 5;
    }

    .marina .cta-buttons .btn {
      padding: 12px 30px;
      font-weight: bold;
      border-radius: 8px;
    }

    .marina .floating-images {
      position: absolute;
      right: 30px;
      bottom: 40px;
      display: flex;
      gap: 20px;
      align-items: end;
    }

    .marina .floating-images img {
      max-width: 100%;
      height: auto;
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
      border-radius: 12px;
    }

    .marina .floating-images .img-back {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      transform: translateX(30%) scale(1.2);
    }

    .marina .floating-images .img-front {
      z-index: 2;
    }

    @media (max-width: 768px) {
      .marina .hero-title {
        font-size: 1.8rem;
        padding-left: 80px;
      }

      .marina .cta-buttons {
        left: 40px;
        flex-direction: column;
      }

      .marina .floating-images {
        flex-direction: column;
        right: 10px;
        bottom: 20px;
      }

      .marina .floating-images .img-back {
        position: relative;
        transform: none;
        margin-top: 20px;
        z-index: 1;
      }

      .marina .floating-images .img-front {
        z-index: 2;
      }
    }




    .new-hero-section {
  display: flex;
  flex-direction: column;
  /* min-height: 650px; */
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

.new-hero-section .container {
  flex: 1 1 auto; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; 
}

.hero-buttons {
  margin-top: auto; 
}






@media (max-width: 767.98px) {
  /* .hero-heading {
    font-size: 3rem !important;
  } */

  .hero-buttons .btn{
    font-size: 0.9rem !important;
  }

  .new-hero-section {
  min-height: 650px;
  position: relative;
}
}


.floating-image-wrapper {
  position: relative;
  display: inline-block;
  animation: floatUpDown 6s ease-in-out infinite;
  max-width: 100%;
}

.floating-img-single {
  max-width: 100%;
  height: auto;
}


/* ========BLOG==============*/

     /* .blog-sidebar {
      max-height: 100vh;
      overflow-y: auto;
    }
    .blog-post-card img {
      max-height: 200px;
      object-fit: cover;
    }
    .view-toggle button.active {
      font-weight: bold;
    } */


     .blog-banner {
      background: url('../images/cta.jpg') center center/cover no-repeat;
      color: #fff;
      padding: 80px 0;
      text-align: center;
      font-size: 2.5rem;
      font-weight: 600;
      position: relative;
      animation: bgAnimation 15s infinite ease-in-out;
    }

    .blog-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      /* background: rgba(0, 0, 0, 0.4); */
    }

    .blog-banner h1 {
      position: relative;
      z-index: 2;
    }

    /* Left List Panel */
    .blog-sidebar {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }

    .blog-sidebar h6 {
      font-weight: bold;
      margin-top: 1rem;
      color: #343a40;
    }

    .blog-sidebar a {
      display: block;
      padding: 8px 0px;
      color: #21c5fb;
      text-decoration: none;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    .blog-sidebar a:hover {
      background: #e9f5ff;
       padding-left: 8px;
      font-weight: 500;
    }

    .blog-divider {
  height: 1px;
  background: linear-gradient(to right, rgba(35, 177, 186, 0.2), rgba(35, 177, 186, 0));
  margin: 8px 0;
  width: 80%;
}

    /* Featured Blog */
    .featured-blog {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    }

    .featured-blog img {
      width: 100%;
      max-height: 240px;
      object-fit: cover;
      border-radius: 10px;
    }



/* Blog Detail Page Styling */
.blog-detail h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 2rem 0 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.blog-detail h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #20c5fb;
  border-radius: 3px;
}

.blog-detail ul {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.blog-detail ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
  color: #4a5568;
}

.blog-detail ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #20c5fb;
  font-size: 1.4rem;
  line-height: 1;
}

/* Optional: Add hover effect to list items */
.blog-detail ul li:hover {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}

.blog-detail a {
  color: #20c5fb;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.blog-detail a:hover {
  color: #1a7f8b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-detail .card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.blog-detail .img-fluid {
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  margin-bottom: 1.5rem;
}

.blog-detail p {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 1.5rem;
}

.blog-detail b {
  color: #2c3e50;
  font-weight: 600;
}

    .featured-blog h5 {
      font-weight: bold;
      margin-top: 15px;
    }

    /* Blog Grid */
    .blog-grid .card {
      border: none;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    /* Grid/List Toggle */
    .view-toggle button {
      margin-right: 5px;
    }

    /* Pagination */
    .pagination {
      justify-content: center;
      margin-top: 30px;
    } 
    
    
    /* .blog-banner {
      background: url('your-banner.jpg') center center/cover no-repeat;
      color: #fff;
      padding: 80px 0;
      text-align: center;
      font-size: 2.5rem;
      font-weight: 600;
      position: relative;
    } */

    /* .blog-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
    } */

    .blog-banner h1 {
      position: relative;
      z-index: 2;
    }

    /* Left List Panel */
    .blog-sidebar {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}

.blog-sidebar .blog-month {
  margin-bottom: 25px;
}

.blog-sidebar h6 {
  font-weight: 700;
  font-size: 16px;
  padding: 10px 12px;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}



.blog-sidebar a::before {
  content: "\00BB"; /* » */
  font-weight: bold;
  margin-right: 6px;
  color: #23b1ba;
}
 



 .feature-section {
    background-color: #f8f9fa;
  }
  
  .feature-card-container {
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .feature-card-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
  }
  
  .feature-image {
    background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
  }
  
  .feature-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.8)); */
  }
  
  .feature-list li {
    transition: transform 0.2s ease;
  }
  
  .feature-list li:hover {
    transform: translateX(5px);
  }
  
  /* Custom colors */
  .bg-purple {
    background-color: #6f42c1;
  }
  
  .text-purple {
    color: #6f42c1;
  }
  
  .btn-outline-purple {
    color: #6f42c1;
    border-color: #6f42c1;
  }
  
  .btn-outline-purple:hover {
    background-color: #6f42c1;
    color: white;
  }
  
  .bg-pink {
    background-color: #d63384;
  }
  
  .text-pink {
    color: #d63384;
  }
  
  .btn-outline-pink {
    color: #d63384;
    border-color: #d63384;
  }
  
  .btn-outline-pink:hover {
    background-color: #d63384;
    color: white;
  }
  
  .bg-teal {
    background-color: #20c997;
  }
  
  .text-teal {
    color: #20c997;
  }
  
  .btn-outline-teal {
    color: #20c997;
    border-color: #20c997;
  }
  
  .btn-outline-teal:hover {
    background-color: #20c997;
    color: white;
  }
  
  .bg-indigo {
    background-color: #6610f2;
  }
  
  .text-indigo {
    color: #6610f2;
  }
  
  .btn-outline-indigo {
    color: #6610f2;
    border-color: #6610f2;
  }
  
  .btn-outline-indigo:hover {
    background-color: #6610f2;
    color: white;
  }
  
  .bg-orange {
    background-color: #fd7e14;
  }
  
  .text-orange {
    color: #fd7e14;
  }
  
  .btn-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
  }
  
  .btn-outline-orange:hover {
    background-color: #fd7e14;
    color: white;
  }
  
  /* Individual feature image styles */
  .feature-1 { background-image: url('../images/crm.jpg'); }
  .feature-2 { background-image: url('../images/contract.jpg'); }
  .feature-3 { background-image: url('../images/slip_main.jpg'); }
  .feature-4 { background-image: url('../images/vessel.jpg'); }
  .feature-5 { background-image: url('../images/arrival.jpg'); }
  .feature-6 { background-image: url('../images/inventory.jpg'); }
  .feature-7 { background-image: url('../images/invoice.jpg'); }
  .feature-8 { background-image: url('../images/reports.jpg'); }
  .feature-9 { background-image: url('../images/file.jpg'); }
  .feature-10 { background-image: url('../images/admin-main.jpg'); }
  .feature-11 { background-image: url('../images/integrations.jpg'); }
  .feature-12 { background-image: url('../images/proposal.jpg'); }
  .feature-13 { background-image: url('../images/split-bills.jpg'); }
        /* =============contact===================*/


         .contact-section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .contact-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .contact-header h2 {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .contact-header p {
            font-size: 1.1rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto;
        }

        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            margin-bottom: 50px;
        }

        /* Sales Offices Section */
        .sales-offices {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            height: fit-content;
        }

        .sales-offices h3 {
            font-size: 1.8rem;
            color: #2c3e50;
            margin-bottom: 30px;
            text-align: center;
            /* border-bottom: 3px solid #23b1ba; */
            padding-bottom: 15px;
        }

        .office-item {
            margin-bottom: 25px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
            border-left: 4px solid #23b1ba;
            transition: transform 0.3s ease;
        }

        .office-item:hover {
            transform: translateX(5px);
        }

        .office-location {
            font-weight: bold;
            color: #2c3e50;
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .office-tel {
            color: #7f8c8d;
            font-size: 0.95rem;
        }

        /* Contact Form Section */
        .contact-form-container {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #2c3e50;
        }

        .required {
            color: #e74c3c;
        }

        .form-control {
            width: 100%;
            padding: 12px 15px;
            /* border: 2px solid #e0e6ed; */
            border-radius: 8px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
            /* background-color: #f8f9fa; */
        }

        .form-control:focus {
            outline: none;
            border-color: #3498db;
            background-color: white;
        }

        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }

        .btn-send {
            background: linear-gradient(135deg, #23b1ba 0%, #0d6efd 100%);
            color: white;
            padding: 15px 40px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .btn-send:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        }

        .btn-send:active {
            transform: translateY(0);
        }

        /* Messages */
        .message {
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            display: none;
        }

        .error-message {
            background-color: #fee;
            color: #c33;
            border: 1px solid #fcc;
        }

        .success-message {
            background-color: #efe;
            color: #363;
            border: 1px solid #cfc;
        }

        /* Map Section */
        .footmar {
            margin-top: 50px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .footmar iframe {
            width: 100%;
            height: 480px;
            border: none;
        }

        /* Hidden spans for messages */
        .hidden-messages {
            display: none;
        }


        .mapwi{
          width:100% !important;
          height:480 !important;
        }
        /* Responsive Design */
        @media (max-width: 768px) {
            .contact-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .contact-header h2 {
                font-size: 2rem;
            }

            .sales-offices, .contact-form-container {
                padding: 25px;
            }
        }





        /*========integrations=============*/

        .integrations-body {
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }
        
        .integrations-main-container {
            max-width: 1000px;
            
            margin: 0 auto;
            margin-top: 50px !important;
            padding: 40px 20px;
          
            border-radius: 12px;
            
        }
        
        .integrations-hero-section {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            z-index: 2;
        }

       
         .badge {
            display: inline-block;
            padding: 8px 20px;
            background: linear-gradient(90deg, #06b6d4, #3b82f6);
            color: white;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
            animation: pulse-glow 2s ease-in-out infinite;
        }
        
        .integrations-hero-section h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .integrations-hero-section p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 900px;
            margin: 0 auto; 
            margin-top: 20px;
        }
        
        .integrations-section-header {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 30px;
            color: #2c3e50;
            border-bottom: 3px solid #667eea;
            padding-bottom: 10px;
        }
        
        .integrations-section-content {
            margin-bottom: 60px;
        }
        
        .integrations-section-content p {
            font-size: 1.1rem;
            margin-bottom: 20px;
            color: #555;
        }
        
        .integrations-category {
            margin-bottom: 50px;
        }
        
        .integrations-category-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #34495e;
            border-left: 4px solid #667eea;
            padding-left: 20px;
        }
        
        .integrations-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border: 1px solid #e9ecef;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .integrations-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        
        .integrations-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #2c3e50;
        }
        
        .integrations-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
            border: 1px solid #e9ecef;
        }
        
        .integrations-feature-list {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }
        
        .integrations-feature-list ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .integrations-feature-list li {
            margin-bottom: 10px;
            color: #555;
        }
        
        .integrations-use-case-box {
            background: linear-gradient(135deg, #0cc1e0 0%, #0a69c2 100%);
            color: white;
            padding: 20px;
            border-radius: 8px;
            margin-top: 20px;
        }
        
        .integrations-use-case-box strong {
            font-size: 1.1rem;
        }
        
        .integrations-faq-section {
            background: #f8f9fa;
            padding: 40px;
            border-radius: 12px;
            margin-top: 40px;
        }
        
        .integrations-faq-item {
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #dee2e6;
        }
        
        .integrations-faq-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }
        
        .integrations-faq-question {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .integrations-faq-answer {
            color: #555;
            font-size: 1rem;
        }
        
        .integrations-final-thoughts {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            color: white;
            padding: 40px;
            border-radius: 12px;
            text-align: center;
            margin: 40px 0;
        }

        .integrations-feature-list li:before {
        content: "‣";
        color: #208de0;
        font-weight: bold;
        margin-right: 8px;
        }

.integrations-feature-list li {
    list-style: none;
}
        
        .integrations-final-thoughts h2 {
            color: white;
            margin-bottom: 20px;
        }
        
        @media (max-width: 768px) {
            .integrations-hero-section h1 {
                font-size: 2.5rem;
            }
            
            .integrations-section-header {
                font-size: 2rem;
            }
            
            .integrations-card {
                padding: 20px;
            }
        }



/* ==========================================================================
   Pricing
   ========================================================================== */        



         /* Pricing Plans Section */
        .pricing-plans-section {
            padding: 4rem 0;
            background-color: #f8f9fa;
        }
        
        .pricing-plan-card {
            background: white;
            border-radius: 10px;
            padding: 2rem;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border: 1px solid #eee;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .pricing-plan-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .pricing-plan-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        
        .pricing-flex-title { color: #0d6efd; }
        .pricing-one-title { color: #198754; }
        .pricing-experience-title { color: #fd7e14; }
        .pricing-enterprise-title { color: #6c757d; }
        
        .pricing-plan-subtitle {
            color: #6c757d;
            margin-bottom: 1.5rem;
        }
        
        .pricing-feature-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 2rem;
        }
        
        .pricing-feature-item {
            padding: 0.5rem 0;
            position: relative;
            padding-left: 1.5rem;
        }
        
      .pricing-feature-item:before {
      content: "\f00c"; 
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      color: var(--flex-color);
      margin-right: 0.5rem;
      }
        
        .pricing-cta-button {
            display: block;
            text-align: center;
            padding: 0.75rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .pricing-flex-btn {
            background-color: #0d6efd;
            color: white;
        }
        
        .pricing-one-btn {
            background-color: #198754;
            color: white;
        }
        
        .pricing-experience-btn {
            background-color: #fd7e14;
            color: white;
        }
        
        .pricing-enterprise-btn {
            background-color: #6c757d;
            color: white;
        }
        
        .pricing-cta-button:hover {
            opacity: 0.9;
            color: white;
            transform: translateY(-2px);
        }
        
        /* Revenue Marketing Section */
        .pricing-revenue-section {
            padding: 4rem 0;
            background-color: white;
        }
        
        .pricing-revenue-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .pricing-revenue-card {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 2rem;
            height: 100%;
        }
        
        .pricing-revenue-title {
            color: #0d6efd;
            margin-bottom: 1rem;
        }
        
        .pricing-revenue-desc {
            color: #6c757d;
            margin-bottom: 1.5rem;
        }
        
        .pricing-revenue-features {
            list-style: none;
            padding-left: 0;
        }
        
        .pricing-revenue-feature {
            padding: 0.5rem 0;
            position: relative;
            padding-left: 1.5rem;
        }
        
        .pricing-revenue-feature:before {
            content: '\f054';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #0d6efd;
            font-size: 0.8rem;
        }
        
        /* Included with all plans Section */
        .pricing-included-section {
            padding: 4rem 0;
            background-color: #f8f9fa;
        }
        
        .pricing-included-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .pricing-feature-box {
            background: white;
            border-radius: 10px;
            padding: 1.5rem;
            height: 100%;
            text-align: center;
        }
        
        .pricing-feature-icon {
            font-size: 2rem;
            color: #0d6efd;
            margin-bottom: 1rem;
        }
        
        .pricing-feature-name {
            margin-bottom: 1rem;
            color: #212529;
        }
        
        .pricing-feature-desc {
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        .pricing-premium-support {
            text-align: center;
            margin-top: 3rem;
            padding: 2rem;
            background: white;
            border-radius: 10px;
        }
        
        /* Switch Section */
        .pricing-switch-section {
            padding: 4rem 0;
            background-color: white;
        }
        
        .pricing-switch-section h3 {
            margin-bottom: 1.5rem;
            color: #212529;
        }
        
        .pricing-switch-section p {
            color: #6c757d;
            margin-bottom: 2rem;
        }
        
        /* Testimonials Section */
        .pricing-testimonials-section {
            padding: 4rem 0;
            background-color: #f8f9fa;
        }
        
        .pricing-testimonial-card {
            background: white;
            border-radius: 10px;
            padding: 2rem;
            height: 100%;
        }
        
        .pricing-testimonial-author {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }
        
        .pricing-author-img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 1rem;
        }
        
        .pricing-author-info h6 {
            margin-bottom: 0.2rem;
            color: #212529;
        }
        
        .pricing-author-info small {
            color: #6c757d;
        }
        
        /* FAQ Section */
        .pricing-faq-section {
            padding: 4rem 0;
            background-color: white;
        }
        
        .pricing-faq-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .pricing-faq-item {
            margin-bottom: 1rem;
            border-bottom: 1px solid #eee;
        }
        
        .pricing-faq-question {
            padding: 1.5rem 0;
            font-weight: 600;
            color: #212529;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .pricing-faq-question i {
            transition: transform 0.3s ease;
        }
        
        .pricing-faq-question.active i {
            transform: rotate(180deg);
        }
        
        .pricing-faq-answer {
            padding-bottom: 1.5rem;
            color: #6c757d;
            display: none;
        }
        
        @media (max-width: 768px) {
            .pricing-plan-card {
                margin-bottom: 2rem;
            }
            
            .pricing-revenue-card {
                margin-bottom: 2rem;
            }
            
            .pricing-feature-box {
                margin-bottom: 2rem;
            }
        }




        /*=======contact======== */


         .contact-section {
    padding: 60px 0;
  }

  .office-info h3 {
    font-weight: 700;
    margin-bottom: 25px;
  }

  .office-info .office-item {
    margin-bottom: 20px;
  }

  .office-location {
    font-weight: 600;
  }

  .iframe-contact-wrapper {
    background-color: #fbfbfb;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  .iframe-contact {
    width: 100%;
    height: 900px;
    border: none;
    display: block;
    border-radius: 6px;
  }

  .contact-note {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
  }

  @media (max-width: 768px) {
    .iframe-contact {
      height: 850px;
    }
  }



  /*=========== features new section ===========*/


  /* .featuresec {
      padding: 100px 0;
    }
 */

  

    .featuresec .section-title {
      font-size: 2.5rem;
      font-weight: bold;
      color: #015e60;
      margin-bottom: 20px;
      margin-top: 50px;
    }

    .featuresec .section-subtitle {
      font-size: 1.2rem;
      color: #555;
      margin-bottom: 40px;
      max-width: 800px;
    }

    .featuresec .feature-block {
      margin-bottom: 60px;
    }

    .featuresec .feature-icon {
      font-size: 2rem;
      color: #fa9a4c;
      margin-right: 15px;
    }

    .featuresec .feature-title {
      font-weight: 600;
      
      font-size: 1.8rem;
      margin-bottom: 20px;
      color: #070707;
       padding: 12px 20px;
      border-radius: 6px;
      text-align: left;
       /* background-color: #20a3aa; */
    }

    .bg-box {
   background-color: #20a3aa;   
  color: #ffffff;               
  padding: 12px 20px;
  border-radius: 6px;
  display: inline-block;
  text-align: left;
  width: auto;                 
  margin-bottom: 20px;  
}
    .featuresec .feature-text {
      color: #555;
      font-size: 1rem;
      margin-bottom: 30px;
      text-align: left;
    }

    .featuresec .iconbox {
      display: flex;
     
      margin-bottom: 20px;
      text-align: left;
    }

    .featuresec .iconbox i {
      font-size: 1.2rem;
      color: #28a745;
      margin-right: 12px;
      margin-top: 5px;
    }

    .featuresec .iconbox div {
      flex: 1;
    }

    .featuresec img {
      width: 100%;
      border-radius: 12px;
      margin-top: 50px;
     
      max-width: 800px !important;
      
    }

    .section-divider {
  border: none;
  height: 2px;
  background-color: #015e60; 
  width: 100%;
  margin: 40px 0;             
}
.sep{
  background-color: #ffffff;
  padding-top: 100px;
    padding-bottom: 20px;
}



.list-group-item {
  border: none !important;
  text-align: left !important;
}




.bg-feature {

    background-color: #ffffff;
  }

 
.card-text{
  text-align: left !important;
}


  .featureadd {
    background: #ffffff;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .featureadd:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }






.fb_features {
            /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
           background-image: url("../images/Hero Bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
        }
        
        .fb_features::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f1f3f4" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }
        
        .fb_features .hero-content {
            position: relative;
            z-index: 2;
        }
        
        .fb_features .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #2c3e50;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }
        
        .fb_features .hero-subtitle {
            font-size: 1.1rem;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 2rem;
            font-style: italic;
        }
        
        .fb_features .fbtn {
            background: linear-gradient(45deg, #23b1ba, #21c5fb);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3);
            text-decoration: none;
            display: inline-block;
            width: fit-content;
        }
        
        .fb_features .fbtn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(23, 162, 184, 0.4);
            color: white;
        }
        
        .fb_features .hero-image {
            position: relative;
            text-align: center;
        }
        
        .fb_features .hero-img {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
            border-radius: 10px;
        }
        
        .fb_features .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
        }
        
        .fb_features .floating-dot {
            position: absolute;
            width: 8px;
            height: 8px;
            background: linear-gradient(45deg, #17a2b8, #20c997);
            border-radius: 50%;
            animation: float 3s ease-in-out infinite;
        }
        
        .fb_features .floating-dot:nth-child(1) {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }
        
        .fb_features .floating-dot:nth-child(2) {
            top: 60%;
            right: 15%;
            animation-delay: 1s;
        }
        
        .fb_features .floating-dot:nth-child(3) {
            bottom: 30%;
            left: 20%;
            animation-delay: 2s;
        }
        
          .fbsect_features {
  background-color: #23b1ba;
  padding: 40px 0;
  width: 100%;
}



.fbsect_features .container {
  padding: 20px; 
}



        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .fb_features {
                text-align: center;
            }
            
            .fb_features .hero-image {
                margin-top: 3rem;
            }
        }
        
        @media (max-width: 768px) {
            .fb_features {
                min-height: 60vh;
                text-align: center;
                padding: 50px 0;
            }
            
            .fb_features .hero-title {
                font-size: 2.5rem;
                margin-bottom: 1rem;
            }
            
            .fb_features .hero-subtitle {
                font-size: 1rem;
                margin-bottom: 1.5rem;
            }
            
            .fb_features .hero-image {
                margin-top: 2rem;
            }
        }
        
        @media (max-width: 576px) {
            .fb_features .hero-title {
                font-size: 2rem;
            }
            
            .fb_features .fbtn {
                padding: 10px 25px;
                font-size: 0.9rem;
                width: auto;
            }
        }



        .fbsect_grid {
            position: relative;
            overflow: hidden;
        }
        
        .fbsect_grid::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
           
            pointer-events: none;
        }
         .fbsect_grid::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
          
            background-repeat: repeat;
            background-size: 150px 100px;
            animation: float 20s infinite linear;
            pointer-events: none;
        }
        
        @keyframes float {
            0% { transform: translateY(0px) translateX(0px); }
            33% { transform: translateY(-10px) translateX(10px); }
            66% { transform: translateY(5px) translateX(-5px); }
            100% { transform: translateY(0px) translateX(0px); }
        }


         .fbsect_grid .fs-2 i {
    transition: transform 0.3s ease;
  }
  .fbsect_grid .fs-2 i:hover {
    transform: scale(1.2);
  }

.lead{
  font-size: 1rem;
}




  .fea_sect_ban {
            /* position: relative; */
            /* min-height: 80vh; */
            background: url('../images/bn.jpg') center/cover;
            overflow: hidden;
            display: flex;
            align-items: center;
            min-height: 75vh;
            background-size: cover;
            
            /* padding-bottom: 120px; */
            /* background: url('../images/bn.jpg') ;
            background-size: cover; /* or use `contain` depending on the image */
            /* padding-top: 80px;
            padding-bottom: 120px;
            position: relative;
            overflow: visible;
            height: fit-content; */ 
        }
        
        .fea_sect_ban_content {
            position: relative;
            z-index: 2;
        }
        
        .fea_sect_ban_title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #000000;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
        
        .fea_sect_ban_title .fea_sect_ban_highlight {
            color: #20c5fb;
        }
        
        .fea_sect_ban_subtitle {
            font-size: 1.25rem;
            color: #37474f;
            margin-bottom: 2rem;
            line-height: 1.6;
            max-width: 90%;
        }
        
        .fea_sect_ban_description {
            font-size: 1rem;
            color: #393d44;
            margin-bottom: 2.5rem;
            line-height: 1.7;
        }
        
        .fea_sect_ban_btn {
            background: linear-gradient(45deg, #00bcd4, #4fc3f7);
            border: none;
            padding: 15px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            color: white;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
        }
        
        .fea_sect_ban_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 188, 212, 0.4);
            background: linear-gradient(45deg, #4fc3f7, #00bcd4);
            color: white;
        }
        
        .fea_sect_ban_image {
           
     /* margin-left: 60px;  */
    width: calc(100% - 60px); 
        }

        .fea_sect_sub_title{
          font-weight: 400;
        }
        
        .fea_sect_ban_computer {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Slider Navigation Styles */
        .slider_navigation {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            gap: 20px;
            margin-right: 30px;
        }

        .slider_nav_btn {
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, #1976d2, #00bcd4);
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
            position: relative;
        }

        .slider_nav_btn:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(25, 118, 210, 0.4);
        }

        .slider_nav_btn::before {
            content: '';
            width: 12px;
            height: 12px;
            background: white;
            border-radius: 50%;
            position: absolute;
        }

        .slider_nav_btn.up::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 8px solid #1976d2;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .slider_nav_btn.down::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 8px solid #1976d2;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .right_section {
            /* display: flex;
            align-items: center;
            justify-content: center; */
               display: flex;
    align-items: flex-start; /* Align items to the top */
    position: relative;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .fea_sect_ban_title {
                font-size: 2.5rem;
            }
            
            .fea_sect_ban_subtitle {
                font-size: 1.1rem;
                max-width: 100%;
            }
            
            .fea_sect_ban_description {
                font-size: 1rem;
            }
            
            .fea_sect_ban_btn {
                padding: 12px 30px;
                font-size: 1rem;
            }

            .slider_navigation {
                margin-right: 15px;
                gap: 15px;
            }

            .slider_nav_btn {
                width: 50px;
                height: 50px;
            }
        }
        
        @media (max-width: 576px) {
            .fea_sect_ban_title {
                font-size: 2rem;
                padding-top: 50px;
            }

            .slider_fec-icons {
    margin-top: 20px;}
            
            .fea_sect_ban {
                min-height: 90vh;
            }

            .slider_navigation {
                flex-direction: row;
                margin-right: 0;
                margin-bottom: 20px;
                gap: 10px;
            }

            .right_section {
                flex-direction: column;
            }
        }



        .slider_fec-icons {
  /* justify-content: flex-start;
  font-size: 1.5rem;
  color: #20c5fb;
  cursor: pointer;
  user-select: none; */
    /* display: flex;
    flex-direction: column;
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 3;
    margin-right: 20px; */
      display: flex;
  flex-direction: column;
  gap: 15px; /* Space between up/down buttons */
  /* margin-right: 30px;  */
  margin-left: 20px; /* NEW: Add space on the left side of buttons */
  align-self: flex-start; 
}

.slider_fec-icons span {
  margin-right: 15px;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.slider_fec-icons span:hover {
  background: #07c6df;
  color: white;
  transform: scale(1.1);
}

.bl_sec{
  color: #787a7f;
}

.bl_sec1{
  color: #787a7f;
}

.fe_second_sec_subtext{
  color:#01163c;
}



.fe_second_sec_list {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.bg-custom-blue{
  color: #35b3cd;
}

.fe_second_sec_subtext{
  font-size: 24px;
}




.fe_second_sec_crm_sec {
  background-image: url('../images/bg_sc.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
   /* padding-top: 100px; */
  padding-bottom: 100px;
}

.fe_second_sec_crm_icon {
  width: 50px;
}

.fe_second_sec_crm_box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 500px;
}

.fe_second_sec_crm_illustration {
  max-width: 350px;
}

.im_sec{
  height: 70px;
}

.cst{
  width: 50px;
}


.fe_second_sec_sublist {
  list-style: none;
  padding-left: 20px;
}

.fe_second_sec_sublist li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #333;
}

.fe_second_sec_sublist li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #00bcd4; 
  position: absolute;
  left: 0;
  top: 6px;
}


.icon-bg {
  background-color: #4ac3dd; 
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.icon-bk {
  background-color: #4ac3dd; 
  padding: 10px;
  border-radius: 8px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* width: 40px; */
  height: 65px;
  font-size: 2rem;
  color: #ffffff !important;
}

.icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.integrations-card {
        padding: 20px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    
    .integrations-title {
        margin-bottom: 20px;
        color: #333;
    }
    
    .integrations-logos-container {
        width: 100%;
    }
    
    .integrations-logos-bg {
        background-color: #f8f9fa; 
        border-radius: 20px; 
        padding: 20px;
    }
    
    .integrations-logos-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
        justify-content: flex-start;
    }
    
    .integration-logo-item {
        flex: 0 0 auto;
    }
    
    .integration-logo {
        height: 80px;
        width: auto;
        max-width: 120px;
        padding: 5px;
        transition: all 0.3s ease;
        filter: grayscale(30%) opacity(90%);
        object-fit: contain;
    }
    
    .integration-logo:hover {
        transform: scale(1.1);
        filter: grayscale(0%) opacity(100%);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .integrations-feature-list ul {
        padding-left: 20px;
    }
    
    .integrations-feature-list li {
        margin-bottom: 8px;
    }




    @media (min-width: 769px) and (max-width: 1024px) {
  .hero-content {
    height: 200px;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {
  /* Adjust container for medium-large screens */
  .navbar .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
 div.container-fluid.frst{
  width: 100% !important;
 }
  
  /* Adjust logo size if needed */
  .navbar-brand img {
    height: 50px;
  }



  /* Reduce gap between nav items */
  .navbar-nav {
    gap: 4px !important;
  }
  
  /* Make font size slightly smaller */
  .navbar-nav .nav-link {
    font-size: 11px !important;
    padding-left: 8px;
    padding-right: 8px;
  }

  
  
  /* Adjust language dropdown */
  .lang-btn {
    padding: 6px 8px;
    font-size: 14px;
  }
  
  /* Adjust contact button */
  .btn-contact {
    padding: 8px 12px;
    font-size: 14px;
  }

    body {
    overflow-x: hidden;
  }
  
  .navbar {
    position: relative;
  }
}

@media screen and (min-width: 1270px) and (max-width: 1290px) and (min-height: 790px) and (max-height: 810px) and (orientation: landscape) {
  .navbar-nav .nav-link {
    font-size: 13px !important;
  }
}




.bg-gradient-primary {
  background: linear-gradient(135deg, #23b1ba 0%, #0b5ed7 100%);
}

.thank-you-card {
  border: none;
}

.office-item {
  transition: all 0.3s ease;
  border-left: 4px solid #23b1ba;
}

.office-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  background: white !important;
}

.iframe-contact-wrapper {
  transition: all 0.3s ease;
}

.iframe-contact-wrapper:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.office-location {
  color:#23b1ba ;
}


#feaSliderImage {
  transition: opacity 0.3s ease;
  opacity: 1;
}

#feaSliderImage.fade-out {
  opacity: 0;
}

  .wid-img{
     /* background: linear-gradient(to bottom, #ffffff, #c8effa); */

    background-image: url(../images/bg_sc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

   .widfeatures {
      border: none;
      border-radius: 1rem;
      background: linear-gradient(135deg, #e9fcff, #ffffff);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }
    .widfeatures:hover {
      transform: translateY(-5px);
    }
    .widfeatures-icon {
      font-size: 2rem;
      color: #015e60;
    }

    .wid-head{
      color: #000000;
          font-size: 2rem !important;
    /* color: #000000; */
    font-weight: bold;
    }
    /* wid-sec{
      padding-bottom: 100px !important;
    } */

      .pb-extra {
  padding-bottom: 6rem !important;

}

    .pb-extra1 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}


.wid-fe{
      background-color: #edfaff;;
}




 .benefits-section {
     /* background: linear-gradient(to bottom, #ffffff, #c8effa); */
      background-image: url('../images/bg_sc.jpg');
      padding: 60px 0;
      position: relative;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    }

    .benefits-title {
      font-size: 2rem;
      color: #000000;
      font-weight: bold;
    }

    .benefits-subtitle {
      font-family: cursive;
      color: #22c5fb;
      font-size: 1.2rem;
    }

    .benefit-icon {
      font-size: 1.8rem;
      color: #22c5fb;
      margin-right: 15px;
    }

    .benefit-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }

    .benefit-text h6 {
      margin: 0;
      font-weight: 600;
      color: #000000;
    }

    .benefit-text p {
      margin: 0;
      color: #000000;
      font-size: 0.9rem;
    }

    .benefits-image {
      position: relative;
      /* background-color: #1d2d44; */
      padding: 20px;
      /* border-radius: 8px; */

    }

    .benefits-image img {
      width: 100%;
      /* border-radius: 8px;
      border: 10px solid #fff; */
    }

    @media (max-width: 767.98px) {
      .benefits-title {
        font-size: 2rem;
      }
    }


 .centered-wave {
  width: 120px;
  height: 20px;
  margin: 0 auto 2rem auto;
  background: repeating-linear-gradient(
    -45deg,
    #015e60,
    #015e60 4px,
    transparent 4px,
    transparent 8px
  );
  border-radius: 50%;
  transform: rotate(180deg);
}

.underline {
  width: 60px;
  height: 4px;
  background-color: #fa9a4c; 
  border-radius: 2px;
}


@media (min-width: 992px) and (max-width: 1400px){
  .bluecurvebg{
  background-size: auto !important;
}

.navbar-brand img{
  height: 50px !important;
}
}



 .ship-image-wrapper {
      position: relative;
      max-width: 100%;
    }

    .ship-image-wrapper img:first-child {
      border-top-left-radius: 80px;
      border-bottom-left-radius: 80px;
      width: 100%;
      height: auto;
      display: block;
    }

    .ship-image-wrapper img.overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      border-top-right-radius: 60px;
      border-bottom-right-radius: 60px;
      width: 50%;
      max-width: 300px;
      height: auto;
    }

    .ship-text h5 {
      letter-spacing: 2px;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px;
    }

    .ship-text h1 {
      font-size: 3rem;
      line-height: 1.2;
    }

    .ship-text p {
      max-width: 600px;
    }

    .ship-text .btn {
      /* border-radius: 30px; */
      padding: 10px 25px;
    }

    @media (max-width: 767.98px) {
      .ship-image-wrapper img.overlay {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 1rem;
      }

      .ship-image-wrapper {
        text-align: center;
      }
    }


    .icon-bge{
      background-color: #4ac3dd;
    padding: 10px;
    border-radius: 8px;
    /* display: flex
; */
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    }





        .cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.3s ease;
    
    /* Add this line */
    position: fixed;
    overflow: hidden;
}
        .cookie-consent.hidden {
            transform: translateY(100%);
        }

        .cookie-content {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .cookie-text {
            flex: 1;
            color: #333;
            font-size: 14px;
            line-height: 1.5;
        }

        .cookie-text strong {
            font-weight: 600;
            color: #000;
        }

        .cookie-text a {
            color: #21c5fb;
            text-decoration: none;
            font-weight: 500;
        }

        .cookie-text a:hover {
            text-decoration: underline;
        }

        .cookie-actions {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .cookie-btn {
            padding: 12px 24px;
            border: none;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }

        .btn-manage {
            background: linear-gradient(135deg, #21c5fb 0%, #23b1ba 100%);
            color: white;
            min-width: 140px;
        }

        .btn-manage:hover {
            background: linear-gradient(135deg, #1eb5eb 0%, #1fa1aa 100%);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(33, 197, 251, 0.3);
        }

        .btnconcent {
            background: #21c5fb;
            color: #ffffff;
            border: 2px solid #21c5fb;
            min-width: 120px;
            padding: 10px 25px;
  border-radius: 8px;
  margin-right: 15px;
  font-weight: 500;
  text-decoration: none;
        }

        .btnconcent:hover {
            background: #21c5fb;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(33, 197, 251, 0.2);
        }

        /* .close-btn {
            background: none;
            border: none;
            font-size: 20px;
            color: #666;
            cursor: pointer;
            padding: 8px;
            border-radius: 50%;
            transition: all 0.3s ease;
            margin-left: 10px;
        } */


    .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}
.close-btn:hover {
    background: #f0f0f0;
    color: #333;
}

        /* Responsive Design */
        @media (max-width: 768px) {
            .cookie-content {
                flex-direction: column;
                text-align: center;
            }

            .cookie-actions {
                width: 100%;
                justify-content: center;
                flex-wrap: wrap;
            }

            .cookie-btn {
                flex: 1;
                min-width: 120px;
            }

            .demo-content h1 {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .cookie-consent {
                padding: 15px;
            }
            
            .cookie-actions {
                flex-direction: column;
                gap: 8px;
            }
            
            .cookie-btn {
                width: 100%;
            }
            .close-btn{
              top: -8px !important;
            }
                .hero-buttons .btn {
                  padding: 0.8rem !important;
                }
        }


        .no-bullets {
  list-style: none;
  padding-left: 0;
}


.bkengine-process-title {
    color: #23b1ba;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    position: relative;
    padding-left: 15px;
  }
  
  .bkengine-process-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 4px;
    background: linear-gradient(to bottom, #23b1ba, #21c5fb);
    border-radius: 2px;
  }
  
  .bkengine-feature-grid {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
  }
  
  .bkengine-feature-card {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
    background: #f8f9fa;
    border-radius: 10px;
   padding: 1rem 1.25rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-left: 3px solid transparent;
  }
  
  .bkengine-feature-card:hover {
    background: #e9f7fb;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(35, 177, 186, 0.15);
    border-left-color: #21c5fb;
  }
  
  .bkengine-feature-badge {
    background: linear-gradient(135deg, #23b1ba, #21c5fb);
    color: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.25rem;
    flex-shrink: 0;
    font-size: 1.1rem;
    box-shadow: 0 3px 6px rgba(33, 197, 251, 0.3);
  }
  
  .bkengine-feature-content {
    flex: 1;
  }
  
  .bkengine-feature-heading {
    color: #000000;
    margin-bottom: 0.3rem;
    font-size: 1.05rem;
    font-weight: 600;
  }
  
  .bkengine-feature-desc {
    color: #495057;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
  }
  
  .bkengine-cta-btn {
    background: linear-gradient(135deg, #23b1ba, #21c5fb);
    color: white;
    padding: 0.8rem 1.75rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
  }
  
  .bkengine-cta-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
  }
  
  .bkengine-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(35, 177, 186, 0.4);
  }
  
  .bkengine-cta-btn:hover:before {
    left: 100%;
  }

  .reser{
    color:#089cc9;
  }


  .cookie-consent.hidden-by-default {
    display: none;
}

.enginebk {
  background: url('../images/mm.jpg') no-repeat center center / cover;
  position: relative;
  overflow: hidden;
}

.enginebk .overlay {
  background-color: #089cc9b0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.enginebk h1 {
  line-height: 1.3;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
}

.enginebk p {
  color: #dfe3e6;
}

.enginebk .btn-primary {
  background-color: #4a6cf7;
  border: none;
  border-radius: 30px;
}

.lead{
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .enginebk .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



.howitworks-section {
  background-color: #ffffff;
}


.timeline-steps {
  position: relative;
  gap: 20px;
}

.timeline-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 4px;
  background: #ddd;
  z-index: 1;
}

.timeline-step {
  width: 24%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.step-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #089cc9;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  margin: 0 auto 10px;
  position: relative;
  z-index: 3;
}

.timeline-step:hover .step-circle {
  background-color: #23b1ba;
  box-shadow: 0 0 0 4px rgba(3, 143, 138, 0.2);
}

.timeline-step::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  height: 4px;
  width: 100%;
  background: transparent;
  z-index: 0;
  transform: translateX(-50%);
  transition: background 0.3s;
}

.timeline-step:hover::after {
  background: linear-gradient(to right, #089cc9, #23b1ba);
  width: 200%;
}

.step-icon img {
  max-width: 60px;
  margin-bottom: 10px;
}

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

  .timeline-step {
    width: 100%;
    margin-bottom: 40px;
  }

  .timeline-steps::before {
    display: none;
  }
}



@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .timeline-steps {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 20px;
  }

  .timeline-step {
    width: 48%;
    margin-bottom: 40px;
  }

  /* Hide the horizontal line for two-column layout */
  .timeline-steps::before {
    display: none;
  }

  /* Remove the hover line effect */
  .timeline-step::after {
    display: none;
  }
}

/* Responsive Adjustments for Mobile */
@media (max-width: 767px) {
  .timeline-steps {
    flex-direction: column;
    align-items: center;
  }

  .timeline-step {
    width: 100%;
    margin-bottom: 40px;
  }

  .timeline-steps::before {
    display: none;
  }
}




.marina-difference-section {
      background-color: #f9f9fb;
}

.marina-difference-section h2 {
  color: #000000;
}

.marina-difference-section ul li {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  color: #333;
}

.marina-difference-section ul li::before {
  content: "✔";
  color: #21c5fb;
  position: absolute;
  left: 0;
}

.border{
  border: var(--bs-border-width) var(--bs-border-style) #20c5fb !important;
}


.btn-get-starteden {
  background-color: #000000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  margin-right: 15px;
  font-weight: 500;
  text-decoration: none;
}

.btn-get-starteden:hover {
  opacity: 0.9;
  background-color: #20c5fb;
  color: #fff;
}

.trengine{
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  padding: 2rem;
  border-radius: 8px;
  color: #fff;
  max-width: 600px;
}



.privacy-policy-body {
            
            line-height: 1.6;
            color: #333;
            
            min-height: 100vh;
            padding: 20px 0;
        }

        .privacy-policy-container {
            max-width: 900px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
            overflow: hidden;
        }

        .privacy-policy-header {
            background: linear-gradient(135deg, #2c3e50, #3498db);
            color: white;
            padding: 40px 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .privacy-policy-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
            animation: privacy-policy-float 20s linear infinite;
        }

        @keyframes privacy-policy-float {
            0% { transform: translateX(-50px) translateY(-50px); }
            100% { transform: translateX(50px) translateY(50px); }
        }

        .privacy-policy-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            position: relative;
            z-index: 2;
        }

        .privacy-policy-subtitle {
            font-size: 1.1rem;
            opacity: 0.9;
            position: relative;
            z-index: 2;
        }

        .privacy-policy-content {
            padding: 40px 30px;
        }

        .privacy-policy-section {
            margin-bottom: 40px;
            opacity: 0;
            transform: translateY(20px);
            animation: privacy-policy-fadeIn 0.8s ease forwards;
        }

        .privacy-policy-section:nth-child(1) { animation-delay: 0.1s; }
        .privacy-policy-section:nth-child(2) { animation-delay: 0.2s; }
        .privacy-policy-section:nth-child(3) { animation-delay: 0.3s; }
        .privacy-policy-section:nth-child(4) { animation-delay: 0.4s; }
        .privacy-policy-section:nth-child(5) { animation-delay: 0.5s; }
        .privacy-policy-section:nth-child(6) { animation-delay: 0.6s; }
        .privacy-policy-section:nth-child(7) { animation-delay: 0.7s; }
        .privacy-policy-section:nth-child(8) { animation-delay: 0.8s; }
        .privacy-policy-section:nth-child(9) { animation-delay: 0.9s; }
        .privacy-policy-section:nth-child(10) { animation-delay: 1.0s; }

        @keyframes privacy-policy-fadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .privacy-policy-section-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 3px solid #3498db;
            display: inline-block;
            position: relative;
        }

        .privacy-policy-section-title::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #0679ca, #21c5fb);
            transition: width 0.3s ease;
        }

        .privacy-policy-section:hover .privacy-policy-section-title::after {
            width: 100%;
        }

        .privacy-policy-text {
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 0px;
            color: #555;
        }

        .privacy-policy-list {
            margin: 15px 0;
            padding-left: 0;
            list-style: none;
        }

        .privacy-policy-list-item {
            position: relative;
            padding: 8px 0 8px 30px;
            margin-bottom: 8px;
            transition: all 0.3s ease;
            border-radius: 8px;
        }

        .privacy-policy-list-item:hover {
            background: rgba(52, 152, 219, 0.05);
            padding-left: 35px;
        }

        .privacy-policy-list-item::before {
            content: '⚓';
            position: absolute;
            left: 0;
            top: 8px;
            color: #3498db;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .privacy-policy-list-item:hover::before {
            transform: scale(1.2);
        }

        .privacy-policy-highlight {
            background: linear-gradient(120deg, rgba(52, 152, 219, 0.2) 0%, rgba(52, 152, 219, 0.1) 100%);
            padding: 20px;
            border-radius: 12px;
            border-left: 4px solid #3498db;
            margin: 20px 0;
            position: relative;
            overflow: hidden;
        }

        .privacy-policy-highlight::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.5s ease;
        }

        .privacy-policy-highlight:hover::before {
            left: 100%;
        }

        .privacy-policy-strong {
            font-weight: 700;
            color: #2c3e50;
        }

        .privacy-policy-footer {
            background: linear-gradient(135deg, #34495e, #2c3e50);
            color: white;
            padding: 30px;
            text-align: center;
            margin-top: 40px;
        }

        .privacy-policy-footer-text {
            font-size: 0.9rem;
            opacity: 0.9;
            margin-bottom: 10px;
        }

        .privacy-policy-date {
            background: rgba(255, 255, 255, 0.1);
            padding: 8px 16px;
            border-radius: 20px;
            display: inline-block;
            font-weight: 600;
        }

        .privacy-policy-contact {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
            color: white;
            padding: 20px;
            border-radius: 12px;
            margin: 20px 0;
            text-align: center;
        }

        .privacy-policy-contact-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .privacy-policy-email {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            padding: 8px 16px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .privacy-policy-email:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            .privacy-policy-container {
                margin: 10px;
                border-radius: 15px;
            }
            
            .privacy-policy-header {
                padding: 30px 20px;
            }
            
            .privacy-policy-title {
                font-size: 2rem;
            }
            
            .privacy-policy-content {
                padding: 30px 20px;
            }
            
            .privacy-policy-section-title {
                font-size: 1.3rem;
            }
            
            .privacy-policy-footer {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .privacy-policy-title {
                font-size: 1.7rem;
            }
            
            .privacy-policy-section-title {
                font-size: 1.2rem;
            }
            
            .privacy-policy-text {
                font-size: 0.95rem;
            }
        }



 



.bannere {
      width: 100%;
      height: 90vh;
      background: url('../images/booking-banners2.jpg') no-repeat center center;
      background-size: 100% 100%;
      background-position: center bottom;
      background-repeat: no-repeat;
      position: relative;
    }

    .text-overlayt {
      position: absolute;
      bottom: 260px;
      left: 40%;
      transform: translateX(-50%);
      width: 87%;
      max-width: 700px;
      text-align: left;
      color: white;
    }

    .text-overlayt h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      font-weight: bold;
      color: white;
    }

    .text-boxe {
      background-color: #357a8acd;
      padding: 2rem;
      border-radius: 20px;
    }

    .text-boxe h3 {
      font-size: 1.2rem;
      margin-bottom: 1rem;
      color: #fff;
    }

    .text-boxe p {
      font-size: 15px;
      line-height: 1.6;
    }

    .btn-demoe {
      margin-top: 1.2rem;
      display: inline-block;
      background-color: white;
      color: #015e60;
      padding: 0.6rem 1.4rem;
      text-decoration: none;
      border-radius: 6px;
      font-weight: 600;
      float: right; 
    }

    @media (max-width: 768px) {
      .text-overlayt h1 {
        font-size: 1.8rem;
        text-align: center;
      }
      
      .btn-demoe {
        float: none;
        display: block; 
        text-align: center; 
        width: 100%; 
      }
    }






    /* Overall Banner Section */
.waver-ban-section {
    position: relative; 
    background-image: url('../../tytys.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding-top: 80px; 
    padding-bottom: 120px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    min-height: 500px; 
    overflow: hidden; 
}

.waver-ban-container {
    text-align: center; 
    z-index: 10; 
}

.waver-ban-image-wrapper {
    position: relative; 
    display: inline-block; 
    border-radius: 15px; 
    overflow: hidden; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); 
    border: 5px solid rgba(255, 255, 255, 0.8); 
}

.waver-ban-main-image {
    display: block; 
    max-width: 80%; 
    height: auto; 
}

.waver-ban-text-overlay {
    position: absolute; 
    color: white; 
    font-family: 'Satisfy', cursive; 
    font-weight: 400; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
    white-space: nowrap; 
}

.waver-ban-text-coffee {
    top: 15%; 
    left: 10%; 
    font-size: 2.5vw; 
}

.waver-ban-text-tea {
    top: 15%; 
    right: 10%; 
    font-size: 2.5vw; 
}


.waver-ban-text-desserts {
    bottom: 15%; 
    left: 50%; 
    transform: translateX(-50%); 
    font-size: 3vw;
}

/* Bottom Wave Shape */
.waver-ban-wave {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%; 
    height: 100px; 
    background-image: url('../../pnh.png'); 
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: bottom center; 
    z-index: 5; 
}


@media (min-width: 768px) {
    .waver-ban-text-coffee {
        font-size: 3rem; 
    }
    .waver-ban-text-tea {
        font-size: 3rem;
    }
    .waver-ban-text-desserts {
        font-size: 4rem;
    }
    .waver-ban-main-image {
        max-width: 60%; 
    }
}

@media (max-width: 767.98px) {
    .waver-ban-section {
        padding-top: 50px;
        padding-bottom: 80px;
        min-height: 400px;
    }
    .waver-ban-main-image {
        max-width: 90%; 
    }
    .waver-ban-text-coffee {
        top: 10%;
        left: 5%;
        font-size: 5vw; 
    }
    .waver-ban-text-tea {
        top: 10%;
        right: 5%;
        font-size: 5vw;
    }
    .waver-ban-text-desserts {
        bottom: 10%;
        font-size: 6vw;
    }
    .waver-ban-wave {
        height: 70px; 
    }
}

@media (max-width: 575.98px) {
    .waver-ban-section {
        padding-top: 30px;
        padding-bottom: 60px;
        min-height: 350px;
    }
    .waver-ban-main-image {
        max-width: 100%; 
    }
    .waver-ban-text-coffee {
        font-size: 6vw;
    }
    .waver-ban-text-tea {
        font-size: 6vw;
    }
    .waver-ban-text-desserts {
        font-size: 8vw;
    }
    .waver-ban-wave {
        height: 50px; 
    }
}



.wav-ban {
   position: relative;
  background: url('../images/sd.jpg') center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding-bottom: 0;
  min-height: 85vh; 
}


.shadow-text {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.wav-ban-overlay {
    position: absolute; 
  /* bottom: 60px;  */
  bottom: -16px !important;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 0; 
  z-index: 2;
}

.wav-ban-content {
  max-width: 1200px;
  margin: 0 auto; 
  padding: 0 20px;
  text-align: left;
  width: 100%; 
}

.wav-ban h2 {
  font-size: 63px;
  font-weight: 400;
  margin-bottom: 20px;
}

.wav-ban-text-box {
  background: rgba(0, 114, 128, 0.9); 
  padding: 30px;
  border-radius: 15px;
  max-width: 740px;
  color: #fff;
  margin-left: 0; 
  margin-right: auto; 
  height: 560px !important;
}

.wav-ban-text-box h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.wav-ban-text-box p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

.wav-ban-btn {
  margin-top: 45px !important;
  display: inline-block;
  background-color: #fff;
  color: #007b8f;
  /* padding: 10px 20px; */
  padding: 16px 44px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  float: right !important;
  /* z-index: 3; */
}

.wav-ban-btn:hover {
  background-color: #e6f7fa;
}

.wav-ban-wave {
width: 100%;
  display: block;
  position: absolute; 
  bottom: 0;
  left: 0;
  z-index: 2; 
  pointer-events: none;
  
}









/* Medium Desktop/Small Desktop (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .wav-ban-overlay {
    bottom: 120px !important;
  }
  
  .wav-ban h2 {
    font-size: 55px;
  }
  
  .wav-ban-text-box {
    max-width: 650px;
    height: 520px !important;
  }
}

/* Nest Hub specific fix (1024x600) */
@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
  .wav-ban {
    min-height: 100vh !important;
  }
  
  .wav-ban-overlay {
    bottom: 140px !important;
  }
  
  .wav-ban h2 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  
  .wav-ban-text-box {
    height: 320px !important;
    padding: 20px;
    max-width: 650px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .wav-ban-text-box p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .wav-ban-btn {
    padding: 12px 35px;
    margin-top: 15px !important;
    font-size: 0.9rem;
  }
}

/* Google Nest Hub Max specific fix (1280x800) */
@media screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 800px) and (max-height: 800px) {
  .wav-ban {
    min-height: 100vh !important;
  }
  
  .wav-ban-overlay {
    bottom: 160px !important;
  }
  
  .wav-ban h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  
  .wav-ban-text-box {
    height: 400px !important;
    padding: 25px;
    max-width: 700px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  
  .wav-ban-text-box p {
    font-size: 0.95rem;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  
  .wav-ban-btn {
    padding: 14px 40px;
    margin-top: 20px !important;
    font-size: 0.95rem;
  }
}

/* Tablet Landscape (768px to 991px) */

@media (max-width: 991px) and (min-width: 768px) {
  .wav-ban {
    min-height: 75vh;
  }
  
  .wav-ban-overlay {
    bottom: 140px !important;
  }
  
  .wav-ban h2 {
    font-size: 48px;
    margin-bottom: 15px;
  }
  
  .wav-ban-content {
    padding: 0 15px;
  }
  
  .wav-ban-text-box {
    max-width: 600px;
    padding: 25px;
    height: auto !important;
    min-height: 420px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 1.3rem;
  }
  
  .wav-ban-text-box p {
    font-size: 0.95rem;
  }
  
  .wav-ban-btn {
    padding: 14px 38px;
    margin-top: 25px !important;
  }
}

/* Tablet Portrait (576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
  .wav-ban {
    min-height: 100vh;
  }
  
  .wav-ban-overlay {
    bottom: 130px !important;
  }
  
  .wav-ban h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  
  .wav-ban-content {
    padding: 0 15px;
  }
  
  .wav-ban-text-box {
    max-width: 90%;
    padding: 22px;
    height: auto !important;
    min-height: 400px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  
  .wav-ban-text-box p {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  
  .wav-ban-btn {
    padding: 12px 32px;
    margin-top: 18px !important;
    font-size: 0.9rem;
  }
}

/* Mobile Large (480px to 575px) */
@media (max-width: 575px) and (min-width: 480px) {
  .wav-ban {
    min-height: 100vh;
  }
  
  .wav-ban-overlay {
    bottom: 140px !important;
  }
  
  .wav-ban h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  .wav-ban-content {
    padding: 0 12px;
  }
  
  .wav-ban-text-box {
    max-width: 95%;
    padding: 18px;
    height: auto !important;
    min-height: 340px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .wav-ban-text-box p {
    font-size: 0.85rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  
  .wav-ban-btn {
    padding: 10px 28px;
    margin-top: 15px !important;
    font-size: 0.85rem;
  }
}

/* Mobile Small (320px to 479px) */
@media (max-width: 479px) {
  .wav-ban {
    min-height: 75vh;
  }
  
  .wav-ban-overlay {
    bottom: 150px !important;
  }
  
  .wav-ban h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  
  .wav-ban-content {
    padding: 0 10px;
  }
  
  .wav-ban-text-box {
    max-width: 98%;
    padding: 15px;
    height: auto !important;
    min-height: 320px;
    border-radius: 10px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  
  .wav-ban-text-box p {
    font-size: 0.8rem;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  
  .wav-ban-btn {
    padding: 8px 24px;
    margin-top: 12px !important;
    font-size: 0.8rem;
    float: right !important;
  }
}

/* iPhone 12 Pro specific fix (390x844) */
@media screen and (min-width: 390px) and (max-width: 390px) and (min-height: 844px) and (max-height: 844px) {
  .wav-ban {
    min-height: 100vh;
  }
  
  .wav-ban-overlay {
    bottom: 140px !important;
    top: auto;
    transform: translateY(0);
  }
  
  .wav-ban h2 {
    font-size: 34px;
    margin-bottom: 12px;
  }
  
  .wav-ban-content {
    padding: 0 15px;
  }
  
  .wav-ban-text-box {
    max-width: 95%;
    padding: 20px;
    height: auto !important;
    min-height: 380px;
    border-radius: 12px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 1.15rem;
    margin-bottom: 12px;
  }
  
  .wav-ban-text-box p {
    font-size: 0.9rem;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  
  .wav-ban-btn {
    padding: 12px 30px;
    margin-top: 18px !important;
    font-size: 0.9rem;
    float: right !important;
  }
}

/* Galaxy Z Fold 5 specific fix (344x882) */
@media screen and (min-width: 344px) and (max-width: 344px) and (min-height: 882px) and (max-height: 882px) {
  .wav-ban {
    min-height: 100vh;
  }
  
  .wav-ban-overlay {
    bottom: 160px !important;
  }
  
  .wav-ban h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  
  .wav-ban-content {
    padding: 0 10px;
  }
  
  .wav-ban-text-box {
    max-width: 95%;
    padding: 15px;
    height: auto !important;
    min-height: 320px;
    border-radius: 10px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  
  .wav-ban-text-box p {
    font-size: 0.8rem;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  
  .wav-ban-btn {
    padding: 8px 22px;
    margin-top: 12px !important;
    font-size: 0.8rem;
    float: right !important;
  }
}

/* Extra Small Mobile (below 320px) */
@media (max-width: 319px) {
  .wav-ban {
    min-height: 100vh;
  }
  
  .wav-ban-overlay {
    bottom: 140px !important;
  }
  
  .wav-ban h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .wav-ban-content {
    padding: 0 8px;
  }
  
  .wav-ban-text-box {
    max-width: 100%;
    padding: 12px;
    height: auto !important;
    min-height: 300px;
    border-radius: 8px;
  }
  
  .wav-ban-text-box h4 {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
  
  .wav-ban-text-box p {
    font-size: 0.75rem;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  
  .wav-ban-btn {
    padding: 8px 20px;
    margin-top: 12px !important;
    font-size: 0.8rem;
    float: right !important;
  }
}



/* iPad Pro 12.9" (Portrait and Landscape) */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .wav-ban {
    min-height: 60vh;
  }
}

/* iPad Pro 11" (Portrait and Landscape) */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1194px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .wav-ban {
    min-height: 60vh;
  }
}

/* More specific orientation-based queries */

/* iPad Pro 12.9" Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .wav-ban {
    min-height: 60vh;
  }
}

/* iPad Pro 12.9" Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .wav-ban {
    min-height: 50vh; /* Slightly less in landscape */
  }
}

/* iPad Pro 11" Portrait */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1194px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .wav-ban {
    min-height: 60vh;
  }
}

/* iPad Pro 11" Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1194px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .wav-ban {
    min-height: 50vh;
  }
}




/* Custom screen size - 1300px width, 600px height */
@media only screen 
  and (width: 1300px) 
  and (height: 600px) {
  
  .wav-ban {
    min-height: 111vh;
  }
}

/* Alternative approach using min/max for flexibility */
@media only screen 
  and (min-width: 1280px) 
  and (max-width: 1320px) 
  and (min-height: 580px) 
  and (max-height: 620px) {
  
  .wav-ban {
    min-height: 111vh;
  }
}

@media screen and (width: 1300px) and (height: 600px) {
  .wav-ban {
    min-height: 111vh;
  }
}


/* iPhone SE (2nd and 3rd generation) - 4.7-inch screen, 1334x750 resolution */
@media only screen 
  and (device-width: 375px) 
  and (device-height: 667px) 
  and (-webkit-device-pixel-ratio: 2) {
  
  .wav-ban {
    min-height: 95vh !important;
  }
}




/* Samsung Galaxy Z Fold - Cover screen alternative query */
@media only screen 
  and (max-width: 344px) 
  and (min-height: 880px) 
  and (max-height: 885px) {
  
  .wav-ban {
    min-height: 85vh;
  }
}

/* Samsung Galaxy Z Fold - Main screen (unfolded) approximate dimensions */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 900px) 
  and (min-height: 1700px) 
  and (max-height: 1900px) {
  
  .wav-ban {
    min-height: 85vh;
  }
}



@media only screen and (max-width: 420px) {
  .wav-ban {
   min-height: 95vh;
  }

}