.logo {
  height: 80px;
}

.carousel-heading {
  font-size: 3rem !important;
}

@media screen and (max-width: 768px) {
  .carousel-heading {
    font-size: 2rem !important;
  }
}

/* services */

.service-item {
  position: relative;
  text-align: center;
}

.service-item .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.service-item .service-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.3s;
  z-index: -1;
}

.service-item .service-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary);
  z-index: -2;
}

.service-item:hover .service-img img {
  transform: scale(1);
}

.service-item .service-text {
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.service-item:hover .service-text {
  background: rgba(0, 0, 0, 0.5);
}

.service-item .service-text h4,
.service-item .service-text p {
  transition: 0.3;
}

.service-item:hover .service-text h4 {
  color: #ffffff;
}

.service-item:hover .service-text p {
  color: var(--light);
}

.service-item .service-text .btn-square {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.5s;
}

.service-item:hover .service-text .btn-square {
  background: var(--light);
}

.service-item .service-text .btn {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  background: var(--light);
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}

.service-item:hover .service-text .btn {
  width: 112px;
}

.carousel-item-1 {
  background-image: url(../img/services/services-3.jpg);
}
.carousel-item-2 {
  background-image: url(../img/carousel-2.jpg);
}

.carousel-item {
  height: 90vh !important;
  background-size: cover;
}
.carousel-item > img {
  object-fit: cover; /* Ensures the image covers the area */
  width: 100%;
  height: 100%;
}
.carousel-item.active > img {
  animation: smoothScale 7s linear forwards;
}

.carousel-heading {
  font-family: "Montserrat";
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  transform: scale(1.2);
}

.footer-about-p {
  font-size: 12px;
  text-align: justify;
}

.navbar-dark {
  background-color: #ffffff8c;
}

.sw {
  color: var(--primary);
  font-weight: 800 !important;
}

.carousel-item h1{
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 1);
}
.carousel-item h5{
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  font-weight: 800 !important;
}

@keyframes smoothScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.dropdown-menu {
  border: 1px solid var(--primary);
}


  .dropdown-menu a {
    padding: 8px 15px;
    transition: 0.25s;
  }
  
  .dropdown-menu> a:hover {
    background-color: var(--primary);
    color: #ffffff;
  }

.attach{
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 2;
}

.attach-top {
    top: 100px;
    left: 0;
}

.attach-bottom {
    bottom: 0;
    right: 0;
}

.serv {
    position: relative;
}

@media screen and (max-width:768px) {
    .attach {
        display: none;
    }
    
}

.footer-link-wrap a{
  font-size: 12px !important;
}


.service-carousal>div .service-item {
 min-height: 380px;
}

.service-carousal .owl-item {
 padding: 10px;
}

.service-text p{
  text-align: justify;
}

.service-carousal .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.service-carousal .owl-dots .owl-dot{
  height: 15px;
  width: 15px;
  border-radius: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background-color: #3c5168;
  transition: 0.25s;
}

.service-carousal .owl-dots .owl-dot.active {
  background-color: var(--primary);
  width: 30px;
}

.y-text{
  color:  var(--secondary);
}

.y-bg{
  background-color:  var(--secondary);
}

.footer h3{
  color: var(--secondary);
}

.navbar-brand {
  color: #000 !important;
  font-weight: 900;
  font-size: 20px;
  text-shadow: 1px 1px 5px #ff5c6154;
  text-transform: uppercase;
  font-family: "Nunito" !important;
}

@media screen and (max-width: 992px) {
  .logo-title {
    display: none;
  }
  
}
.justify-text {
    text-align: justify;
}
