body 
{
    font-family: "Montserrat", sans-serif;
}

p 
{
    line-height:31px;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.img-logo 
{
    width:380px;
    margin-top:15px;
    background:#060403;
    padding:10px;
    border-radius:15px;
}

.text-gold 
{
    color:#FEA500;
}

.main-menu ul li a 
{
    color: #FEA500;
    text-transform: uppercase;
    font-weight:500;
    margin:0px 2px;
    font-size:15px;
}

header 
{
    background:#060403;
    padding-top:20px;
    border-bottom:solid 1px #FEA500;
}

.slider 
{
    background-size: cover !important;
    background-position: center !important;
    background-size:cover !important;
    padding:10vh 0px;
    text-transform:uppercase;
    background-attachment:fixed !important;
    padding-bottom:15vh;
}

.slider h3
{
    color:#FEA500;
    font-size:20px;
} 

.slider h2 
{
    color:#fff;
    font-size:52px;
    margin-top:30px;
}

.slider h5 
{
    color:#fff;
    font-size:20px;
}

.slider p 
{
    margin-top:30px;
    color:#fff;
    font-size:16px;
}

.slider a 
{
    display:inline-block;
    margin-top:20px;
}

.more-link 
{
    background:#FEA500;
    padding:10px 25px;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    transition:linear 0.1s color;
}

.more-link:hover 
{
    color:#111;
    text-decoration:none;
    transition:linear 0.2s color;
}


.custom-line{
    content: "";
    height: 5px;
    display: block;
    background-color: #FEA500;
}

.journey-icon 
{
    width:30px;
}

.about-links 
{
    color:#060403;
    font-size:16px;
}

.journey-img 
{
    width:100%;
    height:450px;
    object-fit: cover;
}

.about 
{
    padding:70px 0px;
}

.div-title 
{
    color:#FEA500;
    text-transform:uppercase;
    font-weight:700;
}

.owners 
{
    background-size: cover !important;
    background-position: center !important;
    background-size:cover !important;
    padding:70px 0px;
    background-attachment:fixed !important;
    color:#fff;
}

.message-card 
{
    background:#222222;
    padding:30px;
    margin-top:30px;
    transition:linear 0.1s transform;
}

.message-card:hover 
{
    transform:scale(1.05);
    transition:linear 0.2s transform;
}

.message-card img 
{
    width:100px;
    height:100px;
    border-radius:50px;
    object-fit:cover;
    border:solid 3px #FEA500;
}

.courses
{
    padding:70px 0px;
}

.most-title 
{
    width: calc(100% + 30px);
    padding:10px;
    text-align:center;
    border:solid 2px #FEA500;
    margin-top:30px;
    color:#FEA500;
    text-transform:uppercase;
    font-weight:700;
    margin:0px -15px;
    border-bottom:none;
    margin-top:30px;
}

.course-single
{
    text-align:center;
    border:solid 2px #888888;
    margin:0px -15px;
    padding:30px 15px;
    transition:linear 0.1s background;
}

.course-single:hover 
{
    transition:linear 0.2s background;
    background:#f1f1f1;
}

.course-single p 
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
    -webkit-box-orient: vertical;
    line-height:32px;
    font-size:15px;
}

.active-course 
{
    border:solid 2px #FEA500;
}

.course-single img 
{
    width:100px;
    height:100px;
    border-radius:50px;
    margin-bottom:30px;
}

.course-single a 
{
    width:100%;
    margin-top:30px;
    display:inline-block;
}

.course-subheading 
{
    color:#888;
    font-weight:700;
    margin-top:-10px;
    font-size:15px;
}

.course-single h5 
{
    color:#888;
    font-size:14px;
    text-transform:uppercase;
}

.course-single h3 
{
    font-size:18px;
    text-transform:uppercase;
}

.course-left 
{
    border-right:none;
}

.course-right 
{
    border-left:none;
}

.locations 
{
    background-size:cover !important;
    background-attachment:fixed !important;
    padding:70px 0px;
    padding-bottom:120px;
}

.locations p 
{
    color:#fff;
}

.country-card {
    cursor: pointer;
    align-items: center;
    transition: background 0.3s;
    display:inline-block;
    width:28%;
    background:#fff;
    margin-top:30px;
    text-align:center;
    margin-right:3%;
    transition:linear 0.1s transform;
}

.country-card:hover 
{
    transform:scale(1.05);
    transition:linear 0.2s transform;
}

.country-card p 
{
    color:#222;
    margin-bottom:5px;
    font-weight:600;
}

.country-card:hover {
    background: #f1f1f1;
}

.country-card img 
{
    width:100%;
    height:90px;
    object-fit:cover;
}

img.loc-nepal
{
    width:60%;
    height:auto;
    object-fit:cover;
}

#country-description 
{
    background:#222;
    transition: all 0.3s ease-in-out;
    color:#222;
    margin-top:25px;
    border-radius:0px !important;
    border:none !important;
}

#country-description h3 
{
    color:#FEA500
}

.career-logos {
    display: flex;
    overflow: hidden; /* Ensures images are contained within the div */
    width: 100%;
    position: relative;
}

