body {
    font-family: Arial, Helvetica, sans-serif;
}
.templatemo_clear { 
    clear: both; 
}
.container_wapper {
    width: 100%;
    background: #c0c0c0;
    border-bottom: 1px solid #fff;
}
.section_header  {
    height: auto;
    background: linear-gradient(135deg, rgba(53, 171, 217, 0.08) 0%, rgba(53, 171, 217, 0.03) 100%);
    padding: 50px 0;
    border-bottom: 2px solid #35abd9;
}
.section_header h1 {
    margin: 0;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #35abd9;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    word-spacing: 0.1em;
}
/* templatemo_mobile_menu_wap */
#templatemo_mobile_menu_wap {
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
    background: #35abd9;
}
#templatemo_mobile_menu_wap p#mobile_menu_btn {
    padding-top: 10px;
    font-size: 20px;
    text-align: right;
    width: 100%;
}
#templatemo_mobile_menu_wap p#mobile_menu_btn span {
    color: #fff;
}
#templatemo_mobile_menu_wap #mobile_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background:#e7eaef;
    margin-top: 0;
    border-radius: 4px;
    height: 100%;
    overflow: auto;
}
#templatemo_mobile_menu_wap .nav-stacked li a {
    color: #000;
}
#templatemo_mobile_menu_wap .nav-stacked li:hover a {
    background-color: #67cbf2;
    color: #000;
}
#templatemo_mobile_menu_wap .nav-stacked li a.focus {
    background-color: transparent;
}
/* templatemo_banner_top - REMOVED */
#templatemo_banner_top {
    display: none;
}
/* templatemo_banner_logo */
#templatemo_banner_logo {
    background: linear-gradient(135deg, #ffffff 0%, #f5f8fa 100%);
    background-image: url("../images/banner_logo_bg.jpg");
    background-blend-mode: overlay;
    height: auto;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}
#templatemo_banner_logo h1.logo-text {
    display: inline;
    font-size: 42px;
    color: #35abd9;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: none;
    word-spacing: 0.05em;
    white-space: normal;
}
.logo-tagline {
    display: block;
    clear: both;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
#templatemo_banner_logo h1.logo-text a:hover {
    text-decoration: none;
}
/* templatemo_banner_slide */
.banner { 
    width: 100%;
    height: 500px;
    position: relative; 
    overflow: hidden;
}
.banner ul { 
    list-style: none; 
    padding: 0;
}
.banner ul li { 
    float: left; 
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}
.banner ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
}
.banner div.slide_caption {
    max-width: 600px;
    margin: 120px auto auto 10%;
    position: relative;
    z-index: 2;
}
.banner div.slide_caption h1,
.banner div.slide_caption p {
    background: rgba(255,255,255,0.95);
    text-align: left;
    color: #000;
    line-height: 1.8;
    float: left;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    backdrop-filter: blur(4px);
}
.banner div.slide_caption a {
    color: #35abd9;
    text-decoration: none;
}
.banner div.slide_caption h1 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    color: #35abd9;
}
.banner div.slide_caption p {
    font-size: 16px;
    margin: 15px 0 0 0;
    color: #333;
    line-height: 1.6;
}
.templatemo_banner_slide_01 {
    background: url('../images/banner_slide_01.jpg');
    background-size: cover;
}
.templatemo_banner_slide_02 {
    background: url('../images/banner_slide_02.jpg');
    background-size: cover;
}
.templatemo_banner_slide_03 {
    background: url('../images/banner_slide_03.jpg');
    background-size: cover;
}
/* templatemo_main_menu */
#templatemo_main_menu {
    background: linear-gradient(to right, #e7eaef 0%, #f0f3f7 50%, #e7eaef 100%);
    border-bottom: 2px solid #d0dae5;
    z-index: 1500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
#templatemo_main_menu .nav-justified li {
    height: 105px;
    border-right: 1px solid #d7dadd;
}
#templatemo_main_menu .nav-justified li:last-child {
    border-right: none;
}
#templatemo_main_menu .nav-justified li a {
    height: 105px;
    font-size: 15px;
    line-height: 105px;
    color: #333;
    margin-right: 0;
    margin-left: 0;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
