.menu-drop {
    position: relative;
    /* box-sizing: border-box; */
}

.menu-drop .dropdown {
    position: static;
}

.navbar.menu-drop .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 95%;
    left: 40px;
    /* box-sizing: border-box; */

    
}

.menu-drop .dropdown-item {
    display: flex;
    align-items: flex-start;
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
    /* overflow-wrap: break-word;
    word-break: break-word; */
    white-space: normal;
}

.menu-drop .dropdown-item > div {
    flex: 1;
    min-width: 0;
}

.menu-drop .dropdown-item img {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 1rem;
}

.menu-drop .dropdown-item h4 {
    margin: 0 0 0.25rem;
    font-size: 1.125rem;
    color: #333;
}

.menu-drop .dropdown-item p {
    margin: 0;
    font-size: 0.875rem;
    color: #666;
    overflow-wrap: break-word;
    word-break: break-word;
}

.menu-drop .dropdown-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: #99dff9;
}


.address-box {

    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 1.5rem;
}

.contact-details {
    background-color: var(--tc-primary-400); /* Light gray background */
    padding: 30px 0;
    color: #000; /* Black for text */
    position: relative;
    box-sizing: border-box;
  }
  
  .contact-details .contact-item {
    margin: 10px auto;
    padding: 20px;
    background-color: #ffffff; /* White cards */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
  }
  
  .contact-details .contact-item:hover {
    /* transform: scale(1.05); */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #a8e0f6;
  }
  
  .contact-details .contact-icon {
    font-size: 2rem;
    color: #007bff; /* Blue for icons */
    margin-bottom: 10px;
  }
  
  .contact-details .contact-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 5px 0;
    color: #000; /* Black for titles */
  }
  
  .contact-details .contact-link {
    font-size: 1rem;
    color: #454545; /* Blue for links */
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .contact-details .contact-link:hover {
    color: #0056b3; /* Darker blue on hover */
  }
  
  
  @media (max-width: 768px) {
    .contact-details .col-lg-4 {
      flex: 1 1 100%; /* Stack items on smaller screens */
    }
  }
  

  .contact-details .container {

    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    justify-content: space-around;
    background-color: #fff;
    padding: 20px;
    border-radius: 40px;
    position: absolute;
    bottom: -200px;
    right: 7%;
}

.contact-details .box-1{

    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;

}
.contact-details .box-2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;


}

.contact-details .box-2 i{
 
    margin-right: 10px;
    color: #007bff;

}

.box-2 .contact-item{

    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.box-2 .contact-description{

    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    justify-content: center;
}
  
  
  


  /* .section-footer {

    padding-top: 280px;
  } */


  .copy-right i{

    font-size: 20px;
  }

  .top-section .box-socials i {

    font-size: 20px;
  }


  .footer-bottom{

    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .about-nav .dropdown-menu{

    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
  }

  .mobile-nav {
    display: none !important;
  }
  
  @media (max-width: 1199px) {
    .mobile-nav {
      display: block !important;
    }
  }

  .footer-content{

    margin-top: 20px;

  
  }
.footer-box{
  
}
 