@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family:roboto;
    box-sizing:border-box;
   
   
    
    
}

/* utility section */
.biggest_container{
  max-width: 1080vh;
  margin-inline: auto;
  padding-inline: 25px;
 
  
}
.flex{
    display: flex;
    
}
hr{
  margin: 50px;
  color: rgba(211, 211, 211, 0);

}
/* utility section ends here */

  /*This is for navigation bar */
  
  .navbar_main_container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    

}
.company_logo img {
    height: 55px;
    margin: 10px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
nav ul li {
    position: relative;
    margin: 0 10px;
}
nav ul li a {
    text-decoration: none;
    padding: 5px;
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    transition: 0.2s ease-out;
    left:150px;
    
}
nav ul li a:hover {
    background-color: #00000025;
    border-radius: 4px;
}

.nav-tagel{
  display: none
}

/* Dropdown menu */
.dropdown-menu {
  display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 18%);
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: max-content;
   top: 25px;
    left: 0;
    border-radius: 4px;
   transition: 0.2s ease-out;
}

.dropdown-menu li a {
    padding: 6px 2px;
    color: #333;
    font-size: small;
    margin: 4px;
    transition: 0.2s ease-out;
    
}

.dropdown-menu li a:hover {
    background-color: #f0f0f0;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Nested Dropdown Menu */
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 18%);
    width: max-content;
    border-radius: 4px;
    transition: 0.2s ease-out;
}

.dropdown-menu .dropdown-submenu li a {
    padding: 6px 2px;
    color: #333;
    font-size: small;
    transition: 0.2s ease-out;
}

.dropdown-menu .dropdown-submenu li a:hover {
    background-color: #f0f0f0;
}

/* Show nested dropdown on hover */
.dropdown-menu .dropdown-item:hover .dropdown-submenu {
    display: block;
}
.nav-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  color: #333; /* Ensure visibility */
}
@media (max-width: 425px) {
  .company_logo img {
      height: 45px; /* Slightly smaller logo */
  }
  
  .nav-toggle {
      font-size: 20px;
      padding: 8px;
  }
  
  .nav-links ul li a {
      padding: 10px 15px;
      font-size: 15px;
  }
}

@media (max-width: 375px) {
  .nav-links ul li a {
      padding: 8px 12px;
  }
}

@media (max-width: 320px) {
  .company_logo img {
      height: 40px;
  }
  
  .nav-links ul li a {
      font-size: 14px;
  }
}
/* navigation bar ends here */


body{
    font-family: sans-serif;
    line-height: 1.5;
}
.Contact-bg{
    height: 70vh;
    background-color: black;
   border-radius: 15px;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
    text-align: center; 
    color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}  
.Contact-bg h3{
    font-size: 50px;
    font-weight: 400;
    
}
.text{

font-size: 15px;
font-weight: 300;
width: 70%;
}
.Contact-bg h2{
    font-size:30px;
    text-transform: uppercase;
    padding: 0.4rem 0;
    letter-spacing: 4px;
}
.line div{
    margin: 0 0.2rem;
    
}
.line div:nth-child(1),
.line div:nth-child(3){
    height: 4px;
    width: 70px;
    background: #ffffff;
    border-radius: 6px;
}
.line{
    display: flex;
    align-items: center;
}
.line div:nth-child(2){
    width: 10px;
    height: 10px;
    background: #f0f0f0;
    border-radius: 50%;
}
.text{
    font-weight: 300;
    opacity: 0.9;
}
.Contact-bg .text{
    margin: 1.6rem 0;
}
.contact-body{
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    
}
.contact-info{
    margin: 2rem 0;
    text-align: center;
    padding: 2rem 0;
    width: 100%;
    gap: 10px;
}
.contact-info span{
    display: block;
    color: black;
}
.contact-card{
  margin: 0.8rem 0;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.247);
    width: 45%;
    box-shadow: 0px 1px 11px 6px #d3d3d33a;
    border-radius: 8px;

}
.contact-info span .fas{
    font-size: 25px;
    padding-bottom: 0.9rem;
    color: black;
}
.contact-card span:nth-child(2){
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(0, 0, 0);
}
.contact-info text2{
    padding-top: 0.4rem;
    white-space:nowrap;
}
.contact-form{
    padding: 2rem 0;
    border-top: 1px solid white;
    display: flex;
    z-index: 1px;
    opacity: 1;
    
background-color: #fa9acc;
}
.contact-form form{
    padding-bottom: 1rem;
}
.form-control{
    width: 95%;
    border:1.5px solid rgb(8, 8, 8);
    border-radius: 5px;
    padding: 0.7rem;
    margin: 0.6rem 0;
    font-family: roboto;
    font-size: 1rem;
    outline: 0;
}
.form-control:focus{
    box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);

}
.contact-form form div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.6rem;
}
.send-btn{
    font-family: roboto;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    background-color:#00A676;
    border-radius: 8px;
    border: none;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    transition: all 4s ease;

}
.send-btn:hover{
    opacity: 0.8;
}


