
/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f2ed;
    height:100vh;
}


.w-50{
    width: 100%;
}



.value-bg{
    background-color: #ffffff;
}

.work-img{
    width: 100%;
}

.works a{
   text-decoration: none;
   color: #000;
 }

 a .no-1 {
    color: #000; /* or any color you want */
   
  }
  a{
    text-decoration: none;
  }

nav{
    z-index: 999;
}

      /* Parallax Container */
      .parallax-container {
        position: relative;
        height: 1550px;
        overflow: hidden;
    }
    
    /* Background Image */
    .about-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        z-index: -1;
        transform: translateZ(-1px) scale(1.2); /* Creates the parallax effect */
    }
    
    /* Parallax Content */
    .text-fog-about {
        position: absolute;
        top: 15%;
        left: 20%;
        transform: translateY(-50%);
        font-size: 20px;
        line-height: 20px;
        color: #000000;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }
    
    .about-logo {
        position: absolute;
        top: 22%;
        margin-left: 35%;
        width: 40%;
        z-index: 999;
        transition: transform 0.1s ease-out;
    }
    
    .about-ill {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }

    .contact-ill{
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }

    .contat-container{
        position: absolute;
        margin:0 15%;
        width: 70%;
        height: 100vh;
        padding-top: 10%;
    }

    .text-contact{
        padding-top: 10%;
        font-size: 12px;
        left: 0%;
        font-weight: 500;
        padding: 2% ;
        position: absolute;
    }

    .links-contact-value{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 15px;
        text-decoration: none;
        padding: 2%; 
        right: 0;
        position: absolute;
    }

    .text-contact-1{
        font-size: 12px;
        left: 0;
        bottom: 8vh;
        font-weight: 500;
        position: absolute;
        padding: 2%;
    }


    .links-contact-value-1{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 13px;
        text-decoration: none;
        bottom: 8vh;
        right: 0;
        padding: 2%;
        position: absolute;
    }


    .link-underline-hover {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #000;
      }
      
      .value-1-line {
        height: 1px;
        background-color: #000;
        border: none;
        width: 100%;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        margin-top: 1px;
      }
      
      /* Hover animation */
      .link-underline-hover:hover .value-1-line {
        transform: scaleX(1);
      }
    hr.line-contact-2 {
        position: absolute;
        border: 1px solid #242424;
        bottom: 8vh;
        width: 100%;
      }

    .links-contact-value-1 a{

        color: #242424;
        text-decoration: none;

    }


    hr.line-contact-1 {
        border: 1px solid #242424;
      }

    



.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1);
    will-change: transform, opacity;
}

/* Animation for the first image */
.loader-image:nth-child(1) {
    animation: 
        fadeIn1 1s ease-out 0s forwards,
        shrinkMove 1s cubic-bezier(0.25, 0.1, 0.25, 1) 2.2s forwards;
}

/* Animation for the second image */
.loader-image:nth-child(2) {
    animation: 
        fadeIn 1s ease-out 0.8s forwards,
        shrinkMove 1s cubic-bezier(0.25, 0.1, 0.25, 1) 2.3s forwards;
}

/* Animation for the third image */
.loader-image:nth-child(3) {
    animation: 
        fadeIn 1s ease-out 1.6s forwards,
        shrinkMove 1s cubic-bezier(0.25, 0.1, 0.25, 1) 2.4s forwards;
}
@keyframes fadeIn1 {
    0% { opacity: 1; transform: scale(1.3); }
    100% { opacity: 1; transform: scale(1); }
}


@keyframes fadeIn {
    0% { opacity: 0; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes shrinkMove {
    0% { 
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        top: 50%;
        left: 50%;
    }
    100% { 
        opacity: 0.8;
        transform: translate(-50%, -0%) scale(0.15);
        top: calc(100% - 100px);
        left:0%;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
}


.work-video{
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 0;
}
.work-video-7core{
    height: auto;
    width: 100vw;
    padding: 0 14vw;
    margin: 0;
    margin-top: 8vh;
    gap: 0;
    position: absolute;
   
}
.footer-value{
    position: absolute;
    bottom: 0;
    width: 100vw;
}
.valu-container{
    height: 100vh;
    position: absolute;
}

.top-bottom-padding{

    padding-top: 200px;
    padding-bottom: 200px;
}

#imageCarousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 1rem 0;
    background-color: #ffffff;
}

.carousel-track {
    display: flex;
    width: max-content;
    animation: carousel-scroll 25s linear infinite;
}

.carousel-slide {
    width: 320px;
    height: 460px;
    margin: 0 15px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.carousel-slide:hover {
    transform: scale(1.05);
}

@keyframes carousel-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Section 3: Services */
.section3 {
   padding-top: 5%;

}

.section3 h2 {
    text-align: start;
    margin-bottom: 5px;
    color: #000000; /* Dark Blue */
    font-size: 2rem;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 0;
    width: 100%;
    margin: 0 auto;
}

.grid3a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    gap: 0;
    width: 100%;
    margin: 0 auto;
}

.service3 {
    background-color: #FCF7EB; /* Creamy White */
    padding: 30px 80px;
    border-radius: 0px;
    transition: all 0.3s ease;
    
}

.service3:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}


.service3 h3 {
    color: #ffffff; /* Purple from ibTech */
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 400;
}

.service3 p {
    color: #ffffff; /* Dark Blue */
    margin: 0;
    font-size: 14px;
    padding-left: 5vw;

}

/* Section 4: Team */
.section4 {
    padding: 40px 20px;
    background-color: #8A9B68; /* Sage Green */
    color: #FCF7EB; /* Creamy White */
    text-align: start;
}

.section4 p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
}

.section5{
    width: 60%;
    margin-left: 30%;
    padding: 30px 10px;
    h2{
        font-size: 50px;
        font-weight: 500;
    }
}
.color-1{
    background-color: #242424;
}
.color-2{
    background-color: #4aa647;
}

.color-3{
    background-color: #dfdbd8;
    p{
        color: #000;
    }
    h3{
        color: #000;
    }
}

.color-4{
    background-color: #80a799;
}

.color-5{
    background-color: #c1bfb4;
    p{
        color: #000;
    }
    h3{
        color: #000;
    }
}

.color-6{
    background-color: #749c7a;
}
.color-7{
    background-color: #8398cc;
}




.info-sidebar {
    position: fixed;
    top: 0;
    left: -265px; /* 350px - 85px (25% visible) */
    width: 350px;
    height: 100vh;
    background-color: #f4f2ed;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    transition: left 0.5s ease;
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
   
}

/* Default state - showing 25% (85px) */
.info-sidebar:not(.scrolled-out):not(.visible) {
    left: 0px;
}

/* Fully hidden state */
.info-sidebar.scrolled-out {
    left: -275px; /* Fully hidden */
}

/* Fully shown state */
.info-sidebar.visible {
    left: 0;
}

.info-sidebar-logo {
    width: 50px;
    margin-bottom: 50px;
}


.sidebar-header {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
   
}

.no-decoration {
    text-decoration: none;
    color: inherit; /* Optional: keeps text color consistent */
}

.close-sidebar-sy {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    
}

.close-sidebar-text {
    font-size: 12px;
    color: #333; /* Adjust color as needed */
    padding-right: 5px;
}

.close-sidebar {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: #333; /* Match with text color */
}

.line-info-box{
    margin: 10px 10px;
    opacity: 1;
}
.lets-go-btn {
    opacity: 0;
    background: #000;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 20%;
    transition: opacity 0.3s;

    height: 50px;
}

.sidebar-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.sidebar-content {
    margin-bottom: 20px;
    line-height: 1.6;
    transition: opacity 0.3s;
    opacity: 1;
    font-size: 12px;
}
.info-sidebar.scrolled-out .sidebar-content  {
    opacity: 0;
    pointer-events: none;
}

.info-sidebar.scrolled-out .info-box {
    opacity: 0;
    pointer-events: none;
}



.sidebar-vertical-label {
    position: absolute;
    right: 20px;
    top: 50%;
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateY(50%);
    font-size: 24px;
    letter-spacing: 2px;
    color: #333;
    transition: opacity 0.3s;
    opacity: 0;
}

/* Hide vertical label when sidebar is fully visible */
.info-sidebar.visible .sidebar-vertical-label {
    opacity: 0;
}

/* Hide info button when sidebar is scrolled out (fully hidden) */

.info-sidebar.scrolled-out .sidebar-vertical-label {
    opacity: 1;
    pointer-events: none;
}

.info-sidebar.scrolled-out .lets-go-btn {
opacity: 1;
pointer-events: click;
}

.info-sidebar.scrolled-out .line-info-box {
    opacity: 0;
    }
    

.info-container {
    display: flex;
    justify-content: end;
   width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    bottom: 0;
   
}

.info-box {
    flex: 1;
    padding: 5px;
    margin: 0 5px;
    border-radius: 5px;
    opacity: 1;
   
}


.info-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;

}

.info-content {
    font-size: 10px;
    color: #666;
    line-height: 1.6;
}



@media (max-width: 768px) {
    .info-container {
        flex-direction: column;
    }
    .info-box {
        margin: 10px 0;
    }
}

.sidebar-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 5px;
}

/* Content area adjustment */
.pf {
    width: calc(100% - 85px);
    margin-left: 85px;
    transition: margin-left 0.5s ease;
}

