* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
}



a {
    text-decoration: none;
}

p {
    color: #656565;
    line-height: 1.9rem;
    font-size: 18px;
    font-family: "Poppins";
}

ul {
    padding-left: 0rem;
}

/* ==heading=== */
.heading-area h5 {
    display: inline-block;
    z-index: 1;
    letter-spacing: 0.2rem;
    font-weight: 600;
    color: #003A78;
    text-transform: uppercase;
    font-family: 'Arimo Hebrew Subset';
    position: relative;
    font-size: 25px;
}

.heading-area h5::after {
    content: '';
    background: #FDB711;
    width: 95%;
    margin: auto;
    height: 6px;
    left: 0;
    position: absolute;
    bottom: 20%;
    z-index: -1;
    display: inline-table;
}

.heading-area h3 {
    font-size: 34px;
    font-weight: 700;
    font-family: "Jost";
}

/* ==end=== */
/* ==topbar=== */

.top-bar {
    background-color: #2755A0;
    color: white;
    width: 100%;
}

.top-bar .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
    color: white;


}

.top-bar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.left-section,
.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    flex: 1;

}

.left-section .label {
    font-weight: 600;
}

.icon-group {
    display: flex;
    gap: 10px;
}

.icon-group i {
    font-size: 14px;
    transition: color 0.3s;
}

.icon-group i:hover {
    color: white;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.icon-text a {
    color: white;
}

.right-section .icon-text li {
    list-style: none;
}

/*=== end=== */


/* === Navbar === */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);


}

.menu-section {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #ffffff;
}

.logo img {
    width: 215px;
    height: 70px;
    object-fit: contain;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1002;
}

.hamburger div {
    width: 25px;
    height: 3px;
    background: #079cff;
    margin: 4px;
    transition: all 0.3s ease;
}



.nav-links {
    display: flex;
    list-style: none;
    gap: 13px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    text-decoration: none;
    color: #183153;
    font-weight: 500;
    transition: 0.3s;
    font-family: 'Jost';
    font-size: 16px;
}

.nav-links li a:hover {
    color: #FDB711;
}

.nav-links .current_page_item a {
	color: #FDB711;
}

.nav-btn {
    padding: 20px;
    background-color: #003A78;
    color: #ffffff;
    border-radius: 5px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
}

.nav-btn:hover {
    background-color: #FDB711;
    color: #ffffff;
}

/* ==end== */

/* From Uiverse.io by abrahamcalsin */
.banner button,
.home-about button,
.contact button,
.why-choseus button,
nav button,
.right-cont button,
.ready button,
.work-process-section button,
.contactus-content button,
.industry button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2755A0;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.industry button,
.contactus-content button {

    background: #FDB711;

}

.ready button,
.work-process-section button,
.contactus-content button,
.industry button {
    margin: auto;
}

.banner button:after,
.home-about button:after,
.contact button:after,
.why-choseus button:after,
nav button:after,
.right-cont button:after,
.ready button:after,
.work-process-section button:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #FDB711;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.banner button:hover::after,
.home-about button:hover::after,
.contact button:hover::after,
.why-choseus button:hover::after,
nav button:hover::after,
.right-cont button:hover::after,
.ready button:hover::after,
.work-process-section button:hover::after,
.industry button :hover::after,
.contactus-content button:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.banner button span,
.home-about button span,
.contact button span,
.why-choseus button span,
nav button span,
.right-cont button span,
.ready button span,
.work-process-section button span,
.industry button span,
.contactus-content button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins";
}

