/*
  Project: Hans Air Express Static Website
  Client Name: Hans Air Express
  Intro: Responsive Bootstrap-based static website recreated from the provided design reference.
  Designed By: Ajeet Jai, Front-End Developer
*/

/* ==========================================================================
   Global Variables
   ========================================================================== */
:root {
  --primary: #003399;
  --primary-deep: #08173d;
  --secondary: #AB2830;
  --secondary-dark: #AB2830;
  --white: #ffffff;
  --pwhite:#888888;
  --body: #4b5567;
  --heading: #1E1E1E;
  --soft: #F8F8F8;
  --card: #ffffff;
  --border: rgba(14, 30, 77, 0.08);
  --shadow: 0 24px 60px rgba(10, 23, 58, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --nav-gradient: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 51, 153, 1) 100%);
  --dark-nav-gradient: linear-gradient(90deg, #031334 0%, #0b275f 100%);
  --heading-size: 64px;
}

html {
  scroll-behavior: smooth;
}
/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
  font-family: "Geologica";
  color: var(--body);
  background: var(--white);
  line-height: 1.7;
  border-top: 4px solid #2b2b2b;
}

img {
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.25s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geologica" ;
  color: var(--heading);
  font-weight: 600;
  line-height: 1.12;
}

/* Typography — body copy family */
p,
.hero-intro,
.contact-item p,
.footer-about,
.footer-tags,
.footer-bottom,
input,
textarea,
select,
ul li,
ol li,
.feature-list li,
.tracking-benefits li,
.footer-links li,
.footer-links a {
  font-family: "Instrument Sans";
}

/* Typography — heading/UI family */
.about-subtitle,
.topbar-link,
.nav-link,
button,
.btn,
.nav-cta {
  font-family: "Geologica" ;
}

.section-space {
  padding: 90px 0;
  position: relative;
}

/* ==========================================================================
   Header: Top Bar
   ========================================================================== */
.topbar {
  background: var(--secondary);
  position: relative;
  overflow: hidden;
}

.topbar-inner {
  min-height: 30px;
}

.topbar-link {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  line-height: 1;
}
.topbar-group .topbar-link + .topbar-link {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.topbar-link:hover {
  color: var(--white);
}

/* ==========================================================================
   Header: Navigation
   ========================================================================== */
.main-nav {
  top: 0;
  z-index: 1030;
  padding-top: 1.65rem !important;
  background: var(--nav-gradient);
}

/* Dark nav variant — used on About, Contact, International Courier pages */
.about-us-page .main-nav,
.contact-us-page .main-nav,
.international-courier-page .main-nav {
  background: var(--dark-nav-gradient);
}

.nav-shell {
  background: var(--white);
  border-radius: 999px;
  padding: 14px 28px;
  box-shadow: 0 12px 28px rgba(11, 26, 67, 0.08);
}

.brand-logo {
  width: 160px;
  max-width: 100%;
}

.nav-link {
  color: #020e28;
  font-size: 16px;
  font-weight: 600;
  padding: 0.65rem 1.2rem !important;
}
li.nav-item {
  height: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--primary) !important;
}

.nav-cta {
  min-width: 148px;
  border-radius: 16px;
  padding: 0.92rem 1.5rem;
  font-weight: 800;
  font-size: 0.92rem;
}

/* ==========================================================================
   Section Headings (shared)
   ========================================================================== */
.section-heading {
  max-width: 900px;
  margin-bottom: 3rem;
}

.section-heading h2 {
  font-size: var(--heading-size);
  margin-bottom: 1rem;
}

.section-heading p {
  color: #888888;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  padding: 34px 0 116px;
  background: var(--nav-gradient);
}

.hero-grid {
  min-height: 680px;
}

.hero-copy h1 {
  color: var(--white);
  font-size: var(--heading-size);
  margin-bottom: 0.65rem;
  max-width: 700px;
  letter-spacing: -0.04em;
}

.hero-title-bottom {
  width: 130px;
  max-width: 100%;
  margin: 0 0 1rem;
  margin-left: -12px;
}

.hero-intro {
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  font-size: 16px;
  margin-bottom: 0;
}

.tracking-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 1.45rem 1.45rem 1.15rem;
  margin-top: 3rem;
}

.tracking-title {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}

.tracking-card .form-control {
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  padding-inline: 1.15rem;
}

.tracking-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.tracking-card .btn {
  min-height: 58px;
  border-radius: 14px;
  font-weight: 800;
}
#trackingId{font-size: 12px !important;}
.tracking-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1.55rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  margin-left: 18px;
}

.tracking-benefits li {
  list-style: disc;
}

.hero-actions {
  margin-top: 2rem;
  max-width: 660px;
}

.btn-action {
  min-width: 290px;
  min-height: 56px;
  border-radius: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-red {
  color: var(--white);
  border-color: var(--secondary-dark);
}

.btn-outline-red:hover {
  background: var(--white);
  color: var(--secondary);
}

.hero-image-wrap {
  display: flex;
  justify-content: center;
}

.hero-image {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 0.93;
  border-radius: 28px;
  object-fit: cover;
}

/* ==========================================================================
   About Section (Homepage)
   ========================================================================== */
.about-section {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.about-section::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, transparent 0 50%, var(--secondary) 0% 100%);
}

.about-grid {
  min-height: 520px;
}

.about-visual {
  position: relative;
  padding: 34px 86px 44px 14px;
  min-height: 480px;
}
ul.custom-list {
  list-style: none;
  padding-left: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../icons/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about-main-image {
  width: min(100%, 470px);
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(8, 23, 61, 0.08);
}

.about-side-image {
  position: absolute;
  right: 24px;
  bottom: 6px;
  width: 48%;
  max-width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 36px 18px 36px 18px;
  border: 6px solid var(--white);
  box-shadow: 0 24px 40px rgba(8, 23, 61, 0.14);
}

.about-title {
  max-width: 620px;
  margin-bottom: 1rem;
  color: #202127;
  font-size: var(--heading-size);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.about-subtitle {
  max-width: 640px;
  margin-bottom: 2rem;
  color: var(--primary) !important;
  font-size: clamp(1.7rem, 2.7vw, 3rem) !important;
  font-weight: 800;
  line-height: 1.22;
}

.about-copy p {
  max-width: 630px;
  font-size: 1.02rem;
  color: #888888;
}

.feature-list {
  margin-top: 1.55rem;
}

.feature-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.feature-list li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: var(--primary);
  font-size: 0.85rem;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.services-section {
  background:  #F8F8F8;
}

.service-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(8, 23, 61, 0.05);
}

.service-media {
  position: relative;
}

.service-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  clip-path: polygon(0 0, 84% 0, 100% 18%, 100% 100%, 0 100%);
}

img.icon-service {
  width: 45px;
  height: 45px;
}
.img-bg img{ width: 24px;
  height: 24px;}
img.why-icon {
  width: 38px;
  height: 38px;
}
.service-body ul li{color:var(--heading)}
.img-bg {
  width: 52px;
  height: 52px;
  padding: 20px;
  border-radius: 10px;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-badge {
  position: absolute;
  right: 20px;
  bottom: -38px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  border: 4px solid var(--white);
}

.badge-red {
  background: var(--secondary);
}

.badge-blue {
  background: var(--primary);
}

.service-body {
  padding: 1.75rem 1.35rem 1.35rem;
}

.service-body h3 {
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.service-body p {
  margin-bottom: 0.75rem;
}

.service-body ul {
  padding-left: 1.15rem;
  margin-bottom: 0;
}

.service-body li {
  margin-bottom: 0.4rem;
}

/* ==========================================================================
   Why Us Section
   ========================================================================== */
.why-section {
  position: relative;
  padding: 110px 0;
  background:
    linear-gradient(rgba(27, 33, 45, 0.68), rgba(27, 33, 45, 0.68)),
    url("../images/bg-why-choose-hans-air-express.jpg") center/cover no-repeat;
  overflow: hidden;
}

.why-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, var(--secondary) 0 50%, transparent 50% 100%);
}

