:root {
  --bg-primary: #0b5fa5;
  --bg-primary-dark: #08406f;
  --bg-navy: #062a4d;
  --bg-orange: #f58220;
  --bg-orange-dark: #d96c0c;
  --bg-light-blue: #eaf4fc;
  --bg-soft-gray: #f6f8fa;
}

html,
body {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
  color: #1c2b3a;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

.container,
.container-fluid {
  overflow: visible !important;
}

h1,
h2,
h3,
h4,
.brand-font {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

/* Buttons */
.btn-brand {
  background: var(--bg-primary);
  border-color: var(--bg-primary);
  color: #fff;
}

.btn-brand:hover {
  background: var(--bg-primary-dark);
  border-color: var(--bg-primary-dark);
  color: #fff;
}

.btn-outline-brand {
  border-color: var(--bg-primary);
  color: var(--bg-primary);
}

.btn-outline-brand:hover {
  background: var(--bg-primary);
  color: #fff;
}

.btn-orange {
  background: var(--bg-orange);
  border-color: var(--bg-orange);
  color: #fff;
}

.btn-orange:hover {
  background: var(--bg-orange-dark);
  border-color: var(--bg-orange-dark);
  color: #fff;
}

/* Background Colors */
.bg-brand {
  background: var(--bg-primary) !important;
}

.bg-navy {
  background: var(--bg-navy) !important;
}

.bg-light-blue {
  background: var(--bg-light-blue) !important;
}

.bg-soft-gray {
  background: var(--bg-soft-gray) !important;
}

/* Text Colors */
.text-brand {
  color: var(--bg-primary) !important;
}

.text-orange {
  color: var(--bg-orange) !important;
}

.text-navy {
  color: var(--bg-navy) !important;
}

/* Normal Header */
.sticky-header {
    position: relative;
    width: 100%;
    z-index: 1030;
    background: #fff;
    transition: all 0.3s ease;
}

/* Sticky after scrolling */
.sticky-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.3s ease;
}

/* Smooth sticky animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Prevent page jump when header becomes fixed */
body.header-sticky-active {
    padding-top: 76px !important;
}
/* ================================
   LPG HERO
================================ */

.gas-hero {
  position: relative;
  overflow: hidden;
  padding: 75px 0 80px;
  background: #f7f9fc;
}

/* soft background decoration */

.gas-hero::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(20, 121, 201, 0.07);
  top: -250px;
  right: -160px;
}

.gas-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.06);
  bottom: -180px;
  left: -100px;
}

.gas-hero .container {
  position: relative;
  z-index: 2;
}

/* ================================
   LEFT CONTENT
================================ */

.gas-hero-content {
  max-width: 650px;
}

.gas-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px 7px 8px;
  margin-bottom: 20px;
  border: 1px solid rgba(245, 130, 32, 0.2);
  border-radius: 50px;
  background: #fff;
  color: #1479c9;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 5px 20px rgba(20, 121, 201, 0.07);
}

.gas-label-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f58220;
  color: #fff;
  font-size: 13px;
}

.gas-hero h1 {
  margin: 0 0 20px;
  color: #12263a;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.gas-hero h1 span {
  display: block;
  color: #1479c9;
}

.gas-description {
  max-width: 570px;
  margin-bottom: 28px;
  color: #66788a;
  font-size: 17px;
  line-height: 1.75;
}

/* ================================
   BUTTONS
================================ */

.gas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.gas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.gas-btn-primary {
  color: #fff;
  background: #1479c9;
  box-shadow: 0 10px 25px rgba(20, 121, 201, 0.2);
}

.gas-btn-primary:hover {
  color: #fff;
  background: #0e66ac;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(20, 121, 201, 0.25);
}

.gas-btn-secondary {
  color: #12263a;
  background: #fff;
  border: 1px solid #e1e7ed;
}

.gas-btn-secondary:hover {
  color: #1479c9;
  border-color: #1479c9;
  transform: translateY(-2px);
}

/* ================================
   CONTACT LINK
================================ */

.gas-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #647789;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s ease;
}

.gas-contact-link span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf4fc;
  color: #1479c9;
}

.gas-contact-link > i {
  margin-left: 3px;
  font-size: 11px;
}

.gas-contact-link:hover {
  color: #1479c9;
}

/* ================================
   FEATURES
================================ */

.gas-features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid #e3e8ed;
}

.gas-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gas-feature-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #eaf4fc;
  color: #1479c9;
}

.gas-feature strong {
  display: block;
  color: #25394d;
  font-size: 12px;
  line-height: 1.3;
}

.gas-feature small {
  display: block;
  margin-top: 2px;
  color: #8a98a6;
  font-size: 10px;
}

/* ================================
   IMAGE AREA
================================ */

.gas-hero-visual {
  position: relative;
  max-width: 620px;
  margin-left: auto;
  padding: 12px;
}

.gas-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow:
    0 25px 60px rgba(25, 55, 85, 0.14),
    0 5px 15px rgba(25, 55, 85, 0.06);
}

.gas-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.gas-image-wrap:hover img {
  transform: scale(1.02);
}

.gas-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 35, 60, 0) 60%,
    rgba(10, 35, 60, 0.18) 100%
  );
  pointer-events: none;
}

/* ================================
   FLOATING CARDS
================================ */

.gas-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 15px 35px rgba(20, 45, 70, 0.14);
  z-index: 3;
}

.gas-delivery-card {
  left: -18px;
  bottom: 42px;
  padding: 13px 17px;
}

.gas-floating-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff1e7;
  color: #f58220;
}

.gas-floating-card strong {
  display: block;
  color: #20364a;
  font-size: 13px;
}

.gas-floating-card small {
  display: block;
  margin-top: 2px;
  color: #8a98a6;
  font-size: 10px;
}

.gas-safe-card {
  right: -12px;
  top: 38px;
  padding: 10px 15px;
  color: #24754b;
  font-size: 12px;
  font-weight: 700;
}

.gas-safe-card i {
  font-size: 18px;
}

/* ================================
   TABLET
================================ */

@media (max-width: 991.98px) {
  .gas-hero {
    padding: 55px 0 65px;
  }

  .gas-hero-content {
    max-width: 100%;
  }

  .gas-hero-visual {
    max-width: 700px;
    margin: 15px auto 0;
  }

  .gas-image-wrap img {
    height: 420px;
  }

  .gas-delivery-card {
    left: 10px;
  }

  .gas-safe-card {
    right: 10px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 575.98px) {
  .gas-hero {
    padding: 40px 0 50px;
  }

  .gas-label {
    font-size: 11px;
    padding-right: 11px;
  }

  .gas-label-icon {
    width: 27px;
    height: 27px;
  }

  .gas-hero h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .gas-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .gas-actions {
    flex-direction: column;
  }

  .gas-btn {
    width: 100%;
  }

  .gas-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .gas-hero-visual {
    padding: 5px;
    margin-top: 25px;
  }

  .gas-image-wrap {
    border-radius: 18px;
  }

  .gas-image-wrap img {
    height: 300px;
  }

  .gas-floating-card {
    position: relative;
  }

  .gas-delivery-card {
    left: 12px;
    bottom: auto;
    width: max-content;
    margin-top: -35px;
  }

  .gas-safe-card {
    display: none;
  }
}

/* =========================================
   ABOUT AGENCY SECTION
========================================= */

.agency-about {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: #ffffff;
}

.agency-about::before {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    background: rgba(20, 121, 201, 0.045);

    left: -180px;
    bottom: -180px;
}

.agency-about .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   IMAGE AREA
========================================= */

.agency-about-visual {
    position: relative;
    padding: 0 25px 25px 0;
}

.agency-about-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #f2f5f8;
    box-shadow: 0 25px 60px rgba(25, 55, 85, 0.12);
}

.agency-about-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10, 40, 70, 0) 55%,
        rgba(10, 40, 70, 0.25) 100%
    );
    pointer-events: none;
}

.agency-about-image img {
    width: 100%;
    height: auto;
    max-height: 520px;
    display: block;
    object-fit: contain;
    transition: transform 0.6s ease;
}

.agency-about-image:hover img {
    transform: scale(1.03);
}

/* =========================================
   EXPERIENCE CARD
========================================= */

.agency-experience {
    position: absolute;

    left: -5px;
    bottom: 0;

    display: flex;
    align-items: center;

    gap: 14px;

    padding: 17px 22px;

    background: #ffffff;

    border-radius: 15px;

    box-shadow:
        0 15px 40px rgba(20, 45, 70, 0.16);
}

.agency-experience-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #fff1e7;

    color: #f58220;

    font-size: 20px;
}

.agency-experience strong {
    display: block;

    color: #20364a;

    font-size: 15px;

    font-weight: 750;
}

.agency-experience span {
    display: block;

    margin-top: 4px;

    color: #7b8997;

    font-size: 12px;

    line-height: 1.4;
}


/* =========================================
   IMAGE LABEL
========================================= */

.agency-image-label {
    position: absolute;

    right: 0;
    top: 35px;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 11px 16px;

    border-radius: 10px;

    background: #1479c9;

    color: #ffffff;

    font-size: 13px;

    font-weight: 750;

    box-shadow:
        0 10px 25px rgba(20, 121, 201, 0.25);
}

.agency-image-label i {
    font-size: 14px;
}


/* =========================================
   CONTENT
========================================= */

.agency-about-content {
    padding-left: 20px;
}

.agency-heading-label {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 16px;

    color: #f58220;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.4px;
}

.agency-heading-label span {
    width: 32px;
    height: 3px;

    display: block;

    border-radius: 5px;

    background: #f58220;
}


/* =========================================
   MAIN HEADING
========================================= */

.agency-about h2 {
    margin: 0 0 20px;

    color: #12263a;

    font-size: 30px;

    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -1px;
}

.agency-about h2 span {
    display: block;

    color: #1479c9;
}


/* =========================================
   INTRO TEXT
========================================= */

.agency-intro {
    max-width: 600px;

    margin-bottom: 25px;

    color: #5f7181;

    font-size: 17px;

    line-height: 1.8;
}

.agency-line {
    width: 60px;
    height: 3px;

    margin-bottom: 26px;

    border-radius: 5px;

    background: #f58220;
}


/* =========================================
   FEATURE LIST
========================================= */

.agency-feature-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 14px;
}

.agency-feature-item {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    padding: 17px;

    border: 1px solid #e7edf2;

    border-radius: 13px;

    background: #fafbfd;

    transition: all 0.25s ease;
}

.agency-feature-item:hover {
    border-color: rgba(20, 121, 201, 0.18);

    background: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(20, 50, 80, 0.07);
}


/* =========================================
   FEATURE ICON
========================================= */

.agency-feature-icon {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #eaf4fc;

    color: #1479c9;

    font-size: 15px;
}

.agency-feature-item strong {
    display: block;

    color: #25394d;

    font-size: 14px;

    line-height: 1.4;

    font-weight: 750;
}

.agency-feature-item p {
    margin: 5px 0 0;

    color: #718190;

    font-size: 12px;

    line-height: 1.55;
}


/* =========================================
   BOTTOM AREA
========================================= */

.agency-about-bottom {
    display: flex;
    align-items: center;

    gap: 28px;

    margin-top: 30px;
}


/* =========================================
   BUTTON
========================================= */

.agency-about-btn {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    padding: 14px 23px;

    border-radius: 10px;

    background: #1479c9;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 750;

    box-shadow:
        0 10px 25px rgba(20, 121, 201, 0.18);

    transition: 0.25s ease;
}

.agency-about-btn:hover {
    color: #ffffff;

    background: #0e66ac;

    transform: translateY(-2px);
}

.agency-about-btn i {
    font-size: 12px;
}


/* =========================================
   SUPPORT
========================================= */

.agency-support {
    display: flex;
    align-items: center;

    gap: 10px;
}

.agency-support > span {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff1e7;

    color: #f58220;

    font-size: 14px;
}

.agency-support small {
    display: block;

    color: #7b8997;

    font-size: 11px;

    line-height: 1.4;
}

.agency-support strong {
    display: block;

    margin-top: 3px;

    color: #263c50;

    font-size: 13px;

    font-weight: 700;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .agency-about {
        padding: 70px 0;
    }

    .agency-about-content {
        padding-left: 0;
    }

    .agency-about-visual {
        padding: 0 15px 20px 0;
    }

    .agency-about-image img {
        max-height: none;
    }

    .agency-about h2 {
        font-size: 42px;
    }

    .agency-intro {
        font-size: 16px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .agency-about {
        padding: 55px 0;
    }

    .agency-about-visual {
        padding-right: 10px;
        padding-bottom: 22px;
    }



    .agency-image-label {
        right: -2px;
        top: 20px;

        padding: 9px 12px;

        font-size: 11px;
    }

    .agency-experience {
        left: 5px;

        padding: 12px 15px;
    }

    .agency-experience-icon {
        width: 40px;
        height: 40px;

        font-size: 17px;
    }

    .agency-experience strong {
        font-size: 13px;
    }

    .agency-experience span {
        font-size: 11px;
    }

    .agency-heading-label {
        font-size: 12px;

        letter-spacing: 1.2px;
    }

    .agency-about h2 {
        font-size: 35px;

        line-height: 1.15;
    }

    .agency-intro {
        font-size: 15px;

        line-height: 1.75;
    }

    .agency-feature-list {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .agency-feature-item {
        padding: 15px;
    }

    .agency-feature-icon {
        width: 38px;
        height: 38px;

        flex-basis: 38px;
    }

    .agency-feature-item strong {
        font-size: 14px;
    }

    .agency-feature-item p {
        font-size: 12px;
    }

    .agency-about-bottom {
        align-items: flex-start;

        flex-direction: column;

        gap: 18px;
    }

    .agency-about-btn {
        font-size: 13px;

        padding: 13px 20px;
    }
}
/* ========================================= LPG SAFETY SECTION ========================================= */
.gas-safety {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: #ffffff;
}
.gas-safety::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.045);
  right: -230px;
  top: -210px;
}
.gas-safety::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(20, 121, 201, 0.045);
  left: -200px;
  bottom: -200px;
}
.gas-safety .container {
  position: relative;
  z-index: 2;
} /* ========================================= HEADER ========================================= */
.gas-safety-header {
  max-width: 700px;
  margin: 0 auto 45px;
  text-align: center;
}
.gas-safety-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #f58220;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.gas-safety-label span {
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background: #f58220;
}
.gas-safety-header h2 {
  margin: 0 0 15px;
  color: #12263a;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
}
.gas-safety-header h2 span {
  color: #1479c9;
}
.gas-safety-header p {
  max-width: 570px;
  margin: 0 auto;
  color: #68798a;
  font-size: 16px;
  line-height: 1.7;
} /* ========================================= SAFETY GRID ========================================= */
.gas-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
} /* ========================================= SAFETY ITEM ========================================= */
.gas-safety-item {
  position: relative;
  min-height: 235px;
  padding: 28px 25px;
  overflow: hidden;
  border: 1px solid #e5ebf0;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(25, 55, 85, 0.045);
  transition: all 0.3s ease;
}
.gas-safety-item:hover {
  border-color: rgba(245, 130, 32, 0.25);
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(25, 55, 85, 0.09);
} /* ========================================= NUMBER ========================================= */
.gas-safety-number {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #edf1f4;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  transition: 0.3s ease;
}
.gas-safety-item:hover .gas-safety-number {
  color: #fff0e5;
} /* ========================================= ICON ========================================= */
.gas-safety-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 14px;
  background: #fff1e7;
  color: #f58220;
  font-size: 23px;
  transition: all 0.3s ease;
}
.gas-safety-item:hover .gas-safety-icon {
  background: #f58220;
  color: #ffffff;
  transform: scale(1.05);
} /* ========================================= TEXT ========================================= */
.gas-safety-item h4 {
  position: relative;
  z-index: 2;
  margin: 0 0 9px;
  color: #25394d;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 750;
}
.gas-safety-item p {
  position: relative;
  z-index: 2;
  max-width: 310px;
  margin: 0;
  color: #718192;
  font-size: 14px;
  line-height: 1.7;
} /* ========================================= SAFETY MESSAGE ========================================= */
.gas-safety-message {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 850px;
  margin: 30px auto 0;
  padding: 18px 22px;
  border: 1px solid #dfeaf2;
  border-radius: 14px;
  background: #f5f9fc;
}
.gas-safety-message-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #1479c9;
  color: #ffffff;
  font-size: 18px;
}
.gas-safety-message strong {
  display: block;
  margin-bottom: 4px;
  color: #25394d;
  font-size: 15px;
}
.gas-safety-message p {
  margin: 0;
  color: #718192;
  font-size: 13px;
  line-height: 1.6;
} /* ========================================= TABLET ========================================= */
@media (max-width: 991.98px) {
  .gas-safety {
    padding: 70px 0;
  }
  .gas-safety-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gas-safety-item {
    min-height: 220px;
  }
} /* ========================================= MOBILE ========================================= */
@media (max-width: 575.98px) {
  .gas-safety {
    padding: 55px 0;
  }
  .gas-safety-header {
    margin-bottom: 32px;
  }
  .gas-safety-label {
    font-size: 11px;
  }
  .gas-safety-header h2 {
    font-size: 34px;
  }
  .gas-safety-header p {
    font-size: 14px;
  }
  .gas-safety-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .gas-safety-item {
    min-height: auto;
    padding: 23px 21px;
  }
  .gas-safety-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    font-size: 21px;
  }
  .gas-safety-item h4 {
    font-size: 17px;
  }
  .gas-safety-item p {
    font-size: 13px;
  }
  .gas-safety-message {
    align-items: flex-start;
    padding: 16px;
  }
  .gas-safety-message strong {
    font-size: 14px;
  }
  .gas-safety-message p {
    font-size: 12px;
  }
}

