body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
        }
        a{
            text-decoration: none;
        }
        .sideNav{
            display: flex;
            flex-direction: column;
            width: 270px;
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.267);
            position: fixed;
            top: 0;
            left: -290px;
            height: 100vh;
            z-index: 30;
            background-color: rgba(245, 245, 245, 0.925);
            transition: left 0.5s ease-in-out; 
        
        }
        .sidenavWrapper{
            display: flex;
            flex-direction: column;
            padding: 15px 20px;
            height: 90vh;
            overflow: auto;
        }
        .sidenavWrapper::-webkit-scrollbar{
            display: none;
        }
        .sidenavWrapper a{
            margin: 5px 0px;
            cursor: pointer;
            color: black;
            display: flex;
            flex-direction: row;
            justify-content: left;
            font-size: 16px;
        }
        .sidenavWrapper a img{
            width: auto;
            max-width: 25px;
            height: auto;
            margin-right: 10px;
            max-height: 25px;
        }
        .rotated {
            transform: rotate(180deg); /* Rotates the icon from left to right */
            transition: transform 0.3s ease-in-out; /* Smooth animation */
        }
        .rotated-neg {
            transform: rotate(0deg); /* Rotates the icon from left to right */
            transition: transform 0.3s ease-in-out; /* Smooth animation */
        }


        
        .header{
            display: flex;
            flex-direction: column;
            width: 100%;
            background-color:rgb(187, 0, 255);
            background-position: center;
            background-size: cover;
            min-height: 90vh;
            position: relative;
            overflow: hidden;
            
        }
        .headerWrapper{
            background-color:rgba(255, 255, 255, 0.845)   ; rgba(255, 255, 255, 0.968);

            width: 98%;
            min-height: 90vh;
            margin: auto;
            margin-top: 15px;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
    }
    .headerConntent{
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding: 15px 40px;
    }
    .logoWrapper{
    display: flex;
    flex-direction: row;
    }
    .logoWrapper h1{
        margin: 0;
    font-weight: bold;
    font-size:35px;
    padding-right: 30px;
    }
    .logoWrapper h1 a{
        color: #0000008c;
        font-family: 'Poppins', sans-serif;
        white-space: nowrap;
    }
    .Headlinks{
        display: flex;
        flex-direction: row;
        justify-content: flex-end; /* Ensures items align to the left */
        align-items: center;
        overflow-x: auto;
        width: 70%;
        overflow-y: hidden;
        margin-left: auto;
        white-space: nowrap; /* Prevents line breaks */
    }
    .Headlinks::-webkit-scrollbar{
        display: none;
    }
    .Headlinks a {
        position: relative;
        margin: 0px 10px;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #000000a9;
        padding: 3px 20px;
        text-decoration: none;
        transition: color 0.3s ease, font-size 0.3s ease;
    }
    
    .Headlinks a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 0%;
        height: 2px;
        background-color: rgb(195, 0, 255);
        transition: width 0.2s ease-in-out, left 0.4s ease-in-out;
    }
    
    .Headlinks a:hover {
        color: rgb(195, 0, 255);
        font-size: 18px;
    }
    
    .Headlinks a:hover::after {
        width: 100%;
        left: 0;
    }
    .Headlinks #menushow{
        font-size: 30px;
    }

/* Default styles for desktop (large screens) */

/* Tablets (portrait) and small laptops */
@media (max-width: 1024px) {

}
  
  /* Tablets (landscape) and large phones */