.why-copy h2 {
  font-size: var(--heading-size);
}

.why-copy h2,
.why-copy p {
  color: var(--white);
}

.why-list {
  display: grid;
  gap: 0.9rem;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(10px);
  font-size: 20px;
}

.why-item i {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
}

.why-item.active,
.why-item:hover {
  background: var(--secondary);
}

/* ==========================================================================
   Value Section
   ========================================================================== */
.value-list {
  display: grid;
  gap: 1rem;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.value-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
  font-family: "Instrument Sans" ;
}

.value-item p {
  margin-bottom: 0;
  color:var(--pwhite);
}

/* ==========================================================================
   CTA Strip
   ========================================================================== */
.cta-strip {
  background: var(--secondary);
  padding: 70px 0;
}

.cta-strip h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 0;
}

.cta-actions {
  align-items: stretch;
}

/* ==========================================================================
   Industry Section
   ========================================================================== */
.industry-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 19, 29, 0.54);
}

.industry-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.industry-card img.industry-icons {
  width: 48px;
  height: 48px;
}

.industry-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 1.5rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.industry-icon {
  width: 94px;
  height: 94px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.industry-overlay p {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
}

/* ==========================================================================
   Areas Section
   ========================================================================== */
.areas-section {
  position: relative;
  background: url("../images/bg-courier-service-mumbai-areas.jpg") center/cover no-repeat;
}

.areas-copy h2 {
  font-size: var(--heading-size);
}

.areas-copy h2,
.areas-copy p {
  color: var(--white);
}

.area-pill {
  background: rgba(255, 255, 255, 0.22);
  color: var(--white);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  min-height: 54px;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 700;
  backdrop-filter: blur(9px);
  padding: 0.65rem 1rem;
  font-family: "Instrument Sans" ;
}

.area-pill::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 0.55rem;
  background: url("../icons/icon-mumbai-service-area-location.png") center/contain no-repeat;
  flex: 0 0 14px;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
  background: var(--white);
}

.faq-accordion {
  max-width: 920px;
}

.faq-accordion .accordion-item {
  border: 0;
  margin-bottom: 1rem;
  background: #fafafa;
}

.faq-accordion .accordion-button {
  border-radius: 0 !important;
  box-shadow: none;
  font-family: "Poppins" ;
  font-weight: 600;
  color: var(--secondary);
  background: #fafafa;
  padding: 1.15rem 1.4rem;
  font-size: 20px;
  border-radius: 10px 10px 0px 0px !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--white);
  background: var(--secondary);
}

.faq-accordion .accordion-body {
  background: var(--secondary);
  color: rgba(255, 255, 255, 0.92);
  padding-top: 0;
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ab282f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-size: 1rem;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* ==========================================================================
   Quote Section
   ========================================================================== */
.quote-section {
  position: relative;
  background:
    url("../images/bg-urgent-courier-booking-mumbai.jpg") center 20%/cover no-repeat;
    height: 646px;
  padding-top: 250px;
}

section#overlap {
  height: 500px;
}

.quote-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 30px;
  padding: 4.2rem 5rem 3.2rem;
  box-shadow: 0 16px 30px rgba(33, 33, 33, 0.22);
  max-width: 1010px;
  margin: auto;
}

.quote-card .section-heading {
  max-width: 900px;
  margin-bottom: 3rem;
}

.quote-card .section-heading h2 {
  font-size: clamp(2.6rem, 5vw, 3rem);
  color: #252525;
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
}

.quote-card .section-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: #8d9198;
  font-size: 1.02rem;
}

.quote-card .form-control {
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: #f7f7f7;
  padding-inline: 1.1rem;
  color: #222;
}

.quote-card .btn-danger {
  min-height: 48px;
  border-radius: 8px;
  font-weight: 800;
  margin-top: 0.25rem;
}

/* ==========================================================================
   Contact Info Strip (inside Quote card and Intl page)
   ========================================================================== */
.contact-strip {
  margin-top: 0;
  padding-top: 2.6rem;
  border-top: 0;
}

.contact-col {
  position: relative;
}

.contact-col + .contact-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  bottom: -10px;
  width: 2px;
  background: #d9d9d9;
}

.contact-item {
  text-align: center;
  padding: 0 1rem;
}

.contact-item i {
  color: #222;
  font-size: 1rem;
  margin-bottom: 0.9rem;
}

.contact-item p {
  color: #222;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 15px;
  overflow: hidden;
}

/* ==========================================================================
   Button Variants
   ========================================================================== */
.btn-danger {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn-danger:hover,
.btn-danger:focus {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

.btn-outline-danger {
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn-outline-danger:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #f8f8f8;
  padding-top: 70px;
}

.footer-main {
  padding-bottom: 2.25rem;
}

.footer-logo {
  width: 205px;
  margin-bottom: 1rem;
}

.footer-about {
  max-width: 320px;
}

.social-links {
  display: flex;
  gap: 0.7rem;
}

.social-links a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-title {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a,
.footer-links li {
  color: var(--pwhite);
}

.footer-links li a {
  transform: translateX(0);
}

.footer-links a:hover {
  color: var(--secondary);
}

.footer-tags {
  border-top: 1px solid var(--secondary);
  padding: 1rem 0;
  color: var(--pwhite);
  font-size: 14px;
}
.footer-tags a {
    color: var(--pwhite);
}
.footer-bottom-bar {
  background: var(--secondary);
  margin-top: 0;
}

.footer-bottom {
  padding: 0.95rem 0 1.05rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.88rem;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom .spg {
  color: var(--white);
  text-decoration: none;
}

.footer-policy {
  display: flex;
  gap: 1rem;
}

.footer-policy a {
  color: rgba(255, 255, 255, 0.96);
}

.footer-policy a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* ==========================================================================
   About Us Page
   ========================================================================== */
.about-us-page main {
  overflow: hidden;
}

.about-page-hero {
  position: relative;
  padding: 108px 0 195px;
  background: var(--dark-nav-gradient);
}

.about-page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(2, 14, 40, 0.45) 0%, rgba(2, 14, 40, 0.08) 100%);
  pointer-events: none;
}

.about-page-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto 4rem;
}

.about-page-hero-copy h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  letter-spacing: -0.05em;
  margin-bottom: 1.4rem;
  color: var(--white);
}

.about-page-hero-copy p {
  max-width: 1260px;
  margin: 0 auto 1rem;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.84);
}

.about-hero-gallery {
  position: relative;
  z-index: 2;
  align-items: end;
  margin-bottom: -353px;
}

