
/* Global / Reset */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

/* Banner.css */
.banner-container {
    /* background-color: #192435; */
    background: linear-gradient(#4e42d1dc,#4e42d1d9), url("../images/bannerBG.jpg");
    padding: 120px;
    color: rgba(255, 255, 255, 0.739);
    overflow-x: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-title {
    text-align: center;
}
.banner-title h1 {
    color: white;
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.banner-title h1 span {
    color: #FF9A00 ;
}
.banner-title button {
    height: 45px;
    width: 200px;
    margin-right:20px;
    margin-top: 10px;
    border-radius: 3px;
    /* background: linear-gradient( to left, #ff9900,#4e42d1); */
    background: linear-gradient( to left, #4e42d1,#4e42d1);
    color: rgb(255, 255, 255);
    font-weight: 500;
    transition: .3s all;
    outline: none;
    border: none;
}
.banner-title button:hover {
    color: white;
}
.img1 {
    max-width: 300px;
    height: 500px;
    transform: skew(-20deg);
    background: linear-gradient(#f259226b,#3a3a3ccf), url("../images/bg.jpg");
}
.img2 {
    max-width: 300px;
    height: 400px;
    transform: skew(-20deg);
    /* background: linear-gradient(#fffffffe,#f259227d),url("../images/bg1.jpg"); */
    background: linear-gradient(#f259226b,#3a3a3ccf), url("../images/bg1.jpg");
    background-position: center;
    position: relative;
    left: 5px;
}
.img3 {
    max-width: 300px;
    height: 350px;
    transform: skew(-20deg);
    background: linear-gradient(#f259226b,#3a3a3ccf), url("../images/bg2.jpg");
    background-position: center;
}
.banner-video-container {
    /* width: 600px; */
    height: 400px;
}
.banner-video-container video {
    width: 100%;
    height: 98%;
}
@media screen and (max-width:667px) {
    .banner-title h1 {
        font-size: 40px;
    }
    .banner-container {
        padding: 50px 20px;
    }
}

/* Navigation.css */
.top-bar {
    height: 40px;
    box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.115);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: #212529; */
    background-color: #4E42D2;
    /* background-color: #4E42D2; */
    border-bottom: 1px solid #ffb30017;
}
.phone-icon {
    font-size: 18px;
    color: #FF9A00;
}
.mail-icon {
    font-size: 18px;
    margin-right: 3px;
    color: #FF9A00;
}
.contact-number span {
    color: white;
}
.icon {
    height: 25px;
    width:25px;
    margin: 0px 5px;
    padding: 5px;
    border-radius: 50px;
    cursor: pointer;
    color: white;
    transition: .3s all;
}
.icon:hover {
    transform: scale(1.1);
}
.facebook-icon {
    background-color: #2176FF;
}
.insta-icon {
    background-color: #E42D3A;
}
.youtube-icon {
    background-color: #FF0000;
}
.whatsapp-icon {
    background-color: #25D366;
}
.language {
    outline: none;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 5px;
}
/* NAVIGATION STYLE STARTED HERE */
.navigation {
    /* background-color: #192435; */
    /* background-color: #ffffff; */
    background-color: #ececec34;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.204);
}
.nav-logo img {
    max-width: 18%;
}
.nav-item-ul {
    display: flex;
    width: 100%;
}
.nav-item ul li {
    list-style: none;
    cursor: pointer;
}
.item {
    text-decoration: none;
    color: rgb(0, 0, 0);
    margin: 0px 3px;
    padding: 7px 10px;
    /* border: 1px solid #ffb30017; */
    border-radius: 3px;
    transition: .5s all;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.item:hover {
    color: rgb(117, 117, 121);
}
.active {
    color: #5343f9; 
    /* background-color: #3a3a3c44;
    border: none; */
}
.bar {
    height: 0px;
    cursor: pointer;
}
.item-bar {
    color: #4E42D2;
    font-size: 35px;
    border: 1px solid #4E42D2;
    padding: 5px;
    border-radius: 3px;
    transition: .3s all;
    opacity: 0;
}
.menu-close-btn {
    display: none;
    color: red;
    cursor: pointer;
}

/* @RESPONSIVE SECTION STARTED HERE */
@media screen and (max-width:1300px) {
    .bar {
        display: block;
        height: auto;
    }
    .item-bar {
        opacity: 1;
    }
    .nav-item-ul {
        flex-direction: column;
        background-color: #FEFEFE;
        position: absolute;
        align-items: flex-start ;
        left: 0;
        top:75px; 
        padding: 20px 0px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.025); 
        transition: .5s all;
        visibility: hidden;
        z-index: 500000;
        padding: 0px 5px;
        height: 100vh;
    }
    .nav-item ul li {
        margin: 5px 0px;
        width: 100%;
        text-align: left;
        background-color: #4e42d205;
    }
    .item {
        display: block;
    }
    .inactive-nav-item {
        overflow: hidden; 
        width: 0px;
        visibility: hidden;
    }
    .active-nav-item {
        overflow: auto;
        width: 250px;
        visibility: visible;
    }
    .menu-close-btn {
        display: block;
    }
}
@media screen and (max-width:850px) {
    .top-bar {
        /* display: none; */
        height: 70px;
    }
    .navigation {
        justify-content: space-between;
        padding: 0px 40px;
    }
    .menu-close-btn {
        display: block;
    }
    .nav-logo {
        width: 90%;
    }
}
@media screen and (max-width:667px) {
    .nav-logo {
        width: 80%;
    }
    .nav-logo img {
        width: 100%;
    }
}

/* Journey.css */
.main-journey-container {
    height: auto;
    margin-bottom: 50px;
    background: linear-gradient(rgba(255, 255, 255, 0.551),rgba(255, 255, 255, 0.551)), url("../images/style-4.png");
}
.journey-container h6 {
    opacity: .75;
}
.journey-container h2 {
    color: #4F43D2;
}
.journey-container button {
    padding: 15px 30px;
    border: none;
    outline: none;
    background-color: #4F43D2;
    color: white;
    border-radius: 3px;
    transition: .3s all;
}
.journey-container button:hover {
    color: rgba(240, 248, 255, 0.828);
}
.journey-img-container img {
    max-width: 100%;
    height: 400px;
}

/* WhyChooseUs.css */
.service-container {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #4e42d209;
    padding: 20px;
    max-height: 450px;
    margin: 5px 0px;
    box-shadow: 2px 2px 20px #4f43d213;
    border-radius: 5px;
}
.service-container h6 {
    margin: 10px 0px;
    color: #4F43D2;
}
.service-container img {
    width: 60px;
}

/* VisaConsultancy.css */
.visa-consultancy-container {
    background-color: #f5f5ff94;
    background-repeat: no-repeat;
    padding:50px 0px;
    /* margin: 30px 0pc; */
    margin-bottom: 50px;
}
.visa-content {
    margin: 20px 0px;
    background-image: url("../images/destinations-two-shape.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.visa-content img {
    width: 100px;
}
.visa-content h5 {
    color: #4E42D2;
    margin: 10px 0px;
}
.visa-content button {
    padding: 15px 30px;
    border: none;
    outline: none;
    background-color: #4F43D2;
    color: white;
    border-radius: 3px;
    transition: .3s all;
}
@media screen and (max-width:667px) {
    .visa-consultancy-container {
        text-align: center;
    }
}

/* StudyInJapan.css */
.study-japan-container {
    background: linear-gradient(#4e42d252,#4e42d256), url("../images/bgStudy.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    margin-bottom: 50px;
}
.study-required {
    background-color: white;
    padding: 50px 50px;
    border-radius: 3px;
}
.study-required h3 {
    color: #4E42D2;
    padding-bottom: 10px;
    border-bottom: 2px solid #4e42d295;
}
.study-required ul {
    padding-left: 15px;
}
.study-required ul li {
    margin: 5px 0px;
    padding: 3px 0px;
    /* font-weight: 500; */
    list-style:none;
}

/* StudentReview.css */
.review.container {
    padding: 20px;
    background-image: url("../images/about-page-testimonial-map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tns-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.tns-nav button {
    background-color: #EA1F24;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    border: none;
}
.tns-nav button.tns-nav-active {
    background-color: #4E42D2;
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
.review-slide {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.review_ {
    /* box-shadow: 2px 2px 10px hsla(245, 62%, 54%, 0.194); */
    padding: 50px 20px;
    margin: 5px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    height: 350px;
}
.review_ h6 {
    color: #4E42D2;
}
.review_ p {
    font-style: italic;
    color: rgb(96, 90, 90);
}
.student-review-icon {
    font-size: 50px;
    color: #FF9A00;
    text-align: center;
    display: block;
    margin: 0px auto;
    padding-bottom: 10px;
}
.review-star span {
    color: #FF9A00;
}

/* Process.css */
.process-container {
    margin: 70px 0px;
}
.process {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.process-step {
    background-color: #4E42D2;
    width: 200px;
    height: 200px;
    margin: 10px 0px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    transition: .3s all;
}
.process-step:hover {
    transform: scale(1.1);
}
.process-step span {
    font-size: 35px;
    margin: 5px 0px;
    display: block;
    color: #FF9A00;
}

/* Footer.css */
.footer-container {
    /* height: 400px; */
    background-color: #4E42D2;
    padding-top: 50px;
    padding-bottom: 40px;
}
.copy-right-container {
    background-color: #4E42D2;
    color: rgb(255, 255, 255);
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.246);
}
.footer-about img {
    position: relative;
    left: -20px;
    top: 0px;
    display: block;
    width: 30%;
    background-color: #ffffff;
    border-radius: 100px;
}
.footer-about span {
    color: rgba(255, 255, 255, 0.657);
}
.quick-access_ {
    display: flex;
    justify-content: center;
}
.quick-access h4 {
    color: #FF9A00!important ;
    /* background-color: black; */
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    display: inline;
}
.quick-access ul {
    padding-left: 10px;
}
.quick-access ul li {
    list-style: none;
    margin: 5px 0px;
    padding: 2px 0px;
    color: rgb(255, 255, 255);
}
.footer-nav-item {
    margin-left: 5px;
    color: #ffffff;
    transition: .3s all;
}
.footer-nav-item:hover {
    color: rgb(255, 255, 255);
}
.footer-contact-info span {
    color: white;
}
.footer-contact-info h4 {
    color: #FF9A00 ;
    /* background-color: black; */
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    display: inline;
}
.footer-contact-icon {
    /* background-color: black; */
    padding: 5px;
    font-size: 28px;
    margin-right: 7px;
    border-radius: 5px;
    color: #FF9A00;
    font-weight: bold;
}
.footer-contact-info span {
    display: block;
    margin: 12px 0px;
}
@media screen and (max-width:765px) {
    .quick-access_ {
        justify-content: flex-start;
    }
    .quick-access {
        margin: 20px 0px;
    }
}

/* Mobile Nav Styles from Main.js logic or existing */
.inactive-nav-item {
    display: none;
}
.active-nav-item {
    display: block;
}

/* Contact Page specific styles if not already present */
.contact-info-container {
    padding: 20px 0;
}
.contact-info {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}
.contact-info h5 {
    color: #4E42D2;
    margin-bottom: 20px;
    font-weight: 700;
}
.contact-icon {
    color: #EB1E28;
    margin-right: 10px;
    font-size: 18px;
}
.contact-form {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.contact-form h5 {
    color: #EB1E28;
    margin-bottom: 20px;
    font-weight: 700;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.contact-form button {
    background-color: #4E42D2;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
}
.contact-form button:hover {
    background-color: #3b32a8;
}

/* About Page Teachers */
.teacher-container {
    text-align: center;
}
.teacher-container h5 span {
    color: #EB1E28;
}
.teacher {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
}
.teacher:hover {
    transform: translateY(-5px);
}
.teacher img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #EB1E28;
}
.teacher-icon-container a {
    color: #4E42D2;
    font-size: 20px;
    margin: 0 5px;
}

/* Gallery */
.gallary-img-container img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.gallary-img-container img:hover {
    opacity: 0.8;
}

/* Course */
.course-container {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.course-container img {
    width: 100%;
    border-radius: 5px;
}
.course-timeline {
    margin: 15px 0;
    font-size: 14px;
}
.time-line-content {
    display: inline-block;
    margin: 0 5px;
    background: #f1f1f1;
    padding: 2px 8px;
    border-radius: 4px;
}
.course-container button {
    background-color: transparent;
    border: 1px solid #4E42D2;
    color: #4E42D2;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.3s;
}
.course-container button:hover {
    background-color: #4E42D2;
    color: white;
}
.course-container button:hover i {
    color: white !important;
}
.course-container-title {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #EB1E28;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.course-container-title h3 {
    margin: 0;
    font-size: 16px;
}
