 @font-face {
      font-family: 'HeaderFont';
      src: url('files/Lato-Bold.ttf') format('woff2');
      font-display: swap;
    }

    @font-face {
      font-family: 'BodyFont';
      src: url('files/Merriweather-Light.ttf') format('woff2');
      font-display: swap;
    }

    h1,
    h2,
    h3,
    span {
      font-family: 'HeaderFont', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    p {
      font-family: 'BodyFont', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }

    .navbar {
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      background-color: transparent;
      box-shadow: none;
    }

    .navbar.scrolled {
      background-color: #005f73;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand,
    .nav-link {
      color: #ffffff !important;
      text-shadow: 8px 8px 16px #0992954d;
    }

    .navbar.scrolled .navbar-brand,
    .navbar.scrolled .nav-link {
      color: #ffffff !important;
      text-shadow: none;
    }

    .navbar-toggler {
      border-color: transparent;
    }

    .navbar-toggler-icon {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path stroke="rgba(255, 255, 255, 0.8)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
    }


    /* Hero section layout */
    .hero-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

    .hero-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      z-index: 2;
    }

    .hero-content {
      text-align: center;
      padding: 2rem;
    }

    .hero-title {
      margin-bottom: 1rem;
    }

    .hero-section.fullscreen .hero-overlay,
    .hero-section.fullscreen .hero-content {
      display: none;
    }

    .hero-section.fullscreen .hero-video {
      width: 100%;
      height: 100%;
      opacity: 1;
    }

    .custom-btn {
      display: inline-block;
      padding: 10px 20px;
      font-size: 1rem;
      color: #fff !important;
      background-color: #002b36 !important;
      border: none;
      border-radius: 5px;
      transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
      text-align: center;
    }

    .custom-btn:hover {
      background-color: #005f73 !important;
      transform: scale(1.05);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }


    .custom-btn:active {
      background-color: #0a9396 !important;
      transform: scale(1.1);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    @media (max-width: 998px) {
      .content-wrapper {
        display: flex;
        flex-direction: column;
      }

      .content-wrapper>div {
        width: 100%;
      }
    }

    section h2 {
      font-weight: bold;
      color: #005f73;
      margin-bottom: 20px;
    }

    .feature-box {
      background: #f0fdfa;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .feature-box:hover {
      transform: scale(1.05);
    }

    .feature-icon {
      font-size: 2.5rem;
      color: #94d2bd;
      margin-bottom: 15px;
    }

    .bg-light-blue {
      background-color: #e0fbfc;
    }

    /* FAQ Styling */
    .faq-section {
      padding: 60px 0;
      background-color: #f0fdfa;
    }

    .faq-question {
      font-weight: bold;
      cursor: pointer;
    }

    .faq-answer {
      display: none;
      margin-top: 10px;
      font-style: italic;
    }

    .section-background {
      border-radius: 0 0 36px 36px;
      background: #e0fbfc;
      box-shadow: 0 18px 36px #bed5d6;
    }

    .img-bounce {
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-radius: 10px;
    }


    .img-bounce:hover {
      transform: scale(1.05);
      box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.4);
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
      opacity: 0;
      transform: scale(0.95);
      transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    .footer {
      background: linear-gradient(90deg, #005f73 0%, #0a9396 100%);
      padding: 4rem 0 0 0;
      color: #fdfdfd;
      position: relative;
      overflow: hidden;
    }

    .footer-content {
      position: relative;
      z-index: 2;
    }

    .footer-heading {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      color: #ffffff;
    }

    .footer-contact-list,
    .footer-services-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-contact-list li,
    .footer-services-list li {
      margin-bottom: 0.75rem;
    }

    .footer-contact-list a,
    .footer-services-list a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer-contact-list a:hover,
    .footer-services-list a:hover {
      color: #ffffff;
    }

    .footer-copyright {
      background-color: rgb(0 0 0 / 63%);
      padding: 1rem 0;
      margin-top: 3rem;
      color: white;
      text-align: center;
      font-size: 0.9rem;
    }

    /* Shape decorations */
    .footer-shape {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 300px;
      height: 300px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      transform: translate(50%, 50%);
    }

    @media (max-width: 768px) {
      .footer {
        padding: 3rem 0 0 0;
      }

      .footer [class*="col-"] {
        margin-bottom: 2rem;
      }
    }

    /* Custom Section Styling */
    .custom-section {
      overflow: hidden;
      position: relative;
    }

    .left-content {
      background-color: #ffffff;
      position: relative;
    }

    .right-content {
      background-color: #f0f0f0;
      position: relative;
    }

    .right-content::before {
      content: '';
      position: absolute;
      top: -1000px;
      bottom: -1000px;
      right: -1000px;
      left: 0;
      background-color: #f0f0f0;
      z-index: -1;
    }

    .content-wrapper {
      padding: 1.5rem;
    }

    @media (max-width: 767px) {

      .left-content,
      .right-content {
        width: 100%;
      }

      .left-content {
        order: 2;
        position: relative;
      }

      .right-content {
        order: 1;
      }

      .left-content::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1000px;
        right: -1000px;
        background-color: #ffffff;
        z-index: -1;
      }
    }

    /* Side-to-side shake animation */
    @keyframes iconShake {
      0% {
        transform: translateX(0);
      }

      25% {
        transform: translateX(-3px);
      }

      50% {
        transform: translateX(3px);
      }

      75% {
        transform: translateX(-3px);
      }

      100% {
        transform: translateX(0);
      }
    }

    .shake-animation {
      animation: iconShake 6s ease-in-out infinite;
    }

    .navbar-toggler {
      border-color: transparent;
      margin-left: auto;
    }

    @media (max-width: 991.98px) {
      .navbar-toggler {
        margin-left: auto;
      }
    }

    .video-container {
      position: relative;
      display: inline-block;
    }

    .video-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      cursor: pointer;
    }

    .play-btn {
      width: 100px;
      height: auto;
      opacity: 0.8;
      transition: opacity 0.3s ease;
    }

    .play-btn:hover {
      opacity: 1;
    }

    video {
      position: relative;
      z-index: 1;
      background-color: black;
    }

    @media (max-width: 375px) {
      .logo-text {
        font-size: 16px;
      }
    }

    @media (max-width: 320px) {
      .logo-text {
        font-size: 16px;
      }
    }

    @media (max-width: 420px) {
      .logo-text {
        font-size: 16px;
      }
    }

    .logo-text {
      display: block;
      white-space: normal;
      word-wrap: break-word
    }