/* Styles for the menu area */
.menu-area {
    background-color: #ffffff; /* Set the background color */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); Add a subtle box shadow */
    margin: 0 auto; /* Center the menu and provide equal margins */
}

/* Styles for the logo */
.logo img {
    max-width: 100%; /* Make the logo responsive */
}

/* Styles for the main menu */
.main-menu nav ul {
    /* margin-right: 5rem; */
    padding: 0;
    list-style: none;
}

.main-menu nav ul li {
    display: inline-block;
   
    margin-left: 20px; /* Add space between menu items */
}

.main-menu nav ul li a {
    color: #333333; /* Set the text color */
    text-decoration: none;
 
    font-size: 14px; /* Adjust the font size */
    font-weight:500 ;
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
   
    
    font-style: normal;
    font-weight: 400;
    padding: auto;
    letter-spacing: normal;
    text-transform: uppercase;
   
}

.main-menu nav ul li a:hover {
    color: #921c1b; /* Change color on hover */
}

/* Responsive styles */
/* @media (max-width: 768px) {
    .menu-area {
        padding: 10px; 
    }

    .main-menu {
        text-align: center;
    }

    .main-menu nav ul li {
        display: block;
        margin: 10px 0;
    }
} */

@media (max-width: 1024px) {
    .header-top .col-lg-4 {
        display: none;
    }
    
    .main-menu ul {
        display: flex;
    }

    /* .mobile-menu {
        display: none;
    } */

    .menu-area {
        padding-top: 10px;
    }
    .main-menu nav ul {
        margin-right: -25rem; 
        padding: 0;
        list-style: none;
    }

    .main-menu nav ul li a {
       
        font-size: 12px;
       
    }
}  
/* Adjust the CSS to display list items in a single column */
.has-sub ul {
    display: block; /* Change the display type to 'block' for a single column layout */
    list-style: none; /* Remove default list styles */
    padding: 0; /* Remove padding */
  }
  
  .has-sub ul li {
    display: block; /* Display list items as blocks */
    margin-bottom: 5px; /* Add spacing between list items, adjust as needed */
  }


 /* Apply specific widths for the icon and text container */
.office-info {
    display: flex;
    align-items: center;
  }
  
  /* Style for the icon */
  .office-info .icon {
    width: 40px; /* Set a specific width for the icon */
    display: inline-block;
  }
  
  /* Style for the address text */
  .office-info .office-address {
    display: inline-block;
    width: calc(100% - 25px); /* Set width for the text container, accounting for the icon width */
  }
  
  .service-details-three {
    position: relative;
    height: 100%; /* or set a specific height */
}



@media (min-width: 1024px)
 {
.service-details-three 
{
    position: relative;
  margin-top: -350px !important;
    width: 100%; 
}
 }

@media (min-width: 768px) {
    .service-details-three 
    {
        position: relative;
      margin-top: -125px !important;
        width: 100%; 
    }
}

@media (min-width: 992px) {
    .service-details-three 
    {
        position: relative;
      margin-top: -350px !important;
        width: 100%; 
    }
    .text h3 {
        font-size: 14px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .service-details-three 
    {
        position: relative;
      margin-top: -207px !important;
        width: 100%; 
    }
    .text h3 {
        font-size: 14px;
        margin: 0;
    }
}
@media (min-width: 1280px)
{
.service-details-three {
  position: relative;
  margin-top: -270px !important;
  width: 100%;
}
}
@media (min-width: 1440px)
{
.service-details-three {
  position: relative;
  margin-top: -220px !important;
  width: 100%;
}
}
@media (max-width: 576px) {
    .service-details-three 
    {
    position: relative;
    margin-top: -185px !important;
        width: 100%; 
}
}
@media (min-width: 1260px)
{
.service-details-three {
    position: relative;
    margin-top: -270px !important;
    width: 100%;
}
}
@media (min-width: 1440px)
{
.service-details-three {
    position: relative;
    margin-top: -210px !important;
    width: 100%;
}
}
@media (max-width: 767px) {
    .Institutions {
      margin-right: 20px !important; /* Adjust this value according to your design */
      margin-top: 0px;
    }
    .text h3 {
        font-size: 14px;
        margin: 0;
    }
  }

  /* INFRASTRUCTURE boys and girls hostel fa fa check icon style */

     .fa fa-check{
        margin-right: 20px;
        font-size: 20px;
     }


  /* https://pestrust.edu.in/pesitm/ */
  /* https://pestrust.edu.in/pespt/ */
  /* https://pestrust.edu.in/pespuc/ */
  /* https://pestrust.edu.in/pesps/ */