@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Noto Sans, sans-serif;
}

@media screen and (max-width: 768px) {

        .filter-bar {
            display: flex; 
            flex-direction: column; 
            gap: 15px;
            margin-bottom: 80px;
        }

        .filter-group {            
          width: 100%;
        }

        .map-container {
            padding: 60px 5%;
        }

        .filter-group-2 {
          display: flex;
          justify-content: center;
          gap: 40px;
        }

        .reset-btn {
          padding-top: 20px;
        }

        .dropdown-menu {
          width: 80%;
        }

        .map-area { 
            margin-top: 10px;
            text-align: center;
            display: flex; 
            align-items: flex-start; 
            justify-content: center;
            border: 1px solid var(--border);
        }

        .tabs-container { 
            padding: 0; 
        }

        .tab { 
            padding: 14px 40px;
            margin: 8px 12px;
            cursor: pointer; 
            color: #8B939E; 
            font-size: 16px; 
            border: 1px solid var(--border);
            border-radius: 50px;
            background-color: #fff;
        }

        .tab.active { 
            color: #fff; 
            font-weight: bold;
            border: none;
            background-color: #024d71;
        }

        .map-container {
            background-color: #fff
        }

  .head-desktop {
    display: none;
  }

  .desktop-banner {
    display: none;
  }

  .banner-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .onequote-wrapper {
    grid-template-columns: 1fr;
    margin: 0 5%;
  }

  .promotion {
    margin-left: 5%;
    margin-right: 5%;
  }

  .links-desktop {
    grid-template-columns: 1fr;
    margin: 0 5%;
    margin-top: 40px;
  }

  .links-icon {
    width: 12%;
    height: auto;
  }

  .links-wrapper {
    padding: 2rem 2rem;
  }

  .subscribe {
    padding: 0 5%;
  }

  .onboard-text {
    margin-left: 5%;
  }

  .onboard {
    padding: 60px 0 120px;
    background-image: url("../images/Footer mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .modal-content {
    width: 90%;
    margin: 40% auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
        .filter-bar {
          display: flex;
          gap: 25px;
          padding: 20px 0;
          align-items: flex-end;
          flex-wrap: wrap;
        }

        .filter-group {            
          width: 20%;
        }

        .filter-group-2 {
            margin-left: auto;
            display: flex;
            gap: 25px;
            align-items: flex-end;
            width: 30%;
        }
        .group-2 {
          width: 100%;
        }
        .map-container {
            padding: 60px 15%;
        }

        .reset-btn {
          padding-bottom: 10px;
        }

        .dropdown-menu {
          width: 20%;
        }

        .map-area { 
            padding: 20px 120px; 
            text-align: center; 
            min-height: 500px; 
            display: flex; 
            align-items: flex-start; 
            justify-content: center; 
            background-color: #fff; 
            border: 1px solid var(--border); 
            border-radius: 0 0 10px 10px;
        }

        .tabs-container { 
            border-radius: 10px 10px 0 0;
            padding: 0 25px 0; 
            display: flex; 
            border: 1px solid var(--border);
            background: #fff;
        }

        .tab { 
            padding: 6px 16px;
            margin: 8px 0;
            cursor: pointer; 
            color: #8B939E; 
            font-size: 13px; 
            border-right: 1px solid #8B939E;
            border-bottom: none;
            white-space: nowrap;
        }

        .tab.active { 
            border-bottom: 2px solid #bd0f72;
            color: var(--one-magenta); 
            font-weight: bold; 
            margin-bottom: -0.5px;
        }

        .tab:hover {
            background-color: #f5f7fa;
        }
        
        .map-container {
            background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 242, 247, 1) 100%);
        }

  .head-mobile {
    display: none;
  }

  .mobile-banner {
    display: none;
  }

  .banner-btns {
    display: flex;
    justify-content: center;
    gap: 40px;
  }

  .onequote-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 15%;
  }

  .links-desktop {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 15%;
    margin-top: 60px;
  }

  .links-icon {
   width: 15%;
   height: auto;
  }

  .links-wrapper {
    padding: 1rem 1rem;
  }

  .onboard-text {
    margin-left: 15%;
  }

  .onboard {
    padding-top: 20px;
    padding-bottom: 100px;
    background-image: url("../images/Footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .modal-content {
    width: 60%;
    margin: 15% auto;
  }
}

