:root {
  --primary: #ff741f;
  --primary-rgb: 0, 114, 187;
}

.header-area {
  position: relative;
}

.navbar-area .desktop-nav .navbar .navbar-brand img {
  width: 100px;
}

.single-footer-widget .logo img {
  width: 100px;
}

.default-btn {
  font-size: 16px;
  padding: 10px 26px;
  line-height: 1;
  text-transform: none;
  border-radius: 4px;
  border: 1px solid #ffffff;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    transform 0.1s ease;
}
.default-btn span {
  position: relative;
  z-index: 1;
}
.default-btn i {
  position: relative;
  z-index: 1;
}
.default-btn::before,
.default-btn::after {
  content: none;
}
.default-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.default-btn:active {
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.2);
}
.default-btn.light-btn {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.default-btn.light-btn:hover {
  background: rgba(255, 133, 51, 0.08);
  color: var(--primary);
  border-color: var(--primary);
}
.default-btn.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}
.default-btn.active:hover {
  background: #ff8533;
}

.banner-area.bg-3 {
  background-image: url(../img/banner.png) !important;
}

.banner-area.banner-area-three::before {
  background-image: linear-gradient(to right, #000000, transparent);
}

/* Banner Slider */
.banner-slider-area {
  position: relative;
  overflow: hidden;
  min-height: 87vh;
}

.banner-slider.owl-carousel {
  position: relative;
  min-height: 87vh;
}

.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item {
  min-height: 87vh;
}

.banner-slider .owl-item > div {
  min-height: 87vh;
}

.banner-slide {
  min-height: 87vh;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: bannerZoomWater 14s ease-in-out infinite;
}

.banner-slide-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner-slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes bannerZoomWater {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

.banner-slide .d-table {
  min-height: 87vh;
}

.banner-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.banner-slide .d-table-cell {
  position: relative;
  z-index: 2;
}

.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
}

.banner-slider .owl-nav button {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.banner-slider .owl-nav button:hover {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.banner-slider .owl-dots .owl-dot.active span,
.banner-slider .owl-dots .owl-dot:hover span {
  background: var(--primary);
}

.banner-content {
  overflow: visible;
  max-width: 100%;
  margin-right: auto;
  margin-top: auto;
}

.quote-price-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  margin-top: auto;
}

.quote-price-content .contact-us-form .form-control,
.quote-price-content .contact-us-form textarea.form-control {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.quote-price-content .contact-us-form .form-control:focus,
.quote-price-content .contact-us-form textarea.form-control:focus {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.quote-price-content .contact-us-form .form-control::placeholder,
.quote-price-content .contact-us-form textarea.form-control::placeholder {
  color: #ffffff;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.page-title-area .page-title-content ul li,
.page-title-area .page-title-content ul li.active,
.page-title-area .page-title-content ul li a,
.page-title-area .page-title-content h2 {
  color: #fff;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' width='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 35px;
}

.services-area .single-services-box {
  height: 100%;
  margin-bottom: 0;
}

.choose-us-content .single-choose-us-box i {
  font-size: 30px;
}

.single-counter i {
  font-size: 30px;
}

.single-services-box i {
  font-size: 30px;
  background-color: rgba(219, 33, 76, 0.25);
  color: var(--primary) !important;
}

.chatbot_block {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  width: 300px;
}

.chatbot_block .chatbot_button {
  width: 100%;
  background-color: #2575fc;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot_block .chatbot_content {
  width: 100%;
  display: none;
  margin-top: 8px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  max-height: 500px;
  overflow-y: auto;
}

.chatbot_block .chatbot_content .form-control,
.chatbot_block .chatbot_content #main_service {
  font-size: 0.85rem;
  padding: 5px 10px;
  height: 32px;
}

.chatbot_block .chatbot_content textarea.form-control {
  height: 60px;
  resize: none;
}

.chatbot_block .chatbot_content #main_service option {
  font-size: 0.85rem;
}

.chatbot_block .chatbot_content #other_service {
  display: none;
}

.single-testimonials-two {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-title-area .page-title-content ul li::before {
  background-color: #fff;
}

.partner-area .owl-carousel .owl-item img {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  margin: 5px 0 !important;
}

.footer-area p,
.footer-area a,
.footer-area ul li {
  color: #fff !important;
}

.footer-area a:hover {
  color: var(--primary) !important;
}

/* ========== Footer modern design (light) ========== */
.footer-modern {
  position: relative;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary) 35%, var(--primary) 65%, transparent 100%);
  opacity: 0.9;
}

.footer-modern .footer-grid {
  position: relative;
  z-index: 1;
}

.footer-modern .single-footer-widget {
  margin-bottom: 40px;
}

.footer-modern .footer-brand .logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-modern .footer-brand p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #555555 !important;
  margin-bottom: 24px;
  max-width: 280px;
}

.footer-modern .footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000024 !important;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 133, 51, 0.65);
  display: inline-block;
}

.footer-modern .footer-heading::before {
  background-color: unset;
}

.footer-modern .import-link li {
  margin-bottom: 12px;
  padding-left: 0;
}