.banner button:hover span,
.home-about button:hover span,
.contact button:hover span,
.why-choseus button:hover span,
nav button:hover span,
.right-cont button:hover span,
.ready button:hover span,
.contactus-content button:hover span,.industry button:hover span
{
color: #183153;
animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

/* ===home-banner=== */


.hero {
    overflow: hidden;
}

.hero-slide {
    height: 800px;
    background-image: url('../images/Group\ 345.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    justify-content: center;
    align-items: center;
	background-position:center;
}



.slide-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 100px 55px;
}

.slide-content h1 {
    font-family: "Jost";
    font-size: 55px;
    font-weight: 700;
}

.slide-content p {
    font-size: 18px;
	    padding: 20px 0px;
}

.slide-content .cta-button {
    padding: 20px;
    background: #003A78;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-family: "Poppins";
    font-size: 16px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #1e40af
}

.carousel-control-prev {
    left: -30px;
}

/* ===home-about=== */
.home-about {
    padding: 100px 0px;
    background-image: url('../images/data-technology-background.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.aboutimg {
    position: relative;
}

.aboutimg .abt-image1 {
    width: 100%;
    border-left: 10px solid #FDB711;
    border-right: 10px solid #FDB711;
}

.aboutimg .abt-image2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 350px;
    border: 5px solid #ffffff;
}

.aboutpageimg img {
    width: 100%;
}

.franchise-opportunity {
    padding: 100px 0;
}

.opportunities {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.opportunity-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    flex: 1 1 calc(20% - 20px);
}

.opportunity-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.opportunity-box h6 {
    font-size: 18px;
    font-family: "Poppins";
    color: #003A78;
}

/* ==end=== */



/* ===we woek with=== */
.why-choseus {
    padding: 100px 0px;
}

.whyicon {
    height: 30px;
    width: 30px;
}

.whyimagearea {
    position: relative;
}

.imagearea img {
    width: 85%;
    margin-left: 80px;
    margin-top: 150px;
    position: absolute;
    right: 0;
}

.imagearea2 {
    position: absolute;
    right: 0;
    top: 0;

}

.imagearea2 img {
    width: 200px;

}

.inner-imagearea img {
    width: 100%
}

.whyimagearea::after {
    background-color: #003A78;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    z-index: -2;
}

.why-us h6 {
    font-family: "Poppins";
    font-size: 16px;
    color: #000;
}

/* ===end=== */

/* ==faq=== */

.faq-section {
    padding: 100px;

}

.accordion-item {
    margin: 15px 0px;
}

.faq-section {
    padding: 100px 0px;
}

.accordion-item {
    border: none;
    background-color: #fafafa;
    box-shadow: rgba(149, 157, 165, 0.171) 0px 8px 24px;
    outline: none;
}

.accordion-button {
    padding: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.accordion-item .accordion-header {
    color: #ffffff;
    /* background-color: red !important; */
}

.faq-section {
    background-color: #f5f5f5;
}

.accordion-button:not(.collapsed) {
    color: #f7f7f7;
    background-color: #2755A0;
    font-size: 16px;
    font-family: "Poppins";
}

.accordion-body ul {
    padding-left: 2rem;
}

.accordion-body ul li {
    font-size: 18px;
    font-family: "Poppins";
    color: #656565;
}

/* ===end=== */

/* ====why franchising==== */
#why-franchise {
    padding: 100px 0px;
    position: relative;
}

#why-franchise::after {
    background-color: rgb(0, 0, 0);
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    content: '';
    z-index: -2;
    position: absolute;
}

.franchising-img img {
    width: 100%;
}

#why-franchise .container {
    padding: 40px;
    background-color: #ffffff;
}

/* ==end=== */

/* ===contact us=== */
.contact {
    padding: 100px 0;
}

.contact-usfrom {
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}


.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group.half-width {
    flex: 1 1 48%;
}

.form-group {
    margin-bottom: 15px;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
}

.custom-submit-button {
    width: 30%;
    max-width: 200px;
    min-width: 120px;
    padding: 10px 20px;
    background-color: #2755A0;
    color: #ffffff;
    border: none;
}

.wpcf7-list-item label {
    display: inline-flex;
    gap: 10px;
}

