﻿:root {
    --main-color: #444746 !important;
    --theme-color: #3d4953 !important;
    scroll-behavior: smooth;
}

/* Global Responsive Base */
img,
iframe,
video {
    max-width: 100%;
    height: auto;
}

@media (max-width: 576px) {

    /* .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    } */

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1rem;
    }
}

section.container-fluid.page-navigation {
    visibility: hidden !important;
    margin-top: 35px !important;
}

a.menu-link.active {}



i.fa-brands {
    color: #3285c2;
}

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease-in-out;
}

/* Zoom animation */
.swiper-slide-active img {
    transform: scale(1.1);
}

/* Caption container centered */
.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    padding: 30px 50px;
    border-radius: 12px;
    opacity: 0;
    transition: all 0.8s ease;
    width: 90%;
    max-width: 600px;
}

.swiper-slide-active .caption {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.caption h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.caption p {
    font-size: 1rem;
    margin-bottom: 25px;
}

.caption a.btn-custom {
    background-color: #00bfff;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.caption a.btn-custom:hover {
    background-color: #0080ff;
    transform: scale(1.05);
}

/* Swiper navigation */
.swiper-button-next,
.swiper-button-prev {
    color: #00bfff;
    transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff;
}

.swiper-pagination-progressbar-fill {
    background: #00bfff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .caption h2 {
        font-size: 1.6rem;
    }

    .caption p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .caption {
        padding: 20px 25px;
    }
}

select.select2 {
    background-color: #f2f4f8;
    padding: 20px;
    border: none;
    border-radius: 0;
}

.location-map {
    border-style: solid;
    border-color: #3d4953;
    border-radius: 5px;
}

input.inputform,
textarea.inputform,
select.inputform,
.select2-container--default .select2-selection--single {
    border-style: solid !important;
    border-color: #bdbebe !important;
    border-radius: 5px !important;
    border-width: 2px !important;
    background-color: #f2f4f8;
    height: 50px;
}

.btn-custom {
    background-color: #3787c1
}



.mylogo img {
    width: 215px;
}

.mylogo svg {
    width: 215px
}

section.container-fluid.industries-page-title,
section.container-fluid.mainContent.single-products-overview,
.row.al-center {
    min-height: 100vh;
    height: auto;
}

i.fa-solid.fa-play.play-icon.fa-3x {
    color: white
}

i.fa-solid.fa-play.play-icon.fa-3x:hover {
    color: #4c5d68
}




section.container-fluid.mainContent.other-section {
    height: 488px;
}

section.container-fluid.home-slider {
    height: 798px;
}

@media (max-width: 991px) {

    section.container-fluid.industries-page-title,
    section.container-fluid.mainContent.other-section,
    section.container-fluid.home-slider,
    .slider-container {
        height: auto !important;
        min-height: 400px;
        /* Ensure non-zero height */
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .slider-container {
        height: auto !important;
        min-height: 500px;
        /* Maintains visual impact */
        padding: 0;
    }

    /* About Us Responsive Fixes */
    section.container-fluid.mainContent.about-video {
        min-height: 300px !important;
        background-position: center !important;
    }

    .about-overview {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* Fix the manual spacers */
    div[style*="height:118px"] {
        height: 40px !important;
    }

    /* Force 1 item per row in Owl Carousel on Mobile */


    .slider-item,
    .media-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}




section.container-fluid.industries-page-title {
    height: 488px;
}



.seperation {
    height: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.container-fluid.mainContent.about-overview {
    margin-bottom: 60px;
}

.slider-container {
    height: 798px !important;
}

select#SubProductTypeIdList {
    height: 100px;
}

h3.aboutAddtionalTitle {
    font-size: 40px !important;
    font-weight: 800 !important;
}

@media (max-width: 768px) {
    h3.aboutAddtionalTitle {
        font-size: 24px !important;
        line-height: 1.3;
    }

    .who-we-are .logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .who-we-are .details {
        text-align: center;
    }
}



[dir="ltr"] :is(input, textarea, select) {
    direction: ltr;
}

[dir="rtl"] :is(input, textarea, select) {
    direction: rtl;
}


[dir="rtl"] div.contact-form {
    direction: rtl !important;
}
 .row.al-center {
    min-height: 70vh;
}
.nav-wrapper nav ul {
    margin-top: 56px;
}
@media (max-width: 1699px) {
    .products-slider .owl-nav {
        left: 0;
    }
}