﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

nav {
    background: #00bff9;
}

.cursor-pointer {
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

.btn-gold-orange {
    color: #fff !important;
    border: none;
    box-shadow: 0 0 40px rgba(253,192,15,.5);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .btn-gold-orange::after {
        content: "";
        background-image: linear-gradient(to right,#fdc00f,#f39444,#ed7d5f,#ed7d5f,#f39444,#fdc00f);
        width: 200%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        transition: left .4s ease-in-out;
    }

    .btn-gold-orange:hover::after {
        left: -100%;
    }

.default-one {
    background: url(../Image/parent-one-bg.jpg) no-repeat;
    background-attachment: fixed;
    height: calc(100vh - 81px);
    background-size: cover !important;
}

.header-p {
    text-shadow: 1px 1px 7px #000000b3;
    font-size: 30px;
}

.btn-explore {
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
    /*background: #00BEF9;*/
    border: 1px solid #00BEF9;
    transition: color 0.4s ease;
    overflow: hidden;
    z-index: 1;
    position: relative;
    overflow: hidden;
    color: #00BEF9;
}

    .btn-explore:hover {
        color: #fff;
    }

    .btn-explore::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00BEF9; /* Background color to fill */
        z-index: -1; /* Push behind the text */
        transition: top 0.4s ease;
    }

    .btn-explore:hover::before {
            top: 0; /* Slide the background up */
        }

.default-four {
    background: #f2f5f7;
}

.wh-300 {
    width: 300px;
    height: 300px;
}

.fourth-cards {
    max-width: 320px;
    transition: transform .8s cubic-bezier(.075,.82,.165,1);
    box-shadow: 0 0 15px 5px #0000000d;
}


.mx-1500 {
    width: 1500px;
}


.default-five {
    background: url(../Image/five-bg.jpg) center center no-repeat;
    background-size: cover;
}

.txt-shadow {
    text-shadow: 1px 1px 7px #000000b3;
}

.benefit-accordion {
    border: 2px solid #00bff9;
}

.c-i[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.10);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.c-i[aria-expanded="true"] .fa-chevron-right {
    transform: rotate(90deg); /* Rotate the icon to point downwards */
}

.c-i .fa-chevron-right {
    transition: transform 0.3s ease;
}

.collapse {
    transition: height 0.2s ease-in-out !important;
}

.br-blue {
    border: 2px solid #00BEF9;
}

.benefits-card {
    background: #00BEF9 !important;
}

.default-seven {
    background: linear-gradient(135deg, #007BFF, #0056D2);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
}

.careers-banner-one {
    background: url(../Image/Banner/banner-1.jpg) center center no-repeat;
    background-size: cover;
    height: 250px;
    background-attachment: fixed;
}

.careers-banner-two {
    background: url(../Image/Banner/banner-2.jpg) center center no-repeat;
    background-size: cover;
    height: 250px;
    background-attachment: fixed;
}

.careers-banner-three {
    background: url(../Image/Banner/banner-3.jpg) center center no-repeat;
    background-size: cover;
    height: 250px;
    background-attachment: fixed;
}

.careers-banner-four {
    background: url(../Image/Banner/banner-4.jpg) center center no-repeat;
    background-size: cover;
    height: 250px;
    background-attachment: fixed;
}

.circle {
    border-radius: 30px;
    background: #00bef9;
    width: 10px;
    height: 10px;
}

.l-50 {
    line-height: 50px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .title {
        font-size: 2rem;
    }

    .description {
        font-size: 0.9rem;
    }

    .cta-button {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 568px) {
    .careers-context {
        font-size: 14px;
    }

    .btn-gold-orange span {
        font-size: 12px !important;
    }

    .sub-title {
        font-size: 16px !important;
    }

    .btn-benefits .fs-20 {
        font-size: 16px !important;
    }

    .default-two .fs-18 {
        font-size: 14px !important;
    }

    .default-two .px-5 {
        padding-left: 1rem !important; 
        padding-right: 1rem !important; 
    }

    three-order-1 {
        order: 1;
    }

    .three-order-2 {
        order: 2;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        text-align: center;
        min-width: 100%;
    }

    .social-icons .footer-social {
        justify-content: center;
    }

    .footer img {
        margin: 0 auto;
    }

    .footer a {
        display: block;
        margin: 5px 0;
    }

    .copyright {
        font-size: 0.7em;
    }
}



.footer-social-link {
    color: #00bef9 !important;
    background-color: #fff;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 5px;
}

    .footer-social-link i {
        color: #00BEF9;
    }



.footer {
    background-color: #00bff9;
    color: white;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    margin: 0 15px;
    min-width: 200px;
}

    .footer-column h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .footer-column p, .footer-column a {
        font-size: 14px;
        color: white;
        text-decoration: none;
        display: block;
    }

        .footer-column a:hover {
            text-decoration: underline;
        }

.x-icons {
    top: 5px;
    right: -1px;
    left: 5px;
    position: absolute;
}

.footer img {
    max-width: 100px;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

    .social-icons a {
        color: white;
        font-size: 18px;
        text-decoration: none;
    }

.store-links img {
    max-width: 120px;
    margin: 5px;
}

.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}