/*
Theme Name: Exotic Auto Detailing
Theme URI: 
Author: Ali Usman
Description: Wordpress Theme
Version: 1.0.0
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.debug {
  position: fixed;
  top: 0px;
  left: 0px;
  color: crimson;
  margin: 0;
  padding: 3px;
  font-size: 12px;
  line-height: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999; }
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MAX"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1500px - Unlimited"; }

@media (max-width: 0px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MAX"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1500px - 0px"; } }

@media (max-width: 1499px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: XL"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1250px - 1499px"; } }

@media (max-width: 1249px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: LG"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 992px - 1249px"; } }

@media (max-width: 991px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MD"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 768px - 991px"; } }

@media (max-width: 767px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: SM"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 576px - 767px"; } }

@media (max-width: 575px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: XS"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 0px - 575px"; } }

.adminbar .debug {
  top: 32px; }
  @media (max-width: 991px) {
    .adminbar .debug {
      top: 0px;
      left: 120px; } }

@media (max-width: 991px) {
  #wpadminbar {
    display: none; }
  html#no {
    margin-top: 0 !important; } }

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 103px; }

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,
body {
  margin: 0;
  padding: 0;
  /* or your header height */ }

body {
  position: relative;
  padding-top: 105px; }
  @media (max-width: 991px) {
    body {
      padding-top: 90px; } }
  body.adminbar .header {
    top: 32px; }
    @media (max-width: 991px) {
      body.adminbar .header {
        top: 0; } }

