button {
    all: unset;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    border-bottom: 1px black solid;
    background-color: rgba(255, 255, 255, 0.1) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 0 !important;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
    color: rgb(94, 177, 229);
}

.navbar.scrolled h1 {
    color: rgb(46, 93, 159);
}

.navbar.scrolled .links a {
    color: rgb(46, 93, 159);
}

.navbar.scrolled .links a:hover {
    color: rgb(94, 177, 229);
}

.navbar.scrolled .links .quote {
    border-color: rgb(46, 93, 159);
}

.navbar.scrolled .links .quote:hover {
    background-color: rgb(247, 148, 29);
    color: antiquewhite;
}

.navbar.scrolled .mobile-icon svg,
.navbar.scrolled .mobile-icon svg path {
    stroke: black !important;
    fill: black !important;
}

.navbar-container {
    display: flex;
    align-self: center;
    align-content: center;
    width: 95%;
    height: 90%;
}

.brand {
    width: 40%;
    display: flex;
    align-items: center;
    align-content: center;
}

.logo {
    width: 70px;
    height: 55px;
    justify-content: center;
    align-content: center;
}

.logoimg {
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

.brandname {
    margin-left: 10px;
    width: 100%;
}

h1 {
    font-size: 1.3rem;
    color: rgb(250, 235, 215);
    width: 100%;
    height: 100%;
}

.links {
    align-content: center;
    width: 50%;
    margin-left: 5%;
}

.links a {
    margin: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    color: antiquewhite;
}

.links a:hover {
    text-decoration: underline;
    color: rgb(94, 177, 229);
}

.links .quote {
    border: antiquewhite 2px solid;
    border-radius: 5px;
    padding: 5px 10px;
}

.links .quote:hover {
    background-color: rgb(247, 148, 29);
    text-decoration: underline;
    color: antiquewhite;
    border: none;
}

/* Hide mobile button on desktop */
.mobile-icon, .navbar-container-mobile{
display:none;
}

.whatsapp{
    width: 100%;
    align-content: center;
    background-color: rgb(10, 52, 78);
}

.whatsapp-container{
    width: 90%;
    padding: 15px 0px;
    align-self: center;
    justify-self: center;
}

.whatsapp-header{
    font-size: 1.8rem !important;
    color: white;
}

.whatsapp-elements{
    display: flex;
    width: 95%;
    height: 50%;
    align-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    color: white !important;
    padding-bottom: 5px;
}

.whatsapp-paragraph{
    color: white !important;
    align-self: center;
    font-size: 1.2rem;
    margin-left: 10px;
}

.whatsapp-link{
    font-size: 1.2rem;
    font-weight: bold;
    justify-self: center;
    border-radius: 5px;
    border: white 3px solid;
    color: white;
    padding: 10px 15px;
}

.whatsapp-link:hover{
    color: rgb(94, 177, 229);
    border-color: rgb(94, 177, 229);
}

.footer {
    width: 100%;
    padding-bottom: 15px;
    height: 200px;
    animation: fadeUp 1s ease;
}

.footer ul li {
    list-style: none;
}

.footer-container {
    justify-self: center;
    display: flex;
    justify-content: space-between;
    width: 95%;
    padding-bottom: 15px;
}

.footer-brand,
.footer-details,
.footer-email-us {
    border-radius: 5px;
}

.footer-brand {
    width: 30%;
    height: 90%;
    justify-self: center;
    align-self: center;
}

.footer-details {
    width: 35%;
    margin: 0 auto;
}

.footer-email-us {
    width: 45%;
}

.footer-logo {
    width: 60%;
    perspective: 1200px;
    position: relative;
}

.footer-logo img {
    width: 100%;
    display: block;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
    transform: translateZ(0);
}

.footer-logo:hover img {
    transform: translateZ(24px) rotateX(4deg) rotateY(-4deg) scale(1.02);
    filter: saturate(1.12) contrast(1.08);
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.22);
}

.footer-logo::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 55%);
    pointer-events: none;
    mix-blend-mode: screen;
}

h5 {
    font-size: 3rem;
}

.footer-details {
    width: 35%;
    margin: 0 auto;
}

.footer-details span {
    font-size: 1.5rem;
}

.footer-details ul {
    margin-top: 10px;
}

.phone ul {
    justify-content: space-between;
}

.phone ul li {
    text-decoration: none;
}

.phone a {
    color: inherit;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
}

.phone a:hover {
    color: rgb(247, 148, 29);
    text-decoration: underline;
}

.phone ul li {
    text-decoration: none;
}

.phone a {
    color: inherit;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
}

.phone a:hover {
    color: rgb(247, 148, 29);
    text-decoration: underline;
}

.socials ul {
    display: flex;
    justify-content: center;
}

.socials ul li {
    margin: 0 10px;
}

.socials-icon {
    fill: rgb(94, 177, 229);
}

