/* Font Face Declarations */

/* Smooth scrolling for hash navigation */
html {
  scroll-behavior: smooth;
}

/* Offset for fixed header when using hash links */
.service-card-individual {
  scroll-margin-top: 100px;
}

/* Font Awesome - Override font-display for CDN fonts */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2)
    format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2)
    format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2)
    format("woff2");
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Regular.eot");
  src:
    url("../fonts/NunitoSans-Regular.eot?") format("embedded-opentype"),
    url("../fonts/NunitoSans-Regular.woff2") format("woff2"),
    url("../fonts/NunitoSans-Regular.woff") format("woff"),
    url("../fonts/NunitoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Light.eot");
  src:
    url("../fonts/NunitoSans-Light.eot?") format("embedded-opentype"),
    url("../fonts/NunitoSans-Light.woff2") format("woff2"),
    url("../fonts/NunitoSans-Light.woff") format("woff"),
    url("../fonts/NunitoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-SemiBold.eot");
  src:
    url("../fonts/NunitoSans-SemiBold.eot?") format("embedded-opentype"),
    url("../fonts/NunitoSans-SemiBold.woff2") format("woff2"),
    url("../fonts/NunitoSans-SemiBold.woff") format("woff"),
    url("../fonts/NunitoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Bold.eot");
  src:
    url("../fonts/NunitoSans-Bold.eot?") format("embedded-opentype"),
    url("../fonts/NunitoSans-Bold.woff2") format("woff2"),
    url("../fonts/NunitoSans-Bold.woff") format("woff"),
    url("../fonts/NunitoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Script MT";
  src: url("../fonts/ScriptMTBold.eot");
  src:
    url("../fonts/ScriptMTBold.eot?") format("embedded-opentype"),
    url("../fonts/ScriptMTBold.woff2") format("woff2"),
    url("../fonts/ScriptMTBold.woff") format("woff"),
    url("../fonts/ScriptMTBold.ttf") format("truetype"),
    url("../fonts/ScriptMTBold.svg#ScriptMTBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: "Nunito Sans", sans-serif;
}

body {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

/* hCaptcha Styles */
.h-captcha {
  margin: 1rem 0;
}

.contact-form .h-captcha {
  display: flex;
  justify-content: center;
}

/* Basic Captcha Styles */
.form-field.basic-captcha {
  margin-bottom: 1rem;
}

.form-field.basic-captcha label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #2c2c2c;
}

.form-input-addon.form-input-prepend {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.form-input-addon img {
  max-width: 150px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.reload-captcha-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.reload-captcha-button:hover {
  transform: rotate(180deg);
}

.reload-captcha-button svg {
  width: 24px;
  height: 24px;
  color: #666;
}

.form-field.basic-captcha input[type="text"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #f3f3f3;
}

.form-field.basic-captcha input[type="text"]:focus {
  outline: none;
  border-color: #4caf50;
  background-color: #fff;
}

.container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

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

/* Skip to content for accessibility */
.skip-to-content,
.skip-link {
  position: absolute;
  top: -100px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
}

.skip-to-content:focus,
.skip-link:focus {
  top: 6px;
}

/* Header styles */
.header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 100;
  position: relative;
}

.phone-bar {
  background: #fff;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #0682d2;
  position: relative;
}

.phone-bar-overlay {
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0.1) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 120px;
  z-index: 999;
  pointer-events: none;
}

.phone-link {
  color: #010101;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.0625rem;
  width: 80%;
  display: block;
  font-family: "Nunito Sans", sans-serif;
}

.phone-link i {
  margin-right: 8px;
  color: inherit;
  display: inline-block;
  font-style: normal;
}

.nav-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #e61c24;
  background-image: url("../images/bg-menu.png");
}

.webp-supported .nav-desktop {
  background-image: url("../images/bg-menu.webp");
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 80%;
}

.nav-left,
.nav-right {
  display: flex;
  gap: 30px;
}

.nav-link {
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 700;
  color: #414141;
  line-height: 60px;
  font-size: 1.125rem;
  font-family: "Nunito Sans", sans-serif;
}

.nav-link:hover {
  color: #3498db;
  background-image: url("../images/menu-hover.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp-supported .nav-link:hover {
  background-image: url("../images/menu-hover.webp");
}

.logo-container {
  width: 100%;
  height: 130;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 55px 20px rgba(0, 0, 0, 0.3));
  pointer-events: none;
  /* Allow clicks to pass through */
}

.logo {
  padding: 0 96px;
  background: #fff;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 30px 100%);
  margin: 20px;
  display: inline-block;
  z-index: 10;
  pointer-events: auto;
  /* Re-enable clicks on the logo itself */
}