.about-hero-gallery-card {
  height: 100%;
  min-height: 280px;
  border-radius: 22px 0 22px 0;
  overflow: hidden;
  background: #eef2f9;
  box-shadow: 0 20px 32px rgba(8, 23, 61, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.about-hero-gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.about-hero-gallery-card-alt {
  min-height: 220px;
  border-radius: 22px 0 22px 0;
  box-shadow: 0 18px 28px rgba(8, 23, 61, 0.16);
}

.about-hero-gallery-card-alt img {
  min-height: 220px;
}

.about-hero-gallery > div:nth-child(1) .about-hero-gallery-card:not(.about-hero-gallery-card-alt),
.about-hero-gallery > div:nth-child(3) .about-hero-gallery-card:not(.about-hero-gallery-card-alt) {
  min-height: 280px;
}

.about-hero-gallery > div:nth-child(2),
.about-hero-gallery > div:nth-child(4) {
  padding-bottom: 28px;
}

.journey-section {
  background: var(--white);
  padding-top: 200px;
}

.journey-section .section-heading,
.core-values-section .section-heading,
.trusted-partner-section .section-heading {
  max-width: 930px;
  margin-bottom: 4rem;
}

.journey-section .section-heading p,
.core-values-section .section-heading p,
.trusted-partner-section .section-heading p {
  font-size: 1.02rem;
  line-height: 1.8;
}

.journey-card {
  position: relative;
  height: 100%;
  padding: 2rem 1.5rem 1.45rem;
  border-radius: 18px 0 0 0;
  border: 0;
  background: #fafafa;
  box-shadow: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.journey-card-top {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid #fff;
  rotate: 229deg;
  position: relative;
  right: -79%;
  top: -11%;
  bottom: -47px;
}

.journey-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgba(9, 21, 53, 0.09);
  background: linear-gradient(180deg, #b72831 0%, #b72831 100%);
}

.journey-card-featured {
  color: #ffffff;
  background: linear-gradient(180deg, #b72831 0%, #b72831 100%);
  box-shadow: 0 22px 50px rgba(0, 51, 153, 0.22);
}


.journey-card-featured h3,
.journey-card-featured p,
.journey-card:hover h3,
.journey-card:hover p {
  color: var(--white);
}

.journey-card-icon {
  position: absolute;
  top: 25px;
  right: 16px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  border: 8px solid var(--white);
  box-shadow: 0 10px 24px rgba(8, 23, 61, 0.1);
  opacity: 0.92;
  transform: scale(0.88);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.journey-card-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.journey-card:hover .journey-card-icon,
.journey-card-featured .journey-card-icon {
  opacity: 1;
  transform: scale(1);
}

.journey-card h3 {
  font-size: 1.7rem;
  margin-bottom: 1.6rem;
  margin-top: -48px;
}

.journey-card p {
  margin-bottom: 1.15rem;
  color: var(--pwhite);
  font-size: 1.02rem;
  line-height: 1.95;
}

.journey-card p:last-child {
  margin-bottom: 0;
}

.core-values-section {
  background: #F8F8F8;
}

.core-value-card {
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
  transition: transform 0.28s ease;
}

.core-value-card:hover {
  transform: translateY(-6px);
}

.core-value-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: 0 auto 1.9rem;
  background: #f5e8e9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.core-value-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.core-value-card h3 {
  font-size: 1.28rem;
  margin-bottom: 1rem;
}

.core-value-card p {
  margin-bottom: 0;
  color: #888888;
  max-width: 520px;
  margin-inline: auto;
  font-size: 1.02rem;
  line-height: 1.7;
}

.trusted-partner-section {
  background: var(--white);
}

.trusted-partner-section .section-heading {
  max-width: 980px;
  margin-bottom: 3.8rem;
}

.trusted-list {
  display: grid;
  gap: 2.2rem;
}

.trusted-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 34px rgba(8, 23, 61, 0.06);
  border: 1px solid rgba(10, 23, 58, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.trusted-item:hover {
  transform: translateX(6px);
}

.trusted-check img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.trusted-item h3 {
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.trusted-item p {
  margin-bottom: 0;
  color: #888888;
  font-size: 1.02rem;
  line-height: 1.75;
}

.trusted-visual {
  position: relative;
  padding: 40px 0 20px 38px;
}

.trusted-main-image {
  width: min(100%, 700px);
  height: 1080px;
  margin-left: auto;
  border-radius: 44px 44px 0 0;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 27%);
  object-fit: cover;
  box-shadow: 0 24px 46px rgba(8, 23, 61, 0.12);
}

.trusted-side-image {
  position: absolute;
  left: 0;
  bottom: 86px;
  width: min(60%, 420px);
  height: 380px;
  border-radius: 0;
  clip-path: polygon(0 0, 78% 0, 100% 22%, 100% 100%, 0 100%);
  border: 12px solid var(--white);
  object-fit: cover;
  box-shadow: 0 24px 46px rgba(8, 23, 61, 0.14);
}

.about-us-page .industry-section .section-heading {
  max-width: 820px;
}

.about-us-page .industry-card {
  border-radius: 22px;
}

.about-us-page .industry-overlay p {
  font-size: 1.45rem;
}
.footer-about {
  max-width: 320px;
  color: #1E1E1E;
}

/* ==========================================================================
   Contact Us Page
   ========================================================================== */
   .contact-page-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 88px;
    background: #f7f7f8;
  }
  
  .contact-page-hero::before,
  .contact-page-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
  }
  
  /* .contact-page-hero::before {
    width: 170px;
    height: 170px;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 0 48%, #ba2b31 48% 100%);
  } */
  
  .contact-page-hero::after {
    width: 771px;
    height: 771px;
    right: 0px;
    bottom: -14px;
    background: linear-gradient(135deg, transparent 0 49%, #ba2b31 49% 100%);
}
  
  .contact-page-copy {
    position: relative;
    z-index: 1;
    max-width: 870px;
  }
  
  .contact-page-copy h1 {
    font-size: clamp(3rem, 4.8vw, 4.7rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    margin-bottom: 1.7rem;
  }
  
  .contact-page-copy p {
    max-width: 620px;
    color: #878b95;
    font-size: 1.02rem;
    line-height: 1.8;
  }
  
  .contact-hero-form-wrap {
    margin-top: 3.8rem;
    max-width: 930px;
  }
  
  .contact-hero-form-wrap .form-control {
    min-height: 64px;
    border-radius: 12px;
    border: 1px solid #e6e9f0;
    background: #ffffff;
    padding: 0.95rem 1.45rem;
    box-shadow: none;
    font-family: "Instrument Sans" ;
    color: #242936;
  }
  
  .contact-hero-form-wrap .form-control:focus {
    border-color: rgba(0, 51, 153, 0.28);
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.08);
  }
  
  .contact-hero-form-wrap .btn-danger {
    min-height: 64px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 1.05rem;
    text-transform: none;
  }
  
  .contact-page-info-card {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 520px;
    background: #122f73;
    border-radius: 18px;
    padding: 2.8rem 3.3rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .contact-page-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.75rem 0;
    border-bottom: 4px solid rgba(255, 255, 255, 0.14);
  }
  
  .contact-page-info-item:last-child {
    border-bottom: 0;
  }
  
  .contact-page-info-icon {
    width: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1;
  }
  
  .contact-page-info-item p {
    margin: 0;
    color: #ffffff;
    font-family: "Geologica" ;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  @media (max-width: 991.98px) {
    .contact-page-hero {
      padding: 70px 0 78px;
    }
  
    .contact-page-copy h1 {
      font-size: clamp(2.25rem, 6vw, 3rem);
    }
  
    .contact-hero-form-wrap {
      margin-top: 2.5rem;
    }
  
    .contact-page-info-card {
      min-height: auto;
      padding: 2rem 1.6rem;
    }
  
    .contact-page-info-item p {
      font-size: 1.05rem;
    }
  }
  
  @media (max-width: 575.98px) {
    .contact-page-hero {
      padding: 58px 0 66px;
    }
  
    .contact-page-copy h1 {
      font-size: 2rem;
    }
  
    .contact-page-copy p {
      max-width: none;
    }
  
    .contact-hero-form-wrap .form-control,
    .contact-hero-form-wrap .btn-danger {
      min-height: 58px;
    }
  
    .contact-page-info-card {
      padding: 1.5rem 1.2rem;
      border-radius: 14px;
    }
  
    .contact-page-info-item {
      gap: 1rem;
      padding: 1.2rem 0;
    }
  
    .contact-page-info-icon {
      width: 38px;
      flex-basis: 38px;
      font-size: 1.7rem;
    }
  
    .contact-page-info-item p {
      font-size: 0.95rem;
    }
  }

/* ==========================================================================
   International Courier Services Page
   ========================================================================== */
.intl-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 26px;
  background:var(--dark-nav-gradient)
}

.intl-hero-copy {
  color: var(--white);
  padding: 18px 0 30px;
}

.intl-hero-copy h1 {
  color: var(--white);
  font-size: var(--heading-size);
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin-bottom: 1rem;
}

.intl-hero-copy p {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 0.82rem;
}

.intl-hero-visual {
  position: relative;
  min-height: 360px;
}

.intl-hero-plane {
  position: absolute;
  top: 6px;
  left: 150px;
  width: min(220px, 42%);
  z-index: 2;
  animation: floatImg 5.8s ease-in-out infinite;
}

.intl-hero-composite {
  display: block;
  width: 100%;
  margin: 28px 0 0 auto;
  margin-bottom: 0px !important;
  position: relative;
  bottom: -91px;
  right: -11%;
}
/* Shared heading rule for all intl sections */
.intl-solutions .section-heading,
.intl-why-section .section-heading,
.intl-process-section .section-heading,
.intl-benefits-section .section-heading,
.intl-countries-section .section-heading {
  max-width: 760px;
}
.intl-why-section .section-heading,
.intl-benefits-section .section-heading{max-width: 100%;}
.intl-solutions .section-heading h2,
.intl-why-section .section-heading h2,
.intl-process-section .section-heading h2,
.intl-benefits-section .section-heading h2,
.intl-countries-section .section-heading h2,
.intl-send-shell h2,
.intl-cta-copy h2,
.intl-quote-card .section-heading h2 {
  font-size: var(--heading-size);
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin-bottom: 1rem;
}

.intl-solutions {
  background: var(--white);
  padding-top: 72px;
  padding-bottom: 72px;
}
.intl-solution-card {
  position: relative;
  height: 100%;
  padding: 1.4rem 1.25rem 1.35rem;
  background: #fff !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  overflow: visible;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  z-index: 1;
}

.intl-solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F8F8F8;
  border: 1px solid #efefef;
  clip-path: polygon(0 0, 86% 0, 100% 22%, 100% 100%, 0 100%);
  z-index: -1;
}

.intl-solution-card .icon,
.intl-solution-card img,
.intl-solution-card svg {
  position: relative;
  z-index: 2;
}
.intl-solution-card:hover::before {
  background: var(--secondary);
}
.intl-solution-card:hover,
.intl-country-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(180deg, var(--secondary) 0%, var(--secondary-dark) 100%);
}
.intl-solution-card:hover h3,
 .intl-solution-card:hover p{  color: var(--white);}

.intl-solution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 0.92rem;
  background: var(--secondary);
  border: 3px solid #fff;
  position: relative;
  top:-26%
}
.intl-solutions .col-md-6.col-xl-4.is-visible {
  margin-top: 50px;
}
.intl-solution-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.intl-solution-card h3 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 0.72rem;
}