@media (max-width: 768px) {
}
  /* Phones (portrait) */
  @media (max-width: 480px) {

    .headerWrapper{
        width: 100%;
        min-height: 90vh;
        margin-top: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
}
.headerConntent{
padding: 5px 20px;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.205);
}
.logoWrapper h1{
font-size:35px;
font-weight: 300;
}
.Headlinks a {
    display: none;
}
.Headlinks #menushow{
    font-size: 30px;
    margin-left: auto;
    color:rgba(0, 0, 0, 0.411); rgb(162, 0, 255); 
}
  }
  /* Small phones */
  @media (max-width: 360px) {
    .logoWrapper h1{
        font-size:30px;
        }

  }
  
   
    .introduction{
        width: 80%;
        margin: 0px auto;
        min-height: 65vh;
        overflow: hidden;
        align-items: center;
        padding: 15px 40px;
        display: flex;
        flex-direction: row;
    }
    .introduction .intItem {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overfow: hidden;
    height: 100%;
    padding: 10px 20px;
}

.introduction .img{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.introduction .img p{
    display: none;
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.037);
    border-radius: 36px;
    transform: rotate(-45deg);
    z-index: 0;
}
.introduction .img p.tag1{
    top: 0;
    left: -5%;
    bottom: 0;
}
.introduction .img p.tag3{
    bottom: 0;
    right: -10%;
}
.introduction .intItem img{
width: auto;
max-width: 100%;
max-height:600px;
mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.introduction .intItem h2{
margin: 0;
font-size: 45px;
line-height: 53px;
width: 100%;
font-weight: 500;
color: rgba(0, 0, 0, 0.685);
}
.introduction .intItem h3{
margin: 0;
font-size: 16px;
font-weight: 300;
width: 100%;
}
.introduction .intItem p{
margin: 0;
}
.introduction .intItem p.ido{
    margin-top: 30px;
}
.introduction .intItem p.cta{
    width: 100%;
    padding: 10px 0px;
    margin-top: 30px;
}
.introduction .intItem p.cta a{
border: 0px solid black;
margin: 0px 20px;
padding: 6px 30px;
background-color: rgb(162, 0, 255);
border-radius: 6px;
text-transform: capitalize;
color: white;
}
.introduction .intItem p.cta a:hover{
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.42);
}
/* Default styles for desktop (large screens) */

/* Tablets (portrait) and small laptops */
@media (max-width: 1024px) {
    .introduction{
        width: 100%;
        padding: 15px 10px;
    }
.introduction .intItem h2{
font-size: 35px;
line-height: 40px;
}
.introduction .intItem h3{
font-size: 15px;
}
.introduction .intItem p.ido{
    margin-top: 10px;
    font-size: 13px;
}
.introduction .intItem p.cta{
    width: 100%;
    padding: 0px 0px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.introduction .intItem p.cta a{
    width: 150px;
    text-align: center;
    margin:5px 0px 0px;
}
}
  /* Tablets (landscape) and large phones */
@media (max-width: 768px) {






}  
  /* Phones (portrait) */
@media (max-width: 680px) {
       
    .introduction{
        width: 100%;
        padding: 15px 10px;
        flex-direction: column;
    }
    .introduction .intItem {
    padding: 10px 10px;
}


.introduction .intItem h2{
margin: 0;
font-size: 40px;
line-height: 45px;
margin-top: 20px;
}
.introduction .intItem h3{
line-height: 20px;
}
.introduction .intItem p{
margin: 0;
}
.introduction .intItem p.ido{
    margin-top: 30px;
}
.introduction .intItem p.cta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 10px;
    margin-left: -40px;
}
.introduction .intItem p.cta a{
margin:10px 0px;
width: 76%;
text-align: center;

}
.introduction .intItem p.cta a:hover{
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.42);
}
}
  /* Small phones */
@media (max-width: 360px) {

  }
  