/* =========================================
   WHY CHOOSE US
========================================= */

.gas-strengths {
    position: relative;
    overflow: hidden;

    padding: 90px 0;

    background: #f5f8fb;
}

.gas-strengths::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background: rgba(20, 121, 201, 0.055);

    left: -220px;
    top: -200px;
}

.gas-strengths::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: rgba(245, 130, 32, 0.055);

    right: -130px;
    bottom: -150px;
}

.gas-strengths .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   LEFT SIDE
========================================= */

.gas-strengths-heading {
    max-width: 500px;
}

.gas-strengths-label {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 16px;

    color: #f58220;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.4px;
}

.gas-strengths-label span {
    width: 32px;
    height: 3px;

    border-radius: 5px;

    background: #f58220;
}

.gas-strengths h2 {
    margin: 0 0 20px;

    color: #12263a;

    font-size: clamp(36px, 4vw, 50px);

    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -1px;
}

.gas-strengths h2 span {
    display: block;

    color: #1479c9;
}

.gas-strengths-heading > p {
    margin: 0;

    color: #5f7181;

    font-size: 17px;

    line-height: 1.8;
}


/* =========================================
   SMALL STAT
========================================= */

.gas-strengths-stat {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-top: 30px;

    padding-top: 24px;

    border-top: 1px solid #dfe5ea;
}

.gas-strengths-stat-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    border-radius: 12px;

    background: #1479c9;

    color: #ffffff;

    font-size: 19px;
}

.gas-strengths-stat strong {
    display: block;

    color: #25394d;

    font-size: 15px;

    line-height: 1.4;

    font-weight: 750;
}

.gas-strengths-stat small {
    display: block;

    margin-top: 4px;

    color: #718190;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================
   FEATURE GRID
========================================= */

.gas-strengths-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 17px;
}


/* =========================================
   FEATURE ITEM
========================================= */

.gas-strength-item {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 15px;

    min-height: 140px;

    padding: 22px;

    border: 1px solid #e5ebf0;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 7px 25px rgba(25, 55, 85, 0.045);

    transition: all 0.3s ease;
}

.gas-strength-item:hover {
    border-color: rgba(20, 121, 201, 0.2);

    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(25, 55, 85, 0.09);
}


/* =========================================
   ICON
========================================= */

.gas-strength-icon {
    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #eaf4fc;

    color: #1479c9;

    font-size: 17px;

    transition: 0.3s ease;
}

.gas-strength-item:hover .gas-strength-icon {
    background: #1479c9;

    color: #ffffff;
}


/* =========================================
   CONTENT
========================================= */

.gas-strength-content {
    min-width: 0;
}

.gas-strength-content > span {
    display: block;

    margin-bottom: 5px;

    color: #f58220;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;
}

.gas-strength-content h5 {
    margin: 0;

    color: #25394d;

    font-size: 16px;

    line-height: 1.4;

    font-weight: 750;
}

.gas-strength-content p {
    margin: 7px 0 0;

    color: #718190;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .gas-strengths {
        padding: 75px 0;
    }

    .gas-strengths-heading {
        max-width: 650px;
    }

    .gas-strengths-grid {
        margin-top: 15px;
    }

    .gas-strengths-heading > p {
        font-size: 16px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .gas-strengths {
        padding: 60px 0;
    }

    .gas-strengths-label {
        font-size: 12px;

        letter-spacing: 1.2px;
    }

    .gas-strengths h2 {
        font-size: 35px;

        line-height: 1.15;
    }

    .gas-strengths-heading > p {
        font-size: 15px;

        line-height: 1.75;
    }

    .gas-strengths-stat {
        margin-top: 25px;

        padding-top: 20px;
    }

    .gas-strengths-stat-icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;

        font-size: 17px;
    }

    .gas-strengths-stat strong {
        font-size: 14px;
    }

    .gas-strengths-stat small {
        font-size: 11px;
    }

    .gas-strengths-grid {
        grid-template-columns: 1fr;

        gap: 13px;
    }

    .gas-strength-item {
        min-height: auto;

        padding: 18px;

        gap: 14px;
    }

    .gas-strength-icon {
        width: 42px;
        height: 42px;

        flex-basis: 42px;

        font-size: 15px;
    }

    .gas-strength-content > span {
        font-size: 11px;
    }

    .gas-strength-content h5 {
        font-size: 15px;
    }

    .gas-strength-content p {
        font-size: 13px;

        line-height: 1.55;
    }
}

/* =========================================
   SERVICES SECTION
========================================= */

.gas-services {
    position: relative;
    overflow: hidden;

    padding: 90px 0;

    background: #ffffff;
}

.gas-services::before {
    content: "";

    position: absolute;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background: rgba(20, 121, 201, 0.045);

    right: -230px;
    top: -200px;
}

.gas-services .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.gas-services-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 40px;

    margin-bottom: 42px;
}

.gas-services-header > p {
    max-width: 480px;

    margin: 0 0 5px;

    color: #5f7181;

    font-size: 16px;

    line-height: 1.8;
}

.gas-services-label {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 16px;

    color: #f58220;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.4px;
}

.gas-services-label span {
    width: 32px;
    height: 3px;

    border-radius: 5px;

    background: #f58220;
}

.gas-services h2 {
    margin: 0;

    color: #12263a;

    font-size: clamp(36px, 4vw, 50px);

    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -1px;
}

.gas-services h2 span {
    color: #1479c9;
}


/* =========================================
   SERVICE LIST
========================================= */

.gas-services-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 17px;
}


/* =========================================
   SERVICE BOX
========================================= */

.gas-service-box {
    position: relative;

    display: flex;
    align-items: center;

    gap: 17px;

    min-height: 145px;

    padding: 23px;

    overflow: hidden;

    border: 1px solid #e3eaf0;

    border-radius: 17px;

    background: #ffffff;

    transition: all 0.3s ease;
}

.gas-service-box::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;

    background: #1479c9;

    transform: scaleY(0);

    transform-origin: bottom;

    transition: transform 0.3s ease;
}

.gas-service-box:hover {
    border-color: rgba(20, 121, 201, 0.20);

    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(25, 55, 85, 0.09);
}

.gas-service-box:hover::before {
    transform: scaleY(1);
}


/* =========================================
   NUMBER
========================================= */

.gas-service-number {
    position: absolute;

    right: 18px;
    top: 13px;

    color: #edf1f4;

    font-size: 34px;

    line-height: 1;

    font-weight: 800;

    transition: 0.3s ease;
}

.gas-service-box:hover .gas-service-number {
    color: #e5f1fa;
}


/* =========================================
   ICON
========================================= */

.gas-service-icon {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: #eaf4fc;

    color: #1479c9;

    font-size: 19px;

    transition: all 0.3s ease;
}

.gas-service-box:hover .gas-service-icon {
    background: #1479c9;

    color: #ffffff;
}


/* =========================================
   CONTENT
========================================= */

.gas-service-content {
    position: relative;

    z-index: 2;

    padding-right: 30px;
}

.gas-service-content h5 {
    margin: 0 0 7px;

    color: #263c50;

    font-size: 17px;

    line-height: 1.4;

    font-weight: 750;
}

.gas-service-content p {
    max-width: 390px;

    margin: 0;

    color: #718190;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================
   ARROW
========================================= */

.gas-service-arrow {
    position: absolute;

    right: 20px;
    bottom: 18px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f4f7f9;

    color: #718190;

    font-size: 11px;

    transition: all 0.3s ease;
}

.gas-service-box:hover .gas-service-arrow {
    background: #fff1e7;

    color: #f58220;
}


/* =========================================
   FOOTER CTA
========================================= */

.gas-services-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin-top: 28px;

    padding: 24px 27px;

    border-radius: 16px;

    background: #f5f8fb;
}

.gas-services-footer strong {
    display: block;

    color: #25394d;

    font-size: 16px;

    line-height: 1.4;
}

.gas-services-footer span {
    display: block;

    margin-top: 5px;

    color: #718190;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================
   BUTTON
========================================= */

.gas-services-btn {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    flex-shrink: 0;

    padding: 13px 21px;

    border-radius: 10px;

    background: #1479c9;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 750;

    transition: 0.25s ease;
}

.gas-services-btn:hover {
    color: #ffffff;

    background: #0e66ac;

    transform: translateY(-2px);
}

.gas-services-btn i {
    font-size: 12px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767.98px) {

    .gas-services {
        padding: 70px 0;
    }

    .gas-services-header {
        display: block;

        margin-bottom: 32px;
    }

    .gas-services-header > p {
        margin-top: 18px;

        max-width: 650px;

        font-size: 15px;
    }

    .gas-services-list {
        grid-template-columns: 1fr;

        gap: 14px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .gas-services {
        padding: 60px 0;
    }

    .gas-services-label {
        font-size: 12px;

        letter-spacing: 1.2px;
    }

    .gas-services h2 {
        font-size: 35px;

        line-height: 1.15;
    }

    .gas-services-header > p {
        font-size: 15px;

        line-height: 1.7;
    }

    .gas-service-box {
        min-height: 125px;

        padding: 18px;

        gap: 13px;

        border-radius: 15px;
    }

    .gas-service-icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;

        font-size: 16px;
    }

    .gas-service-content {
        padding-right: 25px;
    }

    .gas-service-content h5 {
        font-size: 15px;

        line-height: 1.4;
    }

    .gas-service-content p {
        font-size: 13px;

        line-height: 1.55;
    }

    .gas-service-number {
        font-size: 27px;

        right: 13px;
        top: 10px;
    }

    .gas-service-arrow {
        width: 28px;
        height: 28px;

        right: 15px;
        bottom: 14px;

        font-size: 10px;
    }

    .gas-services-footer {
        align-items: flex-start;

        flex-direction: column;

        gap: 18px;

        padding: 20px;
    }

    .gas-services-footer strong {
        font-size: 15px;
    }

    .gas-services-footer span {
        font-size: 12px;
    }

    .gas-services-btn {
        width: 100%;

        justify-content: center;

        padding: 13px 18px;

        font-size: 14px;
    }
}

/* =========================================
   LPG REFILL CTA
========================================= */

.gas-refill-cta {
  position: relative;
  overflow: hidden;
  padding: 55px 0;
  background: #ffffff;
}

.gas-refill-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 180px;
  padding: 30px 38px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(110deg, #102b44 0%, #123b60 60%, #1479c9 100%);
  box-shadow: 0 20px 45px rgba(18, 55, 85, 0.18);
}

/* =========================================
   BACKGROUND DECORATION
========================================= */

.gas-refill-box::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  right: -100px;
  top: -170px;
  background: rgba(255, 255, 255, 0.06);
}

.gas-refill-box::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  left: -100px;
  bottom: -160px;
  background: rgba(245, 130, 32, 0.1);
}

/* =========================================
   ICON
========================================= */

.gas-refill-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.gas-refill-icon > div {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f58220;
  font-size: 29px;
}

/* =========================================
   CONTENT
========================================= */

.gas-refill-content {
  position: relative;
  z-index: 2;
  flex: 1;
}

.gas-refill-label {
  margin-bottom: 5px;
  color: #f58220;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.gas-refill-content h2 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.gas-refill-content p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

/* =========================================
   ACTION
========================================= */

.gas-refill-action {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  text-align: center;
}

.gas-refill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 21px;
  border-radius: 10px;
  background: #f58220;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease;
}

.gas-refill-btn:hover {
  color: #ffffff;
  background: #ff963e;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.gas-refill-btn > i:first-child {
  font-size: 14px;
}

.gas-refill-btn > i:last-child {
  font-size: 10px;
  margin-left: 4px;
}

.gas-refill-action small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.gas-refill-action small i {
  margin-right: 4px;
  color: #73d69c;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {
  .gas-refill-box {
    padding: 28px;
    gap: 18px;
  }

  .gas-refill-icon > div {
    width: 65px;
    height: 65px;
    font-size: 25px;
  }

  .gas-refill-content h2 {
    font-size: 26px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {
  .gas-refill-cta {
    padding: 40px 0;
  }

  .gas-refill-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .gas-refill-icon > div {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    font-size: 22px;
  }

  .gas-refill-content h2 {
    font-size: 25px;
  }

  .gas-refill-content p {
    font-size: 12px;
  }

  .gas-refill-action {
    width: 100%;
    text-align: left;
  }

  .gas-refill-btn {
    width: 100%;
  }

  .gas-refill-action small {
    text-align: center;
  }
}

/* =========================================
   HOW IT WORKS
========================================= */

.gas-process {
    position: relative;
    overflow: hidden;

    padding: 90px 0;

    background: #f5f8fb;
}

.gas-process::before {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    border-radius: 50%;

    background: rgba(20, 121, 201, 0.045);

    left: -220px;
    top: -200px;
}

.gas-process::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: rgba(245, 130, 32, 0.045);

    right: -150px;
    bottom: -150px;
}

.gas-process .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.gas-process-header {
    max-width: 700px;

    margin: 0 auto 52px;

    text-align: center;
}

.gas-process-label {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-bottom: 16px;

    color: #f58220;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.4px;
}

.gas-process-label span {
    width: 32px;
    height: 3px;

    border-radius: 5px;

    background: #f58220;
}

.gas-process-header h2 {
    margin: 0 0 18px;

    color: #12263a;

    font-size: clamp(36px, 4vw, 50px);

    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -1px;
}

.gas-process-header h2 span {
    color: #1479c9;
}

.gas-process-header p {
    max-width: 570px;

    margin: auto;

    color: #5f7181;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   PROCESS TRACK
========================================= */

.gas-process-track {
    position: relative;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}


/* =========================================
   CONNECTING LINE
========================================= */

.gas-process-track::before {
    content: "";

    position: absolute;

    top: 32px;

    left: 12%;
    right: 12%;

    height: 3px;

    background: #dce7ef;

    z-index: 0;
}


/* =========================================
   STEP
========================================= */

.gas-process-step {
    position: relative;

    z-index: 2;

    padding: 0 10px;

    text-align: center;
}


/* =========================================
   TOP
========================================= */

.gas-process-top {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 66px;

    margin-bottom: 23px;
}


/* =========================================
   NUMBER
========================================= */

.gas-process-number {
    position: absolute;

    top: -5px;

    right: calc(50% + 27px);

    color: #bdccd7;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================
   ICON
========================================= */

.gas-process-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 7px solid #f5f8fb;

    border-radius: 50%;

    background: #1479c9;

    color: #ffffff;

    font-size: 19px;

    box-shadow:
        0 8px 22px rgba(20, 121, 201, 0.18);

    transition: all 0.3s ease;
}

.gas-process-step:hover .gas-process-icon {
    background: #f58220;

    transform: translateY(-4px);

    box-shadow:
        0 12px 25px rgba(245, 130, 32, 0.22);
}


/* =========================================
   CONTENT CARD
========================================= */

.gas-process-content {
    min-height: 160px;

    padding: 22px 18px;

    border: 1px solid #e4ebf0;

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 7px 25px rgba(25, 55, 85, 0.045);

    transition: all 0.3s ease;
}

.gas-process-step:hover .gas-process-content {
    border-color: rgba(20, 121, 201, 0.18);

    transform: translateY(-3px);

    box-shadow:
        0 13px 30px rgba(25, 55, 85, 0.08);
}

.gas-process-content h5 {
    margin: 0 0 9px;

    color: #25394d;

    font-size: 17px;

    line-height: 1.4;

    font-weight: 750;
}

.gas-process-content p {
    margin: 0;

    color: #718190;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================
   BOTTOM NOTE
========================================= */

.gas-process-note {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 13px;

    width: max-content;

    max-width: 100%;

    margin: 38px auto 0;

    padding: 14px 21px;

    border: 1px solid #e1e9ef;

    border-radius: 13px;

    background: #ffffff;

    box-shadow:
        0 7px 20px rgba(25, 55, 85, 0.04);
}

.gas-process-note-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    border-radius: 10px;

    background: #eaf4fc;

    color: #1479c9;

    font-size: 14px;
}

.gas-process-note strong {
    display: block;

    color: #25394d;

    font-size: 14px;

    line-height: 1.4;
}

.gas-process-note span {
    display: block;

    margin-top: 3px;

    color: #718190;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .gas-process {
        padding: 75px 0;
    }

    .gas-process-track {
        grid-template-columns: repeat(2, 1fr);

        gap: 32px 20px;
    }

    .gas-process-track::before {
        display: none;
    }

    .gas-process-content {
        min-height: 145px;
    }

    .gas-process-content h5 {
        font-size: 16px;
    }

    .gas-process-content p {
        font-size: 13px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .gas-process {
        padding: 60px 0;
    }

    .gas-process-header {
        margin-bottom: 38px;
    }

    .gas-process-label {
        font-size: 12px;

        letter-spacing: 1.2px;
    }

    .gas-process-header h2 {
        font-size: 35px;

        line-height: 1.15;
    }

    .gas-process-header p {
        font-size: 15px;

        line-height: 1.7;
    }

    .gas-process-track {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .gas-process-step {
        display: grid;

        grid-template-columns: 68px 1fr;

        gap: 15px;

        padding: 0;

        text-align: left;
    }

    .gas-process-top {
        height: 68px;

        margin: 0;
    }

    .gas-process-number {
        top: -6px;

        right: auto;

        left: -3px;

        font-size: 11px;
    }

    .gas-process-icon {
        width: 60px;
        height: 60px;

        font-size: 17px;
    }

    .gas-process-content {
        min-height: auto;

        padding: 17px;
    }

    .gas-process-content h5 {
        margin-bottom: 7px;

        font-size: 15px;
    }

    .gas-process-content p {
        font-size: 13px;

        line-height: 1.6;
    }

    .gas-process-note {
        width: 100%;

        justify-content: flex-start;

        padding: 13px 15px;

        margin-top: 30px;
    }

    .gas-process-note strong {
        font-size: 13px;
    }

    .gas-process-note span {
        font-size: 11px;
    }
}


/* =========================================
   BASANTI BHARAT GAS - GALLERY
========================================= */

.bbg-gallery {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: #f6f9fc;
}

.bbg-gallery::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(20, 121, 201, 0.045);
  top: -220px;
  right: -200px;
}

.bbg-gallery::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.045);
  bottom: -180px;
  left: -150px;
}

