@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');

    body {
font-family: Roboto, sans-serif;
      color: #111;
      overflow-x: hidden;
font-size:18px;
    }
.form-all {
box-shadow:none;
margin:0;
}
.form-buttons-wrapper.form-buttons-left.jsTest-button-wrapperField {
    padding: 0 0 0 34px !important;
}
button#input_2 {
    background: #015e59 !important;
    border-color: #015e59 !important;
}
svg#Layer_1 {
    height: 22px;
}
#policies .rte ul li, #policies .rte ol li {
    margin: 0 0 10px;
}
#policies .rte ul span br, #policies .rte ol span br {
    display: none;
}
#policies .rte ul, #policies .rte ol {
    padding-left: 25px;
    list-style-type: disc;
    margin-top: 30px;
}
.rte a {
    color: #BF5700;
}
@media screen and (max-width: 480px) {
   .form-buttons-wrapper.form-buttons-left.jsTest-button-wrapperField {
         width: 100%;
        padding: 0 5px !important;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
}
    .grid-bg::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    
      background-size: 20px 30px;
      z-index: 0;
    }

    .glass {
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      border-radius: 12px;
      color: #111;
    }

    .leaflet-popup-content-wrapper {
      background: #ffffff;
      color: #111;
      border-radius: 10px;
      font-size: 14px;
    }

    .leaflet-popup-tip {
      background: #ffffff;
    }

    .custom-marker {
      filter: drop-shadow(0 0 6px rgba(0, 106, 255, 0.7));
    }

    #map {
       
      width: 100%;
      border: none;
      margin: 0;
      padding: 0;
border-radius:10px;
 box-shadow: 0 10px 20px #0000001a, 0 0 #0000001a;
z-index:1;max-width: 1024px;
    margin: auto;
    }

    .blue-overlay {
      background: rgba(0, 106, 255, 0.03);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 999;
    }
@keyframes fade-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slide-in-up {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
  animation: fade-in 1s ease-out forwards;
}
/* Control tooltip width and appearance */
.leaflet-tooltip {
  max-width: 480px; 
width:400px;            /* Set a firm max width */
       /* Break long strings */
  white-space: normal !important; /* Force line break */
  overflow: hidden;             /* Hide anything that overflows */
  text-overflow: ellipsis;      /* Add ... if still too long */
  font-size: 13px;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  line-height: 1.4;
}

.leaflet-container {
      background: transparent !important;
    }
