/*
=========================================================
 RAPID PACKERS & MOVERS
 AHMEDABAD LANDING PAGE
 Separate page stylesheet
=========================================================
*/

.ahd-page {
    --ahd-red: #d71920;
    --ahd-red-dark: #b90f15;
    --ahd-navy: #0b1437;
    --ahd-blue: #174a9c;
    --ahd-text: #252a34;
    --ahd-muted: #687083;
    --ahd-bg: #f7f8fb;
    --ahd-border: #e5e8ef;
    --ahd-white: #ffffff;

    color: var(--ahd-text);
    background: #fff;
    font-family: inherit;
    line-height: 1.7;
}

.ahd-page *,
.ahd-page *::before,
.ahd-page *::after {
    box-sizing: border-box;
}

.ahd-container {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */

.ahd-page h1,
.ahd-page h2,
.ahd-page h3,
.ahd-page p {
    margin-top: 0;
}

.ahd-page h1,
.ahd-page h2,
.ahd-page h3 {
    color: var(--ahd-navy);
}

.ahd-page a {
    color: inherit;
}

.ahd-section {
    padding: 90px 0;
}

.ahd-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--ahd-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    line-height: 1.4;
}

.ahd-heading-center {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.ahd-heading-center h2,
.ahd-copy h2,
.ahd-local h2,
.ahd-contact-info h2,
.ahd-content-box h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
}

.ahd-heading-center p {
    color: var(--ahd-muted);
    max-width: 680px;
    margin: 0 auto;
}

/* =========================================================
   HERO
========================================================= */

.ahd-hero {
    position: relative;
    overflow: hidden;
    padding: 212px 0 65px;
    background:
        radial-gradient(circle at 78% 25%, rgba(215,25,32,.12), transparent 28%),
        linear-gradient(135deg, #f8faff 0%, #ffffff 60%, #fff5f5 100%);
}

.ahd-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -220px;
    bottom: -250px;
    border: 70px solid rgba(215,25,32,.06);
    border-radius: 50%;
}

.ahd-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 60px;
    align-items: center;
}

.ahd-eyebrow {
    display: inline-flex;
    padding: 8px 13px;
    margin-bottom: 18px;
    border: 1px solid rgba(215,25,32,.18);
    border-radius: 50px;
    color: var(--ahd-red);
    background: rgba(215,25,32,.05);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.ahd-hero h1 {
    max-width: 700px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.04;
    letter-spacing: -1.8px;
}

.ahd-hero h1 span {
    color: var(--ahd-red);
}

.ahd-hero-lead {
    max-width: 650px;
    margin-bottom: 28px;
    color: #596174;
    font-size: 18px;
}

.ahd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ahd-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    transition: .25s ease;
}

.ahd-btn-red {
    color: #fff;
    background: var(--ahd-red);
    box-shadow: 0 10px 25px rgba(215,25,32,.20);
}

.ahd-btn-red:hover {
    color: #fff;
    background: var(--ahd-red-dark);
    transform: translateY(-2px);
}

.ahd-btn-light {
    color: var(--ahd-navy);
    background: #fff;
    border: 1px solid var(--ahd-border);
}

.ahd-btn-light:hover {
    color: var(--ahd-red);
    border-color: var(--ahd-red);
}

.ahd-trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 570px;
    margin-top: 38px;
    border-top: 1px solid var(--ahd-border);
    padding-top: 22px;
}

.ahd-trust-row div {
    padding-right: 12px;
    border-right: 1px solid var(--ahd-border);
}

.ahd-trust-row div:last-child {
    border-right: 0;
}

.ahd-trust-row strong {
    display: block;
    color: var(--ahd-navy);
    font-size: 20px;
    line-height: 1.2;
}

.ahd-trust-row span {
    color: var(--ahd-muted);
    font-size: 12px;
}

.ahd-hero-visual {
    position: relative;
}

.ahd-hero-card {
    position: relative;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 25px 65px rgba(11,20,55,.15);
}

.ahd-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(215,25,32,.04), transparent 50%);
    pointer-events: none;
}

