/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.title {
    max-width: 720px;
    font-family: "Barlow", sans-serif;
    font-size: 34px;
    line-height: 1.22;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 991px) {
    .title {
        max-width: 620px;
        font-size: 28px;
        line-height: 1.25;
    }
}

@media screen and (max-width: 575px) {
    .title {
        max-width: 100%;
        font-size: 22px;
        line-height: 1.3;
        text-align: center;
    }
}

.underline {
    padding: 0px;
    margin: auto;
    width: 60px;
    height: 2px;
    background: #E2E6E7;
}

.bg-video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
}

@media screen and (max-width: 509px) {
    .bg-video {
        height: 60vh;
    }
}
@media (pointer: fine) {
    .bg-video {
        height: 85vh;
    }
}
.col-md-4.a {
    padding: 50px;
    background-image: url(../img/Menu/drive-thru.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.col-md-4.b {
    padding: 50px;
    background-image: url(../img/Menu/dine-in.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.col-md-4.c {
    padding: 50px;
    background-image: url(../img/Menu/food court.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.temp_home_hostry {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    height: 100%;
}
.h3.color-white {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
}
.color-white {
    color: #fff;
}
.temp_home_hostry li {
  color: #fff;
}
/* ============================================================== 
     # Motorcycles
=================================================================== */
.box {
    text-align: center;
    flex: 1;
    /* Allows boxes to grow equally */
}

.button-container {
    display: flex;
    overflow-x: auto;
    padding: 0px;
    white-space: nowrap;
}

.button-container::-webkit-scrollbar {
    height: 2px;
    /* Adjust scrollbar height */
}

.button-container::-webkit-scrollbar-thumb {
    background: #888;
    /* Scrollbar color */
    border-radius: 10px;
    /* Round corners */
}

.button-container::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Darker color on hover */
}

.m-0 {
    font-family: sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding: 0 22px;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 600;
}

.TemplateFuture .row a {
    width: 25%;
}

@media screen and (max-width: 509px) {
    .TemplateFuture .col-md-4 {
        width: 50%;
    }
}

.ms-0 {
    padding: 0px;
    margin: auto;
    text-align: center;
    color: #d81324;
    font-size: 12px;
}

/* ============================================================== 
     # Rev Slider
=================================================================== */
.revslider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.revslide {
    display: none;
    /* Hide slides initially */
    flex-direction: row;
    align-items: center;
    height: 60vh;
    /* Adjust as needed */
}

.slide-content {
    display: flex;
    width: 100%;
    height: auto;
}

.slide-image {
    width: 100%;
    /* Left column */
    height: auto;
}

.slide-text {
    padding: 0px;
    width: 100%;
    /* Right column */
}

.revslide h2 {
    margin-bottom: 10px;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
    /* Space between slider and dots */
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s;
}

.owl-dot.active span {
    background: #ff5722;
    /* Active dot color */
}

@media (max-width: 768px) {

    .slide-image,
    .slide-text {
        width: 100%;
        /* Stack columns on smaller screens */
    }

    .slide-text {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .revslide h2 {
        font-size: 1.5em;
    }
}

/* ============================================================== 
     # Gallery
=================================================================== */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 10px;
    padding: 10px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    display: block;
    transition: transform 0.3s;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.franchise-steps {
    background: #fff;
}

.franchise-steps h3 {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #0B2154;
    font-size: 30px;
    line-height: 1.3;
}

.step-box {
    position: relative;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-left: 4px solid #D81324;
    box-shadow: 0 10px 26px rgba(11, 33, 84, 0.08);
}

.step-box h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #0B2154;
}

.step-box p {
    margin-bottom: 0;
    color: #596277;
    line-height: 1.7;
}

@media screen and (max-width: 575px) {
    .franchise-steps h3 {
        font-size: 24px;
    }

    .step-box {
        padding: 24px;
    }

}

.about-info-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.about-copy {
    display: block;
    color: #596277;
}

.about-copy > h2 {
    width: 100%;
    margin-bottom: 16px;
    color: #0B2154;
    font-size: 34px;
    line-height: 1.25;
}

.about-copy > p {
    max-width: 980px;
    color: #596277;
    font-size: 16px;
    line-height: 1.8;
}

.about-info-card {
    padding: 26px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-top: 4px solid #D81324;
    box-shadow: 0 10px 28px rgba(11, 33, 84, 0.08);
}

.about-info-card h3,
.about-cta h3 {
    margin-bottom: 12px;
    color: #0B2154;
    font-size: 22px;
    line-height: 1.25;
}

.about-info-card p,
.about-cta p {
    margin-bottom: 0;
    color: #596277;
    line-height: 1.75;
}

.about-cta {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    background: #0B2154;
    border-left: 5px solid #D81324;
}

.about-cta h3,
.about-cta p {
    color: #ffffff;
}

.apply-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

.apply-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.apply-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 39, 76, 0.92) 0%, rgba(3, 39, 76, 0.74) 38%, rgba(216, 19, 36, 0.18) 100%);
    z-index: 1;
}

.apply-hero .container {
    position: relative;
    z-index: 2;
}

.apply-hero-content {
    max-width: 560px;
    padding: 80px 0;
}

.apply-hero-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding: 10px 14px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.apply-hero-brand::after {
    order: 2;
    content: "";
    width: 3px;
    height: 58px;
    background: linear-gradient(to bottom, #e31837 0 50%, #0078ae 50% 100%);
}

.apply-hero-icon {
    order: 1;
    width: 62px;
    height: auto;
    flex: 0 0 auto;
}

.apply-hero-logo {
    order: 3;
    width: 118px;
    height: auto;
    flex: 0 0 auto;
}

.apply-hero h1 {
    margin-bottom: 18px;
    color: #ffffff;
    font-family: "Barlow", sans-serif;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.apply-hero p {
    max-width: 520px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.7;
}

.franchise-form-section {
    padding: 72px 0;
    background:
        linear-gradient(135deg, rgba(0, 120, 174, 0.08), rgba(227, 24, 55, 0.08)),
        #f7f9fc;
}

.franchise-form-panel {
    position: relative;
    overflow: hidden;
    padding: 42px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-top: 5px solid #e31837;
    box-shadow: 0 18px 45px rgba(11, 33, 84, 0.12);
}

.franchise-form-panel::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #0078ae 0 50%, #e31837 50% 100%);
    opacity: 0.08;
}

.form-intro {
    position: relative;
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.form-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #e31837;
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.form-intro h2 {
    margin-bottom: 12px;
    color: #0B2154;
    font-size: 34px;
    line-height: 1.22;
}

.form-intro p {
    max-width: 690px;
    margin: 0 auto;
    color: #596277;
    line-height: 1.7;
}

.form-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.form-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    color: #0B2154;
    background: #f3f7fb;
    border: 1px solid #dfe8f2;
    font-size: 14px;
    font-weight: 600;
}

.form-trust-row i {
    color: #e31837;
}

.modern-franchise-form {
    position: relative;
}

.field-with-icon {
    position: relative;
}

.field-with-icon i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: #0078ae;
    font-size: 16px;
    z-index: 2;
}

.field-with-icon .form-control {
    height: 46px;
    padding: 0 18px 0 50px;
    color: #0B2154;
    background: #ffffff;
    border: 1px solid #dfe6ef;
    border-radius: 14px;
    font-weight: 500;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field-with-icon select.form-control {
    padding-right: 42px;
    color: #7b8796;
    cursor: pointer;
}

.field-with-icon select.form-control:valid {
    color: #0B2154;
}

.field-with-icon .form-control::placeholder {
    color: #7b8796;
}

.field-with-icon .form-control:focus {
    border-color: #0078ae;
    box-shadow: 0 0 0 4px rgba(0, 120, 174, 0.12);
}

.field-with-icon:focus-within i {
    color: #e31837;
}

.franchise-submit-btn {
    display: inline-flex;
    width: 100%;
    max-width: 240px;
    height: 58px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 12px auto 0;
    color: #ffffff;
    background: linear-gradient(90deg, #e31837, #0078ae);
    border: none;
    border-radius: 14px;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(227, 24, 55, 0.22);
}

.franchise-submit-btn:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #c9142f, #006791);
}

.application-guide-section {
    padding: 78px 0;
    background: #ffffff;
}

.application-guide-header {
    max-width: 900px;
    margin: 0 auto 38px;
    text-align: center;
}

.application-guide-header h2 {
    margin-bottom: 14px;
    color: #0B2154;
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    line-height: 1.22;
}

.application-guide-header p {
    margin-bottom: 0;
    color: #596277;
    font-size: 16px;
    line-height: 1.8;
}

.application-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.application-guide-card {
    position: relative;
    min-height: 100%;
    padding: 30px 26px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5ebf3;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(11, 33, 84, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.application-guide-card::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e31837 0 50%, #0078ae 50% 100%);
}

.application-guide-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 120, 174, 0.35);
    box-shadow: 0 20px 42px rgba(11, 33, 84, 0.13);
}

.guide-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #0078ae;
    background: #ffffff;
    border: 2px solid #e31837;
    border-radius: 16px;
    font-size: 22px;
    box-shadow: 0 10px 22px rgba(11, 33, 84, 0.08);
}

.application-guide-card h3 {
    margin-bottom: 12px;
    color: #0B2154;
    font-size: 21px;
    line-height: 1.25;
}

.application-guide-card p {
    margin-bottom: 0;
    color: #596277;
    line-height: 1.75;
}

.application-guide-note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding: 20px 24px;
    color: #ffffff;
    background: linear-gradient(90deg, #0B2154, #0078ae);
    border-radius: 18px;
}

.application-guide-note i {
    color: #ffffff;
    font-size: 24px;
}

.application-guide-note p {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1.6;
}

.contact-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 39, 76, 0.92), rgba(3, 39, 76, 0.72), rgba(227, 24, 55, 0.35));
    z-index: 1;
}

