:root {
    --color-theme-text: -webkit-linear-gradient(#1DDDCA, #0969B8);
    --color-theme-gradient: linear-gradient(90deg, rgba(29, 221, 202, 0.9641106442577031) 49%, rgba(9, 105, 184, 1) 100%);
    --color-theme: rgb(29, 221, 202);
    --color-aqua: #467EA3;

}

body {
    font-family: 'Exo 2';
    /* font-size: 22px; */
}

/* Override css class name */

.navbar-nav .nav-item .active {
    background: var(--color-theme-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    border-bottom: 3px solid transparent;
    border-image-slice: 1 !important;
    border-image: var(--color-theme-gradient);
}

.company-name {
    color: var(--color-aqua);
    font-weight: 700;
}

.br-2 {
    border-radius: 2rem !important;
}


.justify-text {
    text-align: justify;
}

.bg-theme-1 {
    background: var(--color-theme-gradient);
}

.bg-theme-2 {
    background: var(--color-theme-text);
}

.bg-theme-3 {
    background: var(--color-gray);
}

.bg-them-4 {
    background: var(--color-aqua);
}

.bg-theme-5 {
    background: var(--color-theme);
}

.bg-theme-6 {
    background: var(--color-theme-gradient-1);
}

.bg-xs-color {
    background-color: #003972;
}

.mt-50 {
    margin-top: -50px;
    position: relative;
}

.mt-10 {
    margin-top: 100px;

}

.custom-img {
    position: relative;
    border: 2px solid var(--color-aqua);
    z-index: 10;
}


.footer {
    background-color: #1E1F39;
    color: #FFF;
}

.about-img {
    background-image: url('/assets/images/banner/about-us-banner.jpg');
    /* Replace with your background image URL */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;


}



.team-img {
    background-image: url('../images/contactus/frame301.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;


}

.career-img {
    background-image: url('../images/career/career.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;


}

.department-img {
    background-image: url('../images/frame306.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.warehouse-img {
    background-image: url('../images/frame306.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;


}

@media (max-width: 575.98px) {
    .information-container {
        background-color: #bec2c6;
        border-radius: 8%;
    }

    /* .information-container h2,
    p {
        margin-left: 10%;
        margin-top: 25px;

    } */

    .vision p,
    h2 {
        margin-left: 10%;

    }

    .mission p,
    h2 {
        margin-left: 10%;
    }

    .department img {
        height: 100px;
        margin-bottom: 10%;
    }

    .department h2 {
        text-align: justify;
        font-size: 5px;
        margin-left: 10%;
    }

    .department p {
        text-align: justify;
        margin-left: 0px;
    }

    .organization h2 {
        margin-left: 1%;
    }

    .core-values h2 {
        margin-left: 1%;
    }

    .Featuring p {
        margin-left: 10px;
        text-align: justify;

    }

    .card-model p {
        margin-left: 1%;
        margin-top: 1%;
    }

    .card-body p {
        margin-left: 1%;
        margin-top: 1%;
    }

    .gallery p {
        margin-left: 1%;
        margin-top: 1%;

    }

    .office-section h3 {
        margin-left: 1%;
        text-align: justify;
    }

    .office-section p {
        margin-left: 1%;
        text-align: justify;
    }

    .map-image img {
        height: 200px;
        width: 400px;
        margin-left: 1%;
    }

    
}



/* #START News button */
.news-button {
    position: fixed;
    right: 0;
    top: 50%;
    border: none;
    cursor: pointer;
    z-index: 999;
    background: var(--color-theme-gradient);

}

.news-ticker-container {
    position: fixed;
    right: 0px;
    top: 55%;
    transform: translateY(-50%);
    width: 60%;
    height: 488px;
    background: transparent;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
    display: none;
}



.news-ticker {
    position: relative;
    height: 100%;
    width: 95%;
    overflow: hidden;
    padding: 20px  10px 20px 60px ;
   
    margin-bottom: 20px;
}

.news-ticker-item {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e9ecef;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
    text-decoration: none;

}

.hide-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1001;
}

.news-button .news-text {
    display: inline;
  }

.news-ticker-item:last-child {
    border-bottom: none;
}

.news-ticker-item img {
    max-width: 170px;
    margin-right: 15px;
    border-radius: 10px;
    height: 120px;
}

.news-ticker-item .news-content {
    display: flex;
    flex-direction: column;
}

.news-ticker-item .news-content h6 {
    margin: 0;
    font-size: 19px;
    font-weight: bold;
}

.news-ticker-item .news-content p {
    margin: 0;
    font-size: 15px;
}

/* #END */

.pointer {
    cursor: pointer;
}

.top-canvas {
    height: 76vh;
    border-radius: 0 0 0 10rem;
    background: var(--color-theme-gradient);
}

.disable-hover {
    pointer-events: none;
}

/* .hover-gray{} */
.hover-gray:hover {
    color: rgb(124, 156, 238) !important;
    background-color: #FFF;
}



@media (max-width: 768px) {
    .news-ticker-container {
      width: 90%; /* Width for mobile view */
      height: 35%;
      border-radius: 20px;
    }
    .news-ticker {
        padding: 10px  15px 10px 28px ;
        width: 100%; /* Width for mobile view */
        height: 100%; /* Height for mobile view */

       
    }
    .news-ticker-item img {
        max-width: 100px; /* Image width for mobile view */
        height: 80px; /* Image height for mobile view */
    }
    .news-ticker-item{
        max-height: 90px; /* Height for mobile view */
        text-decoration: none;
       
    }

    .news-ticker-item .news-content h6 {
        font-size: 11px; /* Font size for mobile view */
    }
    .news-ticker-item .news-content p {
        font-size: 7px; /* Font size for mobile view */
        text-underline-position: none;
    }
    
    .hide-icon {
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1001;
    }

    .news-button .news-text {
        display: none;
      }
  }