/* =========================================================
   RIC PACKERS & MOVERS
   SRINAGAR PAGE
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: #071b3a;
    background: #ffffff;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font-family: inherit;
}

:root {
    --sr-navy: #061a34;
    --sr-blue: #1769d1;
    --sr-blue-light: #edf5ff;
    --sr-text: #071b3a;
    --sr-muted: #647a91;
    --sr-border: #dce7f2;
    --sr-light: #f6f9fd;
    --sr-white: #ffffff;
}


/* =========================================================
   COMMON
========================================================= */

.sr-container {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}

.sr-small-label,
.sr-center-label {
    display: flex;
    align-items: center;
    gap: 10px;

    color: var(--sr-blue);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.sr-small-label span,
.sr-center-label span {
    width: 30px;
    height: 2px;

    background: var(--sr-blue);
}

.sr-center-label {
    justify-content: center;
}


.sr-section-heading {
    max-width: 760px;

    margin: 0 auto 48px;

    text-align: center;
}

.sr-section-heading h2 {
    margin-top: 14px;

    color: var(--sr-text);

    font-family: "Manrope", sans-serif;

    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.04;

    letter-spacing: -2px;
}

.sr-section-heading h2 strong {
    display: block;

    color: var(--sr-blue);
}

.sr-section-heading p {
    max-width: 600px;

    margin: 17px auto 0;

    color: var(--sr-muted);

    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   HEADER
========================================================= */

.sr-header {
    position: sticky;

    top: 0;

    z-index: 999;

    width: 100%;

    background: var(--sr-navy);
}

.sr-header-inner {
    height: 76px;

    display: flex;

    align-items: center;
    justify-content: space-between;
}

.sr-logo img {
    width: 180px;
    max-height: 52px;

    object-fit: contain;
}

.sr-nav {
    display: flex;

    align-items: center;

    gap: 27px;
}

.sr-nav a {
    color: #ffffff;

    font-size: 10px;
    font-weight: 600;
}

.sr-nav-btn {
    padding: 12px 18px;

    background: var(--sr-blue);

    border-radius: 7px;
}

.sr-menu-btn {
    display: none;

    border: 0;

    background: transparent;

    color: #ffffff;

    font-size: 21px;
}

.sr-mobile-nav {
    display: none;
}


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

.sr-hero {
    position: relative;

    padding: 85px 0 90px;

    background:
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #eef5fc 100%
        );

    overflow: hidden;
}


.sr-hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(460px, .95fr);

    align-items: center;

    gap: 75px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.sr-hero-content {
    position: relative;

    z-index: 2;
}


.sr-small-label {
    display: flex;

    align-items: center;

    gap: 11px;

    color: #1769d1;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.2px;
}


.sr-small-label span {
    width: 30px;
    height: 2px;

    background: #1769d1;
}


/* HEADING */

.sr-hero-content h1 {
    max-width: 620px;

    margin: 20px 0 0;

    color: #071b3a;

    font-family: "Manrope", sans-serif;

    font-size: clamp(50px, 5.3vw, 66px);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 800;
}


.sr-hero-content h1 strong {
    display: block;

    color: #1769d1;

    font-weight: 800;
}


/* DESCRIPTION */

.sr-hero-content > p {
    max-width: 590px;

    margin: 25px 0 29px;

    color: #58718a;

    font-size: 16px;

    line-height: 1.75;
}


/* =========================================================
   BUTTONS
========================================================= */

.sr-hero-buttons {
    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;
}


.sr-primary-btn,
.sr-secondary-btn {
    min-height: 52px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 9px;

    font-size: 12px;

    font-weight: 700;

    transition: .3s ease;
}


/* PRIMARY */

.sr-primary-btn {
    color: #ffffff;

    background: #1769d1;

    box-shadow:
        0 12px 28px rgba(23,105,209,.18);
}


.sr-primary-btn:hover {
    background: #0f5fc1;

    transform: translateY(-2px);
}


/* SECONDARY */

.sr-secondary-btn {
    color: #071b3a;

    background: #ffffff;

    border: 1px solid #d5e1ed;
}


.sr-secondary-btn i {
    color: #1769d1;
}


.sr-secondary-btn:hover {
    border-color: #1769d1;

    color: #1769d1;
}


/* =========================================================
   HERO TRUST POINTS
========================================================= */

.sr-hero-trust {
    margin-top: 28px;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 20px;
}


.sr-hero-trust span {
    display: flex;

    align-items: center;

    gap: 6px;

    color: #58718a;

    font-size: 11px;

    font-weight: 600;
}


.sr-hero-trust i {
    color: #1769d1;

    font-size: 10px;
}


/* =========================================================
   RIGHT HERO IMAGE
========================================================= */

.sr-hero-image {
    position: relative;

    width: 100%;
    height: 500px;

    overflow: hidden;

    background: #dce5ef;

    border-radius: 24px;

    box-shadow:
        0 25px 60px rgba(7,27,58,.14);
}


.sr-hero-image > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


.sr-hero-image-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            to top,
            rgba(5,22,45,.45) 0%,
            rgba(5,22,45,.05) 48%,
            transparent 70%
        );
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.sr-hero-route,
.sr-hero-location {
    position: absolute;

    z-index: 5;

    padding: 14px 17px;

    display: flex;

    align-items: center;

    gap: 11px;

    background: rgba(255,255,255,.96);

    border:
        1px solid rgba(220,231,242,.95);

    border-radius: 13px;

    box-shadow:
        0 15px 35px rgba(7,27,58,.15);

    backdrop-filter: blur(8px);
}


/* TOP RIGHT */

.sr-hero-route {
    top: 20px;
    right: 20px;
}


/* BOTTOM LEFT */

.sr-hero-location {
    left: 20px;
    bottom: 20px;
}


/* ICON */

.sr-floating-icon {
    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #1769d1;

    background: #eaf3ff;

    border-radius: 9px;

    font-size: 14px;
}


/* SMALL LABEL */

.sr-hero-route small,
.sr-hero-location small {
    display: block;

    margin-bottom: 4px;

    color: #8295aa;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.1px;
}


/* MAIN TEXT */

.sr-hero-route strong,
.sr-hero-location strong {
    display: block;

    color: #071b3a;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================================
   TRUST BAR
========================================================= */

.sr-trust-bar {
    width: 100%;

    background: #ffffff;

    border-top: 1px solid #e1e9f2;

    border-bottom: 1px solid #dce7f2;
}


.sr-trust-grid {
    min-height: 115px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);
}


/* ITEM */

.sr-trust-item {
    padding: 20px 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    border-right: 1px solid #dce7f2;
}


.sr-trust-item:last-child {
    border-right: 0;
}


/* ICON */

.sr-trust-icon {
    width: 47px;
    height: 47px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #1769d1;

    background: #edf5ff;

    border-radius: 10px;

    font-size: 16px;
}


/* TEXT */

.sr-trust-item strong {
    display: block;

    margin-bottom: 4px;

    color: #071b3a;

    font-size: 12px;

    font-weight: 700;
}


.sr-trust-item small {
    display: block;

    color: #8193a7;

    font-size: 10px;

    line-height: 1.4;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .sr-hero-grid {
        grid-template-columns: 1fr;

        gap: 48px;
    }


    .sr-hero-content {
        max-width: 720px;

        margin: auto;

        text-align: center;
    }


    .sr-small-label {
        justify-content: center;
    }


    .sr-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }


    .sr-hero-buttons,
    .sr-hero-trust {
        justify-content: center;
    }


    .sr-hero-image {
        max-width: 700px;

        margin: auto;
    }


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


    .sr-trust-item:nth-child(2) {
        border-right: 0;
    }


    .sr-trust-item:nth-child(1),
    .sr-trust-item:nth-child(2) {
        border-bottom:
            1px solid #dce7f2;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .sr-hero {
        padding: 55px 0 60px;
    }


    .sr-hero-grid {
        gap: 38px;
    }


    .sr-small-label {
        gap: 7px;

        font-size: 7px;

        letter-spacing: 1.5px;
    }


    .sr-small-label span {
        width: 20px;
    }


    .sr-hero-content h1 {
        font-size: 47px;

        line-height: 1;

        letter-spacing: -2.2px;
    }


    .sr-hero-content > p {
        max-width: 430px;

        margin-top: 20px;

        font-size: 13px;

        line-height: 1.7;
    }


    /* BUTTONS */

    .sr-hero-buttons {
        width: 100%;

        flex-direction: column;

        gap: 9px;
    }


    .sr-primary-btn,
    .sr-secondary-btn {
        width: 100%;

        min-height: 50px;

        font-size: 11px;
    }


    /* TRUST */

    .sr-hero-trust {
        gap: 10px 15px;
    }


    .sr-hero-trust span {
        font-size: 9px;
    }


    /* IMAGE */

    .sr-hero-image {
        height: 410px;

        border-radius: 18px;
    }


    /* FLOATING CARDS */

    .sr-hero-route {
        top: 12px;
        right: 12px;
    }


    .sr-hero-location {
        left: 12px;
        bottom: 12px;
    }


    .sr-hero-route,
    .sr-hero-location {
        padding: 11px 13px;

        gap: 8px;
    }


    .sr-floating-icon {
        width: 37px;
        height: 37px;

        font-size: 12px;
    }


    .sr-hero-route small,
    .sr-hero-location small {
        font-size: 6px;
    }


    .sr-hero-route strong,
    .sr-hero-location strong {
        font-size: 10px;
    }


    /* TRUST BAR */

    .sr-trust-grid {
        grid-template-columns: 1fr;
    }


    .sr-trust-item {
        min-height: 82px;

        justify-content: flex-start;

        border-right: 0;

        border-bottom:
            1px solid #dce7f2;
    }


    .sr-trust-item:last-child {
        border-bottom: 0;
    }


    .sr-trust-item strong {
        font-size: 11px;
    }


    .sr-trust-item small {
        font-size: 9px;
    }

}

/* =========================================================
   ABOUT
========================================================= */

.sr-about {
    padding: 105px 0;

    background: #ffffff;
}

.sr-about-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    align-items: center;

    gap: 80px;
}

.sr-about-image {
    position: relative;

    height: 490px;

    overflow: hidden;

    border-radius: 22px;
}

.sr-about-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.sr-about-badge {
    position: absolute;

    left: 20px;
    bottom: 20px;

    padding: 13px 16px;

    display: flex;

    align-items: center;

    gap: 10px;

    color: #ffffff;

    background: rgba(6,26,52,.93);

    border-radius: 10px;
}