.intl-solution-card p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #888888;
  margin-bottom: 0;
}


.intl-send-banner {
  position: relative;
  background: url("../images/intl-send-banner-air-cargo-operations.jpg") center/cover no-repeat;
}

.intl-send-shell {
  padding: 72px 0 60px;
  text-align: center;
}

.intl-send-shell h2 {
  margin: 0 auto 1.85rem;
  color: var(--white);
}

.intl-send-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0 auto;
}

.intl-send-box {
  background: rgba(171, 40, 47, 0.52);
  padding: 3rem 3rem;
  text-align: left;
}

.intl-send-grid .intl-send-box:last-child {
  background: rgba(14, 52, 143, 0.56);
}

.intl-send-box li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.7;
}

.intl-send-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white);
}

.intl-why-section {
  background: var(--soft);
  padding-top: 72px;
  padding-bottom: 72px;
}
.intl-why-section::before, .intl-why-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.intl-why-section::after {
  width: 150px;
  height: 150px;
  right: -15px;
position: absolute;
bottom: -1%;
  background: linear-gradient(135deg, transparent 0 49%, var(--secondary) 49% 100%);
}
.intl-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.25rem;
}

.intl-why-card {
  position: relative;
  text-align: center;
  padding-top: 1rem;
}
.intl-why-card-wide {
  grid-column: 1 / 2;
}

.intl-why-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: #F0E3E4;
  border-radius: 50%;
}

.intl-why-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.intl-why-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.intl-why-card p {
  max-width: 250px;
  margin: 0 auto;
  color: #888888;
  font-size: 1.02rem;
  line-height: 1.7;
}

.intl-process-section {
  background: var(--white);
  padding-top: 88px;
  padding-bottom: 84px;
  border-bottom: 3px solid var(--secondary);
}

.intl-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 2.4rem;
}

.intl-process-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #d9d9dd;
}

.intl-process-item {
  position: relative;
  min-height: 360px;
}

.intl-process-number {
  position: absolute;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-left: -26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 2px solid var(--secondary);
  color: var(--secondary);
  font-size: 1.05rem;
  font-weight: 700;
  z-index: 2;
}

.intl-process-top .intl-process-number {
  top: 34px;
}

.intl-process-bottom .intl-process-number {
  bottom: 36px;
}

.intl-process-content::after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
}
.odd-dot::after {
  content: '';
  position: absolute;
  bottom: 0;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
}

.intl-process-number::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background: var(--secondary);
  transform: translateX(-50%);
  height: 95px !important;
}

.intl-process-top .intl-process-number::after {
  top: 50px;
  height: 128px;
}

.intl-process-bottom .intl-process-number::after {
  bottom: 50px;
  height: 128px;
}

.intl-process-content {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 240px;
  transform: translateX(-50%);
  text-align: center;
}

.intl-process-top .intl-process-content {
  top: 220px;
}

.intl-process-bottom .intl-process-content {
  bottom: 210px;
}

.intl-process-content h3 {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.55rem;
  color: #22252d;
}

.intl-process-content p {
  color: #888888;
  font-size: 0.94rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.intl-cta-strip {
  background: var(--secondary);
}

.intl-cta-copy h2,
.intl-cta-copy p {
  color: var(--white);
}

.intl-cta-copy p {
  margin: 0.9rem 0 0;
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.7;
}

.intl-cta-actions .btn-action {
  min-width: auto;
}

.intl-cta-actions .btn-light {
  color: var(--secondary);
}
.btn-light {
  color: var(--secondary);
}
.intl-benefits-section {
  background: var(--white);
  padding-top: 72px;
  padding-bottom: 72px;
}

.intl-benefits-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.intl-benefits-image {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.intl-benefits-list {
  display: grid;
  gap: 0.8rem;
}

.intl-benefits-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #20293b;
  font-size: 1.02rem;
  font-weight: 600;
}

.intl-benefit-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

.intl-countries-section {
  padding: 72px 0;
  background:
   
    url("../images/intl-countries-delivery-destinations-bg.jpg") center/cover no-repeat;
}

.intl-countries-section .section-heading h2 {
  color: var(--white);
}

.intl-countries-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.95rem;
}

.intl-country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0.8rem 0.65rem;
  text-align: center;
  background: var(--white);
  border-radius: 4px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.intl-country-card img {
  width: 48px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.intl-country-card span {
  color: #263247;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

.intl-country-card-map img {
  width: 58px;
  height: 34px;
}

.intl-quote-section {
  height: auto;
  padding: 250px 0 40px;
  background:
    linear-gradient(180deg, rgba(10, 45, 122, 0.88), rgba(12, 29, 76, 0.84)),
    url("../images/bg-urgent-courier-booking-mumbai.jpg") center/cover no-repeat;
}

.intl-quote-card {
  border-radius: 18px;
  padding: 2.2rem 2rem 1.1rem;
  box-shadow: 0 24px 60px rgba(8, 23, 61, 0.18);
}

.intl-quote-card .section-heading {
  max-width: 700px;
}

.intl-quote-card .section-heading p {
  color: #6f7788;
  font-size: 1.02rem;
}

.intl-quote-card .form-control {
  min-height: 48px;
  background: #fafafa;
  border-color: #ececec;
}

.intl-quote-card .btn-danger {
  padding: 0.92rem 1.2rem;
}

.intl-contact-strip {
  margin-top: 1.6rem;
  border-top: 1px solid #eceff4;
}

.intl-contact-strip .contact-col {
  border-right: 1px solid #eceff4;
}

.intl-contact-strip .contact-col:last-child {
  border-right: 0;
}

.intl-contact-strip .contact-item {
  padding: 1.25rem 0.75rem;
}

.intl-contact-strip .contact-item i {
  color: #1f2c43;
  font-size: 1rem;
}

.intl-contact-strip .contact-item p {
  color: #364055;
  font-size: 1.02rem;
}

/* ==========================================================================
   Utility: Stats / Counters / Shimmer / Image Helpers
   ========================================================================== */
.stat-counter {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--secondary);
  font-family: "Geologica" ;
  line-height: 1;
}

.stat-label {
  font-size: 0.92rem;
  color: #888888;
  margin-top: 0.3rem;
}

.about-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}

