* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Century Gothic', sans-serif;
    background: #fafafa;
    color: #333;
    line-height: 1.6;
}
.container-fluid {
    max-width: 1600px;
    margin: 0 auto;
}
.container_wapper {
    width: 100%;
    background: #ffffff;
    transition: all 0.3s ease;
}
.rcolor {
    background: #f00;
}
.gcolor {
    background: #0f0;
}
.bcolor {
    background: #00f;
}
h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font: 700 42px/1.2 'Century Gothic', sans-serif;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    word-spacing: 4px;
}
h2 {
    font-weight: 600;
    color: #222;
}
h3 {
    font-weight: 600;
    color: #333;
}
p {
    color: #555;
    font-weight: 400;
}

.templatemo_logo a:hover {
	text-decoration: none;
}
/*menu*/
#templatemo_mobile_menu {
    top: 0;
    width: 250px;
    height: 100%;
    background: #f9f9f9;
    position: fixed;
    z-index: 5500;
    right: -1500px;
    display: none;
    overflow: auto;
}
#templatemo_mobile_menu ul li a {
    text-align: left;
    background: #f15556;
    color: #000;
}
#templatemo_mobile_menu ul li:hover a {
    background: #c83233;
	color: #fff;
}
#templatemo_banner_menu {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    height: 80px;
    border-bottom: 2px solid #e35354;
    position: fixed;
    top: 0;
    z-index: 5000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}
#templatemo_banner_menu .templatemo_logo {
    order: 2;
    margin-left: auto;
}
#templatemo_banner_menu .logo-text {
    font: 700 16px/1 'Century Gothic', sans-serif;
    margin: 0;
    padding: 0;
    text-align: right;
    color: #e35354;
    display: inline-block;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 380px;
    transition: all 0.3s ease;
    font-weight: 700;
}
#templatemo_banner_menu .logo-text:hover {
    color: #f15556;
    letter-spacing: 1px;
}
#templatemo_banner_menu ul.nav {
    order: 1;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
#templatemo_banner_menu ul li a ,
#templatemo_banner_menu ul li a:focus {
    padding: 25px 16px;
    font: 600 15px 'Century Gothic', sans-serif;
    color: #333;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
#templatemo_banner_menu ul li a:hover ,
#templatemo_banner_menu ul li a.current {
    background: linear-gradient(135deg, #f15556, #e35354);
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(241, 85, 86, 0.3);
    transform: translateY(-2px);
}
#templatemo_banner_menu #mobile_menu {
    padding-top: 25px;
    font-size: 30px;
    float: right;
    color: #e35354;
}
/*banner slide*/
.banner { 
    width: 100%;
    height: 680px;
    margin-top: 80px;
    position: relative; 
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}
.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 80px;
    position: relative;
    z-index: 2;
    gap: 80px;
}
.banner-text-box {
    flex: 1;
    max-width: 600px;
    z-index: 10;
    padding-right: 40px;
}
.banner-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-text-box h1 {
    font-size: 72px;
    font-weight: 800;
    color: #fff;
    margin: 20px 0 25px 0;
    line-height: 1.15;
    letter-spacing: -1.5px;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    text-align: left;
}
.banner-text-box p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 40px 0;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
}
.banner-cta {
    display: inline-block;
    background: linear-gradient(135deg, #f15556, #e35354);
    color: #fff;
    padding: 18px 48px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 12px 30px rgba(241, 85, 86, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
}
.banner-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 45px rgba(241, 85, 86, 0.45);
}
.banner-image-box {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    animation: imageFloat 4s ease-in-out infinite;
}
@keyframes imageFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
/*about our organization*/
#templatemo_about {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    float: left;
    padding: 80px 0;
    width: 100%;
}
.services-header {
    text-align: center;
    margin-bottom: 60px;
}
.services-header h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}
.services-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}/*Service Detail Sections*/
.service-detail-section {
    float: left;
    padding: 80px 0;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}