.ahd-hero-card img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.ahd-floating-badge {
    position: absolute;
    left: -24px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(11,20,55,.16);
}

.ahd-badge-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ahd-red);
    font-weight: 900;
}

.ahd-floating-badge strong,
.ahd-floating-badge small {
    display: block;
}

.ahd-floating-badge strong {
    color: var(--ahd-navy);
    font-size: 14px;
}

.ahd-floating-badge small {
    color: var(--ahd-muted);
    font-size: 11px;
}

/* =========================================================
   QUICK STRIP
========================================================= */

.ahd-quick-strip {
    position: relative;
    z-index: 5;
    margin-top: -1px;
    background: var(--ahd-navy);
}

.ahd-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ahd-quick-grid a {
    display: flex;
    min-height: 92px;
    align-items: center;
    gap: 13px;
    padding: 18px 22px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid rgba(255,255,255,.10);
}

.ahd-quick-grid a:last-child {
    border-right: 0;
}

.ahd-quick-grid a:hover {
    background: rgba(255,255,255,.05);
}

.ahd-quick-grid > a > span {
    font-size: 25px;
}

.ahd-quick-grid strong,
.ahd-quick-grid small {
    display: block;
}

.ahd-quick-grid strong {
    font-size: 14px;
}

.ahd-quick-grid small {
    margin-top: 2px;
    color: #bfc8dc;
    font-size: 11px;
}

/* =========================================================
   INTRO
========================================================= */

.ahd-intro {
    background: #fff;
}

.ahd-two-col {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 70px;
    align-items: center;
}

.ahd-image-wrap {
    position: relative;
}

.ahd-image-wrap img {
    display: block;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(11,20,55,.13);
}

.ahd-experience-card {
    position: absolute;
    right: -20px;
    bottom: -22px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 155px;
    padding: 15px 18px;
    border-radius: 12px;
    color: #fff;
    background: var(--ahd-red);
    box-shadow: 0 15px 30px rgba(215,25,32,.22);
}

.ahd-experience-card strong {
    font-size: 34px;
    line-height: 1;
}

.ahd-experience-card span {
    font-size: 12px;
    line-height: 1.35;
}

.ahd-copy p,
.ahd-local p,
.ahd-content-box p {
    color: var(--ahd-muted);
    font-size: 17px;
}

.ahd-text-link {
    display: inline-flex;
    gap: 8px;
    margin-top: 8px;
    color: var(--ahd-red);
    text-decoration: none;
    font-weight: 800;
}

.ahd-text-link span {
    transition: transform .2s ease;
}

.ahd-text-link:hover span {
    transform: translateX(4px);
}

/* =========================================================
   SERVICES
========================================================= */

.ahd-services {
    background: var(--ahd-bg);
}

.ahd-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ahd-service-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ahd-border);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(11,20,55,.04);
    transition: .25s ease;
}

.ahd-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(11,20,55,.10);
}

.ahd-service-image {
    height: 190px;
    overflow: hidden;
}

.ahd-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.ahd-service-card:hover .ahd-service-image img {
    transform: scale(1.04);
}

.ahd-service-body {
    padding: 21px;
}

.ahd-service-body > span {
    color: var(--ahd-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
}

.ahd-service-body h3 {
    margin: 5px 0 8px;
    font-size: 21px;
}

.ahd-service-body p {
    margin-bottom: 0;
    color: var(--ahd-muted);
    font-size: 16px;
    line-height: 1.65;
}

.ahd-service-simple {
    display: flex;
    gap: 17px;
    padding: 22px;
}

.ahd-service-simple .ahd-service-body {
    padding: 0;
}

.ahd-icon-box {
    flex: 0 0 52px;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 12px;
    background: rgba(215,25,32,.08);
    font-size: 24px;
}

/* =========================================================
   WHY CHOOSE
========================================================= */

.ahd-why {
    background: #fff;
}

.ahd-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--ahd-border);
    border-radius: 16px;
    background: var(--ahd-border);
}

.ahd-feature {
    min-height: 215px;
    padding: 30px;
    background: #fff;
}