.h1head {
    padding-top: 80px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333333;
    font-size: 1.6rem;
}

.h1head-white {
    color: #fff;
    padding-top: 80px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.h1head-magenta {
    padding-top: 80px;
    font-weight: 600;
    color: #bd0f72;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 10%;
  position: relative;
  width: 100%;
}

.logo {
  display: flex;
  gap: 40px;
  align-items: center;
}

.logo img {
  height: 35px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}

.links-a {
  color: #555a61;
  text-decoration: none;
  font-size: 15px;
  transition: background-color 0.3s;
}

.links-a:hover {
  cursor: pointer;
  color: #545454;
}

.login-button {
  padding: 8px 16px;
  border: 1px solid #bd0f72;
  color: #bd0f72;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

.login-button:hover {
  cursor: pointer;
}

.login-button-a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #bd0f72;
}

.login-button-a:hover {
  cursor: pointer;
}

.login-icon {
  margin-right: 5px;
  margin-top: 5px;
}

.language {
  padding: 8px 8px 8px 14px;
  border: none;
  border-right: 8px solid transparent;
  outline: 2px solid #ddd;
  border-radius: 20px;
}

.navbar_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 8px 20px;
  position: relative;
  width: 100%;
}

.logo_mobile img {
  height: 40px;
}

.nav-links_mobile {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.nav-links_mobile li {
  margin: 0 10px;
  display: flex;
  gap: 10px;
}

.login-button-a_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #bd0f72;
  color: #bd0f72;
  background-color: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.login-button-a_mobile:hover {
  cursor: pointer;
}

.login-icon_mobile {
  margin-right: 5px;
  margin-top: 5px;
}

.sidenav_mobile {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-left: 1px solid #404040;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sidenav-link_mobile {
  margin: 20px 0;
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav-link_mobile:hover {
  color: #545454;
}

.closebtn_mobile {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
}

.closebtn_mobile:hover {
  color: #545454;
}

.sidenav_mobile .closebtn_mobile {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav_mobile {
    padding-top: 15px;
  }
  .sidenav_mobile a {
    font-size: 18px;
  }
}

.language_mobile {
  padding: 8px 14px 8px 24px;
  border-radius: 20px;
  margin-right: 20px;
}

.link-icon {
  margin-top: 5px;
  margin-left: 5px;
}

.desktop-banner {
  background-image: url("../images/WebBanner 1920 x 456.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8vw 35vw 11vw 15vw;;
  text-align: center;
}

.desktop-banner-head {
  font-size: 3vw;
  color: #ffffff;
  font-weight: 500;
}

.desktop-banner-sub {
  font-size: 1.5vw;
  color: #ffffff;
  font-weight: 500;
  padding-top: 1vw;
}

.banner-rec {
  background-color: #bd0f72;
  padding: 0.5vw;
  
  display: inline-block;
  white-space: nowrap;
  vertical-align: text-bottom;
}

.mobile-banner {
  background-image: url("../images/WebBanner 390 x 267.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 13vw 0 22vw;
}

.mobile-banner-head {
  font-size: 9vw;
  color: #ffffff;
  font-weight: 500;
}

.mobile-banner-sub {
  font-size: 5vw;
  color: #ffffff;
  font-weight: 500;
  padding-top: 2vw;
}

.banner-recm {
  background-color: #bd0f72;
  padding: 0 1vw;
  
  display: inline-block;
  white-space: nowrap;
  vertical-align: text-bottom;
}

.promotion {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.promotion-head {
  font-weight: 600;
  color: #2c2d2e;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.promotion-sub {
  font-size: 0.7rem;
  color: #333333;
  margin-bottom: 2rem;
}

.banner-btns a {
  text-decoration: none;
}

.banner-btns {
  margin-bottom: 20px;
}

.promo-button {
    display: flex;
    align-items: center;
    padding: 0.15rem 0.8rem;
    color: #fff;
    background-color: #bd0f72;
    border-radius: 5px;
    border: none;
    font-size: .75rem;
    cursor: pointer;
    margin-bottom: 10px;
}

.promo-button2 {
    display: flex;
    align-items: center;
    padding: 0.15rem 0.8rem;
    color: #bd0f72;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #bd0f72;
    font-size: .75rem;
    cursor: pointer;
}

.terms-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-button {
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: underline;
  color: #5e9df1;
  font-size: 0.8rem;
}

.links-desktop {
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
}

.links-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.75rem;
  background-color: #ffffff;
  border: 1px solid #D8DDE5;
  border-radius: 4px;
}

.links-text {
  font-size: 1rem;
  color: #bd0f72;
  font-weight: 600;
  margin-bottom: .25rem;
}

.links-subtext {
  color: #333333;
}

.onequote {
    padding-bottom: 80px;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 242, 247, 1) 100%);
}

.onequote-wrapper {
    display: grid;
    gap: 20px;
    margin-top: 1rem;
}

.onequote-container {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #d9dee6;
    background-color: #fff;
    margin-right: 2%;
    padding-bottom: 1%;
}

.onequote-vidcon {
    display: flex;
    justify-content: center;
}

.onequote-vidcon img {
    width: 100%;
    margin-bottom: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.time {
    display: flex;
    color: #66707b;
    margin-left: 5%;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    align-items: center;
}

.onequote-time-text {
    margin-top: 1%;
    font-size: 0.75rem;
}

.onequote-time {
    font-size: 0.7rem;
    font-weight: 600;
}

.mfp-fade iframe {
    border: 10px solid #fff;
}

.time-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5% 1.5%;
    background-color: #f5f7fa;
    margin-left: 10px;
    border-radius: 5px;
}

.time-icon {
    margin-right: 5px;
    margin-top: 3px;
}

.time-time img {
}

.onequote-subhead {
    padding-top: 80px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333333;
    font-size: 1.75rem;
}

.onequote-head {
    margin-left: 5%;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
}

.onequote-text {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3%;
    color: #66707b;
    font-size: 0.8rem;
}

.onequote-button-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.onequote-button-con2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}

.onequote-button {
    padding: 8px 10px;
    color: #bd0f72;
    background-color: #fff;
    margin: 15px 0;
    font-weight: 600;
    font-size: 0.975rem;
    border: 1px solid #bd0f72;
    border-radius: 4px;
}

.onequote-button2 {
    padding: 8px 10px;
    color: #bd0f72;
    background-color: #fff;
    margin: 15px 0;
    font-weight: 600;
    font-size: 0.975rem;
    border: none;
    border-radius: 4px;
}

.onequote a {
    text-decoration: none;
}

.operations {
  position: relative;
  width: 100%;
}

.operations img {
  display: block;
  width: 100%;
  height: auto;
}

.legend-text1 {
  position: absolute;
  bottom: 33%;
  left: 23%;
  font-size: 1.2vw;
}

.legend-text2 {
  position: absolute;
  bottom: 26%;
  left: 23%;
  font-size: 1.2vw;
}

.numbers-text {
  position: absolute;
  width: 50%;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  text-align: center;
}

.numbers-text div {
  flex: 1;
}

.numbers-head {
  color: #bd0f72;
  font-size: 2.5vw;
  font-weight: 600;
}

.numbers-details {
  font-size: 1vw;
}

.onboard-text a {
    text-decoration: none;
}

.onboard-p {
    font-size: 1.1rem;
    color: #fff;
}

.onboard-button {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding: 0.5rem 1rem;
    gap: 5px;
    color: #fff;
    background-color: #bd0f72;
    border-radius: 5px;
    border: none;
    font-size: 0.975rem;
    margin-top: 40px;
    cursor: pointer;
}

.link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.2rem;
}

