@media (min-width:992px) {
    
    .main-menu > ul .link {
        transform: none !important;
    }
    .main-menu {
        clip-path: none !important;
        width: auto !important;
    }
}

@media (max-width:1200px) {
    .main-menu > ul {
        gap: 30px;
    }
    .main-logo img {
        width: 220px;
    }
    .main-header {
        padding: 150px 0;
    }
    
}

@media (max-width:992px){
    
    .success h2 {
    font-size: 40px;
}

    .main-menu ul .link {
        transform: none !important;
        /* text-align: center; */
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 1.5rem;
    }

    .main-menu > ul {
        gap: 17px;
        padding: 0 30px;
        height: 100%;
        overflow-y: scroll;
        display: block;
        overflow-x: hidden;
        width: 100%;
        padding-bottom: 100px;
    }
        .nav-button {
            display: block;
        }
    
        nav {
            display: flex;
            flex-flow: column wrap;
            justify-content: flex-start;
            align-content: center;
            align-items: flex-start;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: var(--theme-maroon-dark);
            transform: translate3d(-100%, 0, 0);
            height: 100vh;
            overflow-y: scroll; /* Enable vertical scrolling */
            overflow-x: hidden; /* Hide horizontal scrolling if not needed */
             /* Smooth scrolling for iOS */
            padding-top: 80px;
        }
    
        nav > ul {
            display: flex;
            flex-flow: column wrap;
            justify-content: center;
            /* align-content: center; */
            /* align-items: center; */
            position: fixed;
            list-style: none;
            
            
    
            li {
                margin-bottom: 10px;
                visibility: hidden;
            }
        }
        .main-menu > ul li a,
        header.sticky.sticky-active .main-menu > li a {
            color: #FFF;
            padding: 7px 0;
            font-size: 16px;
            margin: 12px 0;
        }
    header.sticky.sticky-active .main-menu ul li a {
            margin: 12px 0;
            color: #FFF;
}
    header.sticky.sticky-active .has-sub-menu .sub-menu li a {
    padding: 12px 13px;
}
        .has-sub-menu .sub-menu
        {
            position: inherit;
            background: no-repeat;
            width: 100%;
        }
        .has-sub-menu .sub-menu > li {
            visibility: inherit;
        }
        .has-sub-menu .sub-menu > li >  a
        {
            color: #FFF;

        }
        .sub-menu.active
        {
            visibility: inherit;;
        }
        .menu-button {
            display: block;
        }
        .main-menu > ul {
            transform: translate(0px, 0px);
        }
        .skew {
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
        }
        .header-top-row
        {
            display: none;
        }

header.sticky .main-logo img {
    width: 130px;
}
header.sticky.sticky-active .logo {
    width: 160px;
}
header.sticky  .menu-button{
    margin-top: 0;
}
header{
    position: fixed;
}
header.sticky {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
}

.features-highlight-items {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
}

.features-highlight-box {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}
.smart-items
{
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width:768px)
{
    .dattavideo
{
    border-radius: 0px;
}

    .features-highlight-box {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .features-highlight-items {
        gap: 10px;
    }
    .features-highlight-items .features-highlight-box:last-child
    {
        flex: 0 0 calc(80% - 5px);
        max-width: calc(80% - 5px);

    }
    .features-highlight-box img {
        width: 57px;
    }

.features-highlight-box h3 {
    font-size: 14px;
}
.smart-items
{
    grid-template-columns: repeat(2, 1fr);
}
.smart-box h3 {
    font-size: 17px;
}
.smart-box svg {
    width: 50px;
    height: 50px;
}
.title-style-2 {
    font-size: 26px;
}
.project-tabs .nav button.active {
    font-size: 16px;
    padding: 4px 7px;
    width: 50%;
}
.project-tabs .nav button
{
    font-size: 16px;
    padding: 4px 7px;
    width: 50%;
}
    .parallax-section {
    height: 240px;
}
.map-text img {
    width: 96px;
}
.map-text h3 {
    font-size: 32px;
}

.map-text p {
    font-size: 15px;
}

.social-icons {
    justify-content: center;
    margin: 20px 0 20px;
}
.footer-logo {
    padding: 0;
    text-align: center;
}
.footer-logo img{
    width: 60%;
}
footer h3 {
    font-size: 19px;
}
.w-sm-100
{
    width: 100% !important;
}
.footer-address {
    gap: 11px;
    flex-direction: column;
    margin: 20px 0 0;
}
.quick-links {
    display: block;
    text-align: center;
    margin: 20px 0 0;
}
.quick-links li {
    display: inline-block;
    margin: 0 16px 12px 16px;
}
.copyright {
    margin: 10px 0 0;
    text-align: center;
}
footer {
    padding: 41px 0 60px;
    background-size: 80%;
    background-position: bottom center;
}
.project-thumbnail-details {
    padding: 25px;
}
.hr-style-1
{
    display: none;
}
.team-photo {
    width: 60%;
}
.title-style-3 {
    font-size: 28px;
}
.title-style-4 {
    font-size: 15px;
}
.contatpage-address li {
    padding: 0px 0px 0px 60px;
}
.page-header h1 {
    font-size: 33px;
}
}