.contact-hero .container {
    position: relative;
    z-index: 2;
}

.contact-hero-content {
    max-width: 650px;
    padding: 70px 0;
}

.contact-hero-content span {
    display: inline-block;
    margin-bottom: 12px;
    color: #ffffff;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-hero-content h1 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.12;
}

.contact-hero-content p {
    max-width: 560px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.7;
}

.modern-contact-section {
    padding: 72px 0;
    background: #f7f9fc;
}

.contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 30px;
}

.contact-info-card {
    padding: 28px 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5ebf3;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(11, 33, 84, 0.08);
}

.contact-info-card i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #0078ae;
    background: #ffffff;
    border: 2px solid #e31837;
    border-radius: 15px;
    font-size: 21px;
}

.contact-info-card h3 {
    margin-bottom: 10px;
    color: #0B2154;
    font-size: 21px;
}

.contact-info-card p {
    margin-bottom: 0;
    color: #596277;
    line-height: 1.7;
}

.contact-main-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 26px;
    align-items: stretch;
}

.contact-map-wrap,
.contact-form-wrap {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5ebf3;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(11, 33, 84, 0.1);
}

.contact-map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
}

.contact-form-wrap {
    padding: 34px;
}

.contact-form-wrap h2 {
    margin-bottom: 10px;
    color: #0B2154;
    font-size: 30px;
}