.socials-icon:hover {
    fill: rgb(247, 148, 29);
}

h6 {
    color: rgb(46, 93, 159);
    font-size: 1.8rem;
    text-align: center;
}

.contact-heading {
    font-weight: bold;
}

.useful-links a {
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(46, 93, 159);
}

.useful-links a:hover {
    color: rgb(94, 177, 229);
    text-decoration: underline;
}

.footer-email-us {
    width: 45%;
}

.form {
    width: 98%;
    justify-self: center;
    align-self: center;
}

.email-heading {
    font-weight: bold;
    font-size: 1.5rem;
}

.email a {
    color: inherit;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
}

.email a:hover {
    color: rgb(247, 148, 29);
    text-decoration: underline;
}

.email ul li {
    text-decoration: none;
}

.email a {
    color: inherit;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
}

.email a:hover {
    color: rgb(247, 148, 29);
    text-decoration: underline;
}

.OR{
    justify-self: center;
    font-size: 1.5rem;
    font-weight: bold;
    width: 20%;
}

.form-control {
    width: 99%;
    padding: 4px 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: grey 2px solid;
}

.form button {
    width: 140px;
    height: 30px;
    color: white;
    background-color: rgb(46, 93, 159);
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 10px;
}

.form button:hover {
    background-color: rgb(247, 148, 29);
    text-decoration: underline;
    border: none;
}

.footer :placeholder-shown {
    font-weight: bold;
    font-size: 1.03rem;
}

.footer input{
    font-weight: bold;
    font-size: 1.15rem;
}

.footer textarea{
    font-weight: bold;
    font-size: 1.15rem;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================
   NAVBAR RESPONSIVE
========================= */

@media (max-width: 880px) {

    .navbar{
        justify-content: start;
    }
    .navbar-container {
        display: none;
    }
    .brand {
        display: block;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .links {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .links a {
        display: block;
        margin: 10px 0;
    }

    .whatsapp-link:hover{
    color: white;
    border-color: white;
}
}

/* MOBILE */
@media(max-width:880px){

    .navbar-container{
    display:none;
    }

    .mobile-icon{
    display:block;
    background:none;
    border:none;
    cursor:pointer;
    z-index:1200;
    position:fixed;
    top: 50%;
    right: 1.25rem;
    left: auto;
    transform: translateY(-50%);
    margin-left: 10px;
    }

    .mobile-icon svg,
    .mobile-icon svg path {
        stroke: antiquewhite !important;
        fill: antiquewhite !important;
    }

    /* Drawer */
    .navbar-container-mobile{
    position:fixed;
    top:0;
    left:-320px;
    width:280px;
    height:100vh;
    background:rgb(94, 177, 229);
    padding:100px 30px;
    display:flex;
    flex-direction:column;
    gap:40px;
    transition:.45s cubic-bezier(.77,.2,.05,1);
    z-index:1100;
    box-shadow:5px 0 30px rgba(0,0,0,.3);
    }

    .navbar-container-mobile.active{
    left:0;
    }

    .navbar-container-mobile .links{
    display:flex;
    flex-direction:column;
    gap:25px;
    }

    .navbar-container-mobile a{
    color:white;
    font-size:1.2rem;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    }

    .navbar-container-mobile a:hover{
    transform:translateX(10px);
    }

    /* Overlay */
    .menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:1000;
    }

    .menu-overlay.active{
    opacity:1;
    visibility:visible;
    }

}


/* =========================
   FOOTER RESPONSIVE
========================= */
@media(max-width: 1090px){
    .footer-email-us {
    width: 30%;
}
}

@media(max-width: 455px){
    .whatsapp-elements {
    width: 90%;
}
}

@media (max-width: 880px) {
    .whatsapp-container{
        display: block;
        text-align: center;
    }
    .whatsapp-elements{
        display: block;
        width: 60%;
        justify-self: center;
    }
    .whatsapp-paragraph{
        margin: 0px;
        margin-bottom: 20px;
    }
    .whatsapp-link{
        padding: 5px 15px;
    }
    .footer-logo {
        display: none;
    }
    .footer {
        height: auto;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
        justify-self: center;
    }
    .footer-brand,
    .footer-details,
    .footer-email-us {
        width: 100%;
        justify-items: center;
        align-items: center;
        border: none !important;
    }
    .footer-details {
        justify-self: center;
    }
    .footer-details span {
        font-size: 1.3rem;
    }
    .contact-us-container {
        width: 50%;
    }
    .socials ul li {
        margin: 0 5px;
    }
    .socials-icon {
        width: 40px;
        height: 40px;
    }
    .socials-icon:hover {
        fill: rgb(94, 177, 229);
    }
    .useful-links {
        width: 50%;
    }
    .form {
        margin-top: 10px;
        font-size: 1.3rem;
    }
    .form h6 {
        width: 100%;
        margin-bottom: 10px;
    }
    .form button {
        scale: 1.05;
    }
}