body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;   
  font-family: 'Raleway', sans-serif;
}

/* Raleway */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
}

/* DM Sans */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
}


/* Navbar link styling */
.navbar-nav .nav-link {
  position: relative;
  font-weight: 600;       
  font-size: 1.1rem;      
  color: #2E9191;         
  margin: 0 15px;          
  transition: color 0.3s;
  font-family: 'DM Sans', sans-serif;
}

/* Underline hover effect */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;           
  left: 0;
  background-color: #2c7a7b;
  transition: width 0.3s;
}

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

.navbar-nav .nav-link:hover {
  color: #2c7a7b;
}

/* Button styling */
.btn-info {
  background-color: #8fbfc0;
  font-family: 'DM Sans', sans-serif;
  border-color: #8fbfc0;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-info:hover {
  background-color: #7aa9aa;
  border-color: #7aa9aa;
}

#hero {
  height: 70vh; /* full screen */
  overflow: hidden;
}

#hero .carousel-item {
  height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

#hero .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #28687fb3;
}

#hero .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 700px;
}

#hero .caption-box {
  background: #80B9BF; /* blue overlay box */
  border-radius: 6px;
}

#hero h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
}

#hero p {
  font-size: 1.1rem;
  color: #f9f9f9;
}

#hero .btn {
  font-weight: 600;
  padding: 12px 20px;
}

.bg-main {
 color: #28687F!important;
}

.logo-carousel {
  width: 150vw;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

/* Duplicate track for seamless loop */
.logo-track::after {
  content: '';
  display: flex;
  width: 100%;
  flex-shrink: 0;
}

/* Scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); 
  }
}


.logo-track img {
  flex: 0 0 calc(100vw / 6);
  object-fit: contain;
}

.compliance-section {
  background-color: #1f9ca8; 
  background-image: url("../img/vector.png"); 
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; 
  color: #fff;
  padding: 60px 0;
}

.compliance-about h2 {
  font-weight: 700!important;
  font-size: 3.6rem;
}


.compliance-text h2 {
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 20px;
}

.compliance-list li {
  margin-bottom: 15px;
  font-size: 1.3rem;
  display: flex;
  align-items: right;
}

.compliance-list img {
  width: 32px;
  height: 32px!important;
  margin-right: 10px!important;
}

.btn-discover {
  background-color: #D4A223;
  color: #000;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.text-formated {
  font-weight: 700!important;
  font-size: 3.6rem;
}
.m-trust p { 
  font-size: 1.3rem;
}
.btn-warning{
  background-color: #D4A223;
  border: none;
}

.footer-section {
  background: #fff;
  color: #28687f; /* adjust to brand */
  font-size: 0.95rem;
}

.footer-section h5 {
  color: #28687f;
}

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

.footer-links a {
  text-decoration: none;
  color: #28687f;
}

.footer-links a:hover {
  color: #1f9ca8; /* teal hover */
}

.footer-section i {
  color: #28687f;
  transition: color 0.3s ease;
}

.footer-section i:hover {
  color: #1f9ca8;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgb(249 177 20) !important;
}

.why-choose-us {
  background: url("../img/bg-radial.png") no-repeat center center;
  background-size: cover; 
  position: relative;
  color: #fff;
}

.why-item img {
  max-width: 70px;
  margin-bottom: 15px;
}

.why-item p {
  font-size: 1rem;
  font-weight: 500;
}
.inner-header {
  min-height: 300px;
}

@media (min-width: 768px) {
  .inner-header {
    min-height: 450px; 
  }
}

@media (min-width: 1200px) {
  .inner-header {
    min-height: 500px; 
  }
}

  .impact-section {
  background: url("../img/bg-radial.png") no-repeat center center;
  background-size: cover; 
  position: relative;
  color: #fff;
  }

  .impact-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0 50% 50% 0; 
  }

  .impact-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

  .impact-shape {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    width: 60px;
    background: #d4a223; 
    clip-path: ellipse(60% 100% at left);
  }

  .impact-badge {
    background: #d4a223; 
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 1.5rem;
    flex-shrink: 0;
    white-space: nowrap;
  }
