/* ===========================
   Global Typography
=========================== */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
  background: #fff;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin-bottom: 15px;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

/* Paragraph */

p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Anchor */

a {
  text-decoration: none;
  color: #12366f;
  transition: 0.3s;
}

a:hover {
  color: #ff5722;
}

/* List */

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  font-size: 16px;
  color: #555;
}

/* Images */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Buttons */

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

/* Navbar */

.navbar-brand {
  padding: 0 !important;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #222 !important;
  margin: 0 8px !important;
  font-weight: 600 !important;
}

.dropdown-item {
  font-size: 13px;
  font-weight: 500;
}

/* Section Title */

.section-title {
  font-size: 42px;
  font-weight: 700;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
}

.top-bar {
  background: #001d58;
  color: #fff;
  padding: 8px 0;
  font-size: 12px;
}

.social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 14px;
}

.nav-link:hover {
  color: #e3000f;
}

.dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.dropdown-item {
  padding: 10px 18px;
}

.dropdown-item:hover {
  background: #001d58;
  color: #fff;
}

.call-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.call-box .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #d90404;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.call-box small {
  font-size: 14px;
  color: #001d58;
  font-weight: 600;
}

.call-box h5 {
  font-weight: 700;
  margin: 0;
  color: #001d58;
}

.navbar-toggler {
  border: none;
  font-size: 30px;
}

.hero-section {
  min-height: 720px;

  display: flex;
  align-items: center;
  padding: 100px 0;
  background: url("../images/banner.png") center center/cover no-repeat;

  position: relative;
}

.hero-section::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.88) 28%,
    rgba(255, 255, 255, 0.5) 48%,
    rgba(255, 255, 255, 0) 70%
  );
}

.container {
  position: relative;

  z-index: 2;
}

.hero-content h5 {
  color: #12366f;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-content h1 {
  font-weight: 800;
  color: #183153;
  line-height: 1;
}

.hero-content h1 span {
  color: #fd5b09;
}

.hero-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.hero-content p {
  color: #555;
  line-height: 28px;
  margin-bottom: 35px;
  max-width: 500px;
}

.feature-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.feature-box {
  text-align: center;
}

.feature-box i {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 24px;

  color: #0b3d91;

  background: linear-gradient(135deg, #ffffff, #eef5ff);

  border: 2px solid rgba(11, 61, 145, 0.08);

  border-radius: 50%;

  box-shadow: 0 15px 35px rgba(11, 61, 145, 0.15),
    inset 0 2px 5px rgba(255, 255, 255, 0.8);

  transition: 0.4s;
}

.feature-box:hover i {
  background: linear-gradient(135deg, #0b3d91, #1d5fd3);

  color: #fff;

  transform: translateY(-8px) rotate(360deg);

  box-shadow: 0 20px 40px rgba(11, 61, 145, 0.35);
}

.feature-box h6 {
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 15px;
}

.feature-box span {
  font-size: 12px;
  color: #666;
  display: inline-block;
}

.hero-buttons {
  display: flex;

  gap: 20px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-buttons .btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.hero-buttons .btn i {
  font-size: 18px;
}
.hero-buttons .btn .bi-telephone-fill {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-buttons .btn-primary:hover,
.hero-buttons .btn-danger:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.hero-buttons .btn-primary {
  background-color: #fd5b09 !important;
  border-color: #fd5b09 !important;
}
.hero-buttons .btn-danger {
  background-color: #001d58 !important;
  border-color: #001d58 !important;
}

.pb {
  padding: 60px 0;
}
.why-section {
  background: #fff;
}

.section-subtitle {
  color: #fd5b09;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #001d58;
  margin-bottom: 15px;
}

.title-line {
  width: 100px;
  height: 2px;
  background: #fd5b09;
  margin: 0 auto 45px;
  border-radius: 30px;
  position: relative;
}

.title-line:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fd5b09;
  border-radius: 50%;
  top: -4px;
}

.title-line:after {
  right: 45px;
}

.feature-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 65px;
  height: 65px;
  border: 2px solid #e7eaf2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 30px;
  color: #001d58;
}

.feature-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #001d58;
  margin-bottom: 6px;
}
.feature-box p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 22px;
}

.services-section {
  background: #fff;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
  display: block;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.service-img {
  position: relative;
}

.service-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.icon-box {
  position: absolute;
  bottom: -18px;
  left: 15px;
  width: 52px;
  height: 52px;
  background: #0d2d68;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 4px solid #fff;
}

.service-content {
  padding: 25px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.how-work {
  background: #fff;
}

.work-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: nowrap;
}

.work-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.work-item .icon-box {
  width: 90px;
  height: 90px;
  border: 2px solid #d9dee8;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  color: #15356b;
  transition: 0.3s;
  background: #fff;
  position: static;
}

.work-item:hover .icon-box {
  background: #15356b;
  color: #fff;
}

.step-no {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0d2d68;
  color: #fff;
  font-weight: 700;
  margin: -14px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
}

.work-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.work-item p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.arrow {
  margin-top: 35px;
  font-size: 28px;
  color: #222;
  flex-shrink: 0;
}

.trust-box,
.testimonial-box {
  background: #0d2d62;
  border-radius: 5px;
  overflow: hidden;
}

.testimonial-box {
  background: #f5f7fb;
}

.trust-title,
.testimonial-title {
  padding: 30px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.testimonial-title {
  color: #0d2d62;
}
.testimonial-title {
  text-align: center;
}
.stat-item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  padding: 63px 20px;
}

.stat-item:nth-child(4) {
  border-right: 0;
}

.stat-item:nth-child(3),
.stat-item:nth-child(4) {
  border-bottom: 0;
}

.stat-item i {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0px;
  display: block;
}

.stat-item h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.stat-item p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
  font-weight: 600;
}

.reviewSlider {
  padding: 0 30px 60px;
}

.review-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  height: 240px;
}

.stars {
  margin-bottom: 18px;
  text-align: center;
}

