@media (min-width:1740px) {
    .container {
        max-width: 1694px;
    }
}
@media (min-width:1440px) {
    .our-services .row.g-4 {
        --bs-gutter-x: 50px;
        --bs-gutter-y: 40px;
    } 
}
@media (min-width:992px) {
    .inner-container {
        max-width: 940px;
    }
    header .dropdown-menu {
    /* transform: translate(1180px, 58px); */
        /* transform: translate(-130px, 8px); */
    transition: .5s;
    margin-top: 30px !important;
    /* display: block !important; */
    background: rgb(22 31 23 / 80%);
    border: 1px solid rgb(255 255 255 / 10%);
    width: 220px;
    padding: 56px 0px;
    text-align: center;
    }
    header .dropdown-menu a.dropdown-item {
        color: rgb(255 255 255 / 60%);
        font-weight: 300;
        letter-spacing: 3px;
        font-size: 15.5px;
    }
    header .dropdown-menu .dropdown-item:focus, header .dropdown-menu .dropdown-item:hover {
        color: rgb(255 255 255 / 90%);
        background: transparent;
    }

}
@media (min-width:768px){
    .sv-row li:nth-child(even) {
        flex-direction: row-reverse;
        text-align: right;
    }
    .sv-row li .sv-img {
        width: 300px;
        flex-shrink: 0;
    }
}


/* ============================================= */
/* MAX */
/* ============================================= */
@media (max-width:1440px) {
    .text-18 {
        font-size: 15.5px; 
    }
    footer {
        margin-top: 80px;
    }
}
@media (max-width:991px) {
    .mobile-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        background: rgb(1 13 1 / 90%);
        backdrop-filter: blur(11px);
        z-index: 9999;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translate(-1000px, 0px);
        transition: .3s;
    }
    .mobile-menu.active {
        transform: translate(0px, 0px);
    }
    .mobile-menu ul {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .mobile-menu ul li .nav-link {
        color: rgb(255 255 255 / 80%);
        font-size: 22px;
        letter-spacing: 2.5px;
        font-weight: 200;
        text-align: center;
    } 
    .mobile-menu img {
        top: 20px;
        left: 20px;
    }
    header {
        height: 60px;
    }
    .header-icons img {
        height: 19px;
    } 

}


@media (max-width:767px){
    .sv-row li {
        gap: 25px;
        flex-direction: column;
        align-items: self-start;
        margin-bottom: 20px;
    }
    .sv-row li h2 {
        margin-bottom: 10px;
    }
    #cookieBanner {
        right: inherit;
        left: 50%;
        top: 50%;
        bottom: inherit;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .main-heading {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
     
}
@media (max-width:575px){
    main {
        margin-top: 70px;
        padding-top: 40px; 
    }
    .container {
        --bs-gutter-x: 2.5rem;
    }
    header {
        height: 50px;
    }
    body {
        font-size: 14px;
        background-size: 330%;
    }
    .hero-banner {
        margin-top: 50px; 
    }
    footer {
        margin-top: 50px;
    }
    footer .container> .row {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .copyright {
        padding: 15px 0px 20px;
    }
    .copyright .quick-links li a {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .copyright p {
        font-size: 10px;
    } 
    .sv-row .sv-content p {
        text-align: justify;
        font-size: 13px;
    }
    .hero-banner > div {
       width: 100%;
    }
}