.bbg-gallery .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.bbg-gallery-head {
  max-width: 700px;
  margin: 0 auto 45px;
  text-align: center;
}

.bbg-gallery-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;

  color: #f58220;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.bbg-gallery-kicker span {
  width: 28px;
  height: 2px;
  display: block;
  border-radius: 5px;
  background: #f58220;
}

.bbg-gallery-head h2 {
  margin: 0;
  color: #12263a;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -1px;
}

.bbg-gallery-head h2 strong {
  color: #1479c9;
}

.bbg-gallery-head p {
  max-width: 620px;
  margin: 16px auto 0;

  color: #68798a;
  font-size: 16px;
  line-height: 1.75;
}


/* =========================================
   IMAGE CARD
========================================= */

.bbg-gallery-card {
  position: relative;
  display: block;

  height: 275px;
  overflow: hidden;

  border-radius: 20px;
  background: #eaf0f5;

  box-shadow:
    0 12px 35px rgba(20, 50, 80, 0.08);

  text-decoration: none;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.bbg-gallery-card img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.6s ease;
}


/* =========================================
   HOVER OVERLAY
========================================= */

.bbg-gallery-hover {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(7, 31, 52, 0.42);

  opacity: 0;

  transition: opacity 0.35s ease;
}

.bbg-gallery-hover span {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffffff;
  color: #1479c9;

  font-size: 18px;

  transform: scale(0.75);

  transition:
    transform 0.35s ease,
    background 0.25s ease;
}

.bbg-gallery-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 20px 45px rgba(20, 50, 80, 0.14);
}

.bbg-gallery-card:hover img {
  transform: scale(1.08);
}

.bbg-gallery-card:hover .bbg-gallery-hover {
  opacity: 1;
}

.bbg-gallery-card:hover .bbg-gallery-hover span {
  transform: scale(1);
}

.bbg-gallery-hover span:hover {
  background: #f58220;
  color: #ffffff;
}


/* =========================================
   BUTTON
========================================= */

.bbg-gallery-action {
  margin-top: 45px;
  text-align: center;
}

.bbg-gallery-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 24px;

  border: 1px solid #1479c9;
  border-radius: 10px;

  background: #ffffff;
  color: #1479c9;

  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  transition: all 0.25s ease;
}

.bbg-gallery-btn i {
  transition: transform 0.25s ease;
}

.bbg-gallery-btn:hover {
  background: #1479c9;
  color: #ffffff;

  transform: translateY(-2px);
}

.bbg-gallery-btn:hover i {
  transform: translateX(4px);
}


/* =========================================
   GLIGHTBOX
   ONLY IMAGE IN POPUP
========================================= */

.glightbox-container .gslide-description,
.glightbox-container .gslide-title,
.glightbox-container .gdesc-inner {
  display: none !important;
}

.glightbox-container .gslide-media {
  margin: auto !important;
}

.glightbox-container .gslide-image img {
  max-height: 90vh !important;
  max-width: 94vw !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

  .bbg-gallery {
    padding: 70px 0;
  }

  .bbg-gallery-head {
    margin-bottom: 32px;
  }

  .bbg-gallery-head p {
    font-size: 15px;
  }

  .bbg-gallery-card {
    height: 220px;
    border-radius: 16px;
  }

}

@media (max-width: 575.98px) {

  .bbg-gallery {
    padding: 55px 0;
  }

  .bbg-gallery-head h2 {
    font-size: 34px;
  }

  .bbg-gallery-kicker {
    font-size: 11px;
  }

  .bbg-gallery-head p {
    font-size: 14px;
    line-height: 1.65;
  }

  .bbg-gallery-card {
    height: 180px;
    border-radius: 13px;
  }

  .bbg-gallery-hover span {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }

  .bbg-gallery-action {
    margin-top: 32px;
  }

  .bbg-gallery-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

}


/* =========================================
   CUSTOMER VOICES
========================================= */

.customer-voices-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: #f5f8fb;
}

.customer-voices-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(20, 121, 201, 0.045);
  left: -230px;
  top: -220px;
}

.customer-voices-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.045);
  right: -160px;
  bottom: -160px;
}

.customer-voices-section .container {
  position: relative;
  z-index: 2;
}


/* HEADER */

.customer-voices-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 45px;
}

.customer-voices-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f58220;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.customer-voices-label span {
  width: 28px;
  height: 2px;
  background: #f58220;
}

.customer-voices-header h2 {
  margin: 12px 0 10px;
  color: #12263a;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
}

.customer-voices-line {
  width: 55px;
  height: 3px;
  margin: 0 auto 12px;
  border-radius: 5px;
  background: #f58220;
}

.customer-voices-header p {
  margin: 0;
  color: #718192;
  font-size: 15px;
}


/* =========================================
   CARD
========================================= */

.customer-owl .owl-stage {
  display: flex;
}

.customer-owl .owl-item {
  display: flex;
}

.customer-card {
  width: 100%;
  min-height: 275px;
  padding: 28px 24px 24px;
  margin: 5px;
  border: 1px solid #e5ebf0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(25, 55, 85, 0.06);
  transition: 0.3s ease;
}

.customer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(25, 55, 85, 0.10);
}


/* QUOTE */

.customer-quote {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 12px;
  background: #eaf4fc;
  color: #1479c9;
  font-size: 18px;
}


/* STARS */

.customer-stars {
  margin-bottom: 12px;
}

.customer-stars i {
  color: #f58220;
  font-size: 13px;
  margin-right: 2px;
}


/* TEXT */

.customer-card > p {
  margin: 0;
  color: #68798a;
  font-size: 15px;
  line-height: 1.75;
}


/* USER */

.customer-user {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #edf1f4;
}

.customer-avatar {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1479c9;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.customer-user h5 {
  margin: 0;
  color: #25394d;
  font-size: 15px;
  font-weight: 700;
}

.customer-user span {
  display: block;
  margin-top: 3px;
  color: #8997a5;
  font-size: 12px;
}


/* =========================================
   OWL DOTS
========================================= */

.customer-owl .owl-dots {
  margin-top: 25px !important;
}

.customer-owl .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 4px !important;
  background: #cbd6df !important;
  transition: 0.3s ease;
}

.customer-owl .owl-dot.active span {
  width: 25px !important;
  border-radius: 10px;
  background: #1479c9 !important;
}


/* =========================================
   OWL ARROWS
========================================= */

.customer-owl .owl-nav {
  margin: 0;
}

.customer-owl .owl-prev,
.customer-owl .owl-next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #1479c9 !important;
  box-shadow: 0 8px 25px rgba(25, 55, 85, 0.14);
  transform: translateY(-50%);
  transition: 0.25s ease;
}

.customer-owl .owl-prev {
  left: -5px;
}

.customer-owl .owl-next {
  right: -5px;
}

.customer-owl .owl-prev:hover,
.customer-owl .owl-next:hover {
  background: #1479c9 !important;
  color: #ffffff !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .customer-voices-section {
    padding: 55px 0;
  }

  .customer-voices-header {
    margin-bottom: 30px;
  }

  .customer-voices-header h2 {
    font-size: 34px;
  }

  .customer-voices-header p {
    font-size: 14px;
  }

  .customer-card {
    min-height: 280px;
    padding: 25px 20px;
  }

  .customer-card > p {
    font-size: 15px;
  }

  .customer-owl .owl-prev {
    left: 5px;
  }

  .customer-owl .owl-next {
    right: 5px;
  }

  .customer-owl .owl-prev,
  .customer-owl .owl-next {
    width: 40px;
    height: 40px;
  }
}

/* =========================================
   CUSTOMER BENEFITS
========================================= */

.customer-benefits {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #f6f9fc;
}

.customer-benefits::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(20, 121, 201, 0.045);
    left: -230px;
    top: -220px;
}

.customer-benefits::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(245, 130, 32, 0.045);
    right: -180px;
    bottom: -180px;
}

.customer-benefits .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.benefits-header {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.benefits-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;

    color: #f58220;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.benefits-label span {
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #f58220;
}

.benefits-header h2 {
    margin: 0 0 15px;

    color: #12263a;
    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1px;
}

.benefits-header h2 span {
    color: #1479c9;
}

.benefits-header p {
    max-width: 550px;
    margin: 0 auto;

    color: #68798a;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   BENEFITS GRID
========================================= */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* =========================================
   BENEFIT CARD
========================================= */

.benefit-card {
    position: relative;
    min-height: 250px;
    padding: 26px 25px;

    overflow: hidden;

    border: 1px solid #e2e9ef;
    border-radius: 18px;

    background: #ffffff;

    box-shadow: 0 8px 25px rgba(25, 55, 85, 0.045);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);

    border-color: rgba(20, 121, 201, 0.2);

    box-shadow: 0 18px 40px rgba(25, 55, 85, 0.1);
}


/* =========================================
   TOP
========================================= */

.benefit-top {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}


/* =========================================
   ICON
========================================= */

.benefit-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: #eaf4fc;
    color: #1479c9;

    font-size: 23px;

    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    background: #1479c9;
    color: #ffffff;

    transform: scale(1.06);
}


/* =========================================
   NUMBER
========================================= */

.benefit-number {
    color: #dfe7ed;

    font-size: 34px;
    line-height: 1;

    font-weight: 800;

    transition: 0.3s ease;
}

.benefit-card:hover .benefit-number {
    color: #ffe9d8;
}


/* =========================================
   CONTENT
========================================= */

.benefit-card h3 {
    margin: 0 0 10px;

    color: #25394d;

    font-size: 19px;
    line-height: 1.35;

    font-weight: 750;
}

.benefit-card p {
    max-width: 340px;

    margin: 0;

    color: #718192;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   BOTTOM LINE
========================================= */

.benefit-line {
    position: absolute;

    left: 25px;
    bottom: 20px;

    width: 35px;
    height: 3px;

    border-radius: 10px;

    background: #f58220;

    transition: width 0.3s ease;
}

.benefit-card:hover .benefit-line {
    width: 70px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .customer-benefits {
        padding: 70px 0;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .customer-benefits {
        padding: 55px 0;
    }

    .benefits-header {
        margin-bottom: 32px;
    }

    .benefits-label {
        font-size: 11px;
    }

    .benefits-header h2 {
        font-size: 34px;
    }

    .benefits-header p {
        font-size: 14px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .benefit-card {
        min-height: auto;
        padding: 23px 21px 32px;
    }

    .benefit-icon {
        width: 53px;
        height: 53px;
        font-size: 21px;
    }

    .benefit-card h3 {
        font-size: 18px;
    }

    .benefit-card p {
        font-size: 14px;
    }

    .benefit-number {
        font-size: 30px;
    }

}



/* =========================================
   SERVICE AREA SECTION
========================================= */

.service-area-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background: #102b44;
}

.service-area-section::before {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background: rgba(20, 121, 201, 0.16);

    top: -280px;
    right: -180px;
}

.service-area-section::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    background: rgba(245, 130, 32, 0.08);

    bottom: -220px;
    left: -180px;
}

.service-area-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   LAYOUT
========================================= */

.service-area-layout {
    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    align-items: center;

    gap: 70px;
}


/* =========================================
   LABEL
========================================= */

.service-area-label {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 15px;

    color: #f58220;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1.6px;
}

.service-area-label span {
    width: 32px;
    height: 2px;

    border-radius: 10px;

    background: #f58220;
}


/* =========================================
   HEADING
========================================= */

.service-area-content h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: clamp(38px, 4vw, 52px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1px;
}

.service-area-content h2 span {
    display: block;

    color: #56a9e2;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-area-description {
    max-width: 560px;

    margin: 0 0 28px;

    color: rgba(255, 255, 255, 0.70);

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   POINTS
========================================= */

.service-area-points {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

    margin-bottom: 30px;
}

.service-area-point {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    padding: 16px;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 13px;

    background: rgba(255, 255, 255, 0.045);

    transition: 0.3s ease;
}

.service-area-point:hover {
    background: rgba(255, 255, 255, 0.08);

    transform: translateY(-3px);
}


/* =========================================
   POINT ICON
========================================= */

.service-area-point-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(245, 130, 32, 0.13);

    color: #f58220;

    font-size: 16px;
}

.service-area-point h4 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;
}

.service-area-point p {
    margin: 0;

    color: rgba(255, 255, 255, 0.56);

    font-size: 12px;

    line-height: 1.55;
}


/* =========================================
   BUTTON
========================================= */

.service-area-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 14px 21px;

    border-radius: 10px;

    background: #f58220;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    transition: all 0.3s ease;
}

.service-area-btn:hover {
    color: #ffffff;

    background: #ff963e;

    transform: translateY(-3px);

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.20);
}

.service-area-btn i {
    font-size: 11px;

    transition: transform 0.3s ease;
}

.service-area-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   VISUAL
========================================= */

.service-area-visual {
    position: relative;
}


/* =========================================
   GOOGLE MAP CARD
========================================= */

.service-area-image-card {
    position: relative;

    height: 475px;

    overflow: hidden;

    border-radius: 24px;

    background: #ffffff;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.25);
}


/* =========================================
   GOOGLE MAP
========================================= */

.service-area-image-card iframe {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    border: 0;

    display: block;
}


/* =========================================
   MAP OVERLAY
========================================= */

.service-area-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(8, 30, 48, 0.60) 0%,
            rgba(8, 30, 48, 0.05) 45%,
            rgba(8, 30, 48, 0) 70%
        );

    pointer-events: none;
}


/* =========================================
   LOCATION CARD
========================================= */

.service-location-card {
    position: absolute;

    left: 22px;
    right: 22px;
    bottom: 22px;

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 16px 18px;

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.96);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18);

    backdrop-filter: blur(8px);

    z-index: 5;
}


.service-location-icon {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #eaf4fc;

    color: #1479c9;

    font-size: 19px;
}