.stars i {
  color: #ffc107;
  font-size: 16px;
  margin-right: 2px;
}

.review-card p {
  color: #0d2d62;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
}

.client {
  display: flex;
  align-items: center;
}

.client img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.client h6 {
  margin: 0;
  font-weight: 700;
  color: #0d2d62;
  font-size: 14px;
}

.client span {
  color: #777;
  font-size: 12px;
  font-weight: 500;
}

.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #cfcfcf;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #0d2d62;
}

.quote-section {
  background: #fff;
}

.section-title {
  color: #16376d;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.area-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 15px 25px;
  margin-bottom: 30px;
}

.area-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
}

.area-box li {
  list-style: none;
  color: #16376d;
  font-weight: 600;
  font-size: 16px;
}

.area-box li i {
  color: #e60012;
  margin-right: 6px;
}

.india-btn {
  background: #16376d;
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 12px;
}

.india-btn i {
  color: #fff !important;
}

.quote-wrapper {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  position: relative;
}

.left-box {
  display: flex;
  align-items: center;
  padding: 40px;
  background: #fff;
  height: 100%;
  background-color: #e6e6e6;
  position: relative;
}
.quote-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}
.quote-img img {
  height: 100%;
}
.quote-content {
  position: absolute;
  right: 0;
  width: 50%;
}
.quote-content h3 {
  color: #16376d;
  line-height: 1.2;
  font-size: 30px;
}

.quote-content h3 span {
  display: block;
  color: #e60012;
}

.quote-content h4 {
  color: #16376d;
  margin: 10px 0;
  font-weight: 700;
  font-size: 19px;
}

.quote-content p {
  color: #555;
  margin-bottom: 20px;
  font-size: 14px;
}

.quote-content ul {
  padding: 0;
  margin: 0;
}

.quote-content ul li {
  list-style: none;
  margin-bottom: 12px;
  font-weight: 600;
  color: #16376d;
  line-height: 1;
  font-size: 14px;
}

.quote-content ul li i {
  color: #e60012;
  font-size: 20px;
  margin-right: 10px;
}

.form-box {
  padding: 40px;
  background: #fff;
}

.form-box label {
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  font-size: 14px;
}
.form-select,
.form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 12px;
  font-size: 14px;
}

textarea.form-control {
  height: 55px;
  resize: none;
  padding-top: 15px;
}

.form-control:focus {
  border-color: #16376d;
  box-shadow: none;
}

.quote-btn {
  width: 100%;
  background: #e60012;
  color: #fff;
  border: none;
  height: 58px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #c6000f;
  color: #fff;
}

.quote-btn i {
  margin-left: 10px;
}

/* Service Image */

.service-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Feature Box */

.service-details .feature-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 30px;
  transition: 0.4s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.service-details .feature-box:hover {
  transform: translateY(-8px);
  border-color: #ff6b00;
}

.service-details .feature-box i {
  width: 65px;
  height: 65px;
  background: #ff6b00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 20px;
}

.service-details .feature-box h5 {
  font-size: 22px;
  font-weight: 700;
}

.service-details .feature-box p {
  color: #666;
}

/* Sidebar */

.service-sidebar {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-sidebar h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.service-sidebar ul {
  list-style: none;
  padding: 0;
}

.service-sidebar li {
  margin-bottom: 12px;
}

.service-sidebar a {
  display: block;
  padding: 10px 12px;
  background: #f7f7f7;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 14px;
}

.service-sidebar a:hover {
  background: #ff6b00;
  color: #fff;
}

/* Quote Box */

.quote-box {
  background: #ff6b00;
  color: #fff;
  padding: 35px;
  border-radius: 15px;
  text-align: center;
}

.quote-box h3 {
  font-size: 32px;
  font-weight: 700;
}

.quote-box .btn {
  font-weight: 600;
}

/* ==========================================
   WORK PROCESS
========================================== */

.work-process {
  background: #f8f9fa;
  z-index: 1;
  position: relative;
}

.process-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.process-box:hover {
  transform: translateY(-8px);
}

.process-icon {
  width: 80px;
  height: 80px;
  background: #ff6b00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
}

.process-box h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* ==========================================
   INCLUDED SECTION
========================================== */

.included-list {
  list-style: none;
  padding: 0;
}

.included-list li {
  font-size: 16px;
  margin-bottom: 5px;
  color: #555;
}

.included-list i {
  color: #28a745;
  margin-right: 12px;
  font-size: 20px;
}

.included-section img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ==========================================
   COUNTER
========================================== */

.stats-section {
  background: #f7f9fc;
}

.stats-card {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 16px 16px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.stats-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff6b00;
}

.stats-card:hover {
  transform: translateY(-15px);
}

.stats-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b00, #ff9800);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  box-shadow: 0 15px 35px rgba(255, 107, 0, 0.35);
}

.stats-card h2 {
  font-size: 34px;
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
}

.stats-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.stats-card p {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}

/* ==========================================
   FAQ
========================================== */

.faq-section {
  background: #fff;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
}

.accordion-button:not(.collapsed) {
  background: #ff6b00;
  color: #fff;
}

.accordion-body {
  padding: 20px;
  color: #666;
  line-height: 28px;
}

/* ==========================================
   CTA
========================================== */

.cta-section {
  background: linear-gradient(135deg, #ff6b00, #ff9800);
  padding: 70px 0;
  color: #fff;
}

.cta-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 18px;
}

.cta-section .btn {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}

/* ==========================================
   BUTTON
========================================== */

.btn-warning {
  background: #ff7a00;
  color: #fff;
  border: none;
  padding: 15px 35px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.35s;
}

.btn-warning:hover {
  color: #fff;
  background: #ff8f1f;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/*=========================
        FOOTER
=========================*/

.footer-section {
  background: #071d49;
  color: #fff;
}

/*=========================
      TOP CTA
=========================*/

.footer-top {
  background: #082457;
  border-radius: 15px 15px 0 0;
  padding: 25px 35px;
}

.footer-cta {
  gap: 20px;
}

.boy-img {
  width: 120px;
  margin-top: -55px;
}

.cta-text h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}

