/* Franchise Specific Styles */
.franchise-slider {
    width: 100%;
    padding: 20px 0 50px;
}

.franchise-model {
    background-color: #13276e;
}

.bg-light {
    background-color: rgb(241 241 241) !important;
}

.franchise-about-content {
    text-align: justify;
}

.franchise-slider .swiper-slide {
    height: auto;
    display: flex;
}

.franchise-slider .model-card {
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    background: #fff;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.franchise-slider .model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.franchise-slider .model-icon {
    font-size: 40px;
    color: #ff6a14;
    margin-bottom: 20px;
}

.franchise-slider .model-card h4 {
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
}

.franchise-slider .model-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff6a14;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
}


.swiper-pagination-bullet {
    background: #ff6a14;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6a14;
}

.franchise-about-section {
    padding: 80px 0;
}

.benefits-section {
    background-color: var(--theme-yellow);
    position: relative;
    padding: 80px 0;
}

.text-primary {
    color: #ff6a14 !important;
}

.franchise-hero {
    padding: 150px 0 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/banner/1.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.franchise-about-image {
    margin-right: 20px;
}

.franchise-about-image img {
    height: 310px;
    width: 100%;
    object-fit: cover;
}

.franchise-hero h1 {
    font-size: 45px;
}

.franchise-stats {
    padding: 60px 0;
    background: #f8f9ff;
}

.why-choose-us h4 {
    margin: 15px 0;
}

h2 {
    font-size: 36px;
}

.stat-box {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #023e8a;

    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-size: 18px;
    color: #333;
}

.franchise-model {
    padding: 80px 0;
}

.franchise-model h2 {
    color: #fff;
}

.why-choose-us {
    padding: 80px 0;
    position: relative;
}
.why-choose-us-content{
    position: relative;
    z-index: 99;
}
.model-card {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    background-color: var(--theme-yellow);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px;
    height: 100%;



}

.model-card h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.model-card p {
    color: #fff;
    font-size: 15px;
}

.model-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #023e8a;
    background-color: #fff;
    border: 1px solid #023e8a;

}

.model-card:hover .model-icon {
    width: 80px;
    height: 80px;
    background: rgba(42, 86, 198, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    color: #13276e;
    border: 1px solid #13276e;
}

.model-card:hover h4 {
    color: #13276e;
}

.model-card:hover p {
    color: #333333;
}

.model-icon {
    width: 80px;
    height: 80px;
    background: rgba(42, 86, 198, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.benefit-item {
    background: #fff;
    padding: 20px;
    /* border-radius: 10px; */
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    transition: all 0.3s ease;
}

.benefit-item h5{
    font-size: 17px;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .franchise-hero {
        padding: 120px 0 80px;
    }

    .stat-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .franchise-hero {
        padding: 80px 0 60px;
    }

    .stat-number {
        font-size: 30px;
    }

    .stat-label {
        font-size: 16px;
    }

    .model-card {
        padding: 30px 20px;
    }
}

.franchise-slider {
    padding: 20px 0 50px;
    width: 100%;
}

.franchise-slider .swiper-slide {
    height: auto;
    padding: 10px;
}

.franchise-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ff6a14;
    opacity: 0.5;
}

.franchise-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6a14;
}

.franchise-slider .model-card {
    height: 100%;
    padding: 30px 25px;
    background: #fff;
    /* border-radius: 8px; */
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffc75a;
    border: 1px solid var(--theme-blue);
}

.franchise-slider .model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.franchise-slider .model-icon {
    background: #fff;
    font-size: 40px;
    color: #ff6a14;
    margin-bottom: 20px;
}

.franchise-slider .model-card h4 {
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
}

.franchise-slider .model-card p {
    color: #363636;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}


.partner-form .form-control, .partner-form .form-select {
    padding: 11px;
}



.swiper-button-next,
.swiper-button-prev {
    color: #ff6a14;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

/* Key Metrics Banner */
.key-metrics-banner {
    padding: 25px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.key-metrics-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    opacity: 0.5;
    z-index: 0;
}

.key-metrics-banner .container {
    position: relative;
    z-index: 1;
}

.metric-item {
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
}

.metric-icon {
    margin-right: 20px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 193, 7, 0.15);
    border-radius: 50%;
    
    @media (max-width: 767.98px) {
     margin-right: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 193, 7, 0.15);
    border-radius: 50%;
    }
}

.metric-icon i{

    @media (max-width: 767.98px) {
font-size: 18px;
    }
}


.metric-item h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0 !important;
    color: #fff;
    
    @media (max-width: 767.98px) {
    font-size: 18px;
 
}
}

