/* General Styles */
* {
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", sans-serif;
}

p,
b,
strong {
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
}

span {
    font-family: "Segoe UI", sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

.top-bar{
    background-color: #000000;
}
.top-bar .top-text p{
    color: #ffffff;
    margin-bottom: 0;
    padding: 5px 0px;
}

.header-section {
    background-color: #ffd430;
}

.logo {
    height: 120px;
}

.header-section .getfranchise-btn {
    background-color: #ffc107;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
}

.header-section .getfranchise-btn-desktop, .header-section .getfranchise-btn {
    background-color: #aa420b;
    color: #fff;
}

/* Hero Carousel */
#heroCarousel {
    position: relative;
    height: 90vh;
}

.hero-slide {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #01528ca4;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*swiper*/
.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 10px;
    max-width: 90%;
    color: #fff;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
}

.hero-content p {
    font-size: 1.1rem;
    margin-top: 1rem;
}

.view-button {
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    background-color: #000;
    color: #ffc107;
    border-radius: 5px;
    text-decoration: none;
}

/* Swiper controls */
.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #ffc107;
}

/* Responsive Text */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .view-button {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding: 1.2rem;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }
}

/*end  swiper*/


.about-section {
    padding: 100px 0px;
    background-color: #ece9e9;
}

.about-section h2 {
    color: #01518c;
    font-weight: 700;
    font-size: 49px;
}

.about-section h3 {
    color: #aa420b;
    font-weight: 700;
    font-size: 49px;
}

.about-section p {
    color: #01518c;
    /*font-weight: 700;*/
}

.about-section .about-content-box h2{
    color: #01518c;
    font-size: 22px;
}
.text-color{
    color: #01518c;
}

.about-section .about-content-box p{
    color: #000000;
    font-size: 16px;
}

.about-section .about-img {
    background-color: #01518c;
    padding: 30px;
    /* height: 400px; */
}

.about-section .about-img img {
    /* width: 440; */
    /* height: 376; */
    position: relative;
    top: -55px;
    left: 0;
}

/* CSS (basic styling) */
.counter-wrap {
    text-align: center;
    margin: 1rem;
}

.counter {
    font-size: 2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    gap: .25rem;
}

.counter h3 small {
    font-size: 14px;
}

.counter .suffix {
    font-size: 1.2rem;
    opacity: .9;
}


.consultancyServices-section{
    background-color: #ffffff;
    padding: 50px 0px;
}

.consultancyServices-text h3 {
    font-size: clamp(18px, 2vw, 36px);
    color: #01518c;
    padding-left: 30px;
    position: relative;
}

.consultancyServices-text h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 3px;
    height: 100%;
}

.consultancyServices-text h3 .consultancy{
    color: #aa420b ;

}

.consultancy{
    color: #aa420b ;
}

/* who-we-are-section */

.who-we-are-section {
    padding: 100px 0px;
}

.who-we-are-section .who-we-are-text .who-we-are-title {
    font-size: 39px;
    font-weight: 700;
    color: #01518c;
}

.who-we-are-section .who-we-are-text .getfranchiseDetails-btn {
    background-color: #01518c;
    color: #fff;
}

.who-we-are-section .who-we-are-text .getfranchiseDetails-btn:hover {
    background-color: #ffd430;
    color: #fff;
}

.whychoose-section {
    padding: 100px 0px;
    background-color: #01518c;
}

.whychoose-section .whychoose-section-title-box h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ffd430;
}

.whychoose-section .whychoose-section-title-box p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.whychoose-section .whychoose-text-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
}

.whychoose-section .whychoose-text-box ul {
    padding-left: 40px;
    list-style: none;
}

.whychoose-section .whychoose-text-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-bottom: solid 1px #fff;
}

/* Remove border from the last li */
.whychoose-section .whychoose-text-box ul li:last-child {
    border-bottom: none;
}

/* Icon before .wallet item */
.whychoose-section .whychoose-text-box ul li.wallet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/purse.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.whychoose-section .whychoose-text-box ul li.monitor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/analytics.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.whychoose-section .whychoose-text-box ul li.bicycle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/sport-bicycle.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.whychoose-section .whychoose-text-box ul li.brand::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/brand.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.whychoose-section .whychoose-text-box ul li.saveMoney::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/salary.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.whychoose-section .whychoose-text-box ul li.protected::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/protected.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.whychoose-section .whychoose-text-box ul li.house::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/house.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.whychoose-section .whychoose-text-box ul li.rate::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/rate.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.whychoose-section .whychoose-text-box ul li.guarantee::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/guarantee.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}.whychoose-section .whychoose-text-box ul li.program::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/loyalty-program.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