.service-location-card span {
    display: block;

    margin-bottom: 3px;

    color: #8997a5;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


.service-location-card strong {
    display: block;

    color: #25394d;

    font-size: 16px;

    font-weight: 750;
}


/* =========================================
   COVERAGE BADGE
========================================= */

.service-coverage-badge {
    position: absolute;

    top: 25px;
    right: -18px;

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 13px 17px;

    border-radius: 12px;

    background: #ffffff;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.18);

    z-index: 5;
}


.service-coverage-badge > i {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #fff1e7;

    color: #f58220;

    font-size: 15px;
}


.service-coverage-badge strong {
    display: block;

    color: #25394d;

    font-size: 12px;

    font-weight: 750;
}


.service-coverage-badge span {
    display: block;

    margin-top: 2px;

    color: #8997a5;

    font-size: 10px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .service-area-image-card {
        height: 400px;
    }

    .service-coverage-badge {
        right: 15px;
        top: 15px;
    }

    .service-location-card {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .service-area-section {
        padding: 75px 0;
    }

    .service-area-layout {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .service-area-content {
        max-width: 750px;
    }

    .service-area-description {
        max-width: 700px;
    }

    .service-area-image-card {
        height: 430px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .service-area-section {
        padding: 55px 0;
    }

    .service-area-label {
        font-size: 11px;
    }

    .service-area-content h2 {
        font-size: 35px;
    }

    .service-area-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .service-area-points {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .service-area-point {
        padding: 14px;
    }

    .service-area-btn {
        width: 100%;
    }

    .service-area-image-card {
        height: 360px;

        border-radius: 18px;
    }

    .service-location-card {
        left: 13px;
        right: 13px;
        bottom: 13px;

        padding: 13px;
    }

    .service-location-icon {
        width: 40px;
        height: 40px;

        flex-basis: 40px;
    }

    .service-location-card strong {
        font-size: 14px;
    }

    .service-coverage-badge {
        top: 15px;
        right: 10px;

        padding: 10px 12px;
    }

    .service-coverage-badge > i {
        width: 34px;
        height: 34px;
    }

    .service-coverage-badge strong {
        font-size: 11px;
    }

}


/* =========================================
   CONTACT SECTION
========================================= */

.gas-contact {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #f4f8fb;
}

.gas-contact::before {
    content: "";
    position: absolute;

    width: 450px;
    height: 450px;

    border-radius: 50%;

    background: rgba(20, 121, 201, 0.045);

    left: -250px;
    top: -250px;
}

.gas-contact::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    background: rgba(245, 130, 32, 0.045);

    right: -180px;
    bottom: -200px;
}

.gas-contact .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   MAIN BOX
========================================= */

.gas-contact-box {
    display: grid;

    grid-template-columns: 1.1fr 0.9fr;

    overflow: hidden;

    border: 1px solid #e1e9ef;

    border-radius: 25px;

    background: #ffffff;

    box-shadow: 0 20px 55px rgba(25, 55, 85, 0.09);
}


/* =========================================
   LEFT CONTENT
========================================= */

.gas-contact-content {
    padding: 55px 55px 50px;
}


/* =========================================
   LABEL
========================================= */

.gas-contact-label {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 15px;

    color: #f58220;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1.6px;
}

.gas-contact-label span {
    width: 32px;
    height: 2px;

    border-radius: 10px;

    background: #f58220;
}


/* =========================================
   HEADING
========================================= */

.gas-contact-content h2 {
    margin: 0 0 17px;

    color: #12263a;

    font-size: clamp(38px, 4vw, 52px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1px;
}

.gas-contact-content h2 span {
    color: #1479c9;
}


/* =========================================
   INTRO
========================================= */

.gas-contact-intro {
    max-width: 590px;

    margin: 0 0 30px;

    color: #68798a;

    font-size: 16px;

    line-height: 1.75;
}


/* =========================================
   CONTACT DETAILS
========================================= */

.gas-contact-details {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-bottom: 28px;
}

.gas-contact-detail {
    position: relative;

    display: flex;

    align-items: center;

    gap: 12px;

    min-width: 0;

    padding: 16px;

    border: 1px solid #e3eaf0;

    border-radius: 13px;

    background: #ffffff;

    text-decoration: none;

    transition: all 0.3s ease;
}

.gas-contact-detail:hover {
    border-color: rgba(20, 121, 201, 0.25);

    background: #f8fbfd;

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(25, 55, 85, 0.07);
}


/* =========================================
   CONTACT ICON
========================================= */

.gas-contact-detail-icon {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #eaf4fc;

    color: #1479c9;

    font-size: 17px;
}

.gas-contact-detail:nth-child(2) .gas-contact-detail-icon {
    background: #fff1e7;

    color: #f58220;
}


/* =========================================
   CONTACT TEXT
========================================= */

.gas-contact-detail small {
    display: block;

    margin-bottom: 4px;

    color: #8997a5;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}

.gas-contact-detail strong {
    display: block;

    color: #25394d;

    font-size: 14px;

    font-weight: 700;

    word-break: break-word;
}


/* =========================================
   DETAIL ARROW
========================================= */

.gas-contact-detail-arrow {
    margin-left: auto;

    color: #b3c0ca;

    font-size: 10px;

    transition: 0.25s ease;
}

.gas-contact-detail:hover .gas-contact-detail-arrow {
    color: #1479c9;

    transform: translate(2px, -2px);
}


/* =========================================
   BUTTONS
========================================= */

.gas-contact-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;
}

.gas-contact-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 46px;

    padding: 0 18px;

    border-radius: 9px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    transition: all 0.25s ease;
}

.gas-contact-btn i {
    font-size: 13px;
}


/* PRIMARY */

.gas-contact-btn-primary {
    background: #1479c9;

    color: #ffffff;
}

.gas-contact-btn-primary:hover {
    color: #ffffff;

    background: #0e66ac;

    transform: translateY(-2px);

    box-shadow: 0 10px 20px rgba(20, 121, 201, 0.2);
}


/* OUTLINE */

.gas-contact-btn-outline {
    border: 1px solid #d6e0e7;

    background: #ffffff;

    color: #25394d;
}

.gas-contact-btn-outline:hover {
    border-color: #1479c9;

    color: #1479c9;

    transform: translateY(-2px);
}


/* ORANGE */

.gas-contact-btn-orange {
    background: #f58220;

    color: #ffffff;
}

.gas-contact-btn-orange:hover {
    background: #ff963e;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 10px 20px rgba(245, 130, 32, 0.2);
}


/* =========================================
   RIGHT VISUAL
========================================= */

.gas-contact-visual {
    position: relative;

    min-height: 500px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 50px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #102b44 0%,
            #123c61 58%,
            #1479c9 100%
        );
}


/* =========================================
   DECORATIVE CIRCLES
========================================= */

.gas-contact-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.circle-one {
    width: 390px;
    height: 390px;

    right: -190px;
    top: -150px;

    border: 1px solid rgba(255,255,255,0.10);
}

.circle-two {
    width: 260px;
    height: 260px;

    left: -150px;
    bottom: -150px;

    background: rgba(245, 130, 32, 0.08);
}


/* =========================================
   VISUAL ICON
========================================= */

.gas-contact-visual-icon {
    position: relative;

    width: 72px;
    height: 72px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 19px;

    background: rgba(255,255,255,0.09);

    color: #f58220;

    font-size: 28px;

    backdrop-filter: blur(8px);
}


/* =========================================
   VISUAL CONTENT
========================================= */

.gas-contact-visual-content {
    position: relative;

    z-index: 2;

    max-width: 390px;
}

.gas-contact-visual-content > span {
    display: block;

    margin-bottom: 9px;

    color: #f58220;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.6px;
}

.gas-contact-visual-content h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 34px;

    line-height: 1.2;

    font-weight: 700;
}

.gas-contact-visual-content h3 strong {
    display: block;

    color: #62afe7;

    font-weight: 800;
}

.gas-contact-visual-content p {
    margin: 0;

    color: rgba(255,255,255,0.65);

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================
   SUPPORT BADGE
========================================= */

.gas-contact-support {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 12px;

    width: fit-content;

    margin-top: 35px;

    padding: 12px 16px;

    border: 1px solid rgba(255,255,255,0.11);

    border-radius: 12px;

    background: rgba(255,255,255,0.07);
}

.gas-contact-support-icon {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(245,130,32,0.16);

    color: #f58220;

    font-size: 14px;
}

.gas-contact-support strong {
    display: block;

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;
}

.gas-contact-support span {
    display: block;

    margin-top: 2px;

    color: rgba(255,255,255,0.50);

    font-size: 10px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .gas-contact {
        padding: 75px 0;
    }

    .gas-contact-box {
        grid-template-columns: 1fr;
    }

    .gas-contact-content {
        padding: 45px;
    }

    .gas-contact-visual {
        min-height: 400px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .gas-contact {
        padding: 55px 0;
    }

    .gas-contact-box {
        border-radius: 18px;
    }

    .gas-contact-content {
        padding: 30px 22px;
    }

    .gas-contact-label {
        font-size: 11px;
    }

    .gas-contact-content h2 {
        font-size: 35px;
    }

    .gas-contact-intro {
        font-size: 14px;

        line-height: 1.7;
    }

    .gas-contact-details {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .gas-contact-detail {
        padding: 14px;
    }

    .gas-contact-detail strong {
        font-size: 13px;
    }

    .gas-contact-buttons {
        display: grid;

        grid-template-columns: 1fr;

        gap: 9px;
    }

    .gas-contact-btn {
        width: 100%;
    }

    .gas-contact-visual {
        min-height: 390px;

        padding: 35px 25px;
    }

    .gas-contact-visual-icon {
        width: 60px;
        height: 60px;

        margin-bottom: 20px;

        font-size: 23px;
    }

    .gas-contact-visual-content h3 {
        font-size: 29px;
    }

    .gas-contact-visual-content p {
        font-size: 13px;
    }

    .gas-contact-support {
        margin-top: 28px;
    }

}


/* =========================================
   LPG SAFETY BANNER
========================================= */

.lpg-safety-banner {
    position: relative;

    padding: 65px 0;

    overflow: hidden;

    background: #f58220;
}


/* Decorative background */

.lpg-safety-banner::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.12);

    top: -250px;
    left: -150px;
}

.lpg-safety-banner::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.10);

    right: -170px;
    bottom: -230px;
}


/* =========================================
   MAIN BOX
========================================= */

.lpg-safety-box {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: 80px 1fr auto;

    align-items: center;

    gap: 28px;

    padding: 32px 35px;

    border: 1px solid rgba(255,255,255,0.18);

    border-radius: 20px;

    background: rgba(255,255,255,0.10);

    box-shadow:
        0 15px 40px rgba(130, 65, 10, 0.15);

    backdrop-filter: blur(5px);
}


/* =========================================
   ICON
========================================= */

.lpg-safety-icon {
    width: 80px;
    height: 80px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background: #ffffff;

    color: #f58220;

    font-size: 32px;

    box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}


/* =========================================
   CONTENT
========================================= */

.lpg-safety-content {
    max-width: 680px;
}

.lpg-safety-label {
    margin-bottom: 6px;

    color: rgba(255,255,255,0.75);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.6px;
}

.lpg-safety-content h2 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: clamp(28px, 3vw, 38px);

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -0.5px;
}

.lpg-safety-content p {
    margin: 0;

    color: rgba(255,255,255,0.86);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   ACTION
========================================= */

.lpg-safety-action {
    min-width: 190px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 11px;
}


/* =========================================
   BUTTON
========================================= */

.lpg-safety-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 11px;

    min-height: 48px;

    padding: 0 22px;

    border-radius: 10px;

    background: #ffffff;

    color: #d96c10;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    white-space: nowrap;

    transition: all 0.3s ease;
}

.lpg-safety-btn:hover {
    color: #d96c10;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0,0,0,0.16);
}

.lpg-safety-btn i {
    font-size: 11px;

    transition: transform 0.3s ease;
}

.lpg-safety-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   SUPPORT TEXT
========================================= */

.lpg-safety-action small {
    color: rgba(255,255,255,0.75);

    font-size: 11px;

    white-space: nowrap;
}

.lpg-safety-action small i {
    margin-right: 4px;

    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .lpg-safety-banner {
        padding: 55px 0;
    }

    .lpg-safety-box {
        grid-template-columns: 70px 1fr;

        gap: 22px;

        padding: 28px;
    }

    .lpg-safety-icon {
        width: 70px;
        height: 70px;

        font-size: 28px;
    }

    .lpg-safety-action {
        grid-column: 2;

        align-items: flex-start;

        flex-direction: row;

        gap: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .lpg-safety-banner {
        padding: 45px 0;
    }

    .lpg-safety-box {
        grid-template-columns: 1fr;

        gap: 20px;

        padding: 25px 20px;

        border-radius: 17px;
    }

    .lpg-safety-icon {
        width: 58px;
        height: 58px;

        border-radius: 15px;

        font-size: 23px;
    }

    .lpg-safety-content h2 {
        font-size: 29px;
    }

    .lpg-safety-content p {
        font-size: 14px;

        line-height: 1.7;
    }

    .lpg-safety-action {
        grid-column: auto;

        width: 100%;

        align-items: stretch;

        flex-direction: column;

        gap: 10px;
    }

    .lpg-safety-btn {
        width: 100%;
    }

    .lpg-safety-action small {
        text-align: center;

        font-size: 10px;
    }

}


/* =========================================
   GAS SERVICE CTA
========================================= */

.gas-service-cta {
    position: relative;
    overflow: hidden;

    padding: 80px 0;

    background: #102b44;
}


/* Background decoration */

.gas-service-cta::before {
    content: "";

    position: absolute;

    width: 480px;
    height: 480px;

    border-radius: 50%;

    right: -230px;
    top: -250px;

    border: 1px solid rgba(255,255,255,0.08);
}

.gas-service-cta::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    left: -180px;
    bottom: -190px;

    background: rgba(245,130,32,0.07);
}


/* =========================================
   MAIN BOX
========================================= */

.gas-service-cta-box {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1fr 0.9fr;

    align-items: center;

    gap: 65px;

    padding: 45px 50px;

    border: 1px solid rgba(255,255,255,0.10);

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.07),
            rgba(255,255,255,0.025)
        );

    box-shadow:
        0 25px 60px rgba(0,0,0,0.18);
}


/* =========================================
   LABEL
========================================= */

.gas-service-cta-label {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 14px;

    color: #f58220;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.6px;
}

.gas-service-cta-label i {
    font-size: 13px;
}


/* =========================================
   HEADING
========================================= */

.gas-service-cta-content h2 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 58px);

    line-height: 1.03;

    font-weight: 800;

    letter-spacing: -1.5px;
}

.gas-service-cta-content h2 span {
    color: #56a9e2;
}


/* =========================================
   DESCRIPTION
========================================= */

.gas-service-cta-content p {
    max-width: 520px;

    margin: 0;

    color: rgba(255,255,255,0.66);

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   ACTIONS
========================================= */

.gas-service-cta-actions {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


/* =========================================
   SERVICE BUTTONS
========================================= */

.gas-cta-btn {
    display: flex;

    align-items: center;

    gap: 13px;

    min-height: 70px;

    padding: 10px 15px;

    border-radius: 13px;

    text-decoration: none;

    transition: all 0.3s ease;
}


/* Icon */

.gas-cta-btn-icon {
    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    font-size: 17px;
}


/* Text */

.gas-cta-btn-text {
    flex: 1;
}

.gas-cta-btn-text strong {
    display: block;

    margin-bottom: 3px;

    font-size: 15px;

    font-weight: 750;
}

.gas-cta-btn-text small {
    display: block;

    font-size: 11px;
}


/* Arrow */

.gas-cta-arrow {
    margin-right: 5px;

    font-size: 11px;

    transition: transform 0.3s ease;
}

.gas-cta-btn:hover .gas-cta-arrow {
    transform: translateX(4px);
}


/* =========================================
   PRIMARY BUTTON
========================================= */

.gas-cta-primary {
    background: #f58220;

    color: #ffffff;

    box-shadow: 0 10px 25px rgba(245,130,32,0.15);
}

.gas-cta-primary:hover {
    color: #ffffff;

    background: #ff963e;

    transform: translateX(4px);
}

.gas-cta-primary .gas-cta-btn-icon {
    background: rgba(255,255,255,0.16);
}

.gas-cta-primary .gas-cta-btn-text small {
    color: rgba(255,255,255,0.72);
}

.gas-cta-primary .gas-cta-arrow {
    color: rgba(255,255,255,0.75);
}


/* =========================================
   SECONDARY BUTTON
========================================= */

.gas-cta-secondary {
    border: 1px solid rgba(255,255,255,0.12);

    background: rgba(255,255,255,0.055);

    color: #ffffff;
}

.gas-cta-secondary:hover {
    color: #ffffff;

    background: rgba(255,255,255,0.10);

    border-color: rgba(255,255,255,0.20);

    transform: translateX(4px);
}

.gas-cta-secondary .gas-cta-btn-icon {
    background: rgba(20,121,201,0.20);

    color: #63afe7;
}

.gas-cta-secondary .gas-cta-btn-text small {
    color: rgba(255,255,255,0.48);
}

.gas-cta-secondary .gas-cta-arrow {
    color: rgba(255,255,255,0.45);
}


/* =========================================
   CALL BUTTON
========================================= */

.gas-cta-call {
    display: flex;

    align-items: center;

    gap: 12px;

    min-height: 58px;

    margin-top: 4px;

    padding: 9px 15px;

    border: 1px solid rgba(255,255,255,0.10);

    border-radius: 13px;

    background: rgba(255,255,255,0.035);

    color: #ffffff;

    text-decoration: none;

    transition: all 0.3s ease;
}

.gas-cta-call:hover {
    color: #ffffff;

    background: rgba(255,255,255,0.08);

    transform: translateY(-2px);
}

.gas-cta-call-icon {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(255,255,255,0.08);

    color: #f58220;

    font-size: 14px;
}

.gas-cta-call small {
    display: block;

    margin-bottom: 2px;

    color: rgba(255,255,255,0.45);

    font-size: 10px;
}

.gas-cta-call strong {
    display: block;

    font-size: 13px;

    font-weight: 700;
}

.gas-cta-call > i {
    margin-left: auto;

    color: rgba(255,255,255,0.35);

    font-size: 10px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .gas-service-cta {
        padding: 65px 0;
    }

    .gas-service-cta-box {
        grid-template-columns: 1fr;

        gap: 35px;

        padding: 40px;
    }

    .gas-service-cta-content {
        max-width: 650px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .gas-service-cta {
        padding: 50px 0;
    }

    .gas-service-cta-box {
        gap: 28px;

        padding: 28px 20px;

        border-radius: 18px;
    }

    .gas-service-cta-label {
        font-size: 10px;
    }

    .gas-service-cta-content h2 {
        font-size: 39px;

        letter-spacing: -1px;
    }

    .gas-service-cta-content p {
        font-size: 14px;

        line-height: 1.7;
    }

    .gas-cta-btn {
        min-height: 65px;
    }

    .gas-cta-btn-text strong {
        font-size: 14px;
    }

    .gas-cta-btn-text small {
        font-size: 10px;
    }

}


/* =========================================
   ABOUT PAGE HERO
========================================= */

.about-page-hero {
  position: relative;
  overflow: hidden;

  padding: 90px 0 85px;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(245, 130, 32, 0.16),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #0d2740 0%,
      #1479c9 100%
    );

  color: #ffffff;
}


/* =========================================
   BACKGROUND SHAPES
========================================= */

.about-hero-shape {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}


.about-hero-shape-1 {
  width: 380px;
  height: 380px;

  right: -170px;
  top: -190px;

  border: 70px solid rgba(255, 255, 255, 0.05);
}


.about-hero-shape-2 {
  width: 280px;
  height: 280px;

  left: -150px;
  bottom: -170px;

  background: rgba(255, 255, 255, 0.035);
}


/* =========================================
   CONTAINER
========================================= */

.about-page-hero .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   CONTENT
========================================= */

.about-hero-content {
  max-width: 900px;
  margin: auto;

  text-align: center;
}


/* =========================================
   LABEL
========================================= */

.about-hero-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-bottom: 18px;

  color: #ffb36b;

  font-size: 13px;
  font-weight: 800;

  letter-spacing: 2px;
}


.about-hero-label span {
  display: block;

  width: 32px;
  height: 2px;

  border-radius: 10px;

  background: #f58220;
}


/* =========================================
   HEADING
========================================= */

.about-hero-content h1 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(40px, 5vw, 64px);

  line-height: 1.1;

  font-weight: 800;

  letter-spacing: -1.5px;
}


