.elementor-10 .elementor-element.elementor-element-c806e2a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-10 .elementor-element.elementor-element-bdf5c66{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-6e156e9{--display:flex;}.elementor-10 .elementor-element.elementor-element-0517bdb{--display:flex;}.elementor-10 .elementor-element.elementor-element-09f91b5{--display:flex;}.elementor-10 .elementor-element.elementor-element-10a888b{--display:flex;}.elementor-10 .elementor-element.elementor-element-13a1804{text-align:center;color:#19922A;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-fcf74c6 */.about-content-box{
    max-width:650px;
}

.about-tag{
    color:#5b9a45;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.about-content-box h2{
    font-size:42px;
    margin:10px 0;
    color:#1f1f1f;
    font-weight:700;
}

.about-content-box h4{
    color:#4d8c41;
    font-size:17px;
    margin-bottom:20px;
    font-weight:600;
}

.about-content-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:15px;
    font-size:15px;
}

.about-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin:25px 0;
}

.about-highlights span{
    color:#444;
    font-size:15px;
    font-weight:500;
}

.about-btn{
    display:inline-block;
    background:#4d8c41;
    color:#fff !important;
    text-decoration:none;
    padding:14px 28px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#39702f;
}

@media(max-width:768px){

.about-content-box h2{
    font-size:32px;
}

.about-highlights{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c1a2af6 *//* Container Layout */
.achievements-section {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    text-align: center;
    padding: 40px 20px;
   
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.section-title span {
    color: #41924B; /* Green heading text */
}

/* Divider styling matching previous layout */
.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.title-divider .line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e0e0e0;
}

.title-divider .leaf {
    font-size: 14px;
    margin: 0 10px;
}

/* Stats Row Flexbox Grid */
.stats-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

/* Individual Stat block */
.stat-item {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    padding: 0 20px;
    position: relative;
}

/* Thin vertical lines between items */
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #e6e6e6;
}

/* Icon Styling */
.stat-icon {
    width: 44px;
    height: 44px;
    color: #41924B; /* Green Icon Color */
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon svg {
    width: 100%;
    height: 100%;
}

/* Content adjustment alignment */
.stat-content {
    text-align: left;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #41924B;
    line-height: 1.1;
    margin-bottom: 4px;
}

.stat-text {
    font-size: 13px;
    font-weight: 500;
    color: #444444;
    line-height: 1.3;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .stats-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
    }
    /* Hide specific desktop borders on responsive grid */
    .stat-item:nth-child(2)::after {
        display: none;
    }
    .stat-item {
        justify-content: flex-start;
        padding-left: 15%;
    }
}

@media (max-width: 600px) {
    .stats-container {
        grid-template-columns: 1fr;
        gap: 25px 0;
    }
    .stat-item::after {
        display: none !important;
    }
    .stat-item {
        padding-left: 0;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ca66f6c *//* Container & Section Styling */
.qualifications-section {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.section-title span {
    color: #41924B; /* Green color from your layout */
}

/* Divider with Leaf */
.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.title-divider .line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e0e0e0;
}

.title-divider .leaf {
    font-size: 14px;
    margin: 0 10px;
}

/* Cards Grid Layout */
.cards-container {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Card Design */
.q-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 25px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.q-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(65, 146, 75, 0.1);
    border-color: rgba(65, 146, 75, 0.2);
}

/* Icon Container */
.icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    color: #41924B; /* Icons Green Color */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Card Text Styling */
.q-card h3 {
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .cards-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .section-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .cards-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-64cf7a7 *//* Section Container Layout */
.mission-vision-section {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    padding: 40px 20px;
   
}

.mv-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Card Design */
.mv-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(65, 146, 75, 0.06);
    border-color: rgba(65, 146, 75, 0.15);
}

/* Light Green Circular Icon Background */
.mv-icon-wrapper {
    width: 85px;
    height: 85px;
    background-color: #f3f9f4; /* Light green tint */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 25px;
    color: #41924B; /* Icon color */
}

.mv-icon-wrapper svg {
    width: 42px;
    height: 42px;
}

/* Typography & Content Alignment */
.mv-content {
    text-align: left;
}

.mv-title {
    font-size: 19px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 10px 0;
}

.mv-title span {
    color: #41924B; /* Green bold part */
}

.mv-text {
    font-size: 13.5px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .mv-card {
        padding: 25px;
    }
    .mv-icon-wrapper {
        width: 75px;
        height: 75px;
        margin-right: 20px;
    }
    .mv-icon-wrapper svg {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 768px) {
    .mv-container {
        grid-template-columns: 1fr; /* Stack vertically on mobile */
        gap: 20px;
    }
    .mv-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .mv-icon-wrapper {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mv-content {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-45a5cc2 *//* Container Layout */
.expertise-section {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.section-title span {
    color: #41924B; /* Theme Green */
}

/* Divider with Leaf */
.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.title-divider .line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e0e0e0;
}

.title-divider .leaf {
    font-size: 14px;
    margin: 0 10px;
}

/* 6 Column Grid Setup */
.expertise-container {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Soft Green Tinted Cards */
.exp-card {
    background-color: #f7faf6; /* Soft green tint from image */
    border-radius: 12px;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(65, 146, 75, 0.08);
    background-color: #f2f7f0; /* Halka dark fallback hover */
}

/* Icons */
.exp-icon {
    width: 45px;
    height: 45px;
    color: #609d58; /* Solid deep sage green */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-icon svg {
    width: 100%;
    height: 100%;
}

/* Typography Inside Cards */
.exp-card h3 {
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .expertise-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .expertise-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
    .exp-card {
        padding: 20px 10px;
    }
    .exp-card h3 {
        font-size: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7cc3844 *//* Section */
.why-choose{
    padding:0px 20px;
    background:#f8fbf7;
    display:flex;
    justify-content:center;
}

/* Card */
.why-card{
    max-width:850px;
    width:100%;
    background:#fff;
    padding:20px;
    border-radius:24px;
    box-shadow:0 15px 50px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
}

/* Top Gradient Line */
.why-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#67b26f,#4ca2cd);
}

/* Heading */
.why-card h2{
    font-size:28px;
    font-weight:700;
    color:#222;
    margin-bottom:35px;
}

.why-card h2 span{
    color:#67b26f;
}

/* List */
.why-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:18px;
}

/* Item */
.why-list li{
    display:flex;
    align-items:center;
    gap:15px;
    padding:8px 10px;
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:16px;
    font-size:14px;
    color:#333;
    transition:all 0.4s ease;
    cursor:pointer;
}

/* Icon */
.icon{
    width:28px;
    height:28px;
    min-width:38px;
    border-radius:50%;
    background:#67b26f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    transition:all 0.4s ease;
}

/* Hover Effect */
.why-list li:hover{
    transform:translateX(10px);
    background:#67b26f;
    color:#fff;
    box-shadow:0 12px 25px rgba(103,178,111,0.3);
}

.why-list li:hover .icon{
    background:#fff;
    color:#67b26f;
    transform:rotate(360deg);
}

/* Mobile */
@media(max-width:768px){
    .why-card{
        padding:30px 20px;
    }

    .why-card h2{
        font-size:30px;
    }

    .why-list li{
        font-size:15px;
        padding:15px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-13a1804 */.testimonial-section{
    padding:60px 20px;
   
}

.testimonial-heading{
    text-align:center;
    margin-bottom:40px;
}

.testimonial-heading span{
    color:#6a9b3f;
    font-weight:700;
    letter-spacing:1px;
}

.testimonial-heading h2{
    margin:10px 0 0;
    font-size:42px;
    font-weight:700;
}

.testimonial-heading h2 span{
    color:#6a9b3f;
}

.testimonial-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    min-height:220px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.quote{
    font-size:40px;
    color:#6a9b3f;
    font-weight:bold;
    line-height:1;
}

.testimonial-card p{
    margin:15px 0;
    font-size:17px;
    line-height:1.8;
    color:#333;
}

.stars{
    color:#f5b301;
    font-size:18px;
    margin-top:15px;
}

.author{
    margin-top:10px;
    color:#666;
    font-weight:600;
}

.swiper-button-next,
.swiper-button-prev{
    width:45px !important;
    height:45px !important;
    border-radius:50%;
    background:#6a9b3f;
    color:#fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px !important;
    font-weight:700;
}

@media(max-width:767px){

    .testimonial-heading h2{
        font-size:28px;
    }

    .testimonial-card{
        min-height:auto;
    }
}/* End custom CSS */