#templatemo_main_menu .nav-justified li a.current,
#templatemo_main_menu .nav-justified li a:hover {
    background: linear-gradient(135deg, #35abd9 0%, #2a8fb8 100%);
    color: #fff;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.2);
}
/* templatemo_upcomming_event */
#templatemo_upcomming_event {
    margin-top: 0;
    background: linear-gradient(to bottom, #ffffff 0%, #f8fbfd 100%);
    overflow: hidden;
    padding: 60px 0;
}
#templatemo_upcomming_event h1 {
    color: #35abd9;
}
#templatemo_upcomming_event p {
    text-align: center;
    color: #666;
    line-height: 1.8;
}
#templatemo_upcomming_event .event_box {
    margin-top: 50px;
    min-height: 300px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    position: relative;
    padding: 30px;
    transition: all 0.4s ease;
    border: 1px solid #e8f0f7;
}
#templatemo_upcomming_event .event_box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(53, 171, 217, 0.15);
    border-color: #35abd9;
}
#templatemo_upcomming_event .event_box ul {
    list-style: none;    
    padding: 0;
    margin: 0;    
}
#templatemo_upcomming_event .event_box ul li {
    list-style: none;    
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    border: none;
}
#templatemo_upcomming_event .event_box ul li:first-child {
    border-top: 0px;
}
#templatemo_upcomming_event .event_box ul li span {
    padding-right: 15px;    
    color: #35abd9;
}
#templatemo_upcomming_event #prev_event_btn ,
#templatemo_upcomming_event #next_event_btn {
    margin-top: 60px;
    margin-bottom: 60px;
}
#templatemo_upcomming_event #prev_event_btn a  ,
#templatemo_upcomming_event #next_event_btn a {
    background: #eeeeee;
    width: 60px;
    height: 60px;
	padding: 12px;
    font-size: 28px;
    display: none;
    float: left;
    color: #0eb1dc;
}
#templatemo_upcomming_event #prev_event_btn a:hover ,
#templatemo_upcomming_event #next_event_btn a:hover {
    background: #e2e2e2;
}
#templatemo_upcomming_event #prev_event_btn a {
    float: right;
}
#templatemo_upcomming_event #next_event_btn a {
    float: left;
}
/* templatemo_pricing */
#templatemo_pricing {
    background: linear-gradient(135deg, #3d444e 0%, #2a3139 100%);
    overflow: hidden;
    padding: 60px 0;
}
#templatemo_pricing h1 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
#templatemo_pricing .pricing_icon_wapper {
    overflow: hidden;
    padding: 30px 20px;
}
#templatemo_pricing .pricing_icon_wapper p.cycle_icon span {
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 60px;
    background: linear-gradient(135deg, #35abd9 0%, #2a8fb8 100%);
    text-align: center;
    padding: 30px;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 8px 24px rgba(53, 171, 217, 0.3);
    transition: all 0.3s ease;
}
#templatemo_pricing .pricing_icon_wapper:hover p.cycle_icon span {
    transform: scale(1.1);
    box-shadow: 0 12px 32px rgba(53, 171, 217, 0.4);
}
#templatemo_pricing .pricing_icon_wapper h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
#templatemo_pricing .pricing_icon_wapper p {
    text-align: center;
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.6;
}

