html, body {
    margin: 0;
    scroll-behavior: smooth;
touch-action: manipulation;
}



.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 36 pt;
  font-style: normal;
}

* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden; 
    overflow: visible;
}

.actvance-landing a {
    color: #333233; /* Set the color you want for the text */
    text-decoration: none; /* Remove underline */
}

.actvance-landing {
    width: 100%;
    overflow: visible;
}

.actvance-landing .div {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    position: relative;
padding: 40px 4%;
 min-height: 100vh;
 overflow: visible
}

@media (max-width: 768px) {
    .actvance-landing .div {
        padding: 25px 4%;
    }
}

.actvance-landing .img-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    top: 95px;
        gap: 30px;

}

@media (max-width: 768px) {
    .actvance-landing .img-container {
    gap: 10px;
Top: 60px
    } }



.actvance-landing .row {
    display: flex;
    height: auto;
    align-items: center;
    position: relative;
    align-self: stretch;

}

.actvance-landing .image {
    position: relative;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .actvance-landing .image {
        height: 180px; /* Keep a fixed height to force cropping */
        object-fit: cover; /* Prevents shrinking */
        object-position: top center; /* Adjust what part is visible */
    }
}

.actvance-landing .frame {
    display: flex;
    height: auto;
    align-items: center;
    gap: inherit;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    Flex-direction: column;
}


.actvance-landing .row-2 {
    display: flex;
    height: auto;
    align-items: center;
    gap: 30px;
    position: relative;
    align-self: stretch;
}

@media (max-width: 768px) {
    .actvance-landing .row-2 {
        display: flex;
        justify-content: space-between; /* Space images evenly */
        gap: 10px; /* Remove extra gaps */
        width: 100%;
        flex-direction: column;
    }


}



.actvance-landing .img {
    position: relative;
    flex: 1;
    flex-grow: 1;
    width: 48%;
    height: auto;
}

.actvance-landing .img-2 {
    position: relative;
    flex: 1;
    flex-grow: 1;
    width: 48%;
}

@media (max-width: 768px) {
.actvance-landing .img-2 {
    width: 100%;
}}

.actvance-landing .footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0px 50px;
    position: relative;
    background-color: transparent;
}



.actvance-landing .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: 'DM Sans', Helvetica ;
    font-weight: 400;
    color: #333233;
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: normal;
    text-align: center;
	padding: 10px;
}

@media (max-width: 768px) {
    .actvance-landing .text-wrapper {
    font-size: 10px;
    } }

.actvance-landing .header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 2% 4% 0% 4%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffffb2;
    backdrop-filter: blur(24px) brightness(100%);
    -webkit-backdrop-filter: blur(24px) brightness(100%);
 z-index: 1000;
 pointer-events: auto;
}

@media (max-width: 768px) {
    .actvance-landing .header {
    padding: 3% 4% 0% 4%;
    } }


.actvance-landing .actvance-design {
    position: relative;
    width: fit-content;
    font-family: 'DM Sans', Helvetica ;
    font-weight: 400;
    color: #000000;
    font-size: 45px;
    line-height: 0;
}

/* Media query for mobile screens (below 768px) */
@media (max-width: 768px) {
    .actvance-landing .actvance-design {
    font-size: 26px;
    } }

.actvance-landing .span {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.actvance-landing .text-wrapper-2 {
    font-family: 'DM Sans', Helvetica ;
    font-weight: 200;
    letter-spacing: -0.5px;
}

.actvance-landing .email {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    position: relative;
    flex-grow: 0; /* Prevent email from growing unnecessarily */
    width: 200px;
    
}

/* Media query for mobile screens (below 768px) */
@media (max-width: 768px) {
    .actvance-landing .email {
    width: 5%;
    } }



.actvance-landing .ic-mail {
    position: relative;
    width: 20px;
    height: auto;
}

/* Media query for mobile screens (below 768px) */
@media (max-width: 768px) {
    .actvance-landing .ic-mail {
    width: 20px;
    height: auto;
 display: inline-block;
    } }


.actvance-landing .contact-actvance-net {
    position: relative;
    width: 100%; /* Ensures the input takes up full width of the email container */
    font-family: 'DM Sans', Helvetica ;
    font-weight: 400;
    color: #333233;
    font-size: 100%;
    background: transparent;
    border: none;
    padding: 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 768px) {
    .actvance-landing .contact-actvance-net {
        display: none; /* Hide the email text */
    }
}