/*second sectonton */
.techLogos{
    padding-bottom: 10px;
    }
    .teclogosWrapper{
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
    .teclogosWrapper img{
        width: auto;
        margin: 0 auto;
        max-width:90px ;
    }
/* Default styles for desktop (large screens) */

/* Tablets (portrait) and small laptops */
@media (max-width: 1024px) {
      .teclogosWrapper{
        padding-top: 20px;
      }
        .teclogosWrapper img{
        width: auto;
        margin: 0 auto;
        max-width:60px ;
    }
}
  /* Tablets (landscape) and large phones */
@media (max-width: 768px) {
}
  /* Phones (portrait) */
@media (max-width: 480px) {
}
  /* Small phones */
@media (max-width: 360px) {
}
  


/*what i offer section*/
.offerWrapper{
    display: flex;
    flex-direction: row;
}
.offerWrapper .offerItem{
    flex: 1 1 calc(50% - 20px);

}
.offerWrapper .offerItem form{
    margin-top: -10px;
    border: 1px solid rgba(0, 0, 0, 0.212);
    padding: 10px 30px;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.139);
    border-radius: 6px;

    background-color: white;

}
.offerWrapper .offerItem form h3{
    margin-top: 0;
}
.offerWrapper .offerItem form input{
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    padding:10px 20px;
    background-color: rgba(245, 245, 245, 0.39);
    border: none;

}
.offerWrapper .offerItem form textarea{
    width: 100%;
    height: 150px;
    resize: none;
    border-radius:6px;
    border: none;
    padding: 3px 10px;
    background-color: rgba(245, 245, 245, 0.39);
}
.offerWrapper .offerItem form button{
    padding: 3px 30px;
    border: none;
    border-radius: 0px;
    font-family: 'Poppins',sans-serif;
    color: white;
    cursor: pointer;
    font-size: 16px;
    background-color: rgb(162, 0, 255);
}
.offerWrapper .offerItem form button:hover{
    background-color:rgb(103, 0, 162); 
}







/* services */
.ioffer{
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 85%;
    margin: 0 auto;
    margin-top: 0px;
}
.ioffer h2{
margin: 0;
font-size: 45px;
line-height: 55px;
color: rgba(0, 0, 0, 0.614) ;
}
.ioffer p{
text-align: left;
width: 80%;
font-size: 16px;
}
.svBtns{
    display: flex;
    flex-direction: row;
    overflow: auto;
    width: 100%;
    white-space: nowrap; /* Prevents line breaks */
}
.svBtns::-webkit-scrollbar {
height: 4px;
background-color: rgba(0, 0, 0, 0);
}

.svBtns::-webkit-scrollbar-thumb {
    background-color: rgb(162, 0, 255); /* Correct property */
    border-radius: 6px; /* Optional: Rounds the scrollbar */
    
}

.svBtns .svBtn {
    border: none;
    background-color: rgba(245, 245, 245, 0.361);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 20px;
    color: rgba(0, 0, 0, 0.575);
    font-weight: 300;
    border-right: 1px solid rgba(0, 0, 0, 0.105);
    transition: background-color 0.3s ease-in-out; /* Smooth transition */
}

.svBtns .svBtn:hover,
.svBtns .active-svbtn {
    background-color: whitesmoke;
    cursor: pointer;
    color:black;
    font-weight: 400;
}



.sumarry {
    background-color: white;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    flex-direction: row;
    padding-top: 20px;
    transform: translateY(20px); /* Starts slightly lower */
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0.4s;
    display: none; /* Initially hidden */
}

.active-summary {
    display: flex; /* Make it visible */
    opacity: 1;
    background-color: whitesmoke;
    visibility: visible;
    transform: translateY(0); /* Moves to normal position */
}

.smImgC{
    width: 350px;
    display: flex;
    flex-direction: column;
    height: 250px;
}
.smImgC img{
width: 100%;
height: 250px;
}
.smImgC-2{
padding: 0px 30px;
width: 65%;
display: flex;
flex-direction: column;
}
.smImgC-2 h2{
    font-size: 30px;
    color: rgba(0, 0, 0, 0.644);
    font-weight: 300;
    margin-bottom: 20px;
}
.smImgC-2 p{
    text-align: left;
    margin: 0;
    width: 100%;
    font-size: 16px;
}
.smImgC-2 a{
background-color: rgb(162, 0, 255);
background-image: none;
border-radius: 3px;
position: relative;
text-decoration: none;
cursor: pointer;
padding: 4px 20px;
font-family: 'Poppins', sans-serif;
color: whitesmoke;
margin-top: 15px;
width:100px;
text-transform: uppercase;
}
.smImgC-2 a:hover{
    background-color:rgb(103, 0, 162); 
}

