@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/* EXPLANATION of EACH LINE in Css

/*Show it is fixed to the top */
body {
    min-height: 75rem;
  /*  padding-top: 8.5rem; */
}
/* 
* navbar
*/

.navbar {
    padding-top: 0;
}

/*Sets the text color to dark blue. Applied to the main navigation container*/
.textColor {
    color: black;/*It colors the options of the previous dropdown menu*/
}

/*Applied to the main navigation menu wrapper*/
.navbarBgDark {
    background: whitesmoke; /* #0056b3;  #030F27; */
    border-bottom: 3px solid #336699;
    /*black; */
    margin-top: 25px; /* Add space above the menu */
}


.topnav {
    border-bottom: 3px solid black;  
}

/* Css descender selector
.navbar-nav: a class usually applied to the <ul> (unordered list) element in a Bootstrap navigation bar.
.nav-link: a class usually applied to the <a> (link) elements inside that <ul>.
.active: a class that marks the currently active/selected link.
*/
.navbar-nav .nav-link.active {
    /*background: #336699;
    /* #336699; Good blue color*/
    /*color: white;*/
    background-color: #336699;
    color: white;
   /*
   font-family: 'Quicksand', sans-serif;
   font-weight: 600;*/

}

/* Any nav-link when the user hovers over it.*/
.nav-link:hover {
   /* color: #EDA72F; */
   color: #1259aa;
   /*When the cursor is on click*/
   font-family: 'Quicksand', sans-serif;
   /*Separation between words*/
   font-weight: 1000;
}

.nav-link {
    /* color: #fff; */
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    /*Size for Home and "Contact Us"*/
    font-size: 15px;
    letter-spacing: 2px;
}

/*///////////////////////////////////////
 Dropdown item*/

.dropdown-toggle {
    font-family: 'Quicksand', sans-serif;
    padding: 10px;
    font-size: 15px;
    color: black;
}
/**/

/*Adding dropdown menu style*/
.dropdown-menu .dropdown-item {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    padding: 1px;
    /*Menu words*/
    font-size: 15px;
}

.dropdown-menu .dropdown-item:hover {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

/*//////////////////////////////*/



.getBtn {
    /*  color: #fff; */
    color: black;
}

.sideLine {
    border-right: 1px solid #030F27; 
}

.iconHeight {
    height: 100%;
    width: 100%;
}
hr.div1 {
    border-top: 1px solid black;
}

@media screen and (min-width: 992px) {
    .sideLine {
        border-right: none;
    }
    .iconHeight {
        height: 80px;
        width: 116px; 
    }
    
    /* Desktop navigation positioning */
    .navbarBgDark {
        margin-top: 25px; /* More space on desktop */
    }
}
/* 
* Schedule section
*/
/* The actual timeline (the vertical ruler) 
NO CHANGES MADE FROM DEFAULT IN THE FOLLOWING SECTIONS YET */
.main-timeline-2 {
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #26c6da;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-2 {
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #26c6da;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left-2 {
    padding: 0px 40px 20px 0px;
    left: 0;
}

/* Place the container to the right */
.right-2 {
    padding: 0px 0px 20px 40px;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-2::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid blue;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right-2::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid blue;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-2::after {
    left: -14px;
}
@media only screen and (max-width: 1240px) {
    /*margin were 20% before, so that is why it was moving right*/
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .iconHeight {
        height: 80px;
        width: 116px; 
    }
}
/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 810px) 
/*and (max-width: 1199.98px)*/
{
    /* The actual timeline (the vertical ruler) */
    .main-timeline-2 {
        position: relative;
    }

    /* The actual timeline (the vertical ruler) */
    .main-timeline-2::after {
        content: '';
        position: absolute;
        width: 3px;
        background-color: #26c6da;
        top: 0;
        bottom: 0;
        left: 50%; 
        /*why -3px??*/
        margin-left: auto;
    }

    /* Container around content */
    .timeline-2 {
        position: relative;
        background-color: inherit;
        width: 50%;
    }

    /* The circles on the timeline */
    .timeline-2::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -11px;
        background-color: #26c6da;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

    /* Place the container to the left */
    .left-2 {
        /* padding: 0px 40px 20px 0px; */
        padding: 0px 28px 14px 0px;
        left: 0;
    }

    /* Place the container to the right */
    .right-2 {
        /* padding: 0px 0px 20px 40px; */
        padding: 0px 0px 14px 28px;
        left: 50%;
    }

    /* Add arrows to the left container (pointing right) */
    .left-2::before {
        content: " ";
        position: absolute;
        top: 18px;
        z-index: 1;
        /* right: 30px; */
        right: 15px;
        border: medium solid blue;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent white;
    }

    /* Add arrows to the right container (pointing left) */
    .right-2::before {
        content: " ";
        position: absolute;
        top: 18px;
        z-index: 1;
        /*left: 30px;*/
        left: 15px;
        border: medium solid blue;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Fix the circle for containers on the right side */
    .right-2::after {
        left: -14px;
    }
    .iconHeight {
    height: 60px;
    width: 87px;
}
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media only screen and (max-width: 599px)
/*and (max-width: 800.98px) */
{ 

    /* Place the timelime to the left */
    .main-timeline-2::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-2 {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-2::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left-2::after,
    .right-2::after {
        left: 18px;
    }

    .left-2::before {
        right: auto;
    }

    /* Make all right containers behave like the left ones */
    .right-2 {
        left: 0%;
    }
    .iconHeight {
    height: 40px;
    width: 58px;
}
}
/* Media queries - Responsive timeline on screens less than 400px wide */
@media only screen and (max-width: 399px){
    
 .iconHeight {
    height: 40px;
    width: 55px;
}
}

/* 
* End schedule section 
*/
/*--------------------------------------------------------------
# Global Footer from Append
--------------------------------------------------------------*/
footer {
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    /* padding-bottom: 50px; */
    position: relative;
}

.footer .footer-top {
    padding-top: 50px;
}

.footer .footer-about .logo {
    margin-bottom: 25px;
}

.footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-about .logo span {
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font);
}

.footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font);
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: var(--accent-color);
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: color-mix(in srgb, var(--default-color), transparent 95%);
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer .credits {
    margin-top: 6px;
    font-size: 13px;
}

/*--------------------------------------------------------------
# Scroll Top Button from Append
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*/////////////////////////////////////////////////////////*/
/*For the bar of navigation*/
/*Style for the "primera" section */
.primera {
    background-color: #f8f9fa; /* light background */
    padding: 20px;
    /*font-family: 'Quicksand', sans-serif;
    font-size: 14px;*/
}

/*Style for "breadcrumb" section */
.breadcrumb {
    list-style: none;
    padding: 3px;
    margin: 5px;
    display: flex;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}

/* Style the list of breadcrumb */
.breadcrumb-container {
    max-width: 1140px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*////////////////////////////////////////////////////////*/

/* Language Dropdown Responsive Styles */
.dropdown {
    position: relative;
}

/* Language dropdown button responsive styling */
#languageDropdown {
    font-size: 14px;
    /*padding: auto;*/
    white-space: nowrap;
    /*margin-top: 20px; /* Add space above the language dropdown */
}

#languageDropdown img {
    height: 18px;
    width: auto;
}

/* Language dropdown menu positioning */
.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}