/*categories-section*/
.categories-section {
    padding: 100px 0px;
}

.categories-section .categories-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #01518c;
    margin-bottom: 20px;
}

.takeFranchise-section {
    padding: 100px 0px;
    background: #ece9e9;
}

.takeFranchise-section .takeFranchise-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #01518c;
    margin-bottom: 20px;
    position: relative;
}

.takeFranchise-title span {
    color: #aa420b;
    position: relative;
    display: inline-block;
}

.takeFranchise-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 0;
    background-color: #ffd430;
    transition: width 0.5s ease;
}

.takeFranchise-title span.animate-border::after {
    width: 100%;
}

.takeFranchise-text h2 {
    padding-top: 50px;
    font-size: 40px;
    font-weight: 700;
    color: #01518c;
    text-align: center;
}

.takeFranchise-text p {
    margin-top: 20px;
    text-align: center;
}

.takeFranchise-boxs {
    padding: 50px 0px;
}

/*yellow*/
.takeFranchise-4boxs {
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    padding: 20px;
    /*max-width: 300px;*/
    /*margin: 200px;*/
    border-radius: 10px;
    height: 400px;
}

.takeFranchise-yellow {
    background: #ffd430;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


.takeFranchise-4boxs .icons-box {
    width: 80px;
    height: 80px;
    background: #01518c;
    margin: 0 auto 20px;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.takeFranchise-4boxs .icons-box svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.takeFranchise-4boxs h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #01518c;
}

.takeFranchise-4boxs p {
    font-size: 15px;
    color: #01518c;
    line-height: 1.6;
}

/*blue*/
.takeFranchise-blue {
    background-color: #0a5a92; /* Blue background */
    color: white; /* Text color */
    margin-top: 20px;
    margin-bottom: 10px;
}

.takeFranchise-blue .icons-box {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.takeFranchise-blue h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.takeFranchise-blue p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}

.brandsPartners-section {
    padding: 50px 0px;
}

.brandsPartners-title h2 {
    font-size: 23px;
    font-weight: 500;
    color: #01518c;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*theApnaBazaarAdvantage-section*/

.custom-advantage-section {
    padding: 50px 0;
    height: 50vh;
    background-image: url("../images/apna-imgs/orginal/IMG-20250818-WA0022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.custom-advantage-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(1, 82, 140, 0.65); /* Blue overlay */
    z-index: 1;
}

.custom-advantage-text {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
}

.custom-advantage-text h2 {
    font-size: 55px;
    font-weight: 700;
    color: #ffc107; /* Yellow title */
    margin-bottom: 20px;
}

.custom-advantage-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


/*businessType*/

.businessType-section {
    padding: 40px 0;
}

.businessType-card-box {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    height: 600px;

}

.businessType-card-box:hover {
    transform: translateY(-5px);
}

.businessType-card-box img {
    width: 100%;
    height: auto;
    display: block;
}

.businessType-card-box-content {
    padding: 20px;
    text-align: left;
}

.businessType-card-box-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #0066b3;
    margin-bottom: 10px;
}

.businessType-card-box-content p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}


/* Benefits Snapshot-section*/

.benefitsSnapshot-section {
    padding: 80px 0;
    /*height: 100vh;*/
    background-image: url("../images/H-Image-2.jpg"); /* Change to your image path */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.benefitsSnapshot-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(1, 82, 140, 0.65); /* Blue overlay */
    z-index: 1;
}

.benefitsSnapshot-title {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
}

.benefitsSnapshot-text {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 30px;
}

.benefitsSnapshot-title h2 {
    font-size: 40px;
    font-weight: 500;
    color: #ffc107; /* Yellow title */
    margin-bottom: 20px;
    z-index: 2;
}

.benefitsSnapshot-title p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
}


.benefitsSnapshot-text {
    display: flex;
    align-items: center;
    gap: 10px; /* space between icon and text */
}

.icon-box {
    background-color: #FFD500; /* yellow box */
    padding: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box svg {
    width: 20px;
    height: 20px;
    fill: #000; /* black icon color */
}

.benefitsSnapshot-text h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: white; /* adjust if background changes */
    text-align: left;
}

/*right card*/

.card-right {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center */
}

.benefitsSnapshot-right-box {
    background-color: #FFD53D;
    padding: 20px;
    max-width: 350px;
    border-radius: 6px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}