.cta-text p {
  font-size: 15px;
  margin: 0;
  color: #e8e8e8;
  font-weight: 600;
}

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #e51c23;
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.3s;
}

.call-btn:hover {
  background: #c51017;
  color: #fff;
}

.call-btn i {
  font-size: 24px;
}

.call-btn span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
}

.call-btn strong {
  font-size: 24px;
  font-weight: 700;
}

.footer-main {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 45px 0;
}

.footer-logo {
  width: 170px;
}

.footer-about {
  color: #c8d3e3;
  font-size: 14px;
  line-height: 1.8;
}

/*=========================
      TITLES
=========================*/

.footer-main h5 {
  color: #fe7002;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/*=========================
      LIST
=========================*/

.footer-main ul {
  margin: 0;
  padding: 0;
}

.footer-main ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-main ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
}
.footer-main ul.contact-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-main ul li a:hover {
  color: #fe7002;
  padding-left: 5px;
}

.footer-main ul li::before {
  content: "›";
  color: #fe7002;
  margin-right: 8px;
  font-weight: bold;
}

/*=========================
     CONTACT
=========================*/

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
}

.contact-list li::before {
  display: none;
}

.contact-list i {
  color: #fe7002;
  font-size: 16px;
  margin-top: 3px;
}

/*=========================
      SOCIAL
=========================*/

.footer-main .social-icons {
  display: flex;
  gap: 8px;
}

.footer-main .social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #12346d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-main .social-icons a:hover {
  background: #e51c23;
  transform: translateY(-4px);
}

.footer-main .social-icons i {
  font-size: 16px;
}

/*=========================
      COPYRIGHT
=========================*/

.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 10px;
  color: #ddd;
  font-size: 13px;
}

/* Footer Layout */
.footer-main .row > div {
  position: relative;
}

.footer-main .row > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
}

/* Links */

.footer-main ul li {
  transition: 0.3s;
  display: flex;
}

.footer-main ul li:hover {
  transform: translateX(5px);
}

/* CTA */

.footer-top {
  position: relative;
}

.cta-text {
  position: relative;
  left: 20%;
}

/* Boy Image */

.boy-img {
  width: 312px;
  z-index: 2;
  position: absolute;
  left: -85px;
}

/* Button */

.call-btn {
  box-shadow: 0 15px 30px rgba(229, 28, 35, 0.25);
}

.call-btn:hover {
  transform: translateY(-3px);
}

/* Logo */

.footer-logo {
  max-width: 180px;
}

/* Social */
.footer-main .social-icons a {
  margin-left: 0;
}
.footer-main .social-icons a:nth-child(1) {
  background: #1877f2;
}

.footer-main .social-icons a:nth-child(2) {
  background: #e4405f;
}

.footer-main .social-icons a:nth-child(3) {
  background: #1da1f2;
}

.footer-main .social-icons a:nth-child(4) {
  background: #ff0000;
}

/* Copyright */

.copyright {
  background: #041534;
  font-weight: 500;
}

.service-banner {
  position: relative;
  background: url("../images/service-banner.png") center center/cover no-repeat;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.service-banner .container {
  position: relative;
  z-index: 2;
}

.service-banner h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-banner p {
  color: #f5f5f5;
  font-size: 18px;
  max-width: 700px;
  margin: auto;
}

.breadcrumb {
  margin-top: 20px;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #f77b18;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.cta-text p {
  width: 650px;
}

/*==========================
        FAQ Section
===========================*/
.faq-section {
  background: #f8fbff;
}

.faq-section .section-desc {
  color: #6c757d;
  max-width: 650px;
  margin: auto;
}

/*==========================
      Accordion
===========================*/

.accordion-item {
  border: none;
  border-radius: 15px !important;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.accordion-button {
  background: #fff;
  color: #0b3d91;
  font-size: 18px;
  font-weight: 600;
  padding: 22px 25px;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: #0b3d91;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 22px 25px;
  color: #555;
  line-height: 1.8;
  background: #fff;
}

/* Bootstrap Icon Color */

.accordion-button::after {
  filter: brightness(0);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* Hover */

.accordion-item:hover {
  transform: translateY(-3px);
  transition: 0.3s;
  box-shadow: 0 15px 35px rgba(11, 61, 145, 0.12);
}

.faq-contact {
  margin-top: 80px;
  padding: 60px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0b3d91 0%, #154ea5 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(11, 61, 145, 0.18);
}

.faq-contact::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -100px;
  right: -80px;
}

.faq-contact::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -100px;
  left: -60px;
}

.faq-contact .row {
  position: relative;
  z-index: 2;
}

/* Badge */

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
  line-height: 1.2;
}

.contact-badge i {
  color: #ffb000;
  font-size: 18px;
}

/* Heading */

.faq-contact h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.faq-contact p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.8;
}

/* Info */

.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.contact-info div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  transition: 0.3s;
  line-height: 1.5;
}

.contact-info div:hover {
  background: #ff7a00;
  transform: translateY(-3px);
}

.contact-info i {
  color: #ffd54a;
}

/* Buttons */

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.btn-whatsapp,
.btn-call {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 16px;
  transition: 0.35s;
  font-weight: 600;
  font-size: 14px;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.btn-call {
  background: #fff;
  color: #0b3d91;
}

.btn-whatsapp i,
.btn-call i {
  font-size: 28px;
}

.btn-whatsapp span,
.btn-call span {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.btn-whatsapp small,
.btn-call small {
  font-size: 13px;
  opacity: 0.8;
  font-weight: 500;
}

.btn-whatsapp:hover {
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.btn-call:hover {
  color: #0b3d91;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.section-desc {
  max-width: 760px;
  margin: 20px auto 0;
  color: #6c757d;
  line-height: 1.8;
}

/* Card */

.choose-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);

  transition: 0.35s;

  border: 1px solid #eee;
}

.choose-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);

  border-color: #ff7a00;
}

