/* Mobile devices (portrait and landscape) */
@media (max-width: 370px) {
    .logo-Container {
    text-align: center;
}

.logo-Container .logo {
    display: inline-block;
    margin-top: -100px;
}

.page h2{
    padding-top: 140px;
    font-size: 8px;
}
     
    
     .Main-slider . {
         margin-top: 2000px;
         height: 25%;
         width: 100%;
         height: 300px; /* Adjust height as needed */
         border: 2px solid #000;
         display: flex;
         justify-content: center;
         align-items: center;
    }
    
    .slider-container1  .slider-container2 {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border: 1px solid transparent;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    
    .slide1  .slide2 {
        display: flex;
        transition: transform 0.5s ease;
        min-width: 40%;
        flex: 0 0 100%;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
     
    .slide1 img  .slide2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
    }
      
    
     .Main-slider .description {
        margin-top: 0px;
        font-size: 44px;
    }
    
    #social-Contact {
      padding: 14px; /* Optional: for some padding around the footer */
}

#social-Contact .social {
    margin-top: 10px;
     gap: 5px;

}

#social-Contact .social a {
 /* Adjusted padding for better fit */
  padding-left: 100px; 
    
}
    
    
    //PAGE -2
    /* Slideshow container */
    
    .page2-Title {
        color: red;
        background-color:black;
        font-size: 20px;
    }
    
.Parent-container {
    width: 80vw;
    height: 80vh ;
    position: relative;
    align-self: center;
    background-color: transparent;
  }
   
     .childSlider {
    position: absolute;
    margin: 0px;
    align-items: center;
    align-content: center;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
    
  
  /* Hide the images by default */
 
 .childSlider img{ 
    width: 80vw;
    height: 80vh ;
    opacity: 1;
    object-fit: fill;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    position:absolute;
    top: 50%;
    width: auto;
    margin-top: 70%;
    padding: 0px;
    color: black;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
 .prev {
    left: 10px;
    border-radius: 3px 0 0 3px;
  }
  .next {
    right: 10px;;
    border-radius: 3px 0 0 3px;
  }
 
  /* Caption text */
  .text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
  }
 
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
    
    
    
    /* Slideshow container */
.InteriorContainer {
    width: 80vw;
    height: 80vh ;
    position: relative;
    align-self: center;
  }
    
     .InterriorSlider {
    position: absolute;
    margin: 0px;
    align-items: center;
    align-content: center;
      opacity: 1;
  }
    
     .page3-Title {
        color: black;
    }
  

 .InterriorSlider img{ 
    width: 80vw;
    height: 80vh ;
    opacity: 1;
}
  
  /* Next & previous buttons */
  .prevInteriors, .nextInteriors {
     position:absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 0px;
    color: black;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  
  /* Position the "next button" to the right */
 .prevInteriors {
     left: 10px;
    border-radius: 3px 0 0 3px;
  }
  .nextInteriors {
     right: 10px;;
    border-radius: 3px 0 0 3px;
  }
  
  
  /* Caption text */
  .textInteriors {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertextInteriors {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
    
    
    /*Page 4*/
        .service-icon {
            font-size: 15px;
        }
    
        .service-title {
            font-size: 20px;
        }
        .service-description {
            font-size: 10px;
        }
    
    
    //Contact Page

.parent {
    display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100vh; /* Full viewport height */
  width: 100vw; /* Full viewport width */
}

.mainContenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
 .Contactcontainer, .item-grid, .item, .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     gap:01px;
    } 
    
    .ContactPage-container{
        margin-top: 20px;
    }

.social-links a {
   font-size: 10px;
}

.social-links i {
    margin-right: 10px;
}
    
    .item {
  width: 100%; /* Ensure item takes full width of grid column */
  height:10px;
} 
    item-grid {
    padding: 10px
   }
.box {
   margin-top: 10px;
   padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

}
.title {
  font-size: 10px;
    
}
    
    .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.social-links i {
  font-size: 10px; /* Adjust icon size */
}

h3 {
  margin: 0;
  font-size: 16px;
    
}
  
}



/* Mobile devices (portrait and landscape) */
@media (min-width: 371px) and (max-width: 480px) {
   .HomePage-Content{
    width: 90vw;
    height: 85vh;

}
    
    
    .page{
        height: 100%;
    }
    .logo-Container {
    text-align: center;
}

.logo-Container .logo {
    display: inline-block;
    margin-top: -100px;
}

.page h2{
    padding-top: 240px;
    font-size: 18px;
}
     
     .Main-slider  {
         margin-top: 3200px;
         height: 35%;
         width: 100%;
         height: 300px; /* Adjust height as needed */
         display: flex;
         justify-content: center;
         align-items: center;

    }
    
    .slider-container1  .slider-container2 {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border: 1px solid transparent;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    
    .slide1  .slide2 {
        display: flex;
        transition: transform 0.5s ease;
        min-width: 40%;
        flex: 0 0 100%;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        
    }
     
    .slide1 img  .slide2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
    }
      
    
     .Main-slider .description {
        margin-top: 0px;
        font-size: 44px;
    }
    
    #social-Contact {
      padding: 24px; /* Optional: for some padding around the footer */
}

#social-Contact .social {
    margin-top: 10px;
     gap: 5px;

}

#social-Contact .social a {
 /* Adjusted padding for better fit */
  padding-left: 100px; 
    
}
    
    
    //PAGE -2
    /* Slideshow container */
    
    .page2-Title {
        color: red;
        background-color:black;
        font-size: 20px;
    }
    
