.elementor-3609 .elementor-element.elementor-element-649e0e2e > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6bc614a8 */.tab-title:hover {
    background-color: #F77E0B;
    color: white;
}

@media (min-width: 1024px) {
    /* Apply only for desktop screens */
    .tabs {
   font-family: 'Montserrat', sans-serif;
   display: flex;
   gap: 50px;
}
    .tab-titles {
        display: flex;
        background-color: #F5F5F5;
        overflow-x: auto;
        scroll-snap-type: x mandatory; 
        gap: 7px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 220px;
        height: 360px;
    }
}
.tab-title {
    flex: 0 0 auto;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    background-color: #F5F5F5;
    color: #333333;
    font-weight: 500;
    border: none;
    transition: background-color 0.3s ease;
    scroll-snap-align: center; 
    white-space: nowrap;
}

.tab-title.active {
    background-color: #F77E0B;
    color: white;
}

.tab-content {
    margin-top: 0px !important;
    background-color: white;
    
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}
.tabs p {
    color: #6E6E6E;
}
.tab-description {
    display: block;
    width: 80%; 
    margin: 0 auto 1rem auto !important;
}

@media (max-width: 768px) {
    .tabs {
   display: block;
}
    .tab-titles {
    display: flex;
    overflow-x: auto; /* Allows horizontal scrolling */
    overflow-y: hidden; /* Prevents vertical scroll bar */
    scrollbar-width: none; /* Hides scrollbar on Firefox */
    -ms-overflow-style: none; /* Hides scrollbar on Internet Explorer */
}

.tab-titles::-webkit-scrollbar {
    display: none; /* Hides scrollbar on Chrome, Safari, and Edge */
}

.tab-title {
    flex: 0 0 auto; /* Prevents tabs from shrinking or growing */
    min-width: 33.33%; /* Shows 3 tabs at a time */
    text-align: center;
}


}



/* Tabs Styling */

.content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    justify-content: center; /* Center columns when there are fewer than 4 */
}
.content-grid .content-box {
    width: 265px !important; 
    box-sizing: border-box;
}



.content-box {
    text-align: center;
   border : 1px solid #d6d6d6;
    padding: 0px;
    border-radius: 10px;
     transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.content-box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Lighter shadow */
    transform: translateY(-3px); /* Slight lift */
}
.content-box img {
    width: 100% !important;
    height: auto;
    max-height: 200px; /* Adjust as needed */
   border-top-left-radius: 10px; /* Top-left corner */
    border-top-right-radius: 10px;
    object-fit: cover;
}

.content-heading {
    margin: 10px 0;
    font-size: 1.2em;
    color: #333;
    text-align: left;
    padding-left: 15px;
}
.custom-heading{
    text-align: left;
    padding-left: 15px;
}
.content-text {
    font-size: 0.9em;
    color: #666;
    padding: 5px 15px;
    text-align: left;
}

/* Responsive styling for mobile */
@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr; /* Stacks columns vertically on smaller screens */
        padding-left: 20px;
        padding-right:20px;
    }
    .content-grid .content-box {
    width: auto !important; 
    box-sizing: border-box;
}
.tab-titles {
    display: flex;
    background-color: #F5F5F5;
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    gap: 7px;
    justify-content: center;
}
.custom-carousel .owl-prev {
    left: -45px;
}
.tab-content {
    margin-top: 20px !important;
}

}/* End custom CSS */