.img-wrap {
  position: relative;
  overflow: hidden;
  background: #f0f2f7;
  border-radius: inherit;
}

.img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  z-index: 1;
}

.img-wrap img {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   Industry Owl Carousel
   ========================================================================== */
.industry-owl-carousel {
  padding-bottom: 3rem;
}

.industry-slide-item {
  padding: 4px;
}

.industry-owl-carousel .industry-card {
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.industry-owl-carousel .industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.industry-owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin-top: 0;
}

.industry-section .owl-carousel {
  position: relative;
}

.industry-owl-carousel .owl-nav button {
  pointer-events: all;
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  background: var(--white) !important;
  color: var(--secondary) !important;
  font-size: 1.2rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  border: none;
  transition: background 0.25s, color 0.25s, transform 0.2s;
  margin: 0 -10px;
}

.industry-owl-carousel .owl-nav button:hover {
  background: var(--secondary) !important;
  color: var(--white) !important;
  transform: scale(1.08);
}

.industry-owl-carousel .owl-nav button span {
  display: none;
}

.industry-owl-carousel .owl-dots {
  margin-top: 1.5rem;
  text-align: center;
}

.industry-owl-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #d0d0d0 !important;
  border-radius: 50%;
  transition: background 0.25s, width 0.25s;
  margin: 0 4px;
}

.industry-owl-carousel .owl-dot.active span {
  background: var(--secondary) !important;
  width: 28px;
  border-radius: 5px;
}

/* ==========================================================================
   Scroll-Reveal Animations
   ========================================================================== */
[data-anim] {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(.4, 0, .2, 1), transform 0.7s cubic-bezier(.4, 0, .2, 1);
  will-change: opacity, transform;
}

[data-anim="fade-up"]    { transform: translateY(48px); }
[data-anim="fade-down"]  { transform: translateY(-48px); }
[data-anim="fade-left"]  { transform: translateX(-60px); }
[data-anim="fade-right"] { transform: translateX(60px); }
[data-anim="zoom-in"]    { transform: scale(0.85); }
[data-anim="flip-left"]  { transform: perspective(600px) rotateY(-25deg); }

[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }
[data-delay="600"] { transition-delay: 0.6s; }
[data-delay="700"] { transition-delay: 0.7s; }
[data-delay="800"] { transition-delay: 0.8s; }

[data-anim].is-visible {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   Topbar Marquee Ticker
   ========================================================================== */
.topbar-ticker {
  overflow: hidden;
  white-space: nowrap;
}

.topbar-ticker-inner {
  display: inline-block;
  animation: ticker 30s linear infinite;
}

/* ==========================================================================
   Navbar Scroll Shadow
   ========================================================================== */
.main-nav.scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
  transition: box-shadow 0.35s;
}

/* ==========================================================================
   Hero Entrance Animations
   ========================================================================== */
.hero-copy h1      { animation: heroTitle 1s cubic-bezier(.4, 0, .2, 1) both; }
.hero-intro        { animation: heroFade 1s 0.25s cubic-bezier(.4, 0, .2, 1) both; }
.tracking-card     { animation: heroFade 0.9s 0.45s cubic-bezier(.4, 0, .2, 1) both; }
.hero-actions      { animation: heroFade 0.9s 0.65s cubic-bezier(.4, 0, .2, 1) both; }
.hero-image-wrap   { animation: heroRight 1s 0.25s cubic-bezier(.4, 0, .2, 1) both; }

/* ==========================================================================
   Hover Interactions
   ========================================================================== */
/* Service cards */
.service-card {
  transition: transform 0.3s cubic-bezier(.4, 0, .2, 1), box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px rgba(8, 23, 61, 0.13);
}

.service-card:hover .badge-red {
  background: var(--primary);
}

.service-media img {
  transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.service-card:hover .service-media img {
  transform: scale(1.06);
}

/* Industry cards */
.industry-card {
  transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
}

.industry-card:hover {
  transform: translateY(-8px) scale(1.02);
}

.industry-card img {
  transition: transform 0.55s cubic-bezier(.4, 0, .2, 1);
}

.industry-card:hover img {
  transform: scale(1.1);
}

.industry-icon {
  transition: transform 0.35s, background 0.35s;
}

.industry-card:hover .industry-icon {
  transform: scale(1.12) rotate(-6deg);
  color: var(--white);
}

/* Area pills */
.area-pill {
  transition: background 0.28s, transform 0.28s, border-color 0.28s;
}

.area-pill:hover {
  background: rgba(255, 255, 255, 0.38);
  transform: scale(1.04);
  border-color: rgba(255, 255, 255, 0.5);
  cursor: default;
}

/* Why items */
.why-item {
  transition: background 0.28s, transform 0.28s;
}

.why-item:hover {
  transform: translateX(8px);
}

/* Value items */
.value-item {
  transition: transform 0.25s;
}

.value-item:hover {
  transform: translateX(6px);
}

.value-item i {
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

/* Social links */
.social-links a {
  transition: background 0.25s, transform 0.25s;
}

.social-links a:hover {
  background: var(--secondary);
  transform: translateY(-4px) scale(1.12);
}

/* CTA strip buttons */
.cta-actions .btn {
  transition: transform 0.22s, box-shadow 0.22s;
}

.cta-actions .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   Floating Buttons (WhatsApp FAB + Scroll-to-Top)
   ========================================================================== */
.whatsapp-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.42);
  animation: fabPop 0.6s 1.2s cubic-bezier(.34, 1.56, .64, 1) both;
  transition: transform 0.25s, box-shadow 0.25s;
}

.whatsapp-fab:hover {
  color: var(--white);
  transform: scale(1.12);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
}

.scroll-top {
  position: fixed;
  bottom: 98px;
  right: 28px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 4px 16px rgba(171, 40, 47, 0.35);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  border: none;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: all;
}

.scroll-top:hover {
  transform: translateY(-4px);
  background: var(--secondary-dark);
}

/* ==========================================================================
   Pulse on CTA Buttons
   ========================================================================== */
.btn-pulse {
  animation: btnPulse 2.2s 2s infinite;
}

/* ==========================================================================
   About Side Image Float
   ========================================================================== */
.about-side-image {
  animation: floatImg 5s ease-in-out infinite;
}

/* ==========================================================================
   Keyframe Definitions
   ========================================================================== */
@keyframes heroTitle {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: none; }
}

@keyframes heroFade {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

@keyframes heroRight {
  from { opacity: 0; transform: translateX(60px); }
  to   { opacity: 1; transform: none; }
}

@keyframes fabPop {
  from { opacity: 0; transform: scale(0); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes btnPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(171, 40, 47, 0.45); }
  50%       { box-shadow: 0 0 0 12px rgba(171, 40, 47, 0); }
}

@keyframes floatImg {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-14px); }
}

@keyframes shimmer {
  from { background-position: 200% 0; }
  to   { background-position: -200% 0; }
}

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ==========================================================================
   Responsive — XL (≤ 1199px)
   ========================================================================== */