.mobile-menu-btn {
  display: none;
  font-size: 2rem;
  color: #0682d2;
  background-color: transparent;
  border: unset;
  cursor: pointer;
  transition: transform 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.mobile-menu-btn:hover {
  transform: scale(1.1);
}

.mobile-menu-btn i {
  transition:
    transform 0.3s ease,
    opacity 0.2s ease;
  display: inline-block;
}

.mobile-menu-btn.active i {
  transform: rotate(90deg);
}

.mobile-menu {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 0 0 16px 16px;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    padding 0.4s ease;
}

.mobile-menu.active {
  max-height: 400px;
  opacity: 1;
  padding: 20px;
}

.mobile-nav-link {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.2s ease;
}

.mobile-nav-link:last-child {
  border-bottom: none;
}

.mobile-menu.active .mobile-nav-link {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu.active .mobile-nav-link:nth-child(1) {
  transition-delay: 0.1s;
}

.mobile-menu.active .mobile-nav-link:nth-child(2) {
  transition-delay: 0.15s;
}

.mobile-menu.active .mobile-nav-link:nth-child(3) {
  transition-delay: 0.2s;
}

.mobile-menu.active .mobile-nav-link:nth-child(4) {
  transition-delay: 0.25s;
}

.mobile-menu.active .mobile-nav-link:nth-child(5) {
  transition-delay: 0.3s;
}

.mobile-nav-link:hover {
  color: #0682d2;
}

/* Utility Classes */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-2 {
  flex: 2 1 0%;
  min-width: 0;
}

.col-3 {
  flex: 3 1 0%;
  min-width: 0;
}

.col-4 {
  flex: 4 1 0%;
  min-width: 0;
}

.col-5 {
  flex: 5 1 0%;
  min-width: 0;
}

.col-8 {
  flex: 8 1 0%;
  max-width: 0;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

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

.text-primary {
  color: rgb(0, 115, 177) !important;
}

.text-white {
  color: #fff !important;
}

/* Home Page Styles */
.banner-home {
  background-image: url("../images/home-banner-new-1.png");
  width: 100%;
  background-position: center center;
  min-height: 445px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  padding: 32px 0;
}

.content-banner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.banner-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
}

.banner-home .content-banner h1,
.hero .special-heading {
  display: inline-block;
  font-family: "Script MT";
  margin-top: 20px;
}

.content-banner h1,
.hero .special-heading {
  font-size: 2.625rem;
  font-weight: 700;
  color: #fff;
  background-color: rgba(9, 25, 32, 0.5);
  display: inline;
  padding: 10px 30px;
}

.banner-content-home {
  background-color: rgba(9, 25, 32, 0.8);
  padding: 30px;
  border-radius: 40px;
  margin: 0;
  width: 450px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.banner-content-home a:visited {
  color: #db1c23;
}

.banner-content-home h3.text-white {
  font-size: 1.75rem;
}

.banner-content-home h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-weight: inherit;
}

.banner-content-home ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.banner-content-home ul li {
  color: #fff;
  list-style: none;
  position: relative;
  padding: 0 0 0 26px;
  display: inherit;
  font-weight: inherit;
  text-align: left;
}

.banner-content-home ul li:before {
  content: "";
  position: absolute;
  background: url("../images/checked.png");
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  right: 0;
}

.banner-left h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.banner-left .mobile-title {
  display: none;
}

.btn-default {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 1.125rem;
  padding: 5px 20px;
  line-height: 1.6;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  background-color: #0f0f0f;
}

.btn-default:hover {
  background: #fff;
  color: #2c3e50;
}

/* Welcome Section */
.welcome-section {
  padding: 40px 0;
  background: #fff;
}

.welcome-section .content h2.text-primary {
  color: rgb(0, 115, 177);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.welcome-section .content p {
  font-size: 1rem;
  color: #5a6c7d;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7;
}

/* Package Boxes */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 15px;
}

.packages-grid .btn-outline {
  background: #0f0f0f;
  color: #db1c23;
  border-color: #fff;
  border-radius: 0px;
}

.packages-grid .btn-outline:hover {
  background: none;
  color: #fff;
}

.packages-grid .box {
  text-align: center;
  position: relative;
  border: 2px solid #34495e;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-one {
  background-image: url("../images/w1.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.box-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.box-one-content {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.box-one-content h3.text-white {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 600;
}

.box-one-content h4 {
  color: #ffc107;
  font-size: 1.375rem;
  font-weight: 400;
}

.box-one-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
}

/* .box-one-content p:last-of-type {
    color: #ffc107;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
} */

.box-one-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.box-one-content ul {
  list-style: none;
  text-align: left;
  margin: 20px 0;
  padding: 0;
}

.box-one-content ul li {
  padding: 6px 0;
  color: #bdc3c7;
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.box-one-content ul li:before {
  content: "";
  background: url("../images/checked.png");
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
}

.box-two {
  background-image: url("../images/w2.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px;
}

.box-two-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-two-content h3 {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 600;
}

.box-two-content h2 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.box-two-content h2 strong {
  font-size: 1.5rem;
}

.box-two-content h4 {
  color: #ffc107;
  font-size: 1.375rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.box-two-content ul {
  text-align: left;
  margin: 20px 0;
  padding: 0;
}

.box-two-content ul li {
  color: #bdc3c7;
  font-size: 1.125rem;
}

/* Services Section */
.services-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/service-bg.jpg);
  margin: 0 auto;
  padding: 40px 0 0 0;
  min-height: 607px;
  text-align: center;
}

.services-section h2.text-primary {
  color: rgb(0, 115, 177);
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
}

.services-diamond-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 40px 0 0 0;
  position: relative;
}

/* Orange triangle above center logo using ::before */
.diamond-with-orange-triangle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 112px solid transparent;
  border-right: 112px solid transparent;
  border-top: 112px solid orange;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Gray triangle before Road Test Appointment using ::before */
.diamond-with-gray-triangle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 112px solid transparent;
  border-right: 112px solid transparent;
  border-bottom: 112px solid gray;
  top: 52%;
  left: -150px;
  z-index: 1;
}

/* Green triangle after Individual Car Lesson using ::after */
.diamond-with-green-triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 112px solid transparent;
  border-right: 112px solid transparent;
  border-bottom: 112px solid green;
  top: 52%;
  right: -150px;
  z-index: 1;
}

.diamond-row {
  display: flex;
  justify-content: center;
  gap: 65px;
  flex-wrap: wrap;
  align-items: center;
}

.diamond-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

a.diamond-item {
  cursor: pointer;
}

