header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100%;
    background-color: #fff;
}

header .container-full {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 85%;
    height: 100%;
    background-color: #fff;
}

header nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
    background-color: #fff;

}

.logo-left,
.logo-right {
    position: absolute;
}

.logo-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    left: 0;
    background-color: #fff;

}


header nav a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #45556C;
    background-color: #fff;

}

.logo-left .btn-login {
    width: 120px;
    outline: none;
    border: none;
    background: linear-gradient(to right, #155DFC, #4F39F6, #372AAC);
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 20px;
    box-shadow:
        0 4px 6px -4px rgba(21, 93, 252, 0.3),
        0 10px 15px -3px rgba(21, 93, 252, 0.3);
}

.btn-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    outline: none;
    border: none;
    background: linear-gradient(to right, #EFF6FF, #EEF2FF);
    color: #1447E6;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
  
    box-shadow:
        0px 1px 2px -1px rgba(0, 0, 0, 0.1),
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.logo-left .btn-lang {
 width: 80px;
   font-size: 16px;
}
.logo-left img {
    width: 24px;
    height: 24px;
}


.logo-right {
    right: 0;
    background-color: #fff;
    
}
.logo-right a {
    background-color: #fff;
    text-decoration: none;
        height: 80px;
    width: 80px;
}
.logo-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #fff;

}

nav ul li a.active {
    color: #1447E6 !important; 
    font-weight: bold;
}

/* ////////////////////////////////////////////////////////////// */
/* footer */


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #0F172B;
    color: #fff;
    padding: 50px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.footer-left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}
.footer-left a {
    width: 60px;
    height: 60px;
    text-decoration: none;
   background-color: transparent;
}

.footer-left a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: transparent;
}
.footer-description  {
    font-size: 22px;
    color: #90A1B9;
}
.footer-left,
.footer-right,
.footer-right ul,
.footer-right ul li,
.footer-right ul li a,
.footer-container,
.social-media,
.social-media a,
.footer-description {
    background-color: transparent;
}

.footer-icons-social {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background-color: transparent;
}

.footer-icons-social img {
    background-color: transparent;
}

.social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #155DFC;
    color: #fff;
    transform: translateY(-3px);
}

.line-footer {
    width: 90%;
    height: 1px;
    background-color: #62748E;
    margin: 20px 0;
}
.footer-right {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: start;
}
.footer-title {
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: start;
    margin-bottom: 20px;
}

.footer-right ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.footer-right ul li {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    gap: 10px; 
}

.footer-right ul li::before {
    content: ""; 
    width: 8px; 
    height: 8px;
    background-color: #2B7FFF;
    border-radius: 50%; 
    display: inline-block;
    flex-shrink: 0; 
}

.footer-right ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    transition: 0.3s ease;
}

.footer-end {
    background-color: transparent;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    text-align: start;
}
.footer-contact {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    background-color: transparent;
}
.footer-contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
}


.footer-contact-item span,
.footer-contact img {
    background-color: transparent;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    background-color: transparent;
    font-size: 14px;
    color: #62748E;
    text-align: center;
    margin-top: 14px;
    background-color: transparent;
    gap: 20px;
}

.copyright p { 
    background-color: transparent;
}
.copyright-end {
    background-color: #314158;
    display: flex;
    color: #90A1B9;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 8px 16px;
}

/* ////////////////////////////////////////////////////////////////////////////  */
.whatsapp-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 9999;
    transition: transform 0.3s ease;
    box-shadow:
        0px 4px 6px -4px rgba(0, 201, 80, 0.3),
        0px 10px 15px -3px rgba(0, 201, 80, 0.3);
    border-radius: 50%;
    background-color: #ffffff;
}

.whatsapp-fixed img {
    width: 80%;
    height: 80%;
    background-color: transparent;
}

.whatsapp-fixed:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .whatsapp-fixed {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
    }
}