.elementor-49580 .elementor-element.elementor-element-1fc6113{--display:flex;--margin-top:30px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-da78c6c */.custom-tabs-wrapper {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: nowrap; /* Prevent wrapping */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent tabs from breaking */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
    scrollbar-width: thin;
    scroll-behavior: smooth;
    width: 100%; /* Ensure it takes full width */
}
.grid-item a img {
    
     
    /* Force black border */
}

.clickable-img img {
        width: 70%;
        height:100px;
        margin-left: 134px;
        
        cursor: pointer;
border: 2px solid; border-color: #00000;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.clickable-img img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
     /* Optional: change border color on hover */
}



.four-column-grid-heading {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    height: 40px;
    padding-top: 3px;
    background: #7A5034;
     /* Optional background */
    align-items: center;
}
.four-column-grid-heading .grid-item h1 {
    font-size: 24px;
    color: white;
    font-weight: normal;
    justify-items: center;
}
.four-column-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    width: 100%;
     /* Optional background */
    align-items: center;
}

.four-column-grid .grid-item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 2px solid;border-color: #00000;
}

.four-column-grid .grid-item h1 {
    font-size: 24px;
    color: #00000;
    font-weight: normal;
}
.two-column-wide-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    width: 100%;
 /* Optional background */
    align-items: center;
}

.two-column-wide-image-grid .grid-item a img {
    width: 70%;
    height: 100px; /* You can adjust as needed */
    object-fit: cover;
    border: 2px solid #000;
    margin-left: auto;
    margin-right: 42px

}





.custom-tab-title {
    padding: 15px 25px;
    color: #000000;
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    text-align: center;
    text-decoration: #00000;
    margin: 0 10px;
    font-weight: normal;
    font-size: 17px;
    transition: background 0.3s ease;
}
.custom-tab-title.active {
    background: #9b9b9b;

}

.custom-tab-title:hover{
    background: #c5c5c5
    
;
}
.first-two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0; /* No gaps between first 3 items */
    width: 100%;
    height: 40px;
    padding-top: 6px;
    background: #7A5034;
    
}
.first-two-grid .grid-item h1 {
    font-size: 24px; /* Adjust size as needed */
    color: white; /* Optional: Change text color */
    font-weight: normal; /* Optional: Make text bold */
}


.first-three-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0; /* No gaps between first 3 items */
    width: 100%;
    height: 40px;
    padding-top: 6px;
    background: #7A5034;
    
}
.first-three-grid .grid-item h1 {
    font-size: 24px; /* Adjust size as needed */
    color: white; /* Optional: Change text color */
    font-weight: normal; /* Optional: Make text bold */
}

.custom-tabs-wrapper {
    justify-content: flex-start;
}
.grid-3x3 {
    
    grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
        gap: 10px; /* Reduce gap for better spacing */
        justify-items: center;
        width: 100%;
        height: auto;
        padding: 20px;
    
        
}

/* On PC, center-align tabs */
@media (min-width: 768px) {
    .grid-item p {
        display: none;
        
    }
    .custom-tabs-wrapper {
        justify-content: center; /* Center tabs on PC */
    }
    .second-row-grid {
    display: none !important;
    background: red; /* optional */
}
.first-row-grid {
    display: none !important;
}

    
}

.custom-tab-content {
    padding: 20px;
    border: 1px solid #dddddd;
    
    
}
.image-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 4 columns on PC */
    gap: 20px;
    padding: 20px 0;
    justify-items: center;
   
    /* Center items horizontally */
}
.image-grid2 .grid-item img {
    width: 550px;
    height: 400px;
    border: 2px;
    border-style: solid;
    border-color: #00000;
    border-radius: 0.5px;
    transition: transform 0.3s ease;
}


/* Grid Layout */
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 4 columns on PC */
    gap: 20px;
    padding: 20px 0;
    justify-items: center;
   
    /* Center items horizontally */
}

.grid-item {
    text-align: center;
    display: flex;
    align-items: center;  /* Vertically center */
    justify-content: center;
    width: 100%;
    max-width: 100%;
    /* Adjust width of grid items */
}
.grid-item h1{
    font-size: 25px;
}
.grid-itemv  {
    text-align: center;
    width: 100%;
    max-width: 270px;
    /* Adjust width of grid items */
} 
.grid-item video {
    width: 100%;
    height: auto;
    border-style: solid;
    border-radius: 0.5px;
    transition: transform 0.3s ease;
}

.grid-item img {
    width: 250px;
    height: 400px;
    border: 2px;
    border-style: solid;
    border-color: #00000;
    border-radius: 0.5px;
    transition: transform 0.3s ease;
}

.grid-item img:hover {
    transform: scale(1.05);
}

.grid-item p {
    margin-top: 8px;
    font-size: 15px;
    font-weight: normal;
    color: #ddddddd;
}
.first-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px;
    align-items: center;
    
}

.first-row-grid .text-column {
    padding: 10px;
    
    
}
.first-row-grid h2 {
    padding: px;
    font-size: 15px;
    
    
}

.first-row-grid .image-column img {
    width: 100%;
    aspect-ratio: 1 / 1; /* Makes image square */
    object-fit: cover;
    border: 2px solid;border-color: #00000
}

/* Second row: 1 wide image */
.second-row-grid {
    padding: 20px;
}

.second-row-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 2px solid;border-color: #00000
}


/* Responsive Grid for Mobile */
@media (max-width: 768px) {
    .grid-item {
        display: flex;
        flex-direction: column; /* Stack children (img and p) vertically */
        align-items: center; /* Center the content */
        text-align: center;
    }
    .custom-tabs-wrapper {
        display: flex;
        flex-wrap: nowrap; /* Ensure all tabs stay in one row */
        overflow-x: auto; /* Enable horizontal scrolling */
        white-space: nowrap; /* Prevent tabs from breaking into new lines */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
        padding-left: 10px; /* Prevent left tabs from being cut off */
        scrollbar-width: thin; /* Ensure a small scrollbar */
    }
    .first-row-grid {
        grid-template-columns: 1fr 1fr; /* Still 2 columns on mobile */
    }

    .second-row-grid img {
        height: auto;
    }
    .four-column-grid {
        display: none; /* Display grid on mobile devices */
    }
    .two-column-wide-image-grid{
        display:none;
        
    }


    
   
    
    

    /* Ensure scrollbar is visible and usable */
    .custom-tabs-wrapper::-webkit-scrollbar {
        height: 5px;
        /* Thin scrollbar for better visibility */
    }
    .first-three-grid {
    display: none;
    grid-template-columns: 1fr; /* No gaps between first 3 items */
    width: 100%;
    height: 40px;
    padding-top: 3px;
    background: #7A5034;
    
}
.first-two-grid {
    display: none;
    grid-template-columns: 1fr; /* No gaps between first 3 items */
    width: 100%;
    height: 40px;
    padding-top: 3px;
    background: #7A5034;
    
}
    
    .custom-tabs-wrapper::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }
    .image-grid {
        grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
        gap: 10px; /* Reduce gap for better spacing */
        padding: 10px 0;
    }
    .image-grid2 {
        grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
        gap: 10px; /* Reduce gap for better spacing */
        padding: 10px 0;
    }

    .custom-tab-title {
        flex-shrink: 0; /* Prevent tabs from resizing */
        min-width: 110px; /* Ensure each tab has enough space */
    }
    .four-column-grid-heading {display:none;
}
.image-grid2 .grid-item img {
    width: 550px;
    height: 200px;
    border: 2px;
    border-style: solid;
    border-color: #00000;
    border-radius: 0.5px;
    transition: transform 0.3s ease;
}

}/* End custom CSS */