.header_section {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0px 3px 6px #00648b38;
  opacity: 1;
  background: #defaff;
}

.header_section .navbar-brand {
  display: flex;
  align-items: center;
}

.header_section .main-navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 71%;
  padding: 0px 30px !important;
  background: #feffff;

  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  position: absolute;
  left: 0px;

  /* 🔥 ALL SIDE SHADOW */
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15))
    drop-shadow(0px -2px 4px rgba(0, 0, 0, 0.1))
    drop-shadow(2px 0px 4px rgba(0, 0, 0, 0.1))
    drop-shadow(-2px 0px 4px rgba(0, 0, 0, 0.1));

  z-index: 2;
}

.header_section .btn_holder {
  margin-left: auto;
  background: #e3e3e3;
  padding: 22px 30px !important;
  height: 100%;
  width: 30%;

  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);

  /* 🔥 ALL SIDE SHADOW */
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15))
    drop-shadow(0px -2px 4px rgba(0, 0, 0, 0.1))
    drop-shadow(2px 0px 4px rgba(0, 0, 0, 0.1))
    drop-shadow(-2px 0px 4px rgba(0, 0, 0, 0.1));

  z-index: 3;
}

.header_section .btn_holder .get_quote_btn_holder,
.header_section .btn_holder .get_quote_btn_holder:after,
.header_section .btn_holder .get_quote_btn_holder:active,
.header_section .btn_holder .get_quote_btn_holder.active,
.header_section .btn_holder .get_quote_btn_holder:hover {
  background: transparent !important;
  border: none !important;
  color: #141414 !important;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  width: 100%;
}

.header_section .top-bar {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
}

.header_section .top-logo {
  height: 60px;
  width: auto;
}

.header_section .top-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: #202020;
}

.header_section .top-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.header_section .navbar-expand-lg {
  padding: 0px;
}

.header_section .nav-actions {
  margin-left: auto;
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;

  align-items: center;
  margin: 0 auto;
}

.header_section .contact-item svg {
  color: #040404;
  background: #f5f5f5;
  font-size: 20px;
  padding: 8px;
  border-radius: 2px;
}

.header_section .contact-item .label {
  font-weight: 600;
  margin-right: 2px;
  color: #040404;
}