@media (max-width: 1024px) {
    .ioffer{
        width: 95%;
    }
        .ioffer h2{
            font-size: 35px;
            line-height: 40px;
        }
      .offerWrapper{
        width: 100%;
        margin: 0px;
      }
.offerWrapper .offerItem form {
    padding: 15px;
}
.offerWrapper .offerItem form p{
    width: 98% !important;
}
}
  /* Tablets (landscape) and large phones */
@media (max-width: 768px) {
.smImgC-2 h2{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.smImgC-2 p{
    font-size: 14px;
}
}
  /* Phones (portrait) */
@media (max-width: 680px) {
    .offerWrapper{
        flex-direction: column;
    }

    .ioffer p{
        text-align: left;
        width: 100%;
        font-size: 16px;
        }
        .ioffer br{
            display: none;
        }
        .ioffer p strong{
            display: none;
        }
        .offerWrapper .offerItem form{
            margin-top: 10px;
            padding: 10px 15px;
        }



    .ioffer{
        width: 90%;
    }
    .svBtns{
        margin-top: 30px;
    }
    .sumarry{
        flex-direction: column;
    }
    .smImgC-2{
        padding: 0px 15px;
        width: 90%;
        padding-bottom: 20px;
    }
    .smImgC-2 h2{
        font-size: 30px;
        line-height: 35px;
        color: rgba(0, 0, 0, 0.644);
        font-weight: 300;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .smImgC-2 p{
        text-align: left;
        margin: 0;
        width: 100%;
        font-size: 15px;
    }
    .smImgC-2 a{
        font-size: 16px;
        width: 100px;
    }
    .smImgC{
        width: 100%;
        height: 200px;
    }
    .smImgC img{
        height: 200px;
        }

}
  /* Small phones */
@media (max-width: 360px) {
}





/* skill tiles */
.skills {
    width: 90%;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.skills .tiled {
    flex-basis: calc(28% - 20px); /* Set width using flex-basis */
    padding: 4px 20px;
    border-radius: 0px;
    overflow: hidden;
    margin:10px;
    border-left:3px solid rgba(0, 56, 141, 0.806);
    border-right:3px solid rgba(0, 56, 141, 0.806);
    border-top-left-radius: 36px;
    box-shadow: 0px 2px 18px rgba(128, 128, 128, 0.194);
    border-bottom-right-radius: 36px;
}
.skills .tiled:hover {
    box-shadow: 0px 2px 18px rgba(128, 128, 128, 0.26);
    background-color: rgba(0, 56, 141, 0.806);
    color: white;
}
.skills .tiled p{
    font-size: 14px;
}
.skills .tiled img{
    width: 100%;
    margin: auto;
    height: 100%;
}

@media (max-width: 1024px) {
    .skills .tiled {
    flex-basis: calc(42% - 20px); /* Set width using flex-basis */
}
}
  /* Tablets (landscape) and large phones */
@media (max-width: 768px) {
}
  /* Phones (portrait) */
@media (max-width: 680px) {
    .skills {
        width: 90%;
        padding: 30px 15px;
        flex-direction: column;
    }
    .skills .masko {
        display: none !important;
    }
}
  /* Small phones */
@media (max-width: 360px) {
}



/* portfolio */
    .Porto{
        position: absolute;
        font-size: 30px;
        border: none;
        padding: 10px 2px;
        background-color: white;
        font-weight: 200;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.454);
    }  .Porto:hover{
        color: rgb(162, 0, 255);
        box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
    }
    .nextPort{
        left: 0;
    }
    .prevPort{
        right: 0;
    }

    .Portfolio h2{
        font-weight:bold;
        margin: 0;
        font-size: 55px;
        padding-left: 4px;
        line-height: 60px;
        color: rgba(0, 0, 0, 0.614);
    }
    .Portfolio p{
        font-size: 16px;
    }
    .projects{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .projects .port{
        flex: 1 1 calc(100%-20px);
        display: none;
        flex-direction: column;
        box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.073);
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 80%;
        height: 260px;
        cursor: pointer;
        position: relative;

    }
    .projects .port:hover{
        border: 1px solid rgba(0, 0, 0, 0.185);
        border-radius: 6px;
    }
    .projects .active-port{
  display: flex;
    }

    .projects a img {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out; /* Smooth transition for opacity */
}


.projects a span {
    position: absolute;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    padding: 10px 30px;
    width: 90%;
    transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */
}

.projects a:hover span {
    background-color: white;
}

    .projects a h3{
        margin: 0;
        font-size: 16px;
        color: rgb(0, 67, 108);
        text-align: center;
    }
    .projects a p{
        margin: 0;
        width: 100%;
        font-size: 14px;
        color: rgb(0, 67, 108);
        text-align: center;
        text-transform: capitalize;
    }

    @media (max-width: 1024px) {
.Portfolio h2 {
    font-weight: bold;
    margin: 0;
    font-size: 35px;
    padding-left: 4px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.614);
}
        
    }
      /* Tablets (landscape) and large phones */
    @media (max-width: 900px) {
        .offerWrapperTwo{
            display: flex !important;
            flex-direction: column !important;

        }
          .offerWrapperTwo .offerItem {
            margin-bottom: 30px;

          }
    }
      /* Phones (portrait) */
    @media (max-width: 680px) {
        
        .projects{
            width: 100%;
        }
        .Porto{
            background-color: rgba(255, 255, 255, 0.336);
            color: rgba(255, 0, 212, 0.454);
        }
        .projects .port{
            width: 100%;
            height: 240px;            
        }
        .projects a p{
            font-size: 12px;
        }
    }
      /* Small phones */
    @media (max-width: 360px) {
    }

/*footer css*/
.footer{
        padding: 20px 0px;
        background-color: rgba(245, 245, 245, 0.568);
    }
.footerWrapper {
    width: 85%;
    margin: 0 auto;
    position: relative;
    padding: 0px; /* Added padding for better spacing */
}
.footerWrapper h3{
    margin: 0;
    padding-left: 40px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.726);
}

