
:root {
  --bg-dark: #0A0F1D;
  --bg-card: #fff;
  --bg-input: #1C263B;
  --primary-gold: #FF5722;
  --primary-gold-hover: #D97706;
  --text-main: #FFFFFF;
  --text-muted: #FFFFFF;
  --text-black: #000;
  --bg-blue: #7381a8;
  
  --border-color: rgba(255, 255, 255, 0.1);
  --glass-bg: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.12);
  --transition: all 0.3s ease;
  --radius: 10px;
}

/* Global Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Body Text (Poppins) */
html, body {
 
 
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
@font-face {
   font-family: futura;
   src: url(../fonts/futura1.ttf);
   font-display: swap;
}
body{margin:0; font-family:futura; font-size:18px;font-optical-sizing: auto;
  
  font-style: normal; font-size:16px; line-height:20px; color:#333; background-color:white; }
/*body{margin:0;font-family: "Jost", sans-serif;font-optical-sizing: auto;
  
  font-style: normal; font-size:16px; line-height:20px; color:#333; background-color:white;}*/
/* Headings & Brand Logos (Montserrat) */
h1, h2, h3, h4, h5, h6, 
.main-title, 
.sub-title, 
.social-title, 
.footer-heading, 
.logo-accent, 
.logo-sub,
.blog-title,
.hex-card-content h3 {
  
  letter-spacing: -0.01em;
}



body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  overflow-x: hidden;
  line-height: 1.5;
}
/* calender*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
 .month{width:280px; float:left; margin:00px 0; border:1px solid #000; position:absolute; margin-top:35px; background-color:#fff; margin-top:0;  }
  .month span{width:39.5px !important; text-align:center; float:left; color: #fff;margin-bottom: 0 !important;font-size: 12px !important; padding:5px 0;outline: 1px solid #192823;background-image: linear-gradient(#00bcd4, #00bcd4);}
  .month label{width:100% !important; text-align:center; float:left !important; color: #000; padding: 0 5px; box-shadow:0 0 1px #000; height:30px !important; margin-bottom: 5px !important;}
  .month button{ text-align:center !important; margin:0 0 0; width:25%; float:left; border:none; background-color:#fff;  }
  .month h3{ text-align:center !important; width:50%; float:left; margin:0 !important;  }
  #cat{position: relative;z-index: 1000;top: 0px;display: none;}
/* ==========================================================================
   HEADER & NAVBAR
   ========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 5px 5%;
  
  
  align-items: center;
  background: linear-gradient(to bottom, rgba(10, 15, 29, 0.95), rgba(10, 15, 29, 0));
}
.headerflex{display: flex;
  padding:5px 0px;
  align-items: center;}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-main);
}

.logo-icon {
  width: 42px;
  height: 42px;
  background: var(--primary-gold);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-dark);
  font-size: 1.3rem;
}

.logo-text .title {
  font-size: 1.3rem;
  font-weight: 800;
  display: block;
}

.logo-text .subtitle {
  font-size: 0.7rem;
  color: var(--primary-gold);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
}

.nav-link {
  color: #E2E8F0;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
  transition: var(--transition);
  position: relative;
  background: #000;
    padding: 5px;
    color: #fff;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-gold);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-gold);
  border-radius: 2px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-btn {
  background: none;
  border: none;
  color: var(--text-main);
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--transition);
}

.search-btn:hover {
  color: var(--primary-gold);
}

/* Desktop */
nav{margin-left: auto;}

nav label{width: 100%;
    display: inline-block;
    text-align: right; margin-bottom: 20px;}
nav label a{ text-decoration:none; background: var(--text-black); color:#fff; padding:5px 10px; margin-bottom:10px;}    
.nav-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-btn {
    display: none;
}

/* Mobile */
@media (max-width: 768px) {

    .header-actions {
        display: block;
        margin-left: auto;
    }
    nav label{position: absolute; right:6%;}
  .brand-logo img{width: 230px; width: 150px;
        height: auto;}
    .search-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: 0;
        font-size: 24px;
        cursor: pointer;
        padding: 8px;
    }

    nav {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
       
        
        z-index: 9999;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    ul.mobile-menu-open {
        display: block;
    }

    .nav-menu {
        display: none;
        margin: 0;
        padding: 10px 0;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu .nav-link {
        display: block;
        padding: 14px 20px;
        width: 100%;
        box-sizing: border-box;
    }
}
/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--primary-gold);
  color: #000000;
}

.btn-primary:hover {
  background: var(--primary-gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

.btn-glass {
  background: var(--glass-bg);
  color: var(--text-main);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 130px 5% 50px 5%;
  background: 
    linear-gradient(180deg, rgba(10, 15, 29, 0.15) 0%, rgba(10, 15, 29, 0.95) 100%),
    url('https://bostonlogancab.com/images/trans.webp') center/cover no-repeat;
}

.slider-arrow {
  position: absolute;
  top: 40%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: var(--transition);
}

.slider-arrow:hover {
  background: var(--primary-gold);
  color: var(--bg-dark);
}

.slider-arrow.left { left: 2%; }
.slider-arrow.right { right: 2%; }

.hero-content {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 20px;
  color: var(--text-black);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 1.02rem;
  color: var(--text-muted);
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* ==========================================================================
   RESERVATION FORM SECTION
   ========================================================================== */
.reservation-container {
  
  
  padding: 30px 5% 30px 5%;
}

.reservation-wrapper {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

/* Form Card */
.form-card {
  flex: 1.1;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.form-header {
  text-align: center;
  margin-bottom: 25px;
}

.form-header h2 {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--primary-gold);
}

.form-header p {
  color: var(--text-black);
  font-size: 0.88rem;
  margin-top: 4px;
  font-weight: 600;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  width: 100%;
}

.form-row.two-cols {
  display: flex;
  gap: 15px;
}
.pac-item span{font-weight:700;color:green;font-family: "futura";}
.input-group {
  position: relative;
  width: 100%;
}
input::placeholder,
textarea::placeholder {
    color: #fff;
    opacity: 1;
}
input,select,
input::placeholder,
select,
textarea,
button {
    font-family: "futura"
}
.input-group input,
.input-group select {
  width: 100%;
  padding: 14px 16px 14px 42px;
  background: var(--bg-input);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-main);
  font-size: 0.92rem;
  outline: none;
  transition: var(--transition);
  appearance: none;
}

select option {
    color: #000;
    background-color: #fff;
}

.input-group select option {
  background: var(--bg-card);
  color: var(--text-black);
}

.form-row select {
    width: 100%;
    padding: 14px 16px 14px 42px;
    background: var(--bg-input);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-main);
    font-size: 0.92rem;
    outline: none;
    transition: var(--transition);
    appearance: none;
}
.input-group input:focus,
.input-group select:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-main);
  font-size: 1rem;
  pointer-events: none;
}

/* Trip Type Selector Tabs */
.trip-type-selector {
  display: flex;
  gap: 10px;
  background: var(--bg-input);
  padding: 6px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.trip-tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.trip-tab input {
  display: none;
}

.trip-tab:hover {
  color: var(--text-main);
}

.trip-tab.active {
  background: var(--primary-gold);
  color: var(--bg-dark);
}

/* Add Extra Button */
.add-extra-btn {
  background: none;
  border: none;
  color: var(--primary-gold);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  transition: var(--transition);
  margin-top: 5px;
}

.add-extra-btn:hover {
  color: #FFFFFF;
}

/* Main Submit Button */
.submit-fare-btn {
  width: 100%;
  padding: 16px;
  background: var(--primary-gold);
  color: #000000;
  font-size: 1.05rem;
  font-weight: 800;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.submit-fare-btn:hover {
  background: var(--primary-gold-hover);
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.35);
  transform: translateY(-2px);
}

.form-footer-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-black);
  line-height: 1.6;
}