.service-detail-section.alternate {
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}
.service-detail-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}
.service-detail-section.alternate .service-detail-content {
    flex-direction: row-reverse;
}
.service-detail-image {
    flex: 1;
    min-height: 400px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-detail-image:hover img {
    transform: scale(1.05);
}
.service-detail-text {
    flex: 1;
    padding: 0 30px;
}
.service-detail-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.service-detail-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 400;
}
.service-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.service-features li {
    font-size: 16px;
    color: #333;
    padding: 12px 0 12px 35px;
    position: relative;
    line-height: 1.6;
}
.service-features li i {
    position: absolute;
    left: 0;
    color: #e35354;
    font-size: 18px;
    font-weight: 700;
}
.service-cta {
    display: inline-block;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    padding: 16px 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.service-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(102, 126, 234, 0.4);
}
/*CTA Banners*/
.cta-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 30px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 40px 0;
}
.cta-banner.cta-banner-alt {
    background: linear-gradient(135deg, #f15556 0%, #e35354 100%);
}
.cta-content {
    max-width: 800px;
    margin: 0 auto;
}
.cta-content h3 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
}
.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 30px 0;
    font-weight: 400;
}
.cta-button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 14px 36px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.cta-button:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #fff;
    transform: translateY(-3px);
}
/*About Us Section*/
.about-us-section {
    float: left;
    padding: 80px 0;
    width: 100%;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}
.about-us-content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}
.about-us-text {
    flex: 1;
}
.about-us-section h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.about-us-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 30px 0 15px 0;
    letter-spacing: -0.3px;
}
.about-us-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 400;
}
.about-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.about-features li {
    font-size: 15px;
    color: #333;
    padding: 15px 0 15px 40px;
    position: relative;
    line-height: 1.7;
}
.about-features li i {
    position: absolute;
    left: 0;
    color: #e35354;
    font-size: 18px;
    font-weight: 700;
}
.about-us-image {
    flex: 1;
    min-height: 450px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.about-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Service Area Section*/
.service-area-section {
    float: left;
    padding: 80px 0;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}
#templatemo_service_area h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.service-area-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin: 0 0 50px 0;
    font-weight: 400;
}
.service-area-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto 50px auto;
    padding: 0 60px;
}
.area-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-column li {
    font-size: 16px;
    color: #333;
    padding: 12px 0 12px 35px;
    position: relative;
    line-height: 1.8;
    font-weight: 500;
    transition: all 0.3s ease;
}
.area-column li i {
    position: absolute;
    left: 0;
    color: #667eea;
    font-size: 14px;
    font-weight: 700;
}
.area-column li:hover {
    color: #667eea;
    padding-left: 45px;
}
.service-area-footer {
    text-align: center;
    font-size: 16px;
    color: #555;
    padding: 30px 60px;
    background: rgba(102, 126, 234, 0.08);
    border-radius: 12px;
    margin: 0 60px;
}
.service-area-footer a {
    color: #667eea;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid #667eea;
    transition: all 0.3s ease;
}
.service-area-footer a:hover {
    color: #e35354;
    border-bottom-color: #e35354;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0;
}
.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.service-card:hover::before {
    transform: scaleX(1);
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.service-icon-box {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 40px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.service-card:hover .service-icon-box {
    transform: scale(1.1) rotate(5deg);
}
.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    letter-spacing: -0.3px;
}
.service-card p {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.8;
    font-weight: 400;
}
.service-icon-box.mission {
    background: linear-gradient(135deg, #667eea, #764ba2);
}
.service-icon-box.product {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}
.service-icon-box.testimonial {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}
.service-icon-box.statistic {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}
/*events*/
#templatemo_events {
    background: linear-gradient(135deg, #6698b5, #567a96);
    float: left;
    overflow: hidden;
    padding: 20px 0;
}
#templatemo_events h1{
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#templatemo_events .event_box_wap {
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#templatemo_events .event_box_wap:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}
#templatemo_events .event_box_wap .event_box_img {
    position: relative;
    top: 0;
}
#templatemo_events .event_box_wap .event_box_caption {
    position: relative;
    top: 0;
    padding-bottom: 0;
    background: #fff;
    width: 100%;
    border-top: 3px solid #e35354;
}
#templatemo_events .event_box_wap h1,
#templatemo_events .event_box_wap p {
    margin: 0;
    color: #1a1a1a;
    text-align: left;
}
#templatemo_events .event_box_wap p {
    padding: 10px 20px 15px 20px;
    color: #666;
    font-size: 15px;
}
#templatemo_events .event_box_wap h1 {
    padding: 18px 20px 10px 20px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}