.banner {
  background: linear-gradient(90deg, rgba(0, 143, 254, 0.7) 0.61%, #E6F4FF 52.47%);
  background-blend-mode: multiply; }
  @media (max-width: 991px) {
    .banner {
      background: linear-gradient(0deg, rgba(0, 143, 254, 0.7) 0.61%, #E6F4FF 52.47%); } }
  .banner .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    gap: 48px; }
    @media (max-width: 991px) {
      .banner .inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 0; } }
    .banner .inner .text-wrap {
      width: calc(50% - 24px);
      height: 100%;
      max-width: 600px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #fff;
      margin: auto 0;
      padding: 115px 16px;
      margin-left: auto; }
      @media (max-width: 991px) {
        .banner .inner .text-wrap {
          margin: 0;
          width: 100%;
          max-width: unset;
          padding: 40px 16px; } }
      .banner .inner .text-wrap .heading {
        margin-bottom: 24px; }
        .banner .inner .text-wrap .heading h1 {
          color: #0F0F0F;
          font-family: "Bricolage Grotesque", sans-serif;
          max-width: 80%;
          font-size: 64px;
          font-weight: 600;
          line-height: 100%; }
          @media (max-width: 991px) {
            .banner .inner .text-wrap .heading h1 {
              font-size: 48px; } }
          @media (max-width: 767px) {
            .banner .inner .text-wrap .heading h1 {
              font-size: 32px; } }
          @media (max-width: 575px) {
            .banner .inner .text-wrap .heading h1 {
              font-size: 28px; } }
      .banner .inner .text-wrap .description {
        margin-bottom: 32px; }
        .banner .inner .text-wrap .description p {
          font-size: 20px;
          font-family: "Montserrat", sans-serif;
          color: #0F0F0F; }
          @media (max-width: 991px) {
            .banner .inner .text-wrap .description p {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .banner .inner .text-wrap .description p {
              font-size: 14px; } }
        @media (max-width: 991px) {
          .banner .inner .text-wrap .description {
            margin-bottom: 24px; } }
      .banner .inner .text-wrap .button-wrap {
        display: flex;
        gap: 15px;
        margin-bottom: 32px; }
        @media (max-width: 991px) {
          .banner .inner .text-wrap .button-wrap {
            margin-bottom: 24px; } }
        .banner .inner .text-wrap .button-wrap .button {
          padding: 12px 30px;
          text-decoration: none;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          display: block;
          border-radius: 8px;
          transition: 0.2s all ease; }
          @media (max-width: 991px) {
            .banner .inner .text-wrap .button-wrap .button {
              font-size: 14px;
              padding: 8px 20px; } }
          @media (max-width: 767px) {
            .banner .inner .text-wrap .button-wrap .button {
              font-size: 12px;
              padding: 6px 15px; } }
          .banner .inner .text-wrap .button-wrap .button.outlined {
            background-color: transparent;
            border: 1px solid #0F0F0F;
            font-weight: 600;
            color: #0F0F0F; }
            .banner .inner .text-wrap .button-wrap .button.outlined:hover {
              background-color: #0F0F0F;
              color: white; }
          .banner .inner .text-wrap .button-wrap .button.white {
            background-color: #fff;
            font-weight: 600;
            color: #0F0F0F; }
            .banner .inner .text-wrap .button-wrap .button.white:hover {
              background-color: #60A5FA;
              color: white; }
      .banner .inner .text-wrap .ratings {
        display: flex;
        align-items: center; }
        .banner .inner .text-wrap .ratings .rating {
          display: flex;
          margin-right: 10px; }
          .banner .inner .text-wrap .ratings .rating svg {
            width: 20px;
            height: 20px;
            line-height: 100%;
            fill: #FFC107;
            stroke: #FFC107; }
        .banner .inner .text-wrap .ratings .reviews {
          line-height: 100%;
          font-family: "Montserrat", sans-serif;
          color: #0F0F0F; }
    .banner .inner .image-wrap {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      @media (max-width: 991px) {
        .banner .inner .image-wrap {
          margin: 0;
          width: 100%; } }
      .banner .inner .image-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(254, 254, 254, 0) 59.56%, rgba(254, 254, 254, 0.7) 100%); }
        @media (max-width: 991px) {
          .banner .inner .image-wrap::after {
            background: linear-gradient(180deg, rgba(254, 254, 254, 0) 59.56%, rgba(254, 254, 254, 0.7) 100%); } }
      .banner .inner .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute; }
        @media (max-width: 991px) {
          .banner .inner .image-wrap img {
            position: relative; } }
      .banner .inner .image-wrap .corner-text {
        position: absolute;
        bottom: 40px;
        left: -60px;
        display: inline-flex;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        z-index: 9;
        border-radius: 12px;
        border: 1px solid #016BBE;
        background: #008FFE;
        box-shadow: -4px 4px 25px 0px rgba(0, 0, 0, 0.25);
        max-width: 240px; }
        @media (max-width: 991px) {
          .banner .inner .image-wrap .corner-text {
            left: 20px;
            bottom: 20px;
            padding: 10px; } }
        .banner .inner .image-wrap .corner-text .image svg {
          stroke: #FFC107;
          fill: #FFC107;
          width: 35px;
          height: 35px; }
          @media (max-width: 991px) {
            .banner .inner .image-wrap .corner-text .image svg {
              width: 25px;
              height: 25px; } }
        .banner .inner .image-wrap .corner-text .text {
          font-size: 20px;
          font-style: normal;
          line-height: 100%;
          font-family: "Bricolage Grotesque", sans-serif;
          font-weight: 600;
          color: white; }
          @media (max-width: 991px) {
            .banner .inner .image-wrap .corner-text .text {
              font-size: 14px; } }
          .banner .inner .image-wrap .corner-text .text span {
            display: block;
            color: #D1D5DB;
            font-weight: normal; }

.header {
  background-color: #1E1E1E;
  padding: 28px 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header .inner {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center; }
    .header .inner .logo-wrap {
      width: 200px;
      height: auto; }
      @media (max-width: 991px) {
        .header .inner .logo-wrap {
          width: 150px; } }
      .header .inner .logo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 991px) {
      .header .inner .nav-wrap {
        position: absolute;
        top: -1000%;
        opacity: 0;
        right: 0;
        border-top: 1px solid #008FFE;
        background-color: #1E1E1E;
        padding: 20px;
        width: 100%; }
        .header .inner .nav-wrap.active {
          top: 88px;
          opacity: 1; } }
    .header .inner .nav-wrap .nav-inner {
      display: flex;
      align-items: center;
      gap: 32px; }
      @media (max-width: 991px) {
        .header .inner .nav-wrap .nav-inner {
          flex-direction: column; } }
      .header .inner .nav-wrap .nav-inner .nav-link {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        line-height: normal;
        transition: color 0.3s ease; }
        .header .inner .nav-wrap .nav-inner .nav-link:hover {
          color: #60A5FA; }
      .header .inner .nav-wrap .nav-inner .book-btn {
        display: flex;
        padding: 12px 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #FEFEFE;
        color: #0F0F0F;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
        text-decoration: none; }
    .header .inner .dropdown-btn {
      width: 25px;
      height: 25px;
      display: none; }
      @media (max-width: 991px) {
        .header .inner .dropdown-btn {
          display: block; } }
      .header .inner .dropdown-btn .bar-1,
      .header .inner .dropdown-btn .bar-2,
      .header .inner .dropdown-btn .bar-3 {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s; }
      .header .inner .dropdown-btn.active .bar-1 {
        transform: rotate(-45deg) translate(-5px, 6px); }
      .header .inner .dropdown-btn.active .bar-2 {
        opacity: 0; }
      .header .inner .dropdown-btn.active .bar-3 {
        transform: rotate(45deg) translate(-5px, -6px); }

.our-services {
  background-color: #f3f4f6;
  padding: 80px 16px; }
  @media (max-width: 767px) {
    .our-services {
      padding: 40px 16px; } }
  .our-services .inner {
    display: flex;
    max-width: 1400px;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center; }
    .our-services .inner .services-header {
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .our-services .inner .services-header {
          margin-bottom: 30px; } }
      .our-services .inner .services-header h2 {
        font-size: 48px;
        font-family: "Bricolage Grotesque", sans-serif;
        color: #0F0F0F;
        margin-bottom: 16px;
        text-align: center;
        font-weight: 600; }
        @media (max-width: 991px) {
          .our-services .inner .services-header h2 {
            font-size: 48px; } }
        @media (max-width: 767px) {
          .our-services .inner .services-header h2 {
            font-size: 32px; } }
      .our-services .inner .services-header p {
        font-size: 18px;
        color: #0F0F0F;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        max-width: 600px; }
        @media (max-width: 991px) {
          .our-services .inner .services-header p {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .our-services .inner .services-header p {
            font-size: 14px; } }
    .our-services .inner .services-list {
      display: flex;
      gap: 40px;
      width: 100%; }
      @media (max-width: 991px) {
        .our-services .inner .services-list {
          flex-direction: column;
          align-items: center;
          gap: 24px; } }
      .our-services .inner .services-list .service {
        background-color: #FEFEFE;
        display: flex;
        flex-direction: column;
        width: calc(100% / 3 - 20px);
        border-radius: 12px;
        box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
        border: 1px solid #008FFE; }
        @media (max-width: 991px) {
          .our-services .inner .services-list .service {
            width: 100%; } }
        .our-services .inner .services-list .service.most-popular {
          border-color: #FFF;
          background: #016BBE;
          transform: translateY(-20px);
          position: relative; }
          @media (max-width: 991px) {
            .our-services .inner .services-list .service.most-popular {
              transform: none; } }
          .our-services .inner .services-list .service.most-popular::after {
            content: "Popular";
            position: absolute;
            top: 30px;
            right: 30px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.3);
            font-family: "Bricolage Grotesque", sans-serif;
            color: white;
            font-size: 16px;
            padding: 6px 20px; }
          .our-services .inner .services-list .service.most-popular .type {
            color: #FFF; }
          .our-services .inner .services-list .service.most-popular .price {
            color: white; }
            .our-services .inner .services-list .service.most-popular .price span {
              color: white; }
          .our-services .inner .services-list .service.most-popular .short-description {
            color: #FFF; }
          .our-services .inner .services-list .service.most-popular .features .sub-title {
            color: #FFF; }
          .our-services .inner .services-list .service.most-popular .features .feature-group .feature span {
            color: #FFF; }
          .our-services .inner .services-list .service.most-popular .book-now .book-btn {
            background: #FFF;
            color: #0F0F0F; }
            .our-services .inner .services-list .service.most-popular .book-now .book-btn:hover {
              background-color: #e0e0e0; }
        .our-services .inner .services-list .service .icon {
          padding: 30px 30px 0 30px;
          display: flex;
          justify-content: center;
          margin-bottom: 16px;
          min-height: 80px; }
        .our-services .inner .services-list .service .type {
          font-family: "Bricolage Grotesque", sans-serif;
          color: #0F0F0F;
          text-align: center;
          padding: 0px 30px 0 30px;
          font-size: 20px;
          font-weight: 300;
          margin-bottom: 16px; }
          @media (max-width: 991px) {
            .our-services .inner .services-list .service .type {
              font-size: 18px; } }
          @media (max-width: 767px) {
            .our-services .inner .services-list .service .type {
              font-size: 16px; } }
        .our-services .inner .services-list .service .short-description {
          padding: 0px 30px 0 30px;
          margin-bottom: 16px;
          color: #0F0F0F;
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          font-weight: 400;
          text-align: center; }
          @media (max-width: 767px) {
            .our-services .inner .services-list .service .short-description {
              font-size: 12px; } }
        .our-services .inner .services-list .service .price {
          padding: 0px 30px 0 30px;
          font-family: "Montserrat", sans-serif;
          color: #0F0F0F;
          font-size: 20px;
          font-weight: 500;
          margin-bottom: 16px;
          display: flex;
          flex-direction: row;
          justify-content: center; }
          @media (max-width: 991px) {
            .our-services .inner .services-list .service .price {
              font-size: 18px; } }
          @media (max-width: 767px) {
            .our-services .inner .services-list .service .price {
              font-size: 16px; } }
          .our-services .inner .services-list .service .price p {
            display: flex;
            align-items: center; }
            .our-services .inner .services-list .service .price p span {
              color: #008FFE;
              font-family: "Bricolage Grotesque", sans-serif;
              font-size: 32px;
              font-style: normal;
              font-weight: 500;
              margin-left: 6px;
              line-height: 100%; }
              @media (max-width: 991px) {
                .our-services .inner .services-list .service .price p span {
                  font-size: 24px; } }
              @media (max-width: 767px) {
                .our-services .inner .services-list .service .price p span {
                  font-size: 20px; } }
        .our-services .inner .services-list .service .features {
          padding: 0px 30px 0px 30px;
          margin-bottom: 16px;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .our-services .inner .services-list .service .features .sub-title {
            color: #0F0F0F;
            font-family: "Bricolage Grotesque", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-bottom: 16px; }
            @media (max-width: 991px) {
              .our-services .inner .services-list .service .features .sub-title {
                font-size: 14px; } }
          .our-services .inner .services-list .service .features .feature-group {
            display: flex;
            flex-direction: column;
            gap: 8px; }
            .our-services .inner .services-list .service .features .feature-group .feature {
              display: flex;
              align-items: center;
              gap: 8px;
              margin-bottom: 8px; }
              @media (max-width: 991px) {
                .our-services .inner .services-list .service .features .feature-group .feature {
                  margin-bottom: 12px; } }
              .our-services .inner .services-list .service .features .feature-group .feature span {
                color: #0F0F0F;
                font-family: "Montserrat", sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                max-width: 300px; }
                @media (max-width: 991px) {
                  .our-services .inner .services-list .service .features .feature-group .feature span {
                    font-size: 12px; } }
              .our-services .inner .services-list .service .features .feature-group .feature svg {
                color: #008FFE;
                width: 20px;
                height: 20px; }
        .our-services .inner .services-list .service .book-now {
          padding: 0px 30px 30px 30px;
          margin-top: auto; }
          .our-services .inner .services-list .service .book-now .book-btn {
            display: flex;
            padding: 12px 30px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 8px;
            background: #008FFE;
            color: #fff;
            font-weight: 500;
            font-family: "Montserrat", sans-serif;
            text-decoration: none;
            transition: 0.3s background-color ease; }
            .our-services .inner .services-list .service .book-now .book-btn:hover {
              background-color: #006bbf; }

section.image-card-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 16px;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    section.image-card-section {
      padding: 40px 16px; } }
  section.image-card-section .inner {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    section.image-card-section .inner .heading {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 48px;
      font-weight: 600;
      text-transform: capitalize;
      color: #0F0F0F;
      text-align: center;
      margin-bottom: 30px;
      line-height: 100%; }
      @media (max-width: 991px) {
        section.image-card-section .inner .heading {
          font-size: 36px;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        section.image-card-section .inner .heading {
          font-size: 32px; } }
    section.image-card-section .inner .text {
      font-size: 20px;
      color: #0F0F0F;
      line-height: 100%;
      font-family: "Montserrat", sans-serif;
      text-align: center;
      margin-bottom: 40px;
      max-width: 570px; }
      @media (max-width: 991px) {
        section.image-card-section .inner .text {
          font-size: 16px;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        section.image-card-section .inner .text {
          font-size: 14px; } }
    section.image-card-section .inner .cards-wrap {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 991px) {
        section.image-card-section .inner .cards-wrap {
          gap: 30px;
          justify-content: center; } }
      @media (max-width: 767px) {
        section.image-card-section .inner .cards-wrap {
          justify-content: center;
          gap: 20px; } }
      section.image-card-section .inner .cards-wrap .card {
        width: calc(33.33% - 27px);
        border: 1px solid #008FFE;
        padding: 20px;
        border-radius: 12px; }
        @media (max-width: 991px) {
          section.image-card-section .inner .cards-wrap .card {
            width: calc(50% - 15px); } }
        @media (max-width: 767px) {
          section.image-card-section .inner .cards-wrap .card {
            width: 100%;
            max-width: 450px; } }
        section.image-card-section .inner .cards-wrap .card .heading {
          font-size: 24px; }
          @media (max-width: 991px) {
            section.image-card-section .inner .cards-wrap .card .heading {
              font-size: 20px; } }
        section.image-card-section .inner .cards-wrap .card img {
          width: 100%;
          border-radius: 12px;
          aspect-ratio: 0.82;
          object-fit: cover;
          object-position: center center; }

section.multiple-card-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    section.multiple-card-slider {
      padding: 40px 20px; } }
  section.multiple-card-slider .inner {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 16px; }
    section.multiple-card-slider .inner .heading {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 48px;
      font-weight: 600;
      text-transform: capitalize;
      color: #0F0F0F;
      text-align: center;
      margin-bottom: 30px;
      line-height: 100%; }
      @media (max-width: 991px) {
        section.multiple-card-slider .inner .heading {
          font-size: 36px;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        section.multiple-card-slider .inner .heading {
          font-size: 32px; } }
    section.multiple-card-slider .inner .text {
      font-size: 20px;
      color: #0F0F0F;
      line-height: 100%;
      font-family: "Montserrat", sans-serif;
      text-align: center;
      margin-bottom: 25px;
      max-width: 570px; }
      @media (max-width: 991px) {
        section.multiple-card-slider .inner .text {
          font-size: 16px;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        section.multiple-card-slider .inner .text {
          font-size: 14px; } }
    section.multiple-card-slider .inner .slider-wrap {
      width: 100%; }
      section.multiple-card-slider .inner .slider-wrap .glide .glide__slides {
        align-items: stretch; }
        section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide {
          height: auto;
          padding: 15px; }
          section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap {
            padding: 30px;
            border-radius: 12px;
            border: 1px solid #008FFE;
            box-shadow: 4px 4px 20px 0 #0091ff40;
            height: 100%;
            display: flex;
            flex-direction: column; }
            @media (max-width: 767px) {
              section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap {
                max-width: 550px;
                margin: 0 auto;
                padding: 20px; } }
            section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .rating-wrap {
              margin-bottom: 40px;
              display: flex;
              gap: 5px; }
              @media (max-width: 991px) {
                section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .rating-wrap {
                  margin-bottom: 30px; } }
              @media (max-width: 767px) {
                section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .rating-wrap {
                  margin-bottom: 20px; } }
              section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .rating-wrap .rating svg {
                width: 24px;
                height: 22px;
                fill: #FFC107; }
                @media (max-width: 767px) {
                  section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .rating-wrap .rating svg {
                    width: 20px;
                    height: 18px; } }
            section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .text-wrap {
              padding-bottom: 20px; }
              section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .text-wrap .text {
                font-size: 16px;
                text-align: left;
                margin-bottom: 0; }
                @media (max-width: 767px) {
                  section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .text-wrap .text {
                    font-size: 14px; } }
            section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .about-wrap {
              margin-top: auto;
              border-top: 1px solid #0091ff99;
              padding-top: 15px; }
              section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .about-wrap .name {
                font-family: "Bricolage Grotesque", sans-serif;
                font-size: 20px;
                font-weight: 500;
                color: #0F0F0F;
                margin-bottom: 15px; }
                @media (max-width: 991px) {
                  section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .about-wrap .name {
                    font-size: 16px; } }
                @media (max-width: 767px) {
                  section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .about-wrap .name {
                    font-size: 14px;
                    margin-bottom: 10px; } }
              section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .about-wrap .address {
                font-size: 16px;
                color: #0F0F0F;
                line-height: 100%;
                font-family: "Montserrat", sans-serif;
                font-weight: 500;
                font-style: italic; }
                @media (max-width: 767px) {
                  section.multiple-card-slider .inner .slider-wrap .glide .glide__slides .glide__slide .content-wrap .about-wrap .address {
                    font-size: 14px; } }
      section.multiple-card-slider .inner .slider-wrap .glide .glide__arrows .glide__arrow {
        background-color: #008FFE;
        border-radius: 50%;
        padding: 12px 14px;
        aspect-ratio: 1;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none; }
        @media (max-width: 575px) {
          section.multiple-card-slider .inner .slider-wrap .glide .glide__arrows .glide__arrow {
            display: none; } }
        section.multiple-card-slider .inner .slider-wrap .glide .glide__arrows .glide__arrow svg {
          width: 8px;
          height: 16px; }
      section.multiple-card-slider .inner .slider-wrap .glide .glide__arrows .glide__arrow--left {
        left: -3em; }
        @media (max-width: 767px) {
          section.multiple-card-slider .inner .slider-wrap .glide .glide__arrows .glide__arrow--left {
            left: -1.5em; } }
      section.multiple-card-slider .inner .slider-wrap .glide .glide__arrows .glide__arrow--right {
        right: -3em; }
        @media (max-width: 767px) {
          section.multiple-card-slider .inner .slider-wrap .glide .glide__arrows .glide__arrow--right {
            right: -1.5em; } }

section.single-card-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 16px; }
  section.single-card-section .inner {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    section.single-card-section .inner .card-wrap {
      display: flex;
      background-color: #016BBE;
      border-radius: 12px;
      overflow: hidden;
      align-items: stretch;
      width: 100%; }
      @media (max-width: 767px) {
        section.single-card-section .inner .card-wrap {
          flex-direction: column; } }
      section.single-card-section .inner .card-wrap .left {
        width: 50%;
        padding: 40px 60px; }
        @media (max-width: 991px) {
          section.single-card-section .inner .card-wrap .left {
            padding: 30px 40px; } }
        @media (max-width: 767px) {
          section.single-card-section .inner .card-wrap .left {
            width: 100%;
            padding: 20px 30px; } }
        section.single-card-section .inner .card-wrap .left .heading {
          font-family: "Bricolage Grotesque", sans-serif;
          font-size: 48px;
          font-weight: 500;
          text-transform: capitalize;
          color: #0F0F0F;
          margin-bottom: 30px;
          line-height: 100%;
          color: #ffffff; }
          @media (max-width: 991px) {
            section.single-card-section .inner .card-wrap .left .heading {
              font-size: 36px;
              margin-bottom: 20px; } }
          @media (max-width: 767px) {
            section.single-card-section .inner .card-wrap .left .heading {
              font-size: 32px; } }
        section.single-card-section .inner .card-wrap .left .points-wrap {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          @media (max-width: 991px) {
            section.single-card-section .inner .card-wrap .left .points-wrap {
              gap: 15px; } }
          section.single-card-section .inner .card-wrap .left .points-wrap .point {
            display: flex;
            gap: 10px; }
            section.single-card-section .inner .card-wrap .left .points-wrap .point svg {
              width: 18px;
              height: 18px; }
            section.single-card-section .inner .card-wrap .left .points-wrap .point span {
              font-size: 16px;
              color: #0F0F0F;
              line-height: 100%;
              font-family: "Montserrat", sans-serif;
              color: white; }
              @media (max-width: 991px) {
                section.single-card-section .inner .card-wrap .left .points-wrap .point span {
                  font-size: 16px; } }
              @media (max-width: 767px) {
                section.single-card-section .inner .card-wrap .left .points-wrap .point span {
                  font-size: 14px; } }
      section.single-card-section .inner .card-wrap .right {
        width: 50%;
        height: auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 767px) {
          section.single-card-section .inner .card-wrap .right {
            min-height: 300px;
            width: 100%; } }

.contact-form {
  padding: 80px 16px 20px; }
  @media (max-width: 991px) {
    .contact-form {
      padding: 40px 16px; } }
  .contact-form .contact-form-header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
    .contact-form .contact-form-header h2 {
      color: #0F0F0F;
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 48px;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .contact-form .contact-form-header h2 {
          font-size: 48px; } }
      @media (max-width: 767px) {
        .contact-form .contact-form-header h2 {
          font-size: 32px; } }
    .contact-form .contact-form-header p {
      color: #000;
      max-width: 600px;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 991px) {
        .contact-form .contact-form-header p {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .contact-form .contact-form-header p {
          font-size: 14px; } }
  .contact-form .inner {
    max-width: 1400px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 12px;
    background: #FFF;
    padding: 40px;
    margin: 0 auto;
    gap: 60px; }
    @media (max-width: 991px) {
      .contact-form .inner {
        flex-direction: column;
        padding: 20px; } }
    .contact-form .inner .text-wrap {
      width: 100%;
      max-width: calc(40% - 30px);
      display: flex;
      flex-direction: column; }
      @media (max-width: 991px) {
        .contact-form .inner .text-wrap {
          max-width: 100%; } }
      .contact-form .inner .text-wrap h3 {
        color: #0F0F0F;
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px; }
      .contact-form .inner .text-wrap .info-wrap {
        display: flex;
        flex-direction: column;
        gap: 24px; }
        @media (max-width: 991px) {
          .contact-form .inner .text-wrap .info-wrap {
            flex-direction: row;
            width: 100%;
            flex-wrap: wrap;
            margin-bottom: 20px; }
            .contact-form .inner .text-wrap .info-wrap .info {
              width: 100%; } }
        .contact-form .inner .text-wrap .info-wrap .info {
          display: flex;
          gap: 10px;
          align-items: center; }
          .contact-form .inner .text-wrap .info-wrap .info svg {
            width: 25px;
            height: 25px; }
          .contact-form .inner .text-wrap .info-wrap .info .text h4 {
            color: #000;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            line-height: normal; }
            @media (max-width: 991px) {
              .contact-form .inner .text-wrap .info-wrap .info .text h4 {
                font-size: 14px; } }
          .contact-form .inner .text-wrap .info-wrap .info .text p {
            color: #000;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            line-height: normal; }
            @media (max-width: 991px) {
              .contact-form .inner .text-wrap .info-wrap .info .text p {
                font-size: 12px; } }
      .contact-form .inner .text-wrap .socials {
        display: flex;
        gap: 16px;
        margin-top: auto;
        padding-top: 20px; }
        @media (max-width: 991px) {
          .contact-form .inner .text-wrap .socials {
            flex-wrap: wrap; } }
        .contact-form .inner .text-wrap .socials a {
          color: #008FFE;
          transition: color 0.3s ease;
          width: fit-content;
          height: auto; }
          .contact-form .inner .text-wrap .socials a img {
            width: 25px;
            height: 25px; }
    .contact-form .inner .contact-form-wrap {
      width: 100%;
      max-width: calc(60% - 30px);
      display: flex;
      flex-direction: column;
      gap: 16px;
      border-radius: 12px;
      background: linear-gradient(243deg, rgba(0, 143, 254, 0.3) 0%, rgba(230, 244, 255, 0.3) 100%);
      box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
      padding: 40px; }
      @media (max-width: 991px) {
        .contact-form .inner .contact-form-wrap {
          max-width: 100%;
          padding: 20px; } }
      .contact-form .inner .contact-form-wrap h3 {
        color: #0F0F0F;
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: normal; }
      .contact-form .inner .contact-form-wrap .wpforms-container {
        width: 100%;
        margin: 0; }
        .contact-form .inner .contact-form-wrap .wpforms-container label {
          color: #000;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: normal; }
        .contact-form .inner .contact-form-wrap .wpforms-container input,
        .contact-form .inner .contact-form-wrap .wpforms-container textarea,
        .contact-form .inner .contact-form-wrap .wpforms-container select {
          background-color: transparent;
          border-radius: 6px;
          font-family: "Bricolage Grotesque", sans-serif; }
        .contact-form .inner .contact-form-wrap .wpforms-container input[type="number"]::-webkit-outer-spin-button,
        .contact-form .inner .contact-form-wrap .wpforms-container input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .contact-form .inner .contact-form-wrap .wpforms-container input[type="number"] {
          -moz-appearance: textfield; }
        @media (max-width: 991px) {
          .contact-form .inner .contact-form-wrap .wpforms-container .wpforms-one-half {
            width: 100%; } }
        @media (max-width: 991px) {
          .contact-form .inner .contact-form-wrap .wpforms-container #wpforms-85-field_7-container {
            margin: 0; } }
        .contact-form .inner .contact-form-wrap .wpforms-container .wpforms-submit {
          background-color: #008FFE;
          color: #FFF;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 500;
          padding: 12px 24px;
          border-radius: 6px;
          border: none;
          cursor: pointer;
          transition: background-color 0.3s ease;
          width: 100%; }
          .contact-form .inner .contact-form-wrap .wpforms-container .wpforms-submit:hover {
            background-color: #005BB5; }
      @media (max-width: 991px) {
        .contact-form .inner .contact-form-wrap {
          max-width: 100%; } }

.contact-form-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px; }
  .contact-form-popup .inner {
    background-color: #FFF;
    max-width: 800px;
    border-radius: 12px;
    width: 100%; }
    .contact-form-popup .inner .close-btn {
      width: 25px;
      height: 25px;
      background-color: transparent;
      border: none;
      position: absolute;
      cursor: pointer;
      top: 20px;
      right: 20px; }
      .contact-form-popup .inner .close-btn .bar-1,
      .contact-form-popup .inner .close-btn .bar-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        background-color: #000;
        border-radius: 2px;
        transform-origin: center;
        transition: transform 0.4s ease;
        pointer-events: none; }
      .contact-form-popup .inner .close-btn .bar-1 {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .contact-form-popup .inner .close-btn .bar-2 {
        transform: translate(-50%, -50%) rotate(45deg); }
    .contact-form-popup .inner .contact-form-wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 16px;
      border-radius: 12px;
      background: linear-gradient(243deg, rgba(0, 143, 254, 0.3) 0%, rgba(230, 244, 255, 0.3) 100%);
      box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
      padding: 40px; }
      @media (max-width: 991px) {
        .contact-form-popup .inner .contact-form-wrap {
          max-width: 100%;
          padding: 20px; } }
      .contact-form-popup .inner .contact-form-wrap h3 {
        color: #0F0F0F;
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: normal; }
      .contact-form-popup .inner .contact-form-wrap .wpforms-container {
        width: 100%;
        margin: 0; }
        .contact-form-popup .inner .contact-form-wrap .wpforms-container label {
          color: #000;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: normal; }
        .contact-form-popup .inner .contact-form-wrap .wpforms-container input,
        .contact-form-popup .inner .contact-form-wrap .wpforms-container textarea,
        .contact-form-popup .inner .contact-form-wrap .wpforms-container select {
          background-color: transparent;
          border-radius: 6px;
          font-family: "Bricolage Grotesque", sans-serif; }
        .contact-form-popup .inner .contact-form-wrap .wpforms-container input[type="number"]::-webkit-outer-spin-button,
        .contact-form-popup .inner .contact-form-wrap .wpforms-container input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .contact-form-popup .inner .contact-form-wrap .wpforms-container input[type="number"] {
          -moz-appearance: textfield; }
        @media (max-width: 991px) {
          .contact-form-popup .inner .contact-form-wrap .wpforms-container .wpforms-one-half {
            width: 100%; } }
        @media (max-width: 991px) {
          .contact-form-popup .inner .contact-form-wrap .wpforms-container #wpforms-85-field_7-container {
            margin: 0; } }
        .contact-form-popup .inner .contact-form-wrap .wpforms-container .wpforms-submit {
          background-color: #008FFE;
          color: #FFF;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 500;
          padding: 12px 24px;
          border-radius: 6px;
          border: none;
          cursor: pointer;
          transition: background-color 0.3s ease;
          width: 100%; }
          .contact-form-popup .inner .contact-form-wrap .wpforms-container .wpforms-submit:hover {
            background-color: #005BB5; }
      @media (max-width: 991px) {
        .contact-form-popup .inner .contact-form-wrap {
          max-width: 100%; } }

.footer {
  background-color: #1E1E1E;
  padding: 27px 16px; }
  .footer .inner {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    align-items: center; }
    @media (max-width: 991px) {
      .footer .inner {
        gap: 20px;
        align-items: flex-start; } }
    .footer .inner .wrap {
      width: 100%;
      display: flex;
      align-items: center;
      max-width: 60%;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .footer .inner .wrap {
          max-width: 50%;
          gap: 20px;
          flex-direction: column;
          align-items: flex-start; } }
      .footer .inner .wrap .footer-logo-wrap {
        width: 200px;
        height: auto; }
        @media (max-width: 991px) {
          .footer .inner .wrap .footer-logo-wrap {
            width: 150px; } }
        .footer .inner .wrap .footer-logo-wrap img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .footer .inner .wrap .footer-copyright {
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        text-align: center; }
        @media (max-width: 991px) {
          .footer .inner .wrap .footer-copyright {
            font-size: 12px; } }
    .footer .inner .footer-links {
      display: flex;
      flex-direction: row;
      gap: 24px;
      width: 100%;
      max-width: 40%;
      justify-content: right; }
      @media (max-width: 991px) {
        .footer .inner .footer-links {
          flex-direction: column;
          align-items: center;
          max-width: 50%;
          gap: 20px;
          align-items: flex-end; } }
      .footer .inner .footer-links a {
        color: #FFF;
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
        font-size: 16px; }
        .footer .inner .footer-links a:hover {
          text-decoration: underline; }

table.xdebug-error.xe-warning {
  display: none; }

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