.sr-about-badge i {
    color: #62a8fa;
}

.sr-about-badge small {
    display: block;

    color: #6daaf1;

    font-size: 6px;
}

.sr-about-badge strong {
    display: block;

    margin-top: 2px;

    font-size: 11px;
}

.sr-about-content h2 {
    margin: 17px 0 22px;

    font-family: "Manrope", sans-serif;

    font-size: clamp(38px, 5vw, 53px);

    line-height: 1.04;

    letter-spacing: -2px;
}

.sr-about-content h2 strong {
    display: block;

    color: var(--sr-blue);
}

.sr-about-content p {
    margin-bottom: 14px;

    color: var(--sr-muted);

    font-size: 12px;
    line-height: 1.8;
}

.sr-about-points {
    margin-top: 23px;

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 13px;
}

.sr-about-points div {
    color: var(--sr-text);

    font-size: 10px;
    font-weight: 700;
}

.sr-about-points i {
    margin-right: 6px;

    color: var(--sr-blue);
}

.sr-text-btn {
    margin-top: 28px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--sr-blue);

    font-size: 10px;
    font-weight: 700;
}


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

.sr-services {
    padding: 100px 0;

    background: var(--sr-light);
}

.sr-services-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 16px;
}

.sr-service-card {
    position: relative;

    min-height: 270px;

    padding: 27px;

    background: #ffffff;

    border: 1px solid var(--sr-border);

    border-radius: 16px;

    transition: .3s ease;
}

.sr-service-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 18px 40px rgba(7,27,58,.08);
}

.sr-service-card > span {
    position: absolute;

    top: 20px;
    right: 21px;

    color: #afbdd0;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;
}

.sr-service-icon {
    width: 51px;
    height: 51px;

    margin-bottom: 23px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--sr-blue);

    background: var(--sr-blue-light);

    border-radius: 11px;

    transition: .3s ease;
}

.sr-service-card:hover .sr-service-icon {
    color: #ffffff;

    background: var(--sr-blue);
}

.sr-service-card h3 {
    margin-bottom: 10px;

    color: var(--sr-text);

    font-size: 15px;
}

.sr-service-card p {
    color: var(--sr-muted);

    font-size: 10px;

    line-height: 1.7;
}

.sr-service-card a {
    position: absolute;

    left: 27px;
    bottom: 25px;

    color: var(--sr-blue);

    font-size: 9px;

    font-weight: 700;
}

.sr-service-card a i {
    margin-left: 5px;

    font-size: 7px;
}


/* ==========================================================
   WHY RIC - PREMIUM LARGE TEXT VERSION
========================================================== */

.ric-why-premium {
    padding: 80px 0;

    background: #ffffff;

    font-family: "Manrope", sans-serif;
}


.ric-why-premium-inner {
    width: min(1220px, 90%);

    margin: 0 auto;

    display: grid;

    grid-template-columns: 43% 57%;

    align-items: stretch;
}


/* ==========================================================
   LEFT PANEL
========================================================== */

.ric-why-premium-left {
    position: relative;

    min-height: 520px;

    padding: 60px 50px;

    box-sizing: border-box;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 78% 78%,
            rgba(23, 105, 224, 0.18),
            transparent 30%
        ),
        #071c38;

    border-radius: 22px 0 0 22px;
}


/* LABEL */

.ric-why-premium-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 28px;

    color: #4da3ff;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 2.6px;
}


.ric-why-premium-label span {
    width: 46px;
    height: 3px;

    background: #2c80eb;

    border-radius: 10px;
}


/* HEADING */

.ric-why-premium-left h2 {
    max-width: 420px;

    margin: 0 0 24px;

    color: #ffffff;

    font-size: 52px;
    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -2px;
}


.ric-why-premium-left h2 strong {
    display: block;

    color: #2d82ec;

    font-weight: 800;
}


/* DESCRIPTION */

.ric-why-premium-left > p {
    max-width: 390px;

    margin: 0;

    color: #c6d5e6;

    font-size: 17px;

    line-height: 1.75;
}


/* ==========================================================
   TRUCK CIRCLE
========================================================== */

.ric-why-truck-wrap {
    position: absolute;

    right: 45px;
    bottom: 45px;
}


.ric-why-truck-circle {
    position: relative;

    width: 130px;
    height: 130px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #2d83ee,
            #1769e0
        );

    border-radius: 50%;

    font-size: 47px;

    box-shadow:
        0 18px 45px
        rgba(23, 105, 224, 0.30);
}


/* GLOW RINGS */

.ric-why-truck-circle::before,
.ric-why-truck-circle::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    border:
        1px solid
        rgba(45, 131, 238, 0.18);
}


.ric-why-truck-circle::before {
    inset: -18px;
}


.ric-why-truck-circle::after {
    inset: -36px;

    opacity: 0.6;
}


/* ==========================================================
   RIGHT PANEL
========================================================== */

.ric-why-premium-right {
    padding: 25px 45px;

    box-sizing: border-box;

    background: #ffffff;

    border:
        1px solid
        #e5edf6;

    border-left: 0;

    border-radius: 0 22px 22px 0;
}


/* ITEM */

.ric-why-premium-item {
    min-height: 112px;

    display: grid;

    grid-template-columns:
        50px
        74px
        1fr;

    align-items: center;

    gap: 20px;

    padding: 16px 0;

    border-bottom:
        1px solid
        #e1e9f3;
}


.ric-why-premium-item:last-child {
    border-bottom: 0;
}


/* NUMBER */

.ric-why-number {
    color: #1769e0;

    font-size: 16px;
    font-weight: 800;
}


/* ICON */

.ric-why-icon {
    width: 68px;
    height: 68px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #1769e0;

    background: #edf4ff;

    border-radius: 15px;

    font-size: 25px;
}


/* CONTENT */

.ric-why-item-content h3 {
    margin: 0 0 8px;

    color: #071a36;

    font-size: 23px;
    font-weight: 800;

    line-height: 1.2;
}


.ric-why-item-content p {
    max-width: 500px;

    margin: 0;

    color: #60758d;

    font-size: 15px;

    line-height: 1.65;
}


/* ==========================================================
   HOVER
========================================================== */

.ric-why-premium-item {
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.ric-why-premium-item:hover {
    transform: translateX(6px);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(23, 105, 224, 0.025)
        );
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1050px) {

    .ric-why-premium-inner {
        grid-template-columns: 42% 58%;
    }


    .ric-why-premium-left {
        padding: 50px 35px;
    }


    .ric-why-premium-left h2 {
        font-size: 44px;
    }


    .ric-why-premium-left > p {
        font-size: 15px;
    }


    .ric-why-truck-circle {
        width: 105px;
        height: 105px;

        font-size: 38px;
    }


    .ric-why-premium-right {
        padding:
            20px
            30px;
    }


    .ric-why-premium-item {
        grid-template-columns:
            40px
            60px
            1fr;
    }


    .ric-why-icon {
        width: 58px;
        height: 58px;

        font-size: 21px;
    }


    .ric-why-item-content h3 {
        font-size: 19px;
    }


    .ric-why-item-content p {
        font-size: 13px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 700px) {

    .ric-why-premium {
        padding: 55px 0;
    }


    .ric-why-premium-inner {
        display: flex;

        flex-direction: column;
    }


    .ric-why-premium-left {
        min-height: 440px;

        padding:
            45px
            28px;

        border-radius:
            18px
            18px
            0
            0;
    }


    .ric-why-premium-left h2 {
        max-width: 360px;

        font-size: 40px;
    }


    .ric-why-premium-left > p {
        max-width: 330px;

        font-size: 14px;
    }


    .ric-why-truck-wrap {
        right: 35px;
        bottom: 35px;
    }


    .ric-why-truck-circle {
        width: 100px;
        height: 100px;

        font-size: 35px;
    }


    .ric-why-premium-right {
        padding:
            15px
            25px;

        border:
            1px solid
            #e5edf6;

        border-top: 0;

        border-radius:
            0
            0
            18px
            18px;
    }


    .ric-why-premium-item {
        grid-template-columns:
            34px
            55px
            1fr;

        gap: 15px;

        min-height: 105px;
    }


    .ric-why-number {
        font-size: 14px;
    }


    .ric-why-icon {
        width: 52px;
        height: 52px;

        font-size: 19px;
    }


    .ric-why-item-content h3 {
        font-size: 17px;
    }


    .ric-why-item-content p {
        font-size: 13px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .ric-why-premium-left {
        min-height: 410px;

        padding:
            38px
            22px;
    }


    .ric-why-premium-left h2 {
        font-size: 35px;
    }


    .ric-why-premium-left > p {
        font-size: 13px;
    }


    .ric-why-truck-circle {
        width: 85px;
        height: 85px;

        font-size: 29px;
    }


    .ric-why-premium-right {
        padding:
            10px
            18px;
    }


    .ric-why-premium-item {
        grid-template-columns:
            30px
            48px
            1fr;

        gap: 11px;
    }


    .ric-why-icon {
        width: 46px;
        height: 46px;

        font-size: 17px;
    }


    .ric-why-item-content h3 {
        font-size: 15px;
    }


    .ric-why-item-content p {
        font-size: 12px;
    }

}

/* ==========================================================
   SIMPLE MOVING PROCESS V2
========================================================== */

.ric-process-v2 {
    padding: 75px 0 85px;

    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(23, 105, 224, 0.05),
            transparent 35%
        ),
        #f6f9fd;

    font-family: "Manrope", sans-serif;
}


.ric-process-v2-container {
    width: min(1280px, 90%);
    margin: 0 auto;
}


/* ==========================================================
   HEADING
========================================================== */

.ric-process-v2-heading {
    max-width: 750px;

    margin: 0 auto 48px;

    text-align: center;
}


.ric-process-v2-label {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    margin-bottom: 16px;

    color: #1769e0;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;
    text-transform: uppercase;
}


.ric-process-v2-label span {
    width: 42px;
    height: 2px;

    background: #1769e0;

    border-radius: 10px;
}


/* MAIN HEADING */

.ric-process-v2-heading h2 {
    margin: 0;

    color: #071a36;

    font-size: clamp(48px, 4.8vw, 68px);

    font-weight: 800;

    line-height: 0.98;

    letter-spacing: -2.8px;
}


.ric-process-v2-heading h2 strong {
    display: block;

    color: #1769e0;

    font-weight: 800;
}


/* HEADING DESCRIPTION */

.ric-process-v2-heading > p {
    max-width: 560px;

    margin: 20px auto 0;

    color: #536980;

    font-size: 17px;

    line-height: 1.65;
}


/* ==========================================================
   GRID
========================================================== */

.ric-process-v2-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 26px;
}


