.container-contact {
  box-shadow: 1px 1px 10px #e3e3e3;
  background: white;
  padding: 50px;
  border-radius: 20px;
}

.contact-us .form-style-one {
  max-width: 818px;
  padding: 20px;
}

.form-style-one h3 {
  margin-bottom: 20px;
}

.footer-nav a:hover {
  color: #ffb71d;
}

.form-style-one h3 {
  color: #ffb71d;
}

.bottom-footer {
  box-shadow: 1px 1px 10px #ccc;
  padding: 26px 0;
}

.bottom-footer span {
  color: #ffb71d;
}

.footer-line {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.bg-workspace {
  background-image: url("../images/gallery-banner.jpg");
  min-height: 560px;
  display: flex;
  align-items: center;
}

.gallery-title {
  padding: 10px;
  background-color: #00000078;
}
.gallery-title h1 {
  color: #fff;
}

.gallery-images img {
  border-radius: 10px;
}

.gallery-images {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 500px;
  max-height: 500px;
  transition: transform 0.5s ease-in-out;
}

.modal-content img {
  width: 100%;
  height: auto;
}

.gmap_canvas {
  display: flex;
  align-items: center;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="submit"] {
  background-color: #ffb71d;
  color: #fff;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #ffb71d;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-style: italic;
  padding: 5px 0px 0px 5px;
}

.whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
}

.about-ban {
  background-image: url("../images/about-ban.png");
  min-height: 590px;
}

.about-title h1 {
  text-align: left;
  padding-left: 30px;
}

.about-title p {
  margin-top: 20px;
  text-align: left;
  padding-left: 30px;
}

.button-title  {
  margin-top: 20px;
  background-color: white;
  color: #ffb71d;
  border: 1px solid #ffb71d;
  padding: 10px 20px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-title:hover {
  background-color: #ffb71d;
  color: white;
  border: 1px solid #ffb71d;
  padding: 10px 20px;
  margin-left: 30px;
}
.button-title i {
  font-size: 1.5em;
  margin-left: 15px;
}
.about-title img {
  border-radius: 20px;
  box-shadow: 1px 1px 10px #999;
}

.about-list {
  margin-top: 20px;
  display: flex;
}
.about-list p {
  margin: 0 0 0 10px;
}
.about-list img{
  height: 100%;
}


.card-style-one {
    border: 1px solid #ffb71d;
    padding: 30px 20px 20px 20px;
    fill: #ffb71d;
}

.card-style-one:hover  {
    background-color: #ffb71d;
    color: #fff;
}

.card-style-one:hover svg path{
    fill: #fff;
}

.card-style-one svg path{
    fill: #ffb71d;
}

.carousel-item h1{
 color: #fff;
 text-align: left;
 margin-bottom: 150px;
  

}

.carousel-home img{ 
  border-radius: 20px;
}

.h3-title{
  font-size: 27px;
  line-height: 50px;
}

.h2-title{
  font-size: 32px;
}

.h2-title:after{
content: "";
display: block;
border-bottom: 5px solid #ffb71d;
border-radius: 20px;
margin-top: 24px;
width: 200px;
}

.card-style-four svg path{
  fill: #ffb71d;
}
.card-style-four{
  padding: 20px;
  min-height: 100%;
}

.bg-quote{
  background: linear-gradient( rgba(3, 3, 3, 0.51), rgba(0, 0, 0, 0.45)  ), url(../images/bizzbay1\ \(10\).jpg);
  background-position: center;
}

.service-home{
box-shadow: 1px 1px 10px #fff;
border-radius: 20px;
padding: 20px;
position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.service-home h1{
  color: #fff;
}

#myVideo{
min-width: 100%;
}

.footer-four .social-icon a{
  border: 1px solid #ffb71d;
  color: #ffb71d;
}

.footer-four .social-icon a:hover{
  border: 1px solid #000;
  color: #fff;
}

.fa-solid{
  color: #ffb71d;
}

.footer-nav a i{
  padding-right: 10px;
}

.footer-title{
  color: #ffb71d;
}

.service-img img{
  border-radius: 20px;
}

.justify-about{
  text-align: justify;
}

.box {
  background-color: #fff;
  box-shadow: 1px 1px 10px #ccc;
  border-radius:  20px;
  margin: 10px;
  min-height: 95%;
}

.box img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.box h4{
  padding: 20px;
  font-size: 20px;
}

.box p{
  padding: 0px 20px 10px 20px;
}

.home-h1{
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.home-h1 h1{
font-size: 38px;
}
.desktop-hide{
  display: none;
}

.btn-two, .btn-nine {
  color: #fff;
}

.btn-two:hover, .btn-nine:hover{
  color: #ffb71d;
  background-color: #fff;
}

.work-needs{
  padding: 30px 20px 20px 20px;
  background-color: #ffb71d;
  text-align: center;
}

.work-needs p{
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding-top: 20px;
}
.work-needs .col-md-2{
border-right: 1px solid #fff;
}

.work-needs img{
  width: 40px;
}

.bg-gray{
  background-color: #f1f1f1;
}

.equal{
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .home-h1 h1{
    font-size: 14px;
    padding-right: 20px;
  }
  .mobile-hide{
    display: none;
  }
  .desktop-hide{
    display: flex;
  }
}




.client-scrolling-container {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.client-items {
  display: flex;
  
  animation: scroll 60s linear infinite; /* Adjust animation duration and timing function */
}

.client-item {
  display: flex;
  margin-right: 20px; /* Adjust as needed */
  opacity: 1; /* Adjust opacity as needed */
  
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.client-item:hover {
  opacity: 0.7; /* Hover effect to increase opacity */
}

#contract-details{
  background-color:#636363;
  border-radius: 8px;
}