/*service area*/
#templatemo_service_area {
    float: left;
    background: linear-gradient(180deg, #f5f7fa 0%, #e8ecf0 100%);
    padding: 40px 0;
}
#templatemo_service_area h1 {
    color: #1a1a1a;
}
#templatemo_service_area p {
    color: #555;
    font-size: 16px;
}
/*contact*/
#templatemo_contact {
    background: linear-gradient(135deg, #6698b5, #567a96);
    float: left;
    padding: 40px 0;
}
#templatemo_contact h1 {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#templatemo_contact h2 {
    font-size: 28px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
#templatemo_contact iframe {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
#templatemo_contact iframe:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}
#templatemo_contact_map {
    width: 100%;
    height: 320px;
    float: left;
    margin-bottom: 40px;
}
#templatemo_contact ul li a {
    background: none;
}
#templatemo_contact ul li a i {
    width: 60px;
    padding: 20px 0;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
#templatemo_contact p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}
#templatemo_contact a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #e35354;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}
#templatemo_contact a:hover {
    border-bottom-color: #fff;
    padding-bottom: 4px;
}
/*About Us Section*/
.about-us-section {
    float: left;
    padding: 80px 0;
    width: 100%;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}
.about-us-content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}
.about-us-text {
    flex: 1;
}
.about-us-section h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.about-us-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 30px 0 15px 0;
    letter-spacing: -0.3px;
}
.about-us-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 400;
}
.about-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.about-features li {
    font-size: 15px;
    color: #333;
    padding: 15px 0 15px 40px;
    position: relative;
    line-height: 1.7;
}
.about-features li i {
    position: absolute;
    left: 0;
    color: #e35354;
    font-size: 18px;
    font-weight: 700;
}
.about-us-image {
    flex: 1;
    min-height: 450px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.about-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Service Area Section - Enhanced*/
.service-area-section {
    float: left;
    padding: 80px 0;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}
#templatemo_service_area h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.service-area-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin: 0 0 50px 0;
    font-weight: 400;
}
.service-area-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto 50px auto;
    padding: 0 60px;
}
.area-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-column li {
    font-size: 16px;
    color: #333;
    padding: 12px 0 12px 35px;
    position: relative;
    line-height: 1.8;
    font-weight: 500;
    transition: all 0.3s ease;
}
.area-column li i {
    position: absolute;
    left: 0;
    color: #667eea;
    font-size: 14px;
    font-weight: 700;
}
.area-column li:hover {
    color: #667eea;
    padding-left: 45px;
}
.service-area-footer {
    text-align: center;
    font-size: 16px;
    color: #555;
    padding: 30px 60px;
    background: rgba(102, 126, 234, 0.08);
    border-radius: 12px;
    margin: 0 60px;
}
.service-area-footer a {
    color: #667eea;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid #667eea;
    transition: all 0.3s ease;
}
.service-area-footer a:hover {
    color: #e35354;
    border-bottom-color: #e35354;
}

/*templatemo_footer*/
#templatemo_footer {
    width: 100%;
    border-top: 3px solid #e35354;
    background: linear-gradient(135deg, #447693, #3a6584);
    float: left;
    padding: 30px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}
#templatemo_footer p {
    padding: 0;
    margin: 5px 0;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}
#templatemo_footer a {
    color: #e8d0ff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}