.Parent-container {
    width: 80vw;
    height: 80vh ;
    position: relative;
    align-self: center;
    background-color: transparent;
  }
   
     .childSlider {
    position: absolute;
    margin: 0px;
    align-items: center;
    align-content: center;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
    
  
  /* Hide the images by default */
 
 .childSlider img{ 
    width: 80vw;
    height: 80vh ;
    opacity: 1;
    object-fit: cover;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    position:absolute;
    top: 50%;
    width: auto;
    margin-top: 70%;
    padding: 0px;
    color: black;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
 .prev {
    left: 10px;
    border-radius: 3px 0 0 3px;
  }
  .next {
    right: 10px;;
    border-radius: 3px 0 0 3px;
  }
 
  /* Caption text */
  .text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
  }
 
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
    
    
    
    /* Slideshow container */
.InteriorContainer {
    width: 80vw;
    height: 80vh ;
    position: relative;
    align-self: center;
  }
    
     .InterriorSlider {
    position: absolute;
    margin: 0px;
    align-items: center;
    align-content: center;
      opacity: 1;
  }
    
     .page3-Title {
        color: black;
    }
  

 .InterriorSlider img{ 
    width: 80vw;
    height: 80vh ;
    opacity: 1;
}
  
  /* Next & previous buttons */
  .prevInteriors, .nextInteriors {
     position:absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 0px;
    color: black;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  
  /* Position the "next button" to the right */
 .prevInteriors {
     left: 10px;
    border-radius: 3px 0 0 3px;
  }
  .nextInteriors {
     right: 10px;;
    border-radius: 3px 0 0 3px;
  }
  
  
  /* Caption text */
  .textInteriors {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertextInteriors {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
    
    
    /*Page 4*/
    
     .ServicesPage-Container{
     width: 90vw;
      height: 95vh;
         margin-top: 0px;
    }
    
    .ServicesPage-Container .bgBoard{
         font-size: 10px;
    }
    
        .service-icon {
            font-size: 20px;
        }
    
        .service-title {
            font-weight: bold;
            font-size: 12px;
        }
        .service-description {
            font-size: 12px;
        }
    
    .ServicesPage-Container a{
        font-size: 10px;
    }
    
    
    //Contact Page

.parent {
    display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100vh; /* Full viewport height */
  width: 100vw; /* Full viewport width */
}

.mainContenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .Contactcontainer{
     width: 90vw;
    height: 85vh;
         margin-top: 0px;
    }
    
     .Contactcontainer .h5{
                  background-color: black;
  
    }
    
 .Contactcontainer, .item-grid, .item, .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     gap:01px;
     
    } 
    
    .ContactPage-container{
        margin-top: 20px;
    }

.social-links a {
   font-size: 10px;
}

.social-links i {
    margin-right: 10px;
}
    
    .item {
  width: 100%; /* Ensure item takes full width of grid column */
  height:10px;
} 
    item-grid {
    padding: 10px
   }
.box {
   margin-top: 10px;
   padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

}
.title {
  font-size: 10px;
}
    
    .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.social-links i {
  font-size: 10px; /* Adjust icon size */
}

h3 {
  margin: 0;
  font-size: 16px;
}
    
}

























/* Small tablets */
@media (min-width: 481px) and (max-width: 768px) {
     
     .Main-slider . {
         margin-top: 2000px;
         height: 25%;
         width: 100%;
         height: 300px; /* Adjust height as needed */
         border: 2px solid #000;
         display: flex;
         justify-content: center;
         align-items: center;
    }
    
    .slider-container1  .slider-container2 {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border: 1px solid transparent;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    
    .slide1  .slide2 {
        display: flex;
        transition: transform 0.5s ease;
        min-width: 40%;
        flex: 0 0 100%;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
     
    .slide1 img  .slide2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
    }
      
    
     .Main-slider .description {
        margin-top: 0px;
        font-size: 44px;
    }
    
    #social-Contact {
      padding: 14px; /* Optional: for some padding around the footer */
}

#social-Contact .social {
    margin-top: 10px;
     gap: 5px;

}

#social-Contact .social a {
 /* Adjusted padding for better fit */
  padding-left: 100px; 
    
}
    
    
    //PAGE -2
    /* Slideshow container */
    
    .page2-Title {
        color: red;
        background-color:black;
        font-size: 20px;
    }
    
.Parent-container {
    width: 80vw;
    height: 80vh ;
    position: relative;
    align-self: center;
    background-color: transparent;
  }
   
     .childSlider {
    position: absolute;
    margin: 0px;
    align-items: center;
    align-content: center;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
    
  
  /* Hide the images by default */
 
 .childSlider img{ 
    width: 80vw;
    height: 80vh ;
    opacity: 1;
    object-fit: fill;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    position:absolute;
    top: 50%;
    width: auto;
    margin-top: 70%;
    padding: 0px;
    color: black;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
 .prev {
    left: 10px;
    border-radius: 3px 0 0 3px;
  }
  .next {
    right: 10px;;
    border-radius: 3px 0 0 3px;
  }
 
  /* Caption text */
  .text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
  }
 
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
    
    
    
    /* Slideshow container */
.InteriorContainer {
    width: 80vw;
    height: 80vh ;
    position: relative;
    align-self: center;
  }
    
     .InterriorSlider {
    position: absolute;
    margin: 0px;
    align-items: center;
    align-content: center;
      opacity: 1;
  }
    
     .page3-Title {
        color: black;
    }
  

 .InterriorSlider img{ 
    width: 80vw;
    height: 80vh ;
    opacity: 1;
}
  
  /* Next & previous buttons */
  .prevInteriors, .nextInteriors {
     position:absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 0px;
    color: black;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  
  /* Position the "next button" to the right */
 .prevInteriors {
     left: 10px;
    border-radius: 3px 0 0 3px;
  }
  .nextInteriors {
     right: 10px;;
    border-radius: 3px 0 0 3px;
  }
  
  
  /* Caption text */
  .textInteriors {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertextInteriors {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
    
    
    /*Page 4*/
        .service-icon {
            font-size: 15px;
        }
    
        .service-title {
            font-size: 20px;

        }
        .service-description {
            font-size: 10px;

        }
    
    
    //Contact Page

.parent {
    display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100vh; /* Full viewport height */
  width: 100vw; /* Full viewport width */
}

.mainContenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
 .Contactcontainer, .item-grid, .item, .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     gap:01px;
    } 
    
    .ContactPage-container{
        margin-top: 20px;
    }

.social-links a {
   font-size: 10px;
}

.social-links i {
    margin-right: 10px;
}
    
    .item {
  width: 100%; /* Ensure item takes full width of grid column */
  height:10px;
} 
    item-grid {
    padding: 10px
   }
.box {
   margin-top: 10px;
   padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

}
.title {
  font-size: 10px;

}
    
    .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.social-links i {
  font-size: 10px; /* Adjust icon size */
}

h3 {
  margin: 0;
  font-size: 16px;
}

}












/* Tablets and small desktops */
@media (min-width: 762px) and (max-width: 1024px) {
    
    .HomePage-Content{
    width: 100vw;
    height: 100vh;
}
    
    .page{
        height: 100%;

    }
    .logo-Container {
    text-align: center;
}

.logo-Container .logo {
    display: inline-block;
    margin-top: -100px;
    
}

.page h2{
    padding-top: 240px;
    font-size: 30px;    
}
     
     .Main-slider  {
         margin-top: 3200px;
         height: 35%;
         width: 100%;
         height: 300px; /* Adjust height as needed */
         display: flex;
         justify-content: center;
         align-items: center;

    }
    
    .slider-container1  .slider-container2 {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border: 1px solid transparent;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    
    .slide1  .slide2 {
        display: flex;
        transition: transform 0.5s ease;
        min-width: 40%;
        flex: 0 0 100%;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        
    }
     
    .slide1 img  .slide2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
    }
      
    
     .Main-slider .description {
        margin-top: 0px;
        font-size: 94px;
    }
    
}















/* Desktops and laptops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .prev, .next {
        top: 10%;
        font-size: 50px;
  } 
    
    .page .logo{
    padding-top: 180px;
    width: 100px;
    height:100px;
}
    

.page h2{
    padding-top: 100px;
    font-size: 18px;
}
     
    
     .Main-slider . {
         margin-top: 2000px;
         height: 25%;
         width: 100%;
         height: 300px; /* Adjust height as needed */
         border: 2px solid #000;
         display: flex;
         justify-content: center;
         align-items: center;
    }
    
    .slider-container1  .slider-container2 {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border: 1px solid transparent;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    
    .slide1  .slide2 {
        display: flex;
        transition: transform 0.5s ease;
        min-width: 40%;
        flex: 0 0 100%;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
     
    .slide1 img  .slide2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
    }
      
    
     .Main-slider .description {
        margin-top: 0px;
        font-size: 44px;
    }
    
    #social-Contact {
      padding: 14px; /* Optional: for some padding around the footer */
}

#social-Contact .social {
    margin-top: 10px;
     gap: 5px;

}

#social-Contact .social a {
 /* Adjusted padding for better fit */
  padding-left: 100px; 
    
}
    
    
    //PAGE -2
    /* Slideshow container */
    
    .page2-Title {
        color: red;
        background-color:black;
        font-size: 20px;
    }
    