.contact-form-wrap > p {
    margin-bottom: 24px;
    color: #596277;
    line-height: 1.7;
}

.textarea-field i {
    top: 24px;
    transform: none;
}

.textarea-field .form-control {
    min-height: 124px;
    padding-top: 15px;
    resize: vertical;
}

.contact-submit-btn {
    display: inline-flex;
    width: 100%;
    max-width: 220px;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: linear-gradient(90deg, #e31837, #0078ae);
    border: none;
    border-radius: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-submit-btn:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #c9142f, #006791);
}

.policy-hero {
    padding: 96px 0;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(3, 39, 76, 0.94), rgba(3, 39, 76, 0.76), rgba(227, 24, 55, 0.42)),
        url("../img/slider/slider-3.jpg") center / cover no-repeat;
}

.policy-hero-content {
    max-width: 720px;
}

.policy-hero-content span {
    display: inline-block;
    margin-bottom: 12px;
    color: #ffffff;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.policy-hero-content h1 {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.12;
}

.policy-hero-content p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.7;
}

.terms-hero {
    background:
        linear-gradient(90deg, rgba(3, 39, 76, 0.94), rgba(0, 120, 174, 0.72), rgba(227, 24, 55, 0.46)),
        url("../img/slider/slider-1.jpg") center / cover no-repeat;
}