.subscribe {
    padding-bottom: 60px;
    background-color: #b8bec8;
    align-text: center;
}

.subscribe-text1 {
    font-size: 1.1rem;
    color: #333333;
}

.subscribe-text2 {
    font-size: 0.975rem;
    color: #333333;
}

.subscribe a {
    color: #333333;
}

.input-group {
    display: flex;
    justify-content: center;
}

.form-control {
    background-image: url("../images/email.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    height: 35px;
    border-radius: 3px;
    border: none;
    width: 500px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-indent: 20px;
}

.btn-submit {
    min-height: 35px; 
    border-radius: 3px;
    background: #2f728c;
    color: #fff;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0.975rem;
    cursor: pointer;
}

.ty-msg {
    margin-bottom: 1%;
}

.campaign-footer {
    padding-top: 20px;
    background-color: #9ca3ad;
}

.footer-text {
    font-size: 0.6rem;
    color: #fff;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.footer-links p {
    font-size: 0.6rem;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

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

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #888;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideIn 0.4s ease;
  overflow: hidden;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.modal-close:hover {
  color: #333;
}

.modal h3 {
  margin-bottom: 16px;
  color: #333333;
  font-size: 1.17em;
}

.modal input[type="email"] {
  background-image: url("../images/email.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 16px;
  text-indent: 30px;
}

.modal-okay {
  padding: 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background-color: #bd0f72;
}

.modal-link {
  color: #5e9df1;
  font-size: .75rem;
}

.modal-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-cancel {
  color: #bd0f72;
  cursor: pointer;
}

.modal p {
  margin-bottom: 16px;
  color: #888888;
  font-size: 0.9rem;
}

.modal ol {
  margin-bottom: 16px;
  color: #888888;
  font-size: 0.9rem;
}

:root {
            --one-magenta: #b0005d;
            --one-blue: #00467f;
            --border: #ddd;
        }

        /* Filter Bar */


        .filter-group {
            display: flex; 
            flex-direction: column; 
            gap: 5px; 
        }



        .group-2 {
            margin-left: auto;
        }

        label { 
            font-size: 11px; 
            color: #666; 
            font-weight: 500;
        }

        .filter-group select, .dropdown-trigger {
            padding: 8px;
            border: none;
            border-right: 8px solid transparent;
            outline: 2px solid #ddd;
            border-radius: 4px;
            background: white;
            cursor: pointer;
            font-size: 13px;
            text-align: left;
            width: 100%;
            color: #8B939E;
        }

        /* Custom Checkbox Dropdown Menu */
        .dropdown-menu {
            display: none;
            position: absolute;
            top: 105.5%;
            left: auto;
            background: white;
            border: 1px solid #ccc;
            border-radius: 8px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            z-index: 100;
            padding: 15px;
        }

        .dropdown-menu.show { 
            display: block; 
        }

        .search-box {
            width: 100%;
            padding: 10px;
            margin-bottom: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .options-list {
            max-height: 220px;
            overflow-y: auto;
            margin-bottom: 15px;
        }

        .option-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 6px 0;
            font-size: 13px;
            cursor: pointer;
        }

        .dropdown-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid #eee;
            padding-top: 12px;
        }

        .btn-clear { 
            color: var(--one-magenta); 
            background: none; 
            border: none; 
            cursor: pointer; 
            font-weight: bold; 
        }

        .btn-show { 
            background: var(--one-magenta); 
            color: white; 
            border: none; 
            padding: 8px 20px; 
            border-radius: 4px; 
            cursor: pointer; 
            font-weight: bold; 
        }

        /* Tabs and Content */
        .tabs-container { 
            display: flex; 
            overflow-x: auto; 
        }

        .service-image { 
            max-width: 100%; 
            height: auto; 
            border: 1px solid #eee; 
        }

        .hidden { 
            display: none; 
        }
        
        #emptyState { 
            padding: 100px; 
            color: #999; 
            width: 100%; 
        }
        
        .reset-btn { 
            color: #555a61; 
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            background: none; 
            border: none; 
        }
