.footer {
  background: #00051a;
}
.footer .footer-main {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding: 1.5rem 0;
  gap: 11.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .footer .footer-main {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-main {
    gap: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .footer .footer-main {
    gap: 3.5rem;
  }
}
@media (max-width: 576px) {
  .footer .footer-main {
    gap: 1.5rem;
  }
}
.footer .footer-main .logo-section {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-main .logo-section .logo-details-section h4 {
  text-wrap: nowrap;
}
.footer .footer-main .logo-section .logo-details-section p {
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .footer .footer-main .logo-section .logo-details-section {
    display: none;
  }
}
.footer .footer-main .logo-section p {
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .footer .footer-main .logo-section p {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer .footer-main .logo-section {
    grid-column: span 3;
  }
}
@media (max-width: 992px) {
  .footer .footer-main .logo-section {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .footer .footer-main .logo-section {
    grid-column: span 12;
  }
}
.footer .footer-main .logo-section picture img {
  width: 12.6875rem;
  height: 2rem;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .footer .footer-main .logo-section picture img {
    width: 100% !important;
    height: auto !important;
  }
}
.footer .footer-main .links {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .footer .footer-main .links {
    grid-column: span 4;
  }
}
@media (max-width: 992px) {
  .footer .footer-main .links {
    grid-column: span 8;
  }
}
@media (max-width: 768px) {
  .footer .footer-main .links {
    grid-column: span 12;
  }
}
@media (max-width: 576px) {
  .footer .footer-main .links {
    gap: 1rem;
  }
}
.footer .footer-main .links .link-sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer .footer-main .links .link-sub {
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub {
    gap: 0.5rem;
  }
}
.footer .footer-main .links .link-sub:nth-of-type(2) {
  grid-column: span 4;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub:nth-of-type(2) {
    grid-column: span 6;
  }
}
.footer .footer-main .links .link-sub:first-child {
  grid-column: span 5;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub:first-child {
    grid-column: span 12;
  }
}
.footer .footer-main .links .link-sub:first-child .main {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .footer .footer-main .links .link-sub:first-child .main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-main .links .link-sub:first-child .main {
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub:first-child .main {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 34px));
    gap: 1rem;
  }
}
.footer .footer-main .links .link-sub:first-child .main a {
  grid-column: span 2;
  cursor: pointer;
  font: 400 1rem/1.6875rem normal;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
.footer .footer-main .links .link-sub:first-child .main a:nth-child(odd) {
  grid-column: span 3;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub:first-child .main a {
    font: 400 0.75rem/1.125rem normal;
  }
}
.footer .footer-main .links .link-sub .main {
  padding: 0.5rem 0 0.5rem 1rem;
  position: relative;
}
.footer .footer-main .links .link-sub .main a {
  cursor: pointer;
  font: 400 1rem/1.6875rem normal;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub .main a {
    font: 400 0.75rem/1.125rem normal;
  }
}
.footer .footer-main .links .link-sub .main::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  background: rgb(235, 244, 249);
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-main .links .link-sub .heading {
  font: 600 1.125rem/1.6875rem uppercase;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub .heading {
    font: 700 0.875rem/1.3125rem uppercase;
  }
}
.footer .footer-main .social {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .footer .footer-main .social {
    grid-column: span 4;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer .footer-main .social {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .footer .footer-main .social {
    grid-column: span 12;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .footer .footer-main .social {
    flex-wrap: wrap;
  }
}
.footer .footer-main .social .logo-details-section-mob {
  display: none;
}
@media (max-width: 576px) {
  .footer .footer-main .social .logo-details-section-mob {
    display: block;
  }
}
.footer .footer-main .social .corporation {
  display: none;
}
.footer .footer-main .social .corporation a {
  text-decoration: none;
  font-size: 0.75rem;
  color: white;
}
@media (max-width: 576px) {
  .footer .footer-main .social .corporation {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.footer .footer-main .social .company-detail {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}
.footer .footer-main .social .company-detail a {
  text-decoration: none;
  color: white;
  font-size: 0.75rem;
}
.footer .footer-main .social .company-detail p {
  color: rgb(255, 255, 255);
  font: 400 0.875rem/1.3125rem left;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 576px) {
  .footer .footer-main .social .company-detail {
    display: none;
  }
}
.footer .footer-main .social .social-links {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1200px) {
  .footer .footer-main .social .social-links {
    flex-wrap: wrap;
  }
}
.footer .footer-main .social .social-links picture {
  border-radius: 0.75rem;
  background-color: rgb(235, 244, 249);
  padding: 0.5rem;
  border: 0.0625rem solid rgb(216, 233, 243);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .footer .footer-main .social .social-links picture {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
  }
}
.footer .footer-main .social .social-links picture img {
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 576px) {
  .footer .footer-main .social .social-links picture img {
    height: 1rem;
    width: 1rem;
  }
}
.footer .footer-main .social a.get-demo {
  color: rgb(255, 255, 255);
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  width: 13.1875rem;
  height: 3rem;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  font: 500 1rem/1.5rem;
  letter-spacing: 0.02em;
  text-align: left;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer .footer-main .social a.get-demo:hover {
  background-color: #338ec8;
}
@media (max-width: 576px) {
  .footer .footer-main .social a.get-demo {
    height: 2rem;
    width: 7.188rem;
    border-radius: 0.5rem;
    padding: 0.625rem 0.5rem;
    font: 500 0.75rem/1.125rem normal;
  }
}
.footer .footer-main .company-detail-mob {
  grid-column: span 12;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.5rem;
}
.footer .footer-main .company-detail-mob p {
  color: rgb(255, 255, 255);
  font: 400 0.625rem/0.9375rem left;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 576px) {
  .footer .footer-main .company-detail-mob {
    display: none;
  }
}

:root {
  --primary: #227093;
  --secondary: #ff5252;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
}

* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.header {
  box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.24);
  position: fixed;
  top: 0;
  background: white;
  z-index: 10;
  width: 100%;
}
.header .header-main {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background-color: rgb(255, 255, 255);
  gap: 1.5rem;
  border-bottom: 0.0625rem solid rgb(216, 233, 243);
  height: 5rem;
}
@media (max-width: 1200px) {
  .header .header-main {
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .header .header-main {
    padding: 1rem 0;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .header .header-main {
    padding: 0.5rem 0;
  }
}
.header .header-main picture {
  display: flex;
}
.header .header-main picture img {
  width: 15.875rem;
  height: 2.5rem;
}
@media (max-width: 1400px) {
  .header .header-main picture img {
    width: 11.25rem;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .header .header-main picture img {
    height: auto;
    width: 10rem;
  }
}
@media (max-width: 576px) {
  .header .header-main picture img {
    width: 9.5rem;
  }
}
.header .header-main .links {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header .header-main .links {
    display: none;
  }
}
.header .header-main .links button,
.header .header-main .links a {
  font: 400 1.125rem/1.6875rem Poppins;
  letter-spacing: 0.04em;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: rgb(0, 5, 26);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.header .header-main .links button.active picture img,
.header .header-main .links a.active picture img {
  transform: rotate(180deg);
}
.header .header-main .links button picture img,
.header .header-main .links a picture img {
  width: 0.625rem;
  height: 0.3125rem;
}
.header .header-main .links button:hover,
.header .header-main .links a:hover {
  background: rgba(44, 108, 147, 0.2);
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .header .header-main .links button,
  .header .header-main .links a {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.375rem 0.875rem;
  }
}
.header .header-main .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header .header-main .actions a.get-demo {
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  height: 3rem;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  font: 500 1rem/1.5rem capitalize;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header .header-main .actions a.get-demo {
    padding: 0.5rem 1rem;
    height: 2.5rem;
  }
}
@media (max-width: 992px) {
  .header .header-main .actions a.get-demo {
    color: #fff;
    padding: 0.625rem 0.5rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    height: 2.375rem;
    width: max-content;
    box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
    background: rgb(44, 108, 147);
    font: 500 0.75rem/1.125rem capitalize;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
}
.header .header-main .actions a.get-demo:hover {
  background-color: #338ec8;
}
.header .header-main .actions .navbar-toggle {
  display: none;
  height: 2rem;
  width: 2rem;
  border-radius: 0.75rem;
  cursor: pointer;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  justify-content: center;
  align-items: center;
  border: 0;
}
@media (max-width: 992px) {
  .header .header-main .actions .navbar-toggle {
    display: flex;
  }
}
.header .header-main .actions .navbar-toggle picture img {
  height: 1rem;
  width: 1rem;
}
.header .menu {
  display: none;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .header .menu {
    padding: 2rem 0;
  }
}
@media (max-width: 992px) {
  .header .menu {
    display: none !important;
  }
}
.header .menu .product-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
}
.header .menu .product-menu .menu-section1,
.header .menu .product-menu .menu-section2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header .menu .product-menu .menu-section1 .link-sub,
.header .menu .product-menu .menu-section2 .link-sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header .menu .product-menu .menu-section1 picture img,
.header .menu .product-menu .menu-section2 picture img {
  max-width: 15.1175rem;
  max-height: 12.78875rem;
  width: 100%;
  height: 100%;
}
.header .menu .heading {
  font: 600 1.125rem/1.6875rem uppercase;
  letter-spacing: 0.04em;
  color: rgb(0, 5, 26);
  text-align: left;
  text-transform: uppercase;
}
.header .menu .main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0.25rem;
}
.header .menu .main::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  background: rgb(236, 236, 237);
  position: absolute;
  left: 0;
  top: 0;
}
.header .menu .main a {
  cursor: pointer;
  font: 400 1rem/1.5rem normal;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: rgb(0, 5, 26);
}
.header .menu .main a:hover {
  border-radius: 0.25rem;
  background: rgba(44, 108, 147, 0.2);
  font-weight: 500;
}
.header .menu .main a .coming-soon {
  background: rgb(255, 245, 219);
  width: 7.1875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
  color: rgb(208, 125, 0);
  font: 500 0.875rem/1.3125rem;
  letter-spacing: 0.02em;
}
.header .menu .main a .new-coming {
  background: rgb(207, 251, 229);
  width: 7.19rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
  color: rgb(26, 163, 93);
  font: 500 0.875rem/1.3125rem;
  letter-spacing: 0.02em;
}
.header .menu .main a.disabled {
  pointer-events: none;
  cursor: default;
}
.header .menu .restaurant-menu {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 5rem;
}
.header .menu .restaurant-menu .menu-section1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
  position: relative;
}
@media (min-width: 1400px) {
  .header .menu .restaurant-menu .menu-section1 {
    grid-column: span 7;
  }
}
@media (max-width: 1400px) {
  .header .menu .restaurant-menu .menu-section1 {
    grid-column: span 8;
  }
}
@media (max-width: 1200px) {
  .header .menu .restaurant-menu .menu-section1 {
    grid-column: span 7;
    height: max-content;
  }
}
.header .menu .restaurant-menu .menu-section1 .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .menu .restaurant-menu .menu-section1 .centered picture .beans {
  width: 3.125rem;
  height: 2.6875rem;
  border-radius: 0 !important;
}
.header .menu .restaurant-menu .menu-section1 picture {
  height: max-content;
  width: max-content;
}
.header .menu .restaurant-menu .menu-section1 picture img {
  max-width: 21.875rem;
  max-height: 12.5rem;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .header .menu .restaurant-menu .menu-section1 picture img {
    max-width: 13.986875rem;
    max-height: 7.9925rem;
    border-radius: 0.639375rem;
  }
}
.header .menu .restaurant-menu .menu-section2 {
  grid-column: span 4;
}
@media (max-width: 1200px) {
  .header .menu .restaurant-menu .menu-section2 {
    grid-column: span 5;
  }
}
.header .menu .restaurant-menu .menu-section2 .link-sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header .mob-view {
  display: none;
  padding: 1rem 1.5rem;
  flex-direction: column;
  gap: 0.5rem;
  /* Visual styles */
}
@media (min-width: 992px) {
  .header .mob-view {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .header .mob-view {
    padding: 1rem;
    overflow-y: auto;
    max-height: calc(100vh - 5rem);
    scrollbar-width: none;
  }
  .header .mob-view::-webkit-scrollbar {
    display: none;
  }
}
.header .mob-view a.get-demo {
  color: #fff;
  padding: 0.625rem 0.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  height: 2.375rem;
  width: max-content;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  font: 500 0.75rem/1.125rem capitalize;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.header .mob-view a.get-demo:hover {
  background-color: #338ec8;
}
.header .mob-view button,
.header .mob-view a {
  cursor: pointer;
  font: 400 1rem/1.5rem uppercase;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0.375rem 0.25rem;
  color: #00051a;
  background: transparent;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header .mob-view button,
  .header .mob-view a {
    font: 400 0.875rem/1.3125rem uppercase;
    letter-spacing: 0.04em;
  }
}
.header .mob-view .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.header .mob-view .tab__content {
  max-height: 0;
  overflow: hidden;
}
.header .mob-view .tab__content .product-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .header .mob-view .tab__content .product-menu {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.header .mob-view .tab__content .product-menu .menu-section1,
.header .mob-view .tab__content .product-menu .menu-section2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header .mob-view .tab__content .product-menu .menu-section1 .link-sub,
.header .mob-view .tab__content .product-menu .menu-section2 .link-sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 576px) {
  .header .mob-view .tab__content .product-menu .menu-section1 .link-sub,
  .header .mob-view .tab__content .product-menu .menu-section2 .link-sub {
    gap: 0.5rem;
  }
}
.header .mob-view .tab__content .product-menu .menu-section1 picture img,
.header .mob-view .tab__content .product-menu .menu-section2 picture img {
  max-width: 15.11rem;
  max-height: 12.79rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .header .mob-view .tab__content .product-menu .menu-section1 picture,
  .header .mob-view .tab__content .product-menu .menu-section2 picture {
    display: none;
  }
}
.header .mob-view .tab__content .heading {
  font: 600 1.125rem/1.6875rem uppercase;
  letter-spacing: 0.04em;
  color: rgb(0, 5, 26);
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .header .mob-view .tab__content .heading {
    font: 700 0.75rem/1.125rem normal;
  }
}
.header .mob-view .tab__content .main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0.25rem;
}
.header .mob-view .tab__content .main::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  background: rgb(236, 236, 237);
  position: absolute;
  left: 0;
  top: 0;
}
.header .mob-view .tab__content .main a {
  cursor: pointer;
  font: 400 1rem/1.5rem normal;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: rgb(0, 5, 26);
}
.header .mob-view .tab__content .main a:hover {
  border-radius: 0.25rem;
  background: rgba(44, 108, 147, 0.2);
  font-weight: 500;
}
.header .mob-view .tab__content .main a .coming-soon {
  background: rgb(255, 245, 219);
  width: 7.19rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
  color: rgb(208, 125, 0);
  font: 500 0.875rem/1.3125rem;
  letter-spacing: 0.02em;
}
.header .mob-view .tab__content .main a .new-coming {
  background: rgb(207, 251, 229);
  width: 7.19rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
  color: rgb(26, 163, 93);
  font: 500 0.875rem/1.3125rem;
  letter-spacing: 0.02em;
}
.header .mob-view .tab__content .main a.disabled {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 576px) {
  .header .mob-view .tab__content .main a {
    font: 400 0.75rem/1.125rem normal;
    padding: 0.375rem 1rem;
  }
}
.header .mob-view .tab input:checked ~ .tab__label img {
  transform: rotate(180deg);
}
.header .mob-view .tab input:checked ~ .tab__content {
  max-height: max-content;
  padding: 0.5rem;
}
.header .mob-view .accordion {
  display: flex;
  flex-direction: column;
  color: black;
  border-radius: 0.5rem;
  overflow: hidden;
}
.header .mob-view .tab__label,
.header .mob-view .tab__close {
  display: flex;
  color: black;
  background: white;
  cursor: pointer;
}
.header .mob-view .tab__label {
  cursor: pointer;
  font: 400 1rem/1.5rem uppercase;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  padding: 0.375rem 0.25rem;
  color: #00051a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header .mob-view .tab__label {
    font: 400 0.875rem/1.3125rem uppercase;
    letter-spacing: 0.04em;
  }
}
.header .mob-view .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

#rc-anchor-container {
  transform: scale(0.9);
  transform-origin: 0 0;
}

.contact-us-section {
  padding: 3rem 5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
  border-radius: 1rem;
  background: rgb(248, 248, 248);
  box-shadow: 0 0.1875rem 0.5rem 0 rgba(35, 86, 118, 0.24);
}
@media (max-width: 992px) {
  .contact-us-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 2rem 3.75rem;
    gap: 2.5rem;
  }
}
@media (max-width: 576px) {
  .contact-us-section {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
}
.contact-us-section .section-1 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
}
@media (max-width: 992px) {
  .contact-us-section .section-1 {
    align-items: center;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .contact-us-section .section-1 {
    gap: 1rem;
  }
}
.contact-us-section .section-1 .heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
  text-align: left;
  color: rgb(98, 166, 208);
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .contact-us-section .section-1 .heading {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.contact-us-section .section-1 .description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 992px) {
  .contact-us-section .section-1 .description {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact-us-section .section-1 .description {
    display: none;
  }
}
.contact-us-section .section-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-us-section .section-2 .toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .toggle {
    gap: 0.5rem;
  }
}
.contact-us-section .section-2 .toggle .slash {
  width: 1.875rem;
  height: 0;
  transform: rotate(110deg);
  border: 0.0625rem solid rgb(236, 236, 237);
}
.contact-us-section .section-2 .toggle label {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgb(179, 177, 184);
  cursor: pointer;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .toggle label {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.contact-us-section .section-2 .toggle input:checked ~ label {
  font-weight: 500;
  color: rgb(35, 86, 118);
}
.contact-us-section .section-2 .toggle input {
  display: none;
}
.contact-us-section .section-2 form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 {
    gap: 0.5rem;
  }
}
.contact-us-section .section-2.customerInq #businessNameMain {
  display: none;
}
.contact-us-section .section-2.customerInq #businessName {
  display: none;
}
.contact-us-section .section-2.customerInq .row.dealer {
  display: none;
}
.contact-us-section .section-2.dealerInq #customerEmailMain {
  display: none;
}
.contact-us-section .section-2.dealerInq #customerEmail {
  display: none;
}
.contact-us-section .section-2.dealerInq .row.customer {
  display: none;
}
.contact-us-section .section-2 .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .row {
    gap: 0.5rem;
  }
}
.contact-us-section .section-2 input {
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(236, 236, 237);
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
  text-align: left;
  outline: none;
}
.contact-us-section .section-2 input:focus {
  border-color: rgb(99, 71, 244);
  box-shadow: 0 0 0 0.25rem rgba(194, 224, 242, 0.5);
}
@media (max-width: 576px) {
  .contact-us-section .section-2 input {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.contact-us-section .section-2 textarea {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(236, 236, 237);
  width: 100% !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
  text-align: left;
  outline: none;
  resize: none;
}
.contact-us-section .section-2 textarea:focus {
  border-color: rgb(99, 71, 244);
  box-shadow: 0 0 0 0.25rem rgba(194, 224, 242, 0.5);
}
@media (max-width: 576px) {
  .contact-us-section .section-2 textarea {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.contact-us-section .section-2 .submit {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.contact-us-section .section-2 .submit .rc-anchor {
  height: 3rem;
}
.contact-us-section .section-2 .submit .rc-anchor .rc-anchor-normal {
  height: 3rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .submit .rc-anchor {
    width: 7.5rem;
    height: 2rem;
  }
}
.contact-us-section .section-2 .submit picture img {
  width: 12.125rem;
  height: 3rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .submit picture img {
    width: 7.5rem;
    height: 2rem;
  }
}
.contact-us-section .section-2 .submit button {
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 3rem;
  width: 100%;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  font: 500 1rem/1.5rem capitalize;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.contact-us-section .section-2 .submit button:hover {
  background-color: #338ec8;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .submit button {
    max-width: 10.9375rem;
    height: 2rem;
    border-radius: 0.5rem;
  }
}

.response-submitted {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  border-radius: 1rem;
  background: rgb(248, 248, 248);
  box-shadow: 0 0.1875rem 0.5rem 0 rgba(35, 86, 118, 0.24);
  height: 28.5rem;
  padding: 3rem 5rem;
}
@media (max-width: 576px) {
  .response-submitted {
    gap: 1rem;
    height: auto;
    padding: 1rem 1.5rem;
  }
}
.response-submitted .heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: center;
  color: rgb(10, 156, 85);
}
@media (max-width: 576px) {
  .response-submitted .heading {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
.response-submitted .description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgb(111, 114, 129);
}
@media (max-width: 576px) {
  .response-submitted .description {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/Poppins-Regular.woff2") format("woff2"), url("../../../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/Poppins-Bold.woff2") format("woff2"), url("../../../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../../../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  height: 100vh;
  margin: 0;
  background-color: #ffffff;
  padding-top: 5rem;
  overflow-x: hidden;
}

.container {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 40rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 50rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 64rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 87.5rem;
  }
}
.container.main {
  overflow: hidden;
}
.container .main-content {
  padding: 3.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 1200px) {
  .container .main-content {
    gap: 7.5rem;
  }
}
@media (max-width: 992px) {
  .container .main-content {
    gap: 6.25rem;
  }
}
@media (max-width: 768px) {
  .container .main-content {
    gap: 5rem;
  }
}
@media (max-width: 576px) {
  .container .main-content {
    gap: 3rem;
    padding: 3rem 0;
  }
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .justify-content-between {
    justify-content: flex-start;
  }
}

.gap-105 {
  gap: 105px;
}
@media (max-width: 1400px) {
  .gap-105 {
    gap: 3px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .gap-105 {
    gap: 82px;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-26 {
  gap: 26px;
}
@media (max-width: 1400px) {
  .gap-26 {
    gap: 3px;
    flex-wrap: wrap;
  }
}

.align-items-center {
  align-items: center;
}

.hero-section .heading {
  font-family: Poppins;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.95rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgb(44, 108, 147);
}
@media (max-width: 768px) {
  .hero-section .heading {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}
@media (max-width: 576px) {
  .hero-section {
    display: none;
  }
}

.content-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .content-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.content-1 .section-1 {
  height: max-content;
  background: rgb(235, 244, 249);
  box-shadow: 0px 0.25rem 0.5rem 0.25rem rgba(35, 86, 118, 0.15);
  border-radius: 1.25rem;
  padding: 3.75rem 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-1 .section-1.animate {
  animation: fadeIn 1s ease-in-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.content-1 .section-1 picture img {
  max-width: 39rem;
  max-height: 31.8125rem;
  width: 100%;
  height: 100%;
}
.content-1 .section-2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
}
.content-1 .section-2 .heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: left;
  color: rgb(98, 166, 208);
}
.content-1 .section-2 .description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 576px) {
  .content-1 .section-2 .description {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.content-1 .section-2 a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: rgb(98, 166, 208);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.content-1 .section-2 a:hover {
  color: rgb(44, 108, 147);
  gap: 1rem;
}
.content-1 .section-2 a:hover svg path {
  fill: rgb(44, 108, 147);
}
.content-1 .section-2 a picture {
  height: 1.5rem;
}
@media (max-width: 576px) {
  .content-1 .section-2 a picture {
    height: 1rem;
  }
}
@media (max-width: 576px) {
  .content-1 .section-2 a {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .content-1 .section-2 {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .content-1 .section-2 {
    gap: 1.5rem;
  }
}

.features {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .features {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .features {
    gap: 0.5rem;
  }
}
.features .card {
  grid-column: span 4;
  padding: 1.5rem;
  height: 14.125rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1.25rem;
  box-shadow: 0px 0.125rem 0.125rem 0px rgba(35, 86, 118, 0.18);
  background: rgb(227, 241, 248);
}
.features .card picture img {
  height: 3rem;
  width: 3rem;
}
.features .card p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: left;
  color: rgb(35, 86, 118);
}
@media (max-width: 1200px) {
  .features .card p {
    font-size: 1.75rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 992px) {
  .features .card p {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .features .card p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: center;
    height: auto !important;
  }
}
@media (max-width: 576px) {
  .features .card p {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
@media (max-width: 992px) {
  .features .card {
    grid-column: span 6 !important;
  }
}
@media (max-width: 768px) {
  .features .card {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 576px) {
  .features .card {
    gap: 0;
    height: 8.25rem;
    padding: 1.5rem 0.5rem;
  }
}
.features .card.card-4 {
  grid-column: 2/span 5;
}
.features .card.card-5 {
  grid-column: 7/span 5;
}
@media (max-width: 576px) {
  .features .card.card-5 {
    grid-column: span 12 !important;
  }
}

.restaurant-types {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 768px) {
  .restaurant-types {
    gap: 2.5rem;
  }
}
@media (max-width: 576px) {
  .restaurant-types {
    gap: 1.5rem;
  }
}
.restaurant-types .heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgb(98, 166, 208);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .restaurant-types .heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .restaurant-types .heading {
    font-size: 1.75rem;
    line-height: 3.375rem;
  }
}
@media (max-width: 576px) {
  .restaurant-types .heading {
    font-size: 1.5rem;
    line-height: 1.66rem;
  }
}
.restaurant-types .action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.restaurant-types .action a {
  width: 18.5625rem;
  height: 4.5rem;
  padding: 1.125rem 1.5rem;
  gap: 0.5rem;
  border-radius: 1.125rem;
  background: rgb(44, 108, 147);
  box-shadow: 0px 0.09375rem 0.1875rem -0.09375rem rgba(35, 86, 118, 0.08);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgb(255, 255, 255);
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.restaurant-types .action a:hover {
  background-color: #338ec8;
}
@media (max-width: 992px) {
  .restaurant-types .action a {
    font-size: 1.25rem;
    line-height: 1.625rem;
    height: 3.25rem;
    padding: 0.625rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .restaurant-types .action a {
    font-size: 0.75rem;
    line-height: 1.125rem;
    height: 2rem;
    padding: 0.625rem 0.5rem;
    width: max-content;
    border-radius: 0.5rem;
  }
}
.restaurant-types .types {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
}
@media (max-width: 992px) {
  .restaurant-types .types {
    gap: 1.5rem;
  }
}
.restaurant-types .types .divide {
  grid-column: span 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .restaurant-types .types .divide {
    grid-column: span 15;
  }
}
.restaurant-types .types .divide .line {
  height: 100%;
  width: 0.125rem;
  background: rgb(227, 241, 248);
}
@media (max-width: 576px) {
  .restaurant-types .types .divide .line {
    grid-column: span 15;
    height: 0.0625rem;
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 576px) {
  .restaurant-types .types .divide:nth-child(4) {
    display: none;
  }
}
.restaurant-types .types .card {
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .restaurant-types .types .card {
    grid-column: span 7;
  }
}
@media (max-width: 768px) {
  .restaurant-types .types .card {
    grid-column: span 7;
  }
}
@media (max-width: 576px) {
  .restaurant-types .types .card {
    grid-column: span 15;
  }
}
.restaurant-types .types .card picture img {
  height: 5rem;
  width: 5rem;
}
@media (max-width: 768px) {
  .restaurant-types .types .card picture img {
    height: 3rem;
    width: 3rem;
  }
}
.restaurant-types .types .card p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: center;
  color: rgb(35, 86, 118);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .restaurant-types .types .card p {
    font-size: 1.75rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 576px) {
  .restaurant-types .types .card p {
    font-size: 1.5rem;
    line-height: 1.66rem;
  }
}
@media (max-width: 768px) {
  .restaurant-types .types .card {
    gap: 0.5rem;
  }
}
.restaurant-types .types .card.card-4 {
  grid-column: 2/span 5;
}
.restaurant-types .types .card.card-5 {
  grid-column: 7/span 5;
}
@media (max-width: 576px) {
  .restaurant-types .types .card.card-5 {
    grid-column: span 12 !important;
  }
}

.review {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .review {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .review {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .review .section-1 {
    grid-column: span 4;
  }
}
.review .section-1 p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgb(98, 166, 208);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .review .section-1 p {
    text-align: center;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 576px) {
  .review .section-1 p {
    font-size: 1.5rem;
    line-height: 1.66rem;
  }
}
@media (min-width: 768px) {
  .review .section-2 {
    grid-column: span 8;
  }
}
.review .section-2 .accordion-first-container {
  display: flex;
  flex-direction: column;
}
.review .section-2 .accordion-first-container .subdiv {
  display: flex;
  flex-direction: column;
}
.review .section-2 .accordion-first-container .demo-img {
  display: flex;
  width: 13.75rem;
}
.review .section-2 .accordion-first-container .demo-img picture {
  width: 6.25rem;
  height: 6.25rem;
}
.review .section-2 .accordion-first-container .demo-img picture img {
  width: 6.25rem;
  height: 6.25rem;
  background: rgb(234, 234, 234);
  border-radius: 50%;
}
@media (max-width: 576px) {
  .review .section-2 .accordion-first-container .demo-img picture img {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
}
.review .section-2 .accordion-first-container .demo-img picture:nth-child(2) img {
  position: relative;
  right: 40%;
}
.review .section-2 .accordion-first-container .demo-img picture:nth-child(3) img {
  position: relative;
  left: -80%;
}
.review .section-2 .accordion-first-container picture img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: rgb(234, 234, 234);
}
@media (max-width: 576px) {
  .review .section-2 .accordion-first-container picture img {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
}
.review .section-2 .accordion-first-container .ac-header {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .review .section-2 .accordion-first-container .ac-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.review .section-2 .accordion-first-container .ac .ac-trigger::after {
  content: "";
  top: 26%;
  right: 5%;
  background-image: url("/img/review-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.review .section-2 .accordion-first-container .ac-text {
  padding-left: 15.4375rem;
}
@media (max-width: 576px) {
  .review .section-2 .accordion-first-container .ac-text {
    padding-left: 0 !important;
  }
}
.review .section-2 .accordion-first-container .ac-sharky-text {
  padding-left: 7.9375rem;
}
@media (max-width: 576px) {
  .review .section-2 .accordion-first-container .ac-sharky-text {
    padding-left: 0 !important;
  }
}
.review .section-2 .accordion-first-container .ac.is-active > .ac-trigger::after {
  content: "" !important;
  position: absolute;
  top: 16%;
  transform: rotate(180deg) !important;
  opacity: 0.1 !important;
}
.review .section-2 .accordion-first-container .ac {
  display: block;
  transition: all 0.3s ease-in-out;
  background-color: rgb(235, 244, 249);
  opacity: 1 !important;
  padding: 2.5rem;
  position: relative;
  border-radius: 1.25rem;
  border: none !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgb(0, 5, 26) !important;
  border-bottom: 0.0625rem solid rgb(216, 233, 243) !important;
}
.review .section-2 .accordion-first-container .ac .ac-trigger {
  font-weight: normal !important;
  position: static !important;
}
.review .section-2 .accordion-first-container .is-active {
  background-color: white !important;
  box-shadow: 0 0.125rem 0.125rem 0 rgba(35, 86, 118, 0.18);
  border-radius: 1.25rem;
  overflow: hidden;
}
.review .section-2 .accordion-first-container .ac .ac-panel .ac-text {
  color: rgb(0, 5, 26) !important;
}
.review .section-2 .accordion-first-container .ac .ac-panel .ac-sharky-text {
  color: rgb(0, 5, 26) !important;
}
.review .section-2 .accordion-first-container .ac .ac-trigger {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.review .section-2 .accordion-first-container .ac-trigger-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.review .section-2 .accordion-first-container .name {
  font: 600 1.5rem/2.1875rem capitalize;
  text-transform: capitalize;
  text-align: left;
  color: rgb(56, 82, 98);
}
@media (max-width: 576px) {
  .review .section-2 .accordion-first-container .name {
    font: 700 1rem/1.5rem capitalize;
  }
}
.review .section-2 .accordion-first-container .description {
  margin: 0;
  padding-left: 0.0625rem;
  font: 400 1rem/1.5rem capitalize;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0.02em;
  color: rgb(98, 166, 208);
}
@media (max-width: 576px) {
  .review .section-2 .accordion-first-container .description {
    font: 400 0.75rem/1.125rem capitalize;
  }
}
.review .section-2 .accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.review .section-2 .accordion .tab {
  box-shadow: 0 0.125rem 0.125rem 0 rgba(35, 86, 118, 0.18);
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.review .section-2 .accordion .tab .tab__label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  cursor: pointer;
  padding: 2.5rem;
  background-color: rgb(235, 244, 249);
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab .tab__label {
    padding: 1.5rem;
  }
}
.review .section-2 .accordion .tab .tab__label .review-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .review .section-2 .accordion .tab .tab__label .review-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.review .section-2 .accordion .tab .tab__label .review-info .demo-img {
  display: flex;
  width: 13.75rem;
}
.review .section-2 .accordion .tab .tab__label .review-info .demo-img picture {
  width: 6.25rem;
  height: 6.25rem;
}
.review .section-2 .accordion .tab .tab__label .review-info .demo-img picture:nth-child(2) img {
  position: relative;
  right: 40%;
}
.review .section-2 .accordion .tab .tab__label .review-info .demo-img picture:nth-child(3) img {
  position: relative;
  left: -80%;
}
.review .section-2 .accordion .tab .tab__label .review-info picture {
  width: 6.25rem;
  height: 6.25rem;
}
.review .section-2 .accordion .tab .tab__label .review-info picture img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 0.0625rem solid rgb(194, 224, 242);
  flex-shrink: 0;
  background: rgb(234, 234, 234);
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab .tab__label .review-info picture img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab .tab__label .review-info picture {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.review .section-2 .accordion .tab .tab__label .review-info .name {
  font: 600 1.5rem/2.2rem capitalize;
  text-transform: capitalize;
  text-align: left;
  color: rgb(234, 234, 234);
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab .tab__label .review-info .name {
    font: 700 1rem/1.5rem capitalize;
  }
}
.review .section-2 .accordion .tab .tab__label .review-info .description {
  font: 400 1rem/1.5rem capitalize;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0.02em;
  color: rgb(98, 166, 208);
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab .tab__label .review-info .description {
    font: 400 0.75rem/1.125rem capitalize;
  }
}
.review .section-2 .accordion .tab .tab__label .review-arrow {
  height: 1.25rem;
  width: 1.25rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab .tab__label .review-arrow {
    height: 1rem;
    width: 1rem;
  }
}
.review .section-2 .accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.review .section-2 .accordion .tab input:checked ~ .tab__label {
  padding: 2.5rem 2.5rem 0.625rem;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab input:checked ~ .tab__label {
    padding: 1.5rem 1.5rem 0.625rem;
  }
}
.review .section-2 .accordion .tab input:checked ~ .tab__label .review-arrow {
  transform: rotate(180deg);
  opacity: 0.1;
}
.review .section-2 .accordion .tab input:checked ~ .tab__content {
  display: block;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .review .section-2 .accordion .tab input:checked ~ .tab__content {
    padding-left: 10rem;
  }
}
@media (max-width: 992px) {
  .review .section-2 .accordion .tab:first-child .tab__label .review-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.review .section-2 .accordion .tab:first-child .tab__content {
  padding-left: 17.5rem !important;
}
@media (max-width: 992px) {
  .review .section-2 .accordion .tab:first-child .tab__content {
    padding: 0 2.5rem 2.5rem 2.5rem !important;
  }
}
.review .section-2 .accordion .tab .tab__content {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: rgb(235, 244, 249);
  padding: 0 2.5rem 2.5rem 2.5rem;
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab .tab__content {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
.review .section-2 .accordion .tab .tab__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 576px) {
  .review .section-2 .accordion .tab .tab__content p {
    font: 400 0.875rem/1.3125rem left;
  }
}

.faqs {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 768px) {
  .faqs {
    gap: 3rem;
  }
}
.faqs .heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgb(98, 166, 208);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .faqs .heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .faqs .heading {
    font-size: 1.75rem;
    line-height: 3.375rem;
  }
}
@media (max-width: 576px) {
  .faqs .heading {
    font-size: 1.5rem;
    line-height: 1.66rem;
  }
}
.faqs .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
@media (max-width: 576px) {
  .faqs .accordion {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.faqs .accordion .subdiv {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 576px) {
  .faqs .accordion .subdiv {
    gap: 1.5rem;
  }
}
.faqs .accordion .subdiv .tab .tab__label {
  cursor: pointer;
  font: 400 1.5rem/2.25rem uppercase;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  padding: 0.5rem;
  color: #00051a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 0.0625rem solid rgb(216, 233, 243);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .faqs .accordion .subdiv .tab .tab__label {
    font: 400 1rem/1.5rem uppercase;
  }
}
.faqs .accordion .subdiv .tab .tab__label .plus {
  display: block;
}
.faqs .accordion .subdiv .tab .tab__label .minus {
  display: none;
}
.faqs .accordion .subdiv .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faqs .accordion .subdiv .tab input:checked ~ .tab__label {
  border: 0;
  background: rgba(194, 224, 242, 0.5);
}
.faqs .accordion .subdiv .tab input:checked ~ .tab__label .plus {
  display: none;
}
.faqs .accordion .subdiv .tab input:checked ~ .tab__label .minus {
  display: block;
}
.faqs .accordion .subdiv .tab input:checked ~ .tab__content {
  max-height: max-content;
  background: rgba(194, 224, 242, 0.5);
  padding: 0.625rem 0.5rem;
}
.faqs .accordion .subdiv .tab .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faqs .accordion .subdiv .tab .tab__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 768px) {
  .faqs .accordion .subdiv .tab .tab__content p {
    font: 400 0.75rem/1.125rem uppercase;
  }
}

/*# accordian-container */
.accordion-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 3rem;
  font-family: "Poppins", sans-serif !important;
}
.accordion-container .subdiv {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.accordion-container .is-active {
  background-color: rgba(194, 224, 242, 0.5) !important;
}
.accordion-container .ac .ac-panel .ac-text {
  color: rgb(0, 5, 26) !important;
}
.accordion-container .ac {
  display: block;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: none !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgb(0, 5, 26) !important;
  border-bottom: 0.0625rem solid rgb(216, 233, 243) !important;
}
.accordion-container .ac .ac-trigger {
  font: 400 1.5rem/2.25rem uppercase !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
}
.accordion-container .ac .ac-trigger:focus {
  color: rgb(0, 5, 26) !important;
}
.accordion-container .ac .ac-trigger::after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  color: #235676 !important;
  font-size: larger !important;
  font-weight: 250 !important;
}

@media (max-width: 576px) {
  .accordion-container {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

/*# sourceMappingURL=_index.css.map */