/* Media query for tablets and smaller devices */
@media only screen and (max-width: 768px) {
    #languageDropdown {
        font-size: 12px;
        padding: 6px 10px;
    }
    
    #languageDropdown img {
        height: 16px;
    }
    
    /* Ensure dropdown menu doesn't overflow on smaller screens */
    .dropdown-menu-end {
        right: 0 !important;
        left: auto !important;
        min-width: 150px;
        max-width: 200px;
    }
    
    .dropdown-item {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .dropdown-item img {
        height: 16px;
    }

    /*2*/
    /* Fix for navbar container responsiveness */
    .pe-1000 {
        padding-right: 1rem !important;
    }  
}

/*Only one 480*/

/* Media query for mobile devices */
@media only screen and (max-width: 480px) {
    #languageDropdown {
        font-size: 11px;
        padding: 5px 8px;
    }
    
    #languageDropdown .me-2 {
        margin-right: 4px !important;
    }
    
    #languageDropdown img {
        height: 14px;
    }
    
    .dropdown-menu-end {
        right: 0 !important;
        left: auto !important;
        min-width: 120px;
        max-width: 160px;
        margin-top: 2px;
    }
    
    .dropdown-item {
        padding: 6px 10px;
        font-size: 12px;
    }
    
    .dropdown-item img {
        height: 14px;
    }
    
    .dropdown-item .me-2 {
        margin-right: 4px !important;
    }

    /*2*/
    .pe-1000 {
        padding-right: 0.5rem !important;
    }
}

/* Media query for very small screens */
@media only screen and (max-width: 350px) {
    #languageDropdown {
        font-size: 10px;
        padding: 4px 6px;
    }
    
    #languageDropdown img {
        height: 12px;
    }
    
    .dropdown-menu-end {
        min-width: 100px;
        max-width: 130px;
    }
    
    .dropdown-item {
        padding: 5px 8px;
        font-size: 11px;
    }
    
    .dropdown-item img {
        height: 12px;
    }
}

/* Additional responsive improvements for language dropdown */
@media only screen and (max-width: 576px) {
    /* Ensure the navbar container doesn't cause horizontal overflow */
    /* Additional responsive improvements for language dropdown */
    /* Ensure the navbar container doesn't cause horizontal overflow */
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    
    /* Improve language dropdown positioning on mobile */
    .dropdown-menu-end {
        transform: translateX(-50%) !important;
        right: 50% !important;
        left: auto !important;
    }
    
    /* Make sure language dropdown doesn't get cut off */
    .navbar .dropdown {
        position: static;
    }
    
    .navbar .dropdown .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        z-index: 1050;
    }
}

/* Prevent horizontal scroll on very small screens */
@media only screen and (max-width: 320px) {
    .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
    
    .pe-1000 {
        padding-right: 0 !important;
    }
    
    #languageDropdown {
        min-width: auto;
        padding: 3px 5px;
    }
    
    .dropdown-menu-end {
        min-width: 90px;
        font-size: 10px;
    }
}

/* Additional options for moving navigation menu down */

/* Option A: Move the entire navigation container down */
.pe-1000 {
    padding-top: 15px; /* Adds space above the navigation container */
}

/* Option B: Alternative - use transform to move menu down */
/*
.navbarBgDark {
    transform: translateY(15px);
}
*/

/* Option C: Adjust the parent container alignment */
/*
.d-flex.align-items-center.flex-wrap {
    align-items: flex-end !important;
}
*/

/* Responsive adjustments for navigation positioning */
@media screen and (min-width: 992px) {
    .sideLine {
        border-right: none;
    }
    .iconHeight {
        height: 80px;
        width: 116px; 
    }
    
    /* Desktop navigation positioning */
    .navbarBgDark {
        margin-top: 25px; /* More space on desktop */
    }
}

/* Tablet and mobile adjustments */
@media only screen and (max-width: 768px) {
    .navbarBgDark {
        margin-top: 10px; /* Less space on smaller screens */
    }
    
    .pe-1000 {
        padding-top: 5px;
    }
}