@media (max-width: 1199.98px) {
  .odd-dot::after,.intl-process-content::after{display: none;}
  .nav-shell {
    border-radius: 26px;
  }
  .contact-page-hero::after {
    width: 150px;
    height: 150px;
    right: 0px;
    bottom: -14px;
    background: linear-gradient(135deg, transparent 0 49%, #ba2b31 49% 100%);
    /* position: absolute; */
}
  .navbar-collapse {
    padding-top: 1rem;
  }

  .hero-copy h1 {
    font-size: 4.2rem;
  }

  .btn-action {
    min-width: 250px;
  }

  .trusted-visual {
    min-height: 1120px;
    padding-left: 20px;
  }

  .intl-hero-plane {
    left: 96px;
    width: min(190px, 36%);
  }

  .intl-countries-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .intl-process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.6rem;
  }

  .intl-process-line::before {
    display: none;
  }

  .intl-process-item,
  .intl-process-top,
  .intl-process-bottom {
    min-height: auto;
  }

  .intl-process-top .intl-process-number,
  .intl-process-bottom .intl-process-number {
    position: static;
    margin: 0 auto 0.9rem;
  }

  .intl-process-number::after {
    display: none;
  }

  .intl-process-content,
  .intl-process-top .intl-process-content,
  .intl-process-bottom .intl-process-content {
    position: static;
    width: 100%;
    max-width: none;
    transform: none;
  }
}