.reviews {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center; /* Centers content */
    align-items: center;
}
.reviews button{
    font-size: 30px;
    border: none;
    background: none;
    cursor: pointer;

}
.reviews button:hover{
    color: green;
}

.reviews-wrapper {
    display: flex;
    flex-direction: row;
    overflow-x: auto; /* Ensures horizontal scrolling */
    white-space: nowrap; /* Prevents line breaks */
    gap: 20px; /* Adds space between reviews */
    padding-bottom: 10px; /* Prevents content cutoff */
    padding-left: 10px;
    padding-right: 10px;
}

.reviews-wrapper::-webkit-scrollbar {
    display: none; /* Hides scrollbar */
}

.review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 291px;
    flex: 0 0 auto; /* Ensures items don’t shrink */
    margin: 20px 0; /* Vertical spacing only */
    background: #fff; /* Adds a background for better contrast */
    padding: 15px;
    border-radius: 8px; /* Smooth corners */
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    overflow: hidden;
    min-width: 0; /* Prevents overflow */

}
.review p {
    white-space: normal; /* Allows text to wrap */
    word-wrap: break-word; /* Prevents long words from overflowing */
    overflow-wrap: break-word; /* Ensures proper text wrapping */
    text-align: center;
    margin: 0; /* Resets margin for cleaner layout */
    font-size: 14px;
    margin-bottom: 10px;
}
.footerWrapper form{
    display: flex;
    flex-direction: row;
    
}
.footerWrapper form input{
width: 40%;
margin: 0px 10px;
height: 35px;
border-radius: 0px;
border: none;
padding: 4px 20px;
outline: none;
font-size: 16px;
}
.footerWrapper form button{
    padding: 2px 30px;
    background-color: black;
    color: whitesmoke;
    font-size: 16px;
    height: 35px;
    border: none;
    font-family: 'Poppins',sans-serif;
    margin-left: auto;
    text-transform: capitalize;
}
.lastFoter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; /* Adds space between items */
    margin-top: 50px;
}