.about-hero-content h1 strong {
  color: #ff9a4a;
  font-weight: 800;
}


/* =========================================
   DESCRIPTION
========================================= */

.about-hero-content > p {
  max-width: 680px;

  margin: 20px auto 28px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 17px;

  line-height: 1.75;
}


/* =========================================
   BREADCRUMB
========================================= */

.about-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  margin: 0;
  padding: 11px 18px;

  list-style: none;

  border: 1px solid rgba(255, 255, 255, 0.14);

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


.about-breadcrumb li {
  font-size: 14px;
  font-weight: 600;
}


.about-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: rgba(255, 255, 255, 0.75);

  text-decoration: none;

  transition: 0.25s ease;
}


.about-breadcrumb a:hover {
  color: #ffffff;
}


.about-breadcrumb a i {
  font-size: 12px;
}


.about-breadcrumb .separator {
  color: rgba(255, 255, 255, 0.35);

  font-size: 10px;
}


.about-breadcrumb .active {
  color: #ff9a4a;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .about-page-hero {
    padding: 75px 0 70px;
  }

  .about-hero-content h1 {
    font-size: clamp(38px, 6vw, 54px);
  }

  .about-hero-content > p {
    font-size: 16px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .about-page-hero {
    padding: 60px 0 55px;
  }

  .about-hero-label {
    gap: 7px;

    margin-bottom: 15px;

    font-size: 10px;
    letter-spacing: 1.4px;
  }

  .about-hero-label span {
    width: 22px;
  }

  .about-hero-content h1 {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .about-hero-content > p {
    margin: 16px auto 23px;

    font-size: 15px;
    line-height: 1.65;
  }

  .about-breadcrumb {
    gap: 10px;

    padding: 10px 15px;
  }

  .about-breadcrumb li {
    font-size: 13px;
  }

  .about-hero-shape-1 {
    width: 260px;
    height: 260px;

    right: -150px;
    top: -130px;

    border-width: 45px;
  }

  .about-hero-shape-2 {
    width: 190px;
    height: 190px;

    left: -110px;
    bottom: -120px;
  }

}

/* Section */
.section-badge {
  letter-spacing: 1.5px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bg-orange);
}

/* Icons */
.icon-circle {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-light-blue);
  color: var(--bg-primary);
  font-size: 1.5rem;
}

.icon-circle-sm {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-light-blue);
  color: var(--bg-primary);
  font-size: 1.15rem;
}

/* Hover */
.hover-lift {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2.5rem rgba(6, 42, 77, 0.14);
}

/* Image Zoom */
.img-zoom {
  overflow: hidden;
  border-radius: 1rem;
}

.img-zoom img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-zoom:hover img {
  transform: scale(1.1);
}

/* Steps */
.step-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: var(--bg-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

/* Animation */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Offcanvas */
.offcanvas-start {
  width: 85% !important;
  max-width: 340px;
}

/* Header */
.sticky-header {
  box-shadow: 0 2px 14px rgba(6, 42, 77, 0.08);
}

/* Footer */
/* =========================================
   BASANTI BHARAT GAS FOOTER
========================================= */

.bbg-footer {
    position: relative;

    overflow: hidden;

    padding-top: 75px;

    background: #0d263d;

    color: #ffffff;
}


/* Background decoration */

.bbg-footer::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    top: -300px;
    right: -220px;

    border: 1px solid rgba(255,255,255,0.045);
}

.bbg-footer::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    bottom: -230px;
    left: -180px;

    background: rgba(245,130,32,0.035);
}

.bbg-footer .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   MAIN FOOTER
========================================= */

.bbg-footer-main {
    display: grid;

    grid-template-columns: 1.5fr 0.8fr 0.9fr 1.15fr;

    gap: 55px;

    padding-bottom: 55px;
}


/* =========================================
   BRAND
========================================= */

.bbg-footer-logo {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;

    color: #ffffff;

    text-decoration: none;

    font-size: 20px;

    line-height: 1.05;

    font-weight: 700;
}

.bbg-footer-logo strong {
    display: block;

    color: #56a9e2;

    font-size: 21px;
}

.bbg-footer-logo-icon {
    width: 47px;
    height: 47px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: #f58220;

    color: #ffffff;

    font-size: 20px;

    box-shadow:
        0 8px 20px rgba(245,130,32,0.16);
}

.bbg-footer-brand p {
    max-width: 390px;

    margin: 0;

    color: rgba(255,255,255,0.57);

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   SOCIAL
========================================= */

.bbg-footer-social {
    display: flex;

    gap: 9px;

    margin-top: 23px;
}

.bbg-footer-social a {
    width: 39px;
    height: 39px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.11);

    border-radius: 10px;

    background: rgba(255,255,255,0.045);

    color: rgba(255,255,255,0.72);

    text-decoration: none;

    font-size: 13px;

    transition: all 0.25s ease;
}

.bbg-footer-social a:hover {
    border-color: #f58220;

    background: #f58220;

    color: #ffffff;

    transform: translateY(-3px);
}


/* =========================================
   FOOTER COLUMNS
========================================= */

.bbg-footer-column h3,
.bbg-footer-contact h3 {
    position: relative;

    margin: 4px 0 22px;

    padding-bottom: 11px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 750;
}

.bbg-footer-column h3::after,
.bbg-footer-contact h3::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 28px;
    height: 2px;

    border-radius: 5px;

    background: #f58220;
}


/* =========================================
   LINKS
========================================= */

.bbg-footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.bbg-footer-column li {
    margin-bottom: 12px;
}

.bbg-footer-column a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: rgba(255,255,255,0.57);

    text-decoration: none;

    font-size: 13px;

    transition: all 0.25s ease;
}

.bbg-footer-column a i {
    color: #f58220;

    font-size: 9px;

    transition: transform 0.25s ease;
}

.bbg-footer-column a:hover {
    color: #ffffff;

    transform: translateX(3px);
}

.bbg-footer-column a:hover i {
    transform: translateX(2px);
}


/* =========================================
   CONTACT
========================================= */

.bbg-footer-contact-item {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 17px;
}

.bbg-footer-contact-icon {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(245,130,32,0.10);

    color: #f58220;

    font-size: 13px;
}

.bbg-footer-contact-item span {
    display: block;

    margin-bottom: 3px;

    color: rgba(255,255,255,0.40);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.6px;
}

.bbg-footer-contact-item a {
    display: block;

    color: rgba(255,255,255,0.76);

    text-decoration: none;

    font-size: 13px;

    line-height: 1.5;

    word-break: break-word;

    transition: color 0.25s ease;
}

.bbg-footer-contact-item a:hover {
    color: #f58220;
}

.bbg-footer-contact-item p {
    max-width: 220px;

    margin: 0;

    color: rgba(255,255,255,0.65);

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================
   FOOTER CTA
========================================= */

.bbg-footer-cta {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding: 21px 25px;

    border: 1px solid rgba(255,255,255,0.09);

    border-radius: 15px;

    background:
        linear-gradient(
            100deg,
            rgba(20,121,201,0.13),
            rgba(245,130,32,0.08)
        );
}

.bbg-footer-cta span {
    display: block;

    margin-bottom: 4px;

    color: #f58220;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.2px;
}

.bbg-footer-cta span i {
    margin-right: 5px;
}

.bbg-footer-cta h4 {
    margin: 0;

    color: #ffffff;

    font-size: 17px;

    font-weight: 700;
}

.bbg-footer-cta > a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 42px;

    padding: 0 17px;

    border-radius: 9px;

    background: #f58220;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 750;

    white-space: nowrap;

    transition: all 0.25s ease;
}

.bbg-footer-cta > a:hover {
    background: #ff963e;

    color: #ffffff;

    transform: translateY(-2px);
}

.bbg-footer-cta > a i {
    font-size: 10px;

    transition: transform 0.25s ease;
}

.bbg-footer-cta > a:hover i {
    transform: translateX(4px);
}


/* =========================================
   BOTTOM
========================================= */

.bbg-footer-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 45px;

    padding: 22px 0;

    border-top: 1px solid rgba(255,255,255,0.08);
}

.bbg-footer-bottom p {
    margin: 0;

    color: rgba(255,255,255,0.42);

    font-size: 11px;
}

.bbg-footer-bottom p strong {
    color: rgba(255,255,255,0.65);

    font-weight: 600;
}

.bbg-footer-bottom-links {
    display: flex;

    gap: 20px;
}

.bbg-footer-bottom-links a {
    color: rgba(255,255,255,0.42);

    text-decoration: none;

    font-size: 11px;

    transition: color 0.25s ease;
}

.bbg-footer-bottom-links a:hover {
    color: #f58220;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .bbg-footer {
        padding-top: 60px;
    }

    .bbg-footer-main {
        grid-template-columns: 1.3fr 1fr 1fr;

        gap: 40px;
    }

    .bbg-footer-brand {
        grid-column: 1 / -1;
    }

    .bbg-footer-brand p {
        max-width: 650px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .bbg-footer {
        padding-top: 50px;
    }

    .bbg-footer-main {
        grid-template-columns: 1fr;

        gap: 35px;

        padding-bottom: 35px;
    }

    .bbg-footer-brand {
        grid-column: auto;
    }

    .bbg-footer-brand p {
        font-size: 13px;
    }

    .bbg-footer-column h3,
    .bbg-footer-contact h3 {
        margin-bottom: 17px;
    }

    .bbg-footer-cta {
        flex-direction: column;

        align-items: flex-start;

        padding: 20px;
    }

    .bbg-footer-cta > a {
        width: 100%;
    }

    .bbg-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        margin-top: 30px;

        padding: 20px 0;
    }

    .bbg-footer-bottom-links {
        flex-wrap: wrap;

        gap: 12px 18px;
    }

}

/* Common */
.rounded-4x {
  border-radius: 1.25rem;
}

.badge-soft {
  background: var(--bg-light-blue);
  color: var(--bg-primary);
  font-weight: 600;
  font-size: 0.75rem;
}

.divider-orange {
  width: 56px;
  height: 4px;
  background: var(--bg-orange);
  border-radius: 2px;
}

/* Navigation */
.nav-link {
  font-weight: 500;
  color: var(--bg-navy) !important;
}

.nav-link.active {
  color: var(--bg-primary) !important;
  font-weight: 700;
}

/* Accordion */
.accordion-button:not(.collapsed) {
  background: var(--bg-light-blue);
  color: var(--bg-primary);
}

.accordion-button:focus {
  box-shadow: none;
}

/* Gallery */
.gallery-item {
  position: relative;
  cursor: pointer;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 42, 77, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Form Focus */
.form-control:focus,
.form-select:focus {
  border-color: var(--bg-primary);
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 165, 0.15);
}

/* Responsive */
@media (max-width: 575.98px) {
  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.55rem;
  }
}


/* =========================================
   WHATSAPP FLOATING BUTTON
========================================= */

.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 25px;
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #25d366;
  color: #ffffff;

  border-radius: 50%;
  text-decoration: none;

  font-size: 30px;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);

  z-index: 9999;

  /* Hidden initially */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.8);

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.3s ease;
}


/* Visible after scrolling */

.whatsapp-float.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);

  animation: whatsappBounce 2s infinite;
}


/* Hover */

.whatsapp-float:hover {
  color: #ffffff;
  text-decoration: none;

  transform: scale(1.08);

  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}


/* Pulse animation */

.whatsapp-float::before {
  content: "";

  position: absolute;
  inset: -5px;

  border-radius: 50%;

  border: 2px solid rgba(37, 211, 102, 0.45);

  animation: whatsappPulse 2s infinite;
}


/* Icon */

.whatsapp-float i {
  position: relative;
  z-index: 2;
}


/* Tooltip */

.whatsapp-tooltip {
  position: absolute;

  left: 70px;
  top: 50%;

  transform: translateY(-50%) translateX(-8px);

  background: #12263a;
  color: #ffffff;

  padding: 8px 13px;

  border-radius: 7px;

  font-size: 13px;
  font-weight: 600;

  white-space: nowrap;

  opacity: 0;
  visibility: hidden;

  transition: all 0.25s ease;
}


/* Tooltip arrow */

.whatsapp-tooltip::before {
  content: "";

  position: absolute;

  left: -6px;
  top: 50%;

  transform: translateY(-50%);

  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #12263a;
}


/* Show tooltip */

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;

  transform: translateY(-50%) translateX(0);
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes whatsappBounce {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.03);
  }
}


@keyframes whatsappPulse {

  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }

  70% {
    transform: scale(1.25);
    opacity: 0;
  }

  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767.98px) {

  .whatsapp-float {
    left: 18px;
    bottom: 20px;

    width: 54px;
    height: 54px;

    font-size: 27px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .whatsapp-float {
    left: 15px;
    bottom: 18px;

    width: 52px;
    height: 52px;

    font-size: 26px;
  }

  /* Hide tooltip on mobile */
  .whatsapp-tooltip {
    display: none;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

  .whatsapp-float {
    left: 12px;
    bottom: 15px;

    width: 49px;
    height: 49px;

    font-size: 24px;
  }

}

/* about us page code */

/* =========================================
   ABOUT SECTION - NEW UI
========================================= */

.agency-about-new {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #f7f9fc;
}

.agency-about-new::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(20, 121, 201, 0.05);
  top: -220px;
  left: -220px;
}

.agency-about-new::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.05);
  right: -160px;
  bottom: -160px;
}

.agency-about-new .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.agency-about-new-wrapper {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 70px;
}


/* =========================================
   IMAGE
========================================= */

.agency-about-new-image {
  position: relative;
  height: 570px;
  border-radius: 28px;
  overflow: visible;
}

.agency-about-new-image::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  left: -20px;
  bottom: -20px;
  border-radius: 28px;
  background: #1479c9;
  opacity: 0.08;
}

.agency-about-new-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  box-shadow: 0 25px 60px rgba(24, 54, 82, 0.15);
  transition: transform 0.5s ease;
}

.agency-about-new-image:hover img {
  transform: scale(1.025);
}


/* =========================================
   IMAGE BADGE
========================================= */