/* Extra breakpoint for countries grid */
@media (max-width: 1399.98px) {
  .intl-countries-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* ==========================================================================
   Responsive — LG (≤ 991px)
   ========================================================================== */
@media (max-width: 991.98px) {
  .intl-hero-composite{position: static;}
  .section-space {
    padding: 72px 0;
  }

  .hero-section {
    padding-top: 24px;
    padding-bottom: 82px;
  }

  .why-section,
  .cta-strip {
    padding: 72px 0;
  }

  .quote-card {
    padding: 2.4rem 1.5rem 2rem;
    margin: 40px auto -70px;
  }

  .about-visual {
    min-height: 420px;
    padding-right: 34px;
  }

  .hero-copy h1 {
    font-size: 3.4rem;
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-grid {
    min-height: auto;
  }

  .contact-col + .contact-col::before {
    display: none;
  }

  /* About page */
  .about-page-hero {
    padding: 72px 0 0;
  }

  .about-page-hero-copy {
    margin-bottom: 2.5rem;
  }

  .about-hero-gallery {
    margin-bottom: -135px;
  }

  .journey-section {
    padding-top: 220px;
  }

  .trusted-visual {
    min-height: auto;
    padding: 20px 0 0;
  }

  .trusted-main-image {
    width: 100%;
    height: 760px;
  }

  .trusted-side-image {
    width: min(54%, 300px);
    height: 280px;
    left: 0;
    bottom: 32px;
  }

  /* Contact page */
  .contact-page-hero {
    padding: 70px 0 78px;
  }

  .contact-page-copy h1 {
    font-size: clamp(2.25rem, 6vw, 3rem);
  }

  .contact-page-visual {
    padding-left: 0;
  }

  .contact-page-main-image {
    min-height: 360px;
  }

  .contact-page-brand-card {
    position: static;
    width: min(280px, 100%);
    margin-top: 1rem;
  }

  .contact-page-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-page-actions .btn-action {
    width: 100%;
  }

  /* Intl courier page */
  .intl-hero {
    padding: 38px 0 20px;
  }

  .intl-hero-copy {
    max-width: none;
    text-align: center;
  }

  .intl-hero-composite {
    margin: 18px auto 0;
  }

  .intl-hero-plane {
    left: 50%;
    transform: translateX(-50%);
  }

  .intl-send-grid,
  .intl-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intl-why-card-wide {
    grid-column: auto;
  }

  .intl-cta-actions {
    width: 100%;
    max-width: 280px;
  }

  .intl-countries-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .intl-contact-strip .contact-col:nth-child(2) {
    border-right: 0;
  }

  .intl-contact-strip .contact-col:nth-child(-n + 2) {
    border-bottom: 1px solid #eceff4;
  }
}

/* ==========================================================================
   Responsive — MD (≤ 767px)
   ========================================================================== */
@media (max-width: 767.98px) {
  .journey-card-top {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 80px solid #fff;
    rotate: 225deg;
    position: relative;
    right: -82%;
    top: -15%;
    bottom: -47px;
}

  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
  .about-title {font-size: 36px;}
  .faq-accordion .accordion-button{font-size: 16px;}
  .service-specialism-card {
   
    padding: .5rem 0.5rem;
    color: #003399;
    font-weight: 600;
    line-height: 1.3;
    height: 80px;
    
}
.social-links {
  margin-bottom: 0.75rem;
  margin: auto;
  text-align: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.footer-logo {
  width: 205px;
  margin-bottom: 1rem;
  margin: auto;
}
.footer-about {
  max-width: 320px;
  margin: auto;
  text-align: center;
}
.main-nav {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.navbar-collapse.show ~ * .nav-shell, .nav-shell {
  border-radius: 0px !important;
}
  .intl-why-section::after{    bottom: 0%;}
  img.icon-service {
    width: 30px;
    height: 30px !important;
  }
  /* .intl-hero-composite{display: none;} */
  .odd-dot::after,.intl-process-content::after{display: none;}
  .about-section::after {
    width: 50px;
    height: 50px;
  }

  .why-section::before {
    width: 50px;
    height: 50px;
  }

  section#overlap {
    display: none;
  }

  .quote-section {
    height: auto;
    padding-top: 10px;
    padding-bottom: 100px !important;
  }

  .topbar-link {
    font-size: 0.78rem;
    padding: 0 0.6rem;
  }

  .brand-logo {
    width: 128px;
  }

  /* Shared large heading reset across all pages */
  .hero-copy h1,
  .section-heading h2,
  .cta-strip h2,
  .areas-copy h2,
  .why-copy h2 {
    font-size: 36px !important;
  }
  .intl-solutions .section-heading h2, .intl-why-section .section-heading h2, .intl-process-section .section-heading h2, .intl-benefits-section .section-heading h2, .intl-countries-section .section-heading h2, .intl-send-shell h2, .intl-cta-copy h2, .intl-quote-card .section-heading h2 {
    font-size: 36px !important;
    letter-spacing: -0.04em;
    line-height: 1.04;
    margin-bottom: 1rem;
}
  .hero-title-bottom {
    width: 150px;
    margin-bottom: 1.15rem;
  }

  .tracking-card {
    margin-top: 2rem;
    padding: 1.1rem;
  }

  .tracking-benefits {
    flex-direction: column;
    gap: 0.35rem;
  }

  .btn-action {
    width: 100%;
    min-width: 0;
  }

  .hero-image {
    max-width: 100%;
    aspect-ratio: auto;
  }

  .about-visual {
    min-height: 360px;
    padding: 12px 18px 64px 12px;
  }

  .about-side-image {
    width: 45%;
    height: 190px;
    right: 8px;
    bottom: 0;
  }

  .service-media img,
  .industry-card img {
    height: 220px;
  }

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

  .quote-card .section-heading h2 {
    font-size: 36px;
  }

  .contact-strip {
    margin-top: 0;
  }

  .contact-item {
    padding: 1rem 0;
  }

  /* About page */
  .about-page-hero-copy {
    margin-bottom: 2rem;
  }

  .about-page-hero-copy p,
  .journey-section .section-heading p,
  .trusted-item p {
    font-size: 0.98rem;
  }

  .about-hero-gallery-card-alt,
  .about-hero-gallery-card-alt img {
    min-height: 220px;
  }

  .about-hero-gallery {
    margin-bottom: -80px;
    padding-bottom: 40px;
  }

  .about-hero-gallery > div:nth-child(2),
  .about-hero-gallery > div:nth-child(4) {
    padding-bottom: 0;
  }

  .journey-section {
    padding-top: 160px;
  }

  .about-hero-gallery > div:nth-child(1) .about-hero-gallery-card:not(.about-hero-gallery-card-alt),
  .about-hero-gallery > div:nth-child(3) .about-hero-gallery-card:not(.about-hero-gallery-card-alt),
  .about-hero-gallery-card,
  .about-hero-gallery-card-alt {
    border-radius: 18px;
  }

  .journey-card,
  .core-value-card {
    padding: 1.6rem 1.25rem;
  }

  .journey-card {
    clip-path: none;
    border-radius: 18px;
    padding-top: 2rem;
  }

  .journey-card-icon {
    width: 64px;
    height: 64px;
    border-width: 6px;
  }

  .journey-card h3 {
    font-size: 1.45rem;
  }

  .trusted-item {
    padding: 1rem;
  }

  .trusted-side-image {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
    height: auto;
    left: auto;
    border-width: 0;
    clip-path: none;
    border-radius: 24px;
  }

  .about-us-page .industry-overlay p {
    font-size: 1.2rem;
  }

  /* Intl courier page */
  .intl-solutions,
  .intl-why-section,
  .intl-process-section,
  .intl-benefits-section,
  .intl-countries-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .intl-send-shell {
    padding: 56px 0;
  }

  .intl-send-grid,
  .intl-why-grid,
  .intl-process-line,
  .intl-countries-grid {
    grid-template-columns: 1fr;
  }

  .intl-hero-visual {
    min-height: 250px;
  }

  .intl-hero-plane {
    top: -4px;
    width: 155px;
  }

  .intl-solution-card {
    clip-path: none;
  }

  .intl-quote-card {
    padding: 1.6rem 1.1rem 0.8rem;
  }

  .intl-contact-strip .contact-col {
    border-right: 0;
  }

  .intl-contact-strip .contact-col:not(:last-child) {
    border-bottom: 1px solid #eceff4;
  }
}

/* ==========================================================================
   Responsive — SM (≤ 575px)
   ========================================================================== */
@media (max-width: 575.98px) {
  .section-space {
    padding: 60px 0;
  }

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

  .quote-card {
    border-radius: 20px;
  }

  .social-links {
    margin-bottom: 0.75rem;
  }

  /* About page */
  .about-page-hero {
    padding-top: 58px;
  }

  .about-page-hero-copy h1 {
    font-size: 2.25rem;
  }

  .core-value-icon {
    width: 64px;
    height: 64px;
  }

  .core-value-icon img {
    width: 30px;
    height: 30px;
  }

  .trusted-check img {
    width: 30px;
    height: 30px;
  }

  /* Contact page */
  .contact-page-hero {
    padding: 58px 0 66px;
  }

  .contact-page-copy h1 {
    font-size: 2rem;
  }

  .contact-page-main-image {
    min-height: 300px;
    border-radius: 24px;
  }

  .contact-details-panel,
  .contact-form-panel {
    padding: 1.35rem;
    border-radius: 22px;
  }

  .contact-detail-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .contact-support-card {
    border-radius: 22px;
  }

  /* Intl courier page */
  .intl-hero-copy h1 {
    font-size: 42px;
  }

  .intl-send-box {
    padding: 1.15rem 1.2rem;
  }

  .intl-cta-strip {
    padding: 38px 0;
  }
}

/* ==========================================================================
   Service Pages — Shared Styles
   Air Cargo Services & Surface & Bulk Transport Services
   Both pages reuse all intl-* sections (intl-solution-card, intl-why-grid,
   intl-process-*, intl-cta-strip, intl-benefits-*, intl-countries-*,
   quote-section, faq-section). Only page-specific overrides are here.
   ========================================================================== */

/* ── Nav gradient for new service pages ── */
.air-cargo-page .main-nav,
.surface-transport-page .main-nav {
  background: var(--dark-nav-gradient);
}

/* ── Hero — shared dark-navy hero for both pages ── */
/* Reuses .intl-hero, .intl-hero-copy, .intl-hero-visual,
   .intl-hero-plane, .intl-hero-composite exactly.
   Only the section selector changes (body class scopes it). */

/* ── What Can You Ship — page-specific banner backgrounds ── */
/* The intl page uses .intl-send-banner with its own background image.
   New pages override just the background image via modifier classes. */
.intl-send-banner.air-cargo-banner {
  background:
    linear-gradient(90deg, rgba(12, 26, 53, 0.82), rgba(10, 42, 112, 0.76)),
    url("../images/service-air-cargo-express-freight-mumbai.jpg") center / cover no-repeat;
}

.intl-send-banner.surface-banner {
  background:
    linear-gradient(90deg, rgba(12, 26, 53, 0.82), rgba(10, 42, 112, 0.76)),
    url("../images/service-surface-bulk-transport-heavy-cargo.png") center / cover no-repeat;
}

/* ── Business Specialisms — Surface page only ── */
.service-specialisms-section {
  background: var(--primary);
  padding: 64px 0;
}

.service-specialisms-section .section-heading h2,
.service-specialisms-section .section-heading p {
  color: var(--white);
}

.service-specialisms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.service-specialism-card {
  background: rgb(255 255 255);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: .5rem 2.5rem;
  color: #003399;
  font-weight: 600;
  height: 70px;
  font-size: 16px;
  align-items: center;
  justify-content: left;
  display: flex;
  text-align: left;
  font-family: "Instrument Sans" ;
  transition: background 0.25s, transform 0.25s;
  border-left: 10px solid var(--secondary);
}

.service-specialism-card:hover {
  background: #fff;
  transform: translateY(-4px);
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
  .service-specialisms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .service-specialisms-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ==========================================================================
   Service Pages — Medical, Domestic, Doorstep
   Banner backgrounds (modifier classes on .intl-send-banner)
   All other styles reuse existing intl-* and service-specialisms-* rules
   ========================================================================== */

/* ── Nav gradient for new service pages ── */
.medical-courier-page .main-nav,
.domestic-courier-page .main-nav,
.doorstep-delivery-page .main-nav {
  background: var(--dark-nav-gradient);
}

/* ── What Can You Ship/Send — page-specific banner backgrounds ── */
.intl-send-banner.medical-banner {
  background:
    linear-gradient(90deg, rgba(12, 26, 53, 0.85), rgba(10, 42, 112, 0.78)),
    url("../images/hero-composite-medical-courier.png") center / cover no-repeat;
}

.intl-send-banner.domestic-banner {
  background:
    linear-gradient(90deg, rgba(12, 26, 53, 0.85), rgba(10, 42, 112, 0.78)),
    url("../images/service-doorstep-pickup-delivery-mumbai.png") center / cover no-repeat;
}

.intl-send-banner.doorstep-banner {
  background:
    linear-gradient(90deg, rgba(12, 26, 53, 0.85), rgba(10, 42, 112, 0.78)),
    url("../images/service-doorstep-pickup-delivery-mumbai.png") center / cover no-repeat;
}

/* ==========================================================================
   Services Mega Menu
   ========================================================================== */

/* ── Trigger item ── */
.nav-item-mega {
  position: static;
}

.nav-link-services {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.nav-link-services .mega-caret {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
  display: inline-block;
}

.nav-item-mega:hover .nav-link-services .mega-caret,
.nav-item-mega.mega-open .nav-link-services .mega-caret {
  transform: rotate(180deg);
}

/* ── Mega panel ── */
.mega-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  width: min(1100px, 96vw);
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(8, 23, 61, 0.18);
  border: 1px solid rgba(8, 23, 61, 0.06);
  padding: 2rem 1.75rem 1.75rem;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}

/* Position the .nav-shell as the positioning ancestor */
.nav-shell {
  position: relative;
}

/* Show state */
.nav-item-mega:hover .mega-menu,
.nav-item-mega.mega-open .mega-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  margin-top: -23px;
}

/* ── Mega header row ── */
.mega-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(8, 23, 61, 0.07);
}

.mega-header-title {
  font-family: "Geologica" ;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--secondary);
}

.mega-header-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.mega-header-link:hover {
  color: var(--secondary);
}

/* ── Service grid ── */
.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

/* ── Single service card ── */
.mega-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.mega-card:hover {
  background: #f4f7ff;
  border-color: rgba(0, 51, 153, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}

.mega-card.mega-card-active {
  background: #fff0f1;
  border-color: rgba(171, 40, 47, 0.15);
}

.mega-card.mega-card-active:hover {
  background: #ffe8e9;
}

/* ── Icon wrapper ── */
.mega-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 12px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.mega-card:hover .mega-icon {
  background: #dde6ff;
}

.mega-card.mega-card-active .mega-icon {
  background: #fde8e9;
}

.mega-card.mega-card-active:hover .mega-icon {
  background: #fdd0d2;
}

.mega-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* ── Text block ── */
.mega-text {
  flex: 1;
  min-width: 0;
}

.mega-name {
  display: block;
  font-family: "Geologica" ;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--heading);
  line-height: 1.3;
  margin-bottom: 0.18rem;
  transition: color 0.2s;
}

.mega-card:hover .mega-name {
  color: var(--primary);
}

.mega-card.mega-card-active .mega-name {
  color: var(--secondary);
}

.mega-desc {
  display: block;
  font-family: "Instrument Sans" ;
  font-size: 0.76rem;
  color: #8a91a4;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Arrow ── */
.mega-arrow {
  color: #c5cad8;
  font-size: 0.75rem;
  flex: 0 0 auto;
  transition: color 0.2s, transform 0.2s;
}

.mega-card:hover .mega-arrow {
  color: var(--primary);
  transform: translateX(3px);
}

.mega-card.mega-card-active .mega-arrow {
  color: var(--secondary);
}

/* ── Bottom CTA strip ── */
.mega-footer {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 23, 61, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mega-footer-text {
  font-family: "Instrument Sans" ;
  font-size: 0.82rem;
  color: #8a91a4;
}

.mega-footer-text strong {
  color: var(--heading);
  font-weight: 700;
}

.mega-footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
  background: var(--secondary);
  color: var(--white);
  font-family: "Geologica" ;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s;
}

.mega-footer-btn:hover {
  background: var(--secondary-dark);
  color: var(--white);
}

/* ── Mobile: collapse mega into accordion ── */
@media (max-width: 1199.98px) {
  .mega-menu {
    position: static;
    transform: none;
    width: 100%;
    box-shadow: none;
    border-radius: 16px;
    border: 1px solid rgba(8, 23, 61, 0.08);
    margin-top: 0.5rem;
    padding: 1.25rem 1rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
  }
  li.nav-item {
    height: 70px;
    align-items: center;
    justify-content: start;
    display: flex;
}
  .nav-item-mega.mega-open .mega-menu {
    display: block;
  }

  .mega-grid {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .mega-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .mega-header {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .mega-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .mega-icon img {
    width: 22px;
    height: 22px;
  }

  .mega-name {
    font-size: 0.86rem;
  }
}

/* ==========================================================================
   Location Service Pages — Chandivali, Powai, Sakinaka
   ========================================================================== */

/* ── Nav gradient ── */
.location-page .main-nav {
  background: var(--dark-nav-gradient);
}

/* ── Location Hero — inherits .intl-hero; only bg tint overridden ── */


/* ── Area pins section ── */
.loc-areas-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
   
    url("../images/bg-courier-service-mumbai-areas.jpg") center / cover no-repeat;
}

/* ── Two-column layout ── */
.loc-areas-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 3rem;
  align-items: center;
}

/* ── Left column: heading, description, buttons ── */
.loc-areas-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.15rem;
}

.loc-areas-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Instrument Sans" ;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 2rem;
}