.choose-icon {
  width: 65px;
  height: 65px;

  background: #eef4ff;

  border-radius: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;

  transition: 0.35s;
}

.choose-icon i {
  font-size: 30px;

  color: #0b3d91;
}

.choose-card:hover .choose-icon {
  background: #ff7a00;
}

.choose-card:hover .choose-icon i {
  color: #fff;
}

.choose-card h4 {
  font-size: 22px;

  font-weight: 600;

  color: #222;

  margin-bottom: 15px;
}

.choose-card p {
  color: #6c757d;

  line-height: 1.8;

  margin: 0;
}
.why-choose-section {
  background: #f8f9fa;
}

.section-desc {
  max-width: 760px;
  margin: auto;
  color: #6b7280;
  line-height: 1.8;
  font-size: 16px;
}

/*=====================================
        SERVICE CARD
======================================*/

.service-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 20px;

  height: 100%;

  border: 1px solid #edf1f7;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);

  position: relative;

  overflow: hidden;

  transition: 0.35s;
}

.service-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 5px;

  background: #0b3d91;

  transition: 0.35s;
}

.service-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.service-card:hover::before {
  background: #ff7a00;
}

/*=====================================
            ICON
======================================*/

.service-icon {
  width: 65px;
  height: 65px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #eef4ff;

  border-radius: 18px;

  margin-bottom: 25px;

  transition: 0.35s;
}

.service-icon i {
  font-size: 30px;

  color: #0b3d91;

  transition: 0.35s;
}

.service-card:hover .service-icon {
  background: #ff7a00;

  transform: rotate(-8deg);
}

.service-card:hover .service-icon i {
  color: #fff;
}

/*=====================================
            TEXT
======================================*/

.service-card h4 {
  font-size: 22px;

  font-weight: 700;

  color: #1f2937;

  margin-bottom: 15px;
}

.service-card p {
  color: #6b7280;

  line-height: 1.8;

  margin-bottom: 25px;
}

/*=====================================
        LEARN MORE
======================================*/

.service-btn {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  text-decoration: none;

  color: #0b3d91;

  font-weight: 600;

  transition: 0.3s;
}

.service-btn i {
  transition: 0.3s;
}

.service-btn:hover {
  color: #ff7a00;
}

.service-btn:hover i {
  transform: translateX(6px);
}

/*=====================================
      COMING SOON BADGE
======================================*/

.coming-soon {
  position: absolute;

  top: 18px;
  right: 18px;

  background: #ff7a00;

  color: #fff;

  padding: 6px 14px;

  border-radius: 30px;

  font-size: 12px;

  font-weight: 600;

  box-shadow: 0 8px 20px rgba(255, 122, 0, 0.25);
}

/*=====================================
            CTA
======================================*/

.service-cta {
  margin-top: 80px;

  padding: 60px;

  border-radius: 24px;

  background: linear-gradient(135deg, #0b3d91, #1650af);

  text-align: center;

  color: #fff;

  overflow: hidden;

  position: relative;
}

.service-cta::before {
  content: "";

  position: absolute;

  width: 280px;
  height: 280px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.07);

  top: -120px;
  right: -100px;
}

.service-cta::after {
  content: "";

  position: absolute;

  width: 220px;
  height: 220px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.05);

  bottom: -100px;
  left: -80px;
}

.service-cta > * {
  position: relative;

  z-index: 2;
}

.service-cta h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;

  margin-bottom: 18px;
}

.service-cta p {
  max-width: 700px;

  margin: 0 auto 35px;

  color: #dbeafe;

  line-height: 1.8;
}

.service-cta .btn {
  background: #ff7a00;

  color: #fff;

  border: none;

  padding: 15px 35px;

  border-radius: 12px;

  font-weight: 600;

  transition: 0.35s;
}

