.slide-title.animated {
    color: #fff !important;
}

.slide-sub-title.ltn__secondary-color {
    color: #fff !important;
}

.slide-sub-title.ltn__secondary-color .fa-square-full:before {
    color: #41b7c7;
}

.ltn__brand-logo-item img {
    width: 200px;
    height: 146px;
    border-radius: 10px;
}

.ltn__gallery-area {
    padding: 60px 0;
    background-color: #f9f9f9;
    /* Light background for contrast */
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.ltn__gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    /* Space between items */
    border-radius: 8px;
    /* Rounded corners */
    transition: transform 0.3s ease;
    /* Smooth scale transition */
}

.ltn__gallery-item-imges {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #00b2ddee;
}

.ltn__gallery-item:hover {
    transform: scale(1.05);
    /* Scale effect on hover */
}

.ltn__gallery-action-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ltn__gallery-item:hover .ltn__gallery-action-icon {
    opacity: 1;
}

.ltn__gallery-item-inner {
    position: relative;
    /* Relative positioning for action icon */
    overflow: hidden;
    /* Hide overflow */
    border: 1px solid #ddd;
    /* Light border for separation */
    border-radius: 8px;
    /* Match border radius */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.ltn__gallery-item:hover .ltn__gallery-item-inner {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    /* Enhanced shadow on hover */
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-item {
    flex: 1 1 calc(25% - 20px) !important;
    /* 4 items per row */
    background: #1521652b;
    padding: 10px;
    /* border: 1px solid #ddd; */
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 21%) 0px 5px 15px;
}

/* .product-item img {
    max-width: 100%;
    height: auto;
} */

.product-item h2 {
    font-size: 18px;
    margin-top: 10px;
}

.pagination {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.pagination button {
    margin: 12px;
    /* padding: 10px; */
    background-color: #0b2b33;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}

.pagination button.active {
    background-color: #2dc1e6;
}

.pagination button.disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.product-item:hover {
    border-radius: 5px;
    backdrop-filter: blur(5px);
    /* box-shadow: rgb(34 208 224 / 74%) 0px 1px 0px, #0dcaf05e 0px 8px 24px, #0dcaf008 0px 16px 48px; */
    box-shadow: rgba(30, 197, 209, 0.767) 0px 5px 15px;
}

.new_btn {
    color: #fff;
    background: #0b1e33;
}

.model_close {
    background: #077ace;
    padding: 1px 11px;
    border-radius: 22px;
    color: #fff;
    font-size: 20px;
    position: relative;
    left: 100%;
    bottom: 42px;
    right: 0;
}

.pro_slide .ltn__img-slide-item-3 img {
    transition: transform 0.5s ease, border-radius 0.8s ease;
    /* Adds smooth transition to both transform and border-radius */
}

.pro_slide .ltn__img-slide-item-3:hover img {
    transform: scale(1.1);
    /* Scale effect */
    border-radius: 10px;
    /* Change to desired radius */
}

.slider-container .slick-slide {
    margin: 10px;
}

.slider-container .slick-arrow {
    background: #159bd5 !important;
    color: white !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1000 !important;
    display: none !important;
}

.slider-container .slick-dots li button:before {
    color: #159bd5;
}

.moretext {
    display: none;
}

.ltn__feature-item {
    height: 340px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.slick-slide img {
    border: 3px solid !important;
    border-radius: 6px !important;
    color: #159bd5 !important;
}

.prod{
    color: #fff !important;
}






.product-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Smooth transition */
    opacity: 0.9;
    transform: scale(1); /* Default scale */
}

.product-item:hover img {
    opacity: 1;
    transform: scale(1.05); /* Slightly enlarges the image */
}
#modal_product_title{
    border-bottom: 2px solid #9ba9f5;
    display: inline-block;
    padding-bottom: 5px; 
    margin-bottom: 15px;
}
#modal_product_description{
    padding-inline-start: 10px;
}
.modal-content{
    border-radius: 10px !important;
}

.about-us-img-wrap img {
    filter: drop-shadow(10px 10px 6px rgba(178, 95, 95, 0.575));
    border-radius: 13px;
}

/* .ltn__img-slide-item-3-2 .product{
    .slick-dots{
        display: none;
    }
} */
.product-slider .slick-dots li{
    display: none !important;
}