#templatemo_footer a:hover {
    color: #fff;
    border-bottom: 2px solid #e8d0ff;
}
/*  Small devices (tablets, 768px and up)  */
@media (max-width: 970px ) {
    .banner {
        height: 600px;
        margin-top: 70px;
        padding: 0 20px;
    }
    .banner-content {
        flex-direction: column;
        padding: 40px 30px;
        gap: 40px;
    }
    .banner-text-box {
        max-width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .banner-text-box h1 {
        font-size: 48px;
        text-align: center;
        letter-spacing: -0.5px;
    }
    .banner-text-box p {
        font-size: 16px;
        text-align: center;
    }
    .banner-tag {
        margin-bottom: 20px;
    }
    .carpet-cleaning-illustration {
        max-width: 300px;
    }
    .banner-image-box {
        max-width: 100%;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .service-card {
        padding: 30px 20px;
    }
    #templatemo_about {
        padding: 60px 0;
    }
    .services-header h1 {
        font-size: 40px;
    }
    #templatemo_service_area {
        padding: 40px 0;
    }
    .about-us-content {
        flex-direction: column;
        gap: 50px;
        padding: 0 40px;
    }
    .about-us-image {
        min-height: 350px;
    }
    .about-us-section h2 {
        font-size: 36px;
    }
    .service-area-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0 40px;
    }
    .service-area-footer {
        margin: 0 40px;
        padding: 25px 30px;
    }
    #templatemo_banner_menu .logo-text {
        font-size: 15px;
        max-width: 320px;
    }
}
@media (max-width: 768px) {
    .banner {
        height: 520px;
        margin-top: 65px;
        padding: 0 15px;
    }
    .banner-content {
        padding: 30px 15px;
        gap: 20px;
    }
    .banner-text-box h1 {
        font-size: 36px;
        text-align: center;
    }
    .banner-text-box p {
        font-size: 14px;
    }
    .banner-cta {
        padding: 14px 28px;
        font-size: 14px;
    }
    .banner-tag {
        font-size: 11px;
        padding: 8px 16px;
    }
    .carpet-cleaning-illustration {
        max-width: 250px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .service-card {
        padding: 25px 20px;
    }
    .service-card h3 {
        font-size: 18px;
    }
    .service-icon-box {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
    #templatemo_banner_menu {
        height: 65px;
        padding: 0 10px;
    }
    #templatemo_banner_menu .logo-text {
        font-size: 14px;
        max-width: 200px;
    }
    #templatemo_banner_menu ul li a {
        padding: 18px 8px;
        font-size: 12px;
    }
    h1 {
        font-size: 28px;
        margin: 30px 0;
    }
    .services-header h1 {
        font-size: 32px;
    }
    .services-header p {
        font-size: 16px;
    }
    .service-detail-content {
        flex-direction: column !important;
        gap: 40px;
    }
    .service-detail-image {
        min-height: 300px;
    }
    .service-detail-text {
        padding: 0;
    }
    .service-detail-text h2 {
        font-size: 28px;
    }
    .service-detail-image {
        min-height: 300px;
    }
    .service-detail-section {
        padding: 50px 0;
    }
    .cta-banner {
        padding: 40px 20px;
        margin: 20px 0;
    }
    .cta-content h3 {
        font-size: 24px;
    }
    .cta-content p {
        font-size: 16px;
    }
    .about-us-content {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }
    .about-us-section {
        padding: 50px 0;
    }
    .about-us-section h2 {
        font-size: 28px;
    }
    .about-us-section h3 {
        font-size: 20px;
    }
    .about-us-image {
        min-height: 300px;
    }
    .service-area-list {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    #templatemo_service_area h1 {
        font-size: 32px;
    }
    .service-area-intro {
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    .service-area-footer {
        margin: 0 20px;
        padding: 20px;
    }
    .service-area-footer a {
        display: inline-block;
        margin-top: 10px;
    }
}
/*  Large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px ) {
}