/* =========================================================
   RITHCABS
   PREMIUM WEBSITE FOOTER
   ========================================================= */


/* =========================================================
   01. FOOTER
   ========================================================= */

.rithcabs-footer {
    position: relative;
    width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    color: #ffffff;

    background:
        radial-gradient(circle at 10% 10%,
            rgba(255, 184, 0, 0.07),
            transparent 25%),
        radial-gradient(circle at 90% 80%,
            rgba(255, 184, 0, 0.05),
            transparent 25%),
        linear-gradient(145deg,
            #07344e 0%,
            #06283d 48%,
            #031d2c 100%);
}


/* =========================================================
   02. TOP GOLD ACCENT
   ========================================================= */

.footer-top-accent {
    position: relative;
    z-index: 10;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(90deg,
            transparent 0%,
            #ffb800 15%,
            #ffc72c 50%,
            #ffb800 85%,
            transparent 100%);
}


/* =========================================================
   03. CONTAINER
   ========================================================= */

.rithcabs-footer>.container {
    position: relative;
    z-index: 5;

    max-width: 1440px;

    padding-top: 65px;
    padding-bottom: 24px;
}


/* =========================================================
   04. MAIN ROW
   ========================================================= */

.footer-main-row {
    position: relative;
    z-index: 5;

    padding-bottom: 42px;
}


/* =========================================================
   05. BRAND
   ========================================================= */

.footer-brand {
    position: relative;

    max-width: 390px;
}


/* =========================================================
   06. LOGO LINK
   ========================================================= */

.footer-logo-link {
    display: inline-flex;

    align-items: center;

    text-decoration: none;

    margin-bottom: 18px;
}


/* =========================================================
   07. LOGO
   ========================================================= */

.footer-logo {
    display: block;

    width: auto;
    max-width: 210px;

    height: 62px;

    object-fit: contain;
    object-position: left center;
}


/* =========================================================
   08. TAGLINE
   ========================================================= */

.footer-tagline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 5px;

    margin-bottom: 16px;

    color: #ffffff;

    font-size: 21px;
    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -0.5px;
}


.footer-tagline span {
    color: #ffb800;

    font-weight: 800;
}


/* =========================================================
   09. DESCRIPTION
   ========================================================= */

.footer-description {
    max-width: 370px;

    margin: 0 0 24px;

    color:
        rgba(255, 255, 255, 0.67);

    font-size: 13px;
    line-height: 1.75;

    font-weight: 400;
}


/* =========================================================
   10. CALL BUTTON
   ========================================================= */