.service-cta .btn:hover {
  background: #ff8f1f;

  transform: translateY(-4px);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.counter-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
}
.top-bar {
  background: #0b1f3a;
  color: #fff;
  font-size: 14px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.top-bar a:hover {
  color: #ff7a00;
}
.top-contact a {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {
  .service-img img {
    height: 200px;
  }
  .cta-text p {
    width: 100%;
  }
  .cta-text {
    position: static;
    left: 0;
  }
  .work-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .arrow {
    display: none;
  }

  .work-item {
    flex: 0 0 calc(33.333% - 20px);
  }

  .main-title {
    font-size: 30px;
  }

  .trust-title,
  .testimonial-title {
    font-size: 22px;
    padding: 25px;
  }

  .stat-item {
    padding: 35px 15px;
  }

  .stat-item h2 {
    font-size: 34px;
  }

  .reviewSlider {
    padding: 0 20px 50px;
  }

  .footer-top {
    text-align: center;
  }

  .footer-cta {
    flex-direction: column;
  }

  .boy-img {
    margin-top: -70px;
    width: 275px;
    z-index: 2;
    position: static;
  }

  .cta-text h2 {
    font-size: 34px;
  }

  .cta-text p {
    font-size: 17px;
  }

  .call-btn {
    margin-top: 20px;
  }

  .footer-main {
    text-align: center;
  }

  .footer-main .row > div::after {
    display: none !important;
  }

  .footer-main {
    text-align: center;
  }

  .footer-main ul {
    padding-left: 0;
  }

  .service-banner {
    height: 320px;
  }

  .quote-box {
    margin-top: 30px;
  }

  .quote-img {
    margin: 0 0 25px;
    width: 100%;
  }
  .quote-img,
  .quote-content {
    position: static;
    width: 100%;
  }

  .area-box ul {
    justify-content: center;
  }

  .form-box {
    padding: 30px;
  }

  .quote-img {
    margin: 0 0 25px;
    width: 100%;
  }
  .quote-img,
  .quote-content {
    position: static;
    width: 100%;
  }

  .area-box ul {
    justify-content: center;
  }

  .form-box {
    padding: 30px;
  }

  .offcanvas {
    width: 300px;
    border-radius: 0 20px 20px 0;
  }

  .offcanvas-header {
    background: #001d58;
    color: #fff;
    padding: 18px 20px;
  }

  .offcanvas-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .offcanvas .btn-close {
    filter: invert(1);
  }

  .mobile-nav {
    margin-top: 10px;
  }

  .mobile-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 10px 12px;
    font-weight: 500;

    color: #fff;

    border-radius: 10px;

    transition: 0.3s;

    margin-bottom: 8px;
  }

  .mobile-nav .nav-link i {
    width: 35px;
    height: 35px;

    background: #f4f4f4;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #001d58;

    transition: 0.3s;
  }

  .mobile-nav .nav-link:hover {
    background: #001d58;

    color: #fff !important;

    transform: translateX(8px);
  }

  .mobile-nav .nav-link:hover i {
    background: #fff;

    color: #001d58;
  }

  .mobile-nav .active {
    background: #fd6211;

    color: #fff !important;
  }

  .mobile-nav .active i {
    background: #fff;

    color: #fd6211;
  }

  /* Dropdown */

  .dropdown-menu {
    position: static !important;

    border: none;

    box-shadow: none;

    margin-left: 25px;

    background: #f8f9fa;

    border-radius: 10px;
  }

  .dropdown-item {
    padding: 10px 15px;

    border-radius: 8px;
  }

  .dropdown-item:hover {
    background: #0d6efd;

    color: #fff;
  }

  .call-box {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .section-title {
    font-size: 34px;
  }

  .hero-section {
    background-image: none !important;
    padding: 80px 0;
  }

  .hero-section::before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.88) 25%,
      rgba(255, 255, 255, 0.65) 42%,
      rgba(255, 255, 255, 0.15) 60%,
      transparent 78%
    );
  }

  .hero-content h1 {
    font-size: 45px;
  }

  .hero-content h3 {
    font-size: 24px;
  }

  .hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
  }

  /* IMAGE CONTAINER */
  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  /* DARK OVERLAY FOR TEXT */
  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.6) 40%,
      rgba(255, 255, 255, 0) 70%
    );
    z-index: 1;
  }

  /* CONTENT */
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 500px;
  }

  .section-title {
    font-size: 24px;
  }
  .footer-main h5 {
    text-align: left;
  }
  .footer-about {
    text-align: left;
  }

  .faq-contact {
    padding: 40px 25px;
    text-align: center;
    margin-top: 60px;
  }

  .faq-contact p {
    margin: auto;
  }
  .cta-buttons {
    margin-top: 20px;
    flex-direction: row;
    justify-content: center;
  }
  .contact-info {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .service-banner {
    height: 280px;
  }

  .service-banner h1 {
    font-size: 36px;
  }

  .service-banner p {
    font-size: 15px;
    padding: 0 15px;
  }

  .service-banner {
    height: 250px;
  }

  .banner-content h1 {
    font-size: 30px;
  }

  .banner-content p {
    font-size: 15px;
  }

  .service-content h2 {
    font-size: 28px;
  }

  .service-details .feature-box {
    padding: 20px;
  }

  .process-box {
    margin-bottom: 20px;
  }

  .counter-section h2 {
    font-size: 34px;
  }

  .counter-section .col-md-3 {
    margin-bottom: 25px;
  }

  .cta-section {
    text-align: center;
  }

  .cta-section .btn {
    margin-top: 20px;
    width: 100%;
  }

  .stats-wrapper {
    padding: 40px 20px;
  }

  .stats-card {
    margin-bottom: 20px;
  }

  .stats-card h2 {
    font-size: 40px;
  }
  .section-title {
    font-size: 24px;
  }
  .left-box {
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }

  .quote-content h3 {
    font-size: 24px;
  }
  .quote-content h4 {
    font-size: 16px;
  }

  .area-box {
    padding: 15px;
  }

  .area-box ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .india-btn {
    width: 100%;
    text-align: center;
  }

  .form-box {
    padding: 20px;
  }

  .footer-top {
    padding: 25px 20px;
  }

  .boy-img {
    display: none;
  }

  .cta-text h2 {
    font-size: 28px;
  }
  .footer-section .text-md-end a,
  .footer-section p {
    font-size: 12px;
  }

  .cta-text p {
    font-size: 12px;
  }

  .call-btn {
    width: 100%;
    justify-content: center;
    padding: 15px;
  }

  .call-btn strong {
    font-size: 22px;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-main {
    padding: 30px 0;
  }

  .footer-main h5 {
    margin-top: 20px;
  }

  .footer-main .social-icons {
    flex-wrap: wrap;
  }

  .copyright {
    font-size: 14px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-title {
    font-size: 28px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content h3 {
    font-size: 20px;
  }
  .hero-section {
    text-align: center;
  }

  .hero-section::before {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.6)
    );
  }

  .hero-content {
    max-width: 100%;
  }
  .hero-content h5 {
    font-size: 14px;
  }
  .hero-content p {
    line-height: 20px;
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .feature-box i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0b3d91, #1d5fd3);
    color: #fff;
    font-size: 16px;
    box-shadow: 0 20px 40px rgba(11, 61, 145, 0.35);
  }
  .feature-box h6 {
    font-size: 12px;
  }
  .feature-list {
    gap: 5px;
    margin-bottom: 15px;
  }
  .feature-box span {
    font-size: 9px;
  }
  .hero-buttons {
    gap: 10px;
  }
  .hero-buttons .btn {
    padding: 8px !important;
    font-size: 14px;
  }
  .hero-section {
    padding: 40px 0;
  }
  .feature-list {
    justify-content: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .service-img img {
    height: 180px;
  }

  .service-content {
    font-size: 16px;
  }

  .work-item {
    flex: 0 0 calc(50% - 15px);
  }

  .work-item {
    flex: 0 0 100%;
  }

  .trust-title,
  .testimonial-title {
    font-size: 16px;
    text-align: center;
    padding: 20px;
  }

  .stat-item {
    padding: 25px 10px;
  }

  .stat-item i {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .stat-item h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .stat-item p {
    font-size: 10px;
    line-height: 1.5;
  }

  .reviewSlider {
    padding: 0 15px 50px;
  }

  .review-card {
    padding: 20px;
  }

  .client img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .footer-main .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
  }

  .accordion-button {
    font-size: 16px;
    padding: 18px;
  }

  .accordion-body {
    padding: 18px;
    font-size: 15px;
  }
  .contact-badge {
    padding: 5px 16px;
    font-size: 12px;
  }
  .faq-contact {
    padding: 20px;
  }
  .faq-contact p {
    font-size: 14px;
  }

  .contact-info {
    gap: 10px;
  }
  .contact-info div {
    padding: 8px 10px;
    font-size: 9px;
  }
  .btn-whatsapp small,
  .btn-call small {
    font-size: 10px;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .btn-whatsapp span,
  .btn-call span {
    text-align: left;
  }
  .choose-card {
    padding: 25px;
  }
  .choose-icon {
    width: 60px;
    height: 60px;
  }
  .choose-icon i {
    font-size: 24px;
  }
  .counter-box h4,
  .service-card h4,
  .choose-card h4 {
    font-size: 20px;
  }
  .service-cta {
    padding: 20px;
    margin-top: 60px;
  }
  .service-cta h3 {
    font-size: 32px;
  }
}

/*=====================================
        REVIEWS SECTION
======================================*/

.reviews-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 50%, #eef4fb 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.reviews-section::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: #f58220;
  opacity: 0.05;
  border-radius: 50%;
  top: -120px;
  right: -120px;
  filter: blur(25px);
}

.reviews-section::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: #0b2e59;
  opacity: 0.05;
  border-radius: 50%;
  bottom: -120px;
  left: -120px;
  filter: blur(25px);
}

.review-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  transition: 0.35s;
  overflow: hidden;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.quote-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffb400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 14px;
}