.ahd-feature-number {
    margin-bottom: 18px;
    color: var(--ahd-red);
    font-size: 12px;
    font-weight: 900;
}

.ahd-feature h3 {
    margin-bottom: 9px;
    font-size: 20px;
}

.ahd-feature p {
    margin-bottom: 0;
    color: var(--ahd-muted);
    font-size: 15px;
}

/* =========================================================
   LOCAL
========================================================= */

.ahd-local {
    color: #fff;
    background:
        linear-gradient(120deg, rgba(11,20,55,.98), rgba(23,74,156,.94)),
        #0b1437;
}

.ahd-local h2 {
    color: #fff;
}

.ahd-local .ahd-section-label {
    color: #ff6267;
}

.ahd-local p {
    color: #c8d0e1;
}

.ahd-local-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: center;
}

.ahd-route-card {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(8px);
}

.ahd-route-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.ahd-route-top b {
    color: #ff6267;
    font-size: 25px;
}

.ahd-route-line {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 27px 0;
}

.ahd-route-line::before {
    content: "";
    flex: 1;
    height: 2px;
    background: rgba(255,255,255,.28);
}

.ahd-route-line i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6267;
}

.ahd-route-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ahd-route-card li {
    position: relative;
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid rgba(255,255,255,.09);
    color: #d8deeb;
    font-size: 13px;
}

.ahd-route-card li:last-child {
    border-bottom: 0;
}

.ahd-route-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6267;
    font-weight: 900;
}

/* =========================================================
   PROCESS
========================================================= */

.ahd-process {
    background: var(--ahd-bg);
}

.ahd-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ahd-process-step {
    position: relative;
    padding: 28px 22px;
    background: #fff;
    border: 1px solid var(--ahd-border);
    border-radius: 14px;
}

.ahd-process-step > span {
    display: inline-grid;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ahd-red);
    font-size: 12px;
    font-weight: 900;
}

.ahd-process-step h3 {
    font-size: 18px;
}

.ahd-process-step p {
    margin-bottom: 0;
    color: var(--ahd-muted);
    font-size: 13px;
}

/* =========================================================
   SEO CONTENT
========================================================= */

.ahd-content {
    background: #fff;
}

.ahd-content-box {
    max-width: 980px;
}

.ahd-content-box h2 {
    margin-bottom: 25px;
}

.ahd-content-box p {
    margin-bottom: 18px;
    font-size: 15px;
}

/* =========================================================
   CONTACT / FORM
========================================================= */

.ahd-contact {
    background: var(--ahd-bg);
}

.ahd-contact-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 50px;
    align-items: start;
}

.ahd-contact-info h2 {
    font-size: clamp(30px, 4vw, 42px);
}

.ahd-contact-info > p {
    max-width: 470px;
    color: var(--ahd-muted);
}

.ahd-contact-item {
    display: flex;
    gap: 14px;
    margin-top: 23px;
    align-items: center;
}

.ahd-contact-item > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    color: var(--ahd-red);
    background: rgba(215,25,32,.08);
}

.ahd-contact-item small,
.ahd-contact-item a {
    display: block;
}

.ahd-contact-item small {
    color: var(--ahd-muted);
    font-size: 11px;
}

.ahd-contact-item a {
    color: var(--ahd-navy);
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}

.ahd-contact-item a:hover {
    color: var(--ahd-red);
}

.ahd-whatsapp {
    display: inline-flex;
    margin-top: 28px;
    padding: 12px 18px;
    border-radius: 8px;
    color: #fff;
    background: #168c46;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.ahd-form-card {
    padding: 32px;
    background: #fff;
    border: 1px solid var(--ahd-border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(11,20,55,.08);
}

.ahd-form-head {
    margin-bottom: 22px;
}

.ahd-form-head h3 {
    margin-bottom: 4px;
    font-size: 25px;
}

.ahd-form-head p {
    margin: 0;
    color: var(--ahd-muted);
    font-size: 13px;
}

.ahd-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.ahd-field {
    margin-bottom: 15px;
}

.ahd-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--ahd-navy);
    font-size: 12px;
    font-weight: 800;
}