.wpcf7-acceptance input[type="checkbox"] {
    margin-top: 5px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;

}

/* ===end===*/
/* ====blog=== */

.blog {
    padding: 100px 0px;
    background-color: #f2f5f7;
}

.senb-img {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 2px solid #f0f0f0f5;
}

.senb-cont {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    bottom: 0;
    padding: 30px;
}

.senb-cont p {
    color: #fff;
}

.leftblog-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.leftblog-box h6 {
    color: #0084FF;
    margin-bottom: 20px;
}

.leftblog-box h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
    font-family: "Poppins";
    color: #180000;
}

.leftblog-box span {
    border: 1px solid rgb(37, 132, 255);
    border-radius: 5px;
    padding: 3px 5px;
    margin-right: 10px;
    color: #0084FF;
}

.leftblog-box h5 {
    border-top: 2px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
    padding: 15px 0px;
    font-size: 15px;
    color: #b8b8b8;
}

.blog .heading-area {
    margin: auto;
    text-align: center;
    width: 40%;
    margin-bottom: 20px;
}

.senb-img span {
    border: 1px solid rgb(37, 132, 255);
    border-radius: 5px;
    padding: 3px 5px;
    margin-right: 10px;
    color: #0084FF;
}

.senb-img h5 {
    color: #9c9c9c;
    padding: 15px 0px;
    font-size: 18px;
}

.senb-img h4 {
    font-weight: 600;
    padding-top: 10px;
}

.senb-cont {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.781));
    /* background: linear-gradient(90deg, rgba(5,19,203,0.24691883589373254) 0%, rgba(0,14,79,1) 100%);  */
}

.senb-cont h5 {
    font-size: 16px;
    color: #9c9c9c;
}


.senb-cont h4 {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 25px;
}

.senb-cont h6 {
    color: #0084FF;
}

.bright-box h6 span {
    border: 1px solid rgb(37, 132, 255);
    border-radius: 5px;
    padding: 3px 5px;
    margin-right: 10px;
    color: #0084FF;
}

.bright-box h6 {
    color: #0084FF;
    padding-bottom: 10px;
}

.bright-box h5 {
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins";
    color: #180000;
}

.bright-box p {
    font-size: 16px;
    color: #9c9c9c;
    margin-bottom: 0;
}

.bright-box {
    cursor: pointer;
}

.bright-box:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ===end=== */
/* ===footer=== */
.footer {
    padding: 50px 0px 30px 0px;
    background-image: url('../images/footer.png');
}

.footer li {
    padding: 10px 0px;
    list-style-type: none;
    font-size: 16px;
    color: #000000;
    font-family: "Poppins";
}

#menu-footer1 .menu-item a,
#menu-footer2 .menu-item a {
    color: #000000;
    font-size: 15px;
}

.footer p {
    font-size: 16px;
}
.copyright-area{
 border-top: 1px solid rgb(255, 255, 255); 
}
.copyright-area p {
    margin-bottom: 0;
    text-align: center;
    padding-top: 20px;
    font-family: "Poppins";
    color: #000000;
  
}

.footer-logo .flogo1 {
    width: 70%;
/*     height: 150px; */
	object-fit:contain;
}
.flogo2 img{
	width:70%;
}
.footermenu a {
    color: #000000;
    font-weight: 500;
}

.footermenu h5 {
    font-weight: 600;
    color: #FDB711;
}
/* .footer-logo {
    display: flex;
    flex-direction: column;
    height: 80%;
} */
.social-icon {
	margin-top: 40px;
    display: flex;
    gap: 5px;
    color: #000;
    align-items: center;
}
.social-icon a{
	    color: #000;
}

.social-icon i {
    padding: 0px 5px;
	 font-size: 18px;
}

.social-icon h4 {
    font-size: 18px;
    font-family: "Poppins";


}


.left-cont {
    padding: 50px;
    background-color: #079cff;
    color: #ffffff;
}