.stars {
  color: #ffc107;
  margin-bottom: 18px;
  font-size: 18px;
}

.review-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.review-user h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.review-user span {
  color: #777;
  font-size: 14px;
}

/*=====================================
        CONTACT CARD
======================================*/

.contact-card-wrapper {
  background: #fff;
  border-radius: 22px;
  padding: 50px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

.contact-header {
  text-align: center;
}

.contact-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8f1ff;
  color: #0d6efd;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-header h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-header p {
  color: #666;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  background: #f8f9fb;
  padding: 16px;
  border-radius: 16px;
  transition: 0.3s;
  color: #111;
  height: 100%;
  border: 1px solid transparent;
  flex-wrap: wrap;
}

.contact-box:hover {
  background: #fff;
  border-color: #0d6efd;
  transform: translateY(-5px);
  color: #111;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex-shrink: 0;
}

.contact-box small {
  display: block;
  color: #777;
  margin-bottom: 5px;
}

.contact-box h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.contact-box span {
  color: #666;
  font-size: 14px;
}

.contact-bottom {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  justify-content: center;
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
  width: 100%;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(11, 46, 89, 0.08);
  border-radius: 50px;
  padding: 7px 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}

.trust-item i {
  width: 30px;
  height: 30px;
  background: #0b2e59;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.35s;
}

.trust-item span {
  font-size: 15px;
  font-weight: 600;
  color: #0b2e59;
}

.trust-item:hover {
  transform: translateY(-6px);
  background: #0b2e59;
  border-color: #0b2e59;
  box-shadow: 0 15px 35px rgba(11, 46, 89, 0.25);
}

.trust-item:hover span {
  color: #fff;
}

.trust-item:hover i {
  background: #f58220;
  color: #fff;
}

.action-buttons {
  display: flex;
  gap: 15px;
}

.action-buttons .btn {
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 10px;
}

/*=====================================
        BOTTOM CTA
======================================*/
.bottom-cta {
  background: linear-gradient(135deg, #0b2e59 0%, #163c73 100%);
  border-radius: 30px;
  padding: 60px;
  margin-top: 80px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(11, 46, 89, 0.18);
}

.bottom-cta::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(245, 130, 32, 0.15);
  border-radius: 50%;
  top: -100px;
  right: -80px;
}

.bottom-cta::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -80px;
  left: -60px;
}

.bottom-cta .row {
  position: relative;
  z-index: 2;
}

.bottom-cta h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.bottom-cta p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin-bottom: 0;
}

/* Buttons */

.bottom-cta .btn-warning {
  background: #f58220;
  border: none;
  color: #fff;
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.35s;
}

.bottom-cta .btn-warning:hover {
  background: #ff9b3c;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(245, 130, 32, 0.35);
}

.bottom-cta .btn-primary {
  background: #fff;
  color: #0b2e59;
  border: none;
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.35s;
}

.bottom-cta .btn-primary:hover {
  background: #f58220;
  color: #fff;
  transform: translateY(-4px);
}

.about-cta .btn-outline-light {
  padding: 15px 35px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.35s;
}
.about-cta .btn-outline-light:hover {
  transform: translateY(-4px);
}
@media (max-width: 991px) {
  .bottom-cta {
    padding: 40px 25px;
    text-align: center;
  }

  .bottom-cta h2 {
    font-size: 30px;
  }

  .bottom-cta p {
    margin-bottom: 25px;
  }

  .bottom-cta .btn {
    width: 100%;
    margin: 8px 0 !important;
  }
}
/*=====================================
        RESPONSIVE
======================================*/