/* When sidebar is fully hidden */
.info-sidebar.scrolled-out ~ .pf {
    margin-left: 85px;
    width: calc(100% - 85px);
}

.work-img {
    width: 100%;
}

.row{
    display: flex;
}



/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none; /* Hidden by default on desktop */
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
    padding: 0;
}

.hamburger {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000000;
    transition: all 0.3s ease;
}

.hamburger::before {
    top: -8px;
    left: 0px;
}

.hamburger::after {
    bottom: -8px;
    left: 0px;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed5740;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-logo{
        height: 80px;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px;
        z-index: 999;
}

.mobile-menu-contact-value{
        color: #ffffff;
        font-size: 12px;
        line-height: 17px;
        width: 50%;
        padding-left: 15px;
        padding-bottom: 130px;
}

.mobile-nav {
    width: 45%;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    text-align: start;
}

.mobile-nav li {
    margin: 8px 0;
}

.mobile-nav a {
    color: #fff;
    font-size: 34px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
    transition: color 0.3s ease;
}

.mobile-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.mobile-nav a:hover::after {
    transform: scaleX(0);
    transform-origin: left;
}


/* Active state for mobile menu */
.mobile-menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-open .hamburger {
    background: transparent;
}

.mobile-menu-open .hamburger::before {
    transform: rotate(45deg);
    top: 0;
    background-color: #ffffff;
}

.mobile-menu-open .hamburger::after {
    transform: rotate(-45deg);
    bottom: 0;
    background-color: #ffffff;
}

/* Hide desktop nav on mobile */
@media (max-width: 991px) {
    nav:not(.mobile-nav) {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
}

/* Show desktop nav on larger screens */
@media (min-width: 992px) {
    .mobile-menu-overlay,
    .mobile-menu-toggle {
        display: none;
    }
    
    nav:not(.mobile-nav) {
        display: block;
    }
}



footer {
    background-color: #000;
    color: #fff;
    padding: 30px 20px 30px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.email-section-contact {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 15vh;
    padding: 0 2%;
    
}


.social-links {
    display: flex;
    flex-direction: column;
    gap:5px;
}

.social-link {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: opacity 0.3s;
}

.social-link:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}


@media (max-width: 576px) {


    .grid3a {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 0;
        width: 100%;
        margin: 0 auto;
    }

    .service3 p {

        padding-left: 0vw;
    
    }

    .service3 {
    padding: 30px 20px;
    border-radius: 0px;
    
}

    .work-video-7core{
        height: auto;
        width: 100vw;
        padding: 0 5vw;
        margin: 0;
        margin-top: 20vh;
        gap: 0;
        position: absolute;
       
    }
    .grid3 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 0;
        width: 100%;
        margin: 0 auto;
    }

    .color-1 h3{
        color: #ffffff;
    }
    

.color-2 h3{
    color: #ffffff;
}


.color-3 h3{
    color: #000000;
}


.color-4 h3{
color: #ffffff;
}

.color-6 h3{
    color: #ffffff;
    }


    .parallax-container
 {
    position: relative;
    height: 650px;
    overflow: hidden;
}
.about-bg{
    height: 100%;
}

.about-logo {
    position: absolute;
    top: 38%;
    margin-left: 35%;
    width: 40%;
    z-index: 66;
    transition: transform 0.1s ease-out;
}

.about-ill {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    z-index: 1;
    transition: transform 0.1s ease-out;
}

.text-fog-about {
    position: absolute;
    top: 25%;
    left: 20%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    z-index: 1;
    transition: transform 0.1s ease-out;
}


.section5{
    width: 100%;
    margin-left: 0%;
    padding: 20px 10px;
    h2{
        font-size: 30px;
        font-weight: 500;
    }
}

.social-links {
    display: flex
;
    flex-direction: row;
    gap: 5px;
}



.header {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.contat-container{
    position: absolute;
    margin:0 15%;
    width: 70%;
    height: 100vh;
    padding-top: 30%;
}

.fog-logo-page{
    height: 45px;
}

.logo-p {
    height: auto;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
    z-index: 999;
}

.logo {
    height: 250px;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
    z-index: 999;
}

.fog-logo{
    height: 60%;
}

.contact-ill{
    position: absolute;
    top: 35%;
    left: 0%;
    transform: translateX(0%);
    width: 100%;
    z-index: 1;
}
.email-section-contact{
    cursor: pointer;
    z-index: 1000;
    color: #000;
    bottom: 20vh;
  } 

  .email-section-contact:hover{
    .arrow-icon-contact {
       rotate: 0deg;
     }
  } 


  .email-text-contact {
    font-size: 3vw;
    margin-right: 15px;
    text-decoration: none ;
    

}
.arrow-icon-contact {
    width: 16px;
    filter: brightness(0);
    rotate: 45deg;
    transition: .2s ease-in-out;
 }



nav{
     z-index: 100;
}

nav ul li a {
        display: inline-flex;
        color: #000000;
        position: relative;
        transition-duration: 0.4s;
        overflow: hidden;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
}

.line{
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 3px;
    bottom: 5px;
}

.illustration_fog{
    padding: 20px 40px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom:5%;
    right: 0;
}

.text-fog-1{
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    position: absolute;
    left: 0%;
    top: 25%;
    bottom: 30%;
    padding: 20px 40px;
}

.small-text-fog-1{
    padding: 0px 40px;
    font-size: 9px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    bottom: 130px;
    left: 0;
    height: 20px;
}


.no-btn{
    font-size: 10px;
    position: relative;
    
}
.small-text-fog-3{
    font-size: 10px;
    line-height: 28px;
    color: #000000;
    position: relative;
  
}

.works-text{
    visibility: hidden;
}

.works{
   visibility: hidden;
   position:absolute;
   bottom: -120px;
   left: 0;
   padding: 0px 40px;
}
.menu-a{
    position: absolute;
    width: 100%;
    bottom: 0%;
}
.mobile-menu-email-section{
    padding: 15px;
    position: absolute;
    bottom: 0%;
    display: flex;
    .email-text{
        font-size: 15px;
    }
}


.mobile-menu-email-section:hover{
    .arrow-icon{
        rotate: 0deg;
      }
}


.w-box-1{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
    color: black;
}

.w-box-2{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 70px;
    left: 70px;
 
}

.w-box-3{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 140px;
    left: 145px;
}

.no-1{
    color: black;
    position: absolute;
    left: 40px;
    top: -20px;
    padding: 20px 0px;
    font-size: 10px;
    
}

.no-2{
    color: black;
    position: absolute;
    left: 110px;
    top: -20px;
    padding: 20px 0px;
    font-size: 10px;
}

.no-3{
    color: black;
    position: absolute;
    left: 190px;
    top: -20px;
    padding: 20px 0px;
    font-size: 10px;
}

.address{
    position: absolute;
    top: 45%;
    padding: 20px 40px;
    font-size: 9px;
    line-height: 11px;
    left: 0%;
    right: 0%;

}

.links{
    position: absolute;
    top: 45%;
    padding: 20px 10px;
    font-size: 8px;
    line-height: 13px;
    left: 50%;
    right: 5%;
}


.links a {
    position: relative;
    color: #000000;
    text-decoration: none; /* Removes the default underline */
    display: inline-block;
    margin-bottom: 6px;
  }
  
  /* Create an animated underline */
  .links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  /* Animate line on hover */
  .links a:hover::after {
    transform: scaleX(1);
  }
  

.btn-container{
    visibility: hidden;
}

.email-section {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  
  .email-text {
    font-size: 17px;
    margin-right: 15px;
    color: #fbe7ce;
    position: relative;
  }
  
  .arrow-icon{
      width: 22px;
      rotate: 45deg;
      transition: .2s ease-in-out;
   }
  
  /* Animated underline using pseudo-element */
  .email-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* space below the text */
    width: 100%;
    height: 2px;
    background-color: #fbe7ce;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  /* Trigger animation on parent hover */
  .email-section:hover .email-text::after {
    transform: scaleX(1);
  
  }
  .email-section:hover {
  .arrow-icon{
      rotate: 0deg;
   }
  }

  .service3 h3 {

    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}


        /* Form Container */
        .contact-form {
            border-radius: 10px;
            width: 90%;
            max-width: 600vw;
            padding: 10px;
            margin-left: 5%;
            margin-top: 10vh;
        }
        
        .form-title {
            color: #2c3e50;
            font-size: 18px;
            margin-bottom: 8px;
            text-align: center;
        }
        
        /* Form Elements */
        .form-group {
            margin-bottom: 1.1vh;
            position: relative;
        }
        
        .form-group label {
            display: block;
            color: #2c3e50;
            font-weight: 600;
            margin-bottom:5px;
            font-size: 12px;
        }
        
        .form-control {
            width: 100%;
            padding: 8px 2px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 10px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #ed5740;
    
        }
        
        textarea.form-control {
            min-height: 80px;
            resize: vertical;
        }
        
        /* Submit Button */
        .submit-btn {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .submit-btn:hover {
            background-color: #454545;
            transform: translateY(-2px);
        }
        




        

        

.info-sidebar {
    position: relative;
    top: 0;
    left: 0; /* 350px - 85px (25% visible) */
    width: 100%;
    height: auto;
    background-color: #f4f2ed;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    transition: left 0.5s ease;
    z-index: 1;
    padding: 20px;
    overflow-y: auto;
   
}

/* Default state - showing 25% (85px) */
.info-sidebar:not(.scrolled-out):not(.visible) {
    left: 0px;
}

/* Fully hidden state */
.info-sidebar.scrolled-out {
    left: 0px; /* Fully hidden */
}

/* Fully shown state */
.info-sidebar.visible {
    left: 0;
}

.info-sidebar-logo {
    width: 70px;
    margin-top: -50px;
}

.sidebar-footer {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.sidebar-header {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
   
}

.no-decoration {
    text-decoration: none;
    color: inherit; /* Optional: keeps text color consistent */
}

.close-sidebar-sy {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    visibility: visible;
    translate: 1px 100px;
}

.close-sidebar-text {
    font-size: 12px;
    color: #333; /* Adjust color as needed */
    padding-right: 5px;
}

.close-sidebar {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: #333; /* Match with text color */
}

.line-info-box{
    margin: 10px 10px;
    opacity: 1;
}
.lets-go-btn {
    opacity: 0;
    background: #000;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 20%;
    transition: opacity 0.3s;

    height: 50px;
}

.sidebar-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.sidebar-content {
    margin-bottom: 20px;
    line-height: 1.6;
    transition: opacity 0.3s;
    opacity: 1;
    font-size: 12px;
}
.info-sidebar.scrolled-out .sidebar-content  {
    opacity: 1;
    pointer-events: none;
}

.info-sidebar.scrolled-out .info-box {
    opacity: 1;
    pointer-events: none;
}



.sidebar-vertical-label {
    visibility: hidden;
    position: absolute;
    right: 20px;
    top: 50%;
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateY(50%);
    font-size: 24px;
    letter-spacing: 2px;
    color: #333;
    transition: opacity 0.3s;
    opacity: 1;
}

/* Hide vertical label when sidebar is fully visible */
.info-sidebar.visible .sidebar-vertical-label {
    opacity: 1;
}

/* Hide info button when sidebar is scrolled out (fully hidden) */

.info-sidebar.scrolled-out .sidebar-vertical-label {
    opacity: 1;
    pointer-events: none;
}

.info-sidebar.scrolled-out .lets-go-btn {
pointer-events: click;
visibility: hidden;
}

.info-sidebar.scrolled-out .line-info-box {
    opacity: 0;
    }
    

.info-container {
    display: flex;
    justify-content: end;
   width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    bottom: 0;
   
}

.info-box {
    flex: 1;
    padding: 5px;
    margin: 0 5px;
    border-radius: 5px;
    opacity: 1;
   
}


.info-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;

}

.info-content {
    font-size: 10px;
    color: #666;
    line-height: 1.6;
}
/* Content area adjustment */
.pf {
    width: calc(100% - 0px);
    margin-left: 0px;
    transition: margin-left 0.5s ease;
}

/* When sidebar is fully hidden */
.info-sidebar.scrolled-out ~ .pf {
    margin-left: 0px;
    width: calc(100% - 0px);
}

    .top-bottom-padding{

    padding-top: 0px;
    padding-bottom: 0px;
}    

}



  
 
  


@media (min-width: 576px) {


.header {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}




.logo {
    height: 250px;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
}

.fog-logo{
    height: 80%;
}


.contact-ill{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 1;
    transition: transform 0.1s ease-out;
}


nav ul li a {
        display: inline-flex;
        color: #000000;
        position: relative;
        transition-duration: 0.4s;
        overflow: hidden;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
}

.line{
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 3px;
    bottom: 5px;
}

.illustration_fog{
    padding: 20px 40px;
    width: 75%;
    height: auto;
    position: absolute;
    bottom: 80px;
    right: 0;
}

.text-fog-1{
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    position: absolute;
    left: 0%;
    top: 30%;
    bottom: 30%;
    padding: 20px 40px;
}

.small-text-fog-1{
    padding: 0px 40px;
    font-size: 9px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    bottom: 30%;
    left: 0;
    height: 80px;
}


.no-btn{
    font-size: 10px;
    position: relative;
    
}
.small-text-fog-3{
    font-size: 10px;
    line-height: 28px;
    color: #000000;
    position: relative;
  
}



.works{
   
   position:absolute;
   bottom: 100px;
   left: 0;
   padding: 0px 40px;
}


.w-box-1{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-2{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-3{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.no-1{
    color: #000;
    position: absolute;
    left: 110px;
    top: 0;
    padding: 20px 0px;
    font-size: 10px;
    
}

.no-2{
    position: absolute;
    left: 110px;
    top: 70px;
    padding: 20px 0px;
    font-size: 10px;
}

.no-3{
    position: absolute;
    left: 110px;
    top: 140px;
    padding: 20px 0px;
    font-size: 10px;
}

.address{
    position: absolute;
    bottom: 620px;
    padding: 20px 40px;
    font-size: 9px;
    line-height: 11px;
    left: 50%;
    right: 0%;

}

.links{
    position: absolute;
    bottom: 610px;
    padding: 20px 40px;
    font-size: 8px;
    line-height: 13px;
    left: 70%;
 
    right: 5%;
}


.links a {
    position: relative;
    color: #000000;
    text-decoration: none; /* Removes the default underline */
    display: inline-block;
    margin-bottom: 6px;
  }
  
  /* Create an animated underline */
  .links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  /* Animate line on hover */
  .links a:hover::after {
    transform: scaleX(1);
  }
  

.btn-container{
    visibility: hidden;
}



        /* Form Container */
        .contact-form {
            border-radius: 10px;
            width: 90%;
            max-width: 600vw;
            padding: 10px;
            margin-left: 5%;
          
        }
        
        .form-title {
            color: #2c3e50;
            font-size: 18px;
            margin-bottom: 8px;
            text-align: center;
        }
        
        /* Form Elements */
        .form-group {
            margin-bottom: 1.1vh;
            position: relative;
        }
        
        .form-group label {
            display: block;
            color: #2c3e50;
            font-weight: 600;
            margin-bottom:5px;
            font-size: 12px;
        }
        
        .form-control {
            width: 100%;
            padding: 8px 2px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 10px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #ed5740;
    
        }
        
        textarea.form-control {
            min-height: 80px;
            resize: vertical;
        }
        
        /* Submit Button */
        .submit-btn {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 30%;
        }
        
        .submit-btn:hover {
            background-color: #454545;
            transform: translateY(-2px);
        }
        

   
  }
  
  
  @media (min-width: 768px) {
    

       

.header {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}




.logo {
    height: 250px;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
}

.fog-logo{
    height: 80%;
}


nav ul li a {
        display: inline-flex;
        color: #000000;
        position: relative;
        transition-duration: 0.4s;
        overflow: hidden;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
}

.line{
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 3px;
    bottom: 5px;
}

.illustration_fog{
    padding: 20px 40px;
    width: 75%;
    height: auto;
    position: absolute;
    bottom: 80px;
    right: 0;
}

.text-fog-1{
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    position: absolute;
    left: 0%;
    top: 30%;
    bottom: 30%;
    padding: 20px 40px;
}

.small-text-fog-1{
    padding: 0px 40px;
    font-size: 9px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    bottom: 30%;
    left: 0;
    height: 80px;
}


.no-btn{
    font-size: 10px;
    position: relative;
    
}
.small-text-fog-3{
    font-size: 10px;
    line-height: 28px;
    color: #000000;
    position: relative;
  
}



.works{
   
   position:absolute;
   bottom: 100px;
   left: 0;
   padding: 0px 40px;
}


.w-box-1{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-2{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-3{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.no-1{
    color: #000;
    position: absolute;
    left: 110px;
    top: 0;
    padding: 20px 0px;
    font-size: 10px;
    
}

.no-2{
    position: absolute;
    left: 110px;
    top: 70px;
    padding: 20px 0px;
    font-size: 10px;
}

.no-3{
    position: absolute;
    left: 110px;
    top: 140px;
    padding: 20px 0px;
    font-size: 10px;
}

.address{
    position: absolute;
    bottom: 620px;
    padding: 20px 40px;
    font-size: 9px;
    line-height: 11px;
    left: 50%;
    right: 0%;

}

.links{
    position: absolute;
    bottom: 610px;
    padding: 20px 40px;
    font-size: 8px;
    line-height: 13px;
    left: 70%;
 
    right: 5%;
}


.links a {
    position: relative;
    color: #000000;
    text-decoration: none; /* Removes the default underline */
    display: inline-block;
    margin-bottom: 6px;
  }
  
  /* Create an animated underline */
  .links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  /* Animate line on hover */
  .links a:hover::after {
    transform: scaleX(1);
  }
  

.btn-container{
    visibility: hidden;
}



        /* Form Container */
        .contact-form {
            border-radius: 10px;
            width: 90%;
            max-width: 600vw;
            padding: 10px;
            margin-left: 5%;
          
        }
        
        .form-title {
            color: #2c3e50;
            font-size: 18px;
            margin-bottom: 8px;
            text-align: center;
        }
        
        /* Form Elements */
        .form-group {
            margin-bottom: 1.1vh;
            position: relative;
        }
        
        .form-group label {
            display: block;
            color: #2c3e50;
            font-weight: 600;
            margin-bottom:5px;
            font-size: 12px;
        }
        
        .form-control {
            width: 100%;
            padding: 8px 2px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 10px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #ed5740;
    
        }
        
        textarea.form-control {
            min-height: 80px;
            resize: vertical;
        }
        
        /* Submit Button */
        .submit-btn {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 30%;
        }
        
        .submit-btn:hover {
            background-color: #454545;
            transform: translateY(-2px);
        }
        
    
  }


  @media (min-width: 820px) {
    

    .header {
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 20px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 100;
    }
    
    
    
    
    .logo {
        height: 250px;
        position: absolute;
        top: 0%;
        padding: 20px 20px;
        left: 20px;
    }
    
    .fog-logo{
        height: 80%;
    }
    
    
    nav ul li a {
            display: inline-flex;
            color: #000000;
            position: relative;
            transition-duration: 0.4s;
            overflow: hidden;
            font-size: 20px;
            font-weight: 400;
            text-decoration: none;
    }
    
    .line{
        position: absolute;
        background-color: #000000;
        width: 100%;
        height: 3px;
        bottom: 5px;
    }
    
    .illustration_fog{
        padding: 20px 40px;
        width: 75%;
        height: auto;
        position: absolute;
        bottom: 220px;
        right: 0;
    }
    
    .text-fog-1{
        font-size: 20px;
        line-height: 21px;
        color: #000000;
        position: absolute;
        left: 0%;
        top: 30%;
        bottom: 30%;
        padding: 20px 40px;
    }
    
    .small-text-fog-1{
        padding: 0px 40px;
        font-size: 9px;
        line-height: 28px;
        color: #000000;
        position: absolute;
        bottom: 30%;
        left: 0;
        height: 160px;
    }
    
    
    .no-btn{
        font-size: 10px;
        position: relative;
        
    }
    .small-text-fog-3{
        font-size: 10px;
        line-height: 28px;
        color: #000000;
        position: relative;
      
    }
    
    
    
    .works{
       
       position:absolute;
       bottom: 220px;
       left: 0;
       padding: 0px 40px;
    }
    
    
    .w-box-1{
        position: relative;
        height: 50px;
        width: 55px;
        border: #000000 ;
        border-width: 1px;
        border-style: solid;
        background-color: antiquewhite;
        margin: 20px 0px;
        bottom: 0px;
        left: 0px;
    }
    
    .w-box-2{
        position: relative;
        height: 50px;
        width: 55px;
        border: #000000 ;
        border-width: 1px;
        border-style: solid;
        background-color: antiquewhite;
        margin: 20px 0px;
        bottom: 0px;
        left: 0px;
    }
    
    .w-box-3{
        position: relative;
        height: 50px;
        width: 55px;
        border: #000000 ;
        border-width: 1px;
        border-style: solid;
        background-color: antiquewhite;
        margin: 20px 0px;
        bottom: 0px;
        left: 0px;
    }
    
    .no-1{
        color: #000;
        position: absolute;
        left: 110px;
        top: 0;
        padding: 20px 0px;
        font-size: 10px;
        
    }
    
    .no-2{
        position: absolute;
        left: 110px;
        top: 70px;
        padding: 20px 0px;
        font-size: 10px;
    }
    
    .no-3{
        position: absolute;
        left: 110px;
        top: 140px;
        padding: 20px 0px;
        font-size: 10px;
    }
    
    .address{
        position: absolute;
        bottom: 720px;
        padding: 20px 40px;
        font-size: 9px;
        line-height: 11px;
        left: 50%;
        right: 0%;
    
    }
    
    .links{
        position: absolute;
        bottom: 710px;
        padding: 20px 40px;
        font-size: 8px;
        line-height: 13px;
        left: 70%;
     
        right: 5%;
    }
    
    
    .links a {
        position: relative;
        color: #000000;
        text-decoration: none; /* Removes the default underline */
        display: inline-block;
        margin-bottom: 6px;
      }
      
      /* Create an animated underline */
      .links a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
      }
      
      /* Animate line on hover */
      .links a:hover::after {
        transform: scaleX(1);
      }
      
    
    
    .btn-container{
        visibility: hidden;
    }
        
      }
    




      @media (min-width: 1024px) and (max-height: 600px){
  

        
    .fog-logo-page{
        height: 45px;
    }


        .contat-container{
            position: absolute;
            margin:0 15%;
            width: 70%;
            height: 100vh;
            padding-top: 12%;
        }
    
        .text-contact{
            padding-top: 10%;
            font-size: 12px;
            left: 0%;
            font-weight: 500;
            padding: 2% ;
            position: absolute;
        }
    
        .links-contact-value{
            font-size: 12px;
            font-weight: 500;
            text-align: right;
            color: #242424;
            line-height: 15px;
            text-decoration: none;
            padding: 2%; 
            right: 0;
            position: absolute;
        }
    
        .text-contact-1{
            font-size: 12px;
            left: 0;
            bottom: 8vh;
            font-weight: 500;
            position: absolute;
            padding: 2%;
        }
    
        .links-contact-value-1{
            font-size: 12px;
            font-weight: 500;
            text-align: right;
            color: #242424;
            line-height: 13px;
            text-decoration: none;
            bottom: 8vh;
            right: 0;
            padding: 2%;
            position: absolute;
        }
    
        hr.line-contact-2 {
            position: absolute;
            border: 1px solid #242424;
            bottom: 8vh;
            width: 100%;
          }
    
        .links-contact-value-1 a{
        
            color: #242424;
    
            text-decoration: none;
        }
    
    
        hr.line-contact-1 {
            border: 1px solid #242424;
          }
    
    
          .email-section-contact{
            cursor: pointer;
            z-index: 1000;
            color: #000;
          } 
    
          .email-section-contact:hover{
            .arrow-icon-contact {
               rotate: 0deg;
             }
          } 
    
        
          .email-text-contact {
            font-size: 3.3vw;
            margin-right: 25px;
            text-decoration: none ;
            
        
        }
        .arrow-icon-contact {
            width: 25px;
            filter: brightness(0);
            rotate: 45deg;
            transition: .2s ease-in-out;
         }
    
      
    
    
         .contact-ill{
            position: absolute;
            top: 25%;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
            transition: transform 0.1s ease-out;
        }
    
   

.header {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}




.logo {
    height: 250px;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
}

.fog-logo{
    height: 80%;
}




nav {
    padding: 20px 40px;
    top: 0;
    position: absolute;
    right: 0;
}

nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin-left: 40px;
    position: relative;
}

nav ul li a {
    display: inline-block;
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    height: 28px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    padding-right: 2px;
}

.about{
   margin-right: 480px;
}

/* Reduce spacing between letters */
.word {
    display: inline-block;
    white-space: nowrap;
    letter-spacing: -3px; /* Tight but not overlapping */
}

/* Make sure each letter has no padding/margin */
.word span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    transition: transform 0.4s ease;
}

/* Double declaration cleanup */
.word span::after {
    content: attr(data-letter);
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
    color: #000;
}

.line {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 2px;
    bottom: 0;
    transform-origin: left center;
    transition: transform 0.4s ease;
    transform: scaleX(0);
}

/* Hover effects */
nav ul li a:hover .word span {
    transform: translateY(-100%);
}

nav ul li a:hover .line {
    transform: scaleX(1);
}

/* Optional: remove unused nav-li classes if not doing custom alignment */
.nav-li-1,
.nav-li-2,
.nav-li-3,
.nav-li-4 {
    right: 0px;
    top: 0px;}



.illustration_fog{
    padding: 20px 40px;
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.text-fog-1{
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    position: absolute;
    left: 20%;
    top: 54%;
    bottom: 30%;
   
}

.small-text-fog-1{
    padding: 0px 40px;
    font-size: 9px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    bottom: 30%;
    left: 0;
    height: 100px;
}

.btn-container{
    display: flex;
    position: absolute;
    align-items: center;
    left: 60%;
    top: 25%;
    height: 50px;
    visibility: visible;
}

.circle-1 {
    position: relative;
    left: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    
    transition:  0.2s ease-out ;
    
}

.circle-1::before {
    border: 0.1px solid #ffffff;
   
}
.circle-1:hover{
    stroke-opacity: 1;
    border: 1px solid #000000;
    width: 35px;
    height: 35px;
}


.circle-1::after{
    stroke-opacity: 1;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
}



.circle-2 {
    position: relative;
    left: 60px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    
    transition:  0.2s ease-out ;
    
}

.circle-2::before {
    border: 0.1px solid #ffffff;
   
}
.circle-2:hover{
    stroke-opacity: 1;
    border: 1px solid #000000;
    width: 35px;
    height: 35px;
}


.circle-2::after{
    stroke-opacity: 1;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
}


.no-btn{
    font-size: 10px;
    position: relative;
    
}
.small-text-fog-3{
    font-size: 10px;
    line-height: 28px;
    color: #000000;
    position: relative;
  
}



.works{
   
   position:absolute;
   bottom: 0;
   left: 0;
   padding: 0px 40px;
}


.w-box-1{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-2{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-3{
    position: relative;
    height: 50px;
    width: 55px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.no-1{
    position: absolute;
    left: 110px;
    top: 0;
    padding: 20px 0px;
    font-size: 10px;
    
}

.no-2{
    position: absolute;
    left: 110px;
    top: 70px;
    padding: 20px 0px;
    font-size: 10px;
}

.no-3{
    position: absolute;
    left: 110px;
    top: 140px;
    padding: 20px 0px;
    font-size: 10px;
}

.address{
    position: absolute;
    bottom: 8px;
    padding: 20px 40px;
    font-size: 9px;
    line-height: 11px;
    left: 20%;
    right: 0%;
}

.links{
    position: absolute;
    bottom: 0;
    padding: 20px 40px;
    font-size: 8px;
    line-height: 13px;
    left: 35%;
    
}


.links a {
    position: relative;
    color: #000000;
    text-decoration: none; /* Removes the default underline */
    display: inline-block;
    margin-bottom: 6px;
  }
  
  /* Create an animated underline */
  .links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  /* Animate line on hover */
  .links a:hover::after {
    transform: scaleX(1);
  }
  

.text-fog-1, .small-text-fog-1, .btn-container, .works, .address, .links, .illustration_fog, .w-box-3, .w-box-2, .no-1, .no-2, .no-3, .logo, .nav-li-1, .nav-li-2, .nav-li-3, .nav-li-4{
    transition: all 0.5s ease;
}

/* Alternate layout (when circle-1 is clicked) */
.layout-alternate .logo {
    height: 280px;
    position: absolute;
    top: 0%;
    padding: 20px 0px;
    left: 55%;
 }
 .layout-alternate .text-fog-1{
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 30%;
   
}

 .layout-alternate nav ul li {
    margin-left: 10px;
    position: relative;
}

 .layout-alternate .nav-li-1{
    right: -360px;
    top: 0px;
    padding: 20px 20px ;
}

.layout-alternate .nav-li-2{
    right: -260px;
    top: 50px;
    padding: 20px 20px ;
    
}

.layout-alternate .nav-li-3{
    right: -30px;
    top: 150px;
    padding: 20px 20px ;
}

.layout-alternate .nav-li-4{
    right: -155px;
    top: 100px;
    padding: 20px 20px ;
}

.layout-alternate .small-text-fog-1 {
    bottom: 18%;
    left: 0%;
    height: 60px;
}

.layout-alternate .btn-container {
    left: 0%;
    top: 25%;
    margin: 20px 40px;
    visibility: visible;
}

.layout-alternate .works {
    left: 0%;
    bottom: -170px;
}

.layout-alternate .w-box-1 {
    left: 0px;
    bottom: 30px;
}

.layout-alternate .w-box-2 {
    left: 70px;
    bottom: 100px;
}


.layout-alternate .w-box-3 {
    left: 140px;
    bottom: 170px;
    
}


.layout-alternate .no-1{
    color: #000;
    left: 40px;
    top: -50px;
}

.layout-alternate .no-2{
    left: 110px;
    top: -50px;
}

.layout-alternate .no-3{
    left: 180px;
    top: -50px;
}

.layout-alternate .address {
    left: 80%;
    bottom: 0%;
    right: 0%;
}

.layout-alternate .links {
    left: 80%;
    bottom: 15%;
}

.layout-alternate .illustration_fog {
    width: 44%;
    right: 15%;
}
      


 }




 /* Medium Devices (Tablets, 577px to 767px) */
@media (min-width: 577px) and (max-width: 767px) {
    /* Tablet-specific overrides */
    .logo {
        height: 250px;
        position: absolute;
        top: 0%;
        padding: 20px 20px;
        left: 20px;
        z-index: 999;
    }
    
    .fog-logo{
        height: 100%;
    }
    
    .fog-logo-page{
        height: 60px;
    }
    /* Adjust layout for larger tablets */

    .email-section-contact{
        cursor: pointer;
        z-index: 1000;
        color: #000;
        bottom: 20vh;
      } 

      .email-section-contact:hover{
        .arrow-icon-contact {
           rotate: 0deg;
         }
      } 

    
      .email-text-contact {
        font-size: 3.1vw;
        margin-right: 25px;
        text-decoration: none ;
        
    
    }
    .arrow-icon-contact {
        width: 20px;
        filter: brightness(0);
        rotate: 45deg;
        transition: .2s ease-in-out;
     }

  


     .contact-ill{
        position: absolute;
        top: 33%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }

    .contat-container{
        position: absolute;
        margin:0 15%;
        width: 70%;
        height: 100vh;
        padding-top: 20%;
    }

    .text-contact{
        padding-top: 10%;
        font-size: 12px;
        left: 0%;
        font-weight: 500;
        padding: 2% ;
        position: absolute;
    }

    .links-contact-value{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 15px;
        text-decoration: none;
        padding: 2%; 
        right: 0;
        position: absolute;
    }

    .text-contact-1{
        font-size: 12px;
        left: 0;
        bottom: 8vh;
        font-weight: 500;
        position: absolute;
        padding: 2%;
    }

 
    .links-contact-value-1{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 13px;
        text-decoration: none;
        bottom: 8vh;
        right: 0;
        padding: 2%;
        position: absolute;
    }


    .link-underline-hover {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #000;
      }
      
      .value-1-line {
        height: 1px;
        background-color: #000;
        border: none;
        width: 100%;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        margin-top: 1px;
      }
      
      /* Hover animation */
      .link-underline-hover:hover .value-1-line {
        transform: scaleX(1);
      }

    hr.line-contact-2 {
        position: absolute;
        border: 1px solid #242424;
        bottom: 8vh;
        width: 100%;
      }

    .links-contact-value-1 a{
    
        color: #242424;

        text-decoration: none;
    }


    hr.line-contact-1 {
        border: 1px solid #242424;
      }


       
      .email-section {
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
      }
      
      .email-text {
        font-size: 28px;
        margin-right: 15px;
        color: #fbe7ce;
        position: relative;
      }
      
      .arrow-icon{
          width: 25px;
          rotate: 45deg;
          transition: .2s ease-in-out;
       }
      
      /* Animated underline using pseudo-element */
      .email-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px; /* space below the text */
        width: 100%;
        height: 2px;
        background-color: #fbe7ce;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
      }
      
      /* Trigger animation on parent hover */
      .email-section:hover .email-text::after {
        transform: scaleX(1);
      
      }
      .email-section:hover {
      .arrow-icon{
          rotate: 0deg;
       }
      }


      
        /* Form Container */
        .contact-form {
            border-radius: 10px;
            width: 90%;
            max-width: 600vw;
            padding: 10px;
            margin-left: 5%;
          
        }
        
        .form-title {
            color: #2c3e50;
            font-size: 18px;
            margin-bottom: 8px;
            text-align: center;
        }
        
        /* Form Elements */
        .form-group {
            margin-bottom: 1.1vh;
            position: relative;
        }
        
        .form-group label {
            display: block;
            color: #2c3e50;
            font-weight: 600;
            margin-bottom:5px;
            font-size: 12px;
        }
        
        .form-control {
            width: 100%;
            padding: 8px 2px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 10px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #ed5740;
    
        }
        
        textarea.form-control {
            min-height: 80px;
            resize: vertical;
        }
        
        /* Submit Button */
        .submit-btn {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 30%;
        }
        
        .submit-btn:hover {
            background-color: #454545;
            transform: translateY(-2px);
        }
        

  }
  


    
 @media (min-width: 768px) and (max-width: 991px) {

    .logo {
        height: 250px;
        position: absolute;
        top: 0%;
        padding: 20px 20px;
        left: 20px;
        z-index: 999;
    }

    .logo-p {
        height: auto;
        position: absolute;
        top: 0%;
        padding: 20px 20px;
        left: 20px;
        z-index: 999;
    }

    .parallax-container {
        position: relative;
        height: 82vh;
        overflow: hidden;
    }
    
    .fog-logo{
        height: 100%;
    }
    
    .fog-logo-page{
        height: 60px;
    }
    /* Adjust layout for larger tablets */

    .email-section-contact{
        cursor: pointer;
        z-index: 1000;
        color: #000;
      } 

      .email-section-contact:hover{
        .arrow-icon-contact {
           rotate: 0deg;
         }
      } 

    
      .email-text-contact {
        font-size: 3.3vw;
        margin-right: 25px;
        text-decoration: none ;
        
    
    }
    .arrow-icon-contact {
        width: 25px;
        filter: brightness(0);
        rotate: 45deg;
        transition: .2s ease-in-out;
     }

  


     .contact-ill{
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }

    .contat-container{
        position: absolute;
        margin:0 15%;
        width: 70%;
        height: 100vh;
        padding-top: 12%;
    }

    .text-contact{
        padding-top: 10%;
        font-size: 12px;
        left: 0%;
        font-weight: 500;
        padding: 2% ;
        position: absolute;
    }

    .links-contact-value{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 15px;
        text-decoration: none;
        padding: 2%; 
        right: 0;
        position: absolute;
    }

    .text-contact-1{
        font-size: 12px;
        left: 0;
        bottom: 8vh;
        font-weight: 500;
        position: absolute;
        padding: 2%;
    }

   

    .links-contact-value-1{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 13px;
        text-decoration: none;
        bottom: 8vh;
        right: 0;
        padding: 2%;
        position: absolute;
    }


    .link-underline-hover {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #000;
      }
      
      
      .email-section {
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
      }
      
      .email-text {
        font-size: 32px;
        margin-right: 15px;
        color: #fbe7ce;
        position: relative;
      }
      
      .arrow-icon{
          width: 32px;
          rotate: 45deg;
          transition: .2s ease-in-out;
       }
      
      /* Animated underline using pseudo-element */
      .email-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px; /* space below the text */
        width: 100%;
        height: 2px;
        background-color: #fbe7ce;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
      }
      
      /* Trigger animation on parent hover */
      .email-section:hover .email-text::after {
        transform: scaleX(1);
      
      }
      .email-section:hover {
      .arrow-icon{
          rotate: 0deg;
       }
      }

      .value-1-line {
        height: 1px;
        background-color: #000;
        border: none;
        width: 100%;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        margin-top: 1px;
      }
      
      /* Hover animation */
      .link-underline-hover:hover .value-1-line {
        transform: scaleX(1);
      }
      
      .value-1-line {
        height: 1px;
        background-color: #000;
        border: none;
        width: 100%;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        margin-top: 1px;
      }
      
      /* Hover animation */
      .link-underline-hover:hover .value-1-line {
        transform: scaleX(1);
      }


    hr.line-contact-1 {
        border: 1px solid #242424;
      }

      .work-video-7core{
        height: auto;
        width: 100vw;
        padding: 0 12vw;
        margin: 0;
        margin-top: 10vh;
        gap: 0;
        position: absolute;
       
    }


        /* Form Container */
        .contact-form {
            border-radius: 10px;
            width: 90%;
            max-width: 600vw;
            padding: 40px;
            margin-left: 5%;
            margin-top: 10vh;
          
        }
        
        .form-title {
            color: #2c3e50;
            font-size: 18px;
            margin-bottom: 8px;
            text-align: center;
        }
        
        /* Form Elements */
        .form-group {
            margin-bottom: 1.1vh;
            position: relative;
        }
        
        .form-group label {
            display: block;
            color: #2c3e50;
            font-weight: 600;
            margin-bottom:5px;
            font-size: 12px;
        }
        
        .form-control {
            width: 100%;
            padding: 8px 2px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 10px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #ed5740;
    
        }
        
        textarea.form-control {
            min-height: 80px;
            resize: vertical;
        }
        
        /* Submit Button */
        .submit-btn {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 30%;
        }
        
        .submit-btn:hover {
            background-color: #454545;
            transform: translateY(-2px);
        }
        


  }


 @media (min-width: 992px) and (max-width: 1199px) {

    .parallax-container {
        position: relative;
        height: 1180px;
        overflow: hidden;
    }

    .info-sidebar-logo {
        width: 50px;
        margin-bottom: 10px;
    }
    
.sidebar-content
 {
    margin-bottom:5px;
    line-height: 1.2;
    transition: opacity 0.3s;
    opacity: 1;
    font-size: 11px;
}

.logo-p {
    height: auto;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
    z-index: 999;
}

.logo {
    height: 250px;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
    z-index: 999;
}

.fog-logo{
    height: 100%;
}

.fog-logo-page{
    height: 60px;
}



    .email-section-contact{
        cursor: pointer;
        z-index: 1000;
        color: #000;
      } 

      .email-section-contact:hover{
        .arrow-icon-contact {
           rotate: 0deg;
         }
      } 

    
      .email-text-contact {
        font-size: 3.3vw;
        margin-right: 25px;
        text-decoration: none ;
        
    
    }
    .arrow-icon-contact {
        width: 25px;
        filter: brightness(0);
        rotate: 45deg;
        transition: .2s ease-in-out;
     }

  


     .contact-ill{
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        width: 65vh;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }


    
.header {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}



.logo {
    height: 250px;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
    z-index: 999;
}

.fog-logo{
    height: 100%;
}



nav {
    padding: 20px 40px;
    top: 0;
    position: absolute;
    right: 0;
}

nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin-left: 40px;
    position: relative;
}

nav ul li a {
    display: inline-block;
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    height: 35px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    padding-right: 2px;
}

.about{
   margin-right: 420px;
}


.word {
    display: inline-block;
    white-space: nowrap;
    letter-spacing: -3px; /* Tight but not overlapping */
}

      
.email-section {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  
  .email-text {
    font-size: 40px;
    margin-right: 15px;
    color: #fbe7ce;
    position: relative;
  }
  
  .arrow-icon{
      width: 35px;
      rotate: 45deg;
      transition: .2s ease-in-out;
   }
  
  /* Animated underline using pseudo-element */
  .email-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* space below the text */
    width: 100%;
    height: 2px;
    background-color: #fbe7ce;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  /* Trigger animation on parent hover */
  .email-section:hover .email-text::after {
    transform: scaleX(1);
  
  }
  .email-section:hover {
  .arrow-icon{
      rotate: 0deg;
   }
  }


.links-contact-value-1{
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    color: #242424;
    line-height: 13px;
    text-decoration: none;
    bottom: 8vh;
    right: 0;
    padding: 2%;
    position: absolute;
}


.link-underline-hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
  }
  
  .value-1-line {
    height: 1px;
    background-color: #000;
    border: none;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    margin-top: 1px;
  }
  
  /* Hover animation */
  .link-underline-hover:hover .value-1-line {
    transform: scaleX(1);
  }


  .work-video-7core{
    height: auto;
    width: 100vw;
    padding: 0 12vw;
    margin: 0;
    margin-top: 10vh;
    gap: 0;
    position: absolute;
   
}


.contat-container{
    position: absolute;
    margin:0 15%;
    width: 70%;
    height: 100vh;
    padding-top: 8%;
}

        /* Form Container */
        .contact-form {
            border-radius: 10px;
            width: 90%;
            max-width: 600vw;
            padding: 10px;
            margin-left: 5%;
            margin-top: 12vh;
        }
        
        .form-title {
            color: #2c3e50;
            font-size: 18px;
            margin-bottom: 8px;
            text-align: center;
        }
        
        /* Form Elements */
        .form-group {
            margin-bottom: 1.1vh;
            position: relative;
        }
        
        .form-group label {
            display: block;
            color: #2c3e50;
            font-weight: 600;
            margin-bottom:5px;
            font-size: 12px;
        }
        
        .form-control {
            width: 100%;
            padding: 8px 2px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 10px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #ed5740;
    
        }
        
        textarea.form-control {
            min-height: 80px;
            resize: vertical;
        }
        
        /* Submit Button */
        .submit-btn {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 30%;
        }
        
        .submit-btn:hover {
            background-color: #454545;
            transform: translateY(-2px);
        }
        
   


  }



  @media (min-width: 1200px) {
  

    .info-sidebar {
        position: fixed;
        top: 0;
        left: -265px; /* 350px - 85px (25% visible) */
        width: 350px;
        height: 100vh;
        background-color: #f4f2ed;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        transition: left 0.5s ease;
        z-index: 1000;
        padding: 20px;
        overflow-y: auto;
      
    }


    .parallax-container {
        position: relative;
        height: 1480px;
        overflow: hidden;
    }
    
    .fog-logo-page{
        height: 60px;
    }

    .logo-p {
        height: auto;
        position: absolute;
        top: 0%;
        padding: 20px 20px;
        left: 20px;
        z-index: 999;
    }
    
    .contat-container{
        position: absolute;
        margin:0 15%;
        width: 70%;
        height: 100vh;
        padding-top: 5%;
    }

    .text-contact{
        padding-top: 10%;
        font-size: 12px;
        left: 0%;
        font-weight: 500;
        padding: 2% ;
        position: absolute;
    }

    .links-contact-value{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 15px;
        text-decoration: none;
        padding: 2%; 
        right: 0;
        position: absolute;
    }

    .text-contact-1{
        font-size: 12px;
        left: 0;
        bottom: 8vh;
        font-weight: 500;
        position: absolute;
        padding: 2%;
    }

    .links-contact-value-1{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 13px;
        text-decoration: none;
        bottom: 8vh;
        right: 0;
        padding: 2%;
        position: absolute;
    }


    .link-underline-hover {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #000;
      }
      
      .value-1-line {
        height: 1px;
        background-color: #000;
        border: none;
        width: 100%;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        margin-top: 1px;
      }
      
      /* Hover animation */
      .link-underline-hover:hover .value-1-line {
        transform: scaleX(1);
      }
      

      
    hr.line-contact-2 {
        position: absolute;
        border: 1px solid #242424;
        bottom: 8vh;
        width: 100%;
      }

    .links-contact-value-1 a{
    
        color: #242424;

        text-decoration: none;
    }


    hr.line-contact-1 {
        border: 1px solid #242424;
      }



.email-section {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.email-text {
  font-size: 40px;
  margin-right: 15px;
  color: #fbe7ce;
  position: relative;
}

.arrow-icon{
    width: 35px;
    rotate: 45deg;
    transition: .2s ease-in-out;
 }

/* Animated underline using pseudo-element */
.email-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; /* space below the text */
  width: 100%;
  height: 2px;
  background-color: #fbe7ce;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* Trigger animation on parent hover */
.email-section:hover .email-text::after {
  transform: scaleX(1);

}
.email-section:hover {
.arrow-icon{
    rotate: 0deg;
 }
}


      .email-section-contact{
        cursor: pointer;
        z-index: 1000;
        color: #000;
       
      } 

      .email-section-contact:hover{
        .arrow-icon-contact {
           rotate: 0deg;
         }
      } 

    
      .email-text-contact {
        font-size: 3.3vw;
        margin-right: 25px;
        text-decoration: none ;
        
    
    }
    .arrow-icon-contact {
        width: 25px;
        filter: brightness(0);
        rotate: 45deg;
        transition: .2s ease-in-out;
     }

  


     .contact-ill{
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }



.header {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}




.logo {
    height: 250px;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
    z-index: 999;
}

.fog-logo{
    height: 100%;
}




nav {
    padding: 20px 40px;
    top: 0;
    position: absolute;
    right: 0;
}

nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin-left: 40px;
    position: relative;
}

nav ul li a {
    display: inline-block;
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    height: 35px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    padding-right: 2px;
}

.about{
   margin-right: 600px;
}

/* Reduce spacing between letters */
.word {
    display: inline-block;
    white-space: nowrap;
    letter-spacing: -3px; /* Tight but not overlapping */
}

/* Make sure each letter has no padding/margin */
.word span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    transition: transform 0.4s ease;
}

/* Double declaration cleanup */
.word span::after {
    content: attr(data-letter);
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
    color: #000;
}

.line {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 2px;
    bottom: 0;
    transform-origin: left center;
    transition: transform 0.4s ease;
    transform: scaleX(0);
}

/* Hover effects */
nav ul li a:hover .word span {
    transform: translateY(-100%);
}

nav ul li a:hover .line {
    transform: scaleX(1);
}

/* Optional: remove unused nav-li classes if not doing custom alignment */
.nav-li-1,
.nav-li-2,
.nav-li-3,
.nav-li-4 {
    right: 0px;
    top: 0px;
}




.illustration_fog{
    padding: 20px 40px;
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}



.text-fog-1{
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    left: 20%;
    top: 55%;
    bottom: 30%;
   
}

.small-text-fog-1{
    padding: 0px 40px;
    font-size: 10px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    bottom: 30%;
    left: 0;
    height: 112px;
}

.btn-container{
    display: flex;
    position: absolute;
    align-items: center;
    left: 60%;
    top: 25%;
    height: 50px;
    visibility: visible;
}

.circle-1 {
    position: relative;
    left: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    
    transition:  0.2s ease-out ;
    
}

.circle-1::before {
    border: 0.1px solid #ffffff;
   
}
.circle-1:hover{
    stroke-opacity: 1;
    border: 1px solid #000000;
    width: 35px;
    height: 35px;
}


.circle-1::after{
    stroke-opacity: 1;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
}



.circle-2 {
    position: relative;
    left: 60px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    
    transition:  0.2s ease-out ;
    
}

.circle-2::before {
    border: 0.1px solid #ffffff;
   
}
.circle-2:hover{
    stroke-opacity: 1;
    border: 1px solid #000000;
    width: 35px;
    height: 35px;
}


.circle-2::after{
    stroke-opacity: 1;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
}


.no-btn{
    font-size: 10px;
    position: relative;
    
}
.small-text-fog-3{
    font-size: 10px;
    line-height: 28px;
    color: #000000;
    position: relative;
  
}



.works{
   
   position:absolute;
   bottom: 0;
   left: 0;
   padding: 0px 40px;
}


.w-box-1{
    position: relative;
    height: 70px;
    width: 75px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-2{
    position: relative;
    height: 70px;
    width: 75px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-3{
    position: relative;
    height: 70px;
    width: 75px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.no-1{
    color: #000;
    position: absolute;
    left: 130px;
    top: 0;
    padding: 20px 0px;
    font-size: 10px;
    
}

.no-2{
    position: absolute;
    left: 130px;
    top: 90px;
    padding: 20px 0px;
    font-size: 10px;
}

.no-3{
    position: absolute;
    left: 130px;
    top: 180px;
    padding: 20px 0px;
    font-size: 10px;
}

.address{
    position: absolute;
    bottom: 0;
    padding: 20px 40px;
    font-size: 10px;
    line-height: 13px;
    left: 20%;
    right: 0%;
}

.links{
    position: absolute;
    bottom: 0;
    padding: 20px 40px;
    font-size: 8px;
    line-height: 13px;
    left: 35%;
    
}

.links a {
    position: relative;
    color: #000000;
    text-decoration: none; /* Removes the default underline */
    display: inline-block;
    margin-bottom: 6px;
  }
  
  /* Create an animated underline */
  .links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  /* Animate line on hover */
  .links a:hover::after {
    transform: scaleX(1);
  }
  

.text-fog-1, .small-text-fog-1, .btn-container, .works, .address, .links, .illustration_fog, .w-box-3, .w-box-2, .no-1, .no-2, .no-3, .logo, .nav-li-1, .nav-li-2, .nav-li-3, .nav-li-4 {
    transition: all 0.5s ease;
}

/* Alternate layout (when circle-1 is clicked) */
.layout-alternate .logo {
    height: 280px;
    position: absolute;
    top: 0%;
    padding: 20px 0px;
    left: 55%;
 }

 .layout-alternate nav ul li {
    margin-left: 10px;
    position: relative;
}

 .layout-alternate .nav-li-1{
    right: -420px;
    top: 0px;
    padding: 20px 20px ;
}

.layout-alternate .nav-li-2{
    right: -300px;
    top: 60px;
    padding: 20px 20px ;
    
}

.layout-alternate .nav-li-3{
    right: -20px;
    top: 180px;
    padding: 20px 20px ;
}

.layout-alternate .nav-li-4{
    right: -175px;
    top: 120px;
    padding: 20px 20px ;
}

.layout-alternate .text-fog-1 {
    top: 10px;
    bottom: 40%;
    left: 0px;
    padding: 20px 40px;
}

.layout-alternate .small-text-fog-1 {
    bottom: 18%;
    left: 0%;
    height: 70px;
}

.layout-alternate .btn-container {
    left: 0%;
    top: 25%;
    margin: 20px 40px;
    visibility: visible;
}

.layout-alternate .works {
    left: 0%;
    bottom: -170px;
}

.layout-alternate .w-box-1 {
    left: 0px;
    bottom: 0px;
}

.layout-alternate .w-box-2 {
    left: 90px;
    bottom: 90px;
}


.layout-alternate .w-box-3 {
    left: 185px;
    bottom: 180px;
    
}


.layout-alternate .no-1{
    color: #000;
    left: 40px;
    top: -30px;
}

.layout-alternate .no-2{
    left: 130px;
    top: -30px;
}

.layout-alternate .no-3{
    left: 230px;
    top: -30px;
}

.layout-alternate .address {
    left: 83%;
    bottom: 5%;
    right: 0%;
}

.layout-alternate .links {
    left: 83%;
    bottom: 20%;
}

.layout-alternate .illustration_fog {
    width: 44%;
    right: 15%;
}

.work-video-7core{
    height: auto;
    width: 100vw;
    padding: 0 12vw;
    margin: 0;
    margin-top: 10vh;
    gap: 0;
    position: absolute;
   
}




        /* Form Container */
        .contact-form {
            border-radius: 10px;
            width: 80%;
            max-width: 600vw;
            padding: 20px;
            margin-left: 10%;
            margin-top: 10vh;
        }
        
        .form-title {
            color: #2c3e50;
            font-size: 22px;
            margin-bottom: 20px;
            text-align: center;
        }
        
        /* Form Elements */
        .form-group {
            margin-bottom: 1.5vh;
            position: relative;
        }
        
        .form-group label {
            display: block;
            color: #2c3e50;
            font-weight: 600;
            margin-bottom: 8px;
        }
        
        .form-control {
            width: 100%;
            padding: 8px 5px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #ed5740;
    
        }
        
        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }
        
        /* Submit Button */
        .submit-btn {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 30%;
        }
        
        .submit-btn:hover {
            background-color: #454545;
            transform: translateY(-2px);
        }
        
   


    }
  
  
  
  @media (min-width: 1400px) {
  
    .info-sidebar {
        position: fixed;
        top: 0;
        left: -265px; /* 350px - 85px (25% visible) */
        width: 350px;
        height: 100vh;
        background-color: #f4f2ed;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        transition: left 0.5s ease;
        z-index: 1000;
        padding: 20px;
        overflow-y: auto;
       
    }


    .fog-logo-page{
        height: 80px;
    }

    .logo-p {
        height: auto;
        position: absolute;
        top: 0%;
        padding: 20px 20px;
        left: 20px;
        z-index: 999;
    }
    
    .contat-container{
        position: absolute;
        margin:0 15%;
        width: 70%;
        height: 100vh;
        padding-top: 8%;
    }

    .text-contact{
        padding-top: 10%;
        font-size: 12px;
        left: 0%;
        font-weight: 500;
        padding: 2% ;
        position: absolute;
    }

    .links-contact-value{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 15px;
        text-decoration: none;
        padding: 2%; 
        right: 0;
        position: absolute;
    }

    .text-contact-1{
        font-size: 12px;
        left: 0;
        bottom: 8vh;
        font-weight: 500;
        position: absolute;
        padding: 2%;
    }

    .links-contact-value-1{
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        color: #242424;
        line-height: 13px;
        text-decoration: none;
        bottom: 8vh;
        right: 0;
        padding: 2%;
        position: absolute;
    }

    hr.line-contact-2 {
        position: absolute;
        border: 1px solid #242424;
        bottom: 8vh;
        width: 100%;
      }

    .links-contact-value-1 a{
    
        color: #242424;

        text-decoration: none;
    }


    hr.line-contact-1 {
        border: 1px solid #242424;
      }


      .email-section-contact{
        cursor: pointer;
        z-index: 1000;
        color: #000;
      } 

      .email-section-contact:hover{
        .arrow-icon-contact {
           rotate: 0deg;
         }
      } 

    
      .email-text-contact {
        font-size: 3.3vw;
        margin-right: 25px;
        text-decoration: none ;
        
    
    }
    .arrow-icon-contact {
        width: 50px;
        filter: brightness(0);
        rotate: 45deg;
        transition: .2s ease-in-out;
     }
/* 
     .email-section {
        display: flex;
        align-items: center;
        z-index: 1000;
        color: #ffffff;
        text-decoration: none ;
    }
    .email-text {
        font-size: 52px;
        margin-right: 15px;
        text-decoration: none ;
    color: #ffffff;
    }

    .email-section:hover{
        .arrow-icon {
           rotate: 0deg;
         }
      } 
    .arrow-icon {
        width: 30px;
        rotate: 45deg;
        transition: .2s ease-in-out;
     }
   */


     .contact-ill{
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }



    .about{
        margin-right: 60vw;
     }

      /* Parallax Container */
      .parallax-container {
        position: relative;
        height: 1880px;
        overflow: hidden;
    }
    
    /* Background Image */
    .about-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        z-index: -1;
        transform: translateZ(-1px) scale(1.2); /* Creates the parallax effect */
    }
    
    /* Parallax Content */
    .text-fog-about {
        position: absolute;
        top: 15%;
        left: 20%;
        transform: translateY(-50%);
        font-size: 30px;
        line-height: 30px;
        color: #000000;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }
    
    .about-logo {
        position: absolute;
        top: 22%;
        margin-left: 35%;
        width: 35%;
        z-index: 999;
        transition: transform 0.1s ease-out;
    }
    .about-ill {
        position: absolute;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%);
        width: 45%;
        z-index: 1;
        transition: transform 0.1s ease-out;
    }


.header {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}




.logo {
    height: 250px;
    position: absolute;
    top: 0%;
    padding: 20px 20px;
    left: 20px;
}

.fog-logo{
    height: 100%;
}




nav {
    padding: 20px 40px;
    top: 0;
    position: absolute;
    right: 0;
}

nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin-left: 40px;
    position: relative;
}


nav ul li a {
    display: inline-block;
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    height: 35px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    padding-right: 2px;
}

/* Reduce spacing between letters */
.word {
    display: inline-block;
    white-space: nowrap;
    letter-spacing: -3px; /* Tight but not overlapping */
}

/* Make sure each letter has no padding/margin */
.word span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    transition: transform 0.4s ease;
}

/* Double declaration cleanup */
.word span::after {
    content: attr(data-letter);
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
    color: #000;
}

.line {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 2px;
    bottom: 0;
    transform-origin: left center;
    transition: transform 0.4s ease;
    transform: scaleX(0);
}

/* Hover effects */
nav ul li a:hover .word span {
    transform: translateY(-100%);
}

nav ul li a:hover .line {
    transform: scaleX(1);
}

/* Optional: remove unused nav-li classes if not doing custom alignment */
.nav-li-1,
.nav-li-2,
.nav-li-3,
.nav-li-4 {
    right: 0px;
    top: 0px;
}


        
.illustration_fog{
    padding: 20px 40px;
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.text-fog-1{
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    left: 20%;
    top: 55%;
    bottom: 30%;
   
}

.small-text-fog-1{
    padding: 0px 40px;
    font-size: 10px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    bottom: 30%;
    left: 0;
    height: 112px;
}

.btn-container{
    display: flex;
    position: absolute;
    align-items: center;
    left: 60%;
    top: 25%;
    height: 50px;
    visibility: visible;
}

.circle-1 {
    position: relative;
    left: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    
    transition:  0.2s ease-out ;
    
}

.circle-1::before {
    border: 0.1px solid #ffffff;
   
}
.circle-1:hover{
    stroke-opacity: 1;
    border: 1px solid #000000;
    width: 35px;
    height: 35px;
}


.circle-1::after{
    stroke-opacity: 1;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
}



.circle-2 {
    position: relative;
    left: 60px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    
    transition:  0.2s ease-out ;
    
}

.circle-2::before {
    border: 0.1px solid #ffffff;
   
}
.circle-2:hover{
    stroke-opacity: 1;
    border: 1px solid #000000;
    width: 35px;
    height: 35px;
}


.circle-2::after{
    stroke-opacity: 1;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
}


.no-btn{
    font-size: 10px;
    position: relative;
    
}
.small-text-fog-3{
    font-size: 10px;
    line-height: 28px;
    color: #000000;
    position: relative;
  
}



.works{
   
   position:absolute;
   bottom: 0;
   left: 0;
   padding: 0px 40px;
}


.w-box-1{
    position: relative;
    height: 70px;
    width: 75px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-2{
    position: relative;
    height: 70px;
    width: 75px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.w-box-3{
    position: relative;
    height: 70px;
    width: 75px;
    border: #000000 ;
    border-width: 1px;
    border-style: solid;
    background-color: antiquewhite;
    margin: 20px 0px;
    bottom: 0px;
    left: 0px;
}

.no-1{
    position: absolute;
    left: 130px;
    top: 0;
    padding: 20px 0px;
    font-size: 10px;
    
}

.no-2{
    position: absolute;
    left: 130px;
    top: 90px;
    padding: 20px 0px;
    font-size: 10px;
}

.no-3{
    position: absolute;
    left: 130px;
    top: 180px;
    padding: 20px 0px;
    font-size: 10px;
}

.address{
    position: absolute;
    bottom: 0;
    padding: 20px 40px;
    font-size: 10px;
    line-height: 13px;
    left: 20%;
    right: 0%;
}

.links a {
    position: relative;
    color: #000000;
    text-decoration: none; /* Removes the default underline */
    display: inline-block;
    margin-bottom: 6px;
  }
  
  /* Create an animated underline */
  .links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  /* Animate line on hover */
  .links a:hover::after {
    transform: scaleX(1);
  }
  


.text-fog-1, .small-text-fog-1, .btn-container, .works, .address, .links, .illustration_fog, .w-box-3, .w-box-2, .no-1, .no-2, .no-3, .logo, .nav-li-1, .nav-li-2, .nav-li-3, .nav-li-4 {
    transition: all 0.5s ease;
}

/* Alternate layout (when circle-1 is clicked) */
.layout-alternate .logo {
    height: 280px;
    position: absolute;
    top: 0%;
    padding: 20px 0px;
    left: 55%;
 }


 .layout-alternate .nav-li-1{
    right: -415px;
    top: 0px;
    padding: 20px 20px ;
}

.layout-alternate .nav-li-2{
    right: -300px;
    top: 60px;
    padding: 20px 20px ;
    
}

.layout-alternate .nav-li-3{
    right: -20px;
    top: 180px;
    padding: 20px 20px ;
}

.layout-alternate .nav-li-4{
    right: -175px;
    top: 120px;
    padding: 20px 20px ;
}



.layout-alternate .text-fog-1 {
    top: 10px;
    bottom: 40%;
    left: 0px;
    padding: 20px 40px;
}

.layout-alternate .small-text-fog-1 {
    bottom: 18%;
    left: 0%;
    height: 70px;
}

.layout-alternate .btn-container {
    left: 0%;
    top: 25%;
    margin: 20px 40px;
    visibility: visible;
}

.layout-alternate .works {
    left: 0%;
    bottom: -170px;
}

.layout-alternate .w-box-1 {
    left: 0px;
    bottom: 0px;
}

.layout-alternate .w-box-2 {
    left: 90px;
    bottom: 90px;
}


.layout-alternate .w-box-3 {
    left: 185px;
    bottom: 180px;
    
}


.layout-alternate .no-1{
    left: 40px;
    top: -30px;
    color: #000;
}

.layout-alternate .no-2{
    left: 130px;
    top: -30px;
}

.layout-alternate .no-3{
    left: 230px;
    top: -30px;
}

.layout-alternate .address {
    left: 83%;
    bottom: 5%;
    right: 0%;
}

.layout-alternate .links {
    left: 83%;
    bottom: 20%;
}

.layout-alternate .illustration_fog {
    width: 44%;
    right: 15%;
}
    
.work-video-7core{
    height: auto;
    width: 100vw;
    padding: 0 16vw;
    margin: 0;
    margin-top: 10vh;
    gap: 0;
    position: absolute;
   
}




        /* Form Container */
        .contact-form {
            border-radius: 10px;
            width: 80%;
            max-width: 600vw;
            padding: 40px;
            margin-left: 10%;
            margin-top: 10vh;
        }
        
        .form-title {
            color: #2c3e50;
            font-size: 28px;
            margin-bottom: 30px;
            text-align: center;
        }
        
        /* Form Elements */
        .form-group {
            margin-bottom: 3vh;
            position: relative;
        }
        
        .form-group label {
            display: block;
            color: #2c3e50;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 15px;
        }
        
        .form-control {
            width: 100%;
            padding: 8px 5px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #ed5740;
    
        }
        
        textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }
        
        /* Submit Button */
        .submit-btn {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 20%;
        }
        
        .submit-btn:hover {
            background-color: #454545;
            transform: translateY(-2px);
        }
        
   


  }
  


@media (min-width: 1400px) and (max-width: 1800px) {
  .about {
    margin-right: 50vw;
  }
}