.impact-badge span {
  font-size:1.2rem;
  font-weight:400;
}
@media (max-width: 767px) {
  .impact-image-wrapper {
    border-radius: 12px;
  }
  .impact-shape {
    display: none; 
  }
}

.about-sensor-section {
  background-color: #28687f; 
  background-image: url("../img/sensor-img.png"); 
  background-repeat: no-repeat;
  background-position: right bottom; 
  background-size: contain; 
  color: #fff;
  padding: 60px 0;
  min-height: 420px; 
  display: flex;
  align-items: center;
}

.contact-section-about {
  background-color: #ebedef; 
  background-position: left center;
  background-size: contain; 
  color: #fff;
  padding: 60px 0;
}

.label-header {
    font-weight: 700;
    font-size: 3.6rem;
    margin-bottom: 20px;
}

 .service-image-wrapper {
    position: relative;
    overflow: hidden;
  }

  .service-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

  .service-bg-section {
  background-color: #28687f; 
  background-image: url("../img/bg-service.png"); 
  background-repeat: no-repeat;
  background-position: left top; 
  background-size: cover; 
  color: #fff;
  padding: 60px 0;
  min-height: 530px; 
  display: flex;
  align-items: center;
}
  .guide-bg-section {
  background-color: #28687f; 
  background-image: url("../img/guide-bg.png"); 
  background-repeat: no-repeat;
  background-position: left top; 
  background-size: cover; 
  color: #fff;
  padding: 60px 0;
  min-height: 530px; 
  display: flex;
  align-items: center;
}
  .sops-bg-section {
  background-color: #28687f; 
  background-image: url("../img/hospitality-bg.png"); 
  background-repeat: no-repeat;
  background-position: left top; 
  background-size: cover; 
  color: #fff;
  padding: 60px 0;
  min-height: 530px; 
  display: flex;
  align-items: center;
}
.contact-section .social-icon {
    width: 40px;
    height: 40px;
    background: #004d61;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
  }
  .contact-section .social-icon:hover {
    background: #d4a223;
    color: #000;
  }

   .contact-bg-section {
  background-color: #28687f; 
  background-image: url("../img/bg-contact-section.png"); 
  background-repeat: no-repeat;
  background-position: left top; 
  background-size: cover; 
  color: #fff;
  padding: 60px 0;
  min-height: 530px; 
  display: flex;
  align-items: center;
}
/* Loader overlay */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Spinner */
.spinner {
  border: 5px solid #f3f3f3; 
  border-top: 5px solid #f9b233; 
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loader.fadeOut {
  opacity: 0;
  visibility: hidden;
}

.team-section {
      padding: 60px 0;
      text-align: center;
    }

    .team-member {
      position: relative;
      text-align: center;
      margin-bottom: 50px;
    }

    /* Circle frame */
    .team-member .circle-frame {
      width: 200px;
      height: 200px;
      margin: 0 auto;
      border-radius: 50%;
      border: 6px solid #d4a017; /* golden border */
      overflow: hidden;
      position: relative;
    }

    /* Image inside */
    .team-member img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    /* Overlay info box */
    .team-info {
      position: absolute;
      bottom: 60px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #28687F;
      color: #fff;
      padding: 6px 14px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      min-width: 205px;
    }

    .team-info span {
      display: block;
      font-size: 12px;
      font-weight: 400;
    }

    .navbar .dropdown-menu {
      background-color: rgba(255, 255, 255, 0.9); /* transparent white */
      border: none;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .navbar .dropdown-item:hover {
      background-color: rgba(0, 123, 255, 0.1); /* light transparent blue hover */
      color: #050505;
    }

    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
      }
    }
    .navbar-nav .nav-link::after {
  display: none;
}

