.kh-build-wrapper {
    background: linear-gradient(135deg, #f3812f, #ff9a4d);
    padding: 50px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(243, 129, 47, 0.25);
}

.kh-build-wrapper::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.kh-build-wrapper::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

@media(max-width:767px){

    .kh-build-wrapper {
        padding: 35px 25px;
    }
}
.page-template-franchisee-division .kh-expansion-main h2 {
	color:#1A4B2E;
}
.page-template-visa-ready h2 , .page-template-franchisee-division h2{
    font-weight: 800;
    color: #0b182a;
    margin-bottom: 15px;
}
.page-template-franchisee-division .home-about-main {
	padding-top:0px;
}
.page-template-franchisee-division .leader-details ul {
    padding-top: 10px;
}
.main-title-section {
    text-align: center;
}
.visa-ready-wrapper .service-detail-main p  {
	color: #5b5e5c;
	text-align: justify;
}
.visa-ready-wrapper p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 18px;
	text-align: justify;
}
.franchisee-wrapper p {
	font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 18px;
	text-align: justify;
}
.franchisee-wrapper .service-detail-main p  {
	color: #5b5e5c;
	text-align: justify;
}

.visa-ready-wrapper .home-about-main {
	padding-bottom:50px;
}
.page-template-visa-ready .visa-ready-wrapper .container-main {
	max-width: 1280px;
    margin: 0 auto;
}
.page-template-visa-ready .service-detail-main {
	padding-bottom: 0px;
}
.page-template-visa-ready .home-about-flex.about-page.company-leaders.reverse {
	margin-top: 0px;
}


/* ==========================
   Franchisee Section
========================== */
/* =========================
   Franchisee Section
========================= */

.kh-franchise-section{
    padding: 50px 0;
    background: #fff;
}

.franchisee-wrapper .container-main, .service-detail-main.divison-main .container-main{
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

/* Heading */

.kh-franchise-heading{
    margin-bottom: 30px;
}

.kh-franchise-heading span{
    font-size: 14px;
    font-weight: 600;
    color: #f3812f;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 18px;
}

.kh-franchise-heading h2{
    font-size: 32px;
    line-height: 40px;
    color: #0b182a;
    font-weight: 700;
    max-width: 950px;
}

/* Layout */

.kh-franchise-layout{
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 70px;
    margin-bottom: 70px;
}

.kh-franchise-content p{
    font-size: 17px;
    line-height: 2;
    color: #5b5e5c;
    margin-bottom: 15px;
}

.kh-franchise-support{
    padding-left: 35px;
    border-left: 1px solid #d1d5db;
}

.kh-franchise-support h3{
    font-size: 25px;
    line-height: 32px;
    color: #111827;
    margin-bottom: 22px;
}

.kh-franchise-support p{
    font-size: 16px;
    line-height: 1.9;
    color: #5b5e5c;
}

/* Network */

.kh-network-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kh-network-item{
    display: flex;
    gap: 30px;
    padding: 35px 0;
    border-top: 1px solid #e5e7eb;
}

.kh-network-item:last-child{
    border-bottom: 1px solid #e5e7eb;
}

.kh-network-number{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.kh-network-content h4{
    font-size: 22px;
    color: #111827;
    margin-bottom: 14px;
    line-height: 28px;
}

.kh-network-content p{
    font-size: 16px;
    line-height: 1.9;
    color: #5b5e5c;
    max-width: 900px;
}

/* Responsive */

@media(max-width: 991px){

    .kh-franchise-layout{
        grid-template-columns: 1fr;
        gap: 28px;
		margin-bottom:30px;
    }

    .kh-franchise-support{
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid #d1d5db;
        padding-top: 35px;
    }

}

@media(max-width: 768px){

    .kh-franchise-section{
        padding: 30px 0;
    }

    .kh-franchise-heading h2{
        font-size: 30px;
    }

    .kh-network-content h4{
        font-size: 24px;
    }

}

@media(max-width: 576px){
	 .kh-franchise-layout{
        grid-template-columns: 1fr;
        gap: 22px;
		 margin-bottom:30px;
    }
    .kh-franchise-heading h2{
        font-size: 25px;
		line-height:30px;
    }

    .kh-network-item{
        flex-direction: column;
        gap: 20px;
    }

}
@media (max-width: 1440px) {
.page-template-visa-ready .service-detail-main .container-main{
        padding: 0px 40px;
    }
}


/* =========================
   Growth Section
========================= */

.kh-growth-section{
/*     padding: 100px 0; */
    background: #ffffff;
}

/* Heading */

.kh-growth-heading{
    margin-bottom: 30px;
}

.kh-growth-heading span{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f3812f;
    margin-bottom: 18px;
}

.kh-growth-heading h2{
    font-size: 32px;
    line-height: 40px;
    color: #111827;
    font-weight: 700;
    max-width: 900px;
}

/* Layout */

.kh-growth-layout{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    margin-bottom: 20px;
}

/* Left Content */

.kh-growth-content p{
    font-size: 17px;
    line-height: 2;
    color: #5b5e5c;
    margin-bottom: 15px;
}

/* Left List */

.kh-growth-list{
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px 35px;
}

.kh-growth-list li{
    position: relative;
    padding-left: 24px;
    color: #5b5e5c;
    font-size: 16px;
    line-height: 1.7;
}

.kh-growth-list li::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f3812f;
    position: absolute;
    left: 0;
    top: 11px;
}

/* Right Box */

.kh-growth-box{
    border-left: 1px solid #d1d5db;
    padding-left: 40px;
}

.kh-growth-box h3{
    font-size: 25px;
    line-height: 30px;
    color: #111827;
    margin-bottom: 28px;
}

/* Benefits List */

.kh-benefits-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.kh-benefits-list li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    color: #4b5563;
    line-height: 1.8;
    font-size: 16px;
}