.footer-modern .import-link li::before {
  display: none;
}

.footer-modern .import-link li a {
  color: #555555 !important;
  font-size: 0.95rem;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-modern .import-link li a:hover {
  color: var(--primary) !important;
  padding-left: 6px;
}

.footer-modern .address li {
  margin-bottom: 14px;
  padding-left: 36px;
  font-size: 0.95rem;
}

.footer-modern .address li i {
  font-size: 1rem;
  left: 0;
  top: 2px;
}

.footer-modern .address li a,
.footer-modern .address .location span {
  color: #555555 !important;
}

.footer-modern .address li a:hover {
  color: var(--primary) !important;
}

/* Social icons - modern pill style */
.social-modern {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-modern li {
  margin-right: 0 !important;
}

.social-modern li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #555555 !important;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.social-modern li a i {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 1.15rem;
  background: none !important;
}

.social-modern li a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
  transform: translateY(-3px);
}

/* Copyright bar - modern */
.copy-right-modern {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 20px;
  padding-bottom: 20px;
}

.copy-right-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.copy-right-modern p {
  margin: 0;
  font-size: 0.9rem;
  color: #ffffff !important;
}

.copy-right-modern p a {
  color: var(--primary) !important;
  font-weight: 500;
  transition: opacity 0.25s ease;
}

.copy-right-modern p a:hover {
  color: var(--primary) !important;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .copy-right-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-modern .footer-brand p {
    max-width: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-nav .logo a img {
    width: auto;
    max-height: 50px;
  }

  .default-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

  .default-btn::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .default-btn.active::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .banner-area.banner-area-three::before {
    background: rgb(0, 0, 0, 0.6);
  }

  .partner-area .owl-carousel .owl-item img {
    margin: auto !important;
    width: 200px !important;
  }

  .chatbot_block {
    left: 5px;
    right: 5px;
    margin: 0 auto;
    bottom: 5px;
  }

  .copy-right-area {
    padding-bottom: 60px;
  }

  .page-title-area {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .logo a img {
    width: auto;
    max-height: 50px;
  }

  .default-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

  .default-btn::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .default-btn.active::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .banner-area.banner-area-three::before {
    background: rgb(0, 0, 0, 0.6);
  }

  .partner-area .owl-carousel .owl-item img {
    margin: auto !important;
    width: 200px !important;
  }

  .chatbot_block {
    left: 5px;
    right: 5px;
    margin: 0 auto;
    bottom: 5px;
  }

  .copy-right-area {
    padding-bottom: 60px;
  }

  .page-title-area {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav .logo a img {
    width: auto;
    max-height: 50px;
  }

  .default-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

  .default-btn::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .default-btn.active::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .partner-area .owl-carousel .owl-item img {
    margin: auto !important;
    width: 200px !important;
  }

  .chatbot_block {
    left: 5px;
    right: 5px;
    margin: 0 auto;
    bottom: 5px;
  }

  .copy-right-area {
    padding-bottom: 60px;
  }

  .page-title-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Process steps - timeline / step cards */
.advantage-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.advantage-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.advantage-card .advantage-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 116, 31, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-card .advantage-icon i {
  font-size: 28px;
  color: var(--primary);
  background: none !important;
}

.advantage-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000024;
}

.advantage-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

/* Tracking Popup Overlay */
.tracking-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tracking-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Tracking Popup */
.tracking-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 420px;
  max-width: 92vw;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}

.tracking-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.tracking-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tracking-popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  transform: rotate(90deg);
}

.tracking-popup-close i {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}

.tracking-popup-header {
  background: var(--primary);
  padding: 28px 24px 20px;
  text-align: center;
  color: #fff;
}

.tracking-popup-header i {
  font-size: 40px;
  margin-bottom: 8px;
  display: block;
}

.tracking-popup-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}

.tracking-popup-header p {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
  color: #fff;
}

.tracking-popup-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tracking-popup-body .form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  height: auto;
  background: #fff;
  transition: border-color 0.2s ease;
}

.tracking-popup-body .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 116, 31, 0.12);
}

/* Sticky Track Button */
.tracking-sticky-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(255, 116, 31, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tracking-sticky-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 116, 31, 0.5);
}

.tracking-sticky-btn i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .tracking-sticky-btn span {
    display: none;
  }

  .tracking-sticky-btn {
    padding: 12px;
    border-radius: 50%;
  }

  .tracking-sticky-btn i {
    font-size: 22px;
  }

  .tracking-popup {
    width: 92vw;
  }
}

.process-steps {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
  list-style: none;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  position: relative;
}

.process-step:last-child {
  margin-bottom: 0;
}

.process-step:last-child::before {
  display: none;
}

.process-step::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 52px;
  bottom: -1.75rem;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--primary),
    rgba(219, 33, 76, 0.3)
  );
  z-index: 0;
}

.process-step-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(219, 33, 76, 0.35);
}

.process-step-body {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  text-align: left;
}

.process-step-icon {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
  display: inline-block;
}

.process-step-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #000024;
}

.process-step-desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
}
