.elementor-2689 .elementor-element.elementor-element-b945f4a > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2689 .elementor-element.elementor-element-f430659{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d2240d0 *//* Base styles for all screen sizes */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 2rem;
    display: flex; /* This is key for equal height */
}

.service-card-style-2 {
    display: flex;
    flex-direction: column;
    background-color: #000;
    color: white;
    padding: 1.5rem;
    width: 100%; /* Take full width of column */
    height: 100%; /* Take full height of column */
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 1.5rem;
}

.service-card-style-2 img {
    width: auto;           
    height: auto;           
    min-width: 150px;       
    min-height: 50px;       
    max-width: 200px;      
    max-height: 60px;      
    object-fit: contain;   
}
.service-card-style-2 .title {
    text-align: center;
    margin-bottom: 1rem;
}

#brands-section .title:hover {
    color: yellow;
}

.service-card-style-2 .description {
    flex-grow: 1; /* This makes the description take up remaining space */
}

/* Responsive styles */
@media (max-width: 767.98px) {
    /* For mobile devices */
    .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .service-card-style-2 {
        padding: 1rem;
    }
    
    .logo-container {
        height: 70px;
    }
    
    .service-card-style-2 .title {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* For tablets */
    .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .service-card-style-2 {
        padding: 1.25rem;
    }
    
    .service-card-style-2 .title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    /* For desktops */
    .col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .service-card-style-2 {
        padding: 2rem;
    }
    
    .service-card-style-2 .title {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for widget-git, class: .elementor-element-6aac101 */#cta-section .cta-btn{
   background-color: #fbea85;
    color:black;
    font-weight: bold
}
#cta-section .cta-btn:hover{
   background-color: gray !important;
      color:black !important;
    font-weight: bold
}

#cta-section .cta-btn img{
 width:20px;
}

#cta-section .border-pr{
    background: #fbea85 !important;
}/* End custom CSS */