.agency-about-new-badge {
  position: absolute;
  z-index: 4;
  left: -25px;
  bottom: 35px;

  display: flex;
  align-items: center;
  gap: 13px;

  padding: 16px 22px;
  min-width: 205px;

  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 18px 40px rgba(20, 50, 80, 0.15);
}

.agency-about-new-badge i {
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 11px;
  background: #fff1e7;
  color: #f58220;
  font-size: 18px;
}

.agency-about-new-badge strong {
  display: block;
  color: #20364a;
  font-size: 14px;
  font-weight: 800;
}

.agency-about-new-badge span {
  display: block;
  margin-top: 3px;
  color: #8a98a6;
  font-size: 12px;
}


/* =========================================
   IMAGE NUMBER
========================================= */

.agency-about-new-number {
  position: absolute;
  z-index: 3;
  top: 25px;
  right: -20px;

  width: 70px;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 18px;
  background: #1479c9;
  box-shadow: 0 15px 35px rgba(20, 121, 201, 0.25);
}

.agency-about-new-number span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}


/* =========================================
   CONTENT
========================================= */

.agency-about-new-content {
  padding-right: 15px;
}

.agency-about-new-label {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 15px;

  color: #f58220;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.agency-about-new-label span {
  width: 35px;
  height: 3px;
  border-radius: 10px;
  background: #f58220;
}


/* =========================================
   HEADING
========================================= */

.agency-about-new-content h2 {
  margin: 0;

  color: #12263a;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.agency-about-new-content h2 span {
  display: block;
  color: #1479c9;
}


/* =========================================
   LINE
========================================= */

.agency-about-new-line {
  width: 65px;
  height: 4px;
  margin: 23px 0;

  border-radius: 10px;
  background: #f58220;
}


/* =========================================
   TEXT
========================================= */

.agency-about-new-intro {
  max-width: 650px;
  margin: 0 0 13px;

  color: #586b7c;
  font-size: 17px;
  line-height: 1.85;
}

.agency-about-new-text {
  max-width: 650px;
  margin: 0 0 28px;

  color: #718192;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   FEATURES
========================================= */

.agency-about-new-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.agency-about-new-feature {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px;

  border: 1px solid #e5ebf0;
  border-radius: 15px;
  background: #ffffff;

  transition: all 0.3s ease;
}

.agency-about-new-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 121, 201, 0.2);
  box-shadow: 0 12px 30px rgba(25, 55, 85, 0.08);
}

.agency-about-new-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 11px;
  background: #eaf4fc;
  color: #1479c9;

  font-size: 16px;

  transition: 0.3s ease;
}

.agency-about-new-feature:hover .agency-about-new-icon {
  background: #1479c9;
  color: #ffffff;
}

.agency-about-new-feature h5 {
  margin: 0 0 4px;

  color: #25394d;
  font-size: 15px;
  font-weight: 800;
}

.agency-about-new-feature p {
  margin: 0;

  color: #8997a5;
  font-size: 13px;
  line-height: 1.5;
}


/* =========================================
   BOTTOM
========================================= */

.agency-about-new-bottom {
  display: flex;
  align-items: center;
  gap: 25px;

  margin-top: 30px;
}

.agency-about-new-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 23px;

  border-radius: 10px;
  background: #1479c9;
  color: #ffffff;

  text-decoration: none;
  font-size: 14px;
  font-weight: 700;

  box-shadow: 0 10px 25px rgba(20, 121, 201, 0.18);

  transition: 0.3s ease;
}

.agency-about-new-btn:hover {
  color: #ffffff;
  background: #0e66ac;
  transform: translateY(-2px);
}

.agency-about-new-btn i {
  font-size: 12px;
}


/* =========================================
   SUPPORT
========================================= */

.agency-about-new-support {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agency-about-new-support > i {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #fff1e7;
  color: #f58220;

  font-size: 16px;
}

.agency-about-new-support span {
  display: block;
  color: #8997a5;
  font-size: 12px;
}

.agency-about-new-support strong {
  display: block;
  margin-top: 3px;
  color: #263c50;
  font-size: 14px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .agency-about-new {
    padding: 75px 0;
  }

  .agency-about-new-wrapper {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .agency-about-new-image {
    max-width: 700px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }

  .agency-about-new-content {
    padding-right: 0;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .agency-about-new {
    padding: 55px 0;
  }

  .agency-about-new-wrapper {
    gap: 40px;
  }

  .agency-about-new-image {
    height: 360px;
  }

  .agency-about-new-badge {
    left: 10px;
    bottom: 20px;
    padding: 12px 14px;
    min-width: 185px;
  }

  .agency-about-new-badge i {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .agency-about-new-badge strong {
    font-size: 12px;
  }

  .agency-about-new-badge span {
    font-size: 10px;
  }

  .agency-about-new-number {
    top: 15px;
    right: 10px;
    width: 55px;
    height: 55px;
    border-radius: 14px;
  }

  .agency-about-new-number span {
    font-size: 16px;
  }

  .agency-about-new-content h2 {
    font-size: 25px;
    letter-spacing: -0.8px;
  }

  .agency-about-new-intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .agency-about-new-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .agency-about-new-features {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .agency-about-new-feature {
    padding: 15px;
  }

  .agency-about-new-feature h5 {
    font-size: 14px;
  }

  .agency-about-new-feature p {
    font-size: 12px;
  }

  .agency-about-new-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .agency-about-new-btn {
    width: 100%;
    justify-content: center;
  }

}


/* =========================================
   MISSION & VISION - NEW UI
========================================= */

.mission-vision-new {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #f5f8fb;
}

.mission-vision-new::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(20, 121, 201, 0.045);
  left: -220px;
  top: -200px;
}

.mission-vision-new::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.045);
  right: -180px;
  bottom: -180px;
}

.mission-vision-new .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.mv-header {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.mv-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-bottom: 16px;

  color: #f58220;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.mv-label span {
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background: #f58220;
}

.mv-header h2 {
  margin: 0 0 15px;

  color: #12263a;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.2px;
}

.mv-header h2 span {
  color: #1479c9;
}

.mv-header p {
  max-width: 620px;
  margin: auto;

  color: #718192;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   GRID
========================================= */

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}


/* =========================================
   CARD
========================================= */

.mv-card {
  position: relative;
  overflow: hidden;

  min-height: 390px;
  padding: 32px;

  border: 1px solid #e3eaf0;
  border-radius: 24px;

  background: #ffffff;

  box-shadow: 0 12px 35px rgba(25, 55, 85, 0.06);

  transition: all 0.35s ease;
}

.mv-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px rgba(25, 55, 85, 0.11);
}


/* =========================================
   CARD DECORATION
========================================= */

.mv-card::after {
  content: "";

  position: absolute;
  width: 180px;
  height: 180px;

  border-radius: 50%;

  right: -80px;
  bottom: -80px;

  background: rgba(20, 121, 201, 0.045);
}

.mv-vision::after {
  background: rgba(245, 130, 32, 0.055);
}


/* =========================================
   CARD TOP
========================================= */

.mv-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 35px;
}

.mv-icon {
  width: 65px;
  height: 65px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 17px;

  background: #eaf4fc;
  color: #1479c9;

  font-size: 25px;

  transition: all 0.3s ease;
}

.mv-vision .mv-icon {
  background: #fff1e7;
  color: #f58220;
}

.mv-card:hover .mv-icon {
  transform: rotate(-4deg) scale(1.05);
}

.mv-mission:hover .mv-icon {
  background: #1479c9;
  color: #ffffff;
}

.mv-vision:hover .mv-icon {
  background: #f58220;
  color: #ffffff;
}


/* =========================================
   NUMBER
========================================= */

.mv-number {
  color: #e6edf2;
  font-size: 55px;
  line-height: 1;
  font-weight: 800;
}


/* =========================================
   CONTENT
========================================= */

.mv-card-content {
  position: relative;
  z-index: 2;
}

.mv-small-title {
  display: block;

  margin-bottom: 8px;

  color: #f58220;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.mv-card h3 {
  margin: 0;

  color: #12263a;
  font-size: 30px;
  font-weight: 800;
}

.mv-line {
  width: 55px;
  height: 4px;

  margin: 17px 0 20px;

  border-radius: 10px;
  background: #1479c9;
}

.mv-vision .mv-line {
  background: #f58220;
}

.mv-card p {
  max-width: 600px;

  margin: 0;

  color: #66798a;
  font-size: 16px;
  line-height: 1.85;
}


/* =========================================
   FOOTER
========================================= */

.mv-card-footer {
  position: absolute;
  z-index: 3;

  left: 32px;
  right: 32px;
  bottom: 28px;

  display: flex;
  align-items: center;
  gap: 10px;

  padding-top: 18px;

  border-top: 1px solid #edf1f4;

  color: #82909d;
  font-size: 13px;
  font-weight: 600;
}

.mv-card-footer i {
  color: #1479c9;
  font-size: 16px;
}

.mv-vision .mv-card-footer i {
  color: #f58220;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767.98px) {

  .mission-vision-new {
    padding: 70px 0;
  }

  .mv-header {
    margin-bottom: 35px;
  }

  .mv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mv-card {
    min-height: 370px;
    padding: 26px;
  }

  .mv-card-footer {
    left: 26px;
    right: 26px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .mission-vision-new {
    padding: 55px 0;
  }

  .mv-header h2 {
    font-size: 34px;
  }

  .mv-header p {
    font-size: 15px;
    line-height: 1.7;
  }

  .mv-card {
    min-height: 390px;
    padding: 22px;
    border-radius: 19px;
  }

  .mv-card-top {
    margin-bottom: 27px;
  }

  .mv-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    font-size: 21px;
  }

  .mv-number {
    font-size: 43px;
  }

  .mv-small-title {
    font-size: 11px;
  }

  .mv-card h3 {
    font-size: 27px;
  }

  .mv-card p {
    font-size: 15px;
    line-height: 1.75;
  }

  .mv-card-footer {
    left: 22px;
    right: 22px;
    bottom: 22px;
    font-size: 12px;
  }
}


/* =========================================
   WHY CUSTOMERS TRUST US - NEW UI
========================================= */

.trust-section-new {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #f5f8fb;
}

.trust-section-new::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  left: -220px;
  top: -220px;
  background: rgba(20, 121, 201, 0.045);
}

.trust-section-new::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  right: -150px;
  bottom: -150px;
  background: rgba(245, 130, 32, 0.05);
}

.trust-section-new .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.trust-header-new {
  max-width: 720px;
  margin: 0 auto 55px;
  text-align: center;
}

.trust-label-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-bottom: 15px;

  color: #f58220;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.trust-label-new span {
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background: #f58220;
}

.trust-header-new h2 {
  margin: 0 0 15px;

  color: #12263a;
  font-size: clamp(37px, 4vw, 51px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.2px;
}

.trust-header-new h2 span {
  color: #1479c9;
}

.trust-header-new p {
  max-width: 620px;
  margin: auto;

  color: #718192;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   GRID
========================================= */

.trust-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}


/* =========================================
   CARD
========================================= */

.trust-card-new {
  position: relative;
  overflow: hidden;

  min-height: 310px;
  padding: 27px 24px;

  border: 1px solid #e3eaf0;
  border-radius: 20px;

  background: #ffffff;

  box-shadow: 0 10px 30px rgba(25, 55, 85, 0.05);

  transition: all 0.35s ease;
}

.trust-card-new:hover {
  transform: translateY(-8px);

  border-color: rgba(20, 121, 201, 0.2);

  box-shadow: 0 20px 45px rgba(25, 55, 85, 0.11);
}


/* =========================================
   DECORATION
========================================= */

.trust-card-new::after {
  content: "";

  position: absolute;
  width: 130px;
  height: 130px;

  right: -65px;
  bottom: -65px;

  border-radius: 50%;

  background: rgba(20, 121, 201, 0.045);
}

.trust-card-new:nth-child(2)::after,
.trust-card-new:nth-child(4)::after {
  background: rgba(245, 130, 32, 0.05);
}


/* =========================================
   TOP
========================================= */

.trust-card-top-new {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 30px;
}


/* =========================================
   ICON
========================================= */

.trust-icon-new {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 15px;

  background: #eaf4fc;
  color: #1479c9;

  font-size: 21px;

  transition: all 0.3s ease;
}

.trust-card-new:nth-child(2) .trust-icon-new,
.trust-card-new:nth-child(4) .trust-icon-new {
  background: #fff1e7;
  color: #f58220;
}

.trust-card-new:hover .trust-icon-new {
  transform: scale(1.08) rotate(-4deg);
}

.trust-card-new:hover .trust-icon-new {
  background: #1479c9;
  color: #ffffff;
}

.trust-card-new:nth-child(2):hover .trust-icon-new,
.trust-card-new:nth-child(4):hover .trust-icon-new {
  background: #f58220;
  color: #ffffff;
}


/* =========================================
   NUMBER
========================================= */

.trust-number-new {
  color: #e6edf2;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
}


/* =========================================
   CONTENT
========================================= */

.trust-card-content-new {
  position: relative;
  z-index: 2;
}

.trust-mini-label-new {
  display: block;

  margin-bottom: 8px;

  color: #f58220;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.3px;
}

.trust-card-content-new h4 {
  margin: 0 0 11px;

  color: #25394d;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
}

.trust-card-content-new p {
  margin: 0;

  color: #7b8a98;
  font-size: 14px;
  line-height: 1.7;
}


/* =========================================
   BOTTOM LINE
========================================= */

.trust-card-line-new {
  position: absolute;

  left: 24px;
  right: 24px;
  bottom: 22px;

  height: 3px;

  border-radius: 10px;

  background: #eaf4fc;

  transition: 0.3s ease;
}

.trust-card-new:hover .trust-card-line-new {
  background: #1479c9;
}

.trust-card-new:nth-child(2):hover .trust-card-line-new,
.trust-card-new:nth-child(4):hover .trust-card-line-new {
  background: #f58220;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .trust-section-new {
    padding: 75px 0;
  }

  .trust-grid-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .trust-section-new {
    padding: 55px 0;
  }

  .trust-header-new {
    margin-bottom: 35px;
  }

  .trust-header-new h2 {
    font-size: 34px;
  }

  .trust-header-new p {
    font-size: 15px;
    line-height: 1.7;
  }

  .trust-grid-new {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .trust-card-new {
    min-height: 285px;
    padding: 23px;
  }

  .trust-icon-new {
    width: 53px;
    height: 53px;
    font-size: 19px;
  }

  .trust-number-new {
    font-size: 34px;
  }

  .trust-card-content-new h4 {
    font-size: 18px;
  }

  .trust-card-content-new p {
    font-size: 14px;
    line-height: 1.65;
  }

  .trust-card-line-new {
    left: 23px;
    right: 23px;
  }

}


/* =========================================
   CUSTOMER FIRST APPROACH
========================================= */

.approach-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: linear-gradient(135deg, #0d2338 0%, #1479c9 100%);
  color: #ffffff;
}

.approach-section .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   BACKGROUND DECORATION
========================================= */

.approach-bg-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.approach-bg-circle-one {
  width: 430px;
  height: 430px;
  left: -220px;
  top: -220px;
  border: 70px solid rgba(255, 255, 255, 0.045);
}

.approach-bg-circle-two {
  width: 330px;
  height: 330px;
  right: -170px;
  bottom: -180px;
  border: 55px solid rgba(245, 130, 32, 0.10);
}


/* =========================================
   MAIN WRAPPER
========================================= */

.approach-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 50px 55px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}


/* =========================================
   ICON
========================================= */

.approach-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #f58220;
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 12px 30px rgba(245, 130, 32, 0.28);
}


/* =========================================
   LABEL
========================================= */

.approach-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 13px;
  color: #ffb36f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.approach-label span {
  width: 35px;
  height: 2px;
  border-radius: 5px;
  background: #f58220;
}


/* =========================================
   HEADING
========================================= */

.approach-wrapper h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.approach-wrapper h2 strong {
  color: #ff9a4d;
}


/* =========================================
   LINE
========================================= */

.approach-line {
  width: 60px;
  height: 4px;
  margin: 20px auto 22px;
  border-radius: 10px;
  background: #f58220;
}


/* =========================================
   DESCRIPTION
========================================= */

.approach-wrapper > p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
}


/* =========================================
   POINTS
========================================= */

.approach-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 35px;
}

.approach-point {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.3s ease;
}

.approach-point:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(245, 130, 32, 0.5);
}


/* =========================================
   POINT ICON
========================================= */

.approach-point-icon {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(245, 130, 32, 0.16);
  color: #ff9a4d;
  font-size: 17px;
}


/* =========================================
   POINT CONTENT
========================================= */

.approach-point h5 {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.approach-point span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.45;
}


/* =========================================
   BUTTON
========================================= */

.approach-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
  padding: 13px 24px;
  border-radius: 10px;
  background: #f58220;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(245, 130, 32, 0.22);
  transition: all 0.3s ease;
}

.approach-btn:hover {
  color: #ffffff;
  background: #e66e0c;
  transform: translateY(-3px);
}