.contact-form > div{
    margin: 0 auto;
    text-align: center;
}

.contact img{
    height: 60vh;
    
}
/* Reset some default styles */
body, h4, p {
    margin: 0;
    padding: 0;
}

/* Container to hold the two sections */
.container4 {
    display: flex;
    height: 100vh; /* Full viewport height */
}

/* Image section (50% width) */
.image-section {
    flex: 1; /* Takes up 50% of the container */
     /* Optional: Just for visual distinction */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section img {
    height:80vh; /* Ensures the image covers the area without stretching */
}

/* Data section (50% width) */
.data-section {
    flex: 1; /* Takes up 50% of the container */
    padding: 60px;
    box-sizing: border-box;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styling for the data content */
.ram {
 font-family: roboto;
}
h1{
    text-align:right;
    color:red;
    margin-bottom: 30px;
    font-size: 30px;
}
.ram h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;

}

.ram p {
    font-size: 15px;
  text-align: center;
    margin-bottom: 15px;
}


 /* this is for footer */
 .container5{
    max-width: 1170px;
    margin:auto;
    margin-top: 30px;
}
.row{
    display: flex;
    width: 100%;
  margin: auto;
}
.cols{
    width: 100%;
    justify-content: space-evenly;
    display: flex;
}
ul{
    list-style: none;
}
.footer{
    background-color: rgba(246, 243, 243, 0.252);
    padding: 25px 0;
    
}
.footer-col{
    padding: 0 15px;
    background-color: rgba(245, 245, 245, 0.252);
}
.footer-col h4{
    font-size: 18px;
    color:  #000E1C;
    text-transform: capitalize;
    margin:35px 0px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before{
    position: absolute;
    left:0;
    bottom: -10px;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
margin-bottom: 9px;
}
.footer-col ul li a{
font-size: 16px;
text-transform: capitalize;
text-decoration: none;
font-weight: 300;
color: darkgray;
display: block;

}

.footer-col .allsocial-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: white;
  margin:0 8px 8px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: black;
  transition: all 0.5s ease;
}
.footer-col .allsocial-links a:hover{
    color: white;
    background-color: black;
    transition: 0.5s ease;
}
.footerlogo  {
    font-size: 25px;
    margin: 60px 1px 1px 1px;
    color:  #000E1C;
}
.footer h3{
    background-color: black;
    color: aliceblue;
    text-align: center;
    font-family: roboto;
}  
#home{
  display: flex;
}
.footerlogo img{
  height:70px;
  
}
.footerlogo p{
  margin-top: -12px;
  font-size: 10px;
  font-family: roboto;
  margin-left: 20px;
  color: gray;
}

/* the footer ends here */



