:root {
  --primary-color: #fed604;
  --secondary-color: #333333;
  --accent-color: #e30b0b;
  --light-color: #ffffff;
  --dark-color: #222222;
  --gray-color: #6c757d;
  --transition: all 0.3s ease;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  background-color: #f8f9fa;
  color: var(--dark-color);
}

/* TOP NAVIGATION (NOT FIXED) */

.text-custom {
  color: #8b0000 !important;
}

.bg-custom {
  background-color: #8b0000 !important;
}

/* fixed button  */
.fab-wrapper {
  position: fixed;
  left: 12px;
  z-index: 999999;
}

.fab-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
  /* minimum height */
  border-radius: 22px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  line-height: 1;

  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease;
}

.fab-icon {
  font-size: 16px;
  line-height: 1;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}

/* footer */
.gtt {
  display: none;
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 1);
  z-index: 99999;
}

.modern-footer {
  background: linear-gradient(180deg, #1f1f1f 0%, #141414 100%);
  color: #e0e0e0;
  position: relative;
  margin-top: 60px;
}

/* Newsletter Section */
.newsletter-section {
  background: linear-gradient(135deg, #c40000 0%, #8b0000 100%);
  position: relative;
  z-index: 1;
  padding: 50px 0 !important;
}

.newsletter-content {
  color: #fff;
}

.newsletter-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #f7c600;
}

.newsletter-content h3 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}

.newsletter-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

.newsletter-form {
  max-width: 500px;
  margin-left: auto;
}

/* Main Footer Content */
.footer-main {
  position: relative;
  z-index: 1;
  padding: 60px 0 !important;
}

.brand-name {
  color: #f7c600;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px !important;
}

.footer-description {
  color: #c0c0c0;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Social Links */
.social-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.social-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.08);
}

.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.social-icon.facebook:hover {
  background: #1877f2;
}

.social-icon.instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}

.social-icon.twitter:hover {
  background: #000;
}

.social-icon.linkedin:hover {
  background: #0077b5;
}

.social-icon.whatsapp:hover {
  background: #25d366;
}

/* Contact Info */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #c40000, #8b0000);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #f7c600;
  font-size: 1rem;
}

.contact-text {
  flex: 1;
}