.approach-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.approach-btn:hover i {
  transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .approach-section {
    padding: 70px 0;
  }

  .approach-wrapper {
    padding: 45px 35px;
  }

  .approach-points {
    grid-template-columns: 1fr;
  }

  .approach-point {
    justify-content: flex-start;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .approach-section {
    padding: 55px 0;
  }

  .approach-wrapper {
    padding: 35px 18px;
    border-radius: 20px;
  }

  .approach-icon {
    width: 56px;
    height: 56px;
    font-size: 21px;
    border-radius: 15px;
  }

  .approach-label {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .approach-label span {
    width: 22px;
  }

  .approach-wrapper h2 {
    font-size: 32px;
  }

  .approach-wrapper > p {
    font-size: 15px;
    line-height: 1.7;
  }

  .approach-points {
    gap: 10px;
    margin-top: 28px;
  }

  .approach-point {
    padding: 14px;
  }

  .approach-point-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .approach-point h5 {
    font-size: 14px;
  }

  .approach-point span {
    font-size: 12px;
  }

  .approach-btn {
    width: 100%;
    justify-content: center;
    margin-top: 28px;
  }
}



/* =========================================
   OUR PROCESS
========================================= */

.agency-process {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: #f5f8fb;
}

.agency-process .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   BACKGROUND
========================================= */

.agency-process-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.agency-process-bg-1 {
  width: 420px;
  height: 420px;
  left: -230px;
  top: -210px;
  background: rgba(20, 121, 201, 0.045);
}

.agency-process-bg-2 {
  width: 300px;
  height: 300px;
  right: -160px;
  bottom: -150px;
  background: rgba(245, 130, 32, 0.055);
}


/* =========================================
   HEADER
========================================= */

.agency-process-header {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.agency-process-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #f58220;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.agency-process-label span {
  width: 32px;
  height: 2px;
  border-radius: 5px;
  background: #f58220;
}

.agency-process-header h2 {
  margin: 0 0 16px;
  color: #12263a;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -1px;
}

.agency-process-header h2 strong {
  color: #1479c9;
}

.agency-process-header p {
  max-width: 620px;
  margin: 0 auto;
  color: #667789;
  font-size: 17px;
  line-height: 1.75;
}


/* =========================================
   PROCESS LIST
========================================= */

.agency-process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


/* CONNECTING LINE */

.agency-process-list::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: #dce7ef;
  z-index: 0;
}


/* =========================================
   PROCESS ITEM
========================================= */

.agency-process-item {
  position: relative;
  z-index: 2;
  text-align: center;
}


/* =========================================
   NUMBER
========================================= */

.agency-process-number {
  position: absolute;
  top: -8px;
  right: 22%;
  color: #d6e1e9;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}


/* =========================================
   ICON
========================================= */

.agency-process-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: 7px solid #f5f8fb;
  border-radius: 50%;

  background: #1479c9;
  color: #ffffff;

  font-size: 22px;

  box-shadow:
    0 10px 28px rgba(20, 121, 201, 0.20);

  transition: all 0.3s ease;
}

.agency-process-item:hover .agency-process-icon {
  background: #f58220;
  transform: translateY(-6px);

  box-shadow:
    0 14px 30px rgba(245, 130, 32, 0.25);
}


/* =========================================
   CONTENT
========================================= */

.agency-process-content {
  min-height: 190px;
  padding: 25px 20px;

  border: 1px solid #e1e8ee;
  border-radius: 18px;

  background: #ffffff;

  box-shadow:
    0 8px 28px rgba(25, 55, 85, 0.055);

  transition: all 0.3s ease;
}

.agency-process-item:hover .agency-process-content {
  transform: translateY(-5px);

  border-color: rgba(20, 121, 201, 0.20);

  box-shadow:
    0 16px 38px rgba(25, 55, 85, 0.10);
}


/* STEP LABEL */

.agency-process-content > span {
  display: block;
  margin-bottom: 8px;

  color: #f58220;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
}


/* TITLE */

.agency-process-content h4 {
  margin: 0 0 10px;

  color: #25394d;

  font-size: 20px;
  line-height: 1.3;
  font-weight: 750;
}


/* DESCRIPTION */

.agency-process-content p {
  margin: 0;

  color: #718192;

  font-size: 15px;
  line-height: 1.7;
}


/* =========================================
   BOTTOM NOTE
========================================= */

.agency-process-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  width: fit-content;
  max-width: 100%;

  margin: 40px auto 0;
  padding: 14px 22px;

  border: 1px solid #dfe7ed;
  border-radius: 14px;

  background: #ffffff;

  box-shadow:
    0 8px 25px rgba(25, 55, 85, 0.05);
}

.agency-process-note-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 11px;

  background: #eaf4fc;
  color: #1479c9;

  font-size: 17px;
}

.agency-process-note strong {
  display: block;

  color: #25394d;

  font-size: 14px;
  font-weight: 700;
}

.agency-process-note span {
  display: block;

  margin-top: 3px;

  color: #7b8996;

  font-size: 13px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .agency-process {
    padding: 75px 0;
  }

  .agency-process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }

  .agency-process-list::before {
    display: none;
  }

  .agency-process-content {
    min-height: 175px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .agency-process {
    padding: 55px 0;
  }

  .agency-process-header {
    margin-bottom: 40px;
  }

  .agency-process-label {
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .agency-process-label span {
    width: 23px;
  }

  .agency-process-header h2 {
    font-size: 33px;
  }

  .agency-process-header p {
    font-size: 15px;
    line-height: 1.7;
  }


  .agency-process-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }


  .agency-process-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 15px;
    text-align: left;
  }


  .agency-process-number {
    display: none;
  }


  .agency-process-icon {
    width: 64px;
    height: 64px;
    margin: 0;

    border-width: 6px;

    font-size: 19px;
  }


  .agency-process-content {
    min-height: auto;
    padding: 18px;
  }


  .agency-process-content > span {
    font-size: 11px;
  }


  .agency-process-content h4 {
    font-size: 18px;
    margin-bottom: 7px;
  }


  .agency-process-content p {
    font-size: 14px;
    line-height: 1.6;
  }


  .agency-process-note {
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
    padding: 13px;
  }


  .agency-process-note strong {
    font-size: 13px;
  }


  .agency-process-note span {
    font-size: 12px;
  }

}

/* SERVICES PAGE CODE */

/* =========================================
   SERVICES SHOWCASE
========================================= */

.services-showcase {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background: #f5f8fb;
}

.services-showcase .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   BACKGROUND
========================================= */

.services-showcase-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.services-showcase-bg-1 {
  width: 450px;
  height: 450px;
  left: -250px;
  top: -220px;
  background: rgba(20, 121, 201, 0.045);
}

.services-showcase-bg-2 {
  width: 330px;
  height: 330px;
  right: -180px;
  bottom: -160px;
  background: rgba(245, 130, 32, 0.055);
}


/* =========================================
   HEADER
========================================= */

.services-showcase-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}

.services-showcase-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;

  color: #f58220;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.services-showcase-label span {
  width: 32px;
  height: 2px;
  background: #f58220;
  border-radius: 5px;
}

.services-showcase-header h2 {
  margin: 0;
  color: #12263a;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1px;
}

.services-showcase-header h2 strong {
  color: #1479c9;
}

.services-showcase-header > p {
  max-width: 480px;
  margin: 0 0 5px;

  color: #68798a;
  font-size: 17px;
  line-height: 1.75;
}


/* =========================================
   GRID
========================================= */

.services-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


/* =========================================
   CARD
========================================= */

.service-showcase-card {
  position: relative;
  overflow: hidden;

  min-height: 355px;
  padding: 25px;

  border: 1px solid #e2e9ef;
  border-radius: 20px;

  background: #ffffff;

  box-shadow: 0 8px 30px rgba(25, 55, 85, 0.055);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.service-showcase-card::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 4px;

  background: #1479c9;

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.35s ease;
}

.service-showcase-card:hover {
  transform: translateY(-7px);

  border-color: rgba(20, 121, 201, 0.20);

  box-shadow:
    0 18px 45px rgba(25, 55, 85, 0.11);
}

.service-showcase-card:hover::before {
  transform: scaleX(1);
}


/* =========================================
   FEATURED
========================================= */

.service-showcase-featured {
  border-color: rgba(245, 130, 32, 0.25);
}

.service-showcase-featured::before {
  background: #f58220;
}


/* =========================================
   TOP
========================================= */

.service-showcase-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}


/* =========================================
   ICON
========================================= */

.service-showcase-icon {
  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;

  background: #eaf4fc;
  color: #1479c9;

  font-size: 22px;

  transition: all 0.3s ease;
}

.service-showcase-card:hover .service-showcase-icon {
  background: #1479c9;
  color: #ffffff;

  transform: scale(1.05);
}

.service-showcase-featured .service-showcase-icon {
  background: #fff1e7;
  color: #f58220;
}

.service-showcase-featured:hover .service-showcase-icon {
  background: #f58220;
  color: #ffffff;
}


/* =========================================
   NUMBER
========================================= */

.service-showcase-number {
  color: #e5ebef;

  font-size: 36px;
  line-height: 1;

  font-weight: 800;

  transition: color 0.3s ease;
}

.service-showcase-card:hover .service-showcase-number {
  color: #dcecf8;
}


/* =========================================
   CONTENT
========================================= */

.service-showcase-content {
  position: relative;
  z-index: 2;
}

.service-showcase-tag {
  display: block;
  margin-bottom: 8px;

  color: #f58220;

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.service-showcase-content h3 {
  margin: 0 0 12px;

  color: #24394d;

  font-size: 21px;
  line-height: 1.3;

  font-weight: 750;
}

.service-showcase-content p {
  margin: 0;

  color: #718192;

  font-size: 15px;
  line-height: 1.7;
}


/* =========================================
   BUTTON
========================================= */

.service-showcase-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 22px;

  padding: 11px 17px;

  border: 1px solid #dbe5ec;
  border-radius: 9px;

  background: #ffffff;
  color: #1479c9;

  text-decoration: none;

  font-size: 14px;
  font-weight: 700;

  transition: all 0.25s ease;
}

.service-showcase-btn:hover {
  border-color: #1479c9;
  background: #1479c9;
  color: #ffffff;

  transform: translateX(3px);
}

.service-showcase-btn i {
  font-size: 11px;
  transition: transform 0.25s ease;
}

.service-showcase-btn:hover i {
  transform: translateX(3px);
}


/* =========================================
   BOTTOM CTA
========================================= */

.services-showcase-bottom {
  display: flex;
  align-items: center;
  gap: 15px;

  margin-top: 30px;
  padding: 20px 24px;

  border: 1px solid #e0e8ee;
  border-radius: 17px;

  background: #ffffff;

  box-shadow: 0 8px 25px rgba(25, 55, 85, 0.045);
}

.services-showcase-bottom-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 13px;

  background: #fff1e7;
  color: #f58220;

  font-size: 19px;
}

.services-showcase-bottom strong {
  display: block;

  color: #25394d;

  font-size: 16px;
  font-weight: 750;
}

.services-showcase-bottom span {
  display: block;

  margin-top: 3px;

  color: #7b8996;

  font-size: 14px;
}

.services-showcase-bottom > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-left: auto;

  padding: 12px 20px;

  border-radius: 9px;

  background: #1479c9;
  color: #ffffff;

  text-decoration: none;

  font-size: 14px;
  font-weight: 700;

  transition: 0.25s ease;
}

.services-showcase-bottom > a:hover {
  background: #0e66ac;
  transform: translateY(-2px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .services-showcase {
    padding: 75px 0;
  }

  .services-showcase-header {
    display: block;
    margin-bottom: 35px;
  }

  .services-showcase-header > p {
    max-width: 650px;
    margin-top: 18px;
  }

  .services-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .services-showcase {
    padding: 55px 0;
  }

  .services-showcase-header h2 {
    font-size: 33px;
  }

  .services-showcase-header > p {
    font-size: 15px;
    line-height: 1.7;
  }

  .services-showcase-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-showcase-card {
    min-height: auto;
    padding: 21px;
  }

  .service-showcase-icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .service-showcase-number {
    font-size: 31px;
  }

  .service-showcase-content h3 {
    font-size: 20px;
  }

  .service-showcase-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .service-showcase-btn {
    font-size: 14px;
  }

  .services-showcase-bottom {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 18px;
  }

  .services-showcase-bottom > a {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

}

/* =========================================
   MODERN FAQ SECTION
========================================= */

.modern-faq-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #f6f9fc;
}

.modern-faq-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(20, 121, 201, 0.045);
  top: -220px;
  left: -220px;
}

.modern-faq-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.045);
  right: -150px;
  bottom: -150px;
}

.modern-faq-section .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.modern-faq-header {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.modern-faq-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #f58220;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.modern-faq-tag span {
  width: 25px;
  height: 2px;
  border-radius: 5px;
  background: #f58220;
}

.modern-faq-header h2 {
  margin: 0;
  color: #12263a;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1px;
}

.modern-faq-header h2 strong {
  color: #1479c9;
}

.modern-faq-header p {
  max-width: 590px;
  margin: 18px auto 0;
  color: #718192;
  font-size: 15px;
  line-height: 1.8;
}


/* =========================================
   LAYOUT
========================================= */

.modern-faq-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 45px;
  align-items: start;
}


/* =========================================
   LEFT INFO
========================================= */

.modern-faq-info {
  position: sticky;
  top: 100px;
  padding: 32px;
  border-radius: 22px;
  background: #12263a;
  box-shadow: 0 20px 50px rgba(18, 38, 58, 0.12);
  overflow: hidden;
}

.modern-faq-info::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -90px;
  bottom: -90px;
  background: rgba(245, 130, 32, 0.12);
}

.modern-faq-info-icon {
  position: relative;
  z-index: 2;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #1479c9;
  color: #ffffff;
  font-size: 21px;
}

.modern-faq-info h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
}

.modern-faq-info > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   CONTACT BUTTON
========================================= */

.modern-faq-contact {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 12px 17px;
  border-radius: 9px;
  background: #f58220;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease;
}

.modern-faq-contact:hover {
  color: #ffffff;
  background: #e66f0c;
  transform: translateY(-2px);
}

.modern-faq-contact i {
  font-size: 10px;
}


/* =========================================
   PHONE BOX
========================================= */

.modern-faq-contact-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 27px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.modern-faq-contact-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #f58220;
  font-size: 13px;
}

.modern-faq-contact-box small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modern-faq-contact-box strong {
  display: block;
  margin-top: 3px;
  color: #ffffff;
  font-size: 13px;
}


/* =========================================
   FAQ LIST
========================================= */

.modern-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modern-faq-item {
  overflow: hidden;
  border: 1px solid #e3eaf0;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(25, 55, 85, 0.035);
  transition: 0.3s ease;
}

.modern-faq-item:hover {
  border-color: rgba(20, 121, 201, 0.18);
  box-shadow: 0 12px 30px rgba(25, 55, 85, 0.07);
}


/* =========================================
   QUESTION
========================================= */

.modern-faq-question {
  margin: 0;
}

.modern-faq-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: #25394d;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none !important;
}

.modern-faq-button:focus {
  outline: none;
}

.modern-faq-number {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  border-radius: 9px;
  background: #eaf4fc;
  color: #1479c9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
}

.modern-faq-question-text {
  flex: 1;
  line-height: 1.5;
}


/* =========================================
   TOGGLE
========================================= */

.modern-faq-toggle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border-radius: 50%;
  background: #f4f7f9;
  color: #1479c9;
  transition: 0.3s ease;
}

.modern-faq-toggle i {
  font-size: 11px;
  transition: transform 0.3s ease;
}


/* ACTIVE */

.modern-faq-button:not(.collapsed) {
  color: #1479c9;
}

.modern-faq-button:not(.collapsed) .modern-faq-number {
  background: #1479c9;
  color: #ffffff;
}

.modern-faq-button:not(.collapsed) .modern-faq-toggle {
  background: #f58220;
  color: #ffffff;
}

.modern-faq-button:not(.collapsed) .modern-faq-toggle i {
  transform: rotate(45deg);
}


/* =========================================
   ANSWER
========================================= */

.modern-faq-answer {
  margin: 0 22px 20px 74px;
  padding: 16px 18px;
  border-left: 3px solid #f58220;
  border-radius: 0 10px 10px 0;
  background: #f8fafc;
  color: #718192;
  font-size: 13px;
  line-height: 1.75;
}