/* ==========================================================
   CARD
========================================================== */

.ric-process-v2-card {
    position: relative;

    min-height: 400px;

    padding: 35px 28px;

    display: flex;
    flex-direction: column;
    align-items: center;

    box-sizing: border-box;

    text-align: center;

    background: #ffffff;

    border: 1px solid #dce6f1;

    border-radius: 20px;

    box-shadow:
        0 14px 35px
        rgba(20, 57, 98, 0.05);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.ric-process-v2-card:hover {
    transform: translateY(-7px);

    border-color: #b7d2f5;

    box-shadow:
        0 20px 45px
        rgba(23, 105, 224, 0.10);
}


/* ==========================================================
   NUMBER
========================================================== */

.ric-process-number {
    margin-bottom: 26px;

    color: #1769e0;

    font-size: 20px;
    font-weight: 800;

    line-height: 1;
}


/* ==========================================================
   ICON
========================================================== */

.ric-process-icon {
    width: 90px;
    height: 90px;

    margin-bottom: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1769e0;

    background:
        linear-gradient(
            145deg,
            #f0f6ff,
            #e5f0ff
        );

    border-radius: 50%;

    font-size: 34px;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.ric-process-v2-card:hover .ric-process-icon {
    transform: scale(1.05);

    background: #e6f1ff;
}


/* ==========================================================
   CARD TITLE
========================================================== */

.ric-process-v2-card h3 {
    margin: 0;

    color: #071a36;

    font-size: 22px;
    font-weight: 800;

    line-height: 1.25;

    letter-spacing: -0.5px;
}


/* ==========================================================
   BLUE DIVIDER
========================================================== */

.ric-process-line {
    display: block;

    width: 42px;
    height: 3px;

    margin: 19px 0;

    background: #1769e0;

    border-radius: 10px;
}


/* ==========================================================
   CARD DESCRIPTION
========================================================== */

.ric-process-v2-card p {
    max-width: 230px;

    margin: 0;

    color: #536980;

    font-size: 15px;

    line-height: 1.65;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {

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


    .ric-process-v2-card {
        min-height: 350px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 700px) {

    .ric-process-v2 {
        padding: 55px 0 60px;
    }


    .ric-process-v2-heading {
        margin-bottom: 35px;
    }


    .ric-process-v2-label {
        font-size: 9px;

        letter-spacing: 2.3px;
    }


    .ric-process-v2-label span {
        width: 28px;
    }


    .ric-process-v2-heading h2 {
        font-size: 40px;

        letter-spacing: -1.5px;
    }


    .ric-process-v2-heading > p {
        max-width: 360px;

        font-size: 14px;
    }


    .ric-process-v2-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .ric-process-v2-card {
        min-height: 300px;

        padding: 28px 25px;
    }


    .ric-process-number {
        margin-bottom: 20px;

        font-size: 17px;
    }


    .ric-process-icon {
        width: 76px;
        height: 76px;

        margin-bottom: 20px;

        font-size: 28px;
    }


    .ric-process-v2-card h3 {
        font-size: 20px;
    }


    .ric-process-v2-card p {
        max-width: 300px;

        font-size: 14px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .ric-process-v2-heading h2 {
        font-size: 35px;
    }


    .ric-process-v2-heading > p {
        font-size: 13px;
    }


    .ric-process-v2-card h3 {
        font-size: 19px;
    }


    .ric-process-v2-card p {
        font-size: 13.5px;
    }

}

/* ==========================================================
   AREAS WE SERVE - LARGE CLEAN VERSION
========================================================== */

.ric-area-v2 {
    padding: 90px 0;

    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(23, 105, 224, 0.04),
            transparent 35%
        ),
        #ffffff;

    font-family: "Manrope", sans-serif;
}


.ric-area-v2-inner {
    width: min(1280px, 90%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 42% 58%;

    align-items: center;

    gap: 70px;
}


/* ==========================================================
   LEFT CONTENT
========================================================== */

.ric-area-v2-content {
    max-width: 530px;
}


/* LABEL */

.ric-area-v2-label {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 25px;

    color: #1769e0;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2.8px;
    text-transform: uppercase;
}


.ric-area-v2-label span {
    width: 45px;
    height: 3px;

    background: #1769e0;

    border-radius: 20px;
}


/* MAIN HEADING */

.ric-area-v2-content h2 {
    margin: 0 0 26px;

    color: #071a36;

    font-size: clamp(50px, 4.5vw, 68px);
    font-weight: 800;

    line-height: 1.03;

    letter-spacing: -2.8px;
}


.ric-area-v2-content h2 strong {
    display: block;

    color: #1769e0;

    font-weight: 800;
}


/* DESCRIPTION */

.ric-area-v2-content p {
    max-width: 510px;

    margin: 0;

    color: #536980;

    font-size: 17px;

    line-height: 1.75;
}


/* ==========================================================
   AREA GRID
========================================================== */

.ric-area-v2-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* ==========================================================
   AREA CARD
========================================================== */

.ric-area-v2-card {
    min-height: 105px;

    display: flex;
    align-items: center;

    gap: 16px;

    padding: 0 25px;

    box-sizing: border-box;

    color: #071a36;

    background:
        linear-gradient(
            145deg,
            #f8fbff,
            #f1f6fc
        );

    border: 1px solid #d8e5f2;

    border-radius: 14px;

    box-shadow:
        0 8px 22px
        rgba(24, 60, 100, 0.035);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* ICON */

.ric-area-v2-card i {
    flex-shrink: 0;

    color: #1769e0;

    font-size: 21px;
}


/* LOCATION NAME */

.ric-area-v2-card span {
    color: #071a36;

    font-size: 18px;
    font-weight: 800;

    line-height: 1.3;
}


/* HOVER */

.ric-area-v2-card:hover {
    transform: translateY(-5px);

    background: #ffffff;

    border-color: #9fc7f7;

    box-shadow:
        0 14px 30px
        rgba(23, 105, 224, 0.09);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1050px) {

    .ric-area-v2 {
        padding: 75px 0;
    }


    .ric-area-v2-inner {
        grid-template-columns: 38% 62%;

        gap: 45px;
    }


    .ric-area-v2-content h2 {
        font-size: 50px;

        letter-spacing: -2px;
    }


    .ric-area-v2-content p {
        font-size: 15px;
    }


    .ric-area-v2-card {
        min-height: 92px;

        padding: 0 18px;
    }


    .ric-area-v2-card span {
        font-size: 15px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 700px) {

    .ric-area-v2 {
        padding: 55px 0;
    }


    .ric-area-v2-inner {
        width: 88%;

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .ric-area-v2-content {
        max-width: 100%;
    }


    .ric-area-v2-label {
        margin-bottom: 17px;

        font-size: 10px;

        letter-spacing: 2.3px;
    }


    .ric-area-v2-label span {
        width: 30px;

        height: 2px;
    }


    .ric-area-v2-content h2 {
        max-width: 420px;

        margin-bottom: 18px;

        font-size: 42px;

        line-height: 1.05;

        letter-spacing: -1.5px;
    }


    .ric-area-v2-content p {
        max-width: 430px;

        font-size: 14px;
    }


    .ric-area-v2-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 12px;
    }


    .ric-area-v2-card {
        min-height: 80px;

        padding: 0 16px;

        gap: 11px;
    }


    .ric-area-v2-card i {
        font-size: 17px;
    }


    .ric-area-v2-card span {
        font-size: 14px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .ric-area-v2-content h2 {
        font-size: 36px;
    }


    .ric-area-v2-content p {
        font-size: 13.5px;
    }


    .ric-area-v2-grid {
        grid-template-columns: 1fr;
    }


    .ric-area-v2-card {
        min-height: 72px;
    }


    .ric-area-v2-card span {
        font-size: 15px;
    }

}

/* ==========================================================
   ROUTES WE COVER - LARGE TEXT VERSION
========================================================== */

.ric-routes-v2 {
    padding: 80px 0 90px;

    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(23,105,224,0.05),
            transparent 36%
        ),
        #f5f8fc;

    font-family: "Manrope", sans-serif;
}


.ric-routes-v2-container {
    width: min(1280px, 90%);
    margin: 0 auto;
}


/* ==========================================================
   HEADING
========================================================== */

.ric-routes-v2-heading {
    max-width: 800px;

    margin: 0 auto 46px;

    text-align: center;
}


.ric-routes-v2-label {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    margin-bottom: 17px;

    color: #1769e0;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 3px;
    text-transform: uppercase;
}


.ric-routes-v2-label span {
    width: 42px;
    height: 2px;

    background: #1769e0;

    border-radius: 10px;
}


/* BIG HEADING */

.ric-routes-v2-heading h2 {
    margin: 0;

    color: #071a36;

    font-size: clamp(52px, 5vw, 72px);

    font-weight: 800;

    line-height: 0.98;

    letter-spacing: -3px;
}


.ric-routes-v2-heading h2 strong {
    display: block;

    color: #1769e0;

    font-weight: 800;
}


/* HEADING DESCRIPTION */

.ric-routes-v2-heading p {
    max-width: 650px;

    margin: 22px auto 0;

    color: #536980;

    font-size: 17px;

    line-height: 1.65;
}


/* ==========================================================
   MAIN BOX
========================================================== */

.ric-routes-v2-box {
    display: grid;

    grid-template-columns: 58% 42%;

    min-height: 540px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e0e8f2;

    border-radius: 22px;

    box-shadow:
        0 20px 55px
        rgba(20, 57, 98, 0.08);
}


/* ==========================================================
   LEFT IMAGE
========================================================== */

.ric-routes-v2-visual {
    position: relative;

    min-height: 540px;

    overflow: hidden;

    background: #10243d;
}


.ric-routes-v2-visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


/* IMAGE OVERLAY */

.ric-routes-v2-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        180deg,
        rgba(7,26,54,0.05) 20%,
        rgba(7,26,54,0.25) 58%,
        rgba(7,26,54,0.92) 100%
    );
}


/* IMAGE TEXT */

.ric-routes-v2-image-text {
    position: absolute;

    z-index: 3;

    left: 40px;
    right: 40px;
    bottom: 38px;
}


.ric-routes-v2-image-text > span {
    display: block;

    margin-bottom: 10px;

    color: #55a1ff;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2.5px;
}


.ric-routes-v2-image-text h3 {
    max-width: 480px;

    margin: 0;

    color: #ffffff;

    font-size: 38px;

    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -1.5px;
}


.ric-routes-v2-image-text h3 strong {
    display: block;
}


/* ==========================================================
   RIGHT ROUTE LIST
========================================================== */

.ric-routes-v2-list {
    padding: 28px 38px;

    box-sizing: border-box;

    background: #ffffff;
}


/* EACH ROUTE */

.ric-routes-v2-item {
    min-height: 118px;

    display: grid;

    grid-template-columns: 64px 1fr;

    align-items: center;

    gap: 22px;

    padding: 16px 0;

    border-bottom: 1px solid #dce5ef;
}


.ric-routes-v2-item:last-child {
    border-bottom: 0;
}


/* ROUTE NUMBER */

.ric-route-v2-number {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #1769e0;

    background: #edf4ff;

    border-radius: 12px;

    font-size: 17px;
    font-weight: 800;
}


/* ROUTE LABEL */

.ric-route-v2-content > span {
    display: block;

    margin-bottom: 8px;

    color: #8092a7;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


/* ROUTE NAMES */

.ric-route-v2-name {
    display: flex;

    align-items: center;

    gap: 15px;

    flex-wrap: wrap;
}


.ric-route-v2-name strong {
    color: #071a36;

    font-size: 18px;

    font-weight: 800;

    line-height: 1.3;
}


.ric-route-v2-name i {
    color: #1769e0;

    font-size: 13px;
}


/* ==========================================================
   HOVER
========================================================== */

.ric-routes-v2-item {
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.ric-routes-v2-item:hover {
    transform: translateX(5px);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(23,105,224,0.025)
        );
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1050px) {

    .ric-routes-v2-heading h2 {
        font-size: 58px;
    }


    .ric-routes-v2-box {
        grid-template-columns: 55% 45%;

        min-height: 500px;
    }


    .ric-routes-v2-visual {
        min-height: 500px;
    }


    .ric-routes-v2-list {
        padding: 22px 28px;
    }


    .ric-routes-v2-item {
        grid-template-columns: 55px 1fr;

        gap: 17px;
    }


    .ric-route-v2-number {
        width: 50px;
        height: 50px;

        font-size: 15px;
    }


    .ric-route-v2-name strong {
        font-size: 16px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 700px) {

    .ric-routes-v2 {
        padding: 55px 0 60px;
    }


    .ric-routes-v2-heading {
        margin-bottom: 35px;
    }


    .ric-routes-v2-label {
        font-size: 9px;

        letter-spacing: 2.3px;
    }


    .ric-routes-v2-label span {
        width: 28px;
    }


    .ric-routes-v2-heading h2 {
        font-size: 42px;

        letter-spacing: -1.6px;
    }


    .ric-routes-v2-heading p {
        max-width: 390px;

        margin-top: 17px;

        font-size: 14px;
    }


    .ric-routes-v2-box {
        display: flex;

        flex-direction: column;

        min-height: 0;
    }


    .ric-routes-v2-visual {
        min-height: 380px;
    }


    .ric-routes-v2-image-text {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }


    .ric-routes-v2-image-text h3 {
        max-width: 300px;

        font-size: 30px;
    }


    .ric-routes-v2-list {
        padding: 15px 22px;
    }


    .ric-routes-v2-item {
        min-height: 95px;

        grid-template-columns: 50px 1fr;

        gap: 15px;
    }


    .ric-route-v2-number {
        width: 46px;
        height: 46px;

        font-size: 14px;
    }


    .ric-route-v2-name strong {
        font-size: 15px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .ric-routes-v2-heading h2 {
        font-size: 36px;
    }


    .ric-routes-v2-heading p {
        font-size: 13px;
    }


    .ric-routes-v2-visual {
        min-height: 320px;
    }


    .ric-routes-v2-image-text h3 {
        font-size: 26px;
    }


    .ric-routes-v2-image-text > span {
        font-size: 9px;
    }


    .ric-route-v2-name {
        gap: 9px;
    }


    .ric-route-v2-name strong {
        font-size: 14px;
    }

}

/* =========================================================
   MAP
========================================================= */

.sr-map-section {
    padding: 100px 0;

    background: #ffffff;
}

.sr-map-wrapper {
    position: relative;

    width: 100%;
    height: 470px;

    overflow: hidden;

    border-radius: 21px;

    border: 1px solid var(--sr-border);

    box-shadow:
        0 20px 50px rgba(7,27,58,.09);
}

.sr-map-wrapper iframe {
    width: 100%;
    height: 100%;

    border: 0;
}

.sr-map-card {
    position: absolute;

    left: 22px;
    bottom: 22px;

    width: 270px;

    padding: 18px;

    display: flex;

    gap: 11px;

    background: rgba(255,255,255,.96);

    border-radius: 13px;

    box-shadow:
        0 15px 35px rgba(7,27,58,.15);
}

.sr-map-card-icon {
    width: 42px;
    height: 42px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: var(--sr-blue);

    border-radius: 9px;
}

.sr-map-card small {
    color: var(--sr-blue);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1px;
}

.sr-map-card h3 {
    margin: 3px 0;

    font-size: 16px;
}

.sr-map-card p {
    color: var(--sr-muted);

    font-size: 8px;
    line-height: 1.5;
}

.sr-map-info-grid {
    margin-top: 15px;

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 12px;
}

.sr-map-info {
    min-height: 78px;

    padding: 15px 18px;

    display: flex;

    align-items: center;

    gap: 11px;

    background: var(--sr-light);

    border: 1px solid var(--sr-border);

    border-radius: 11px;
}

.sr-map-info > i {
    width: 39px;
    height: 39px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--sr-blue);

    background: var(--sr-blue-light);

    border-radius: 8px;
}

.sr-map-info small {
    display: block;

    margin-bottom: 3px;

    color: #8fa1b5;

    font-size: 6px;

    font-weight: 800;
}

.sr-map-info strong {
    color: var(--sr-text);

    font-size: 10px;
}


/* =========================================================
   FAQ
========================================================= */

.sr-faq {
    padding: 100px 0;

    background: var(--sr-light);
}

.sr-faq-list {
    max-width: 900px;

    margin: auto;
}

.sr-faq-item {
    margin-bottom: 10px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid var(--sr-border);

    border-radius: 12px;
}

.sr-faq-question {
    width: 100%;

    min-height: 65px;

    padding: 0 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    border: 0;

    background: #ffffff;

    color: var(--sr-text);

    text-align: left;

    cursor: pointer;

    font-size: 11px;

    font-weight: 700;
}

.sr-faq-question i {
    color: var(--sr-blue);

    transition: .3s ease;
}

.sr-faq-answer {
    max-height: 0;

    overflow: hidden;

    transition: max-height .35s ease;
}

.sr-faq-answer p {
    padding: 0 20px 20px;

    color: var(--sr-muted);

    font-size: 10px;
    line-height: 1.7;
}

.sr-faq-item.active .sr-faq-answer {
    max-height: 180px;
}

.sr-faq-item.active .sr-faq-question i {
    transform: rotate(45deg);
}


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

.sr-cta {
    padding: 55px 0;

    background: var(--sr-blue);

    color: #ffffff;
}

.sr-cta-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}

.sr-cta span {
    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.sr-cta h2 {
    margin: 8px 0;

    font-size: 33px;

    line-height: 1.05;
}

.sr-cta h2 strong {
    color: #dcecff;
}

.sr-cta p {
    color: #d6e7fb;

    font-size: 10px;
}

.sr-cta-inner > a {
    min-width: 170px;

    min-height: 48px;

    padding: 0 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    background: #ffffff;

    color: var(--sr-blue);

    border-radius: 8px;

    font-size: 10px;

    font-weight: 700;
}


/* =========================================================
   FOOTER
========================================================= */

.sr-footer {
    background: var(--sr-navy);

    color: #ffffff;
}

.sr-footer-main {
    padding: 55px 0 48px;
}

.sr-footer-grid {
    display: grid;

    grid-template-columns:
        1.35fr
        .8fr
        .9fr
        1.05fr
        1.1fr;

    gap: 42px;

    align-items: start;
}

.sr-footer-brand img {
    width: 175px;

    margin-bottom: 18px;
}

.sr-footer-brand p {
    max-width: 270px;

    color: #9bb1c7;

    font-size: 10px;

    line-height: 1.8;
}

.sr-footer-column {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.sr-footer-column h3 {
    margin-bottom: 18px;

    font-size: 13px;
}

.sr-footer-column > a {
    margin-bottom: 11px;

    color: #9bb1c7;

    font-size: 10px;
}

.sr-footer-contact {
    margin-bottom: 13px;

    display: flex;

    align-items: center;

    gap: 9px;
}

.sr-footer-contact i {
    width: 14px;

    color: #3185e8;

    text-align: center;

    font-size: 10px;
}

.sr-footer-contact a,
.sr-footer-contact span {
    color: #9bb1c7;

    font-size: 9.5px;
}

.sr-footer-bottom-wrap {
    border-top:
        1px solid rgba(255,255,255,.08);
}

.sr-footer-bottom {
    min-height: 62px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.sr-footer-bottom p,
.sr-footer-bottom a {
    color: #718aa5;

    font-size: 8.5px;
}

.sr-footer-bottom > div {
    display: flex;

    gap: 22px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .sr-nav {
        display: none;
    }

    .sr-menu-btn {
        display: block;
    }

    .sr-mobile-nav.active {
        display: flex;

        flex-direction: column;

        padding: 15px 5%;

        background: #08213f;

        border-top:
            1px solid rgba(255,255,255,.08);
    }

    .sr-mobile-nav a {
        padding: 11px 0;

        color: #ffffff;

        font-size: 11px;
    }


    .sr-hero-grid,
    .sr-about-grid,
    .sr-why-grid,
    .sr-areas-grid {
        grid-template-columns: 1fr;
    }


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


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


    .sr-route-box {
        grid-template-columns: 1fr;
    }


    .sr-footer-grid {
        grid-template-columns:
            repeat(3,1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .sr-container {
        width: calc(100% - 32px);
    }


    .sr-header-inner {
        height: 68px;
    }


    .sr-logo img {
        width: 145px;
    }


    .sr-hero {
        padding: 55px 0 65px;
    }


    .sr-hero-grid {
        gap: 38px;
    }


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


    .sr-small-label {
        justify-content: center;
    }


    .sr-hero-content h1 {
        font-size: 48px;

        letter-spacing: -2px;
    }


    .sr-hero-content > p {
        margin-left: auto;
        margin-right: auto;

        font-size: 11px;
    }


    .sr-hero-buttons {
        flex-direction: column;
    }


    .sr-primary-btn,
    .sr-secondary-btn {
        width: 100%;
    }


    .sr-hero-trust {
        justify-content: center;
    }


    .sr-hero-image {
        height: 410px;

        border-radius: 18px;
    }


    .sr-hero-route {
        right: 12px;
        top: 12px;
    }


    .sr-hero-location {
        left: 12px;
        bottom: 12px;
    }


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


    .sr-trust-item {
        min-height: 90px;

        border-bottom: 1px solid var(--sr-border);
    }


    .sr-about,
    .sr-services,
    .sr-why,
    .sr-process,
    .sr-areas,
    .sr-routes,
    .sr-map-section,
    .sr-faq {
        padding: 65px 0;
    }


    .sr-about-grid,
    .sr-why-grid,
    .sr-areas-grid {
        gap: 35px;
    }


    .sr-about-image {
        height: 400px;
    }


    .sr-about-content {
        text-align: center;
    }


    .sr-about-points {
        grid-template-columns: 1fr;
    }


    .sr-services-grid {
        grid-template-columns: 1fr;
    }


    .sr-process-grid {
        grid-template-columns: 1fr;
    }


    .sr-why-left {
        min-height: 410px;

        padding: 35px 28px;
    }


    .sr-why-big-icon {
        width: 95px;
        height: 95px;

        right: 25px;
        bottom: 25px;

        font-size: 32px;
    }


    .sr-area-list {
        grid-template-columns: repeat(2,1fr);
    }


    .sr-route-image {
        min-height: 380px;
    }


    .sr-route-image-content {
        left: 22px;
        bottom: 22px;
    }


    .sr-route-image-content h3 {
        font-size: 27px;
    }


    .sr-route-list {
        padding: 18px;
    }


    .sr-map-wrapper {
        height: 560px;
    }


    .sr-map-card {
        left: 12px;
        right: 12px;
        bottom: 12px;

        width: auto;
    }


    .sr-map-info-grid {
        grid-template-columns: 1fr;
    }


    .sr-cta-inner {
        flex-direction: column;

        align-items: flex-start;
    }


    .sr-cta-inner > a {
        width: 100%;
    }


    .sr-footer-grid {
        grid-template-columns: 1fr;

        gap: 32px;
    }


    .sr-footer-bottom {
        padding: 18px 0;

        flex-direction: column;

        align-items: flex-start;

        min-height: auto;
    }

}

/* =========================================================
   SRINAGAR HERO TEXT SIZE IMPROVEMENT
========================================================= */

.sr-hero-content > p {
    max-width: 590px;

    font-size: 16px !important;
    line-height: 1.75 !important;
}


/* BUTTONS */

.sr-primary-btn,
.sr-secondary-btn {
    min-height: 52px;

    padding-left: 22px;
    padding-right: 22px;

    font-size: 12px !important;
}


/* TRUST POINTS BELOW BUTTONS */

.sr-hero-trust {
    margin-top: 28px;

    gap: 20px;
}

.sr-hero-trust span {
    font-size: 11px !important;
}

.sr-hero-trust i {
    font-size: 10px;
}


/* TOP LABEL */

.sr-small-label {
    font-size: 10px !important;

    letter-spacing: 2.2px;
}


/* =========================================================
   HERO IMAGE FLOATING CARDS
========================================================= */

.sr-hero-location,
.sr-hero-route {
    padding: 15px 17px;
}


.sr-hero-location small,
.sr-hero-route small {
    font-size: 8px !important;

    letter-spacing: 1px;
}


.sr-hero-location strong,
.sr-hero-route strong {
    font-size: 12px !important;
}


.sr-location-icon,
.sr-hero-route > i {
    width: 42px;
    height: 42px;
}


/* =========================================================
   TRUST BAR
========================================================= */

.sr-trust-grid {
    min-height: 115px;
}


.sr-trust-item {
    gap: 14px;
}


.sr-trust-item > i {
    width: 46px;
    height: 46px;

    font-size: 16px;
}


.sr-trust-item strong {
    font-size: 12px !important;
}


.sr-trust-item small {
    margin-top: 4px;

    font-size: 10px !important;
}

/* =========================================================
   SRINAGAR ABOUT - SIZE & LAYOUT IMPROVEMENT
========================================================= */

.sr-about {
    padding: 100px 0 110px;
}


/* TWO COLUMN LAYOUT */

.sr-about-grid {
    display: grid;

    grid-template-columns:
        minmax(420px, .95fr)
        minmax(0, 1.05fr);

    align-items: center;

    gap: 80px;
}


/* =========================================================
   LEFT IMAGE
========================================================= */

.sr-about-image {
    position: relative;

    width: 100%;
    height: 510px;

    overflow: hidden;

    background: #eef4fa;

    border-radius: 22px;

    box-shadow:
        0 20px 50px rgba(7, 27, 58, .10);
}


.sr-about-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


/* SERVICE AREA BADGE */

.sr-about-badge {
    position: absolute;

    left: 22px;
    bottom: 22px;

    padding: 15px 18px;

    display: flex;

    align-items: center;

    gap: 11px;

    color: #ffffff;

    background: rgba(7, 27, 58, .94);

    border-radius: 11px;

    box-shadow:
        0 12px 30px rgba(7, 27, 58, .18);
}


.sr-about-badge i {
    font-size: 15px;

    color: #5da7fa;
}


.sr-about-badge small {
    display: block;

    margin-bottom: 3px;

    color: #81b8f7;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;
}


.sr-about-badge strong {
    display: block;

    color: #ffffff;

    font-size: 13px;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.sr-about-content {
    max-width: 620px;
}


/* SMALL TOP LABEL */

.sr-about-content .sr-small-label {
    font-size: 10px !important;

    letter-spacing: 2px;
}


/* MAIN HEADING */

.sr-about-content h2 {
    margin: 18px 0 24px;

    color: #071b3a;

    font-size: clamp(45px, 4.6vw, 58px) !important;

    line-height: 1.02;

    letter-spacing: -2.5px;
}


.sr-about-content h2 strong {
    display: block;

    color: #1769d1;
}


/* PARAGRAPHS */

.sr-about-content p {
    max-width: 610px;

    margin-bottom: 16px;

    color: #58718a;

    font-size: 15px !important;

    line-height: 1.75 !important;
}


/* =========================================================
   CHECK POINTS
========================================================= */

.sr-about-points {
    margin-top: 27px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 17px 28px;
}


.sr-about-points div {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #071b3a;

    font-size: 12px !important;

    font-weight: 700;
}


.sr-about-points i {
    margin: 0;

    color: #1769d1;

    font-size: 11px;
}


/* =========================================================
   LEARN MORE BUTTON
========================================================= */

.sr-text-btn {
    margin-top: 32px;

    min-height: 45px;

    padding: 0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    color: #1769d1;

    background: #edf5ff;

    border-radius: 8px;

    font-size: 12px !important;

    font-weight: 700;

    transition: .3s ease;
}


.sr-text-btn:hover {
    color: #ffffff;

    background: #1769d1;

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .sr-about-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .sr-about-image {
        max-width: 720px;

        height: 480px;

        margin: 0 auto;
    }


    .sr-about-content {
        max-width: 720px;

        margin: 0 auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .sr-about {
        padding: 65px 0 70px;
    }


    .sr-about-grid {
        gap: 35px;
    }


    .sr-about-image {
        height: 380px;

        border-radius: 17px;
    }


    .sr-about-badge {
        left: 13px;
        bottom: 13px;

        padding: 12px 14px;
    }


    .sr-about-content {
        text-align: left;
    }


    .sr-about-content .sr-small-label {
        justify-content: flex-start;

        font-size: 8px !important;
    }


    .sr-about-content h2 {
        font-size: 39px !important;

        letter-spacing: -1.7px;
    }


    .sr-about-content p {
        font-size: 13px !important;
    }


    .sr-about-points {
        grid-template-columns: 1fr;

        gap: 13px;
    }


    .sr-about-points div {
        font-size: 11px !important;
    }


    .sr-text-btn {
        font-size: 11px !important;
    }

}

/* ==========================================================
   FAQ - FORCE BIGGER TEXT
   KEEP THIS AT VERY END OF SRINAGAR.CSS
========================================================== */

/* QUESTION CARD */
.srinagar-faq-item {
    min-height: 88px !important;
}


/* QUESTION BUTTON / WRAPPER */
.srinagar-faq-question {
    min-height: 88px !important;

    padding: 24px 28px !important;

    font-size: 17px !important;
    line-height: 1.4 !important;
}


/* FORCE CHILD TEXT ALSO */
.srinagar-faq-question h3,
.srinagar-faq-question h4,
.srinagar-faq-question p,
.srinagar-faq-question span,
.srinagar-faq-question button,
.srinagar-faq-question strong {
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}


/* IF QUESTION ITSELF IS A BUTTON */
button.srinagar-faq-question {
    font-size: 17px !important;
    font-weight: 800 !important;
}


/* PLUS ICON */
.srinagar-faq-question i,
.srinagar-faq-question .fa-plus,
.srinagar-faq-question::after {
    font-size: 20px !important;
}


/* ANSWER */
.srinagar-faq-answer,
.srinagar-faq-answer p {
    font-size: 15px !important;
    line-height: 1.75 !important;
}


/* MAIN FAQ HEADING */
.srinagar-faq-heading h2 {
    font-size: 58px !important;
}


/* MOBILE */
@media (max-width: 700px) {

    .srinagar-faq-question,
    .srinagar-faq-question h3,
    .srinagar-faq-question h4,
    .srinagar-faq-question p,
    .srinagar-faq-question span,
    .srinagar-faq-question button,
    .srinagar-faq-question strong {
        font-size: 15px !important;
    }

    .srinagar-faq-answer,
    .srinagar-faq-answer p {
        font-size: 14px !important;
    }

    .srinagar-faq-heading h2 {
        font-size: 40px !important;
    }
}

/* ==========================================================
   SRINAGAR FAQ - LARGE DESKTOP VERSION
   KEEP AT VERY END OF SRINAGAR.CSS
========================================================== */

.srinagar-faq {
    padding: 90px 0 100px !important;
    background: #f5f8fc !important;
}


/* MAIN CONTAINER */

.srinagar-faq-container {
    width: min(1180px, 90%) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}


/* ==========================================================
   FAQ HEADING
========================================================== */

.srinagar-faq-heading {
    max-width: 760px !important;
    margin: 0 auto 52px !important;
    text-align: center !important;
}


.srinagar-faq-label {
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 3px !important;
    margin-bottom: 18px !important;
}


.srinagar-faq-heading h2 {
    margin: 0 !important;

    font-size: 58px !important;
    font-weight: 800 !important;

    line-height: 1 !important;
    letter-spacing: -2.2px !important;

    color: #071a36 !important;
}


.srinagar-faq-heading h2 strong {
    display: block !important;
    color: #1769e0 !important;
}


/* ==========================================================
   FAQ LIST
========================================================== */

.srinagar-faq-list {
    width: 100% !important;
    max-width: 1050px !important;

    margin: 0 auto !important;

    display: flex !important;
    flex-direction: column !important;

    gap: 15px !important;
}


/* ==========================================================
   EACH FAQ CARD
========================================================== */

.srinagar-faq-item {
    width: 100% !important;

    min-height: 86px !important;

    margin: 0 !important;

    background: #ffffff !important;

    border: 1px solid #d7e3ef !important;

    border-radius: 13px !important;

    overflow: hidden !important;

    box-sizing: border-box !important;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease !important;
}


.srinagar-faq-item:hover {
    border-color: #a9caf2 !important;

    box-shadow:
        0 10px 28px
        rgba(23, 105, 224, 0.07) !important;
}


/* ==========================================================
   QUESTION
========================================================== */

.srinagar-faq-question {
    width: 100% !important;
    min-height: 86px !important;

    padding: 0 28px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    box-sizing: border-box !important;

    cursor: pointer !important;

    color: #071a36 !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 17px !important;
    font-weight: 800 !important;

    line-height: 1.4 !important;
}


/* FORCE QUESTION CHILD TEXT */

.srinagar-faq-question span,
.srinagar-faq-question p,
.srinagar-faq-question h3,
.srinagar-faq-question h4,
.srinagar-faq-question strong {
    margin: 0 !important;

    color: #071a36 !important;

    font-size: 17px !important;
    font-weight: 800 !important;

    line-height: 1.4 !important;
}


/* PLUS ICON */

.srinagar-faq-question i,
.srinagar-faq-question .fa-plus {
    flex-shrink: 0 !important;

    margin-left: 25px !important;

    color: #1769e0 !important;

    font-size: 18px !important;
}


/* IF PLUS IS CREATED WITH CSS */

.srinagar-faq-question::after {
    color: #1769e0 !important;
    font-size: 22px !important;
}


/* ==========================================================
   ANSWER
========================================================== */

.srinagar-faq-answer {
    padding: 0 28px 25px !important;

    color: #536980 !important;

    font-size: 15px !important;

    line-height: 1.75 !important;
}


.srinagar-faq-answer p {
    margin: 0 !important;

    color: #536980 !important;

    font-size: 15px !important;

    line-height: 1.75 !important;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1000px) {

    .srinagar-faq {
        padding: 70px 0 80px !important;
    }

    .srinagar-faq-heading h2 {
        font-size: 50px !important;
    }

    .srinagar-faq-list {
        max-width: 90% !important;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 700px) {

    .srinagar-faq {
        padding: 55px 0 65px !important;
    }

    .srinagar-faq-heading {
        width: 88% !important;
        margin-bottom: 35px !important;
    }

    .srinagar-faq-heading h2 {
        font-size: 39px !important;
        letter-spacing: -1.4px !important;
    }

    .srinagar-faq-list {
        max-width: 88% !important;
    }

    .srinagar-faq-item,
    .srinagar-faq-question {
        min-height: 76px !important;
    }

    .srinagar-faq-question {
        padding: 0 18px !important;
        font-size: 15px !important;
    }

    .srinagar-faq-question span,
    .srinagar-faq-question p,
    .srinagar-faq-question h3,
    .srinagar-faq-question h4,
    .srinagar-faq-question strong {
        font-size: 15px !important;
    }

    .srinagar-faq-answer,
    .srinagar-faq-answer p {
        font-size: 14px !important;
    }

}

/* ===============================
   NAVBAR LOGO SIZE FIX
=============================== */

.navbar-logo img,
.logo img,
.site-logo img,
.header-logo img {
    width: 180px !important;
    height: auto !important;
    display: block !important;
}

/* If logo container is too small */
.navbar-logo,
.logo,
.site-logo,
.header-logo {
    display: flex;
    align-items: center;
}

/* Mobile */
@media (max-width: 700px) {
    .navbar-logo img,
    .logo img,
    .site-logo img,
    .header-logo img {
        width: 125px !important;
    }
}

/* =================================
   HEADER LOGO LEFT ALIGN FIX
================================= */

.navbar,
.header,
.site-header,
.navbar-container,
.header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}


/* logo left */
.navbar-logo,
.logo,
.site-logo,
.header-logo {
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}


/* menu right */
.nav-menu,
.nav-links,
.navbar-menu,
.header-menu {
    margin-left: auto !important;
}


/* logo size */
.navbar-logo img,
.logo img,
.site-logo img,
.header-logo img {
    width: 150px !important;
    height: auto !important;
    display: block !important;
}

/* ==========================================================
   SRINAGAR HEADER - BIGGER & BALANCED
========================================================== */

/* HEADER */
.ric-header,
.site-header,
.main-header,
header {
    min-height: 88px !important;
}


/* INNER CONTAINER */
.ric-header-container,
.header-container,
.nav-container,
.navbar-container {
    min-height: 88px !important;

    display: flex !important;
    align-items: center !important;

    width: min(1240px, 90%) !important;
    margin: 0 auto !important;
}


/* ==========================================================
   LOGO - BIGGER
========================================================== */

.ric-logo img,
.navbar-logo img,
.site-logo img,
.header-logo img,
.logo img {
    width: 185px !important;
    height: auto !important;

    max-height: none !important;

    object-fit: contain !important;
}


/* KEEP LOGO LEFT */
.ric-logo,
.navbar-logo,
.site-logo,
.header-logo,
.logo {
    margin-right: auto !important;
}


/* ==========================================================
   NAVIGATION TEXT - BIGGER
========================================================== */

.ric-navigation,
.nav-links,
.nav-menu,
.navbar-menu {
    display: flex !important;
    align-items: center !important;

    gap: 32px !important;
}


.ric-navigation a,
.nav-links a,
.nav-menu a,
.navbar-menu a {
    font-size: 13px !important;
    font-weight: 700 !important;

    line-height: 1 !important;
}


/* ==========================================================
   GET FREE QUOTE BUTTON
========================================================== */

.ric-header-button,
.quote-btn,
.nav-btn,
.header-btn {
    min-height: 46px !important;

    padding: 0 22px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-left: 28px !important;

    font-size: 12px !important;
    font-weight: 800 !important;

    border-radius: 7px !important;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1000px) {

    .ric-logo img,
    .navbar-logo img,
    .site-logo img,
    .header-logo img,
    .logo img {
        width: 145px !important;
    }

    .ric-navigation,
    .nav-links,
    .nav-menu,
    .navbar-menu {
        gap: 20px !important;
    }

    .ric-navigation a,
    .nav-links a,
    .nav-menu a,
    .navbar-menu a {
        font-size: 12px !important;
    }
}

/* ==========================================================
   SRINAGAR FOOTER - BIG TEXT + ONE ALIGN
========================================================== */

.sr-footer {
    background: #041d3d !important;
    color: #ffffff !important;
    font-family: "Manrope", sans-serif !important;
}

.sr-container {
    width: min(1280px, 90%) !important;
    margin: 0 auto !important;
}

/* MAIN FOOTER AREA */
.sr-footer-main {
    padding: 58px 0 42px !important;
}

/* GRID */
.sr-footer-grid {
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr !important;
    gap: 48px !important;
    align-items: start !important;
}

/* ALL COLUMNS SAME TOP ALIGN */
.sr-footer-brand,
.sr-footer-column {
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
}

/* BRAND COLUMN */
.sr-footer-brand {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.sr-footer-brand > a {
    display: block !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

.sr-footer-brand img {
    display: block !important;
    width: 170px !important;
    height: auto !important;
    margin: 0 !important;
}

.sr-footer-brand p {
    margin: 0 !important;
    max-width: 320px !important;
    color: #c3d0df !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
}

/* OTHER COLUMNS */
.sr-footer-column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

/* COLUMN HEADINGS */
.sr-footer-column h3 {
    margin: 0 0 22px 0 !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

/* NORMAL LINKS */
.sr-footer-column > a {
    display: block !important;
    margin: 0 0 14px 0 !important;
    color: #c3d0df !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

.sr-footer-column > a:hover {
    color: #ffffff !important;
}

/* CONTACT ITEMS */
.sr-footer-contact {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 16px 0 !important;
}

.sr-footer-contact i {
    color: #2d83ee !important;
    font-size: 15px !important;
    width: 18px !important;
    flex-shrink: 0 !important;
}

.sr-footer-contact a,
.sr-footer-contact span {
    color: #c3d0df !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    text-decoration: none !important;
}

.sr-footer-contact a:hover {
    color: #ffffff !important;
}

/* BOTTOM BAR */
.sr-footer-bottom-wrap {
    border-top: 1px solid rgba(255,255,255,0.08) !important;
}

.sr-footer-bottom {
    min-height: 62px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 0 !important;
}

.sr-footer-bottom p {
    margin: 0 !important;
    color: #9db0c4 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.sr-footer-bottom > div {
    display: flex !important;
    align-items: center !important;
    gap: 26px !important;
}

.sr-footer-bottom a {
    color: #9db0c4 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.sr-footer-bottom a:hover {
    color: #ffffff !important;
}

/* TABLET */
@media (max-width: 1100px) {
    .sr-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 36px !important;
    }

    .sr-footer-brand {
        grid-column: 1 / -1 !important;
    }
}

/* MOBILE */
@media (max-width: 700px) {
    .sr-footer-main {
        padding: 46px 0 34px !important;
    }

    .sr-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .sr-footer-brand img {
        width: 150px !important;
    }

    .sr-footer-brand p {
        font-size: 14px !important;
    }

    .sr-footer-column h3 {
        font-size: 18px !important;
    }

    .sr-footer-column > a,
    .sr-footer-contact a,
    .sr-footer-contact span {
        font-size: 14px !important;
    }

    .sr-footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        padding: 18px 0 !important;
    }

    .sr-footer-bottom > div {
        gap: 16px !important;
        flex-wrap: wrap !important;
    }
}

/* ==========================================================
   FOOTER - EXACT TOP ALIGNMENT
========================================================== */

.sr-footer-grid {
    display: grid !important;

    grid-template-columns:
        1.2fr
        1fr
        1fr
        1fr
        1fr !important;

    gap: 55px !important;

    align-items: start !important;
}


/* EVERY COLUMN START SAME TOP */
.sr-footer-grid > * {
    align-self: start !important;

    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* ==========================================================
   BRAND COLUMN
========================================================== */

.sr-footer-grid > .sr-footer-brand {
    display: flex !important;
    flex-direction: column !important;

    justify-content: flex-start !important;
    align-items: flex-start !important;

    margin: 0 !important;
    padding: 0 !important;

    height: auto !important;
    min-height: 0 !important;
}


/* LOGO */
.sr-footer-brand > a {
    display: flex !important;
    align-items: flex-start !important;

    margin: 0 0 22px !important;
    padding: 0 !important;

    height: 45px !important;
}


.sr-footer-brand img {
    width: 155px !important;
    height: 45px !important;

    object-fit: contain !important;
    object-position: left top !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* BRAND DESCRIPTION */
.sr-footer-brand p {
    margin: 0 !important;

    max-width: 270px !important;

    color: #c3d0df !important;

    font-size: 15px !important;
    font-weight: 500 !important;

    line-height: 1.6 !important;
}


/* ==========================================================
   ALL COLUMN TITLES SAME
========================================================== */

.sr-footer-column h3 {
    height: 45px !important;

    display: flex !important;
    align-items: flex-start !important;

    margin: 0 0 22px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 19px !important;
    font-weight: 800 !important;

    line-height: 1.2 !important;
}


/* ==========================================================
   ALL LINK ROWS SAME SPACING
========================================================== */

.sr-footer-column > a {
    display: block !important;

    margin: 0 0 14px !important;

    color: #c3d0df !important;

    font-size: 15px !important;
    font-weight: 500 !important;

    line-height: 1.45 !important;
}


/* CONTACT ROWS */
.sr-footer-contact {
    min-height: 22px !important;

    display: flex !important;
    align-items: center !important;

    gap: 12px !important;

    margin: 0 0 14px !important;
}


.sr-footer-contact a,
.sr-footer-contact span {
    font-size: 15px !important;
    line-height: 1.45 !important;
}

/* ==========================================================
   FOOTER BRAND - LARGE LOGO WITHOUT PUSHING TEXT DOWN
========================================================== */

.sr-footer-brand {
    position: relative !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    height: auto !important;
    min-height: 0 !important;

    align-self: start !important;
}


/* LOGO AREA TAKES SAME SPACE AS OTHER HEADINGS */

.sr-footer-brand > a {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    height: 45px !important;

    margin: 0 0 22px 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}


/* BIG LOGO BUT DOES NOT CHANGE ROW HEIGHT */

.sr-footer-brand img {
    position: absolute !important;

    left: 0 !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 185px !important;
    height: auto !important;

    max-width: none !important;
    max-height: none !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* DESCRIPTION NOW STAYS UP */

.sr-footer-brand p {
    margin: 0 !important;
    padding: 0 !important;

    max-width: 285px !important;

    color: #c3d0df !important;

    font-size: 15px !important;
    font-weight: 500 !important;

    line-height: 1.6 !important;
}


/* ==========================================================
   MAKE OTHER COLUMN HEADINGS USE SAME TOP ROW
========================================================== */

.sr-footer-column h3 {
    height: 45px !important;

    display: flex !important;
    align-items: center !important;

    margin: 0 0 22px 0 !important;
    padding: 0 !important;

    font-size: 19px !important;
    line-height: 1.2 !important;
}

/* ==========================================================
   SRINAGAR FOOTER - NEW CLEAN VERSION
========================================================== */

.sr-footer {
    width: 100%;

    background: #071c38;

    color: #ffffff;
}


/* ==========================================================
   MAIN WRAPPER
========================================================== */

.sr-footer-wrap {
    width: min(1320px, 88%);

    margin: 0 auto;

    padding: 70px 0 60px;

    display: grid;

    grid-template-columns:
        1.3fr
        0.8fr
        0.9fr
        1fr
        1.15fr;

    align-items: start;

    gap: 55px;
}


/* ==========================================================
   BRAND
========================================================== */

.sr-footer-brand {
    min-width: 0;
}


.sr-footer-brand img {
    width: 230px;
    height: auto;

    display: block;

    margin: 0 0 25px;

    object-fit: contain;
}


.sr-footer-brand p {
    max-width: 290px;

    margin: 0;

    color: #b7c7d8;

    font-size: 14px;

    line-height: 1.75;
}


/* ==========================================================
   COLUMNS
========================================================== */

.sr-footer-col {
    min-width: 0;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.sr-footer-col h3 {
    margin: 0 0 21px;

    color: #ffffff;

    font-size: 18px;

    font-weight: 800;

    line-height: 1.25;
}


.sr-footer-col > a {
    margin: 0 0 12px;

    color: #b7c7d8;

    font-size: 14px;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color .2s ease,
        transform .2s ease;
}


.sr-footer-col > a:hover {
    color: #ffffff;

    transform: translateX(3px);
}


.sr-footer-col .sr-current {
    color: #2d83ee;
}


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

.sr-footer-contact > a,
.sr-footer-location {
    width: 100%;

    margin: 0 0 14px;

    display: flex;

    align-items: flex-start;

    gap: 11px;

    color: #b7c7d8;

    font-size: 14px;

    line-height: 1.5;

    text-decoration: none;
}


.sr-footer-contact i,
.sr-footer-location i {
    width: 17px;

    margin-top: 3px;

    flex-shrink: 0;

    color: #2d83ee;

    text-align: center;
}


/* ==========================================================
   FOOTER BOTTOM
========================================================== */

.sr-footer-bottom {
    width: 100%;

    border-top:
        1px solid rgba(255,255,255,.08);
}


.sr-footer-bottom-wrap {
    width: min(1320px, 88%);

    min-height: 65px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;
}


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

    color: #8fa4bb;

    font-size: 11px;

    line-height: 1.5;
}


.sr-footer-legal {
    display: flex;

    align-items: center;

    gap: 23px;
}


.sr-footer-legal a {
    color: #8fa4bb;

    font-size: 11px;

    text-decoration: none;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1050px) {

    .sr-footer-wrap {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 42px;
    }


    .sr-footer-brand {
        grid-column: span 3;
    }

}


/* ==========================================================
   MOBILE - EXACT STACKED STYLE
========================================================== */

@media (max-width: 700px) {

    .sr-footer-wrap {
        width: 84%;

        padding: 42px 0 40px;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 38px;
    }


    /* ------------------------------------------
       BRAND
    ------------------------------------------ */

    .sr-footer-brand {
        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: flex-start;
    }


    .sr-footer-brand img {
        width: 175px;

        margin: 0 auto 30px;
    }


    .sr-footer-brand p {
        max-width: 310px;

        margin: 0;

        color: #c0cedd;

        font-size: 14px;

        line-height: 1.7;

        text-align: left;
    }


    /* ------------------------------------------
       COLUMNS
    ------------------------------------------ */

    .sr-footer-col {
        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: flex-start;
    }


    .sr-footer-col h3 {
        margin: 0 0 20px;

        font-size: 18px;

        line-height: 1.25;
    }


    .sr-footer-col > a {
        margin-bottom: 13px;

        font-size: 14px;

        line-height: 1.55;
    }


    /* disable movement on mobile */

    .sr-footer-col > a:hover {
        transform: none;
    }


    /* ------------------------------------------
       CONTACT
    ------------------------------------------ */

    .sr-footer-contact > a,
    .sr-footer-location {
        margin-bottom: 14px;

        font-size: 14px;
    }


    /* ------------------------------------------
       BOTTOM
    ------------------------------------------ */

    .sr-footer-bottom-wrap {
        width: 84%;

        min-height: auto;

        padding: 20px 0;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        justify-content: flex-start;

        gap: 15px;
    }


    .sr-footer-bottom p {
        font-size: 11px;

        text-align: left;
    }


    .sr-footer-legal {
        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

        gap: 10px 20px;
    }


    .sr-footer-legal a {
        font-size: 12px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 400px) {

    .sr-footer-wrap,
    .sr-footer-bottom-wrap {
        width: 86%;
    }


    .sr-footer-brand img {
        width: 165px;
    }


    .sr-footer-col h3 {
        font-size: 17px;
    }


    .sr-footer-col > a,
    .sr-footer-contact > a,
    .sr-footer-location {
        font-size: 13px;
    }

}

/* =====================================================
   FIX CONTACT US HEADING ALIGNMENT
===================================================== */

@media (max-width: 700px) {

    .sr-footer-contact {
        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: flex-start !important;

        text-align: left !important;
    }


    .sr-footer-contact h3 {
        width: auto !important;

        margin: 0 0 20px 0 !important;

        padding: 0 !important;

        align-self: flex-start !important;

        text-align: left !important;
    }


    .sr-footer-contact > a,
    .sr-footer-location {
        width: auto !important;

        justify-content: flex-start !important;

        align-self: flex-start !important;

        text-align: left !important;
    }

}

/* =====================================================
   SRINAGAR FOOTER LOGO - MOBILE FIX
===================================================== */

@media (max-width: 700px) {

    .sr-footer-brand {
        width: 100% !important;

        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: left !important;
    }


    /* SEPARATE SPACE FOR LOGO */

    .sr-footer-logo-box {
        width: 100% !important;
        height: 85px !important;

        margin: 0 0 25px 0 !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        position: relative !important;

        overflow: visible !important;
    }


    /* ACTUAL LOGO */

    .sr-footer-logo-box img {
        position: static !important;

        width: 180px !important;
        max-width: 180px !important;

        height: 75px !important;
        max-height: 75px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;

        object-fit: contain !important;
        object-position: center !important;

        transform: none !important;
    }


    /* DESCRIPTION */

    .sr-footer-brand p {
        position: static !important;

        width: 100% !important;
        max-width: 310px !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #c0cedd !important;

        font-size: 14px !important;
        line-height: 1.7 !important;

        text-align: left !important;

        transform: none !important;
    }

}

/* ==========================================================
   SRINAGAR FOOTER - MOBILE FINAL STYLE
========================================================== */

@media (max-width: 700px) {

    .sr-footer {
        width: 100% !important;
        background: #071c38 !important;
    }


    /* MAIN FOOTER CONTENT */

    .sr-footer-wrap {
        width: 86% !important;
        max-width: none !important;

        margin: 0 auto !important;

        padding: 48px 0 46px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;

        gap: 40px !important;
    }


    /* ======================================================
       BRAND
    ====================================================== */

    .sr-footer-brand {
        width: 100% !important;

        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: left !important;
    }


    @media (max-width: 700px) {

    .sr-footer-logo-box {
        width: 100% !important;
        height: 115px !important;

        margin: 0 0 22px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .sr-footer-logo-box img {
        width: 290px !important;
        max-width: 290px !important;

        height: 105px !important;
        max-height: 105px !important;

        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        object-fit: contain !important;
        object-position: left center !important;

        transform: none !important;
    }

}


    /* DESCRIPTION */

    .sr-footer-brand p {
        width: 100% !important;
        max-width: 330px !important;

        margin: 0 !important;

        color: #c2cfdd !important;

        font-size: 14px !important;
        font-weight: 500 !important;

        line-height: 1.7 !important;

        text-align: left !important;
    }


    /* ======================================================
       FOOTER COLUMNS
    ====================================================== */

    .sr-footer-col {
        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: flex-start !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: left !important;
    }


    .sr-footer-col h3 {
        width: 100% !important;

        margin: 0 0 20px !important;

        color: #ffffff !important;

        font-size: 19px !important;
        font-weight: 800 !important;

        line-height: 1.25 !important;

        text-align: left !important;
    }


    .sr-footer-col > a {
        margin: 0 0 14px !important;

        color: #c0cedd !important;

        font-size: 14px !important;
        line-height: 1.5 !important;

        text-decoration: none !important;
    }


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

    .sr-footer-contact {
        align-items: flex-start !important;

        text-align: left !important;
    }


    .sr-footer-contact h3 {
        text-align: left !important;

        align-self: flex-start !important;
    }


    .sr-footer-contact > a,
    .sr-footer-location {
        width: auto !important;

        margin: 0 0 15px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: flex-start !important;

        gap: 12px !important;

        color: #c0cedd !important;

        font-size: 14px !important;

        text-align: left !important;
    }


    .sr-footer-contact i,
    .sr-footer-location i {
        width: 18px !important;

        color: #2d83ee !important;

        font-size: 14px !important;

        text-align: center !important;
    }


    /* ======================================================
       FOOTER BOTTOM
    ====================================================== */

    .sr-footer-bottom {
        width: 100% !important;

        border-top:
            1px solid rgba(255,255,255,0.08) !important;
    }


    .sr-footer-bottom-wrap {
        width: 86% !important;

        margin: 0 auto !important;

        padding: 22px 0 !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: flex-start !important;

        gap: 14px !important;
    }


    .sr-footer-bottom p {
        margin: 0 !important;

        color: #8fa4bb !important;

        font-size: 11px !important;

        text-align: left !important;
    }


    .sr-footer-legal {
        display: flex !important;

        flex-wrap: wrap !important;

        justify-content: flex-start !important;

        gap: 12px 20px !important;
    }


    .sr-footer-legal a {
        color: #91a6bc !important;

        font-size: 12px !important;

        text-decoration: none !important;
    }

}

@media (max-width: 700px) {

    .sr-footer-logo-box {
        width: 100% !important;
        height: auto !important;

        margin: 0 0 22px !important;

        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    .sr-footer-logo-box img {
        width: 240px !important;
        max-width: 240px !important;

        height: auto !important;
        max-height: none !important;

        display: block !important;

        object-fit: contain !important;
        object-position: left center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

}

/* ==========================================================
   SRINAGAR FOOTER - DESKTOP ALIGNMENT FINAL FIX
========================================================== */

@media (min-width: 701px) {

    /* MAIN GRID */
    .sr-footer-wrap {
        width: min(1320px, 90%) !important;
        margin: 0 auto !important;

        padding: 60px 0 55px !important;

        display: grid !important;

        grid-template-columns:
            1.45fr
            1fr
            1fr
            1.1fr
            1.15fr !important;

        align-items: start !important;

        gap: 55px !important;
    }


    /* ======================================================
       BRAND COLUMN - START AT SAME TOP AS HEADINGS
    ====================================================== */

    .sr-footer-brand {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: flex-start !important;
        justify-content: flex-start !important;

        align-self: start !important;

        gap: 0 !important;

        position: static !important;

        top: auto !important;
        left: auto !important;

        transform: none !important;
    }


    /* ======================================================
       LOGO
    ====================================================== */

    .sr-footer-logo-box {
        width: 280px !important;
        height: 105px !important;

        margin: -18px 0 20px 0 !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: flex-start !important;

        position: static !important;

        transform: none !important;
    }


    .sr-footer-logo-box img {
        width: 320px !important;
        max-width: 320px !important;

        height: 200px !important;
        max-height: 200px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;

        position: static !important;

        object-fit: contain !important;
        object-position: left center !important;

        transform: none !important;
    }


    /* ======================================================
       BRAND DESCRIPTION
    ====================================================== */

    .sr-footer-brand p {
        width: 100% !important;
        max-width: 300px !important;

        margin: 0 !important;
        padding: 0 !important;

        position: static !important;

        color: #b7c7d8 !important;

        font-size: 14px !important;
        line-height: 1.7 !important;

        text-align: left !important;

        transform: none !important;
    }


    /* ======================================================
       OTHER COLUMNS
    ====================================================== */

    .sr-footer-col {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: flex-start !important;
        justify-content: flex-start !important;

        align-self: start !important;

        position: static !important;

        transform: none !important;
    }


    .sr-footer-col h3 {
        margin: 0 0 22px !important;
        padding: 0 !important;

        font-size: 18px !important;
        line-height: 1.2 !important;

        text-align: left !important;
    }

}

/* ==========================================================
   SRINAGAR PAGE - BIGGER DESKTOP TEXT
   DOES NOT CHANGE CARD / SECTION SIZES
========================================================== */

@media (min-width: 1000px) {

    /* ---------------- HEADER ---------------- */

    .sr-nav a {
        font-size: 15px !important;
    }

    .sr-nav-btn {
        font-size: 14px !important;
    }


    /* ---------------- HERO ---------------- */

    .sr-small-label {
        font-size: 12px !important;
        letter-spacing: 2.5px;
    }

    .sr-hero-content h1 {
        font-size: 60px !important;
        line-height: 1.05 !important;
        letter-spacing: -2px;
    }

    .sr-hero-content > p {
        font-size: 17px !important;
        line-height: 1.7 !important;
    }

    .sr-primary-btn,
    .sr-secondary-btn {
        font-size: 15px !important;
    }

    .sr-hero-trust span {
        font-size: 14px !important;
    }


    /* ---------------- TRUST BAR ---------------- */

    .sr-trust-item strong {
        font-size: 17px !important;
    }

    .sr-trust-item small {
        font-size: 13px !important;
    }


    /* ---------------- ABOUT ---------------- */

    .sr-about-content h2 {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }

    .sr-about-content > p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .sr-about-points div {
        font-size: 15px !important;
    }

    .sr-text-btn {
        font-size: 14px !important;
    }


    /* ---------------- COMMON SECTION HEADINGS ---------------- */

    .sr-center-label,
    .ric-process-v2-label,
    .ric-area-v2-label,
    .ric-routes-v2-label {
        font-size: 12px !important;
        letter-spacing: 2.5px;
    }

    .sr-section-heading h2,
    .ric-process-v2-heading h2,
    .ric-area-v2-content h2,
    .ric-routes-v2-heading h2 {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }

    .sr-section-heading > p,
    .ric-process-v2-heading > p,
    .ric-area-v2-content > p,
    .ric-routes-v2-heading > p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }


    /* ---------------- SERVICE CARDS ---------------- */

    .sr-service-card h3 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    .sr-service-card p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .sr-service-card a {
        font-size: 13px !important;
        font-weight: 700;
    }


    /* ---------------- WHY RIC ---------------- */

    .ric-why-premium-label {
        font-size: 12px !important;
    }

    .ric-why-premium-left h2 {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }

    .ric-why-premium-left > p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .ric-why-item-content h3 {
        font-size: 20px !important;
    }

    .ric-why-item-content p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }


    /* ---------------- MOVING PROCESS ---------------- */

    .ric-process-v2-card h3 {
        font-size: 20px !important;
    }

    .ric-process-v2-card p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .ric-process-number {
        font-size: 14px !important;
    }


    /* ---------------- AREAS ---------------- */

    .ric-area-v2-card span {
        font-size: 16px !important;
        font-weight: 700;
    }


    /* ---------------- ROUTES ---------------- */

    .ric-routes-v2-image-text h3 {
        font-size: 30px !important;
        line-height: 1.15 !important;
    }

    .ric-route-v2-content > span {
        font-size: 11px !important;
    }

    .ric-route-v2-name strong {
        font-size: 17px !important;
    }


    /* ---------------- MAP ---------------- */

    .sr-map-card small,
    .sr-map-info small {
        font-size: 11px !important;
    }

    .sr-map-card h3 {
        font-size: 22px !important;
    }

    .sr-map-card p {
        font-size: 14px !important;
    }

    .sr-map-info strong {
        font-size: 15px !important;
    }


    /* ---------------- FAQ ---------------- */

    .sr-faq-question span {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }

    .sr-faq-answer p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }


    /* ---------------- FINAL CTA ---------------- */

    .sr-cta span {
        font-size: 12px !important;
        letter-spacing: 2px;
    }

    .sr-cta h2 {
        font-size: 42px !important;
        line-height: 1.1 !important;
    }

    .sr-cta p {
        font-size: 16px !important;
    }

    .sr-cta a {
        font-size: 15px !important;
    }


    /* ---------------- FOOTER ---------------- */

    .sr-footer h3 {
        font-size: 18px !important;
    }

    .sr-footer p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .sr-footer a {
        font-size: 14px !important;
    }

    .sr-footer-contact span,
    .sr-footer-location span {
        font-size: 14px !important;
    }

}