.policy-section {
    padding: 72px 0;
    background: #f7f9fc;
}

.policy-panel {
    padding: 42px;
    background: #ffffff;
    border: 1px solid #e5ebf3;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(11, 33, 84, 0.1);
}

.policy-block {
    padding: 26px 0;
    border-bottom: 1px solid #e8edf4;
}

.policy-block:first-child {
    padding-top: 0;
}

.policy-block h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #0B2154;
    font-size: 24px;
    line-height: 1.25;
}

.policy-block h2 i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #0078ae;
    border: 2px solid #e31837;
    border-radius: 12px;
    font-size: 17px;
}

.policy-block p {
    margin-bottom: 0;
    color: #596277;
    line-height: 1.75;
}

.policy-block a {
    color: #D81324;
    font-weight: 700;
}

.policy-note {
    display: flex;
    gap: 14px;
    margin-top: 28px;
    padding: 20px 22px;
    color: #ffffff;
    background: linear-gradient(90deg, #0B2154, #0078ae);
    border-radius: 16px;
}

.policy-note i,
.policy-note p {
    color: #ffffff;
}

.policy-note p {
    margin-bottom: 0;
    line-height: 1.6;
}

.thanks-section {
    min-height: 72vh;
    display: flex;
    align-items: center;
    padding: 90px 0;
    background:
        linear-gradient(135deg, rgba(3, 39, 76, 0.9), rgba(0, 120, 174, 0.72), rgba(227, 24, 55, 0.42)),
        url("../img/apply-hero.png") center / cover no-repeat;
}

.thanks-panel {
    max-width: 720px;
    margin: 0 auto;
    padding: 54px 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(3, 39, 76, 0.22);
}

.thanks-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #0078ae 0 50%, #e31837 50% 100%);
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 14px 28px rgba(0, 120, 174, 0.22);
}

.thanks-panel span {
    display: block;
    margin-bottom: 16px;
    color: #e31837;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.thanks-panel h1 {
    margin-bottom: 14px;
    color: #0B2154;
    font-size: 44px;
    line-height: 1.15;
}

.thanks-panel p {
    max-width: 560px;
    margin: 0 auto 28px;
    color: #596277;
    font-size: 17px;
    line-height: 1.75;
}