.Parent-container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: auto;
  }
   
     
    
  
  /* Hide the images by default */
 
 .childSlider img{ 
   width: 100%;
   height: 100%;
   opacity: 1;
   object-fit: cover;
    margin-top: 20%;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    top: 20%;
    margin-top: 50%;
    padding: 0px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px 0 0 3px;
  }
  
  /* Position the "next button" to the right */
 .prev {
    left: 5px;
  }
  .next {
    right: 5px;;
  }
  

  /* Caption text */
  .text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 360px;
    text-align: center;
  }
 
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
    
    
    
    /* Slideshow container */
.InteriorContainer {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: auto;
  }
    
     .page3-Title {
        color: black;
    }
  
  /* Hide the images by default */
  .InterriorSlider {
    position: absolute;
    margin: 0px;
    align-items: center;
    align-content: center;
      opacity: 1;
      
  }

 .InterriorSlider img{ 
   width: 100%;
   opacity: 1;
   margin-top: 20%;
}
  
  /* Next & previous buttons */
  .prevInteriors, .nextInteriors {
    top: 20%;
    margin-top: 22px;
    padding: 10px;
    color: black;
    font-weight: bold;
    font-size: 40px;
    border-radius: 3px 0 0 3px;
    margin-top: 10%;
  }

  
  /* Position the "next button" to the right */
 .prevInteriors {
     left: 5px;
  }
  .nextInteriors {
     right: 5px;
  }
  
  
  /* Caption text */
  .textInteriors {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertextInteriors {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
    
    
    /*Page 4*/
        .service-icon {
            font-size: 15px;
        }
    
        .service-title {
            font-size: 20px;
        }
        .service-description {
            font-size: 10px;
        }
    
    
    //Contact Page

.parent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mainContenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

 .Contactcontainer, .item-grid, .item, .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     gap:02px;
}

.social-links a {
   font-size: 10px;
}

.social-links i {
    margin-right: 10px;
}
    
    .item {
  width: 100%; /* Ensure item takes full width of grid column */
  height:50px;
} 
    item-grid {
    padding: 10px
   }
.box {
   margin-top: 10px;
   padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

}
.title {
  font-size: 10px;
}
    
    .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.social-links i {
  font-size: 10px; /* Adjust icon size */
}

h3 {
  margin: 0;
  font-size: 16px;
}
}