.footer-call-button {
    position: relative;

    width: 100%;
    max-width: 285px;

    min-height: 62px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 7px 18px 7px 7px;

    overflow: hidden;

    color: #06283d;

    text-decoration: none;

    background:
        linear-gradient(135deg,
            #ffc72c 0%,
            #ffb800 65%,
            #f5aa00 100%);

    border:
        1px solid rgba(255, 184, 0, 0.45);

    border-radius: 999px;

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.16);

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


/* =========================================================
   11. CALL BUTTON SHINE
   ========================================================= */

.footer-call-button::before {
    content: "";

    position: absolute;

    top: -70%;
    left: -30%;

    width: 25%;
    height: 240%;

    background:
        rgba(255, 255, 255, 0.22);

    transform: rotate(25deg);

    transition:
        left 0.55s ease;
}


/* =========================================================
   12. CALL BUTTON HOVER
   ========================================================= */

.footer-call-button:hover {
    color: #06283d;

    transform:
        translateY(-3px);

    box-shadow:
        0 16px 34px rgba(255, 184, 0, 0.18);
}


.footer-call-button:hover::before {
    left: 120%;
}


/* =========================================================
   13. CALL ICON
   ========================================================= */

.footer-call-icon {
    position: relative;
    z-index: 2;

    width: 48px;
    height: 48px;

    flex:
        0 0 48px;

    display: flex;

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

    color: #ffffff;

    background:
        linear-gradient(145deg,
            #07344e,
            #031d2c);

    border-radius: 50%;

    box-shadow:
        0 6px 14px rgba(6, 40, 61, 0.25);

    font-size: 17px;
}


/* =========================================================
   14. CALL CONTENT
   ========================================================= */

.footer-call-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
}


.footer-call-content small {
    color:
        rgba(6, 40, 61, 0.68);

    font-size: 8px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.footer-call-content strong {
    margin-top: 4px;

    color: #06283d;

    font-size: 16px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: -0.3px;
}


/* =========================================================
   15. SOCIAL AREA
   ========================================================= */

.footer-social-area {
    margin-top: 25px;
}


/* =========================================================
   16. SOCIAL TITLE
   ========================================================= */

.footer-social-title {
    display: block;

    margin-bottom: 10px;

    color:
        rgba(255, 255, 255, 0.55);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================================
   17. SOCIAL ICONS
   ========================================================= */

.rithcabs-footer .social-icons {
    display: flex;

    align-items: center;

    gap: 9px;
}


/* =========================================================
   18. SOCIAL BUTTON
   ========================================================= */

.rithcabs-footer .social-icons a {
    width: 38px;
    height: 38px;

    display: flex;

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

    color:
        rgba(255, 255, 255, 0.80);

    text-decoration: none;

    background:
        rgba(255, 255, 255, 0.06);

    border:
        1px solid rgba(255, 255, 255, 0.10);

    border-radius: 50%;

    font-size: 14px;

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


/* =========================================================
   19. SOCIAL HOVER
   ========================================================= */

.rithcabs-footer .social-icons a:hover {
    color: #06283d;

    background: #ffb800;

    border-color: #ffb800;

    transform:
        translateY(-4px);
}


/* =========================================================
   20. FOOTER COLUMN
   ========================================================= */

.footer-column {
    position: relative;

    height: 100%;
}


/* =========================================================
   21. COLUMN HEADING
   ========================================================= */

.rithcabs-footer .footer-column h5 {
    margin:
        6px 0 9px;

    color: #ffffff;

    font-size: 15px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.2px;
}


/* =========================================================
   22. HEADING GOLD LINE
   ========================================================= */

.footer-heading-line {
    display: block;

    width: 34px;
    height: 3px;

    margin-bottom: 23px;

    background: #ffb800;

    border-radius: 50px;
}


/* =========================================================
   23. FOOTER LINKS
   ========================================================= */

.rithcabs-footer .footer-links {
    list-style: none;

    margin: 0;
    padding: 0;
}


/* =========================================================
   24. FOOTER LINK ITEM
   ========================================================= */

.rithcabs-footer .footer-links li {
    margin: 0 0 13px;
    padding: 0;
}


/* =========================================================
   25. FOOTER LINKS
   ========================================================= */

.rithcabs-footer .footer-links a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color:
        rgba(255, 255, 255, 0.66);

    text-decoration: none;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 500;

    transition:
        color 0.22s ease,
        transform 0.22s ease;
}


/* =========================================================
   26. LINK ICON
   ========================================================= */

.rithcabs-footer .footer-links a i {
    color: #ffb800;

    font-size: 10px;

    transition:
        transform 0.22s ease;
}


/* =========================================================
   27. LINK HOVER
   ========================================================= */

.rithcabs-footer .footer-links a:hover {
    color: #ffffff;

    transform:
        translateX(4px);
}


.rithcabs-footer .footer-links a:hover i {
    transform:
        translateX(2px);
}


/* =========================================================
   28. DRIVER PARTNER
   ========================================================= */

.footer-driver-partner {
    margin-top: 27px;

    padding-top: 20px;

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


/* =========================================================
   29. DRIVER LABEL
   ========================================================= */

.footer-driver-label {
    display: block;

    margin-bottom: 10px;

    color:
        rgba(255, 255, 255, 0.43);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


/* =========================================================
   30. DRIVER LINK
   ========================================================= */

.footer-driver-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding:
        9px 13px;

    color: #ffffff;

    text-decoration: none;

    background:
        rgba(255, 255, 255, 0.06);

    border:
        1px solid rgba(255, 255, 255, 0.10);

    border-radius: 10px;

    font-size: 11px;

    font-weight: 700;

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


.footer-driver-link i {
    color: #ffb800;
}


/* =========================================================
   31. DRIVER LINK HOVER
   ========================================================= */

.footer-driver-link:hover {
    color: #06283d;

    background: #ffb800;

    border-color: #ffb800;

    transform:
        translateY(-2px);
}


.footer-driver-link:hover i {
    color: #06283d;
}


/* =========================================================
   32. CONTACT COLUMN
   ========================================================= */

.footer-contact-column {
    max-width: 370px;
}


/* =========================================================
   33. CONTACT ITEM
   ========================================================= */

.footer-contact-item {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 14px;

    padding:
        10px 12px;

    background:
        rgba(255, 255, 255, 0.035);

    border:
        1px solid rgba(255, 255, 255, 0.07);

    border-radius: 13px;

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


/* =========================================================
   34. CONTACT ITEM HOVER
   ========================================================= */

.footer-contact-item:hover {
    background:
        rgba(255, 255, 255, 0.06);

    border-color:
        rgba(255, 184, 0, 0.24);

    transform:
        translateX(-3px);
}


/* =========================================================
   35. CONTACT ICON
   ========================================================= */

.footer-contact-icon {
    width: 42px;
    height: 42px;

    flex:
        0 0 42px;

    display: flex;

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

    color: #06283d;

    background:
        linear-gradient(145deg,
            #ffc72c,
            #ffb800);

    border-radius: 12px;

    box-shadow:
        0 7px 15px rgba(255, 184, 0, 0.12);

    font-size: 15px;
}


/* =========================================================
   36. CONTACT CONTENT
   ========================================================= */

.footer-contact-content {
    min-width: 0;

    display: flex;
    flex-direction: column;
}


/* =========================================================
   37. CONTACT LABEL
   ========================================================= */

.footer-contact-content span {
    color:
        rgba(255, 255, 255, 0.43);

    font-size: 8px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================================
   38. CONTACT VALUE
   ========================================================= */

.footer-contact-content strong,
.footer-contact-content a {
    margin-top: 5px;

    color:
        rgba(255, 255, 255, 0.86);

    text-decoration: none;

    font-size: 11px;
    line-height: 1.45;

    font-weight: 600;

    transition:
        color 0.2s ease;
}


.footer-contact-content a:hover {
    color: #ffb800;
}


/* =========================================================
   39. SUPPORT BOX
   ========================================================= */

.footer-support-box {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 22px;

    padding:
        14px 16px;

    background:
        linear-gradient(135deg,
            rgba(255, 184, 0, 0.13),
            rgba(255, 184, 0, 0.045));

    border:
        1px solid rgba(255, 184, 0, 0.18);

    border-radius: 14px;
}


/* =========================================================
   40. SUPPORT ICON
   ========================================================= */

.footer-support-icon {
    width: 42px;
    height: 42px;

    flex:
        0 0 42px;

    display: flex;

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

    color: #ffb800;

    background:
        rgba(255, 184, 0, 0.10);

    border:
        1px solid rgba(255, 184, 0, 0.18);

    border-radius: 50%;

    font-size: 17px;
}


/* =========================================================
   41. SUPPORT CONTENT
   ========================================================= */

.footer-support-box>div:last-child {
    display: flex;
    flex-direction: column;
}


.footer-support-box strong {
    color: #ffffff;

    font-size: 11px;
    line-height: 1.3;

    font-weight: 700;
}


.footer-support-box span {
    margin-top: 3px;

    color:
        rgba(255, 255, 255, 0.52);

    font-size: 9px;
    line-height: 1.4;
}


/* =========================================================
   42. MAIN DIVIDER
   ========================================================= */

.footer-divider {
    width: 100%;
    height: 1px;

    background:
        linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.12) 12%,
            rgba(255, 255, 255, 0.12) 88%,
            transparent 100%);
}


/* =========================================================
   43. FOOTER BOTTOM
   ========================================================= */

.footer-bottom {
    display: grid;

    grid-template-columns:
        1fr auto 1fr;

    align-items: center;

    gap: 25px;

    padding:
        22px 0 0;
}


/* =========================================================
   44. COPYRIGHT
   ========================================================= */

.footer-copyright p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.48);

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


.footer-copyright strong {
    color:
        rgba(255, 255, 255, 0.80);

    font-weight: 700;
}


/* =========================================================
   45. LEGAL LINKS
   ========================================================= */

.footer-legal-links {
    display: flex;

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

    gap: 13px;
}


.footer-legal-links a {
    color:
        rgba(255, 255, 255, 0.52);

    text-decoration: none;

    font-size: 9px;

    font-weight: 500;

    transition:
        color 0.2s ease;
}


.footer-legal-links a:hover {
    color: #ffb800;
}


/* =========================================================
   46. LEGAL DIVIDER
   ========================================================= */

.footer-legal-links>span {
    width: 3px;
    height: 3px;

    background: #ffb800;

    border-radius: 50%;
}


/* =========================================================
   47. POWERED BY
   ========================================================= */

.footer-powered {
    display: flex;

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

    gap: 5px;

    font-size: 9px;
}


.footer-powered span {
    color:
        rgba(255, 255, 255, 0.40);
}


.footer-powered a {
    color: #ffb800;

    text-decoration: none;

    font-weight: 700;

    transition:
        color 0.2s ease;
}


.footer-powered a:hover {
    color: #ffffff;
}


/* =========================================================
   48. DECORATIVE ELEMENTS
   ========================================================= */

.footer-decoration {
    position: absolute;

    pointer-events: none;

    border-radius: 50%;
}


/* =========================================================
   49. LEFT DECORATION
   ========================================================= */

.footer-decoration-left {
    width: 330px;
    height: 330px;

    left: -230px;
    bottom: -210px;

    border:
        38px solid rgba(255, 184, 0, 0.045);
}


/* =========================================================
   50. RIGHT DECORATION
   ========================================================= */

.footer-decoration-right {
    width: 270px;
    height: 270px;

    top: 40px;
    right: -200px;

    border:
        30px solid rgba(255, 255, 255, 0.025);
}


/* =========================================================
   51. LARGE LAPTOP
   ========================================================= */

@media (max-width: 1200px) {

    .rithcabs-footer>.container {
        padding-top: 55px;
    }


    .footer-logo {
        max-width: 190px;
        height: 58px;
    }


    .footer-description {
        font-size: 12px;
    }


    .footer-contact-column {
        max-width: none;
    }

}


/* =========================================================
   52. TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .rithcabs-footer>.container {
        padding-top: 50px;
    }


    .footer-brand {
        max-width: 600px;
    }


    .footer-description {
        max-width: 560px;
    }


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

        gap: 12px;

        text-align: center;
    }


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


    .footer-powered {
        justify-content: center;
    }

}


/* =========================================================
   53. SMALL TABLET
   ========================================================= */

@media (max-width: 767.98px) {

    .rithcabs-footer>.container {
        padding-top: 45px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .footer-main-row {
        padding-bottom: 32px;
    }


    .footer-logo {
        max-width: 180px;
        height: 55px;
    }


    .footer-tagline {
        font-size: 19px;
    }


    .footer-description {
        font-size: 12px;
        line-height: 1.7;
    }


    .footer-heading-line {
        margin-bottom: 18px;
    }


    .footer-driver-partner {
        margin-top: 20px;
    }

}


/* =========================================================
   54. MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .rithcabs-footer>.container {
        padding-top: 40px;
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 20px;
    }


    .footer-main-row {
        padding-bottom: 25px;
    }


    /* BRAND */

    .footer-brand {
        max-width: 100%;
    }


    .footer-logo {
        max-width: 170px;
        height: 52px;
    }


    .footer-tagline {
        margin-bottom: 13px;

        font-size: 18px;
    }


    .footer-description {
        margin-bottom: 20px;

        font-size: 11px;
    }


    /* CALL */

    .footer-call-button {
        max-width: 270px;

        min-height: 58px;
    }


    .footer-call-icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;
    }


    .footer-call-content strong {
        font-size: 15px;
    }


    /* SOCIAL */

    .footer-social-area {
        margin-top: 22px;
    }


    .rithcabs-footer .social-icons a {
        width: 36px;
        height: 36px;
    }


    /* HEADINGS */

    .rithcabs-footer .footer-column h5 {
        font-size: 14px;
    }


    /* CONTACT */

    .footer-contact-item {
        max-width: 100%;
    }


    .footer-support-box {
        max-width: 100%;
    }


    /* BOTTOM */

    .footer-bottom {
        padding-top: 18px;
    }


    .footer-copyright p {
        font-size: 9px;
    }


    .footer-legal-links {
        flex-wrap: wrap;

        gap: 9px;
    }


    .footer-powered {
        flex-wrap: wrap;
    }

}


/* =========================================================
   55. VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .rithcabs-footer>.container {
        padding-left: 14px;
        padding-right: 14px;
    }


    .footer-logo {
        max-width: 155px;
    }


    .footer-tagline {
        font-size: 17px;
    }


    .footer-call-button {
        max-width: 100%;
    }


    .footer-call-content strong {
        font-size: 14px;
    }

}