* {
    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: 15px;
    font-family: "Poppins";
}

a {
	font-family: "Poppins";
}

ul {
    padding-left: 0rem;
}

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

.heading-area h5::after {
    content: '';
    background: #FFD343;
    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: "Montserrat";
}

/* ==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;


}

.menu-section {
    position: sticky;
    top: -20px;
    z-index: 1000;
    background: #ffffff;
}

.logo img {
    width: 150px;
    height: 145px;
    object-fit: contain;
}

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

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



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

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

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

/* ==end== */




/* From Uiverse.io by abrahamcalsin */
.banner button,
.home-about button,
.contact button,
.why-choseus button,
nav button,
.right-cont button,
.ready button, .franchiseright 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;
}

.ready 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, .franchiseright button:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #ffd401;
    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, .franchiseright 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, .franchiseright 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, .franchiseright 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;
	 height: 800px;
    background-image: url('../images/Group 475.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
 */
.hero-slide{
	min-height:590px;
}
.first-slide{
 background: #808080;
 padding:20px 0;
/*  min-height:700px; */

}
.second-slide{
	background-image: url('../images/Group 475.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	padding:20px 0;
	position:relative;
	z-index:1;
	
}
.second-slide::after{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
/* 	background:#ffffff; */
	  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.3));
	top:0;
	left:0;
	opacity:0.5;
	z-index:0;
}
.hero-content h1{
	font-size: 65px;
    font-family: "Montserrat";
    font-weight: 700;
	color:#fff;
	margin-bottom: 20px;
}
.slide-content {
	position:relative;
	z-index:2;
}
.slide-content h1{
	font-size: 65px;
    font-family: "Montserrat";
    font-weight: 700;
	color:#000;
	margin-bottom: 20px;
}

.hero-content h3{
	font-size: 25px;
    font-family: "Poppins";
	color:#fff;
   
}

.banner-carousel-img  img{
	    width: 50%;
    mix-blend-mode: multiply;
}

.banner-btn{
	 padding: 12px 24px;
    background: #2755A0;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-family: "Poppins";
    font-size: 16px;
   transition: all 0.3s ease;
}

.banner-btn2{
	 padding: 12px 24px;
    background: #FFD343;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-family: "Poppins";
    font-size: 16px;
  transition: all 0.3s ease;
}
.banner-btn:hover,.banner-btn2:hover{
	color:#fff;
}
.slide-content .cta-button {
    padding: 12px 24px;
    background: #2755A0;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-family: "Poppins";
    font-size: 16px;
}
/* .slide-content p{
	font-weight:500;
	color:#000;
	font-size:20px;
} */
.slide-content p {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
}
/* .hero,
#heroCarousel,
.carousel-inner {
  height:700px;
}
.hero-slide .container {
    height: 100%;
    display: flex;
    align-items: center;
}
 */
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #bdbfc5;
}
.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

}

.aboutimg {
    position: relative;
}

.aboutimg .abt-image1 {
    width: 95%;
    border-left: 10px solid red;
    border-right: 10px solid red;
}

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

/* ==end=== */



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

.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: #0084FF;
    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";
}

/* ===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-color: #000000;
}

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

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

.footer p {
    font-size: 16px;
}

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

.footer-logo .flogo1 {
    width: 80%;
}

.footermenu a {
    color: #ffffff;
    font-weight: 500;
}

.footermenu h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.social-icon {
    display: flex;
    gap: 10px;
    color: #ffffff;
    align-items: center;
}

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

.social-icon h4 {
    font-size: 14px;
    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(20% - 20px);
}

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

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

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

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

.work-process-content p {
    color: #ffffff;
    margin-top: 20px;
}

.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== */




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

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

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

    background-size: cover;
    height: 380px;
    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: capitalize;
    font-weight: 700;

}

.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%;
}

.franchise-content ol li{
	font-size: 20px;
    font-weight: 600;
    font-family: "Poppins";
}

/* ====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;
    }
}

/* ===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,
.terms li,
.privacy li{
    font-family: "Poppins";
	color: unset;
}

.terms h4,
.privacy h4 {
    font-family: "Poppins";
    font-size: 22px;
    color: #000;
  
}

.slide-content {
	padding: 0px 80px;
}
.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;
}


/* Mission & Vision Section Styles */
.mission-vision-section {
  background-color: #f8f9fa;
}

.mission-card, .vision-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
}

.mission-card {
  border-top: 4px solid #28a745;
}

.vision-card {
  border-top: 4px solid #dc3545;
}

.mission-icon, .vision-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.mission-icon {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

.vision-icon {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .mission-card, .vision-card {
    margin-bottom: 20px;
  }
}

/* CTA Section Styles */
.process-cta {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.process-cta .btn-primary {
  transition: all 0.3s ease;
}

.process-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.mobile {
	display: none;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .process-cta .text-lg-end {
    text-align: center !important;
  }
  .process-cta p {
    margin: 0 auto 20px;
    text-align: center;
  }
}


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

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