.thanks-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.thanks-primary-btn,
.thanks-secondary-btn {
    display: inline-flex;
    min-width: 170px;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.thanks-primary-btn {
    color: #ffffff;
    background: linear-gradient(90deg, #e31837, #0078ae);
}

.thanks-secondary-btn {
    color: #0B2154;
    background: #ffffff;
    border: 1px solid #dfe6ef;
}

.thanks-primary-btn:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #c9142f, #006791);
}

.thanks-secondary-btn:hover {
    color: #D81324;
    border-color: #D81324;
}

@media screen and (max-width: 991px) {
    .application-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-card-grid,
    .contact-main-panel {
        grid-template-columns: 1fr;
    }
}

body .container-xxl .textres .about-info-grid,
body .container-xxl .textres .about-cta {
    color: #596277;
}

@media screen and (max-width: 767px) {
    .about-info-grid {
        grid-template-columns: 1fr;
    }

    .about-info-card,
    .about-cta {
        padding: 22px;
    }

    .apply-hero {
        min-height: 460px;
        text-align: center;
    }

    .apply-hero-bg {
        object-position: 60% center;
    }

    .apply-hero-overlay {
        background: rgba(3, 39, 76, 0.78);
    }

    .apply-hero-content {
        max-width: 100%;
        padding: 64px 10px;
    }

    .apply-hero-brand {
        gap: 12px;
        margin-bottom: 18px;
        padding: 9px 12px;
    }

    .apply-hero-brand::after {
        height: 48px;
    }

    .apply-hero-icon {
        width: 50px;
    }

    .apply-hero-logo {
        width: 96px;
    }

    .apply-hero h1 {
        font-size: 30px;
        line-height: 1.18;
    }

    .apply-hero p {
        font-size: 15px;
        line-height: 1.6;
    }

    .franchise-form-section {
        padding: 48px 0;
    }

    .franchise-form-panel {
        padding: 28px 18px;
    }

    .form-intro h2 {
        font-size: 26px;
    }

    .form-trust-row {
        justify-content: stretch;
    }

    .form-trust-row span {
        width: 100%;
        justify-content: center;
    }

    .field-with-icon .form-control {
        height: 44px;
    }

    .franchise-submit-btn {
        max-width: 240px;
        height: 48px;
        font-size: 15px;
    }

    .application-guide-section {
        padding: 54px 0;
    }

    .application-guide-header h2 {
        font-size: 27px;
    }

    .application-guide-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .application-guide-card {
        padding: 26px 22px;
        border-radius: 16px;
    }

    .application-guide-note {
        align-items: flex-start;
        border-radius: 16px;
    }

    .contact-hero {
        min-height: 360px;
        text-align: center;
    }

    .contact-hero-content {
        padding: 58px 10px;
    }

    .contact-hero-content h1 {
        font-size: 32px;
    }

    .contact-hero-content p {
        font-size: 15px;
    }

    .modern-contact-section {
        padding: 48px 0;
    }

    .contact-info-card,
    .contact-form-wrap {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .contact-map-wrap {
        border-radius: 16px;
    }

    .contact-map-wrap iframe {
        min-height: 340px;
    }

    .contact-form-wrap h2 {
        font-size: 25px;
    }

    .contact-submit-btn {
        max-width: 100%;
    }

    .thanks-section {
        min-height: 64vh;
        padding: 60px 0;
    }

    .thanks-panel {
        padding: 38px 22px;
        border-radius: 18px;
    }

    .thanks-icon {
        width: 56px;
        height: 56px;
        font-size: 21px;
    }

    .thanks-panel h1 {
        font-size: 34px;
    }

    .thanks-panel p {
        font-size: 15px;
    }

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

.info {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.gallery h3 {
    margin: 5px 0;
    font-size: 1.2em;
}

.gallery p {
    font-size: 0.9em;
    color: #666;
}

.MotorHeader {
    padding: 0px;
    margin: 0px auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* ============================================================== 
     # Col Container
=================================================================== */
.textres {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    box-sizing: border-box;
}

.image-box {
    padding: 10px;
    flex: 1;
    max-width: 30%;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.text-box {
    flex: 1;
    max-width: 70%;
    padding-left: 20px;
    /* Adjust spacing as needed */
}

@media (max-width: 768px) {
    .textres {
        flex-direction: column;
    }
}

.text-box {
    padding-left: 0;
    padding-top: 20px;
    /* Adjust spacing as needed */
}

/* ============================================================== 
     # nav-hamburger
=================================================================== */
.nav-hamburger {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    display: none;
    /* Hide by default */
    flex-direction: column;
    justify-content: space-around;
    margin-right: 7px;
    color: #000;
    font-size: 40px;
}

.nav-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Optional: Add hover effect */
.nav-hamburger:hover span {
    background-color: #fff;
}

@media screen and (max-width: 990px) {
    .nav-hamburger {
        display: flex;
    }
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.96)),
        linear-gradient(135deg, rgba(0, 120, 174, 0.08), rgba(227, 24, 55, 0.08));
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.brand-loader {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    padding: 28px 32px;
    text-align: center;
}

.brand-loader-ring {
    position: relative;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-loader-ring::before {
    position: absolute;
    inset: 0;
    content: "";
    border: 4px solid rgba(0, 120, 174, 0.16);
    border-top-color: #e31837;
    border-right-color: #0078ae;
    border-radius: 50%;
    animation: brandLoaderSpin 0.9s linear infinite;
}

.brand-loader-icon {
    width: 48px;
    height: auto;
    animation: brandLoaderPulse 1.4s ease-in-out infinite;
}

.brand-loader-logo {
    width: 122px;
    height: auto;
}

.brand-loader span {
    color: #0B2154;
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

@keyframes brandLoaderSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes brandLoaderPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.92);
    }
}

@media screen and (max-width: 575px) {
    .brand-loader-ring {
        width: 74px;
        height: 74px;
    }

    .brand-loader-icon {
        width: 40px;
    }

    .brand-loader-logo {
        width: 104px;
    }
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    font-size: 12px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 0 0 / 48%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service .nav .nav-link.active h4 {
    color: #d82030 !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/


.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