/*.card-right {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.benefitsSnapshot-right-box {*/
/*    background-color: #FFD53D;*/
/*    padding: 20px;*/
/*    max-width: 350px;*/
/*    border-radius: 6px;*/
/*    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);*/
/*    !*position: absolute;*!*/
/*    !*right: 0;*!*/
/*    !*top: 80px;*!*/
/*    !*bottom: 10px;*!*/
/*    align-items: center;*/
/*}*/

.benefitsSnapshot-right-box h3 {
    color: #004b87;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.benefitsSnapshot-right-box p {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.benefitsSnapshot-right-box .view-button {
    display: inline-block;
    padding: 8px 15px;
    background-color: black;
    color: white;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
}

.benefitsSnapshot-right-box .view-button:hover {
    background-color: white;
    color: black;
}

/* Responsive */
@media (max-width: 768px) {
    .benefitsSnapshot-right-box {
        width: 100%;
    }
}


/*.benefitsSnapshot-mobile-right-box {*/
/*    background-color: #FFD53D;*/
/*    padding: 20px;*/
/*    max-width: 350px;*/
/*    border-radius: 6px;*/
/*    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 80px;*/
/*    !*bottom: 10px;*!*/
/*}*/

/*.benefitsSnapshot-mobile-right-box h3 {*/
/*    color: #004b87;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.benefitsSnapshot-mobile-right-box p {*/
/*    color: #333;*/
/*    font-size: 15px;*/
/*    line-height: 1.5;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.benefitsSnapshot-mobile-right-box .view-button {*/
/*    display: inline-block;*/
/*    padding: 8px 15px;*/
/*    background-color: black;*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-size: 14px;*/
/*    border-radius: 6px;*/
/*}*/

/*.benefitsSnapshot-mobile-right-box .view-button:hover {*/
/*    background-color: white;*/
/*    color: black;*/
/*}*/


/* Store Photos Section */
.store-photos-section {
    padding: 50px 0;
}

.store-photos-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #00558d;
}

.store-photos-section .position-relative {
    overflow: hidden;
    border-radius: 8px;
}

.store-photos-section img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.store-photos-section img:hover {
    transform: scale(1.05);
}

/* Caption container */
.store-photos-section .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding: 8px;
}

.store-photos-section .caption h4 {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .store-photos-section h2 {
        font-size: 1.5rem;
    }

    .store-photos-section .caption h4 {
        font-size: 0.9rem;
    }
}


/*lets-connect-section*/
.error {
    color: red;
    font-size: 13px;
    margin-top: 3px;
    display: none;
}

.errorModel {
    display: none;
    color: red;
    font-size: 13px;
}


.lets-connect-section {
    padding: 40px 0;
}

.connect-form {
    background: #FFD526; /* Yellow */
    padding: 30px;
    border-radius: 4px;
}

.connect-form h3 {
    color: #0066A0; /* Blue */
    font-weight: 700;
    margin-bottom: 10px;
}

.connect-form p {
    color: #555;
    margin-bottom: 20px;
    font-size: 15px;
}

.connect-form label {
    font-weight: bold;
    color: #0066A0;
    font-size: 14px;
}

.connect-form label span {
    color: red;
}

.connect-form input,
.connect-form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 14px;
}

.connect-form textarea {
    resize: none;
}

.connect-form button {
    background: #A34400; /* Orange/Brown */
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.connect-form button:hover {
    background: #863800;
}

/* Mobile */
@media (max-width: 767px) {
    .lets-connect-section {
        padding: 20px 0;
    }
}

/*testimonials-section*/
.testimonials-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.testimonials-title p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonials-title h3 {
    font-size: 28px;
    font-weight: 700;
    color: #01518c;
    margin-bottom: 15px;
}

.testimonials-cards {
    background: #ffd430;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.testimonials-cards p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.testimonials-cards h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonials-title h3 {
        font-size: 22px;
    }

    .testimonials-cards {
        padding: 15px;
    }
}

/*Footer*/

footer {
    background: linear-gradient(to bottom, #2b2f89, #000);
    color: white;
    padding-top: 40px;
    /*padding-bottom: 20px;*/
}

.footer-logo img {
    width: 160px;
    height: auto;
}

.footer-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #d3d3d3;
}

.footer-title {
    font-weight: bold;
    color: #ffd700;
    margin-bottom: 20px;
}