/* Optional: Make text center aligned */
.leaflet-tooltip-top::before {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.leaflet-control-attribution.leaflet-control {
    display: none !important;
}
.animate-slide-in-up {
  animation: slide-in-up 1s ease-out forwards;
}

    html, body {
      margin: 0;
      padding: 0;overflow-x: hidden !important;
    overflow-y: visible;
    }

    .leaflet-container .leaflet-control-attribution {
     
    }


      .ripple {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 9999px;
        background-color: rgba(96, 165, 250, 0.5);
        animation: ripple-animation 2s infinite;
      }

      .ripple:nth-child(1) {
        animation-delay: 0s;
      }
      .ripple:nth-child(2) {
        animation-delay: 0.5s;
      }
      .ripple:nth-child(3) {
        animation-delay: 1s;
      }

      @keyframes ripple-animation {
        0% {
          transform: scale(0.8);
          opacity: 1;
        }
        100% {
          transform: scale(2.4);
          opacity: 0;
        }
      }


.robosec {
 background-image: url(soundwavee.png);
    background-repeat: no-repeat;
    background-size: auto 175px;
    background-position: center;
   }
     header.flex {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.swiper {
      width: 100%;
      padding: 40px 12px;
      position: relative;
    }
.swiper-wrapper {
      /* Allow overflow for the partial slide */
      overflow: visible;
    }
    .swiper-slide {
	width: 29.3333%; /* Fixed width for each tile */
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 0px 20px #0000001a, 0 0 #0000001a;
      text-align: center;
      box-sizing: border-box;min-height: 500px;
    margin-bottom: 30px;display: flex;
    align-items: center;
    }

    .tile-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;color: #BF5700;
    }

    .tile-text {
      font-size: 14px;
      color: #555;
    }

    /* Navigation arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #333;
      background: rgba(255, 255, 255, 0.9);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      top: 50%;
      transform: translateY(-50%);
    }

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

    /* Pagination dots */
    .swiper-pagination {
  margin-top: 30px;
  text-align: center;
}
#contact-form button {
    background-color: #BF5700;
}
.swiper-pagination-bullet {
  width: 55px;
    height: 5px;
    background: #ccc;
    opacity: 1;
    border-radius: 5px;
  margin: 0 5px;
  transition: background 0.3s ease;
}
.container {
    margin: auto;
}
.swiper-pagination-bullet-active {
  background: #333;
}
.swiper-slide:nth-child(even) {
    background: #f3f3f3;
}
.swiper-slide:hover .tile-title, .swiper-slide:hover .text-base {
    color: #fff;
}
.swiper-slide:hover a {
    text-decoration: underline;
}
.swiper-slide:hover {
    background: #BF5700;
}
.site-header{
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 25;top: 0;
    -webkit-box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.25);background: #fff;
}
.header__logo {
    width: 1%;
    height: 65px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    max-width: 285px;
}
.logo {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    width: 250px;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*     background-color: #BF5700; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 15px;
}
/* .logo, .header__logo {
    height: 100px;
} */
.logo img, .logo svg {
    display: block;
    vertical-align: middle;
    line-height: 1;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: 100%;
}
.logo svg {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    fill: #fff;
}
.header__components {
    -webkit-transition: -webkit-box-shadow 250ms ease-in-out 0ms;
    transition: -webkit-box-shadow 250ms ease-in-out 0ms;
    -o-transition: box-shadow 250ms ease-in-out 0ms;
    transition: box-shadow 250ms ease-in-out 0ms;
    transition: box-shadow 250ms ease-in-out 0ms, -webkit-box-shadow 250ms ease-in-out 0ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 65px;
    width: 1%;justify-content: flex-end;
}
.header__navbar {
    width: 1%;
    height: 65px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
}
.header-links {
    background-color: #fff;
    height: 65px;
    left: 286px;
    overflow: hidden;
    top: 0;
}
.header-links__list {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-links__link {
    -webkit-transition: color 250ms ease-in-out 0ms;
    -o-transition: color 250ms ease-in-out 0ms;
    transition: color 250ms ease-in-out 0ms;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    padding: 24px 45px 24px;
}
.header__letter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-toggle.is-active {
    background-color: #fff;
    border-left-color: #fff;
    color: #BF5700;
}
.menu-toggle.is-active .menu-toggle__bar {
    border-color: #000;
}
.header-links__link:hover {
    color: #BF5700;
}
.menu-toggle.is-active .menu-toggle__bar:first-child {
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-toggle.is-active .menu-toggle__bar:nth-child(2) {
    width: 0;
    border-width: 0;
}
.menu-toggle.is-active .menu-toggle__bar:last-of-type {
    bottom: 50%;
    margin-bottom: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.letter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 0.65rem 2.7rem;
    background-color: #000;
    border: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;cursor: pointer;
}
.letter-button__mobile-text{
    display: none;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.letter-button svg{
    display: none;
}
.letter-button:hover, .letter-button:focus {
    background-color: #BF5700;
    color: #fff;
}
.header__langs, .header__search {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-search{
    position: relative;
}
.header-search__fields-group {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    background-color: #fff;
    height: 100%;
    padding: 15px 15px 15px 30px;
    position: absolute;
    opacity: 0;
    right: 100%;
    visibility: hidden;
    max-width: 400px;
    width: 100vw;
}
.header-search__submit {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    width: 65px;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 0;
    border-left: 1px solid #f3f3f3;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 16px;
}
.header-search__submit svg {
    width: 100%;
    height: 100%;
    color: inherit;
    display: block;
    max-height: 28px;
    max-width: 28px;
    stroke: currentColor;
}
.menu-toggle {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    width: 65px;
    height: 65px;
    background: #fff;
    border: 0;
    color: #000;
    display: none;
    padding: 19px 16px;
    position: relative;
    cursor: pointer;
}
.menu-toggle.is-desktop-visible {
    display: block;
}
.header .menu-toggle {
    border-left: 1px solid #f3f3f3;
}
.menu-toggle__bar-wrapper {
    width: 32px;
    height: 29px;
    color: inherit;
    display: block;
    margin: 0 auto;
    position: relative;
}
.menu-toggle__bar {
    -webkit-transition: -webkit-transform 250ms ease-in-out 0ms;
    transition: -webkit-transform 250ms ease-in-out 0ms;
    -o-transition: transform 250ms ease-in-out 0ms;
    transition: transform 250ms ease-in-out 0ms;
    transition: transform 250ms ease-in-out 0ms, -webkit-transform 250ms ease-in-out 0ms;
    width: 32px;
    height: 7px;
    display: block;
    background-color: currentColor;
    border: 1px solid currentColor;
    color: inherit;
    position: absolute;
    right: 0;
}
.menu-toggle__bar:first-child {
    top: 0;
}
.menu-toggle__bar:nth-child(2) {
    width: 22px;
    margin-top: -3.5px;
    right: 0;
    top: 50%;
}
.menu-toggle__bar:last-of-type{
    bottom: 0;
}
.ghost {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}
section#policies {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}
    /* ========== Footer Styles ========== */
    .site-footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 112px);
    margin-right: 112px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 58px 87px 58px 117px;
    position: relative;
}
.footer__links {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 14px;margin-bottom: 20px;
}
.footer__link {
    display: block;
    line-height: 1.5;
    margin: 5px 10px;
}
.footer__links-divider {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin: 5px 0;
}
/* The background overlay */
  .overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
  }
#popupOverlay h1 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
  /* The popup box */
  .popup {
    position: relative;
    margin: 15% auto;
    background: #fff;
    padding: 60px;
    width: 100%;
    border-radius: 8px;
    max-width: 600px;
}

  /* Close button */
  .close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 18px;
    cursor: pointer;
  }
  .navbar-open .header {
    z-index: 115;
}
.navbar-open .header__components{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-open .header__letter-button, .navbar-open .header__navbar {
    opacity: 0.1;
    pointer-events: none;
}
.navbar {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: block;
    width: 100%;
    height: 100%;
    background: #BF5700;
    opacity: 0;
    visibility: hidden;
}
.navbar__inner{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 40px 30px;
}
.navbar__inner > *:first-child {
    margin-bottom: auto;
    margin-top: auto;
}
.navbar-open .navbar{
    opacity: 0.93;
    visibility: visible;
}
.navbar .header-links {
    background-color: transparent;
    height: auto;
}
.navbar .header-links__list {
    display: block;
    text-align: center;
}
.navbar .header-links__item {
    margin: 25px 0;
}
.navbar .header-links__link {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    background-color: transparent;
    border-bottom: 4px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 48px;
    padding: 0;
}
#policies .rte {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}
#policies .rte h2, #policies .rte h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
#policies .rte h3 {
    font-size: 19px;
}
#policies .rte *:not(h2) {
    font-size: 16px;
}
@media screen and (min-width: 990px) and (max-width: 1536px) {
.swiper-slide {
	min-height: 560px;
    }
	.text-base {
    font-size: 0.9rem!Important;
	}
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
	.text-base {
    font-size: 0.88rem!Important;
	}
}
@media screen and (max-width: 767px) {
	.menu-toggle.is-active .menu-toggle__bar:first-child{
        margin-top: -2px;
    }
	.menu-toggle.is-active .menu-toggle__bar:last-of-type {
        margin-bottom: -2px;
    }
    .letter-button__mobile-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
	.letter-button__desktop-text{
        display: none;
    }
	.letter-button__mobile-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen 
  and (max-width: 768px) {
	.header__navbar, .header__letter-button .letter-button__desktop-text{display: none;}
	    .letter-button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem 2.2rem;
        background-color: #BF5700;
        color: #fff;
        font-size: 1rem;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        letter-spacing: 0.812px;
        text-transform: uppercase;
    }
	body .text-\[24px\]{font-size:20px;font-weight:600;}
	#mobileMenu .text-base{font-size:1.1rem;}
	#mobileMenu .text-sm{font-size:1.05rem;}
	body .mob-mt-0{margin-top:0px;}
	button#menuToggle {position: relative;top: 0px;}
	.swiper-slide {
    width: 75%;min-height: 300px;
	}
	.swiper-pagination-bullet {
    width: 22px;
    height: 6px;
	}
	.swiper {
    padding: 40px 1rem;
}
	.footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 26px 15px 75px;margin: 0;
        width: 100%;
        border-right: none;
    }
	    .footer__logo {
        margin-right: 0;
    }
	    .footer__links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-top: 28px;
    }
	    .footer__links-divider {
        display: none;
    }
	.footer__socials {
        position: static;
        width: 100%;
    }
	.footer-social-links{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
    }
	    .footer-social-links__item {
        margin: 10px;
    }
}
@media only screen 
  and (max-width: 480px) {
  .swiper-slide {
    min-height: 345px;
	}
  }