.kh-benefits-list li::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f3812f;
    position: absolute;
    left: 0;
    top: 12px;
}

/* Expansion */

.kh-expansion-main{
    border-top: 1px solid #e5e7eb;
    padding-top: 30px;
}

.kh-expansion-heading{
    margin-bottom: 40px;
}

.kh-expansion-heading h3{
    font-size: 42px;
    line-height: 1.3;
    color: #111827;
    margin-bottom: 24px;
    max-width: 900px;
}

.kh-expansion-heading p{
    font-size: 17px;
    line-height: 2;
    color: #5b5e5c;
    max-width: 1050px;
}

/* Services */

.kh-services-main{
    margin: 30px 0;
}

.kh-services-main h4{
    font-size: 24px;
    line-height: 32px;
    color: #111827;
    margin-bottom: 28px;
    font-weight: 600;
}

.kh-services-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px 40px;
}

.kh-services-list li{
    position: relative;
    padding-left: 26px;
    font-size: 17px;
    line-height: 1.8;
    color: #5b5e5c;
}

.kh-services-list li::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f3812f;
    position: absolute;
    left: 0;
    top: 11px;
}

/* Bottom */

.kh-expansion-bottom p{
    font-size: 17px;
    line-height: 2;
    color: #5b5e5c;
    max-width: 1100px;
}

/* Responsive */

@media(max-width: 1100px){

    .kh-growth-layout{
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .kh-growth-box{
        border-left: 0;
        border-top: 1px solid #d1d5db;
        padding-left: 0;
        padding-top: 40px;
    }

}

@media(max-width: 768px){

/*     .kh-growth-section{
        padding: 70px 0;
    } */

    .kh-growth-heading h2{
        font-size: 28px;
    }

    .kh-expansion-heading h3{
        font-size: 34px;
    }

    .kh-growth-list,
    .kh-services-list{
        grid-template-columns: 1fr;
    }

}

@media(max-width: 576px){

    .kh-growth-heading h2{
        font-size: 25px;
		line-height:35px;
    }

    .kh-growth-box h3{
        font-size: 24px;
		line-height:32px;
    }

    .kh-expansion-heading h3{
        font-size: 24px;
		line-height:38px;
    }

}
/* =========================
   Benefits Section
========================= */

.kh-benefits-section{
    padding: 50px 0;
    background: #ffffff;
}

/* Heading */

.kh-benefits-heading{
    margin-bottom: 10px;
}

.kh-benefits-heading span{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f3812f;
    margin-bottom: 18px;
}

.kh-benefits-heading h2{
    font-size: 32px;
    line-height: 40px;
    color: #111827;
    font-weight: 700;
    max-width: 900px;
}

/* Benefit Item */

.kh-benefit-item{
/*     display: grid; */
/*     grid-template-columns: 90px 1fr; */
/*     gap: 40px; */
    padding: 30px 0;
    border-top: 1px solid #e5e7eb;
}

.kh-benefit-item:last-child{
    border-bottom: 1px solid #e5e7eb;
}

.kh-benefit-number{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.kh-benefit-content h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    background: #f3812f;
    padding: 5px 20px;
    margin-bottom: 25px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.kh-benefit-content p{
    font-size: 17px;
    line-height: 1.9;
    color: #5b5e5c;
    margin-bottom: 28px;
}

/* List */

.kh-benefit-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px 40px;
}

.kh-benefit-content ul li{
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

.kh-benefit-content ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f3812f;
    position: absolute;
    left: 0;
    top: 12px;
}

/* Responsive */

@media(max-width: 991px){
.page-template-franchisee-division h2 {
    text-align: left;
}
	.page-template-franchisee-division p{
		text-align: left;
	}
    .kh-benefit-content ul{
        grid-template-columns: 1fr;
    }

}

@media(max-width: 768px){
	.kh-benefit-item {
		padding: 25px 0;
	}
	.kh-benefits-section{
        padding: 30px 0;
    }

    .kh-benefits-heading h2{
        font-size: 38px;
    }

    .kh-benefit-item{
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .kh-benefit-content h3{
        font-size: 18px;
		line-height:25px;
    }

}

@media(max-width: 576px){

    .kh-benefits-heading h2{
        font-size: 30px;
    }

    .kh-benefit-content h3{
        font-size: 18px;
		line-height:25px;
    }

}
.page-template-franchisee-division p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #5b5e5c;
	margin-bottom:15px;
}
.page-template-franchisee-division ul li {
    font-size: 16px;
    line-height: 22px;
    color: #5b5e5c;
    font-weight: 500;
}
.page-template-franchisee-division .our-experties-block p {
	color: #ffffff;
}

/* =========================
   Build Section
========================= */


.kh-build-wrapper span{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0f766e;
    margin-bottom: 20px;
}

.kh-build-wrapper h2{
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 900px;
}
.page-template-franchisee-division .service-detail-main{
	padding-bottom:30px;
}
.kh-build-wrapper p{
	margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}

.kh-build-wrapper p:last-child{
    margin-bottom: 0;
}

/* Responsive */

@media(max-width: 768px){

    .kh-build-section{
        padding: 50px 0;
    }

    .kh-build-wrapper h2{
        font-size: 38px;
    }

    .kh-build-wrapper p{
        font-size: 16px;
    }

}

@media(max-width: 576px){
	.kh-build-section {
        padding: 15px 0;
    }
    .kh-build-wrapper{
        padding-top: 40px;
    }

    .kh-build-wrapper h2{
        font-size: 30px;
    }

}