@media (max-width: 991px) {
  .contact-card-wrapper {
    padding: 35px;
  }

  .contact-bottom {
    flex-direction: column;
    text-align: center;
  }

  .action-buttons {
    justify-content: center;
  }

  .bottom-cta {
    text-align: center;
  }

  .bottom-cta .text-lg-end {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .trust-item span {
    font-size: 13px;
  }
  .review-card {
    padding: 25px;
  }

  .contact-card-wrapper {
    padding: 25px;
  }

  .contact-box {
    padding: 20px;
  }

  .contact-icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .contact-box h5 {
    font-size: 17px;
    word-break: break-word;
  }

  .action-buttons {
    width: 100%;
    flex-direction: column;
  }

  .action-buttons .btn {
    width: 100%;
  }

  .trust-items {
    justify-content: center;
  }

  .bottom-cta {
    padding: 30px 20px;
  }

  .bottom-cta .btn {
    width: 100%;
    margin: 8px 0;
  }

  .trust-items {
    flex-direction: column;
    align-items: stretch;
  }

  .trust-item {
    width: 100%;
    justify-content: flex-start;
  }
  .bottom-cta .btn {
    font-size: 14px;
  }
}

/*==============================
QUOTE SECTION
==============================*/

.quote-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f5f9fd);
  position: relative;
  overflow: hidden;
}

.quote-section::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(245, 130, 32, 0.08);
  border-radius: 50%;
  top: -120px;
  right: -120px;
}

.quote-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(11, 46, 89, 0.05);
  border-radius: 50%;
  bottom: -120px;
  left: -120px;
}

.section-description {
  max-width: 750px;
  margin: auto;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
}

/*==============================
FORM CARD
==============================*/

.quote-form-card {
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(11, 46, 89, 0.08);
}

.form-label {
  font-weight: 600;
  color: #0b2e59;
  font-size: 14px;
}

.input-group-text {
  background: #0b2e59;
  color: #fff;
  border: none;
}

.form-control,
.form-select {
  border: 1px solid #dbe5ef;
  border-radius: 0 12px 12px 0;
  box-shadow: none;
}

textarea.form-control {
  height: 140px;
  border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
  border-color: #f58220;
  box-shadow: 0 0 0 0.2rem rgba(245, 130, 32, 0.15);
}

/*==============================
BUTTON
==============================*/

.quote-btn {
  background: #f58220;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 16px;
  font-weight: 600;
  transition: 0.35s;
}

.quote-btn:hover {
  background: #0b2e59;
  color: #fff;
  transform: translateY(-3px);
}

/*==============================
CONTACT CARD
==============================*/

.contact-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.moving-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.contact-content {
  padding: 35px;
}

.contact-content h4 {
  color: #0b2e59;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.contact-item i {
  width: 48px;
  height: 48px;
  background: #f58220;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-item span {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.contact-card .btn {
  border-radius: 50px;
  padding: 14px;
  font-weight: 600;
}

.contact-card .btn-primary {
  background: #0b2e59;
  border: none;
}

.contact-card .btn-success {
  background: #25d366;
  border: none;
}

/*==============================
TRUST LINE
==============================*/

.trust-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.trust-item:hover {
  background: #0b2e59;
  color: #fff;
  transform: translateY(-5px);
}

.trust-item:hover i {
  color: #fff;
}

/*==============================
RESPONSIVE
==============================*/

@media (max-width: 991px) {
  .section-title {
    font-size: 34px;
  }

  .quote-form-card {
    padding: 30px;
  }

  .contact-content {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .quote-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .quote-form-card {
    padding: 20px;
  }

  .contact-item {
    gap: 10px;
  }

  .trust-item {
    width: 100%;
    justify-content: center;
  }
}

.footer-section h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-section p {
  color: #cbd5e1;
  line-height: 1.8;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a,
.footer-contact a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #0d6efd;
  padding-left: 6px;
}

.footer-contact li {
  color: #fff;
  text-align: left;
}

.footer-contact i {
  color: #0d6efd;
  width: 20px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e293b;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
  text-decoration: none;
}

.footer-social a:hover {
  background: #f58220;
  transform: translateY(-5px);
}

.footer-section hr {
  opacity: 0.15;
}

.footer-section .text-md-end a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section .text-md-end a:hover {
  color: #f58220;
}
.footer-main .footer-contact li:before {
  display: none;
}
.contact-info-section .counter-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
.contact-info-section .contact-card {
  background: #fff;
  padding: 35px 25px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.contact-info-section .contact-card:hover {
  transform: translateY(-8px);
}

.contact-info-section .contact-card .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
}

.contact-info-section .contact-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #111827;
}

.contact-info-section .contact-card p {
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-social a {
    margin: 5px;
  }
}

.about-hero {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 55%, #1976d2 100%);
  color: #fff;
  position: relative;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.hero-title {
  color: #fff;
}

.hero-title span {
  color: #ffa726;
}

.hero-subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #e3f2fd;
}

.hero-desc {
  color: #e8eefc;
}

.hero-btns .btn {
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
}

.hero-btns .btn-primary {
  background: #ff9800;
  border-color: #ff9800;
}

.hero-btns .btn-primary:hover {
  background: #fb8c00;
  border-color: #fb8c00;
}

.hero-img {
  max-width: 100%;
  animation: float 4s ease-in-out infinite;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
}

.shape-1 {
  width: 260px;
  height: 260px;
  background: #fff;
  top: -70px;
  right: -70px;
}

.shape-2 {
  width: 170px;
  height: 170px;
  background: #ffa726;
  bottom: 80px;
  left: -50px;
}

.shape-3 {
  width: 90px;
  height: 90px;
  background: #fff;
  bottom: 160px;
  right: 18%;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

/* Responsive */

@media (max-width: 991px) {
  .about-hero {
    text-align: center;
    padding: 90px 0;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-desc {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-desc {
    font-size: 16px;
  }
}

/* Read More Button */
#faqToggleBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 35px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #0d6efd, #0047d4);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.25);
}

#faqToggleBtn:hover {
  background: linear-gradient(135deg, #0047d4, #0d6efd);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(13, 110, 253, 0.35);
}

#faqToggleBtn:active {
  transform: scale(0.98);
}

#faqToggleBtn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.2);
}

.text-center.mt-4.mb-4 {
  margin-top: 40px !important;
  margin-bottom: 10px !important;
}

/* Hidden FAQ Animation */
#moreFaqs {
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Mobile */
@media (max-width: 576px) {
  #faqToggleBtn {
    padding: 14px 25px;
    font-size: 14px;
  }
  .hero-btns .btn {
    padding: 14px 20px;
    font-size: 14px;
  }
  .hero-btns {
    display: flex;
    justify-content: center;
  }
}