.blog-img {
  height: 200px;          
  object-fit: cover;      
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.text-primary 
{
    --bs-text-opacity: 1;
    color: #28687F !important;
}

 .connect-box {
    background: #e6f0f2;
    padding: 20px 30px;
    border-radius: 8px;
    min-width: 120px;
    margin: 10px;
  }
  .connect-box .icon {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .arrow {
    font-size: 28px;
    margin: 0 15px;
    color: #f0a500;
  }
  .icon-circle {
    width: 50px;
    height: 50px;
    background: #f0a500;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
  }

:root{
    --dark:#1d6173;
    --light:#72bfc5;
    --yellow:#d9a427;
    --tip:36px;        /* width of the arrow tip & yellow divider */
    --notch:26px;      /* left swallowtail on the first step */
    --h:140px;         /* height of each step */
    --w:260px;         /* width of each step */
  }

  .how-it-connects{padding:48px 0; background:#fff; text-align:center; font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;}

  /* Title */
  .title{display:inline-flex; align-items:center; gap:12px; margin-bottom:28px;}
  .title-dot{width:58px; height:58px; border-radius:999px; background:var(--yellow); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:24px;}
  .title-pill{background:var(--light); color:#fff; padding:12px 24px; border-radius:999px; font-weight:700; font-size:20px;}

  /* Flow row */
  .flow{display:flex; align-items:center; justify-content:center;}

  .flow-box{
    position:relative;
    width:var(--w);
    height:var(--h);
    margin-right:var(--tip);            /* make room for the yellow divider */
    background:var(--dark);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    /* TRUE ARROW (flat left, pointed right) */
    clip-path: polygon(0 0, calc(100% - var(--tip)) 0, 100% 50%, calc(100% - var(--tip)) 100%, 0 100%);
    z-index:1;
  }

  /* Left swallowtail only on the FIRST step (matches your reference) */
  .flow-box.sensor{
    background:var(--light);
    clip-path: polygon(var(--notch) 0, calc(100% - var(--tip)) 0, 100% 50%, calc(100% - var(--tip)) 100%, var(--notch) 100%, 0 50%);
  }

  /* Yellow angled connector between steps */
  .flow-box:not(:last-child)::after{
    content:"";
    position:absolute;
    top:0; right:calc(-1 * var(--tip));
    width:var(--tip);
    height:100%;
    background:var(--yellow);
    clip-path:polygon(0 0, 100% 50%, 0 100%);
    z-index:3; /* sit above neighbors */
    pointer-events:none;
  }

  .flow-content i{font-size:44px; display:block; margin-bottom:10px;}
  .flow-content p{margin:0; font-weight:500; font-size:22px;}

  /* Responsive tweak */
  @media (max-width:1100px){
    :root{ --w:220px; --h:120px; --tip:28px; --notch:22px; }
    .flow{flex-wrap:wrap; gap:20px;}
    .flow-box{margin-right:0;}
    .flow-box::after{display:none;} /* hide dividers when wrapped */
  }

  .amendment-badge {
    position: relative;
    right: -73px;
    z-index: 2;
  }

    .amendment-badge_two {
    position: relative;
    right: 73px;
  }

  .amendment-badge_three {
        position: relative;
    right: 156px;
  }
  .hardware-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 70px;
}
  .hardware-image-wrapper-mobile img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 42px;
}

.bg-hardware-wrapper{
  background-color: #1f9ca8;
    background-image: url(../img/bg-radial.png);
  background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.bg-sop-wrapper{
  /* background-color: #1f9ca8; */
    background-image: url(../img/bg-radial.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}


.img-badges {
    max-width: 450px;
    border-radius: 20px;
    height: auto;
}

.badges-text{
    color: #28687f; 
}

 .hardware-bg-section {
  background-color: #28687f; 
  background-image: url("../img/hard-workshop.png"); 
  background-repeat: no-repeat;
  background-position: left top; 
  background-size: cover; 
  color: #fff;
  padding: 60px 0;
  min-height: 530px; 
  display: flex;
  align-items: center;
}

/* Mobile dropdown fixes */
@media (max-width: 991px) {
  /* Let mega menu take full width on mobile */
  .navbar .dropdown-menu {
    min-width: 100% !important;
    padding: 10px 15px;
  }

  /* Stack mega menu columns vertically */
  .navbar .dropdown-menu .row {
    flex-direction: column;
  }
  .navbar .dropdown-menu .col-md-6 {
    width: 100%;
  }

  /* Nav links better spacing */
  .navbar-nav .nav-link {
    margin: 10px 0;
    font-size: 1rem;
  }

  /* ComplianceTrackr button full width */
  .navbar .btn-info {
    width: 100%;
    text-align: center;
  }
}

  @media (max-width: 576px) {
    #hero .caption-box {
      padding: 1rem !important;
      max-width: 100% !important;
    }
    #hero h1 {
      font-size: 1.7rem !important;
    }
    #hero p {
      font-size: 1.0rem !important;
    }
    #hero .carousel-caption {
      padding-right: 0 !important;
    }
  }

