@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

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



p {
    line-height: 32px;
    color: #6A6A6A;
    font-size: 16px;
    font-family: "Poppins";
    margin-bottom: 0rem;
	text-align:justify;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Poppins";
/*     font-size: 18px; */
}

/* ===button=== */
.btn1 {
    background-color: #1C70B3;
    padding: 20px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins";
}

.btn1 a {
    color: #fff;
}

.joseph-bio p {
	padding: 10px 0px;
}

.btn2 {
    padding: 20px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins";
    background-color: #1C72B4;
}
.btn2 a {
    color: #fff;
}
.btn3 {
	margin-top: 25px;
    background-color: #1C70B3;
    padding: 10px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    font-size: 16px;
    font-family: "Poppins";
}

.btn3 a {
    text-decoration: none;
    color: #fff;
}

/* ===heading=== */
.heading h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1C70B3;
    font-family: "Jost";
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Arimo Hebrew Subset";
}

.heading h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    font-family: "Jost";
    text-transform: capitalize;
}

.mid-section {
    text-align: center;
}

.innerpage-mid-section {
    text-align: center;
}

.industry .mid-section h5,
.industry .mid-section h2 {
    color: #fff;
}

/* ===navbar=== */


/* .navbar {
    width: 100%;
    background-color: #7EC7FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100px;
} */
.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative; /* normal default */
	top: 0;
    left: 0;
    transition: all 0.3s ease;
    background-color: #fff;
    z-index: 999;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100px;
}

/* THIS STYLE APPLIES ONLY WHEN SCROLLED */
.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0; 
	padding: 10px 20px;
}



.navbar::after {
/*     content: ''; */
    position: absolute;
    background-color: #1C72B4;
    top: 0;
    left: -28px;
    clip-path: polygon(97% 0, 0% 100%, 100% 100%);
    width: 30px;
    height: 30px;
}



.navbar::before {
/*     content: ''; */
    position: absolute;
    background-color: #1C72B4;
    top: 0;
    right: -29px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 30px;
    height: 30px;

}

.logo img {
    width: 250px;
}


.main-menu {
    display: flex;
    list-style: none;
    padding-left: 0rem;
    margin-bottom: 0rem;
}

.main-menu li {
    margin: 0 10px;
}

.main-menu li a {
    text-decoration: none;
/*     color: #ffffff; */
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px;
    transition: background-color 0.3s;
	font-family: 'Jost';
}

.current-menu-item a {
	color: #4169E1;
}

.main-menu li a:hover {
    background-color: #4169E1;
    color: #fff;
}



/* Hamburger Menu Button */
.menu-btn {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}

.menu-btn i {
    color: #4169E1;
}

/* ===banner section=== */
.banner-section {
    padding: 75px 50px 0;
}

.banner-section .row {
    width: 100%;
}

.banner-left {
    width: 60%;
    padding: 0px 50px;
}

.banner-left h1 {
    font-size: 65px;
    font-weight: 500;
    font-family: "Lalezar";
}

.arrow {
    position: relative;
}

.arrow img {
    width: 200px;
    position: absolute;
    right: 0;
    animation: bounce 1.5s infinite;
}


@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.banner-right {
    width: 40%;
    position: relative;

}

.banner-right img {

    width: 100%;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
}


.card1 {
    position: absolute;
    right: 150px;
    bottom: 35px;
}

.card1 .video-play-button {
    position: absolute;
    z-index: 10;
    inset: 0;
    margin: auto;
    box-sizing: content-box;
    display: block;
    cursor: pointer;
    width: 32px;
    height: 44px;
    border: none;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.card1 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, rgb(238, 164, 121) 15%, rgba(221, 126, 126, 0.95) 70%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.card1 .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #eb3e3e 15%, #f87a05 70%);
    border-radius: 50%;
    transition: all 200ms;
    box-shadow: 0 2px 7px #131b49;
}