.modern-faq-answer strong {
  color: #25394d;
  font-weight: 700;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .modern-faq-section {
    padding: 75px 0;
  }

  .modern-faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .modern-faq-info {
    position: relative;
    top: auto;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .modern-faq-section {
    padding: 55px 0;
  }

  .modern-faq-header {
    margin-bottom: 35px;
  }

  .modern-faq-header h2 {
    font-size: 34px;
  }

  .modern-faq-header p {
    font-size: 13px;
    line-height: 1.7;
  }

  .modern-faq-info {
    padding: 25px;
    border-radius: 18px;
  }

  .modern-faq-info h3 {
    font-size: 22px;
  }

  .modern-faq-info > p {
    font-size: 12px;
  }

  .modern-faq-button {
    gap: 11px;
    padding: 16px 14px;
    font-size: 12px;
  }

  .modern-faq-number {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 9px;
  }

  .modern-faq-toggle {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .modern-faq-answer {
    margin: 0 14px 16px 57px;
    padding: 13px 14px;
    font-size: 11px;
  }

}


/* =========================================
   BUSINESS HOURS SECTION
========================================= */

.agency-hours-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background: #f5f8fb;
}

.agency-hours-section::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(20, 121, 201, 0.045);
  left: -230px;
  top: -220px;
}

.agency-hours-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.05);
  right: -160px;
  bottom: -160px;
}

.agency-hours-section .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.agency-hours-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.agency-hours-info {
  max-width: 540px;
}

.agency-hours-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;

  color: #f58220;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.agency-hours-label span {
  width: 32px;
  height: 2px;
  border-radius: 10px;
  background: #f58220;
}

.agency-hours-info h2 {
  margin: 0 0 20px;

  color: #12263a;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.agency-hours-info h2 strong {
  display: block;
  color: #1479c9;
}

.agency-hours-description {
  max-width: 510px;
  margin: 0;

  color: #6c7c8c;
  font-size: 15px;
  line-height: 1.85;
}


/* =========================================
   STATUS BOX
========================================= */

.agency-hours-status {
  display: flex;
  align-items: center;
  gap: 13px;

  margin-top: 30px;
  padding-top: 24px;

  border-top: 1px solid #dce5eb;
}

.agency-status-dot {
  position: relative;

  width: 12px;
  height: 12px;
  flex: 0 0 12px;

  border-radius: 50%;
  background: #28a745;
}

.agency-status-dot::after {
  content: "";

  position: absolute;
  inset: -5px;

  border-radius: 50%;
  border: 1px solid rgba(40, 167, 69, 0.25);

  animation: agencyStatusPulse 1.8s infinite;
}

@keyframes agencyStatusPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.9;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.agency-hours-status strong {
  display: block;

  color: #25394d;
  font-size: 14px;
  font-weight: 750;
}

.agency-hours-status small {
  display: block;

  margin-top: 4px;

  color: #8997a5;
  font-size: 11px;
}


/* =========================================
   HOURS CARD
========================================= */

.agency-hours-card {
  padding: 30px;

  border: 1px solid #e3eaf0;
  border-radius: 22px;

  background: #ffffff;

  box-shadow:
    0 20px 55px rgba(25, 55, 85, 0.08);
}


/* =========================================
   CARD HEADER
========================================= */

.agency-hours-card-head {
  display: flex;
  align-items: center;
  gap: 15px;

  padding-bottom: 23px;
  border-bottom: 1px solid #edf1f4;
}

.agency-hours-main-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;

  background: #eaf4fc;
  color: #1479c9;

  font-size: 20px;
}

.agency-hours-card-head span {
  display: block;

  margin-bottom: 4px;

  color: #f58220;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.3px;
}

.agency-hours-card-head h5 {
  margin: 0;

  color: #25394d;
  font-size: 17px;
  font-weight: 750;
}


/* =========================================
   TIME LIST
========================================= */

.agency-time-list {
  padding: 5px 0;
}

.agency-time-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 19px 4px;

  border-bottom: 1px solid #edf1f4;
}

.agency-time-row:last-child {
  border-bottom: 0;
}

.agency-day {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #596d7f;
  font-size: 13px;
  font-weight: 600;
}

.agency-day i {
  color: #1479c9;
  font-size: 14px;
}

.agency-time-row > strong {
  color: #25394d;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}


/* =========================================
   CONTACT BOX
========================================= */

.agency-hours-contact {
  display: flex;
  align-items: center;
  gap: 13px;

  margin-top: 18px;
  padding: 17px;

  border-radius: 14px;

  background: #f5f8fb;
}

.agency-contact-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 11px;

  background: #fff1e7;
  color: #f58220;

  font-size: 14px;
}

.agency-contact-content {
  min-width: 0;
  flex: 1;
}

.agency-contact-content > span {
  display: block;

  margin-bottom: 3px;

  color: #f58220;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
}

.agency-contact-content strong {
  display: block;

  color: #25394d;
  font-size: 13px;
}

.agency-contact-content p {
  margin: 3px 0 0;

  color: #8997a5;
  font-size: 10px;
  line-height: 1.4;
}


/* =========================================
   CALL BUTTON
========================================= */

.agency-call-button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #1479c9;
  color: #ffffff;

  text-decoration: none;

  font-size: 12px;

  transition: all 0.3s ease;
}

.agency-call-button:hover {
  background: #f58220;
  color: #ffffff;
  transform: translateX(3px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .agency-hours-section {
    padding: 75px 0;
  }

  .agency-hours-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .agency-hours-info {
    max-width: 700px;
  }

  .agency-hours-card {
    max-width: 700px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .agency-hours-section {
    padding: 55px 0;
  }

  .agency-hours-wrapper {
    gap: 30px;
  }

  .agency-hours-info h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .agency-hours-description {
    font-size: 14px;
    line-height: 1.75;
  }

  .agency-hours-card {
    padding: 20px;
    border-radius: 17px;
  }

  .agency-hours-card-head {
    padding-bottom: 18px;
  }

  .agency-hours-main-icon {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
    font-size: 17px;
  }

  .agency-time-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 16px 2px;
  }

  .agency-time-row > strong {
    font-size: 12px;
    padding-left: 24px;
  }

  .agency-hours-contact {
    align-items: flex-start;
  }

  .agency-call-button {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

/* =========================================
   QUICK ACTION SERVICES
========================================= */

.gas-action-section {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
  background: #ffffff;
}

.gas-action-section::before {
  content: "";
  position: absolute;

  width: 420px;
  height: 420px;

  border-radius: 50%;

  background: rgba(20, 121, 201, 0.045);

  right: -230px;
  top: -220px;
}

.gas-action-section .container {
  position: relative;
  z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.gas-action-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 40px;

  margin-bottom: 38px;
}

.gas-action-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 13px;

  color: #f58220;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 1.7px;
}

.gas-action-kicker i {
  font-size: 11px;
}

.gas-action-header h2 {
  margin: 0;

  color: #12263a;

  font-size: clamp(34px, 4vw, 48px);

  line-height: 1.08;

  font-weight: 800;

  letter-spacing: -1.2px;
}

.gas-action-header h2 span {
  display: block;
  color: #1479c9;
}

.gas-action-header > p {
  max-width: 390px;

  margin: 0 0 4px;

  color: #718192;

  font-size: 14px;

  line-height: 1.75;
}


/* =========================================
   GRID
========================================= */

.gas-action-layout {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 15px;
}


/* =========================================
   CARD
========================================= */

.gas-action-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 320px;

  padding: 25px;

  overflow: hidden;

  border: 1px solid #e4ebf0;

  border-radius: 18px;

  background: #ffffff;

  text-decoration: none;

  box-shadow: 0 8px 30px rgba(25, 55, 85, 0.045);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.gas-action-card::before {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 4px;

  background: #1479c9;

  transform: scaleX(0);

  transform-origin: left;

  transition: transform 0.35s ease;
}

.gas-action-card:hover {
  color: inherit;

  border-color: rgba(20, 121, 201, 0.2);

  transform: translateY(-7px);

  box-shadow: 0 20px 45px rgba(25, 55, 85, 0.11);
}

.gas-action-card:hover::before {
  transform: scaleX(1);
}


/* =========================================
   TOP
========================================= */

.gas-action-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.gas-action-symbol {
  width: 55px;
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 15px;

  background: #eaf4fc;

  color: #1479c9;

  font-size: 20px;

  transition: all 0.35s ease;
}

.gas-action-card:hover .gas-action-symbol {
  background: #1479c9;
  color: #ffffff;

  transform: rotate(-5deg) scale(1.05);
}

.gas-action-number {
  color: #dce6ed;

  font-size: 28px;

  line-height: 1;

  font-weight: 800;
}


/* =========================================
   BODY
========================================= */

.gas-action-body {
  margin-top: 32px;
}

.gas-action-body > span {
  display: block;

  margin-bottom: 6px;

  color: #f58220;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.1px;
}

.gas-action-body h3 {
  margin: 0 0 9px;

  color: #25394d;

  font-size: 18px;

  line-height: 1.3;

  font-weight: 750;
}

.gas-action-body p {
  max-width: 230px;

  margin: 0;

  color: #8997a5;

  font-size: 11px;

  line-height: 1.65;
}


/* =========================================
   BOTTOM LINK
========================================= */

.gas-action-link {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-top: auto;
  padding-top: 25px;

  color: #1479c9;

  font-size: 11px;

  font-weight: 750;

  transition: gap 0.3s ease;
}

.gas-action-link i {
  font-size: 10px;
}

.gas-action-card:hover .gas-action-link {
  gap: 14px;

  color: #f58220;
}


/* =========================================
   PRIMARY CARD
========================================= */

.gas-action-primary {
  background:
    linear-gradient(
      145deg,
      #1479c9 0%,
      #0f6fb8 100%
    );

  border-color: transparent;

  box-shadow: 0 15px 40px rgba(20, 121, 201, 0.18);
}

.gas-action-primary .gas-action-symbol {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.gas-action-primary .gas-action-number {
  color: rgba(255, 255, 255, 0.28);
}

.gas-action-primary .gas-action-body > span {
  color: #ffd2ad;
}

.gas-action-primary .gas-action-body h3 {
  color: #ffffff;
}

.gas-action-primary .gas-action-body p {
  color: rgba(255, 255, 255, 0.72);
}

.gas-action-primary .gas-action-link {
  color: #ffffff;
}

.gas-action-primary::before {
  background: #f58220;
}

.gas-action-primary:hover {
  border-color: transparent;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

  .gas-action-section {
    padding: 70px 0;
  }

  .gas-action-header {
    display: block;
    margin-bottom: 30px;
  }

  .gas-action-header > p {
    margin-top: 15px;
    max-width: 600px;
  }

  .gas-action-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .gas-action-section {
    padding: 55px 0;
  }

  .gas-action-header h2 {
    font-size: 34px;
  }

  .gas-action-header > p {
    font-size: 13px;
  }

  .gas-action-layout {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .gas-action-card {
    min-height: 260px;
    padding: 21px;
  }

  .gas-action-body {
    margin-top: 25px;
  }

  .gas-action-symbol {
    width: 50px;
    height: 50px;

    font-size: 18px;
  }

  .gas-action-number {
    font-size: 24px;
  }

  .gas-action-body h3 {
    font-size: 17px;
  }

  .gas-action-body p {
    font-size: 11px;
  }

}



/* =========================================
   MODERN ENQUIRY MODAL
========================================= */

.enquiry-modern-modal .modal-dialog {
  max-width: 620px;
  margin: 20px auto;
  padding: 12px;
}

.enquiry-modern-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(16, 43, 68, 0.22);
}


/* =========================================
   TOP HEADER
========================================= */

.enquiry-modern-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255,255,255,.14),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #1479c9,
      #0b67ae
    );
}

.enquiry-modern-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.enquiry-modern-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 15px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.16);

  color: #ffffff;
  font-size: 19px;
}

.enquiry-modern-heading span {
  display: block;
  margin-bottom: 3px;

  color: rgba(255,255,255,.68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.enquiry-modern-heading h4 {
  margin: 0;

  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
}


/* =========================================
   CLOSE
========================================= */

.enquiry-modern-close {
  width: 35px;
  height: 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 10px;

  background: rgba(255,255,255,.12);
  color: #ffffff;

  font-size: 14px;

  transition: .25s ease;
}

.enquiry-modern-close:hover {
  background: rgba(255,255,255,.22);
  transform: rotate(90deg);
}


/* =========================================
   INTRO
========================================= */

.enquiry-modern-intro {
  padding: 18px 25px 3px;
}

.enquiry-modern-intro p {
  max-width: 530px;
  margin: 0;

  color: #718192;
  font-size: 12px;
  line-height: 1.7;
}


/* =========================================
   BODY
========================================= */

.enquiry-modern-body {
  padding: 18px 25px 25px;
}


/* =========================================
   SUCCESS
========================================= */

.enquiry-modern-success {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 16px;
  padding: 12px 14px;

  border-radius: 10px;
  background: #effaf4;
  border: 1px solid #d2efdf;

  color: #197044;
  font-size: 11px;
}

.enquiry-modern-success i {
  font-size: 16px;
}


/* =========================================
   FORM GRID
========================================= */

.enquiry-modern-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 14px;
}

.enquiry-modern-group:nth-child(4),
.enquiry-modern-group:nth-child(5),
.enquiry-modern-footer {
  grid-column: 1 / -1;
}


/* =========================================
   LABEL
========================================= */

.enquiry-modern-group label {
  display: block;
  margin-bottom: 6px;

  color: #263c50;
  font-size: 11px;
  font-weight: 750;
}


/* =========================================
   INPUT
========================================= */

.enquiry-modern-control {
  position: relative;
}

.enquiry-modern-control > i {
  position: absolute;
  left: 14px;
  top: 50%;

  z-index: 2;

  color: #9aa8b5;
  font-size: 12px;

  transform: translateY(-50%);
  pointer-events: none;

  transition: .2s ease;
}

.enquiry-modern-control input,
.enquiry-modern-control textarea {
  width: 100%;

  border: 1px solid #e3e9ee;
  border-radius: 10px;

  outline: none;

  background: #f8fafc;
  color: #263c50;

  font-family: inherit;
  font-size: 12px;

  transition: .25s ease;
}

.enquiry-modern-control input {
  height: 44px;
  padding: 0 13px 0 38px;
}

.enquiry-modern-control textarea {
  min-height: 82px;
  padding: 12px 13px 12px 38px;
  resize: vertical;
}

.enquiry-modern-control input::placeholder,
.enquiry-modern-control textarea::placeholder {
  color: #a4afb9;
}

.enquiry-modern-control input:focus,
.enquiry-modern-control textarea:focus {
  border-color: #1479c9;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(20,121,201,.07);
}

.enquiry-modern-control:focus-within > i {
  color: #1479c9;
}


/* =========================================
   TEXTAREA ICON
========================================= */

.enquiry-modern-area > i {
  top: 17px;
  transform: none;
}


/* =========================================
   VALIDATION
========================================= */

.enquiry-modern-error {
  display: none;
  margin-top: 4px;

  color: #dc3545;
  font-size: 9px;
}

.enquiry-modern-group.invalid .enquiry-modern-error {
  display: block;
}

.enquiry-modern-group.invalid
.enquiry-modern-control input,

.enquiry-modern-group.invalid
.enquiry-modern-control textarea {
  border-color: #dc3545;
  background: #fff8f8;
}


/* =========================================
   FOOTER
========================================= */

.enquiry-modern-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  margin-top: 2px;
  padding-top: 17px;

  border-top: 1px solid #edf1f4;
}


/* =========================================
   SECURITY NOTE
========================================= */

.enquiry-modern-note {
  display: flex;
  align-items: center;
  gap: 7px;

  color: #8b98a5;
  font-size: 9px;
}

.enquiry-modern-note i {
  color: #1479c9;
  font-size: 11px;
}


/* =========================================
   SUBMIT
========================================= */

.enquiry-modern-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 42px;
  padding: 0 20px;

  border: 0;
  border-radius: 10px;

  background: #1479c9;
  color: #ffffff;

  font-size: 11px;
  font-weight: 750;

  box-shadow: 0 8px 20px rgba(20,121,201,.18);

  transition: .25s ease;
}

.enquiry-modern-submit:hover {
  background: #0d67ad;
  color: #ffffff;
  transform: translateY(-2px);
}

.enquiry-modern-submit i {
  font-size: 9px;
  transition: .25s ease;
}

.enquiry-modern-submit:hover i {
  transform: translateX(3px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

  .enquiry-modern-modal .modal-dialog {
    margin: 10px auto;
    padding: 8px;
  }

  .enquiry-modern-card {
    border-radius: 18px;
  }

  .enquiry-modern-top {
    padding: 18px;
  }

  .enquiry-modern-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 12px;
    font-size: 16px;
  }

  .enquiry-modern-heading h4 {
    font-size: 18px;
  }

  .enquiry-modern-intro {
    padding: 15px 18px 2px;
  }

  .enquiry-modern-body {
    padding: 16px 18px 20px;
  }

  .enquiry-modern-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .enquiry-modern-group:nth-child(4),
  .enquiry-modern-group:nth-child(5),
  .enquiry-modern-footer {
    grid-column: auto;
  }

  .enquiry-modern-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .enquiry-modern-note {
    justify-content: center;
  }

  .enquiry-modern-submit {
    width: 100%;
  }
}