.header_section .contact-item .value {
  font-weight: 600;
  font-size: 13px;
  max-width: 10ch;
  /* approx 10 characters */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.header_section .contact-item .email {
  font-weight: 600;
  font-size: 13px;

  white-space: nowrap;
  /* prevents wrapping */
  overflow: hidden;
  /* hides extra text */
  text-overflow: ellipsis;
  /* shows ... */
}

.header_section .top-contact .divider {
  width: 1px;
  height: 50px;
  background-color: #040404;
}

.header_section .main-navbar .nav-inner {
  display: flex;
  align-items: center;
}

.header_section .label p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

.header_section .contact-item .icon {
  font-size: 20px;
}

.header_section .main-nav-links .nav-link {
  color: #141414 !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 26px 22px !important;
  margin: 0px 7px;
  display: flex;
  align-items: center;
}

.header_section .main-nav-links .nav-link.active {
  color: #00648b !important;
}

.header_section .nav-actions {
  margin-left: auto;
}

.header_section .main-nav-links .nav-link.active {
  color: #00648b !important;
  background: transparent
    linear-gradient(
      180deg,
      #8fd9f500 0%,
      #9fe0fb00 18%,
      #ace6ff91 41%,
      #64b1cf57 92%,
      #1f7ca1 92%,
      #00b8ff 100%
    )
    0% 0% no-repeat padding-box;
}

.header_section .subsidy-btn:hover,
.header_section .subsidy-btn:active {
  color: #ffd400 !important;
}

.header_section .subsidy-btn .dot {
  width: 8px;
  height: 8px;
  background-color: #00ff00;
  border-radius: 50%;
  display: inline-block;
}

.header_section .main-navbar .navbar-toggler {
  border: none !important;
}

.header_section .button_holder .subsidy-btn-mobile {
  display: none;
  background-color: #013668 !important;
  border: none !important;
  color: #00ff00 !important;
  font-size: 12px;
  padding: 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header_section .main-navbar .navbar-toggler:focus {
  box-shadow: none !important;
}

.header_section .navbar-toggler-icon {
  filter: invert(0) !important;
  opacity: 1;
}

.header_section .mobile_view_logo {
  display: none;
}

.header_section .desktop_view_logo {
  display: block;
}

@media (min-width: 0px) and (max-width: 991px) {
  .header_section .mobile_view_logo {
    display: block;
  }

  .header_section .desktop_view_logo {
    display: none;
  }

  .header_section .main-navbar-nav {
    width: 100%;
    padding: 0px 5px !important;
    clip-path: unset;
    position: unset;
    filter: unset;
  }

  .header_section .btn_holder {
    padding: 5px !important;
    width: 100%;
    clip-path: unset;
    filter: unset;
  }

  .header_section .btn_holder .get_quote_btn_holder,
  .header_section .btn_holder .get_quote_btn_holder:after,
  .header_section .btn_holder .get_quote_btn_holder:active,
  .header_section .btn_holder .get_quote_btn_holder.active,
  .header_section .btn_holder .get_quote_btn_holder:hover {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .header_section .top-logo {
    height: 30px;
  }

  .header_section .top-contact .contact-item {
    display: none;
  }

  .header_section .top-contact .divider {
    display: none;
  }

  .header_section .top-logo {
    height: 40px !important;
  }

  .header_section .main-navbar .navbar-toggler {
    position: relative;
    order: 1;
    margin-left: auto;
    z-index: 1001;
  }

  .header_section .desktop-logo {
    order: 2;
    margin: 0 auto;
  }

  .header_section .main-navbar .navbar-collapse {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 16px;
    z-index: 999;
  }

  .header_section .main-navbar .navbar-collapse.show {
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(135deg, #0b1f3a, #12355b);
  }

  .header_section .main-nav-links .nav-link {
    padding: 6px 0 !important;
    font-size: 15px;
  }

  .header_section .button_holder {
    display: flex !important;
  }

  .header_section .subsidy-btn {
    display: none;
  }

  .header_section .button_holder .subsidy-btn-mobile {
    padding: 2px 4px;
    display: flex;
    gap: 0px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header_section .top-logo {
    height: 30px;
  }

  .header_section .top-contact .contact-item {
    display: none;
  }

  /* Logo size */
  .header_section .top-logo {
    height: 40px !important;
  }

  .header_section .top-contact .divider {
    display: none;
  }

  .header_section .main-navbar .navbar-toggler {
    position: relative;
    order: 1;
    margin-left: auto;
    z-index: 1001;
  }

  .header_section .desktop-logo {
    order: 2;
    margin: 0 auto;
  }

  .header_section .main-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 16px;
    z-index: 999;
  }

  .header_section .main-navbar .navbar-collapse.show {
    display: block;
    background: #00648b;
  }

  .header_section .main-nav-links .nav-link {
    padding: 6px 0 !important;
    font-size: 14px;
  }

  .header_section .subsidy-btn {
    display: none;
  }

  .header_section .subsidy-btn-mobile {
    display: flex;
    background-color: #013668 !important;
    border: none !important;
    color: #00ff00 !important;
    font-size: 10px;
    padding: 7px 11px;
    border-radius: 20px;
    align-items: center;
    gap: 8px;
  }

  .header_section .main-navbar .navbar-collapse.show {
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(135deg, #0b1f3a, #12355b);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header_section .top-logo {
    height: 40px;
    width: auto;
  }

  .header_section .button_holder .subsidy-btn-mobile {
    display: none;
  }

  .header_section .main-nav-links .nav-link {
    font-size: 12px;
    padding: 20px 9px !important;
    margin: 0px 2px;
  }

  .header_section .btn_holder .get_quote_btn_holder,
  .header_section .btn_holder .get_quote_btn_holder:after,
  .header_section .btn_holder .get_quote_btn_holder:active,
  .header_section .btn_holder .get_quote_btn_holder.active,
  .header_section .btn_holder .get_quote_btn_holder:hover {
    font-size: 14px;
  }

  .header_section .btn_holder {
    padding: 18px 30px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .header_section .main-nav-links .nav-link {
    font-size: 14px;
    padding: 28px 18px !important;
    margin: 0px 0px;
  }

  .header_section .btn_holder .get_quote_btn_holder,
  .header_section .btn_holder .get_quote_btn_holder:after,
  .header_section .btn_holder .get_quote_btn_holder:active,
  .header_section .btn_holder .get_quote_btn_holder.active,
  .header_section .btn_holder .get_quote_btn_holder:hover {
    font-size: 16px;
  }

  .header_section .btn_holder {
    padding: 25px 30px !important;
  }

  .header_section .top-logo {
    height: 45px;
  }
}

@media (min-width: 1500px) and (max-width: 1799px) {
  .header_section .main-nav-links .nav-link {
    padding: 28px 16px !important;
    margin: 0px 2px;
  }

  .header_section .btn_holder .get_quote_btn_holder,
  .header_section .btn_holder .get_quote_btn_holder:after,
  .header_section .btn_holder .get_quote_btn_holder:active,
  .header_section .btn_holder .get_quote_btn_holder.active,
  .header_section .btn_holder .get_quote_btn_holder:hover {
    font-size: 19px;
  }

  .header_section .btn_holder {
    padding: 25px 30px !important;
  }
}