/* templatemo_blog */
#templatemo_blog {
    background: linear-gradient(to bottom, #f8fbfd 0%, #ffffff 100%);
    padding: 60px 0;
    overflow: hidden;
}
#templatemo_blog h1 {
    font-size: 32px;
    color: #35abd9;
    text-transform: uppercase;
}
#templatemo_blog h2 {
    color: #35abd9;
    font-weight: 700;
}
#templatemo_blog p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}
#templatemo_blog strong {
    color: #35abd9;
    font-weight: 600;
}
#templatemo_blog img {
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
#templatemo_blog .blog_text {
    margin-bottom: 30px;
}
#templatemo_blog .blog_text h1 {
    padding: 0;
    margin: 0 0 20px 0;
}
#templatemo_blog .blog_text p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}
/* templatemo_contact */
#templatemo_contact {
    background: linear-gradient(to bottom, #ffffff 0%, #f5f8fa 100%);
    padding: 60px 0;
}
#templatemo_contact .section_header {
    margin-bottom: 40px;
}
.contact-intro {
    text-align: center;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-info-box {
    margin-bottom: 30px;
}
.contact-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.contact-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, #35abd9, #2a8fb8);
}
.contact-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(53, 171, 217, 0.15);
    border-color: #35abd9;
}
.contact-icon {
    margin-bottom: 20px;
}
.contact-icon span {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background: linear-gradient(135deg, #35abd9 0%, #2a8fb8 100%);
    text-align: center;
    line-height: 80px;
    font-size: 36px;
    color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(53, 171, 217, 0.3);
}
.contact-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #35abd9;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-item p {
    color: #555555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}
.contact-item a {
    color: #35abd9;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.contact-item a:hover {
    color: #2a8fb8;
    text-decoration: underline;
}
.contact-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #35abd9 0%, #2a8fb8 100%);
    color: white;
    padding: 16px 50px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(53, 171, 217, 0.3);
    transition: all 0.4s ease;
    border: 2px solid #35abd9;
}
.contact-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(53, 171, 217, 0.4);
    color: white;
    text-decoration: none;
}
#templatemo_contact #templatemo_contact_map_wapper {
    width: 100%;
    height: 320px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