.lastFoter div {
    flex: 1 1 calc(33% - 20px); /* Adjusts for 20px gap */
    box-sizing: border-box; /* Ensures padding and margin are accounted for */
    display: flex;
    flex-direction: column;
}
.lastFoter div:nth-child(1) {


}
.lastFoter div:nth-child(1) h1{
    font-size: 35px;
    margin: 0;
    color: rgba(0, 0, 0, 0.623);
}
.lastFoter div:nth-child(1) p{
    font-size: 14px;
    margin-top: 0;
    width: 95%;
}
.lastFoter div:nth-child(1) p#rights{
    border: 1px solid rgba(0, 0, 0, 0.192);
    padding: 2px 10px;
    text-align: center;
    margin-top: auto;
    width: 200px;
}
.lastFoter div h2{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.676);
    font-size: 25px;
}
.lastFoter div a{
    color: rgba(0, 0, 0, 0.582);
    font-size: 13px;
    margin: 2px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.lastFoter div a:hover{
    color: rgb(0, 145, 255);
}
.lastFoter div:nth-child(1) .socials{

}
.caller{
box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.32); 
background-color:rgb(162, 0, 255); 
text-align: center !important; 
width: 150px !important;
cursor: pointer;
margin-top: 40px !important;
}
.caller:hover{
    background-color:rgb(103, 0, 162); 
}
.caller a{
    color: white;
    cursor: pointer;
}
.lastFoter div a i{
    margin-right: 10px;
} 
.lastFoter div a img{
    width: 18px;
    height: 18spx;
    margin-right: 10px;
}

@media (max-width: 1024px) {
}
  /* Tablets (landscape) and large phones */
@media (max-width: 768px) {
.footerWrapper {
    width: 93%;
}



}
  /* Phones (portrait) */
@media (max-width: 680px) {
    .lastFoter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px; /* Adds space between items */
    margin-top: 50px;
}
    .footerWrapper {
        width: 90%;
    }
    .reviews button{
        display: none;
    }
    .reviews button:hover{
        color: green;
    }
    
    .reviews-wrapper {
        scroll-snap-type: x mandatory; /* Enables snap scrolling */
        scroll-padding-left: 8px; /* Adjust snap position */
    }
    
    .reviews-wrapper::-webkit-scrollbar {
        display: none; /* Hides scrollbar */
    }
    
    .review {
        width: 90%;
        scroll-snap-align: start; /* Ensures items snap correctly */
    }
    .review p {
        white-space: normal; /* Allows text to wrap */
        word-wrap: break-word; /* Prevents long words from overflowing */
        overflow-wrap: break-word; /* Ensures proper text wrapping */
        text-align: center;
        margin: 0; /* Resets margin for cleaner layout */
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footerWrapper form{
        display: flex;
        flex-direction: column;
        
    }
    .footerWrapper form input{
    width: 100%;
    margin: 10px 0px;
    }
    .footerWrapper form button{
        margin-right: auto;
    }
}
  /* Small phones */
@media (max-width: 360px) {
}





/* modal css */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    overflow: auto;
        z-index: 30;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 6px;

}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
}

ul li a {
    color: #4CAF50;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}