.diamond-item-bg {
  width: 165px;
  height: 165px;
  transform: rotate(45deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.diamond-item-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.diamond-item-content picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.diamond-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.diamond-item .ser-content {
  width: 100%;
  text-align: center;
}

.diamond-item .ser-content p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.center-logo {
  background: #fff !important;
  border: 3px solid #3498db;
}

.center-logo img {
  width: 50px;
  height: auto;
  transform: rotate(-45deg);
}

.diamond-row .diamond-item .diamond-item-content .diamond-item-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 8px;
  display: block;
}

.center-logo .ser-content {
  display: none;
}

.diamond-row.two {
  position: relative;
  top: -56px;
}

.diamond-row.three {
  position: relative;
  top: -112px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .banner-left h1 {
    font-size: 2.2rem;
    text-align: center;
    display: none;
  }

  .banner-left .mobile-title {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    font-style: italic;
    text-align: center;
  }

  .banner-content-home {
    max-width: 100%;
  }

  .why-us-box-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .banner-home {
    min-height: 300px;
  }

  .banner-left .mobile-title {
    font-size: 1.8rem;
  }

  .welcome-section .content h2.text-primary {
    font-size: 1.8rem;
  }

  .services-section h2.text-primary {
    font-size: 1.8rem;
  }

  .why-us-box-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 1.125rem;
}

.btn-primary {
  background: #3498db;
  color: #fff;
  border-color: #3498db;
}

.btn-primary:hover {
  background: #2980b9;
  border-color: #2980b9;
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #2c3e50;
}

.section-title {
  font-size: 2.2rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.welcome-text {
  font-size: 1rem;
  color: #5a6c7d;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* Why Choose Us section */
.why-choose-us {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}

.why-choose-us h2.text-primary {
  color: rgb(0, 115, 177);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.why-us-box-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6%;
}

.why-us-box-row .box {
  flex: 0 0 17.92%;
  max-width: 17.92%;
  padding: 10px;
  border: 1px solid #868585;
  margin-bottom: 2.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.why-us-box-row .img-box {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
}

.why-us-box-row .box.one .img-box {
  background-image: url(../images/box-one.png);
}

.why-us-box-row .box.two .img-box {
  background-image: url(../images/box-two.png);
}

.why-us-box-row .box.three .img-box {
  background-image: url(../images/box-three.png);
}

.why-us-box-row .box.four .img-box {
  background-image: url(../images/box-four.png);
}

.why-us-box-row .box.five .img-box {
  background-image: url(../images/box-five.png);
}

.why-us-box-row .box.six .img-box {
  background-image: url(../images/box-six.png);
}

.why-us-box-row .box.seven .img-box {
  background-image: url(../images/box-seven.png);
}

.why-us-box-row .box.eight .img-box {
  background-image: url(../images/box-eight.png);
}

.why-us-box-row .box.nine .img-box {
  background-image: url(../images/box-nine.png);
}

.why-us-box-row .box.ten .img-box {
  background-image: url(../images/box-ten.png);
}

.why-us-box-row .img-box img {
  width: 49px;
  height: 49px;
  object-fit: contain;
}

.why-us-box-row .name {
  color: #555454;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature-card {
  box-shadow: 0 5px 10px 0 #00000036;
  padding: 15px 10px 15px 25px;
  margin: 0 0 15px;
  border: 1px solid #fff;
  transition: 0.5s all;
  border-radius: 10px;
}

.feature-card i {
  font-size: 2.5rem;
  color: #3498db;
  margin-bottom: 15px;
}

.feature-card h3 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.feature-card p {
  color: #5a6c7d;
  line-height: 1.5;
  font-size: 0.875rem;
}

/* Footer */
.footer {
  background-color: #f3f3f3;
  color: #2c2c2c;
  padding: 40px 0 20px;
}

.footer-content {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}

.footer-section {
  position: relative;
  padding-right: 20px;
}

.footer-section:nth-child(1)::after,
.footer-section:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 250px;
  border-radius: 50%;
  box-shadow: 4px 0 3px rgba(0, 0, 0, 0.15);
}

.footer-section h2 {
  color: #2c2c2c;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.footer-links li {
  display: block;
  margin-right: 0;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.footer-links li:before {
  content: "";
  background-image: url("../images/arrow-li.png");
  position: absolute;
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 7px;
}

.footer-links a {
  color: #010101;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1.0625rem;
}

.footer-links a:hover {
  color: #3498db;
}

.contact-info p {
  margin-bottom: 8px;
  color: #010101;
  font-size: 1.125rem;
}

.contact-info i {
  margin-right: 8px;
  width: 15px;
}

.contact-info a,
.contact-info a:visited {
  color: #010101;
  text-decoration: none;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form input,
.contact-form textarea {
  background-color: #f3f3f3;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.0625rem;
  color: #010101;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.36rem 0.66rem;
  font-family: "Nunito Sans", sans-serif;
}

.contact-form textarea {
  height: 100px;
}

.contact-form button {
  width: auto;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #010101;
  border: 1px solid #818080;
  border-radius: 0;
  font-family: "Nunito Sans", sans-serif;
  padding: 7.5px 25px;
}

.contact-form button:hover {
  background-color: #010101;
  color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #2c2c2c;
}

/* hCaptcha Styling */
h-captcha {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  min-height: 78px;
}

.h-captcha {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  min-height: 78px;
}

.recaptcha-placeholder {
  background: #34495e;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  color: #95a5a6;
  font-size: 0.875rem;
}

.footer-logo {
  margin-top: 56px;
}

.footer-logo img {
  width: 100%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom-left p {
  font-size: 0.9375rem;
  color: #000;
}

.footer-links-inline {
  display: flex;
  gap: 15px;
  margin-top: 8px;
}

.footer-links-inline a {
  color: #000;
  text-decoration: none;
  font-size: 0.9375rem;
}

.footer-links-inline li {
  list-style: none;
}

.footer-links-inline a:not(:last-child) {
  border-right: 1px solid #000;
  padding-left: 15px;
}

.payment-methods {
  background-image: url("../images/payment.png");
  width: 100%;
  background-size: contain;
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  height: 35px;
  float: right;
  text-align: right;
}

/* Responsive design */
@media (max-width: 768px) {
  .nav-left,
  .nav-right {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* Contact page styles */
.contact-section {
  padding: 80px 0;
}

.contact-intro {
  text-align: center;
  margin-bottom: 60px;
}

.contact-text {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  margin-top: 50px;
}

.contact-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact-icon i {
  font-size: 2rem;
  color: white;
}

.contact-card h3 {
  color: #1e40af;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.contact-card p {
  color: #4b5563;
  line-height: 1.6;
}

.contact-card a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}

.contact-card a:hover {
  text-decoration: underline;
}

.form-container {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-container h3 {
  color: #1e40af;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.main-contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3b82f6;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  color: #4b5563;
}

.checkbox-label input[type=\"checkbox\"] {
  margin-right: 10px;
  transform: scale(1.2);
}

.btn-large {
  padding: 15px 40px;
  font-size: 1.125rem;
  width: 100%;
}

.map-section {
  padding: 80px 0;
  background: #f8fafc;
  overflow: hidden;
}

.map-container {
  margin-top: 40px;
}

.map-placeholder {
  background: #e5e7eb;
  height: 400px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  text-align: center;
}

.map-placeholder i {
  font-size: 4rem;
  margin-bottom: 20px;
}

.map-placeholder p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* Services page styles */
.services-intro {
  padding: 80px 0;
  background: #f8fafc;
}

.services-text {
  text-align: center;
  font-size: 1.1rem;
  color: #64748b;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.detailed-services {
  padding: 80px 0;
}

.service-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-detail-card {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}

.service-detail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.service-icon i {
  font-size: 2.5rem;
  color: white;
}

.service-detail-card h3 {
  color: #1e40af;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.service-detail-card p {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-detail-card ul {
  list-style: none;
  text-align: left;
  margin: 25px 0;
}

.service-detail-card ul li {
  padding: 8px 0;
  color: #4b5563;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-detail-card ul li::before {
  content: "\2713";
  color: #22c55e;
  font-weight: bold;
  font-size: 1.2rem;
}

.service-benefits {
  padding: 80px 0;
  background: #f8fafc;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.benefit-item {
  text-align: center;
  padding: 40px 20px;
}

.benefit-item i {
  font-size: 3.5rem;
  color: #3b82f6;
  margin-bottom: 25px;
}

.benefit-item h3 {
  color: #1e40af;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.benefit-item p {
  color: #4b5563;
  line-height: 1.7;
}

/* Responsive updates */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .main-contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .service-details-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }
}

.hero {
  width: 100%;
}

.hero .banner-inner {
  background-image: url("../images/home-banner-new-1.png");
  width: 100%;
  background-position: center center;
  min-height: 445px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
}

.hero .content-banner {
  position: relative;
  z-index: 2;
}

hero .content-banner {
  width: auto;
}

.hero .page-title {
  margin: 0;
  font-style: normal;
  font-size: 2.625rem;
  font-weight: 600;
  color: #fff;
  background-color: rgba(9, 25, 32, 0.5);
  display: inline;
  padding: 10px 30px;
}

.hero .special-heading {
  margin: 40px 0px 10px;
  background-color: transparent;
}

.hero .special-heading .desktop-title {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 29px;
  display: block;
  background-color: rgba(9, 25, 32, 0.5);
  padding: 20px 40px;
  font-style: normal;
}

.hero .mobile-title {
  display: none;
}

/* .hero .page-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    margin-bottom: 0;
    font-style: italic;
} */

.hero.hero-about .content-banner {
  width: auto;
}

.hero.hero-about .page-title {
  margin: 0;
  font-style: normal;
  font-size: 2.625rem;
  font-weight: 600;
  color: #fff;
  background-color: rgba(9, 25, 32, 0.5);
  display: block;
  padding: 10px 30px;
}

.hero.hero-about .special-heading {
  margin: 40px 0px 10px;
  background-color: none;
}

.hero.hero-about .special-heading .desktop-title {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 29px;
  display: block;
  background-color: rgba(9, 25, 32, 0.5);
  padding: 20px 40px;
  font-style: normal;
}

/* Pricing packages section */
.pricing-packages {
  padding: 60px 0;
  background: #f8f9fa;
}

.package-content-top {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.package-content-top h2 {
  color: #0073b1;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.intro-content {
  margin-bottom: 30px;
}

.intro-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}

.features-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin: 30px 0;
  max-width: 800px;
}

.features-column ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.features-column ul li {
  padding: 0 16px 5px 30px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

.features-column ul li:before {
  content: "";
  background: #fba735;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 12px;
  border-radius: 100px;
}

.package-content-top h2:last-of-type {
  color: rgb(0, 115, 177);
  margin-top: 30px;
}

.discount-text {
  font-size: 1.875rem;
  text-align: center;
  color: #fff;
  background: red;
  padding: 6px 20px;
  border-radius: 4px;
  display: inline-block;
}

/* Pricing cards grid */
.packages-grid-pricing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}

/* Different gradient colors for each card type */
.card-blue .pricing-header {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.card-orange .pricing-header {
  background: linear-gradient(135deg, #fd7e14 0%, #e55a00 100%);
}

.card-green .pricing-header {
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
}

.card-purple .pricing-header {
  background: linear-gradient(135deg, #6f42c1 0%, #5a2d91 100%);
}

.card-teal .pricing-header {
  background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
}

.card-brown .pricing-header {
  background: linear-gradient(135deg, #8b4513 0%, #654321 100%);
}

.card-red .pricing-header {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.card-dark-blue .pricing-header {
  background: linear-gradient(135deg, #343a40 0%, #23272b 100%);
}

.pricing-header {
  color: #fff;
  text-align: center;
  position: relative;
}

.pricing-header-content {
  padding: 20px;
}

.bottom-shadow {
  box-shadow: 0 0px 12px 2px black;
  width: 90%;
  height: 0px;
  margin: 0px auto 0px auto;
}

.top-shadow {
  position: relative;
  box-shadow: 0 0px 12px 2px black;
  width: 90%;
  margin: 0px auto;
  z-index: 2;
  background-color: transparent;
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.packages-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 100px;
}

.package {
  width: 23.5%;
}

li h6 {
  min-height: 24px;
}

.package1 {
  background: #7ae7ec;
  background: linear-gradient(90deg, #7ae7ec 0, #57d6dd 100%);
}

.package2 {
  background: #ffca40;
  background: linear-gradient(90deg, #ffca40 0, #fba534 100%);
}

.package3 {
  background: #f97a73;
  background: linear-gradient(90deg, #f97a73 0, #fe5052 100%);
}

.package4 {
  background: #75a1db;
  background: linear-gradient(90deg, #75a1db 0, #4069a1 100%);
}

.package5 {
  background: #776f5f;
  background: linear-gradient(90deg, #776f5f 0, #74664a 100%);
}

.package6 {
  background: #6d8165;
  background: linear-gradient(90deg, #6d8165 0, #4c5c45 100%);
}

.package7 {
  background: #767a8a;
  background: linear-gradient(90deg, #767a8a 0, #5e647c 100%);
}

.package8 {
  background: #c4bc84;
  background: linear-gradient(90deg, #c4bc84 0, #9c9564 100%);
}

.ct-btn {
  text-align: center;
  position: relative;
}

.ct-btn:after {
  content: "";
  position: absolute;
  background: url("../images/shadow-image-bottom.png");
  width: 100%;
  height: 40px;
  top: -32px;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.ct-btn a {
  color: #fff;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 12px 20px;
}

.package-header {
  text-align: center;
  padding: 30px;
  position: relative;
  min-height: 360px;
}

.package-header:after {
  content: "";
  position: absolute;
  background: url("../images/shadow-image.png");
  width: 100%;
  height: 75px;
  bottom: -58px;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.package-header .icon:before {
  content: "";
  position: absolute;
  background: url("../images/dollar-icon.png");
  width: 50px;
  height: 30px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 15px;
  right: 0;
  margin: auto;
}

.package-header .icon {
  position: relative;
  width: 100%;
  text-align: center;
}

.package-body {
  background: #fff;
  box-shadow: 0 -8px 20px 0 #00000029;
  padding: 20px;
  box-sizing: border-box;
  min-height: 635px;
}

.package-header h2 {
  font-size: 2.5rem;
  color: #fff;
  font-family: Helvetica;
  font-weight: 300;
}

.package-header h3 {
  font-size: 2.25rem;
  color: #fff;
  line-height: normal;
  position: relative;
  margin: 10px 0;
  padding: 10px 0 25px;
  font-family: Helvetica;
  font-weight: 300;
}

.package-header h3 span.deposit-text {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0.9375rem;
  bottom: 10px;
}

.package-header h3 span {
  font-size: 2.5rem;
  font-family: Helvetica;
  font-weight: 300;
}

.package-header h4 {
  font-size: 1.625rem;
  color: #fff;
  font-family: Helvetica;
  font-weight: 300;
  padding-left: 50px;
  position: relative;
}

.package-header h5 {
  font-size: 1.375rem;
  color: #fff;
  font-family: Helvetica;
  font-weight: 300;
  padding-left: 50px;
  position: relative;
}

.package-header h4 span:before {
  content: "";
  position: absolute;
  background: url("../images/dollar-icon.png");
  width: 50px;
  height: 30px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 15px;
}

.page-id-13 .package-header h4 span:before {
  content: "";
  position: absolute;
  background: url("../images/dollar-icon.png");
  width: 50px;
  height: 30px;
  left: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 15px;
}

.package-header h3:before {
  position: absolute;
  content: "";
  background: #ffffff54;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.package-header h3:after {
  position: absolute;
  content: "";
  background: #ffffff54;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.package-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-body ul li {
  box-shadow: 0 5px 10px 0 #00000036;
  padding: 15px 10px 15px 25px;
  margin: 0 0 15px;
  border: 1px solid #fff;
  transition: 0.5s all;
  border-radius: 10px;
}

.package-body ul li:hover {
  box-shadow: none;
  border: 1px solid #ccc;
}

.package-body ul li h5 {
  min-height: 64px;
  font-size: 0;
}

.package-body ul li h3 {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}

.package-body ul li p {
  font-size: 0.9375rem;
  line-height: normal;
}

.package1 .package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #7ae7ec;
  background: linear-gradient(90deg, #7ae7ec 0, #57d6dd 100%);
}

.package2 .package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #ffca40;
  background: linear-gradient(90deg, #ffca40 0, #fba534 100%);
}

.package3 .package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #f97a73;
  background: linear-gradient(90deg, #f97a73 0, #fe5052 100%);
}

.package4 .package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #75a1db;
  background: linear-gradient(90deg, #75a1db 0, #4069a1 100%);
}

.package5 .package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #776f5f;
  background: linear-gradient(90deg, #776f5f 0, #74664a 100%);
}

.package6 .package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #6d8165;
  background: linear-gradient(90deg, #6d8165 0, #4c5c45 100%);
}

.package7 .package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #767a8a;
  background: linear-gradient(90deg, #767a8a 0, #5e647c 100%);
}

.package8 .package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #c4bc84;
  background: linear-gradient(90deg, #c4bc84 0, #9c9564 100%);
}

.pricing-header h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.header-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 10px 0;
}

.package-body {
  background: #fff;
  box-shadow: 0 -8px 20px 0 #00000029;
  padding: 20px;
  box-sizing: border-box;
  min-height: 690px;
}

.package-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-body ul li {
  box-shadow: 0 5px 10px 0 #00000036;
  padding: 15px 10px 15px 25px;
  margin: 0 0 15px;
  border: 1px solid #fff;
  transition: 0.5s all;
  border-radius: 10px;
}

.package-body ul li:hover {
  box-shadow: unset;
  border: 1px solid #00000036;
}

.package-body ul li h3 {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}

.package-body ul li h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  left: -20px;
  top: 8px;
  background: #c4bc84;
  background: linear-gradient(90deg, #c4bc84 0, #9c9564 100%);
}

.package-body ul li p {
  font-size: 0.9375rem;
  line-height: normal;
}

.price-deposit {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}

.deposit-label {
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.9;
}

.price-full {
  font-size: 0.9rem;
  color: #fff;
  opacity: 0.9;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.dollar-icon {
  width: 16px;
  height: 16px;
}

.pricing-divider {
  height: 1px;
  background: #ddd;
  margin: 0;
}

.pricing-footer {
  padding: 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.btn-apply {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #fff;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-apply:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  color: #fff;
}

/* Individual Services section */
.individual-services {
  background: #fff;
  padding: 60px 0;
}

.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.services-header h2 {
  color: rgb(0, 115, 177);
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.services-header h2 strong {
  font-size: 2.125rem;
  font-weight: 700;
}

.winter-sale-banner {
  background: #dc3545;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.services-grid-individual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.service-card-individual {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card-individual:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.service-content {
  padding: 25px;
}

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service-content ol li::marker {
  color: #2086bb;
}

.service-content ol li {
  padding: 0 0 10px 10px;
  font-size: 1.125rem;
  color: #010101;
  line-height: 23px;
}

.service-content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  flex: 1;
  margin: 0;
}

.service-price-tag {
  background: #2086bb;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 1.125rem;
  margin-left: 20px;
  flex-shrink: 0;
}

.service-content p {
  color: #010101;
  font-size: 1.125rem;
  line-height: 23px;
  margin: 15px 0 0;
  text-align: left;
  word-wrap: break-word;
}

.service-content ol {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
  padding-left: 20px;
}

/* Active navigation link */
.nav-link.active {
  color: #3498db;
  font-weight: 600;
}

/* Responsive design for pricing page */
@media (max-width: 1200px) {
  .packages-grid-pricing {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 900px) {
  .packages-grid-pricing {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .hero .page-title {
    font-size: 3rem;
  }

  .hero .special-heading .desktop-title,
  .hero.hero-about .special-heading .desktop-title {
    display: none;
  }

  .hero .mobile-title {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 29px;
    background-color: rgba(9, 25, 32, 0.5);
    padding: 20px 40px;
  }

  .packages-grid-pricing {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-price-tag {
    margin-left: 0;
    margin-top: 10px;
    align-self: flex-start;
  }
}

.banner-inner {
  background-image: url("../images/home-banner-new-1.png");
  width: 100%;
  background-position: center center;
  min-height: 445px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
}

.content-banner {
  position: relative;
  z-index: 2;
}

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

.page-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: 0;
  font-style: italic;
}

.special-heading .desktop-title {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  font-style: italic;
}

.mobile-title {
  display: none;
}

/* .about-page-sec {
    padding: 40px 0;
    width: 100%;
    margin: 0;
} */

/* .about-content {
    padding: 40px 0;
    background: #fff;
} */

.about-page-sec h2.main-heading {
  font-size: 2.1875rem;
  color: #0579c4;
  text-align: center;
  margin: 0 0 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 32px;
}

.about-content-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.about-content-text {
  flex: 1;
  width: 70%;
  order: 1;
}

.about-img {
  flex: 0 0 28%;
  width: 28%;
}

.about-img img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.about-content-text p {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 27px;
  margin: 0 0 20px;
  color: #010101;
  text-align: left;
}

.about-content-text h2 {
  font-size: 1.5rem;
  margin: 0 0 7px;
  line-height: normal;
  color: #0073b1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-content-text ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.about-content-text ul li {
  color: #010101;
  font-size: 1.0625rem;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
  font-weight: 300;
}

.about-content-text ul li:before {
  content: "◦";
  position: absolute;
  left: 0;
  color: #666;
  font-weight: normal;
  font-size: 1.25rem;
}

/* Responsive design for about page */
@media (max-width: 768px) {
  .banner-inner {
    min-height: 300px;
  }

  .page-title {
    font-size: 3rem;
  }

  .special-heading .desktop-title {
    display: none;
  }

  .mobile-title {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    font-style: italic;
  }

  .about-img {
    flex: none;
    width: 100%;
    text-align: center;
    order: 1;
  }

  .about-content-text {
    flex: none;
    width: 100%;
    order: 2;
  }

  .about-content-text h2 {
    font-size: 1.25rem;
  }

  .about-content-text p {
    font-size: 1rem;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .banner-inner {
    min-height: 250px;
  }

  .page-title {
    font-size: 2.5rem;
  }

  .mobile-title {
    font-size: 1.8rem;
  }

  .about-content-text h2 {
    font-size: 1.125rem;
  }

  .about-content-text p {
    font-size: 0.9375rem;
    line-height: 22px;
  }
  .hero .page-title {
    font-size: 1.625rem;
    display: block;
  }

  .hero .mobile-title {
    font-size: 1.625rem;
    margin-bottom: 0px;
    padding: 10px 20px;
  }
  .hero .special-heading {
    display: block;
  }
  .hero .banner-inner {
    min-height: auto;
  }
}

.services-content .container {
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.services-main-title {
  font-size: 2rem;
  color: #0073b1;
  text-align: left;
  margin: 0px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 32px;
}

.services-subtitle {
  font-size: 1.375rem;
  color: #2c3e50;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}

.services-intro-text {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.services-intro-text p,
.instructor-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #010101;
  text-align: left;
  word-wrap: break-word;
  font-weight: 300;
}

.services-section-title {
  font-size: 1.875rem;
  color: #0073b1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.list-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.list-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.list-box-icon {
  display: flex;
  margin-bottom: 20px;
}

.service-box-bold {
  font-weight: 600;
}

.list-box-icon img {
  width: 60px;
  height: auto;
}

.list-box-text {
  flex: 1;
}

.list-box-text h3 {
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 15px;
  line-height: 24px;
  color: #0073b1;
  text-align: center;
}

.list-box-text p {
  font-size: 1.0625rem;
  line-height: 22px;
  color: #010101;
  margin: 0 0 15px;
  text-align: left;
  font-weight: 300;
}

.list-box-text ul {
  padding: 0;
  margin: 10px 0 0 40px;
  text-align: left;
}

.list-box-text ul li {
  font-size: 1.0625rem;
  line-height: 22px;
  color: #010101;
  margin: 0 0 8px;
  padding-left: 15px;
  position: relative;
  font-weight: 300;
}

.get-in-touch {
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.get-in-touch p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}

.get-in-touch .text-big {
  color: #0073b1;
  font-size: 1.875rem;
  font-weight: 400;
}

.get-in-touch a {
  color: #db1c23;
  text-decoration: underline;
}

.get-in-touch a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .services-main-title {
    font-size: 1.5rem;
  }

  .services-subtitle {
    font-size: 1.125rem;
  }

  .services-section-title {
    font-size: 1.25rem;
  }

  .get-in-touch .text-big {
    font-size: 1.125rem;
  }

  .page-title {
    font-size: 2.5rem;
  }

  .special-heading .desktop-title {
    display: none;
  }

  .mobile-title {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    font-style: italic;
  }
}

.contact-main-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-banner-image {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-banner-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 32px 0;
}

.footer_wrapper {
  background: #34495e;
  padding: 60px 0;
  margin: 0;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-column {
  color: #fff;
  background: transparent;
}

.footer-column h2 {
  color: #3498db;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.footer-column:first-child {
  background: none !important;
}

.footer-reach-content {
  text-align: center;
  padding: 0;
  margin: 0;
  background: none !important;
}

.footer-reach-content img {
  width: 156px;
  height: 156px;
  display: block;
}

.address {
  margin-bottom: 25px;
}

.address p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}

.info {
  margin-bottom: 25px;
}

.info p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #fff;
  text-align: left;
}

.info a {
  color: #3498db;
  text-decoration: none;
}

.info a:hover {
  text-decoration: underline;
}

.hours p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
}

.footer-form {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cf-text-field {
  margin-bottom: 15px;
}

.cf-text-field input,
.cf-text-field textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875rem;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}

.cf-text-field input::placeholder,
.cf-text-field textarea::placeholder {
  color: #999;
  font-style: italic;
}

.cf-text-field textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.cf-submit-field {
  text-align: center;
  margin-top: 20px;
}

.recaptcha-placeholder {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  color: #bdc3c7;
  font-size: 0.8125rem;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.submit-btn {
  background: #3498db;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.submit-btn:hover {
  background: #2980b9;
  transform: translateY(-1px);
}

.map-section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 32px auto;
}

.map-section-close-sec {
  display: flex;
  gap: 30px;
  width: 100%;
}

.map-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #636363;
}

.map-section iframe {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.footer-located-content h2 {
  color: #2d2d2d !important;
  font-size: 1.0625rem !important;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-located-content p {
  font-size: 1rem;
  line-height: normal;
  margin: 0 0 20px;
  word-wrap: break-word;
}

.footer-located-content strong {
  font-weight: 700;
}

/* Responsive design for contact page */
@media (max-width: 768px) {
  .footer_wrapper {
    padding: 40px 0;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }

  .footer-column h2 {
    font-size: 1rem;
    text-align: center;
  }

  .address p,
  .info p,
  .hours p {
    text-align: center;
    font-size: 0.875rem;
  }

  .footer-form {
    padding: 20px;
  }

  .map-section iframe {
    height: 250px;
  }

  .footer-located-content h2 {
    font-size: 1.125rem;
  }

  .footer-located-content p {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .footer_wrapper {
    padding: 30px 0;
  }

  .footer-columns {
    gap: 30px;
    padding: 0 15px;
  }

  .footer-column h2 {
    font-size: 0.9375rem;
  }

  .footer-form {
    padding: 15px;
  }

  .cf-text-field input,
  .cf-text-field textarea {
    padding: 10px 12px;
    font-size: 0.8125rem;
  }

  .submit-btn {
    padding: 10px 20px;
    font-size: 0.8125rem;
  }

  .map-section iframe {
    height: 200px;
  }

  .footer-located-content h2 {
    font-size: 1rem;
  }

  .footer-located-content p {
    font-size: 0.8125rem;
  }
}

.privacy-policy-section {
  padding: 60px 0 30px 0;
  background: #fff;
}

.privacy-page {
  width: 100%;
  margin: 0;
}

.privacy-page .about-content {
  background: #fff;
}

.privacy-page .about-content p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 20px;
  color: #010101;
  text-align: left;
}

.privacy-page .about-content h2 {
  font-size: 1.5rem;
  margin: 30px 0 15px;
  line-height: normal;
  color: #0073b1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.privacy-page .about-content ul {
  list-style: none;
  margin: 0 0 20px 20px;
  padding: 0;
}

.privacy-page .about-content ul li {
  list-style: circle;
  color: #010101;
  font-size: 1.0625rem;
  line-height: 27px;
  position: relative;
}

.privacy-page .about-content a {
  color: #db1c23;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.privacy-page .about-content a:hover {
  text-decoration: underline;
}

/* Responsive design for privacy policy page */
@media (max-width: 768px) {
  .privacy-page .about-content h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .privacy-page .about-content h2 {
    font-size: 1.125rem;
  }
}

.terms-content {
  padding: 60px 0;
  background: #fff;
}

.terms-content-wrapper {
  background: #fff;
  padding: 0;
}

.terms-section {
  margin-bottom: 40px;
}

.terms-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.terms-section h2 {
  color: #0073b1;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.terms-section ul {
  margin-left: 20px;
  padding: 0;
}

.terms-section ul li {
  position: relative;
  color: #5a6c7d;
  line-height: 1.6;
  font-size: 1rem;
}

.terms-section ol {
  margin: 0;
  padding-left: 20px;
}

.terms-section ol li {
  margin-bottom: 15px;
  color: #5a6c7d;
  line-height: 1.6;
  font-size: 1rem;
  padding-left: 10px;
}

.terms-section a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #db1c23;
}

.terms-section a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .terms-content {
    padding: 40px 0;
  }

  .terms-section h2 {
    font-size: 1.2rem;
  }

  .terms-section ul li,
  .terms-section ol li {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .terms-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .terms-section h2 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}

/* ========================================
   Scroll to Top Button with Progress Circle
   ======================================== */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  background-color: #fff;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::before {
  content: "↑";
  font-size: 1.5rem;
  font-weight: bold;
  color: #0066cc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.progress-wrap:hover {
  box-shadow: 0 0 15px rgba(0, 102, 204, 0.4);
}

.progress-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-wrap svg path {
  fill: none;
  stroke: #0066cc;
  stroke-width: 3;
  stroke-linecap: round;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .progress-wrap {
    right: 20px;
    bottom: 20px;
    height: 45px;
    width: 45px;
  }

  .progress-wrap::before {
    font-size: 1.25rem;
  }
}

/* Extra Small Devices (phones, portrait) */
@media (max-width: 575px) {
  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 9999;
  }

  .mobile-menu-btn {
    display: flex;
    margin-left: 16px;
  }

  .phone-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: unset;
  }

  .phone-bar-overlay {
    display: none;
  }

  .phone-link {
    width: auto;
    margin-right: 16px;
  }

  .logo-container {
    height: 130;
    position: static;
    filter: unset;
    pointer-events: none;
    position: relative;
    /* Allow clicks to pass through */
  }

  .logo {
    position: static;
    clip-path: unset;
    margin: 0;
    display: block;
    z-index: 0;
    pointer-events: auto;
    padding: 0;
    /* Re-enable clicks on the logo itself */
  }

  .container {
    width: 90%;
  }

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

  .footer-section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .footer-section:nth-child(1)::after,
  .footer-section:nth-child(2)::after {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .payment-methods.col-3 {
    background-position: center;
    flex: unset;
  }

  .services-section.lg-xl {
    display: none;
  }

  .services-section.md {
    display: block;
  }

  .services-section.md .services-diamond-grid {
    padding: 40px 0;
  }

  .services-section.md .diamond-item {
    width: 100%;
  }

  .services-section.md .diamond-item-bg {
    transform: none;
    width: 100%;
    height: 130px;
  }

  .services-section.md .diamond-row {
    gap: 10px;
    width: 100%;
  }

  .services-section.md .diamond-row.two,
  .diamond-row.three {
    top: 0;
  }

  /* Hide triangles on medium screens */
  .services-section.md .triangle-spacer {
    display: none;
  }

  .why-us-box-row .box {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .content-banner h1,
  .hero .special-heading,
  .hero.hero-about .page-title {
    font-size: 1.625rem;
  }

  .about-page-sec h2.main-heading,
  .services-main-title,
  .services-section-title {
    font-size: 1.375rem;
  }

  .about-content-text h2 {
    font-size: 1.25rem;
  }

  .about-content-text p,
  .about-content-text ul li,
  .phone-link,
  .footer-links a,
  .contact-info p,
  .services-intro-text p,
  .list-box-text p,
  .intro-content p,
  .package-body ul li p,
  .service-content p,
  .service-content ol,
  .privacy-page .about-content p,
  .privacy-page .about-content ul li,
  .terms-section ul li,
  .terms-section ol li,
  .service-content ol li,
  .instructor-description {
    font-size: 1rem;
  }

  .list-boxes {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .about-content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .services-subtitle {
    font-size: 1.25rem;
    text-align: left;
  }

  .list-box-text h3,
  .package-header h3,
  .service-content h3 {
    font-size: 1.25rem;
  }

  .services-content .container {
    padding: 0;
  }
  .package {
    width: 100%;
  }

  .package-content-top h2 {
    font-size: 1.375rem;
  }

  .features-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .discount-text {
    font-size: 1.125rem;
  }

  .package-header h2 {
    font-size: 1.875rem;
  }

  .package-header {
    min-height: 250px;
  }

  .package-body {
    min-height: unset;
  }

  .package-body li.blank {
    display: none;
  }

  .services-header h2,
  .terms-section h2 {
    font-size: 1.375rem;
    font-weight: 400;
  }

  .services-header h2 strong {
    font-size: 1.625rem;
    font-weight: 700;
  }

  .map-section-close-sec {
    flex-direction: column;
  }

  .map-section {
    margin: 0;
  }

  .footer-reach-content img {
    width: 156px;
    height: 156px;
  }

  .privacy-page .about-content h2 {
    font-size: 1.625rem;
  }
  .package-header h5,
  .package-header h4 {
    padding-left: 0px;
    font-size: 1.375rem;
  }
}

/* Small Devices (phones, landscape) */
@media (min-width: 576px) and (max-width: 767px) {
  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: block;
  }

  .mobile-menu-btn {
    display: inline-block;
  }

  .logo-container {
    height: 130;
    position: static;
    filter: unset;
    pointer-events: none;
    /* Allow clicks to pass through */
  }

  .logo {
    position: static;
    clip-path: unset;
    margin: 0;
    display: block;
    z-index: 0;
    pointer-events: auto;
    /* Re-enable clicks on the logo itself */
  }

  .about-page-sec h2.main-heading {
    font-size: 1.875rem;
  }
}

/* Medium Devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: block;
  }

  .nav-container {
    width: 95%;
  }

  .mobile-menu-btn {
    display: inline-block;
    margin-left: 16px;
  }

  .phone-link {
    width: auto;
    margin-right: 16px;
  }

  .phone-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: unset;
  }

  .mobile-menu {
    top: calc(100% - 4px);
    z-index: 9999;
  }

  .logo-container {
    height: 130;
  }

  .logo {
    top: 32px;
    z-index: 9;
    /* Re-enable clicks on the logo itself */
  }

  .nav-left,
  .nav-right {
    gap: 15px;
  }

  .container {
    width: 95%;
  }

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

  .footer-section {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .content-banner h1,
  .hero .special-heading {
    font-size: 2.125rem;
  }

  .banner-content-home {
    width: auto;
    margin-top: 100px;
  }

  .banner-content-home ul {
    display: flex;
    gap: 30px;
  }

  .payment-methods.col-3 {
    background-position: center;
    flex: unset;
  }

  .services-section.lg-xl {
    display: none;
  }

  .services-section.md {
    display: block;
  }

  .services-section.md .services-diamond-grid {
    padding: 40px 0;
  }

  .services-section.md .diamond-item-bg {
    transform: none;
    width: 200px;
    height: 200px;
  }

  .services-section.md .diamond-row {
    gap: 10px;
  }

  .services-section.md .diamond-row.two,
  .diamond-row.three {
    top: 0;
  }

  /* Hide triangles on medium screens */
  .services-section.md .triangle-spacer {
    display: none;
  }

  .about-page-sec h2.main-heading,
  .about-content-text h2,
  .services-main-title {
    font-size: 1.875rem;
  }

  .content-banner h1,
  .hero .special-heading {
    display: block;
  }

  .about-content-wrapper {
    flex-direction: row-reverse;
    gap: 30px;
  }

  .about-content-wrapper .about-img {
    flex: 1;
  }

  .about-content-wrapper .about-content-text {
    flex: 2;
  }

  .services-subtitle,
  .list-box-text h3 {
    font-size: 1.625rem;
  }

  .services-content .container {
    padding: 0;
  }

  .list-boxes {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .hero .page-title {
    font-size: 2.125rem;
  }

  .hero .special-heading .desktop-title {
    font-size: 2rem;
  }

  .package {
    width: 31%;
  }

  .package-header {
    padding: 30px 16px;
  }

  .package-header h2 {
    line-height: normal;
  }

  .services-header h2 {
    font-size: 1.875rem;
    line-height: normal;
    font-weight: normal;
  }

  .services-header h2 strong {
    font-size: 2.125rem;
  }

  .service-content ol,
  .features-column ul li {
    font-size: 1.125rem;
  }

  .features-columns {
    grid-template-columns: 1fr 1fr;
  }

  .privacy-page .about-content h2,
  .terms-section h2 {
    font-size: 1.625rem;
  }

  .terms-section ul li,
  .terms-section ol li {
    font-size: 1rem;
  }
}

/* Large Devices (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-mobile {
    display: none;
  }

  .nav-container {
    width: 95%;
  }

  .mobile-menu-btn {
    display: none;
  }

  .phone-link {
    width: 95%;
  }

  .logo-container .logo {
    width: 400px;
    padding: 0 56px;
  }

  .nav-left,
  .nav-right {
    gap: 15px;
  }

  .container {
    width: 95%;
  }

  .services-section.lg-xl {
    display: block;
  }

  .services-section.md {
    display: none;
  }

  .about-page-sec h2.main-heading {
    font-size: 2.1875rem;
  }

  .about-content-text h2 {
    font-size: 1.875rem;
  }

  .content-banner h1,
  .hero .special-heading {
    display: block;
  }

  .about-content-wrapper {
    flex-direction: row-reverse;
    gap: 30px;
  }

  .about-content-wrapper .about-img {
    flex: 1;
  }

  .about-content-wrapper .about-content-text {
    flex: 2;
  }

  .services-main-title {
    font-size: 1.875rem;
  }

  .about-content-wrapper {
    flex-direction: row-reverse;
    gap: 30px;
  }

  .about-content-wrapper .about-img {
    flex: 1;
  }

  .about-content-wrapper .about-content-text {
    flex: 2;
  }

  .services-content .container {
    padding: 0;
  }

  .package {
    width: 30%;
  }

  .services-header h2 {
    font-size: 1.875rem;
  }

  .service-content h3 {
    font-size: 1.375rem;
  }

  .service-content ol {
    font-size: 1.125rem;
  }

  .list-boxes {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .discount-text {
    font-size: 2.5rem;
  }

  .contact-banner-image img,
  .contact-banner-image,
  .map-section-close-sec {
    width: 100%;
  }

  .privacy-page .about-content h2 {
    font-size: 1.625rem;
  }
}

/* Extra Large Devices (large desktops) */
@media (min-width: 1200px) {
  .services-section.lg-xl {
    display: block;
  }

  .services-section.md {
    display: none;
  }

  .about-content-wrapper {
    flex-direction: row-reverse;
    gap: 30px;
  }

  .about-content-wrapper .about-img {
    flex: 1;
  }

  .about-content-wrapper .about-content-text {
    flex: 2;
  }
}

/* Contact Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form input,
.contact-form textarea {
  background-color: #f3f3f3;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.0625rem;
  color: #010101;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.36rem 0.66rem;
  font-family: "Nunito Sans", sans-serif;
}

.contact-form textarea {
  height: 100px;
}

.contact-form button {
  width: auto;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #010101;
  border: 1px solid #818080;
  border-radius: 0;
  font-family: "Nunito Sans", sans-serif;
  padding: 7.5px 25px;
}

.contact-form button:hover {
  background-color: #010101;
  color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #2c2c2c;
}

/* hCaptcha Styling */
h-captcha {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

/* Screen reader only labels */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.form-wrapper {
  width: 100%;
}

.form-messages {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 4px;
}

.form-messages.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-messages.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* ========================================
   WebP Support - Background Images
   ======================================== */

/* Hero/Banner Images */
.webp-supported .banner-home {
  background-image: url("../images/home-banner-new-1.webp");
}

.webp-supported .hero .banner-inner {
  background-image: url("../images/home-banner-new-1.webp");
}

.webp-supported .banner-inner {
  background-image: url("../images/home-banner-new-1.webp");
}

/* Package Boxes */
.webp-supported .box-one {
  background-image: url("../images/w1.webp");
}

.webp-supported .box-two {
  background-image: url("../images/w2.webp");
}

/* Services Background */
.webp-supported .services-section {
  background-image: url(../images/service-bg.webp);
}

/* Why Choose Us Icons */
.webp-supported .why-us-box-row .box.one .img-box {
  background-image: url(../images/box-one.webp);
}

.webp-supported .why-us-box-row .box.two .img-box {
  background-image: url(../images/box-two.webp);
}

.webp-supported .why-us-box-row .box.three .img-box {
  background-image: url(../images/box-three.webp);
}

.webp-supported .why-us-box-row .box.four .img-box {
  background-image: url(../images/box-four.webp);
}

.webp-supported .why-us-box-row .box.five .img-box {
  background-image: url(../images/box-five.webp);
}

.webp-supported .why-us-box-row .box.six .img-box {
  background-image: url(../images/box-six.webp);
}

.webp-supported .why-us-box-row .box.seven .img-box {
  background-image: url(../images/box-seven.webp);
}

.webp-supported .why-us-box-row .box.eight .img-box {
  background-image: url(../images/box-eight.webp);
}

.webp-supported .why-us-box-row .box.nine .img-box {
  background-image: url(../images/box-nine.webp);
}

.webp-supported .why-us-box-row .box.ten .img-box {
  background-image: url(../images/box-ten.webp);
}

/* Footer Elements */
.webp-supported .footer-links li:before {
  background-image: url("../images/arrow-li.webp");
}

.webp-supported .payment-methods {
  background-image: url("../images/payment.webp");
}

/* Tax Services Coming Soon Page */
.coming-soon-container {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  border: 1px solid #d8dde1;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 40px auto;
  font-family: "Inter", sans-serif;
}
.coming-soon-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: repeating-linear-gradient(
    45deg,
    #ffc107,
    #ffc107 20px,
    #212529 20px,
    #212529 40px
  );
}
.coming-soon-container .tax-image {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.coming-soon-container .tax-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.4s ease;
}
.coming-soon-container .tax-image:hover img {
  transform: translateY(-10px);
}
.coming-soon-container .badge {
  background: #ffc107;
  color: #212529;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.4);
}
.coming-soon-container .title {
  font-size: 3rem;
  font-weight: 800;
  color: #2b2d42;
  margin-bottom: 20px;
  line-height: 1.2;
}
.coming-soon-container .description {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.tax-services-content .coming-soon-container {
  margin: 40px auto 32px;
}

.tax-services-content .coming-soon-container .description:last-child {
  margin-bottom: 0;
}
.coming-soon-container .notify-btn {
  background: #2b2d42;
  color: white;
  padding: 15px 35px;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(43, 45, 66, 0.2);
}
.coming-soon-container .notify-btn:hover {
  background: #1a1b2e;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(43, 45, 66, 0.3);
}