/* Large desktops */
@media (min-width: 1020px) and (max-width: 1440px) {
    body {
        background-color: transparent;
    }
}

/* Extra large screens */
@media (min-width: 1441px) and (max-width: 1920px) {
    body {
        background-color: transparent;
    }
}



@media (max-width: 580px) {

     .prev, .next {
        top: 10%;
        font-size: 50px;
  } 
    .menuNew {
        padding-top: 0px;
        justify-content: center; 
    }
    
    .menuNew li {
    margin-left: 10px;
  }
  .menuNew li a {
    padding: 8px;
    font-size: 8px; /* Adjust font size for smaller screens */
  }
    

#main-footer .social a {
    padding-left: 10px;
    margin: 3px;
    font-size: 8px; /* Optional: Adjust font size for smaller screens */
  }
    
    .pageContent{
    font-size:8px;
        
}
    .homePage::before{
        width: 100%;
    }
    .page .logo{
    padding-top: 120px;
    width: 100px;
    height: 100px;
}
    
    .page .logo{
    padding-top: 120px;
}
 
.page h2{
    padding-top: 120px;
    font-size: 8px;
}
    .summary{
      font-size: 8px;
    }
    
    
     .Main-slider {
         margin-top: 0px;
         height: 30%;
    }
    
     .Main-slider .description {
        font-size: 8px;
    }
    
    .slide1 img {
        width: 80%;
        height: 80%;
    }
     .slide2 img {
        width: 100%;
        height: 100%;
    }
    
    #social-Contact {
   padding: 4px; /* Optional: for some padding around the footer */
}