.right-cont {
    padding: 30px;
    background-color: #fafafa;
}

.right-cont input {
    width: 100%;
    padding: 15px;
    outline: none;
}

.right-cont input:nth-child(2) {
    margin: 20px 0px;
}

.right-cont textarea {
    margin-top: 20px;
    width: 100%;
    padding: 15px;
    outline: none;
}

.inner-cont .col-md-7 {
    padding-left: 0px;
}

.inner-cont .col-md-5 {
    padding-right: 0px;
}

.left-cont h4 {
    font-size: 26px;
    font-weight: 600;
}

.left-cont p {
    color: #ffffff;
    padding: 15px 0px;
}

.left-cont h5 {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 500;
}

.left-cont span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.inner-cont {
    padding: 100px 0px;
}



/*==work-process==*/
.work-process-section .heading-area h3 {
    margin: auto;
    width: 50%;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.vs-work-process {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 48% 100%, 0 75%, 0 25%);
    background-color: #2755A0;
    padding: 70px 15px;
    width: 100%;
    height: 300px;
    color: #ffffff;
    flex: 1 1 calc(25% - 20px);
}

.vs-work-process a {
    color: #fff;
}

.work-process-section {
    padding: 100px 0;
}

.work-process-content {
    position: relative;
}

.work-process-content h3 {
    font-weight: 700;
    font-size: 18px;
    font-family: "Poppins";
}

.work-process-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: unset;

}

.text-white {
    color: #ffffff49 !important;
    position: absolute;
    font-size: 90px;
    margin: auto;
    text-align: center;
    display: inline-block;
    justify-content: center;
    /* left: 90px; */
    top: 25%;
    z-index: -1;
}

/* ===end== */

/* ====industry=== */
.industry {
    padding: 100px 0px;
    background-image: url('../images/industry.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.industry .heading-area h5,
.industry .heading-area p {
    color: #fff;
}

.home-indusrty {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.15),
        inset 0 0 0 rgba(255, 255, 255, 0.2);
    padding: 20px;
}

.home-industry-list {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ffffff;
    padding: 10px;


}

.home-industry-list img {
    width: 50px;
    height: 50px;
}

.home-industry-list h6 {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins";

}

/* .industrycarousel-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.industrycarousel-container {
    overflow: hidden;
    width: 1040px;
}

.industrycarousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.industrycard {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 10px;

}

.industrycard:last-child {
    margin-right: 0;
}

.industryicon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}



.industrytext {
    font-size: 16px;
    color: #333;

}

.industrytext h6 {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins";
    color: #000;
}

.industryarrow {
    width: 40px;
    height: 40px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}

@media (max-width: 1024px) {
    .industrycarousel-container {
        width: 520px;

    }

    .industrycard {
        flex: 0 0 250px;
    }
}

@media (max-width: 767px) {
    .industrycarousel-wrapper {
        flex-direction: column;
    }

    .industrycarousel-container {
        width: 260px;

    }

    .industryarrow {
        margin-top: 10px;
    }
} */

/* ==end== */


/* inner-blog=== */
.blog-page {
    padding: 100px 0px;
}

.blog-img img {
    width: 100%;
}

/* ====inner-page-banner=== */
.inner-page-banner {

    background-size: cover;
    height: 500px;
    position: relative;
}

.inner-page-banner::after {
    content: '';
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
}

.inner-page-banner h1 {
    font-family: "Poppins";
    font-size: 50px;
    color: #FFBA00;
    position: relative;
    z-index: 2;
    top: 45%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;

}

.inner-page-blog {
    background-image: url('../images/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background-min.jpg');
}

.inner-page-about {
    background-image: url('../images/bussiness-people-working-team-office-min.jpg');
}

.inner-page-process {
    background-image: url('../images/standard-quality-control-collage-concept-min.jpg');
}

.inner-page-contactbanner {
    background-image: url('../images/using-laptop-show-icon-address-600nw-2521386695-min.png');
}

.inner-page-franchisefreedom {
    background-image: url('../images/western-chinese-business-hong-kong-min.jpg');
}

.inner-page-whyfranchising {
    background-image: url('../images/satisfied-businessman-company-employer-wearing-suit-handshake-new-employee-get-hired-job-interview-male-hr-manager-employ-successful-candidate-shake-hand-business-meeting-placement-concept-min.jpg');
}

.inner-page-workprocess {
    padding: 100px 0px;
}

.inner-page-privacy {
    background-image: url('../images/privacy.jpg');
}

/* ===inner-page-contact=== */
.inner-page-contact {
    padding: 100px 0px;
}

.map iframe {
    width: 100%;
}

/* ====franchise freedom=== */
.whyfranchising {
    padding: 100px 0;
}

.franchise-heading h4 {
    font-size: 34px;
    font-weight: 700;
    font-family: "Montserrat";
}

.franchise-img img {
    width: 100%;
}

.power .heading h3 {
    font-size: 34px;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    margin-bottom: 10px;
}

.power-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;

}