.contact-label {
  display: block;
  color: #999;
  font-size: 0.8rem;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.contact-text p,
.contact-text a {
  color: #d0d0d0;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-text a:hover {
  color: #f7c600;
}

/* Footer Bottom */
.footer-bottom {
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
  padding: 25px 0 !important;
}

.footer-copyright {
  color: #aaa;
  font-size: 0.9rem;
}

.footer-copyright strong {
  color: #f7c600;
  font-weight: 600;
}

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

.footer-bottom-links a:hover {
  color: #f7c600;
}

.footer-bottom-links .separator {
  color: #555;
  margin: 0 12px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .modern-footer {
    margin-top: 50px;
  }

  .newsletter-content h3 {
    font-size: 1.4rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-brand h3 {
    font-size: 1.5rem;
  }

  .social-links-footer .d-flex {
    justify-content: center;
  }

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

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-links-list {
    text-align: center;
  }

  .footer-links-list li a {
    justify-content: center;
  }

  .footer-contact {
    align-items: center;
  }

  .contact-info-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
/* footer end */
.fab-call {
  bottom: 90px;
}

.fab-call a {
  background: linear-gradient(135deg, #dc3545, #b02a37);
}

/* WhatsApp button */
.fab-whatsapp {
  bottom: 35px;
}

.fab-whatsapp a {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

/* Subtle hover */
.fab-wrapper a:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

/* Navigation Menu Titles */
.top-nav {
  background-color: #dc3545;
  color: white;
  padding: 8px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.top-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top-nav-link {
  color: #ddd;
  text-decoration: none;
  font-size: 0.85rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-nav-link:hover {
  color: var(--primary-color);
}

.top-nav-link i {
  font-size: 0.85rem;
}

.top-nav-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-nav-phone {
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.google-rating {
  color: #fff;
  font-weight: 500;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 3px;
}

.google-rating i {
  color: #f4c430;
}

/* MAIN NAVIGATION (STICKY) */
.main-nav {
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
}

.main-nav.scrolled {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.main-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo Section */
.logo-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

.logo-icon {
  font-size: 2.2rem;
  color: var(--primary-color);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 1.2;
}

.logo-sub {
  font-size: 0.8rem;
  color: var(--gray-color);
  font-weight: 500;
}

.logo-highlight {
  color: var(--primary-color);
}

/* Main Nav Right Section */
.main-nav-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Main Nav Contact - Hidden on Mobile */
.main-nav-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.phone-label {
  font-size: 0.75rem;
  color: var(--gray-color);
  margin-bottom: 2px;
}

.phone-number {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}

.phone-number:hover {
  color: #e6c004;
}

.phone-icon {
  width: 38px;
  height: 38px;
  background-color: rgba(254, 214, 4, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1.1rem;
}

/* Menu Button */
.menu-toggle-btn {
  color: var(--secondary-color);
  border: none;
  border-radius: 4px;

  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  cursor: pointer;
  background: none;
}
.logo-image {
  width: 400px;
}

/* FULL SCREEN NAVIGATION OVERLAY */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

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

/* Navigation Header */
.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  background-color: white;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark-color);
}

.nav-logo-highlight {
  color: var(--primary-color);
}

.close-nav {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--dark-color);
  cursor: pointer;
  transition: var(--transition);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close-nav:hover {
  background-color: #f8f9fa;
  color: var(--primary-color);
  transform: rotate(90deg);
}

/* Navigation Content */
.nav-content {
  flex: 1;
  overflow-y: auto;
  padding: 25px;
}

.nav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-grid {
    grid-template-columns: 1fr;
  }
}

.nav-column {
  display: flex;
  flex-direction: column;
}

.nav-title {
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(254, 214, 4, 0.2);
  display: flex;
  align-items: center;
}

.nav-title i {
  margin-right: 8px;
  font-size: 1.1rem;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links li {
  margin-bottom: 10px;
}

.nav-links a {
  color: var(--dark-color);
  text-decoration: none;
  font-size: 1rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-weight: 500;
}

.nav-links a:hover {
  color: var(--primary-color);
  padding-left: 8px;
}

.nav-icon {
  color: var(--accent-color);
  margin-right: 10px;
  width: 18px;
  text-align: center;
  transition: var(--transition);
}

.nav-links a:hover .nav-icon {
  color: var(--primary-color);
  transform: scale(1.1);
}

/* Navigation Footer */
.nav-footer {
  background-color: #f8f9fa;
  padding: 20px 25px;
  border-top: 1px solid #eee;
}

.nav-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-contact-icon {
  color: var(--primary-color);
  font-size: 1.1rem;
}

.nav-contact-text {
  font-weight: 600;
  color: var(--dark-color);
  font-size: 0.95rem;
}

.nav-actions {
  display: flex;
  gap: 12px;
}

.nav-action-btn {
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
  font-size: 0.95rem;
}

.nav-action-btn.primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.nav-action-btn.secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.nav-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.nav-action-btn.primary:hover {
  background-color: #e6c004;
}

.nav-action-btn.secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

/* HERO SECTION */
.hero-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/slider/slider-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  background-attachment: fixed;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-highlight {
  color: var(--primary-color);
}

.hero-section p {
  font-size: 1.1rem;
  max-width: 600px;
  opacity: 0.9;
}

/* TRUST BADGES SECTION */
.trust-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

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

.trust-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #ffd700);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  font-size: 24px;
  margin: auto;
  margin-bottom: 15px;
}

/* RESPONSIVE STYLES */
@media (max-width: 992px) {
  .top-nav-links {
    display: none; /* Hide all links on mobile/tablet */
  }

  .top-nav-contact {
    width: 100%;
    justify-content: center;
  }

  .top-nav-phone {
    font-size: 0.9rem;
  }

  .main-nav-right {
    gap: 15px;
  }

  .phone-number {
    font-size: 1rem;
  }

  .logo-main {
    font-size: 1.3rem;
  }

  .hero-section h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .main-nav-contact {
    display: none; /* Hide phone number in main nav on mobile */
  }

  .main-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-section {
    flex: 1;
  }

  .main-nav-right {
    gap: 8px;
  }

  .menu-toggle-btn {
    font-size: 2rem;
  }

  .logo-icon {
    font-size: 1.8rem;
  }

  .logo-text {
    display: block; /* Keep text logo on mobile */
  }

  .hero-section {
    padding: 60px 20px;
  }

  .hero-section h1 {
    font-size: 1.8rem;
  }

  .nav-footer-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .nav-contact {
    flex-direction: column;
    gap: 12px;
  }

  .nav-actions {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .top-nav {
    padding: 6px 0;
  }

  .logo-image {
    width: 300px;
  }

  .logo-icon {
    font-size: 1.6rem;
  }

  .menu-toggle-btn {
    font-size: 2rem;
  }

  .top-nav-phone {
    font-size: 0.85rem;
  }

  .logo-main {
    font-size: 1.1rem;
  }

  .hero-section h1 {
    font-size: 1.6rem;
  }
}

/* Animation for nav columns */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-column {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.nav-column:nth-child(1) {
  animation-delay: 0.1s;
}
.nav-column:nth-child(2) {
  animation-delay: 0.2s;
}
.nav-column:nth-child(3) {
  animation-delay: 0.3s;
}
.nav-column:nth-child(4) {
  animation-delay: 0.4s;
}

/* HERO SECTION */
.hero-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/slider/slider-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  background-attachment: fixed;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-highlight {
  color: var(--primary-color);
}

.hero-section p {
  font-size: 1.1rem;
  max-width: 600px;
  opacity: 0.9;
}

/* TRUST BADGES SECTION */
.trust-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

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

.trust-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #ffd700);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  font-size: 24px;
  margin: auto;
  margin-bottom: 15px;
}

/* RESPONSIVE STYLES */
@media (max-width: 992px) {
  .top-nav-links {
    display: none; /* Hide all links on mobile/tablet */
  }

  .top-nav-contact {
    width: 100%;
    justify-content: center;
  }

  .top-nav-phone {
    font-size: 0.9rem;
  }

  .main-nav-right {
    gap: 15px;
  }

  .phone-number {
    font-size: 1rem;
  }

  .logo-main {
    font-size: 1.3rem;
  }

  .hero-section h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .main-nav-contact {
    display: none; /* Hide phone number in main nav on mobile */
  }

  .main-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-section {
    flex: 1;
  }

  .main-nav-right {
    gap: 8px;
  }

  .menu-toggle-btn {
    font-size: 2rem;
  }

  .logo-icon {
    font-size: 1.8rem;
  }

  .logo-text {
    display: block; /* Keep text logo on mobile */
  }

  .hero-section {
    padding: 60px 20px;
  }

  .hero-section h1 {
    font-size: 1.8rem;
  }

  .nav-footer-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .nav-contact {
    flex-direction: column;
    gap: 12px;
  }

  .nav-actions {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .top-nav {
    padding: 6px 0;
  }

  .logo-image {
    width: 300px;
  }

  .logo-icon {
    font-size: 1.6rem;
  }

  .menu-toggle-btn {
    font-size: 2rem;
  }

  .top-nav-phone {
    font-size: 0.85rem;
  }

  .logo-main {
    font-size: 1.1rem;
  }

  .hero-section h1 {
    font-size: 1.6rem;
  }
}

/* Animation for nav columns */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-column {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.nav-column:nth-child(1) {
  animation-delay: 0.1s;
}
.nav-column:nth-child(2) {
  animation-delay: 0.2s;
}
.nav-column:nth-child(3) {
  animation-delay: 0.3s;
}
.nav-column:nth-child(4) {
  animation-delay: 0.4s;
}
/* Form styles for hero section */
.form-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.form-header {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 15px 20px;
}

.btn-yellow {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  font-weight: 600;
  border: none;
}

.btn-yellow:hover {
  background-color: #e6c004;
  color: var(--secondary-color);
}

/* Footer Styles */
.footer-wrapper {
  font-size: 14px;
}

.cta-strip {
  background: linear-gradient(90deg, #fff, #f8f9fa);
  border-left: 6px solid var(--primary-color);
}

.footer-links li a {
  display: block;
  padding: 5px 0;
  color: var(--gray-color);
  text-decoration: none;
  transition: var(--transition);
}

.footer-links li a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

.footer-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-color);
  font-size: 16px;
  transition: var(--transition);
}

.footer-icon:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--gray-color);
}

.contact-item i {
  color: var(--primary-color);
  font-size: 16px;
}

.contact-item a {
  color: var(--dark-color);
  text-decoration: none;
  font-weight: 500;
}

/* Services Section */
.service-card {
  background: white;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}

.service-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

/* Section spacing */
section {
  padding: 60px 0;
}

.section-title {
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
}

.section-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.breadcrumb-section {
  background: linear-gradient(135deg, #fed604, #ffcc00);
  padding: 40px 0;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #333;
}

/* Page Title */
.page-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.page-subtitle {
  color: #333;
  max-width: 700px;
}

/* Content */
.content-section h2,
.content-section h3 {
  font-weight: 600;
  margin-top: 25px;
}

.content-section p {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

/* List */
.content-list {
  padding-left: 18px;
}

.content-list li {
  margin-bottom: 8px;
}

/* Sidebar */
.content-sidebar {
  background: #f8f9fb;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vrl-faq-icon-wrapper {
  position: relative;
  width: 260px;
  height: 260px;
}

.vrl-faq-icon-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #8b0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.vrl-hand-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f8f9fb;
  color: #8b0000;
  border: 3px solid #8b0000;
}

.vrl-review-card {
  max-width: 750px;
  background: #fed5d5;
  padding: 50px 40px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
  position: relative;
}

.vrl-quote-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #8b0000;
  color: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 20px;
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.35);
}

/* Slider Buttons */
.vrl-slider-btn {
  filter: invert(4%) sepia(97%) saturate(3293%) hue-rotate(338deg);
  background-color: #8b0000;
  padding: 20px;
  border-radius: 12px;
}

/* Mobile */
@media (max-width: 768px) {
  .vrl-review-card {
    padding: 35px 25px;
  }
}

.vrl-price-card {
  background: #8b0000;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.vrl-price-table th {
  font-weight: 700;
}

.vrl-price-table td {
  font-size: 15.5px;
  color: white;
  font-weight: semibold;
}

@media (max-width: 768px) {
  .vrl-price-card {
    padding: 25px;
  }
}

.list-group-item:hover {
  background-color: #ffc107 !important;
  color: black !important;
}

/* Card */
.vrl-service-card {
  background: white;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
}

.vrl-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* List */
.vrl-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vrl-service-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

/* Check icon */
.vrl-service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c40000;
  font-weight: bold;
}

/* Mobile */
@media (max-width: 768px) {
  .vrl-service-card {
    padding: 24px;
  }
}

.vrl-packing-services-section {
  background: white;
}

.vrl-pack-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vrl-pack-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
}

.vrl-pack-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #c40000;
  font-weight: bold;
}

.vrl-pack-image-wrapper {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 576px) {
  .vrl-pack-desc {
    font-size: 16px;
  }
}

.vrl-city-relocation-section {
  background: #fff;
}

.vrl-city-title {
  font-size: clamp(26px, 3vw, 34px);
}

.vrl-city-subtitle {
  font-size: clamp(22px, 2.5vw, 28px);
}

.vrl-city-text {
  color: #6c757d;
  line-height: 1.9;
  font-size: 17px;
}

.vrl-map-placeholder {
  height: 100%;
  background: #f4f6f8;
  color: #6c757d;
  font-weight: 500;
}

@media (max-width: 991px) {
  .vrl-city-map {
    height: 340px;
  }
}

@media (max-width: 576px) {
  .vrl-city-map {
    height: 260px;
  }

  .vrl-city-text {
    font-size: 16px;
  }
}

.vrl-process-step {
  position: relative;
  padding-top: 60px;
  text-align: center;
  transition: 0.35s;
}

.vrl-step-circle {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffc107;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  box-shadow: 0 12px 30px rgba(220, 53, 69, 0.35);
}

.vrl-process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ffc107;
  border-radius: 6px 6px 0 0;
}

.vrl-process-step:hover {
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .vrl-step-circle {
    width: 60px;
    height: 60px;
    font-size: 18px;
    top: -30px;
  }

  .vrl-process-step {
    padding-top: 50px;
  }
}

.vrl-service-cardds {
  background-color: #8b0000;
  padding: 32px;
  border-radius: 6px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
}

/* SECTION */
.mvq-quote-section {
  background: #f9f9f9;
  padding: 0;
  margin-bottom: 0;
}

/* CARD */
.mvq-quote-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* SERVICE BOX */
.mvq-service-box {
  border: 2px solid #f2b705;
  border-radius: 14px;
  padding: 14px 10px;
  transition: 0.3s;
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mvq-service-box input {
  display: none;
}

.mvq-service-box i {
  font-size: 26px;
  color: #c40000;
}

.mvq-service-box span {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
}

/* ACTIVE */
.mvq-service-box:has(input:checked) {
  background: #c40000;
  border-color: #c40000;
}

.mvq-service-box:has(input:checked) i,
.mvq-service-box:has(input:checked) span {
  color: #fff;
}

/* INPUT */
.mvq-input {
  height: 50px;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
}

.mvq-input:focus {
  border-color: #c40000;
  box-shadow: 0 0 0 0.2rem rgba(196, 0, 0, 0.12);
}

/* BUTTON */
.mvq-btn-cta {
  background: #c40000;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  height: 50px;
  border: none;
}

.mvq-btn-cta:hover {
  background: #a80000;
}

/* NOTE */
.mvq-form-note {
  font-size: 13px;
  color: #666;
}

/* MOBILE */
@media (max-width: 576px) {
  .mvq-service-box {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 14px;
    text-align: left;
  }

  .mvq-service-box i {
    font-size: 22px;
  }

  .mvq-service-box span {
    font-size: 13px;
    margin-top: 0;
  }

  .mvq-quote-wrapper {
    padding: 22px 18px;
  }
}

.vrl-sa-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

/* BACKGROUND IMAGE VIA IMG */
.vrl-sa-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* OVERLAY */
.vrl-sa-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

/* CONTENT ABOVE BG */
.vrl-sa-content {
  position: relative;
  z-index: 2;
}

/* CITY CARD */
.vrl-sa-city-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.vrl-sa-city-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.vrl-sa-city-card i {
  color: #fed604;
  font-size: 18px;
}

.vrl-sa-city-card span {
  font-size: 15px;
  white-space: nowrap;
}

/* breadcrumb for all */
.contact-hero {
  background: linear-gradient(135deg, #fed604, #ffcc00);
  padding: 40px 0;
}

.contact-hero a {
  color: #000;
  text-decoration: none;
}
/* breadcrumb end */

/* services css */
/*breadcrumb*/
.contact-hero {
  background: linear-gradient(135deg, #fed604, #ffcc00);
  padding: 40px 0;
}

.contact-hero a {
  color: #000;
  text-decoration: none;
}
/*services page */

:root {
  --primary-color: #fed604;
  --secondary-color: #333333;
  --accent-color: #e30b0b;
  --light-color: #ffffff;
  --dark-color: #222222;
  --gray-color: #6c757d;
  --transition: all 0.3s ease;
  /* New Variables from VRL Premium */
  --vrl-maroon: #800000;
  --vrl-gold: #ffcc00;
  --vrl-light-gray: #f8f9fa;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  background-color: #f8f9fa;
  color: var(--dark-color);
}

/* TOP NAVIGATION */
.top-nav {
  background: linear-gradient(135deg, #c40000 0%, #8b0000 100%);
  color: white;
  padding: 8px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.text-custom {
  color: #8b0000 !important;
}
.bg-custom {
  background-color: #8b0000 !important;
}

/* FAB Buttons */
.fab-wrapper {
  position: fixed;
  left: 12px;
  z-index: 999999;
}
.fab-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease;
}
.fab-call {
  bottom: 90px;
}
.fab-call a {
  background: linear-gradient(135deg, #dc3545, #b02a37);
}
.fab-whatsapp {
  bottom: 35px;
}
.fab-whatsapp a {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

/* Footer & Newsletter */
.modern-footer {
  background: linear-gradient(180deg, #1f1f1f 0%, #141414 100%);
  color: #e0e0e0;
  margin-top: 60px;
}
.newsletter-section {
  background: linear-gradient(135deg, #c40000 0%, #8b0000 100%);
  padding: 50px 0 !important;
}

/* Main Navigation */
.main-nav {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Hero Section */
.hero-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/slider/slider-bg.jpg");
  background-size: cover;
  padding: 80px 0;
  color: white;
  background-attachment: fixed;
}

/* --- VRL PREMIUM & SERVICE STYLES START --- */

/* Hero Banner for Services */

.vrl-main-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Section Headings */
.vrl-heading-wrapper {
  margin-bottom: 40px;
  border-left: 6px solid var(--vrl-maroon);
  padding-left: 20px;
}

.vrl-section-h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--vrl-maroon);
  margin: 0;
}

/* Service Items */
.vrl-service-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.vrl-service-item:hover {
  transform: translateY(-10px);
  border-color: var(--vrl-gold);
  box-shadow: 0 10px 25px rgba(128, 0, 0, 0.15);
}

.vrl-service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--vrl-maroon);
}

/* Content Text */
.vrl-text-justify {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}

/* Highlight & Benefit Tags */
.vrl-highlight-box {
  background: var(--vrl-light-gray);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #ddd;
}

.vrl-benefit-tag {
  background: var(--vrl-maroon);
  color: var(--vrl-gold);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

/* FAQ Accordion */
.vrl-faq-item {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 8px;
  padding: 20px;
}

.vrl-faq-q {
  color: var(--vrl-maroon);
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .vrl-main-title {
    font-size: 28px;
  }
  .vrl-section-h2 {
    font-size: 22px;
  }
  .vrl-service-item {
    margin-bottom: 20px;
  }
  .dm-feature-img {
    min-height: 200px;
  }
}

/* Domestic Moving Page Specific Styles */
.dm-feature-img {
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

.dm-img-overlay {
  background: linear-gradient(to top, rgba(139, 0, 0, 0.9), transparent);
}

.dm-service-icon-wrapper {
  width: 80px;
  height: 80px;
}

.dm-process-section {
  background-color: #fdfdfd;
}

.dm-faq-underline {
  width: 60%;
  height: 4px;
}

.dm-conclusion-title {
  color: #8b0000;
}

.dm-conclusion-text {
  line-height: 1.8;
  font-size: 1.05rem;
}

.dm-btn-primary {
  background-color: #c40000;
}

.dm-btn-primary:hover {
  background-color: #8b0000;
}

.dm-btn-secondary {
  background-color: #fed604;
  color: #333;
}

.dm-btn-secondary:hover {
  background-color: #e5c104;
  color: #333;
}
/* services end */


/* privacy page css */
  .privacy-section {
        background: #f8f9fa;
    }

    .privacy-box {
        background: #fff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    }

    .privacy-box span {
        font-weight: 700;
    }

    .privacy-box span:first-child {
        margin-top: 0;
    }

    .privacy-box p {
        color: #555;
        line-height: 1.7;
        margin-bottom: 0;
    }

    @media (max-width: 768px) {
        .privacy-box {
            padding: 25px;
        }
    }
/* privacy css end */