.ahd-field input,
.ahd-field select,
.ahd-field textarea {
    display: block;
    width: 100%;
    padding: 12px 13px;
    border: 1px solid #dfe3ea;
    border-radius: 7px;
    outline: none;
    color: #222;
    background: #fff;
    font: inherit;
    font-size: 13px;
    transition: .2s ease;
}

.ahd-field textarea {
    min-height: 105px;
    resize: vertical;
}

.ahd-field input:focus,
.ahd-field select:focus,
.ahd-field textarea:focus {
    border-color: var(--ahd-red);
    box-shadow: 0 0 0 3px rgba(215,25,32,.08);
}

.ahd-submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--ahd-red);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    transition: .2s ease;
}

.ahd-submit:hover {
    background: var(--ahd-red-dark);
}

.ahd-form-note {
    margin: 12px 0 0;
    color: #8a91a0;
    font-size: 10px;
    text-align: center;
}

/* =========================================================
   FINAL CTA
========================================================= */

.ahd-final-cta {
    background: var(--ahd-red);
}

.ahd-final-inner {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ahd-final-inner > div:first-child span {
    color: #ffd6d7;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.ahd-final-inner h2 {
    max-width: 700px;
    margin: 5px 0 0;
    color: #fff;
    font-size: clamp(25px, 3vw, 37px);
    line-height: 1.15;
}

.ahd-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ahd-btn-white {
    color: var(--ahd-red);
    background: #fff;
}

.ahd-btn-white:hover {
    color: var(--ahd-red-dark);
    transform: translateY(-2px);
}

.ahd-btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.55);
    background: transparent;
}

.ahd-btn-outline:hover {
    color: var(--ahd-red);
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .ahd-section {
        padding: 70px 0;
    }

    .ahd-hero-grid,
    .ahd-two-col,
    .ahd-local-grid,
    .ahd-contact-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ahd-hero {
        padding-top: 55px;
    }

    .ahd-hero-content {
        text-align: center;
    }

    .ahd-hero-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .ahd-hero-actions {
        justify-content: center;
    }

    .ahd-trust-row {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .ahd-hero-visual {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

    .ahd-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ahd-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ahd-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ahd-final-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 35px 0;
    }
}

@media (max-width: 700px) {

    .ahd-container {
        width: min(100% - 26px, 1180px);
    }

    .ahd-section {
        padding: 55px 0;
    }

    .ahd-hero {
        padding: 42px 0 45px;
    }

    .ahd-hero h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .ahd-hero-lead {
        font-size: 16px;
    }

    .ahd-hero-card img {
        height: 290px;
    }

    .ahd-floating-badge {
        left: 12px;
        bottom: 15px;
    }

    .ahd-trust-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    .ahd-trust-row div:nth-child(2) {
        border-right: 0;
    }

    .ahd-quick-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ahd-quick-grid a {
        min-height: 80px;
        padding: 13px;
    }

    .ahd-quick-grid a:nth-child(2) {
        border-right: 0;
    }

    .ahd-quick-grid a:nth-child(1),
    .ahd-quick-grid a:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .ahd-service-grid,
    .ahd-feature-grid,
    .ahd-process-grid {
        grid-template-columns: 1fr;
    }

    .ahd-service-simple {
        min-height: auto;
    }

    .ahd-experience-card {
        right: 10px;
        bottom: -15px;
    }

    .ahd-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ahd-form-card {
        padding: 21px;
    }

    .ahd-final-actions {
        width: 100%;
    }

    .ahd-final-actions .ahd-btn {
        flex: 1;
    }
}

@media (max-width: 430px) {

    .ahd-hero-actions {
        flex-direction: column;
    }

    .ahd-hero-actions .ahd-btn {
        width: 100%;
    }

    .ahd-quick-grid {
        grid-template-columns: 1fr;
    }

    .ahd-quick-grid a {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .ahd-quick-grid a:last-child {
        border-bottom: 0;
    }

    .ahd-final-actions {
        flex-direction: column;
    }

    .ahd-final-actions .ahd-btn {
        width: 100%;
    }
}