.footer-links a {
    display: block;
    margin-bottom: 10px;
    color: #d3d3d3;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #003366;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-bottom {
    background: #ffd700;
    padding: 15px 0;
    color: black;
    font-size: 14px;
}

.footer-bottom a {
    color: black;
    margin-left: 15px;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-logo, .footer-links, .footer-contact {
        text-align: center;
        margin-bottom: 30px;
    }

    .social-icons {
        justify-content: center;
    }
}

/*Inner pages Banner*/
.inner-page-banner {
    position: relative;
    background-image: url("../images/apna-imgs/orginal/IMG-20250818-WA0029.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; /* keeps focus area centered */
    min-height: 300px; /* small devices */
    height: 50vh; /* flexible height for all devices */
}

.inner-page-banner::before {
    content: "";
    position: absolute;
    inset: 0; /* shorthand for top, right, bottom, left = 0 */
    background-color: rgba(1, 82, 140, 0.64);
    z-index: 1;
}

.inner-page-banner .inner-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    font-size: clamp(18px, 2vw, 36px);
}

/* Optional: tweak height for very small screens */
@media (max-width: 576px) {
    .inner-page-banner {
        height: 40vh; /* a bit taller for mobile */
    }
}

.about-text h3 {
    font-size: clamp(18px, 2vw, 36px);
    color: #01518c;
    padding-left: 30px;
    position: relative;
}

.about-text h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 3px;
    height: 100%;
}


.about-text p {
    font-size: clamp(14px, 2vw, 16px);
    color: #000;
}

.about-text h2 {
    padding: 10px 30px;
    margin-bottom: 10px;
    border-bottom: solid 1px #000000;
    background-color: #ffd430;
    font-size: clamp(18px, 2vw, 36px);

}

/*vision-mission-section*/

.vision-mission-section {
    padding: 30px 0px;

}

.vision-mission-section .vision-mission-text-box {
    padding: 50px;
    border: solid 10px #01518c;
    text-align: center;
    min-height: 350px;
    margin-bottom: 10px;
}

.vision-mission-section .vision-mission-text-box h2 .fa {
    font-size: clamp(18px, 3vw, 40px);
    color: #01518c;
}

.vision-mission-section .vision-mission-text-box {
    font-size: clamp(18px, 3vw, 40px);
    color: #01518c;
}

.vision-mission-section .vision-mission-text-box p {
    font-size: clamp(14px, 2vw, 16px);
    color: #000000;
}

.table-header tr th {
    background-color: #ffd430;
    color: #ffffff;
}

.table-foot-text {
    color: #ffd430;
    text-align: center;
}

.our-team-section {
    padding: 80px 0px;
    background-image: url("../images/diagonal-lines-1.png");
}

.our-team-section .our-team-title-box h2 {
    color: #01518c;
    font-size: clamp(18px, 3vw, 40px);
    margin-bottom: 50px;
}

.our-team-img {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.our-team-img .our-team-text {
    text-align: center;
    padding-top: 20px;
}

.our-team-img .our-team-text h3 {
    color: #01518c;
    font-size: clamp(18px, 2vw, 20px);

}

.our-team-img .our-team-text a {
    color: #01518c;
    font-size: clamp(14px, 1vw, 14px);
    background-color: #ffffff;
    padding: 10px 15px;
    margin-top: 15px;
    transition: all 1s;
}

.our-team-img .our-team-text a:hover {
    color: #ffffff;
    background-color: #01518c;
    transition: all 1s;
}

/*partnerWithApnaBazaar-section*/

.partnerWithApnaBazaar-section{
    padding: 50px 0px;
}

.partnerWithApnaBazaar-title h2{
    font-size: clamp(18px, 3vw, 45px);
    color: #aa420b;
    font-weight: 700;
    text-align: center;
}

.partnerWithApnaBazaar-titles {
    padding: 10px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: center;
    /*gap: 15px;*/
}

.partnerWithApnaBazaar-titles h2 {
    margin: 0;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #01518c;
    font-size: clamp(16px, 2.5vw, 20px);
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap; /* prevents text from breaking */
}

/* Mobile adjustments */
@media (max-width: 576px) {
    /*.partnerWithApnaBazaar-titles {*/
    /*    gap: 10px;*/
    /*}*/
    .partnerWithApnaBazaar-titles h2 {
        padding: 8px 15px;
        font-size: 16px;
        white-space: normal; /* allow text wrap for small screens */
        text-align: center;
    }
}


/*Flip cards*/

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}

.flip-card-front {
    background-color: #005596;
    color: white;
}