.metric-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
       @media (max-width: 767.98px) {
    font-size: 18px;
 
}
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .key-metrics-banner {
        padding: 20px 0;
    }

    .metric-item {
        margin-bottom: 15px;
        flex-direction: column;
        
    }

    .btn-warning {
        margin-top: 10px;
    }
}

.franchise-about-section {
    padding: 80px 0;
}

.benefits-section {
    position: relative;
    padding: 80px 0;
   
}
.benefits-content{
    position: relative;
    z-index: 9;
}
.franchise-apply-btn {
    font-size: 15px;
    border-radius: 50px;
}


.bg-3d-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
    perspective: 1000px;
    z-index: 1;
}

/* DEFAULT STYLE for all 5 elements */
.bg-item {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 1;
    transform-style: preserve-3d;
    transition: transform 0.1s linear;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* You can change these positions anytime */
.item1 {
    top: 10%;
    left: 10%;
}

.item2 {
    top: 10%;
    right: 12%;
}

.item3 {
    bottom: 15%;
    left: 2%;
}

.item4 {
    bottom: 20%;
    right: 2%;
}

.item5 {
    top: 55%;
    left: 50%;
    translate: -50% -50%;
    display: none;
}




/* Partner Modal Styles */
/*.modal-content {*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*}*/

/*.modal-header {*/
/*    background-color: #042b5c;*/
/*    color: white;*/
/*    border-bottom: none;*/
/*}*/

/*.modal-header .btn-close {*/
/*    filter: invert(1) brightness(100%);*/
/*    opacity: 0.8;*/
/*}*/

/*.modal-title {*/
/*    color: white;*/
/*    font-weight: 600;*/
/*    font-size: 1.2rem;*/
/*}*/

/*.modal-body {*/
/*    padding: 15px 20px;*/
/*}*/

/*.partner-form .form-label {*/
/*    font-weight: 500;*/
/*    color: #333;*/
/*    margin-bottom: 0.5rem;*/
/*}*/

/*.partner-form .form-control,*/
/*.partner-form .form-select {*/
/*    padding: 10px;*/
/*    border: 1px solid #dee2e6;*/
/*    border-radius: 6px;*/
/*    font-size: 0.95rem;*/
/*}*/

/*.partner-form .form-control:focus,*/
/*.partner-form .form-select:focus {*/
/*    border-color: #1a3b8b;*/
/*    box-shadow: 0 0 0 0.25rem rgba(26, 59, 139, 0.15);*/
/*}*/

/*.partner-form .btn-primary {*/
/*    background: linear-gradient(135deg, #1a3b8b 0%, #0e2460 100%);*/
/*    border: none;*/
/*    padding: 0.75rem 2rem;*/
/*    font-weight: 500;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.partner-form .btn-primary:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.text-danger {*/
/*    color: #dc3545;*/
/*}*/

/* Responsive adjustments */
/*@media (max-width: 575.98px) {*/
/*    .modal-body {*/
/*        padding: 1.5rem 1rem;*/
/*    }*/

/*    .modal-title {*/
/*        font-size: 1.25rem;*/
/*    }*/
/*}*/

/*.modal-dialog {*/
/*    max-width: 460px;*/
/*}*/

/*.nice-select:after {*/
/*    display: none;*/
/*}*/

/*.nice-select .list {*/
/*    width: auto;*/
/*    height: 200px;*/
/*    overflow-y: auto;*/
/*}*/