body {
  font-family: Arial, sans-serif;
  margin: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #f0f0f0;
  font-weight: 525;
  color: #f5750a;
}

img {
  border-radius: 5px;
  width: 100%;
}

.fullscreen-image {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}

.modal img {
  max-width: 60%;
  max-height: 60%;
  border-radius: 8px;
  cursor: pointer;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.fullscreen-image:hover {
  cursor: pointer;
  filter: brightness(0.8);
}

.sectionContainer{
  background-color: #e0e0e0; 
  padding-top: 5%;
  padding-bottom: 5%;
  width: 96%;
  margin: auto;
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;
  border-radius: 20px;
}

.sectionContainerTitle {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color:#333;
  margin-left: 2.5%;
  margin-right: 2.5%;
  border-radius: 5px;
}

#ourClients{
  padding-top: 5%;
}

.interiorContainer {
  padding: 2%;
  width: 100%;
  margin: auto;
}

#contactUs .interiorContainer{
  background-color: #000;
  text-align: center;
  width: auto;
}

.grid-item a {
  color: #f5750a;
}

#documents .grid-item {
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 5px;
}
#footerAll {
  display: flex;
}

.half-width {
  width: 50%;
}

footer {
  text-align: center;
}

.navbar {
  background-color: #f0f0f0;
  padding: 15px;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.nav-list li {
  margin-right: 20px;
}

.nav-list a {
  text-decoration: none;
  color: #f5750a;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.nav-list a:hover {
  color: white;
  text-decoration: underline;
}


.nav-list img {
  max-width: auto;
  max-height: 50%;
  object-fit: contain;
}

.menu-toggle {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 5px 0;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

#ourClients .grid-item {
  width: 150px;
  text-align: center;
}

.grid-item {
  width: 300px;
  text-align: center;
}

.grid-item-specialist-services{
  width: 32%;
  min-width: 300px;
  text-align: center;
}

.custom-grid-container {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  grid-gap: 10px; 
}

.custom-grid-item {
  width: 100%; /* Ensures full width on mobile view */
  text-align: center;
}

.fullscreen-image {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .custom-grid-container {
      grid-template-columns: 100%; /* Single column for mobile view */
  }
}
.about-us  {
  width: 48%;
  min-width: 300px;
}

#aboutUsContactDesc{
  width: 100%;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.gridDescription {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.gridDescription h3 {
  color: #f5750a;
}

.gridDescription p {
  line-height: 1.5;
}

.larger-grid-img
{
  width: 40%;
  min-width: 300px;
}

.menu-icon {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
}

* {
  box-sizing: border-box
}

#slideshow-container {
  width: 80%;
  margin: auto;
  height: auto;
  max-height: 100vh;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: contain;
  margin-top: 10px;
}

#arrowEnter{
  float:right;
  border-radius: 50%;
  background-color: #f5750a;
  padding-left:2%;
  padding-right:2%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #fff;
}

.mySlides {
  height: auto;
  width: 100%;
  object-fit: contain;
  max-height: 100vh;
  max-width: 100vw;
  margin: auto;
}

.mySlidesImage {
  width: 96%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  margin: auto;
}

.total-news-image {
  width: 50%;
  object-fit: contain;
  border-radius: 20px;
  margin: auto;
}

.inlineNavbarContainer {
  position: absolute;
  right: 13%;
  bottom: 50%;
  z-index: 999;
  width: 74%;
  text-align: center;
  display:none;
}

.inlineNavbarContainerAnimateTop{
  animation:opac 1.6s}@keyframes opac{from{opacity:0} to{opacity:1}
}

.inlineNavbarLink a{
  text-decoration: none;

}
.inlineNavbarLink {
  font-size: 1.25em;
  font-weight: bolder;
  background-color: #fff;
  padding: 0.375em 1.5em 0.375em 1.5em;
  box-sizing: border-box;
  border-radius: 20px;
  white-space: nowrap;
  margin-bottom: 20px;
  display: inline-block;
  color: #f5750a;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  min-height: 10px;
  min-width: 10px;
  max-height: 15px;
  max-width: 15px;
  height: 2vw;
  width: 2vw;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.navbar-logo {
  max-width: 20%;
  min-width: 150px;
  padding-right: 20px;
}
#mobView{
  display: none;
}

.navbar-phone {
  display: block;
  padding-right: 0px;
  margin-right: auto;
  color: #f5750a;
  text-decoration: none;
  font-size: 15px;
}
#phoneLogo{
  margin-right: 2px;
}
object {
  width: 100%;
}

.communication-link, .navbar-communication-link {
  color: #f5750a;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 2%;
}

.communication-link:hover {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.mobPhoneView{
  display: none;
}

.navbar-communication-link:hover {
  color:white;
  font-weight: bold;
  text-decoration: underline;
}

@keyframes fade {
  from {
    opacity: 0.4
  }

  to {
    opacity: 1
  }
}

@media only screen and (max-width: 480px) {
  img {
    width: 100%;
    object-fit: fill;
  }
  

}

@media (max-width:620px) {
  .modal img {
    max-width: 100%;
    max-height: auto;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    cursor: pointer;
  }
  #footerAll {
    flex-direction: column; /* Stack items vertically on smaller screens */
  }

  .half-width {
    width: 100%; /* Take full width on smaller screens */
    margin-bottom: 10px;
    align-items: center;
  }
}

@media (max-width: 1050px) {
  .navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #f0f0f0;
    z-index: 1000;
    flex-direction: column;
  }
  .navbar-logo{
    width: 100%;
    max-width: 100%;
  }
  #mobView{
    display:block;
  }
  .navbar-phone{
    display:none;
  }
  .mobPhoneView{
    flex-wrap: unset;
    display: flex;
  }

  .communication-link, .navbar-communication-link {
    font-size: 15px;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    background-color: #333;
    padding: 15px;
  }

  .nav-list li {
    margin-bottom: 10px;
    text-align: center;
  }

  .nav-list img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .nav-list.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
    background-color: #f0f0f0;
  }
  .mySlidesImage{
    object-fit: cover;
    margin: 0;
    width: 100%;
    border-radius: 0;

  }
  .mySlides{
    height: 100%;
  }
  .inlineNavbarContainer{
    display: block;
    position: absolute;
    right: 0%;
    bottom: 2%;
    z-index: 999;
    width: 100%;
  }
  .inlineNavbarLink {
    width: 100%;
  }
  .inlineNavbarLink i{
    bottom: 5px;
  }
  #slideshow-container {
    flex-direction: column;
    height: 90vh;
    width: 100%;
  }
}