.mission-vision-section {
  background: #f8fbff;
}

.mission-list {
  margin-top: 35px;
}

.mission-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 10px 16px;
  margin-bottom: 15px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
  font-size: 14px;
}

.mission-item:hover {
  transform: translateX(8px);
}

.mission-item i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.mission-vision-section img {
  border-radius: 25px;
}

.about-cta {
  position: relative;
  background: url("../images/Bike-Transportation.png") center center/cover
    no-repeat;
}

.about-cta .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 42, 92, 0.75);
}

.core-values {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.value-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
  border: 1px solid #edf2f7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.value-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.15);

  border-color: #0d6efd;
}

.value-icon {
  width: 65px;
  height: 65px;

  margin: auto;

  border-radius: 50%;

  background: linear-gradient(135deg, #0d6efd, #3c8dff);

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 25px;

  transition: 0.4s;
}

.value-card:hover .value-icon {
  transform: rotateY(180deg) scale(1.1);

  background: linear-gradient(135deg, #ff9800, #ffb84d);
}

.value-icon i {
  font-size: 30px;

  color: #fff;
}

.value-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.value-card p {
  color: #6c757d;
  line-height: 1.8;
  margin: 0;
}

/*==============================
WHY CHOOSE US
==============================*/

.trust-counter {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
}

.counter-box {
  background: #fff;
  border-radius: 20px;
  padding: 35px 20px;
  text-align: center;
  transition: 0.35s;
  height: 100%;

  border: 1px solid #edf2f8;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);

  position: relative;
  overflow: hidden;
}

.counter-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(90deg, #ff7a00, #0057ff);
}

.counter-box:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.counter-icon {
  width: 65px;
  height: 65px;

  margin: auto;
  margin-bottom: 20px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #0057ff, #0ea5ff);

  color: #fff;

  font-size: 30px;

  transition: 0.35s;
}

.counter-box:hover .counter-icon {
  transform: rotateY(180deg);
}

.counter-box h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0d2f63;

  margin-bottom: 8px;
}

.counter-box span {
  display: block;

  color: #666;

  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .counter-box {
    padding: 25px 15px;
  }
.top-bar>div>div {
    flex-direction: column;
    text-align: center;
}

.top-bar>div>div>.top-contact {
  flex-direction: column;
        gap: 10px !important;
}
.social-icons {
    margin-top: 10px;
}
  .counter-icon {
    width: 70px;
    height: 70px;

    font-size: 28px;
  }

  .counter-box h2 {
    font-size: 20px;
  }

  .counter-box span {
    font-size: 14px;
  }
  .contact-info-section .contact-card h4 {
    font-size: 20px;
  }
}

.service-locations {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.location-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  border: 1px solid #e9eef6;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.location-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0d6efd;
  transform: scaleX(0);
  transition: 0.4s;
}

.location-card i {
  width: 65px;
  height: 65px;
  line-height: 75px;
  border-radius: 50%;
  background: #edf4ff;
  color: #0d6efd;
  font-size: 20px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.location-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1d3557;
  margin-bottom: 10px;
}

.location-card p {
  color: #6c757d;
  font-size: 15px;
  margin: 0;
}

.location-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(13, 110, 253, 0.15);
}

.location-card:hover::before {
  transform: scaleX(1);
}

.location-card:hover i {
  background: #0d6efd;
  color: #fff;
}

@media (max-width: 991px) {
  .service-locations {
    padding: 80px 0;
  }

  .section-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .service-locations {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .location-card {
    padding: 30px 20px;
  }

  .location-card h5 {
    font-size: 20px;
  }
}

.service-overview {
  padding: 100px 0;
}

#overviewImage {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-list li {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}

.service-list i {
  color: #0d6efd;
  margin-right: 10px;
}

.service-overview {
  padding: 100px 0;
}

.overview-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.overview-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  font-weight: 600;
}

.overview-item i {
  color: #0d6efd;
  font-size: 18px;
}
.service-features {
  padding: 100px 0;
  background: #f8fbff;
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(13, 110, 253, 0.15);
}

.feature-card i {
  font-size: 45px;
  color: #0d6efd;
  margin-bottom: 20px;
}

.feature-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-card p {
  margin: 0;
  color: #6c757d;
  line-height: 1.7;
}

.floating-contact {
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}

.float-btn span {
  position: absolute;
  right: 70px;
  background: #fff;
  color: #222;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.4s;
  white-space: nowrap;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.float-btn:hover span {
  opacity: 1;
  transform: translateX(0);
}

.float-btn:hover {
  transform: translateY(-5px) scale(1.1);
}

/* WhatsApp */
.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  animation: pulseWhatsapp 2s infinite;
}

/* Call */
.call {
  background: linear-gradient(135deg, #2196f3, #0047ab);
  animation: pulseCall 2s infinite;
}

@keyframes pulseWhatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulseCall {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(33, 150, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
}

@media (max-width: 576px) {
  .floating-contact {
    right: 15px;
    bottom: 20px;
  }

  .float-btn {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
}

.privacy-policy {
  background: #f7f9fc;
}

.privacy-header h1 {
  font-weight: 700;
  color: #001d58;
}

.privacy-content {
  background: #ffffff;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.privacy-content h3 {
  margin-bottom: 15px;
  color: #001d58;
  font-size: 24px;
}

.privacy-content p,
.privacy-content li {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.privacy-content ul {
  padding-left: 25px;
}

.contact-box {
  background: #f1f5ff;
  padding: 20px;
  border-radius: 12px;
  line-height: 1.8;
}
.contact-box a {
  color: #0d6efd;
  text-decoration: none;
  transition: 0.3s;
}

.contact-box a:hover {
  color: #1c2b45;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .contact-box {
    flex-direction: column;
    gap: 0;
  }

  .privacy-content {
    padding: 25px 20px;
  }
}