#templatemo_contact #templatemo_contact_map {
    width: 100%;
    height: 245px;
    position: absolute;
    left: 0;
    background: #b3e9ff;
}
/* FAQ Section */
#templatemo_faq {
    background: linear-gradient(to bottom, #f5f8fa 0%, #ffffff 100%);
    padding: 60px 0;
    overflow: hidden;
}
#templatemo_faq .section_header h1 {
    color: #35abd9;
}
#templatemo_faq .faq_item {
    background: #ffffff;
    border-left: 5px solid #35abd9;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border-top: 1px solid #e8f0f7;
    border-right: 1px solid #e8f0f7;
    border-bottom: 1px solid #e8f0f7;
}
#templatemo_faq .faq_item:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(53, 171, 217, 0.12);
}
#templatemo_faq .faq_item h3 {
    margin: 0 0 18px 0;
    font-size: 18px;
    color: #35abd9;
    font-weight: 700;
    letter-spacing: -0.3px;
}
#templatemo_faq .faq_item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
}
/* Service Icon Styling */
.service_icon {
    margin-bottom: 20px;
}
.service_icon span {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f0f7 0%, #f0f5fa 100%);
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    color: #35abd9;
    margin: 0 auto 20px;
    box-shadow: 0 4px 12px rgba(53, 171, 217, 0.15);
    transition: all 0.3s ease;
}
.service_icon:hover span {
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(53, 171, 217, 0.25);
}
#templatemo_upcomming_event .event_box h2 {
    text-align: center;
    font-size: 20px;
    color: #35abd9;
    margin-bottom: 15px;
    font-weight: 700;
}
#templatemo_upcomming_event .event_box p {
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    min-height: auto;
}
#templatemo_footer {
    background: linear-gradient(135deg, #2a3139 0%, #1f2329 100%);
    padding: 40px 0;
}
#templatemo_footer p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.8;
}
#templatemo_footer a {
    text-decoration: none;
    color: #35abd9;
    font-weight: 600;
    transition: all 0.3s ease;
}
#templatemo_footer a:hover {
    color: #fff;
    text-decoration: underline;
}
/* Service Detail Sections */
#templatemo_service_detail_1,
#templatemo_service_detail_2,
#templatemo_service_detail_3 {
    padding: 80px 0;
    background: #ffffff;
}
#templatemo_service_detail_2 {
    background: linear-gradient(to bottom, #ffffff 0%, #f5f8fa 100%);
}
#templatemo_service_detail_1 .row,
#templatemo_service_detail_2 .row,
#templatemo_service_detail_3 .row {
    display: flex;
    align-items: stretch;
}
.service-detail-img {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    height: 100%;
}
.service-detail-img img {
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transition: all 0.4s ease;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}
.service-detail-img img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(53, 171, 217, 0.2);
}
.service-detail-content h2 {
    font-size: 32px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.service-detail-content h3 {
    font-size: 20px;
    color: #35abd9;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.service-detail-content p {
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.service-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px 0;
}
.service-features li {
    padding: 12px 0 12px 40px;
    color: #555555;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.service-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #35abd9;
    font-size: 18px;
}
.service-features li strong {
    color: #35abd9;
    font-weight: 700;
}
.service-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #35abd9 0%, #2a8fb8 100%);
    color: white;
    padding: 14px 40px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 20px;
    box-shadow: 0 6px 20px rgba(53, 171, 217, 0.25);
    transition: all 0.3s ease;
    border: 2px solid #35abd9;
}
.service-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(53, 171, 217, 0.35);
    color: white;
    text-decoration: none;
    background: linear-gradient(135deg, #2a8fb8 0%, #1f6a93 100%);
}
/* CTA Sections Between Services */
.cta-section {
    background: linear-gradient(135deg, #35abd9 0%, #2a8fb8 100%);
    padding: 60px 0;
    text-align: center;
}
.cta-content {
    text-align: center;
}
.cta-content h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}
.cta-content p {
    color: #f0f8ff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.cta-btn-large {
    display: inline-block;
    background: #ffffff;
    color: #35abd9;
    padding: 16px 50px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    border: 2px solid #ffffff;
}
.cta-btn-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
    background: #f0f8ff;
    color: #2a8fb8;
    text-decoration: none;
}
/*  Extra small devices (phones, less than 768px)  */
@media (max-width: 768px ) { 
    #templatemo_banner_logo h1.logo-text {
        font-size: 28px;
    }
    .logo-tagline {
        font-size: 13px;
    }
    #templatemo_banner_logo {
        padding: 25px 0;
    }
    .banner div.slide_caption {
        margin: 60px auto auto 5%;
    }
    .banner div.slide_caption h1 {
        font-size: 24px;
    }
    .banner div.slide_caption p {
        font-size: 14px;
    }
    #templatemo_banner_top {
        padding: 10px 0;
    }
    #templatemo_banner_top p,
    #templatemo_banner_top a {
        line-height: 30px;
        font-size: 12px;
    }
    #templatemo_pricing .pricing_icon_wapper {
        margin-bottom: 40px;
    }
    #templatemo_contact form button {
        width: 100%;
        padding: 12px;
    }
    .section_header {
        padding: 30px 0;
    }
    .section_header h1 {
        font-size: 28px;
    }
    #templatemo_upcomming_event .event_box {
        min-height: auto;
    }
    .service-detail-content h2 {
        font-size: 24px;
    }
    .service-detail-content h3 {
        font-size: 18px;
    }
    .cta-content h2 {
        font-size: 24px;
    }
    .service-detail-img {
        margin-bottom: 30px;
        min-height: 300px;
    }
}
/*  Small devices (tablets, 768px and up)  */
@media (min-width: 768px ) { 

}
/*  Medium devices (desktops, 992px and up)  */
@media (min-width: 992px ) {
    #templatemo_service_detail_1,
    #templatemo_service_detail_2,
    #templatemo_service_detail_3 {
        padding: 50px 0;
    }
    .service-detail-img {
        margin-bottom: 30px;
        min-height: 350px;
    }
    .service-detail-content h2 {
        font-size: 28px;
    }
    .cta-content h2 {
        font-size: 28px;
    }
    .cta-content p {
        font-size: 15px;
    }
    #templatemo_banner_top p.right {
        text-align: right;
    }
    #templatemo_banner_top {
        height: 45px;
    }
}
/*  Large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px ) {
}