.power-box h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins";
    color: #2755A0;
}

.power-box p {
    font-weight: 600;
}

.comparison {
    padding: 100px 0;
}

.com-img img {
    width: 100%;
}

.com-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}

.com-box h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins";
    color: #2755A0;
}

.ready {
    background-color: #FFBA00;
    padding: 50px 0px;
}

.ready h5 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #ffffff;
}

/* ====innerwhy-franchise=== */
#innerwhy-franchise {
    padding: 100px 0px;
}

.top-benefit {
    padding-bottom: 100px;
}

.benefit-img img {
    width: 100%;
}

.benefit-content .heading h4 {
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #000000;
}

.benefit-content ul li {
    font-size: 16px;
    color: #000000;
    font-family: "Poppins";
    padding: 10px 0px;
    list-style: none;
}

.inner-why-choseus {
    padding-bottom: 100px;
}

/* ===testimonial=== */


.testimonial-section {
    background-image: url('../images/live-chat-conversation-online-isometric-composition-with-people-standing-sitting-laptop-typing-messages_1284-55320.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px;
    position: relative;
}

.testimonial-section::after {
    position: absolute;
    content: '';
    background-color: #0066C5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonial .container {
    max-width: 1200px;
    margin: auto;
}

.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.testimonial-left {
    flex: 1 1 40%;
}

.testimonial-left h5 {

    color: #fff;
}

.testimonial-left h3 {
    color: #fff;
}

.testimonial-left p {
    color: #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.testimonial-nav button {
    background: white;
    color: #0059b3;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    padding: 10px 14px;
    margin-right: 10px;
    cursor: pointer;
}

.testimonial-right {
    flex: 1 1 55%;
    overflow: hidden;
    width: 100%;
}

.testimonial-slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    gap: 20px;
    will-change: transform;
    min-width: 0;
}

.testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
    background: white;
    color: #333;

    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial-card p {
    margin-bottom: 15px;
    line-height: 1.5;
    padding: 20px;
    flex-grow: 1;

}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #0059b3;


}

.testimonial-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #0059b3;
}

.testimonial-user h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.testimonial-user span {
    font-size: 12px;
    color: #ffffff;
}

.testimonial-shape {
    background-color: #0059b3;
    width: 66px;
    height: 30px;
    top: -39px;
    position: relative;
}

.testimonial-shape::after {
    content: '';
    position: absolute;
    width: 66px;
    height: 36px;
    border-bottom-left-radius: 50px;
    background-color: white;
    margin-top: -7px
}

@media (min-width: 768px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 992px) {
    .testimonial-grid {
        flex-direction: column;
    }
}

/* ====work-processpage-=== */
/* GRID */
.processpage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* CARD */
.processpage-card {

    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    position: relative;
    min-height: 230px;
    font-family: "Poppins";
}

