/*--------------------------------------------------------------
    ABOUT SECTION
--------------------------------------------------------------*/

.section {
    padding: 80px 0;
    position: relative;
}

.section.wb {
    background: #ffffff;
}

.section.lb {
    background: #f9f9f9;
}

.message-box h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.message-box p {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.hover-effect-new {
    display: inline-block;
    padding: 10px 25px;
    background: #f9ba1f;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.hover-effect-new:hover {
    background: #38C5B9;
    color: #fff;
}

.right-box-pro img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
    SERVICES SECTION
--------------------------------------------------------------*/

.section-title h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    color: #555;
    margin-bottom: 40px;
}

.services-inner-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.effect-new:hover .services-inner-box {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.ser-icon {
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
}

.services-inner-box h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.services-inner-box p {
    color: #000;
    line-height: 1.6;
}

.fun-title {
    font-size: 34px;
    font-weight: 800;
    color: #ff6b35;
}

.fun-subtitle {
    color: #555;
    margin-bottom: 35px;
    font-size: 16px;
}

.fun-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
	//color:#000;
}

.fun-box:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.fun-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 40px;
}

.mission-bg { background: #ff6b35; }
.vision-bg { background: #00a8e8; }
.values-bg { background: #6ac47e; }

.fun-list {
    text-align: left;
    padding-left: 0;
    margin-top: 15px;
    list-style: none;
	//color:#555;
}

.fun-list li {
    padding: 6px 0;
    font-weight: 500;
}