#social-Contact .social {
    margin-top: 10px;
   gap: 25px;
}

#social-Contact .social a {
 /* Adjusted padding for better fit */
  padding-left: 10px; 
    
}
    
    .WhyUS {
            padding-top: 0px;
            max-width: 1200px;
            margin: 0px;
        }

        .WhyUS h2 {
            padding-top: 0px;
            font-size: 8px;
            color: #333;
        }

        .grid-container {
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 5px;
        }

        .grid-item {
            background: #fff;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            font-size: 8px;
            color: #555;
        }

        .grid-item-Header{
            display: block;
            font-weight: bold;
            color: blue;
        }
}

@media (max-width: 900px) {

     .prev, .next {
        top: 10%;
        font-size: 50px;
  } 
    .menuNew {
        padding-top: 0px;
        justify-content: center; 
    }
    
    .menuNew li {
    margin-left: 10px;
  }
  .menuNew li a {
    padding: 8px;
    font-size: 8px; /* Adjust font size for smaller screens */
  }
    
    
    .pageContent{
    font-size:8px;    
}
    .homePage::before{
        width: 100%;
    }
    .page .logo{
    padding-top: 220px;
    width: 100px;
    height: 100px;
}
    
    .page .logo{
    padding-top: 120px;
}
 
.page h2{
    padding-top: 120px;
    font-size: 8px;
}
    
    .bgBoard{
         font-size: 4px;
    }
    
     .Main-slider {
         margin-top: 0px;
         height: 30%;
         background-color: transparent;
    }
    
     .Main-slider .description {
        font-size: 4px;
    }
    
    .slide1 img {
        width: 80%;
        height: 80%;
    }
     .slide2 img {
        width: 100%;
        height: 100%;
    }
    
    #social-Contact {
   padding: 4px; /* Optional: for some padding around the footer */
}

#social-Contact .social {
    margin-top: 10px;
   gap: 25px;
}

#social-Contact .social a {
 /* Adjusted padding for better fit */
  padding-left: 10px; 
    
}
    
    .WhyUS {
            padding-top: 0px;
            max-width: 1200px;
            margin: 0px;
        }

        .WhyUS h2 {
            padding-top: 0px;
            font-size: 8px;
            color: #333;
        }

        .grid-container {
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 5px;
        }

        .grid-item {
            background: #fff;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            font-size: 8px;
            color: #555;
        }

        .grid-item-Header{
            display: block;
            font-weight: bold;
            color: blue;
        }
}