.processpage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

/* STEP NUMBER */
.step1 {
    position: absolute;
    top: 0;
    right: 18px;
    font-size: 38px;
    font-weight: 800;
    opacity: 0.2;
}

/* ICON */
.processpage-icon {
    font-size: 30px;
    margin-bottom: 15px;
    opacity: 0.9;
}

/* TITLE */
.processpage-card h4 {
    margin: 10px 0;
    font-size: 22px;
}

.disclosure {
    padding-bottom: 100px;
}

.disclosure-content h1 {
    font-family: "Poppins";
    font-size: 30px;
    color: #000;
}

/* ====industry-page=== */
.industry-page {
    padding: 100px 0px;
}

.industry-list {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;

}

.industry-list img {
    width: 60px;
    height: 60px;
}

.industry-list h6 {
    font-size: 18px;
    font-family: "Poppins";
    color: #000;
}

/* ===terms,privacy=== */
.inner-banner {
    background-image: url('../images/privacy.png');
    background-size: cover;
    background-position: center;
}

.inner-banner h1 {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 100px 0px;

}

.terms,
.privacy {
    padding: 100px 0;
}

.terms p,
.privacy p {
    font-family: "Poppins";
    font-size: 18px;
}

.terms .main-heading,
.privacy .main-heading {
    font-family: "Poppins";
    font-size: 22px;
    color: #2755A0;
    font-weight: 600;
}

.terms .main-heading .subheading {
    font-family: "Poppins";
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.terms .main-heading .subheading2,
.privacy .main-heading .subheading2 {
    font-family: "Poppins";
    font-size: 18px;
    color: #000;
    font-weight: 500;
    list-style: upper-alpha;
}

.terms .main-heading .unoderlist,
.privacy .main-heading .unoderlist {
    font-family: "Poppins";
    font-size: 18px;
    color: #6A6A6A;
    line-height: 1.8rem;
}

.privacy .main-heading h6 {
    font-family: "Poppins";
    font-size: 22px;
    color: #361387;
}

/* ===single page=== */
.articles-heading {
    font-size: 25px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: capitalize;
}

/* ===about-franchising=== */
.about-franchising {
    padding: 100px 0px;
}

.about-franchising-content h5 {
    font-size: 25px;
    font-weight: 500;
    font-family: "jost";
}

.about-franchising-content ul li {
    font-size: 18px;
    color: #656565;
    font-family: "Poppins";

}

/* ===home-contactus=== */
.home-contactus {
    padding: 100px 0px;
    background-image: url('../images/home-contact.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.home-contactus::after {
    content: '';
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
}

.circle-left {
    position: absolute;
    z-index: 2;
    width: 400px;
    height: 400px;
    left: -52px;
    top: 20px;
}

.circle-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;

}

/* border layer */
.circle-left::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4px dashed #003A78;
    z-index: 1;
}

.circle-right-top {
    position: absolute;
    z-index: 2;
    width: 250px;
    height: 250px;
    right: -22px;
    top: 10px;
}

.circle-right-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.circle-right-bottom {
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 200px;
    right: 0;
    bottom: 0;
}

.circle-right-bottom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contactus-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.contactus-content p {
    color: #ffffff;
}

/* ===funding=== */
.funding{
    padding: 100px 0px;
}
.funding-img img{
    width: 100%;
}
.funding ol li{
	font-size: 18px;
    font-family: "Poppins";
	color:#003A78;
	font-weight:500;
	
}
.funding ol ul li{
	font-size: 16px;
    font-family: "Poppins";
 color: #656565;
	font-weight:normal;
}
.funding ol p{
	margin-bottom:5px;
}
.funding ol > li {
    margin-top: 20px;   
}
 
/* ===404 page=== */
.not-found{
    background-color: #f5f5f5;
    color: #000;
    padding: 100px 0;
    text-align: center;
}