﻿/*For 16 Card Info*/
.SectorsBack {
    background-color: #FBFBFB;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    height:auto;
}
@media (max-width: 768px) {
    .SectorsBack {
        background-color: #FBFBFB;
        border-top-left-radius: 10%;
        border-top-right-radius: 10%;
        height: auto;
    }

}

/*All Website Buttons*/
    .btns {
        margin-bottom: 50px;
        display: inline-block;
        padding: 15px 40px;
        font-size: 1.3rem;
        font-weight: bold;
        text-decoration: none;
        border-radius: 5px;
        transition: all 0.3s ease;
        background-color: #F4F6FF; 
        color: #003366;  
        border: 1px solid #F4F6FF;  
        width: 700px; 
        text-align: center; 
    }
        .btns:hover {
            background-color: #F3C623; 
            color: #A02334;  
            border-color: #F3C623;  
            transform: translateY(-2px); 
        }
.btnContact {
    margin-bottom: 50px;
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    background-color: #F4F6FF; 
    color: #003366; 
    border: 1px solid #F4F6FF; 
    width: 230px; 
    height : 60px;
    text-align: center;
}
    .btnContact:hover {
        background-color: #F3C623;  
        color: #A02334; 
        border-color: #F3C623;  
        transform: translateY(-2px); 
    }
.Allbtns {
    margin-bottom: 20px;
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    background-color: #F4F6FF;
    color: #003366;
    border: 1px solid #F4F6FF;
    text-align: center;
    height:60px;
    width : 300px;
}
    .Allbtns:hover {
        background-color: #F3C623;
        color: #A02334;
        border-color: #F3C623;
        transform: translateY(-2px);
    }

/*For Partner Slider */
.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::before {
    left: 0;
    top: 0;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}
.slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    width: calc(250px * 14); /* Adjust the multiplier based on the number of slides */
}
.slide {
    height: 100px;
    width: 250px;
    flex-shrink: 0;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7)); /* Adjust based on the visible slides */
    }
}

/*For Career Page Design */
.navbar {
    background-color: white;
    padding: 1rem 0;
}
h1 {
    color: #003366;
    font-weight: bold;
}
.position-card {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}
    .position-card:hover {
        transform: translateY(-5px);
    }
    .position-card h3 {
        color: #003366;
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
    }
.position-details {
    margin-bottom: 1.5rem;
}
    .position-details p {
        margin-bottom: 0.5rem;
        color: black;
    }
.btnApply {
    display: block;
    padding: 15px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    background-color: #F4F6FF;
    color: #003366;
    border: 1px solid #F4F6FF;
    width: 100%;
    text-align: center;
}
    .btnApply:hover {
        background-color: #F3C623;
        color: #A02334;
        border-color: #F3C623;
        transform: translateY(-2px);
    }
@media (max-width: 768px) {
    .position-card {
        margin-bottom: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    .position-card h3 {
        font-size: 1.2rem;
    }
}


 /*For Automatic Pictures */
.banner-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.banner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

 @media (max-width: 768px) {
    .banner-container {
        grid-template-columns: 1fr;
    }
}

.content-column {
    padding: 2rem;
}

.image-column {
    text-align: center;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.banner-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.banner-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
}

.horizontal-line {
    height: 2px;
    background-color: #e5e5e5;
    margin: 2rem 0;
    width: 100%;
}

/* Slide Animation */
.slide-container {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: slideShow 12s linear infinite; /* Increased duration */
}

    .slide:nth-child(1) {
        animation-delay: 0s;
    }

    .slide:nth-child(2) {
        animation-delay: 4s;
    }

    .slide:nth-child(3) {
        animation-delay: 8s;
    }

 @keyframes slideShow {
    0%, 33% {
        opacity: 1;
    }

    34%, 100% {
        opacity: 0;
    }
} 