:root {
        --primary-color1: #1a3e72;
        --secondary-color1: #d32f2f;
        --accent-color1: #1976d2;
        --light-color1: #f5f7fa;
        --dark-color1: #0d1b2a;
        --text-color1: #333;
        --text-light1: #6c757d;
        --button-custom-color1: #154c8c;
        --brown-theme-color: #xxx8d6e63gtry;
    }
    
    
 
  
    /* Services Section */
    .services {
        padding: 80px 0;
        background-color: var(--light-color1);
    }
    
    .section-header {
        text-align: center;
        margin-bottom: 60px;
    }
    
    .section-header h2 {
        color: var(--primary-color1);
        margin-bottom: 15px;
        font-weight: 700;
    }
    
    .section-header .subtitle {
        font-size: 1.1rem;
        color: var(--text-light1);
        max-width: 700px;
        margin: 0 auto;
    }
    
    /* Services List */
    .services-list {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    
    .service-item {
        display: flex;
        flex-direction: column;
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }
    
    .service-image {
        flex: 1;
    }
    
    .service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 300px;
    }
    
    .service-content {
        flex: 1;
        padding: 30px;
        position: relative;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        background-color: var(--primary-color1);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .service-content h3 {
        color: var(--primary-color1);
        margin-bottom: 15px;
    }
    
    .service-content p {
        color: var(--text-light1);
        margin-bottom: 20px;
    }
    
    .service-features {
        list-style: none;
        margin-bottom: 25px;
    }
    
    .service-features li {
     margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    line-height: 20px;
    }
    
    .service-features i {
        color: #8d6e63;
        margin-right: 8px;
        font-size: 0.9rem;
    }
    
    .service-cta {
        display: inline-flex;
        align-items: center;
        color: var(--primary-color1);
        font-weight: 600;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .service-cta i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }
    
    .service-cta:hover {
        color: var(--secondary-color1);
    }
    
    .service-cta:hover i {
        transform: translateX(5px);
    }

    .rs-blog .blog-item .blog-img img {
    max-height: 180px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0; /* optional: centers the image */
    object-fit: cover;  
}
.rs-blog .blog-item .content-wrapper .blog-meta{
    padding-bottom: 0px;
}

iframe {
  filter: none !important;
}

    /* .rs-blog .blog-item .blog-img img{
        max-height: 180px;        
    } */
    /* Responsive Design */
    @media (min-width: 768px) {
        .service-item {
            flex-direction: row;
            min-height: 400px;
        }
        
        .service-item.reverse {
            flex-direction: row-reverse;
        }
        
        .service-content {
            padding: 40px;
        }
    }
    
    @media (min-width: 992px) {
        .service-content {
            padding: 50px;
        }
        
        .service-content h3 {
            font-size: 2rem;
        }
    }


    /* services-animation */

     .serviceicon .flaticon-support:before,.serviceicon .flaticon-airport:before,.serviceicon .flaticon-www:before{
        font-size: 48px;
    }
    .hovereffect:hover .serviceicon .flaticon-support:before{
        color: #8d6e63;        
    }
     .hovereffect:hover .wrapper-service{
        background-color: #154c8c;
      

     }
     .hovereffect .wrapper-service .servicebtn span a{
  background-color: #fff !important;
        color: #154c8c !important;
        border: 1px solid #154d8c6e;
        height: 40px !important;
    line-height: 40px !important;

     }

      /* .hovereffect .wrapper-service .servicebtn span .readon:before {
        display: none !important;
     } */
     .hovereffect:hover .wrapper-service .servicebtn span a{
        background-color: #fff !important;
        color: #154c8c !important;
         
     }

    .hovereffect:hover .icons .border-layer{
  display: block;
    }
 .hovereffect:hover .wrapper-service .title h3, .hovereffect:hover .wrapper-service .title p{
    color: #fff;
 }

.hovereffect .icons .border-layer {
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px; 
    margin-left: -6px; 
    border-radius: 50%;
    transform-origin: center -54px;
    animation: orbit 3s linear infinite;
    display: none;
}

.hovereffect .icons {
    text-align: center;
    font-size: 25px;
    position: relative;
    margin-bottom: 20px;
    width: 120px; 
    height: 120px;
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(60px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(60px) rotate(-360deg);
    }
}


.rs-services-3 .service-inner .service-box {
    height: 100% !important;
    min-height: 250px !important;
}
.rs-blog .blog-item .content-wrapper{
        height: 100% !important;
    min-height: 310px !important;
}
.rs-blog .blog-item .content-wrapper{
border: 1px solid #d4d4d4!important;
}
.rs-services-4 .service-inner .service-box .icon-part i, .rs-services-4 .service-inner .service-box .icon-part i:before {
    color: #ffffff !important;
}
.rs-services-4 .service-inner.serives-grid .service-box{
    min-height: 170px !important;
}
.rs-footer .footer-top {
    padding-bottom: 30px !important;
}
.rs-menu ul ul li > ul {
    left: 100% !important;
    width: 100% !important;
}
.logo-area a {
    display: inline-block !important;
}
.logo-area a img{
    width: 150px !important; 
    object-fit: contain !important;
}
.about-widget img{
     width: 180px !important;    
}
@media (max-width: 767px){
    .logo-area a img{
        margin-top: 20px !important;
         width: 100px !important; 
        height: auto !important;
        display: block;
        line-height: 132px !important;
    }
}