@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

/* font-family: "Lato", sans-serif; */

.main-menu__list li a {
    color: black !important;
}

.about-one__content-title {
    font-size: 20px !important;
}

.sec-title__title {
    line-height: 1.1em !important;
}

.icons {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100000;
    transform: translateY(-50%);
    color: #fff;
}

.icons ul li a span {
    font-size: 15px;
}

.icons ul {
    padding: initial;
}

.icons ul li {
    margin-top: 6px;
    border-radius: 30%;
    display: flex;
    transition: all 0.7s ease-in;
    justify-content: center;
    text-align: center;
    padding-inline: 1vw;
    padding-block: 1vh;

    @media (max-width: 497px) {
        padding-inline: 2vw;
        padding-block: 0vh;
    }

    &:hover {
        transition: all 0.7s ease;
        transform: rotate(360deg);
    }
}

.icons ul li a {
    line-height: 40px;
    color: #fff;
}

.facebook {
    background: #3b5998;
}

.youtube {
    background: red;
}

.twitter {
    background: #55acee;
}

.linkedin {
    background: #007bb5;
}

.pinterest {
    background: #29a71a;
}

.instagram {
    background: #fe0c64;
}

.light-logo {
    width: 110px;
}

.dark-logo {
    width: 110px;
}



/*.main-header--one__bottom .auto-container {*/
/*    box-shadow: 1px 1px 10px 2px #9b9b9b;*/
/*}*/


.stricky-header.main-menu {
    box-shadow: 1px 4px 12px 2px grey;
}


.footer-one__top {
    background: #5fc1f6 !important;
    padding: 135px 0px 110px;
}

.footer-widget__about-text {
    color: black !important;
}

.footer-widget__explore-list-item a {
    color: black !important;
}

.footer-widget__newletter-text {
    color: black !important;
}

.footer-one__bottom {
    background-color: #5fc1f6 !important;
    border: 1px solid grey;
}

.footer-widget__about-logo img {
    width: 290px;
}



.s-soft {
    position: fixed;
    top: 35%;
    right: -1px;
    z-index: 1000;
    transition: all linear 0.2s;
}

.s-item {
    display: block;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    transition: all linear 0.2s;
}

.s-item:hover {
    width: 75px;
    border-radius: 0px 20px 20px 0px;
}

#so-open {
    position: fixed;
    top: 100px;
    left: -90px;
    border-radius: 0 30px 30px 0;
    transition: all linear 0.2s;
}

.facebook {
    background-color: #3b5999;
}

.fa.fa-facebook:before {
    content: "\f39e";
    font-size: 35px;
}

.twitter {
    background-color: #3AAFD6;
}

.fa-x-twitter:before {
    content: "\e61b";
    font-size: 35px;
}

.whatsapp {
    background-color: #3cde49;
}

.fa-whatsapp:before {
    content: "\f232";
    font-size: 40px;
}

.pinterest {
    background-color: #BD081C;
}

.linkedin {
    background-color: #0e76a8;
}

.instagram {
    background-color: #c32aa3;
}

.fa-instagram:before {
    content: "\f16d";
    font-size: 40px;
}

.youtube {
    background-color: #ff4135;
}

.fa.fa-youtube-play:before {
    content: "\f167";
    font-size: 32px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}


.so-collapse {
    left: -60px;
}


/* .services-one__single-content .read-more-btn::before {
    background: transparent !important;
} */

.services-one__single-content .read-more-btn:hover {
    color: white;
}

#prodhd {
    font-size: 55px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.enq-btn {
    background-color: orange;
    color: white;
    /* padding: 2px; */
    padding-inline: 15px;
    padding-block: 3px;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 1px #666666;
    transition: all 0.2s ease-in;
}

.enq-btn:hover {
    box-shadow: 6px 6px 5px 1px #666666;
    background-color: #017bc0;
}

.main-header--one__bottom-left {
    margin-right: 60px;
}

.about-one__left-img-inner img:hover {
    transform: scale(1.1);
}

@media (max-width:497px) {
    .about-one {
        padding: 50px 0px 0px 0px !important;
    }

    #prodhd {
        font-size: 27px;
    }

    .page-header__inner {
        padding-top: 7vh;
    }

    .about-one__content {
        margin-top: 10px !important;
        margin-bottom: 10px !important;

    }

    .order-1-mb {
        order: 1;
    }

    .order-2-mb {
        order: 2;
    }

}

.icon-letter:before {
    content: "\e904";
    width: 40px !important;
}

.carousel-item img {
    max-height: 700px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .carousel-item img {
        max-height: 250px;
    }
}


.about-us-section {
    padding: 60px 20px;
    /* Padding for the entire section */
    background-color: #15687f;
    /* Light background color */
}

.about-us-box {
    padding: 30px;
    /* Padding inside each box */
    margin-bottom: 30px;
    /* Margin below each box */
    background-color: #fff;
    /* White background for each box */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Box shadow for depth */
    border-radius: 10px;
    /* Slightly rounded corners */
    text-align: center;
    /* Centered text */
}

.about-us-box h3 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #f70;
}

.about-us-box p,
.about-us-box ul {
    font-size: 16px;
    /* Font size for paragraph text and list items */
    color: #666;
    /* Dark gray text color */
    line-height: 1.6;
    /* Line height for better readability */
    text-align: left;
    /* Align text to the left */
}

.about-us-box ul {
    list-style-type: none;
    /* Remove default list styling */
    padding-left: 0;
    /* Remove padding on the left */
}

.about-us-box ul li {
    padding: 8px 0;
    /* Padding above and below each list item */
    border-bottom: 1px solid #eee;
    /* Light border below each item */
}

.about-us-box ul li:last-child {
    border-bottom: none;
    /* Remove border from the last item */
}

.about-us-box ul li strong {
    color: #333;
    /* Darker color for the strong (bold) text */
}

@media (max-width: 768px) {
    .about-us-box {
        padding: 20px;
        /* Adjust padding for smaller screens */
    }

    .about-us-box h3 {
        font-size: 40px;
        /* Smaller heading size for mobile */
    }

    .about-us-box p,
    .about-us-box ul li {
        font-size: 14px;
        /* Smaller text size for mobile */
    }
}


.gallery-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.gallery-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 600;
    color: #333;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid #017bc4;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

@media (max-width: 768px) {
    .gallery-title {
        font-size: 28px;
    }

    .carousel-item img {
        max-height: unset;
        object-fit: contain;
        width: 100%;
    }
}