/*For Mobile Screens (up to 320px) STARTS-Here*/
@media only screen and (max-width: 320px) {
  /* Adjust navigation bar for small screens */
  .navbar_main_container {
      flex-direction: column;
      align-items: flex-start;
  }

  .company_logo img {
      height: 40px; /* Smaller logo for small screens */
  }

  nav ul {
      flex-direction: column; /* Stack navigation items vertically */
  }

  nav ul li {
      margin: 5px 0; /* Reduce margin for small screens */
  }

  nav ul li a {
      font-size: 16px; /* Smaller font size for small screens */
  }

  .dropdown-menu {
      position: static; /* Make dropdown menus stack vertically */
      width: 100%;
  }

  /* Adjust contact section for small screens */
  .Contact-bg {
      height: 40vh; /* Reduce height for small screens */
  }

  .Contact-bg h3 {
      font-size: 40px; /* Smaller font size for small screens */
  }

  .Contact-bg h2 {
      font-size: 30px; /* Smaller font size for small screens */
  }

  .Contact-bg .text {
      width: 90%; /* Increase width for better readability */
  }

  .contact-info {
      grid-template-columns: 1fr; /* Stack contact info items vertically */
  }

  .contact-form form div {
      grid-template-columns: 1fr; /* Stack form inputs vertically */
  }
  .contact-card {
    margin: 0.8rem 0;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.247);
    width: 92%;
    box-shadow: 0px 1px 11px 6px #d3d3d33a;
    border-radius: 8px;
}

  /* Adjust footer for small screens */
  .row {
      flex-direction: row; /* Stack footer columns vertically */
  }

  .cols {
      flex-direction: ro; /* Stack footer items vertically */
  }

  .footer-col {
      padding: 10px 0; /* Reduce padding for small screens */
  }

  .footer-col h4 {
      margin: 20px 0; /* Reduce margin for small screens */
  }

  .footerlogo img {
      height: 50px; /* Smaller logo for small screens */
  }

  .footerlogo p {
      font-size: 8px; /* Smaller font size for small screens */
  }
  .contact-info{
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
/*For Mobile Screens (up to 320px) ENDS--Here*/

/* this is for mobile 320px to 377px STARTS--HERE*/
@media only screen and (min-width: 320px) and (max-width: 377px) {
  .navbar_main_container {
    flex-direction: vertical; /* Stack items vertically */
    align-items: flex-start; /* Align items to the start */
  }

  .imgcontainer {
    height: 50vh; /* Set container height to 50% of viewport height */
    margin-bottom: 120px; /* Add margin at the bottom */
  }

  .nav-links {
    display: none; /* Hide nav links by default */
    width: 100%; /* Full width for mobile */
  }

  .nav-links.active {
    display: block; /* Show nav links when active */
  }

  .nav-toggle {
    display: block; /* Show toggle button */
    position: absolute; /* Position toggle button */
    top: 10px; /* Distance from the top */
    right: 10px; /* Distance from the right */
  }

  nav ul {
    flex-direction: column; /* Stack list items vertically */
  }

  nav ul li {
    margin: 5px 0; /* Add margin between list items */
  }

  .dropdown-menu {
    position: static; /* Reset position for dropdown */
    width: 100%; /* Full width for mobile */
    box-shadow: none; /* Remove shadow for simplicity */
  }

  .dropdown-menu .dropdown-submenu {
    position: static; /* Reset position for submenu */
    width: 100%; /* Full width for mobile */
  }
  .Contact-bg {
      height: 65vh;
  }
  .contact-card {
    margin: 0.8rem 0;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.247);
    width: 92%;
    box-shadow: 0px 1px 11px 6px #d3d3d33a;
    border-radius: 8px;
}
  .contact-info span .fas{
    font-size: 20px;
    padding-bottom: 0.9rem;
    color: rgb(10, 130, 235);
  }

  .Contact-bg h4 {
      font-size: 16px;
  }

  .Contact-bg h5 {
      font-size: 19px;
  }
.text{
  font-size:12px;
}
  .contact-form {
      flex-direction: column;
  }

  .contact-form form div {
      grid-template-columns: 1fr;
  }

  .map iframe {
      width: 100%;
      height: 320px;
  }
  .contact-info{
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .container4 {
      flex-direction: column;
      height: auto;
  }

  .image-section img {
      height: auto;
      width: 100%;
  }

  .data-section {
      padding: 25px;
  }

  h1 {
      font-size: 26px;
      text-align: center;
  }

  .ram h4 {
      font-size: 19px;
  }

  .ram p {
      font-size: 15px;
  }
  .row {
      align-items: center; /* Center align items */
    }
  
    .cols {
      flex-direction: column; /* Stack columns vertically */
      align-items: center; /* Center align items */
    }
  
    .footer-col {
      padding: 10px 0; /* Adjust padding for mobile */
      text-align: center; /* Center align text */
    }
  
    .footer-col h4 {
      margin: 20px 0; /* Adjust margin for mobile */
    }
  
    .footer-col h4::before {
      left: 50%; /* Center underline */
      transform: translateX(-50%);
    }
  
    .footer-col ul li a {
      font-size: 14px; /* Adjust font size for mobile */
    }
  
    .footer-col .allsocial-links a {
      margin: 0 5px; /* Adjust margin for mobile */
    }
  
    .footerlogo img {
      height: 45px; /* Adjust logo size for mobile */
    }
  
    .footerlogo p {
      font-size: 9px; /* Adjust font size for mobile */
      margin-left: 0; /* Remove left margin */
    }

}

/* this is for mobile 320px to 377px ENDS--HERE*/


/* (min-width: 377px) and (max-width: 427px) STARTS--HERE */
@media only screen and (min-width: 377px) and (max-width: 427px) {
  .navbar_main_container {
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the start */
  }

  .imgcontainer {
    height: 50vh; /* Set container height to 50% of viewport height */
    margin-bottom: 120px; /* Add margin at the bottom */
  }

  .nav-links {
    display: none; /* Hide nav links by default */
    width: 100%; /* Full width for mobile */
  }

  .nav-links.active {
    display: block; /* Show nav links when active */
  }
  
  .nav-toggle {
    display: block; /* Show toggle button */
    position: absolute; /* Position toggle button */
    top: 10px; /* Distance from the top */
    right: 10px; /* Distance from the right */
  }

  nav ul {
    flex-direction: column; /* Stack list items vertically */
  }

  nav ul li {
    margin: 5px 0; /* Add margin between list items */
  }
  
  .dropdown-menu {
    position: static; /* Reset position for dropdown */
    width: 100%; /* Full width for mobile */
    box-shadow: none; /* Remove shadow for simplicity */
  }

  .dropdown-menu .dropdown-submenu {
    position: static; /* Reset position for submenu */
    width: 100%; /* Full width for mobile */
  }
  .Contact-bg {
      height: 60vh;
  }
  .contact-info span .fas{
    font-size: 25px;
    padding-bottom: 0.9rem;
    color: rgb(10, 130, 235);
  }
  .Contact-bg h4 {
      font-size: 24px;
  }

  .Contact-bg h5 {
      font-size: 30px;
  }

  .contact-form {
      flex-direction: column;
  }

  .contact-form form div {
      grid-template-columns: 1fr;
  }
  .contact-info{
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .map iframe {
      width: 100%;
      height: 350px;
  }

  .container4 {
      flex-direction: column;
      height: auto;
  }

  .image-section img {
      height: auto;
      width: 100%;
  }

  .data-section {
      padding: 30px;
  }

  h1 {
      font-size: 28px;
      text-align: center;
  }

  .ram h4 {
      font-size: 20px;
  }

  .ram p {
      font-size: 16px;
  }
  .row {
      align-items: center; /* Center align items */
    }
  
    .cols {
      flex-direction: column; /* Stack columns vertically */
      align-items: center; /* Center align items */
    }
  
    .footer-col {
      padding: 10px 0; /* Adjust padding for mobile */
      text-align: center; /* Center align text */
    }
  
    .footer-col h4 {
      margin: 20px 0; /* Adjust margin for mobile */
    }
  
    .footer-col h4::before {
      left: 50%; /* Center underline */
      transform: translateX(-50%);
    }
  
    .footer-col ul li a {
      font-size: 14px; /* Adjust font size for mobile */
    }
  
    .footer-col .allsocial-links a {
      margin: 0 5px; /* Adjust margin for mobile */
    }
  
    .footerlogo img {
      height: 45px; /* Adjust logo size for mobile */
    }
  
    .footerlogo p {
      font-size: 9px; /* Adjust font size for mobile */
      margin-left: 0; /* Remove left margin */
    }
  }

   /* (min-width: 377px) and (max-width: 427px) ENDS--HERE */

   /*media Queries tablet screen--768px STARTS--HERE */
   @media only screen and (min-width: 768px) {
      .navbar_main_container {
        flex-direction: row; /* Align items horizontally */
        align-items: center; /* Center align items vertically */
      }
    
      .nav-links {
        display: flex; /* Display the navigation links */
      }
    
      .nav-toggle {
        display: none; /* Hide the toggle button */
      }
    
      nav ul {
        flex-direction: row; /* Align list items horizontally */
      }
    
      nav ul li {
        margin: 0 10px; /* Add margin between list items */
      }
      nav ul li a {
        font-size: small;
    }
    .Contact-bg {
      height: 65vh;
  }

  .Contact-bg h4 {
      font-size: 30px;
  }

  .Contact-bg h5{
      font-size: 35px;
  }
.text{
  font-size: small;
}
  .contact-form {
      flex-direction: column;
  }

  .contact-form form div {
      grid-template-columns: 1fr;
  }

  .map iframe {
      width: 90%;
      height: 400px;
  }

  .container4 {
      flex-direction: column;
      height: auto;
  }

  .image-section img {
      height: auto;
      width: 100%;
  }

  .data-section {
      padding: 40px;
  }

  h1 {
      font-size: 30px;
      text-align: center;
  }

  .ram h4 {
      font-size: 22px;
  }

  .ram p {
      font-size: 18px;
  }
  .row {
      flex-wrap: wrap; /* Allow wrapping of columns */
    }
  
    .cols {
      flex: 1 1 50%; /* Two columns per row */
    }
  
    .footer-col {
      padding: 10px; /* Adjust padding for tablet */
    }
  
    .footer-col h4 {
      margin: 25px 0; /* Adjust margin for tablet */
    }
  
    .footer-col ul li a {
      font-size: 15px; /* Adjust font size for tablet */
    }
  
    .footer-col .allsocial-links a {
      margin: 0 6px; /* Adjust margin for tablet */
    }
  
    .footerlogo img {
      height: 60px; /* Adjust logo size for tablet */
    }
  
    .footerlogo p {
      font-size: 10px; /* Adjust font size for tablet */
    }
  }
   /*media Queries tablet screen--768px ENDS--HERE */
   @media only screen and (min-width: 1024px) {
    .navbar_main_container {
      flex-direction: row; /* Align items horizontally */
      align-items: center; /* Center align items vertically */
    }
  
    .nav-links {
      display: flex; /* Display the navigation links */
    }
  
    .nav-toggle {
      display: none; /* Hide the toggle button */
    }
  
    nav ul {
      flex-direction: row; /* Align list items horizontally */
    }
  
    nav ul li {
      margin: 0 10px; /* Add margin between list items */
    }
  
  .imgcontainer {
    height: 85vh; /* Adjusted for larger screens */
  }
  nav ul li a {
    font-size: medium;
  }
  .Contact-bg {
    height: 70vh;
  }
  
  .Contact-bg h3 {
    font-size: 40px;
  }
  
  .Contact-bg h2 {
    font-size: 28px;
  }
  
  .contact-form {
    flex-direction: row;
  }
  
  .contact-form form div {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .map iframe {
    width: 100%;
    height: 450px;
  }
  
  .container4 {
    flex-direction: row;
    height: auto;
  }
  
  .image-section img {
    height: auto;
    width: 100%;
  }
  
  .data-section {
    padding: 50px;
  }
  
  h1 {
    font-size: 32px;
    text-align: center;
  }
  
  .ram h4 {
    font-size: 24px;
  }
  
  .ram p {
    font-size: 20px;
  }
  .row {
    flex-wrap: wrap; /* Allow wrapping of columns */
  }
  
  .cols {
    flex: 1 1 50%; /* Two columns per row */
  }
  
  .footer-col {
    padding: 10px; /* Adjust padding for tablet */
  }
  
  .footer-col h4 {
    margin: 25px 0; /* Adjust margin for tablet */
    font-size: 30px;
  }
  
  .footer-col ul li a {
    font-size: 22px; /* Adjust font size for tablet */
  }
  
  .footer-col .allsocial-links a {
    margin: 0 6px; /* Adjust margin for tablet */
  }
  
  .footerlogo img {
    height: 70px; /* Adjust logo size for tablet */
  }
  
  .footerlogo p {
    font-size: 10px; /* Adjust font size for tablet */
  }
  
    }
   /* navbar laptop (min-width: 1024px) STARTS -HERE*/


@media only screen and (min-width: 1440px) {
  .navbar_main_container {
    flex-direction: row; /* Align items horizontally */
    align-items: center; /* Center align items vertically */
  }

  .nav-links {
    display: flex; /* Display the navigation links */
  }

  .nav-toggle {
    display: none; /* Hide the toggle button */
  }

  nav ul {
    flex-direction: row; /* Align list items horizontally */
  }

  nav ul li {
    margin: 0 10px; /* Add margin between list items */
  }

.imgcontainer {
  height: 85vh; /* Adjusted for larger screens */
}
nav ul li a {
  font-size: medium;
}
.Contact-bg {
  height: 70vh;
}

.Contact-bg h3 {
  font-size: 40px;
}
.Contact-bg h5 {
  font-size: 70px;
}

.Contact-bg h2 {
  font-size: 28px;
}

.contact-form {
  flex-direction: row;
}

.contact-form form div {
  grid-template-columns: repeat(2, 1fr);
}

.map iframe {
  width: 100%;
  height: 450px;
}

.container4 {
  flex-direction: row;
  height: auto;
}

.image-section img {
  height: auto;
  width: 100%;
}

.data-section {
  padding: 50px;
}

h1 {
  font-size: 32px;
  text-align: center;
}

.ram h4 {
  font-size: 24px;
}

.ram p {
  font-size: 20px;
}
.row {
  flex-wrap: wrap; /* Allow wrapping of columns */
}

.cols {
  flex: 1 1 50%; /* Two columns per row */
}

.footer-col {
  padding: 10px; /* Adjust padding for tablet */
}

.footer-col h4 {
  margin: 25px 0; /* Adjust margin for tablet */
  font-size: 30px;
}

.footer-col ul li a {
  font-size: 22px; /* Adjust font size for tablet */
}

.footer-col .allsocial-links a {
  margin: 0 6px; /* Adjust margin for tablet */
}

.footerlogo img {
  height: 70px; /* Adjust logo size for tablet */
}

.footerlogo p {
  font-size: 10px; /* Adjust font size for tablet */
}

  }
     /* navbar laptop (min-width: 1024px) ENDS--HERE*/

     /* navbar for (2560 to 4k) STARTS--HERE */
@media screen and (min-width: 2560px) {
  .navbar_main_container {
      flex-direction: row; /* Align items horizontally */
      align-items: center; /* Center align items vertically */
    }
  
    .nav-links {
      display: flex; /* Display the navigation links */
    }
  
    .nav-toggle {
      display: none; /* Hide the toggle button */
    }
  
    nav ul {
      flex-direction: row; /* Align list items horizontally */
    }
  
    nav ul li {
      margin: 0 10px; /* Add margin between list items */
    }
  
   
  
    nav ul li a {
      font-size: large; /* Set font size for navigation links */
    }
.Contact-bg {
    height: 80vh;
}

.Contact-bg h3 {
    font-size: 48px;
}

.Contact-bg h2 {
    font-size: 32px;
}

.contact-form {
    flex-direction: row;
}

.contact-form form div {
    grid-template-columns: repeat(2, 1fr);
}

.map iframe {
    width: 75%;
    height: 550px;
    margin-top: 50px;
    border-radius: 8px;
}

.container4 {
    flex-direction: row;
    height: auto;
}

.image-section img {
    height: auto;
    width: 100%;
}

.data-section {
    padding: 70px;
}

h1 {
    font-size: 36px;
    text-align: center;
    color: rgba(0, 0, 0, 0.635);
}

.ram h4 {
    font-size: 28px;
}

.ram p {
    font-size: 24px;
}
.Contact-bg h4 {
  font-size: 40px;
}
.row {
  flex-wrap: wrap; /* Allow wrapping of columns */
}

.cols {
  flex: 1 1 50%; /* Two columns per row */
}

.footer-col {
  padding: 30px; /* Increase padding for larger screens */
}

.footer-col h4 {
  margin: 35px 0; /* Increase margin for larger screens */
  font-size: 50px; /* Increase font size for larger screens */
}

.footer-col ul li a {
  font-size: 38px; /* Increase font size for larger screens */
}

.footer-col .allsocial-links a {
  margin: 10px 10px; /* Increase margin for larger screens */
 
}

.footerlogo img {
  height: 100px; /* Increase logo size for larger screens */
}

.footerlogo p {
  font-size: 16px; /* Increase font size for larger screens */
}
}