.career-logos img {
    padding-right: 20px; /* Optional: space between images */
    height: 100px; /* Keeps the height of images proportional */
    max-width: 100%; /* Ensures the images won't stretch beyond their natural size */
    margin:0px 30px;
}

/* Create a wrapper that holds the logos twice to create a seamless loop */
.career-logos-wrapper {
    display: flex;
    animation: scrollLogos 20s linear infinite;
}



/* Keyframes for infinite scrolling */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Moves all logos to the left */
    }
}

/* Stop the scrolling when hovering over the logos */
.career-logos:hover .career-logos-wrapper {
    animation-play-state: paused; /* Stops the animation on hover */
}

.career 
{
    padding:70px 0px;
}

.footer 
{
    background: 
        linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), 
        url('images/barista-pours-over-coffee-at-cafe.jpg'); /* Background image */
    background-size:cover;
    background-attachment:fixed;
    padding:70px 0px;
    color:#fff;
    font-size:15px;
}

.footer h5 
{
    color:#FEA500;
    text-transform:uppercase;
    font-size:18px;
}

ul.nav-footer 
{
    list-style-type: none; /* Removes default bullet points */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
    margin-top:35px;
}

ul.nav-footer li a 
{
    color:#fff;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
    transition:linear 0.1s color;
    padding:5px 0px;
}

ul.nav-footer li a:hover 
{
    color:#FEA600;
    transition:linear 0.2s color;
}

.footer-credit 
{
    background:#000;
    color:#fff;
    padding:10px 35px;
}

.footer-social-icons 
{
    margin-top:20px;
}

.footer-social-icons a 
{
    color:#fff;
    margin:0px 10px;
}

.footer-credit p 
{
    margin-top:20px;
    text-align:right;
}

.social-side 
{
    position:fixed;
    right:0px;
    top:25vh;
    background:#000;
    padding:15px;
}

.social-side a 
{
    color:#FEA500;
    font-size:24px;
    margin:5px;
    display:inline-block;
}

.bread-crumb 
{
    text-align:center;
    padding-top:6vh;
    padding-bottom:10vh;
    background-size:cover !important;
    background-attachment:fixed !important;
    color:#fff;
}

.bread-crumb h1 
{
    font-weight:500;
    color:#FEA500;
    text-transform:uppercase;
    font-size:52px;
}

.bread-crumb a 
{
    color:#FEA500;
}

.location-tab li a
{
    display:block;
    color:#222;
    text-transform:uppercase;
    font-size:18px;
    margin-top:20px;
    border:solid 1px #ccc;
    padding:10px;
    transition:linear 0.1s transform;
}

.location-tab li a:hover
{
    display:block;
    color:#FEA500;
    text-decoration:none;
    transform:scale(1.05);
    transition:linear 0.2s transform;
}


.location-tab li 
{
    display:block;
    width:100%;
}

.course-page-single 
{
    margin:0px;
    margin-top:30px;
    border:solid 1px #ccc !important;
}

.contact-page input 
{
    width:100%;
    padding:10px;
    border:none;
    border-bottom:solid 1px #ccc;
    margin-top:20px;
}

.contact-page select 
{
    width:100%;
    padding:10px;
    border:none;
    border-bottom:solid 1px #ccc;
    margin-top:20px;
    padding-bottom:13px;
}

.contact-page textarea 
{
    width:100%;
    padding:10px;
    border:none;
    border-bottom:solid 1px #ccc;
    margin-top:20px;
    height:100px;
}

.form-submit-btn
{
    background:#FEA600;
    padding:10px 15px;
    border:none;
    color:#fff;
    margin:0px auto;
    margin-top:30px;
}

.map-responsive {
    position: relative;
    padding-bottom: 500px; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 500px !important;
}


.map-responsive2 {
    position: relative;
    padding-bottom: 300px; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.map-responsive2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 300px !important;
}

.map-div 
{
    margin-top:60px;
}

@media (max-width: 600px) 
{
    .social-side 
    {
        display:none;
    }

    .img-logo 
    {
        display:none;
    }

    .navbar-toggler 
    {
        color:#FEA500;
        font-size:24px;
    }

    header 
    {
        padding-bottom:10px;
        padding-top:10px;
    }

    img.mobile-logo 
    {
        height:40px;
    }

    .journey-img
    {
        margin-top:30px;
    }

    .course-single
    {
        margin-left:0px;
        margin-right:0px;
        margin-top:30px;
    }

    .most-title 
    {
        width:100%;
        border-bottom:solid 2px #FEA500;
        margin:0px;
    }

    .course-left 
    {
        border-right:solid 2px #888888;
    }

    .course-right 
    {
        border-left:solid 2px #888888;
    }

    .footer 
    {
        text-align:center;
    }

    .footer h5 
    {
        margin-top:30px;
    }

    .footer-credit p 
    {
        text-align:center;
    }

    .country-card img 
    {
        width:100%;
        height:50px;
        object-fit:cover;
    }

    img.loc-nepal
    {
        width:40%;
        height:auto;
        object-fit:cover;
    }
}