.loc-areas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Book Pickup Now — white bg, red text */
.btn-loc-book {
  min-height: 54px;
  min-width: 200px;
  background: var(--white);
  color: var(--secondary);
  border: 2px solid var(--white);
  border-radius: 999px;
  font-family: "Geologica" ;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  transition: background 0.22s, color 0.22s;
}

.btn-loc-book:hover {
  background: transparent;
  color: var(--white);
}

/* WhatsApp — transparent, white border */
.btn-loc-wa {
  min-height: 54px;
  min-width: 200px;
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  font-family: "Geologica" ;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 2rem;
  transition: background 0.22s, border-color 0.22s;
}

.btn-loc-wa:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
  color: var(--white);
}

/* ── Right column: stacked area pills ── */
.loc-areas-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.loc-area-pill {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 1.6rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--white);
  font-family: "Instrument Sans" ;
  font-weight: 700;
  font-size: 1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.22s, transform 0.22s;
  cursor: default;
}

.loc-area-pill:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateX(4px);
}

.loc-area-pill i {
  color: var(--secondary);
  font-size: 1rem;
  flex: 0 0 auto;
}

/* Responsive — stack columns below lg */
@media (max-width: 991.98px) {
  .loc-areas-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .loc-areas-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}

@media (max-width: 575.98px) {
  .loc-areas-section {
    padding: 60px 0;
  }

  .loc-areas-copy h2 {
    font-size: 1.9rem;
  }

  .loc-areas-list {
    grid-template-columns: 1fr;
  }

  .btn-loc-book,
  .btn-loc-wa {
    min-width: 160px;
    font-size: 0.92rem;
  }
}

/* ==========================================================================
   Mega Menu — SVG Icon Support & Size Fix
   ========================================================================== */
.mega-icon img[src$=".svg"] {
  width: 28px;
  height: 28px;
}

/* ==========================================================================
   Mobile Navigation — Improved
   ========================================================================== */

/* Collapse wrapper gets a scrollable interior on small screens */
@media (max-width: 1199.98px) {
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    max-height: 85vh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  /* Nav shell: square corners when expanded */
  .navbar-collapse.show ~ * .nav-shell,
  .nav-shell {
    border-radius: 20px;
  }

  /* Top-level links */
  .navbar-nav .nav-link {
    padding: 0.75rem 0.5rem !important;
    border-bottom: 1px solid rgba(8, 23, 61, 0.06);
    font-size: 0.95rem;
  }

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

  /* Services trigger row */
  .nav-link-services {
    width: 100%;
    justify-content: space-between;
  }

  /* Mobile mega panel */
  .mega-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    box-shadow: none;
    border: 1px solid rgba(8, 23, 61, 0.08);
    border-radius: 14px;
    margin: 0.35rem 0 0.6rem;
    padding: 1rem 0.85rem;
    background: #fafbff;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    display: none;
  }

  .nav-item-mega.mega-open .mega-menu {
    display: block;
  }

  /* Single-column stacked cards on mobile */
  .mega-grid {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .mega-card {
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
  }

  .mega-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 9px;
  }

  .mega-icon img {
    width: 20px;
    height: 20px;
  }

  .mega-name {
    font-size: 0.85rem;
  }

  .mega-desc {
    display: none; /* hide subtitle on mobile for compactness */
  }

  .mega-header {
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem;
  }

  .mega-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 0.85rem;
    padding-top: 0.75rem;
  }

  .mega-footer-btn {
    width: 100%;
    justify-content: center;
  }

  /* Contact CTA button — full width on mobile */
  .nav-cta {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
  }

  /* Hamburger icon size */
  .navbar-toggler .bi-list {
    font-size: 1.5rem;
    color: #020e28;
  }
}

@media (max-width: 767.98px) {
  .nav-shell {
    padding: 10px 16px;
  }

  .brand-logo {
    width: 128px;
  }
}

/* ===== Nav-link font-size for screens below 1300px ===== */
@media (max-width: 1299.98px) {
  .nav-link {
    font-size: 14px !important;
  }
}

/* ===== Service card link wrapper ===== */
.service-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.service-card-link:hover,
.service-card-link:focus {
  color: inherit;
  text-decoration: none;
}
.service-card-link:hover .service-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(8, 23, 61, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