.flip-card-back {
    background-color: #FFD53D;
    color: #005596;
    transform: rotateY(180deg);
}

.flip-card i {
    font-size: 40px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .flip-card {
        height: 200px;
    }
}


/*.howItWorks-section*/

.howItWorks-section {
    padding: 40px 20px;
}

.howItWorks-section .howItWorks-title h2 {
    font-size: 28px;
    color: #005293;
    margin-bottom: 5px;
    text-align: center;
}

.howItWorks-section .howItWorks-title p {
    font-size: 20px;
    font-weight: 600;
    color: #005293;
    margin-bottom: 40px;
    text-align: center;
}

.howItWorks-boxs-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.howItWorks-box {
    background: #FFD53D;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    min-height: 160px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.howItWorks-box:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.howItWorks-box h3 {
    font-size: 16px;
    color: #005293;
    font-weight: bold;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .howItWorks-box {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .howItWorks-box {
        width: 100%;
    }
}

/*.franchise-benefits*/
.franchise-benefits {
    padding: 40px 0;
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #004b8d;
}

.benefit-card {
    background: #FFD53D;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
    color: #000;
    margin-bottom: 15px;
}

.benefit-card i {
    font-size: 32px;
    margin-bottom: 15px;
    color: #000; /* default icon color */
}

.benefit-card h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* Hover effect */
.benefit-card:hover {
    background: #004b8d;
    color: #fff;
    transform: translateY(-5px);
}

.benefit-card:hover i {
    color: #fff;
}

.benefit-card:hover p {
    color: #fff;
}

.benefit-card:hover h2 {
    color: #fff;
}


/* Responsive Design */
@media (max-width: 767px) {
    .section-title {
        font-size: 24px;
    }
    .benefit-card {
        margin-bottom: 20px;
    }
}

.earningsRoi_title h2{
    color: #01518c;
    font-size: clamp(18px, 2.5vw, 30px);
}

.earningsRoi_title{
    text-align: left;
}

.earningsRoi_title ul li{
    padding-bottom: 10px;
}

.blogs-section{
    padding: 50px 0px;
}
.blogs-section .blogs-rows{
    padding: 40px;
    background-color: #ece9e9;
    box-shadow: 0 9px 38px -6px #000000;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-text-box p{
    color: #000000;
    font-size: clamp(16px, 2vw, 16px);
}

.blog-title h2{
    color: #000000;
    font-size: clamp(18px, 3vw, 40px);
    font-weight: 700;
}
.blog-text-box p{
    color: #000000;
    font-size: clamp(16px, 2vw, 16px);
}


.blogs-section .blogs-rows .blogs-img {
    overflow: hidden;

}

.blogs-section .blogs-rows .blogs-img img {
    width: 100%;
    transition: transform 0.5s ease;
    box-shadow: 0 9px 50px -6px #000000;
}

.blogs-section .blogs-rows .blogs-img img:hover {
    transform: scale(1.1); /* Zooms in smoothly */
}


/*Contact*/

.contact-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.contact-section .contact-title h2 {
    font-size: clamp(18px, 3vw, 40px);
    color: #004c8c;
    margin-bottom: 40px;
}

/* Contact Info Boxes */

.contact-text-box {
    background: #fdd835;
    color: #1a237e;
    border-radius: 8px;
    /*padding: 25px 20px;*/
    /*width: 300px;*/
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 9px 30px -6px #000000;
    text-align: left;
    position: relative;

    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px ;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-text-box .ion-box {
    background: #004c8c;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 20px;
    display: inline-block;
    height: 55px;
}

.contact-text-box h4 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #003366;
}

.contact-text-box p {
    font-size: 15px;
    margin: 0;
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-text-box {
        width: 100%;
        max-width: 90%;
        margin-bottom: 15px;
    }

    .contact-section h3 {
        font-size: 22px;
    }
}

.faqs-section{
    padding: 50px 0px;
    background-color: #ece9e9;
}
.faqs-section .faqs-title h2{
    color: #333;
    text-align: center;
    text-transform: capitalize;
}

.faqs-title h2{
    color: #333;
    text-align: center;
    text-transform: capitalize;
}

.accordion-button:not(.collapsed){
    background-color:#2b2f89;
    color: #ffffff;
}

.accordion-button{
    background-color: #000000;
    color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/down-arrow-white.png");
    transform: rotate(-180deg);
}
.accordion-button::after{
    background-image: url("../images/down-arrow-white.png");
}