.card1 .video-play-button:hover:after {
    background-color: #f093d9;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-radius: 4px;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80vw;
    height: 47vw;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    opacity: 0;
    z-index: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0.4s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/* ===about */
.about {
    padding: 100px 0px;
    background-image: url('../asset/white-wavy-lines.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-img img {
    width: 200px;
    display: flex;
    margin: auto;
    border-radius: 30px 0;
    height: 200px;
    object-fit: cover;
    border: 1px solid #d1d8dd;
}

.about .heading {
    text-align: center;
}

/* .about p {
    text-align: justify;
} */

.about .btn1 {
    display: inline-block;
    margin: auto;
    max-width: 150px;
    text-align: center;
    white-space: nowrap;

}

.about .col-xl-6 {
    padding: 0 30px;
}

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

.process-img img {
    width: 100%;
    border-radius: 250px;

}

.process-content {
    position: relative;
}

.process-box {
    padding-left: 70px;
}

.process-box p {
    line-height: 25px;
    margin-bottom: 0rem;
	text-align:unset;
}

.process-box h5 {
    font-size: 18px;
    margin-bottom: 0rem;
    font-family: "Poppins";
}

.vertical-line {
    position: absolute;
    left: 25px;
    top: 58px;
    height: 78%;
    width: 2px;
    background-color: #1C72B4;
    z-index: 0;
}

.icon-wrapper {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 7px;
    background-color: #e3e3e3;
    position: relative;
    top: 50px;
    z-index: 1;
}

.icon1 {
    font-size: 20px;
    font-weight: 500;
    background-color: #1C70B3;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* innerpage work-process */
.inner-work-process {
    background-image: url('../asset/business-people-working-with-ipad-high-angle-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.progress-circle {
    width: 150px;
    height: 150px;
    background: #1C72B4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.process-circle p {
    text-align: center;
    line-height: unset;
}

.process-circle h6 {
    font-family: "Poppins";
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

.process-circle {
    position: relative;
    text-align: center;
}

.process-circle::after {
    content: '';
    background-image: url('../asset/up-arrow.png');
    width: 90px;
    height: 110px;
    position: absolute;
    right: -50px;
    top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.process .col-xl-3:nth-child(4) .process-circle::after,
.process .col-xl-3:nth-child(8) .process-circle::after {
    display: none;
}


.progress-circle .inner {
    position: absolute;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #000000;
}

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

.industry-lists {
    display: flex;
    gap: 5px;
}

.insdtry-lists img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.industry-title h6 {
    font-family: "Poppins";
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
	line-height: 30px;
}

.industry-image img {
    width: 100%;
    border-radius: 10px;
}



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

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

.franchise-list {
    display: flex;
}

.franchise-list h6 {
    padding: 0px 10px;
	font-family: "Jost";
	line-height: 20px;
}

.franchise-list img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

/* ===faq=== */
.faq {
    padding: 100px 0px;
    background-image: url(../asset/white-wavy-lines.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.5em 0;
}

.accordion button {
    position: relative;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    padding: 1em 2.5em 1em 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: color 0.3s ease;
}

.accordion button:hover {
    color: #1C70B3;
}

/* ===== Icon (clean, balanced, centered) ===== */
.aacor-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1.8px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Inner lines (plus sign) */
.aacor-icon::before,
.aacor-icon::after {
    content: "";
    position: absolute;
    background: #000;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Horizontal line */
.aacor-icon::before {
    width: 10px;
    height: 2px;
}

/* Vertical line */
.aacor-icon::after {
    width: 2px;
    height: 10px;
}

/* ===== When Accordion Is Open (minus sign + highlight) ===== */
button[aria-expanded="true"] .aacor-icon {
    border-color: #1C70B3;
}

button[aria-expanded="true"] .aacor-icon::after {
    height: 0;
    /* hides vertical line → makes minus */
}


/* ===== Accordion Content ===== */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
}

.accordion-content p {
    margin: 1em 0;
    color: #444;
    line-height: 1.6;
}


.accordion-item {
    padding: 10px;
}

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

.card-wrapper {
    max-width: 1100px;
    margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
}

ul {
    padding-left: 0;
}

.testimonial-content {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
}

.testimonial-img img {
    width: 100px;
    border-radius: 50%;
    border: 2px solid #1C70B3;
    position: relative;
    top: -30px;
}

.client p {
    line-height: 5px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}

.icon {
    background-color: #1C70B3;
    width: 50%;
    margin: auto;
    gap: 5px;
    display: inline-flex;
    padding: 10px;
}

.icon i {
    color: #fff;
}

.card-list .card-item {
    list-style: none;
    margin-right: 0;
}

.card-list .card-item .card-link {
    display: block;

    padding: 18px;
    user-select: none;
    border-radius: 12px;
    text-decoration: none;

    transition: 0.2s ease;
}

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #5372F0;
}

.card-item .swiper-slide {
    margin-right: 0;
}

.card-list .card-link .card-image {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.card-list .card-link .badge {
    color: #5372F0;
    width: fit-content;
    padding: 8px 16px;
    font-size: 0.95rem;
    border-radius: 50px;
    font-weight: 500;
    background: #DDE4FF;
    margin: 16px 0 18px;
}

.card-list .card-link .badge-designer {
    color: #B22485;
    background: #F7DFF5;
}

.card-list .card-link .badge-marketer {
    color: #B25A2B;
    background: #FFE3D2;
}

.card-list .card-link .badge-gamer {
    color: #205C20;
    background: #D6F8D6;
}

.card-list .card-link .badge-editor {
    color: #856404;
    background: #fff3cd;
}

.card-list .card-link .card-title {
    color: #000;
    font-size: 1.19rem;
    font-weight: 600;
}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    color: #5372F0;
    margin: 30px 0 5px;
    background: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #5372F0;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
    color: #fff;
    background: #5372F0;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #1C70B3
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #1C70B3;
    margin-top: -35px;
}


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

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

input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    outline: none;
    margin-bottom: 10px;
}

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

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

.blog-content h6 {
    color: #1C70B3;
}

/* ===footer=== */
.footer {
    background-image: url('../asset/creative-geometric-design-space_53876-89781\ \(2\).png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
	padding-bottom: 10px;
}

.footer p,
.footer-contact a {
    color: #fff;
}

.footer-logo {
    width: 80%;
}

.footer-heading {
    font-size: 20px;
    color: #1C72B4;
    font-weight: 600;
    line-height: 26.4px;
    display: inline-block;
    border-bottom: 1px solid #D9D9D9;

}

.footer-list li {
    list-style: none;
    padding: 10px;
}

.footer-list li i {
    color: #fff;
    font-size: 12px;
}

.footer-list a {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

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

.end-right {
    display: inline-flex;
    /* padding-left: 150px; */
}

.end-right a,
.copyright a {
    color: #fff;
}

.social-icon {
    display: flex;
    color: #fff;
}

.social-icon h4 {
    font-size: 18px;
}

.social-icon i {
    color: #FFFFFF;
    padding: 0px 5px;
}

.footer-contact {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
}

/* ===innerpage banner== */


.about-banner {
    background-image: url('../asset/executives-reviewing-last-report-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;


}

.inner-page-banner {
    height: 400px;
    background-attachment: fixed;
}

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

.inner-page-banner h1 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 3;
    text-transform: capitalize;

}

.inner-about {
    padding: 100px 0;
}
.inner-about h1, .inner-about-page h1{
	margin-bottom:15px;
	font-family:poppins;
}
.joseph-img img,
.paul-img img {
    width: 100%;

    border-radius: 30px 0;
}

.paul-img img {
    border: 1px solid #d1d8dd;
}

.inner-about-page {
    padding-bottom: 100px;
}

/*=== start innrpage funding=== */
.funding {
    padding: 100px 0px;
}

.funding-banner {
    background-image: url('../asset/business-colleagues-discussing-ideas-while-reviewing-chart-screen-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

.img-box img {
    width: 100%;
	object-fit:cover;
}

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

.contact-banner {
    background-image: url('../asset/businesswoman-talking-mobile-phone-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

.method {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.method i {
    color: #7EC7FF;
    font-size: 30px;
}

.method p {
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.inner-page-subheading {
    font-size: 30px;
    text-transform: capitalize;
}

.map iframe {
    width: 100%;
}

/* ==inner-page-industry=== */
.industry-banner {
    background-image: url('../asset/businesspeople-analyzing-financial-data-digital-screens-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

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

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

.industry-item {
    /* display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px; */
}

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

/* ==wp== */
.inner-blog-page {
    background-image: url('../asset/closeup-caucasian-man.png');
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

.blog-page {
    padding: 100px 0px;
}
.blog-page ol li{
	font-family:"Poppins";
	font-size: 16px;
}
.blog-page ul{
	padding-left:1rem;
}
.blog-page ul li{
	font-family:"Poppins";
	font-size: 16px !important;
    color: #6A6A6A !important;
}
.blog-page h5{
	font-family:"Poppins";
	font-size:25px;
}
.blog-banner {
    background-image: url('../asset/hands-unrecognizable-man-sitting-wooden-table-cafe-working-laptop-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    background-position: center;
}

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

.wpcf7-submit {
    background-color: #1C70B3;
    padding: 15px 20px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins";
    width: 40%;
    border-radius: 40px;
    margin: 10px 0;
}

.acceptance span.wpcf7-form-control-wrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;

}

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

.acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-family: "Poppins";
}

.acceptance {
    font-size: 14px;
    line-height: 1.5;
}

/* ===terms,privacy=== */
.terms-banner, .privacy-banner {
 background-image: url('../asset/privacy.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}


.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: #1C70B3;
/*   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";
  color: #000;
  font-weight: 500;
  list-style: upper-alpha;
}

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

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



.mission-vision {
    background-color: #f9f9f9;
}
.mission-vision h2 {
	font-family: "Jost";
    font-weight: 700;
}

.mission-vision h3 {
	font-family: "Jost";
}
.mission-box, .vision-box {
    background: #fff;
    transition: all 0.3s ease;
}
.mission-box:hover, .vision-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* ===business consulting== */
.business-consulting{
	padding:100px 0;
	background-image:url('https://kujodigital.com/franchiseconsultants/wp-content/uploads/2025/11/christina-wocintechchat.png');
}
.business-consulting .heading h2{
	color:#fff;
	text-align:center;
}
.franchise-growth{
	padding:100px 0;
}
.growth-img img{
	width:100%;
}
.consulting-approach{
	padding-bottom:100px;
}
.approach ol li{
	font-size:15px;
	font-family:"Poppins";
	color:#6A6A6A;
	margin-bottom:5px;
}
.work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;

}

.video-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
    text-align: left;
}

.video-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-6px);
}

.icons img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.video-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    font-family: 'Inria Sans';
}

.video-box p {
    color: #fff;
    font-family: 'Inria Sans';
    text-align: unset;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
   
    .video-box {
        padding: 25px;
    }
}

.success-story{
	 background: #f5f7f9;
    margin-top: 50px;
    padding: 50px 0;
	text-align:center;
}
.success-story p{
	text-align:center;
}
.btn3{
	display: inline-flex;   
    width: auto;           
    justify-content: center;
    align-items: center;
    text-align: center;
	margin:auto;
	font-family:"Poppins";
	border-radius:20px;
	padding:15px;
}