.btn-disable  {
    background-color: #c9c9c9;
    border: none;
}
.text-fs-big {
  font-size:1.6rem;
}

         .img-fluid-home{
            max-width: 25vw;
            height:auto!important;
          }
          .quote-index{
            top: -20px; 
            left: -20px;
          }
           .quote-index-back{
            top: 17px; 
            right: 29px; 
            left: auto;
          }

          @media (max-width: 767.98px) {
          .contact-section-about{
            padding:0px;
            padding-bottom:30px;
            padding-top: 41px;
          }
          .text-formated{
            font-size:2.0rem!important;
          }
          .img-fluid{
            max-width: 90vw!important;
            height:auto!important;
          }
          .about-sensor-section {
            background-color: #28687f; 
            background-image: url("../img/sensor-img.png"); 
            background-repeat: no-repeat;
            background-position: right bottom; 
            background-size: contain; 
            color: #fff;
            padding: 60px 0;
            min-height: 120px; 
            display: flex;
            align-items: center;
          }
          .quote-index{
            top: -20px; 
            left: 13px!important;
          }
           .quote-index-back{
            top: 210px!important;
            right: 29px; 
            left: auto;
          }
          .compliance-list li {
            font-size: 1.0rem;

          }
          .sensor-image-wrapper {
              max-width: 350px !important;
          }
        }
        @media (max-width: 1159px) {
            .about-sensor-section {
            background-color: #28687f; 
            background-image: url("../img/sensor-img.png"); 
            background-repeat: no-repeat;
            background-position: right bottom; 
            background-size: contain; 
            color: #fff;
            padding: 60px 0;
            min-height: 220px; 
            display: flex;
            align-items: center;
          }
        }
        @media (max-width: 991px) {
          .about-sensor-section {
            background-color: #28687f; 
            background-image: url("../img/sensor-img.png"); 
            background-repeat: no-repeat;
            background-position: right bottom; 
            background-size: cover; 
            color: #fff;
            padding: 60px 0;
            min-height: 120px; 
            display: flex;
            align-items: center;
          }
          .about-sensor-section{
            margin-top: 20px;
            margin-bottom: 40px;
          }
          .compliance-text h2 {
            font-size: 2.4rem;
          }
          .compliance-about h2 {
            font-size: 2.4rem!important;
          }
          .compliance-about {
            padding: 30px;
          }
            .team-info {
              position: absolute;
              bottom: 10px;
              left: 50%;
              transform: translateX(-50%);
              background-color: #28687F;
              color: #fff;
              padding: 6px 14px;
              border-radius: 6px;
              font-size: 14px;
              font-weight: 600;
              line-height: 1.4;
              min-width: 185px;
            }

            .team-info span {
              display: block;
              font-size: 12px;
              font-weight: 400;
            }
            .img-fluid{
            max-width: 30vw!important;
            height:auto!important;
          }
          .img-fluid-home{
            max-width: 60vw!important;
            height:auto!important;
          }
          .amendment-badge {
              position: relative;
              right: 4px;
              z-index: 2;
          }
          .flow-box {
              position: relative;
              width: var(--w);
              height: var(--h);
              margin-right: var(--tip);
              background: var(--dark);
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              text-align: center;
              clip-path: polygon(var(--notch) 0, calc(100% - var(--tip)) 0, 100% 50%, calc(100% - var(--tip)) 100%, var(--notch) 100%, 0 50%);
              z-index: 1;
          }
          .amendment-badge_two {
              position: relative;
              right: 5px;
          }
          .amendment-badge_three {
            position: relative;
            right: 6px;
          }
          .bg-hardware-wrapper{
            display: none!important;
          }
          .img-badges-maps {
              max-width: 250px!important;
              margin-top: 9px!important;
          }
        }

        .img-badges-maps{
          max-width:550px; 
          margin-top:9px;
        }
        .sensor-image-wrapper {
          max-width: 900px;
        }
        .sensor-image-title {
          max-width: 400px;
        }