.highlight-text {
  color: var(--text-black);
  font-weight: 700;
}

/* Right Side Features Card */
.info-card {
  flex: 0.8;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 35px;
  display: flex;
  flex-direction: column;
}

.brand-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 25px;
}

.brand-badge i {
  font-size: 2rem;
  color: var(--primary-gold);
}

.brand-badge p {
  color: var(--text-black);
}


.brand-badge h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-black);
}

.brand-badge span {
  font-size: 0.8rem;
  color: var(--primary-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.info-title {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 20px;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: #E2E8F0;
}

.features-list i {
  color: var(--primary-gold);
  font-size: 1.1rem;
  margin-top: 2px;
}

/* ==========================================================================
   RESPONSIVE DESIGN (MOBILE & TABLET)
   ========================================================================== */
@media (max-width: 1024px) {
  .reservation-wrapper {
    flex-direction: column;
  }

  

  .hero-title {
    font-size: 2.4rem;
  }

  .slider-arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .form-row.two-cols {
    
    gap: 18px;
  }

  .trip-type-selector {
    flex-direction: column;
  }

  .form-card, .info-card {
    padding: 20px;
  }

  .hero-title {
    font-size: 1.9rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}




/* ==========================================================================
   TRUST BADGES & SERVICES SECTION STYLES
   ========================================================================== */
.trust-services-section {
  padding: 30px 5% 30px 5%;
  background: var(--bg-dark);
  position: relative;
}

.section-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Trust Badges Wrapper */
.trust-badges-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.badges-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: var(--transition);
}

.badge-item:hover {
  border-color: var(--primary-gold);
  transform: translateY(-2px);
}

.badge-icon {
  font-size: 1.5rem;
}

.tripadvisor-color { color: #00AF87; }
.yelp-color { color: #D32F2F; }
.google-color { color: #4285F4; }

.badge-brand {
  font-size: 0.85rem;
  font-weight: 700;
  display: block;
  color: var(--text-black);
}

.badge-rating .stars, 
.overall-stars {
  color: var(--primary-gold);
  font-size: 0.8rem;
  display: inline-flex;
  gap: 2px;
}

.badge-rating .circles span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00AF87;
  margin-right: 2px;
}

.review-count {
  font-size: 0.75rem;
  color: var(--text-black);
  display: block;
  margin-top: 2px;
}

/* Security Badges */
.badge-item.security {
  background: rgba(245, 158, 11, 0.05);
  border-color: rgba(245, 158, 11, 0.2);
}

.security-icon {
  font-size: 1.4rem;
  color: var(--primary-gold);
}

.security-title {
  display: block;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.security-subtitle {
  display: block;
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* Overall Rating Text */
.overall-rating-bar {
  text-align: center;
  padding-top: 20px;
  font-size: 0.9rem;
  color: var(--text-black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.overall-rating-bar strong {
  color: var(--text-black);
}

.overall-stars {
  font-size: 1rem;
}

/* Service Cards Grid */
.services-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 40px 30px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.service-card.featured {
  border-color: rgba(245, 158, 11, 0.4);
  background: linear-gradient(180deg, var(--bg-card) 0%, rgba(245, 158, 11, 0.05) 100%);
}

.card-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px auto;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--primary-gold);
  transition: var(--transition);
}

.service-card:hover .card-icon {
  background: var(--primary-gold);
  color: var(--bg-dark);
  transform: scale(1.1);
}

.card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.card-text {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Back To Top Floating Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--primary-gold);
  color: var(--bg-dark);
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: var(--transition);
  z-index: 99;
}

.back-to-top:hover {
  background: var(--primary-gold-hover);
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .services-cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .badges-grid {
    justify-content: center;
  }
}


/* ==========================================================================
   BOSTON CAR SERVICE SECTION STYLES
   ========================================================================== */
.boston-service-section {
  padding: 30px 5% 40px 5%;
  background: var(--bg-blue);
  position: relative;
}

/* Section Header Styles */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header .sub-title {
  color: var(--text-black);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.section-header .main-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: -0.5px;
}

.title-underline {
  width: 70px;
  height: 4px;
  background: var(--primary-gold);
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

/* Hexagon Grid */
.hexagon-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  align-items: stretch;
}

.hex-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 40px 25px 30px 25px;
  text-align: center;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hex-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hex-card.featured-center {
  background: linear-gradient(180deg, var(--bg-card) 0%, rgba(245, 158, 11, 0.04) 100%);
  border-color: rgba(245, 158, 11, 0.25);
}

/* CSS Hexagon Image Frame */
.hex-image-wrapper {
  position: relative;
  width: 220px;
  height: 230px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

/* Outer Border Accents (Gold & Navy Accent Frames) */
.hex-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}

.hex-image-wrapper.border-gold::before {
  background: linear-gradient(135deg, var(--primary-gold) 0%, #D97706 100%);
}

.hex-image-wrapper.border-navy::before {
  background: linear-gradient(135deg, #1E293B 0%, var(--primary-gold) 100%);
}

/* Inner Image Container */
.hex-image {
  position: relative;
  width: 93%;
  height: 93%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 2;
  overflow: hidden;
  background: var(--bg-dark);
}

.hex-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hex-card:hover .hex-image img {
  transform: scale(1.15);
}

/* Card Typography */
.hex-card-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-black);
  line-height: 1.4;
  margin-bottom: 15px;
}

.hex-card-content p {
  font-size: 0.9rem;
  color: var(--text-black);
  line-height: 1.6;
  font-weight:600;
}
.colorblack{color: var(--text-black);
  line-height: 1.6;
  font-weight:600;}
/* Responsive adjustments */
@media (max-width: 1024px) {
  .hexagon-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 550px;
    margin: 0 auto;
  }

  .section-header .main-title {
    font-size: 1.8rem;
  }
}


/* ==========================================================================
   BLOG / NEWS SECTION STYLES
   ========================================================================== */
.blog-news-section {
  padding: 30px 5%;
  background: var(--bg-card);
}
.blog-news-section p.section-description{color: var(--text-black);}
.blog-news-section .main-title{color: var(--text-black);}
.section-description {
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 600px;
  margin: 10px auto 0 auto;
}

/* Blog Grid Layout */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

/* Image Wrapper with Zoom & Category Badge */
.blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image-wrapper img {
  transform: scale(1.1);
}

.blog-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--primary-gold);
  color: #000000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Blog Content Box */
.blog-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-meta {
  font-size: 0.8rem;
  color: var(--primary-gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.blog-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-black);
  line-height: 1.4;
  margin-bottom: 12px;
  transition: var(--transition);
}

.blog-card:hover .blog-title {
  color: var(--primary-gold);
}

.blog-excerpt {
  font-size: 0.88rem;
  color: var(--text-black);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog-read-more {
  color: var(--primary-gold);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.blog-read-more:hover {
  color: #000;
  gap: 12px;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   POPULAR CITIES & SOCIAL MEDIA STYLES
   ========================================================================== */
.popular-cities-section {
  padding: 30px 5%;
  background: var(--bg-blue);
}

/* Cities Grid Layout */
.cities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.city-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  padding: 16px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-black);
  font-size: 0.92rem;
  font-weight: 600;
  transition: var(--transition);
}

.city-card .city-icon {
  color: var(--primary-gold);
  font-size: 1.1rem;
  transition: var(--transition);
}

.city-card:hover {
  background: var(--bg-input);
  border-color: var(--primary-gold);
  color: var(--primary-gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.city-card:hover .city-icon {
  transform: scale(1.2);
}

/* Social Media & Security Bar */
.social-connect-bar {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 25px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.security-seal {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(245, 158, 11, 0.06);
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.seal-icon {
  font-size: 1.8rem;
  color: var(--primary-gold);
}

.seal-text strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text-black);
}

.seal-text span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.social-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.social-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-main);
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 42px;
  height: 42px;
  background: var(--bg-input);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  transition: var(--transition);
}

.social-icon:hover {
  background: var(--primary-gold);
  color: var(--bg-dark);
  border-color: var(--primary-gold);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .cities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-connect-bar {
    flex-direction: column;
    text-align: center;
  }

  .social-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .cities-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   MAIN FOOTER STYLES
   ========================================================================== */
.site-footer {
  background: #0B1120;
  border-top: 1px solid var(--glass-border);
  color: var(--text-muted);
  padding-top: 30px;
  padding: 30px 5% 30px 5%;
}

.footer-top-container {
  max-width: 1280px;
  margin: 0 auto;
  
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 50px;
}

/* Brand Column */
.footer-logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.logo-accent {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary-gold);
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.logo-sub {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.company-name {
  font-size: 0.95rem;
  color: var(--text-main);
  font-weight: 600;
  margin-bottom: 20px;
}

/* Contact List */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-contact-list i {
  color: var(--primary-gold);
  font-size: 1rem;
  margin-top: 3px;
}

.footer-contact-list a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.footer-contact-list a:hover {
  color: var(--primary-gold);
}

/* Footer Columns & Headings */
.footer-heading {
  color: var(--text-main);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background: var(--primary-gold);
  border-radius: 2px;
}

/* Navigation Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.footer-links a i {
  font-size: 0.75rem;
  color: var(--primary-gold);
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--primary-gold);
  transform: translateX(5px);
}

.footer-links a:hover i {
  transform: translateX(3px);
}

/* Bottom Bar */
.footer-bottom-bar {
  background: #070B14;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 5%;
}

.bottom-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.85rem;
}

.copyright-text {
  color: var(--text-muted);
}

.bottom-legal-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bottom-legal-links a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.bottom-legal-links a:hover {
  color: var(--primary-gold);
}

.bottom-legal-links .divider {
  color: rgba(255, 255, 255, 0.2);
}

/* Back To Top Button */
.back-to-top {
  width: 38px;
  height: 38px;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  color: var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
}

.back-to-top:hover {
  background: var(--primary-gold);
  color: var(--bg-dark);
  transform: translateY(-3px);
}

/* Responsive Footer */
@media (max-width: 992px) {
  .footer-top-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer-top-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}







  .animated-section {
    animation: gentleFloat 4s ease-in-out infinite;
}

@keyframes gentleFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}


.confetti-section {
    position: relative;
    overflow: hidden;
}

/* Confetti container */
.confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

/* Individual pieces */
.confetti span {
    position: absolute;
    top: -20px;
    width: 7px;
    height: 12px;
    background: #f44336;
    animation: confettiFall 5s linear infinite;
}

/* Different positions */
.confetti span:nth-child(1)  { left: 5%;  animation-delay: 0s;   background: #ff4d4d; }
.confetti span:nth-child(2)  { left: 13%; animation-delay: 1.5s; background: #4d96ff; }
.confetti span:nth-child(3)  { left: 22%; animation-delay: 3s;   background: #ffd93d; }
.confetti span:nth-child(4)  { left: 31%; animation-delay: .7s;  background: #6bcB77; }
.confetti span:nth-child(5)  { left: 40%; animation-delay: 2.2s; background: #9b59b6; }
.confetti span:nth-child(6)  { left: 49%; animation-delay: 4s;   background: #ff8c42; }
.confetti span:nth-child(7)  { left: 58%; animation-delay: 1s;   background: #00b894; }
.confetti span:nth-child(8)  { left: 67%; animation-delay: 2.8s; background: #e84393; }
.confetti span:nth-child(9)  { left: 76%; animation-delay: .3s;  background: #0984e3; }
.confetti span:nth-child(10) { left: 84%; animation-delay: 1.8s; background: #fdcb6e; }
.confetti span:nth-child(11) { left: 91%; animation-delay: 3.5s; background: #a29bfe; }
.confetti span:nth-child(12) { left: 97%; animation-delay: 2.5s; background: #00cec9; }

@keyframes confettiFall {

    0% {
        transform: translateY(-20px) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateY(50vh) translateX(25px) rotate(180deg);
    }

    100% {
        transform: translateY(110vh) translateX(-25px) rotate(360deg);
        opacity: 0;
    }
}




.blog-news-section  {
    position: relative;
    overflow: hidden;
}

.sparkle-effect {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.sparkle-effect span {
    position: absolute;
    top: -10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: red;
    box-shadow: 0 0 8px rgba(255,255,255,0.9);
    animation: sparkleFall 6s linear infinite;
}

.sparkle-effect span:nth-child(1) {
    left: 5%;
    animation-delay: 0s;
    background: #ff4d6d;
}

.sparkle-effect span:nth-child(2) {
    left: 14%;
    animation-delay: 1.2s;
    background: #4dabf7;
}

.sparkle-effect span:nth-child(3) {
    left: 23%;
    animation-delay: 3s;
    background: #ffd43b;
}

.sparkle-effect span:nth-child(4) {
    left: 32%;
    animation-delay: .5s;
    background: #51cf66;
}

.sparkle-effect span:nth-child(5) {
    left: 41%;
    animation-delay: 2s;
    background: #da77f2;
}

.sparkle-effect span:nth-child(6) {
    left: 50%;
    animation-delay: 4s;
    background: #ff922b;
}

.sparkle-effect span:nth-child(7) {
    left: 59%;
    animation-delay: 1s;
    background: #20c997;
}

.sparkle-effect span:nth-child(8) {
    left: 68%;
    animation-delay: 2.5s;
    background: #f06595;
}

.sparkle-effect span:nth-child(9) {
    left: 77%;
    animation-delay: .8s;
    background: #339af0;
}

.sparkle-effect span:nth-child(10) {
    left: 86%;
    animation-delay: 3.5s;
    background: #fcc419;
}

.sparkle-effect span:nth-child(11) {
    left: 93%;
    animation-delay: 1.8s;
    background: #845ef7;
}

.sparkle-effect span:nth-child(12) {
    left: 98%;
    animation-delay: 4.5s;
    background: #12b886;
}

@keyframes sparkleFall {

    0% {
        transform: translateY(-20px) translateX(0) scale(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        transform: translateY(50vh) translateX(30px) scale(1.3);
        opacity: .8;
    }

    100% {
        transform: translateY(110vh) translateX(-30px) scale(.3);
        opacity: 0;
    }
}



.inner-page-wrapper{background: var(--bg-blue); padding:20px 0px;}
.marginnone{ margin:0px !important;}
.page-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.content-area {
  flex: 1.5; /* Occupies Left Side */
}

.sidebar-form-area {
  flex: 1; /* Occupies Right Side */
  min-width: 320px;
}

/* Mobile View Adjustments (Form Top, Content Bottom) */
@media (max-width: 991px) {
  .page-container {
    flex-direction: column-reverse; /* Swaps positions on mobile */
  }
}

.page-banner {
  width: 100%;
  padding: 80px 20px 60px 20px; /* Gives enough top/bottom space */
  text-align: center;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  border-bottom: 2px solid var(--border-color, rgba(255, 255, 255, 0.1));
  position: relative;
  padding: 130px 5% 50px 5%;
}

.banner-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Banner Title (H1) Styling */
.page-banner h1 {
  font-family: var(--font-heading, 'Montserrat', sans-serif) !important;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5); /* Boosts readability over background image */
}

/* Breadcrumb Navigation Styling */
.page-banner .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
}

.page-banner .breadcrumb li {
  color: #F59E0B; /* Gold accent color for current page */
  font-weight: 500;
}

.page-banner .breadcrumb li a {
  color: #94A3B8; /* Muted color for home link */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-banner .breadcrumb li a:hover {
  color: #FFFFFF;
}

.page-banner .breadcrumb li i {
  font-size: 0.75rem;
  color: #64748B;
}

/* Mobile Responsive Banner */
@media (max-width: 768px) {
  .page-banner {
    padding: 130px 15px 40px 15px;
  }

  .page-banner h1 {
    font-size: 1.6rem;
  }

  .page-banner .breadcrumb {
    font-size: 0.85rem;
  }
}





.step2-wrapper {
  padding: 50px 20px;
  background: var(--bg-blue);
  color: #FFFFFF;
}

.step2-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

/* LEFT: SELECTED VEHICLE CARD */
.selected-vehicle-card {
  flex: 2;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  position: relative;
}

.badge-selected {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #F59E0B;
  color: #0A0F1D;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 20px;
}

.vehicle-hero-img {
  text-align: center;
  margin: 20px 0;
}

.vehicle-hero-img img {
  max-width: 80%;
  height: auto;
}

.vehicle-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.vehicle-desc {
  color: #94A3B8;
  margin-bottom: 20px;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.03);
  padding: 15px;
  border-radius: 8px;
}

.spec-item {
  font-size: 0.95rem;
  color: #000;
}

.spec-item i {
  color: #F59E0B;
  margin-right: 8px;
}

.price-action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.price-label {
  display: block;
  font-size: 0.85rem;
  color: #94A3B8;
}

.price-amount {
  font-size: 2rem;
  font-weight: 800;
  color: #F59E0B;
}

.btn-book-now {
  background: #F59E0B;
  color: #0A0F1D;
  border: none;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-book-now:hover {
  background: #D97706;
}

/* RIGHT: OTHER VEHICLES SIDEBAR */
.other-vehicles-sidebar {
  flex: 1;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
}

.sidebar-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.2rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #F59E0B;
  padding-bottom: 8px;
}

.fleet-item-card {
  display: flex;
  gap: 15px;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.fleet-item-card:hover {
  border-color: rgba(245, 158, 11, 0.4);
}

.fleet-thumb img {
  width: 90px;
  height: auto;
}

.fleet-details h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.fleet-meta {
  font-size: 0.8rem;
  color: #94A3B8;
  margin-bottom: 8px;
}

.fleet-meta span {
  margin-right: 10px;
}

.fleet-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.item-price {
  font-weight: 700;
  color: #F59E0B;
}

.btn-sm-book {
  background: transparent;
  border: 1px solid #F59E0B;
  color: #F59E0B;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-sm-book:hover {
  background: #F59E0B;
  color: #0A0F1D;
}

/* ==========================================================================
   BOOKING POPUP MODAL STYLES
   ========================================================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-box {
  background: #131B2E;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: #94A3B8;
  font-size: 1.8rem;
  cursor: pointer;
}

.modal-header h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.gold-text {
  color: #F59E0B;
}

.modal-input-group {
  margin-top: 15px;
}

.modal-input-group label {
  display: block;
  font-size: 0.85rem;
  color: #94A3B8;
  margin-bottom: 6px;
}

.modal-input-group input,
.modal-input-group textarea,
.country-code-select {
  width: 100%;
  padding: 10px 12px;
  background: #1C263B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border-radius: 6px;
  outline: none;
}

.phone-input-flex {
  display: flex;
  gap: 8px;
}

.country-code-select {
  width: 120px;
}

.modal-submit-btn {
  width: 100%;
  margin-top: 20px;
  background: #F59E0B;
  color: #0A0F1D;
  border: none;
  padding: 12px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
}

/* RESPONSIVE LAYOUT FOR MOBILE */
@media (max-width: 991px) {
  .step2-container {
    flex-direction: column;
  }
}


   /* ==========================================================================
   SIDEBAR WIDGETS (SIMILAR BLOGS & LONG DISTANCE)
   ========================================================================== */
.sidebar-widget {
  background: #131B2E;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}

.widget-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.1rem;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #F59E0B;
  display: flex;
  align-items: center;
  gap: 8px;
}

.widget-title i {
  color: #F59E0B;
  font-size: 1rem;
}

/* 1. Similar Blogs Styling */
.similar-blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.similar-blog-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.similar-blog-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.similar-blog-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.similar-blog-link:hover {
  transform: translateX(4px);
}

.similar-blog-thumb {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.similar-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.similar-blog-info h4 {
  font-size: 0.85rem;
  color: #E2E8F0;
  line-height: 1.3;
  margin-bottom: 4px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.similar-blog-link:hover h4 {
  color: #F59E0B;
}

.similar-blog-date {
  font-size: 0.75rem;
  color: #94A3B8;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* 2. Long Distance Rides Styling */
.long-distance-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.long-distance-list li {
  margin-bottom: 8px;
}

.long-distance-list li:last-child {
  margin-bottom: 0;
}

.long-distance-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: #CBD5E1;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.long-distance-list a span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.long-distance-list a i.fa-location-dot {
  color: #F59E0B;
  font-size: 0.8rem;
}

.long-distance-list a i.arrow-icon {
  font-size: 0.75rem;
  color: #64748B;
  transition: transform 0.3s ease, color 0.3s ease;
}

.long-distance-list a:hover {
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.3);
  color: #FFFFFF;
}

.long-distance-list a:hover i.arrow-icon {
  color: #F59E0B;
  transform: translateX(3px);
}


/* ==========================================================================
   MOBILE RESPONSIVE: BLOG CONTENT FIRST, SIDEBAR SECOND
   ========================================================================== */
@media (max-width: 991px) {
  .page-container {
    display: flex;
    flex-direction: column; /* Stack vertically on mobile */
  }

  /* Content area upar aayega */
  .blog1 {
    order: 1;
    width: 100%;
  }

  /* Sidebar (Form, Similar Blogs, Long Distance) neeche aayega */
  .blog2 {
    order: 2;
    width: 100%;
    margin-top: 30px; /* Thoda spacing content ke baad */
  }
}






/* Font Awesome completely removed */

/* Common icon setup */
.input-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 1;
}

/* Car */
.fa-car::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M544 192h-16L496 96c-7-20-26-32-47-32H191c-21 0-40 12-47 32l-32 96H96c-53 0-96 43-96 96v96c0 17 15 32 32 32h32c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h32c18 0 32-15 32-32v-96c0-53-43-96-96-96zM176 112h288l27 80H149l27-80zM160 448c-18 0-32-14-32-32s14-32 32-32 32 14 32 32-14 32-32 32zm320 0c-18 0-32-14-32-32s14-32 32-32 32 14 32 32-14 32-32 32z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Location Crosshairs */
.fa-location-crosshairs::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0c17.7 0 32 14.3 32 32v32.8C385.2 80 432 126.8 447.2 224H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32.8C432 385.2 385.2 432 288 447.2V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32.8C126.8 432 80 385.2 64.8 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32.8C80 126.8 126.8 80 224 64.8V32c0-17.7 14.3-32 32-32zm0 128a128 128 0 1 0 0 256 128 128 0 1 0 0-256zm0 64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Location Dot */
.fa-location-dot::before {
    content: "";
    width: 17px;
    height: 20px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M172.3 501.7C26.97 291.97 0 269.37 0 192 0 86 86 0 192 0s192 86 192 192c0 77.37-26.97 99.97-172.3 309.7-9.8 14.1-29.6 14.1-39.4 0zM192 272a80 80 0 1 0 0-160 80 80 0 1 0 0 160z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Users */
.fa-users::before {
    content: "";
    width: 20px;
    height: 18px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M96 224a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm448 0a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM0 416c0 17.7 14.3 32 32 32h128c0-53 43-96 96-96s96 43 96 96h128c17.7 0 32-14.3 32-32v-32c0-70.7-57.3-128-128-128H128C57.3 256 0 313.3 0 384v32zm384-32c0-53 43-96 96-96h32c70.7 0 128 57.3 128 128v32c0 17.7-14.3 32-32 32H480c0-53-43-96-96-96z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Suitcase */
.fa-suitcase::before {
    content: "";
    width: 17px;
    height: 19px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M176 0c-26.5 0-48 21.5-48 48v48H96c-53 0-96 43-96 96v64h512v-64c0-53-43-96-96-96h-32V48c0-26.5-21.5-48-48-48H176zm0 96V64h160v32H176zM0 288v128c0 53 43 96 96 96h320c53 0 96-43 96-96V288H0z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Baby */
.fa-baby::before {
    content: "";
    width: 19px;
    height: 19px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0a64 64 0 1 0 0 128A64 64 0 1 0 256 0zM128 176c-53 0-96 43-96 96v16c0 17.7 14.3 32 32 32h16v112c0 44.2 35.8 80 80 80h192c44.2 0 80-35.8 80-80V320h16c17.7 0 32-14.3 32-32v-16c0-53-43-96-96-96H128zm32 80h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Child Reaching */
.fa-child-reaching::before {
    content: "";
    width: 18px;
    height: 20px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-64 48c-35.3 0-64 28.7-64 64v16h64v80l-48 160h64l32-112 32 112h64l-48-160v-80h64v-16c0-35.3-28.7-64-64-64h-96z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Calendar Days */
.fa-calendar-days::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M152 64V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-40V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H152zM48 176h352v272c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V176zm64 64v48h48v-48h-48zm96 0v48h48v-48h-48zm96 0v48h48v-48h-48zM112 352v48h48v-48h-48zm96 0v48h48v-48h-48zm96 0v48h48v-48h-48z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Clock */
.fa-clock::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-448a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm24 72c0-13.3-10.7-24-24-24s-24 10.7-24 24v120c0 8 4 15.5 10.7 20l80 56c10.9 7.6 25.8 4.9 33.4-6s4.9-25.8-6-33.4L280 264V136z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.input-icon {
    color: #666;
    color: #fff !important;
    background-color: #fff;
    border-radius:4px;
    padding: 1px 1px;
}



/* =========================================================
   FONT AWESOME FREE ICONS
   ========================================================= */

.fa-solid,
.fa-brands {
    display: inline-block;
    line-height: 1;
}


/* =========================
   CIRCLE ARROW RIGHT
   ========================= */

.fa-circle-arrow-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: currentColor;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm241 73c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39-103.9 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l103.9 0-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80z'/%3E%3C/svg%3E") center/contain no-repeat;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm241 73c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39-103.9 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l103.9 0-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80z'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* =========================
   OWL
   ========================= */

.fa-owl {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: currentColor;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M320 0C176 0 64 112 64 256v64c0 106 86 192 192 192h128c106 0 192-86 192-192v-64C576 112 464 0 320 0zM192 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm256 0a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM192 352h256c-18 53-68 96-128 96s-110-43-128-96z'/%3E%3C/svg%3E") center/contain no-repeat;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M320 0C176 0 64 112 64 256v64c0 106 86 192 192 192h128c106 0 192-86 192-192v-64C576 112 464 0 320 0zM192 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm256 0a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM192 352h256c-18 53-68 96-128 96s-110-43-128-96z'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* =========================
   STAR
   ========================= */

.fa-star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: currentColor;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M287.9 17.8L354 150.2l146.1 21.2c26.2 3.8 36.7 36 17.7 54.6L412 329.6l25 145.5c4.5 26.3-23.2 46.1-46.6 33.7L288 440.6 157.6 508.8c-23.4 12.3-51.1-7.4-46.6-33.7l25-145.5L58.2 226c-19-18.6-8.5-50.8 17.7-54.6L222 150.2 288.1 17.8c11.7-23.6 45.6-23.9 57.8 0z'/%3E%3C/svg%3E") center/contain no-repeat;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M287.9 17.8L354 150.2l146.1 21.2c26.2 3.8 36.7 36 17.7 54.6L412 329.6l25 145.5c4.5 26.3-23.2 46.1-46.6 33.7L288 440.6 157.6 508.8c-23.4 12.3-51.1-7.4-46.6-33.7l25-145.5L58.2 226c-19-18.6-8.5-50.8 17.7-54.6L222 150.2 288.1 17.8c11.7-23.6 45.6-23.9 57.8 0z'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* =========================
   STAR HALF
   ========================= */

.fa-star-half-stroke {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: currentColor;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M288 0c-10 0-19 6-23 15L200 137 68 156c-10 1-18 8-21 17-3 9 0 20 7 27l96 94-23 133c-2 10 2 20 10 26 8 6 19 7 28 2l118-62 118 62c9 5 20 4 28-2 8-6 12-16 10-26l-23-133 96-94c7-7 10-18 7-27-3-9-11-16-21-17l-132-19L311 15c-4-9-13-15-23-15zM288 68l48 97c3 6 9 10 16 11l107 15-78 76c-5 5-7 12-6 19l18 106-95-50c-6-3-13-3-19 0l-95 50 18-106c1-7-1-14-6-19l-78-76 107-15c7-1 13-5 16-11l47-97z'/%3E%3C/svg%3E") center/contain no-repeat;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M288 0c-10 0-19 6-23 15L200 137 68 156c-10 1-18 8-21 17-3 9 0 20 7 27l96 94-23 133c-2 10 2 20 10 26 8 6 19 7 28 2l118-62 118 62c9 5 20 4 28-2 8-6 12-16 10-26l-23-133 96-94c7-7 10-18 7-27-3-9-11-16-21-17l-132-19L311 15c-4-9-13-15-23-15zM288 68l48 97c3 6 9 10 16 11l107 15-78 76c-5 5-7 12-6 19l18 106-95-50c-6-3-13-3-19 0l-95 50 18-106c1-7-1-14-6-19l-78-76 107-15c7-1 13-5 16-11l47-97z'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* =========================
   WALLET
   ========================= */

.fa-wallet {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: currentColor;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H64V96h384c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zm352 288c0-17.7 14.3-32 32-32h32v64h-32c-17.7 0-32-14.3-32-32z'/%3E%3C/svg%3E") center/contain no-repeat;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H64V96h384c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zm352 288c0-17.7 14.3-32 32-32h32v64h-32c-17.7 0-32-14.3-32-32z'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* =========================
   PLANE
   ========================= */

.fa-plane {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: currentColor;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M480 192h-96L304 32c-6-16-21-27-38-27h-1c-25 0-43 24-35 48l45 139H160L88 80c-6-11-17-18-30-18H42C22 62 8 81 13 101l39 159-39 151c-5 20 9 39 29 39h16c13 0 24-7 30-18l72-112h115l-45 139c-8 24 10 48 35 48h1c17 0 32-11 38-27l80-160h96c53 0 96-43 96-96s-43-96-96-96z'/%3E%3C/svg%3E") center/contain no-repeat;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M480 192h-96L304 32c-6-16-21-27-38-27h-1c-25 0-43 24-35 48l45 139H160L88 80c-6-11-17-18-30-18H42C22 62 8 81 13 101l39 159-39 151c-5 20 9 39 29 39h16c13 0 24-7 30-18l72-112h115l-45 139c-8 24 10 48 35 48h1c17 0 32-11 38-27l80-160h96c53 0 96-43 96-96s-43-96-96-96z'/%3E%3C/svg%3E") center/contain no-repeat;
}


.fa-bars::before {
    content: "☰";
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
}

/* Facebook */
.fa-facebook::before {
    content: "f";
    font-family: Arial, sans-serif;
    font-weight: 700;
}

/* Yelp */
.fa-yelp::before {
    content: "Y";
    font-family: Arial, sans-serif;
    font-weight: 700;
}

/* Twitter / X */
.fa-twitter::before {
    content: "𝕏";
    font-family: Arial, sans-serif;
    font-weight: 700;
}

/* Google */
.fa-google::before {
    content: "G";
    font-family: Arial, sans-serif;
    font-weight: 700;
}

/* TripAdvisor */
.fa-tripadvisor::before {
    content: "TA";
    font-family: Arial, sans-serif;
    font-weight: 700;
}

/* Owl icon */
.fa-owl::before {
    content: "🦉";
    font-family: Arial, sans-serif;
}

/* Stars */
.fa-star::before {
    content: "★";
    font-style: normal;
}

.fa-star-half-stroke::before {
    content: "★";
    font-style: normal;
}


/* Base Font Awesome replacement */



/* =========================
   SOLID ICONS
   ========================= */

/* User */
.fa-userss {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm89.6 32h-11.1c-24.8 10.2-51.8 16-78.5 16s-53.7-5.8-78.5-16h-11.1C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6C448 348.2 387.8 288 313.6 288z'/%3E%3C/svg%3E");

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm89.6 32h-11.1c-24.8 10.2-51.8 16-78.5 16s-53.7-5.8-78.5-16h-11.1C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6C448 348.2 387.8 288 313.6 288z'/%3E%3C/svg%3E");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}


.fa-brands,
.fa-envelopes,
.fa-phones,
.fa-planes,
.fa-plane-departures,
.fa-plane-departures,
.fa-clipboard-lists {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;

    font-style: normal;
    vertical-align: -0.125em;
}
.modal-input-group label i{background-color: currentColor;}
/* Envelope */
.fa-envelopes {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8 327.4 338c-41.1 34.7-101.7 34.7-142.8 0L9.7 190.8C3.5 185.6 0 178 0 170V80C0 35.8 35.8 0 80 0h352c44.2 0 80 35.8 80 80v90c0 8-3.5 15.6-9.7 20.8zM0 214.4l154.1 129.7c58.8 49.5 145 49.5 203.8 0L512 214.4V432c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V214.4z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8 327.4 338c-41.1 34.7-101.7 34.7-142.8 0L9.7 190.8C3.5 185.6 0 178 0 170V80C0 35.8 35.8 0 80 0h352c44.2 0 80 35.8 80 80v90c0 8-3.5 15.6-9.7 20.8zM0 214.4l154.1 129.7c58.8 49.5 145 49.5 203.8 0L512 214.4V432c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V214.4z'/%3E%3C/svg%3E");
}

/* Phone */
.fa-phones {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-17.2-26.6-25.8-44.9-20.5L24.2 34.7C9.9 38.8 0 51.9 0 66.8 0 313.8 198.2 512 445.2 512c14.9 0 28-9.9 32.1-24.2l30.6-95.8c5.3-18.3-3.3-37.2-20.5-44.9l-104.3-48.1c-15.1-7-33-2.6-43.1 10.5l-46.8 57.2c-76.8-36.5-138.5-98.2-175-175l57.2-46.8c13.1-10.1 17.5-28 10.5-43.1L164.9 24.6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-17.2-26.6-25.8-44.9-20.5L24.2 34.7C9.9 38.8 0 51.9 0 66.8 0 313.8 198.2 512 445.2 512c14.9 0 28-9.9 32.1-24.2l30.6-95.8c5.3-18.3-3.3-37.2-20.5-44.9l-104.3-48.1c-15.1-7-33-2.6-43.1 10.5l-46.8 57.2c-76.8-36.5-138.5-98.2-175-175l57.2-46.8c13.1-10.1 17.5-28 10.5-43.1L164.9 24.6z'/%3E%3C/svg%3E");
}

/* Plane */
.fa-planes {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M482.3 192 560 320v32H352l-32 128h-64l-32-128H16v-32l77.7-128H16V160l192-32V32h160v96l192 32v32H482.3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M482.3 192 560 320v32H352l-32 128h-64l-32-128H16v-32l77.7-128H16V160l192-32V32h160v96l192 32v32H482.3z'/%3E%3C/svg%3E");
}

/* Plane departure */
.fa-plane-departures {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M480 192 576 320v32H352l-32 128h-64l-32-128H32v-32l96-128H32v-32l192-32V32h160v96l192 32v32H480zM0 448h640v64H0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M480 192 576 320v32H352l-32 128h-64l-32-128H32v-32l96-128H32v-32l192-32V32h160v96l192 32v32H480zM0 448h640v64H0z'/%3E%3C/svg%3E");
}

/* Clipboard */
.fa-clipboard-lists {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M336 64h-80a80 80 0 0 0-160 0H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM176 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm-64 208h160v32H112v-32zm0 80h160v32H112v-32zm0 80h112v32H112v-32z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M336 64h-80a80 80 0 0 0-160 0H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM176 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm-64 208h160v32H112v-32zm0 80h160v32H112v-32zm0 80h112v32H112v-32z'/%3E%3C/svg%3E");
}



