* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  background-color: #2a2c39 !important;
}

:root {
  font-family: sans-serif;
}
.navbar {
  background-color: #2a2c39 !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 1000 !important;
}
@media (max-width: 576px) {
  .navbar-brand img {
    margin-left: 0 !important;
  }
}

.navbar img {
  height: 80px;
  width: 80px;
}

.sideimg {
  height: 120px !important;
  width: 120px !important;
}

.navbar ul {
  gap: 30px !important;
  margin-right: 5vw !important;
}

@media (max-width: 991px) {
  .navbar ul {
    gap: 15px;
    margin-right: 0;
    text-align: center;
  }
}




header {
  background-color: #2a2c39 !important;
  min-height: 100vh !important;
}
@media (max-width: 768px) {
  header {
    text-align: center;
  }

  header .btn {
    margin-left: 0 !important;
  }
}


.img2 {
  height: 400px !important;
  width: 380px !important;

}
@media (max-width: 768px) {
  .img2 {
    width: 250px;
    height: 250px;
  }
}

/* <!-- header end --> */

.container1 {
  min-height: 10vh !important;
  background-color: #373947 !important;
}

/* 2nd div end */


.imgser {
  width: 70px;
}

/* services end */
/* ===============================
   Portfolio Base
================================ */
.st-portfolio {
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.st-portfolio::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3f4551;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}

.st-portfolio::after {
  content: "";
  position: absolute;
  border: 1px solid #fdfeff;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.st-portfolio:hover::before {
  opacity: 0.85;
}

.st-portfolio:hover::after {
  opacity: 0.85;
}

.st-portfolio:hover .st-portfolio-item-hover {
  opacity: 1;
  visibility: visible;
}

.st-portfolio .st-portfolio-img img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.st-portfolio:hover .st-portfolio-img img {
  transform: scale(1.05);
}

.st-portfolio-item-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 90%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.st-portfolio-item-hover i {
  border: 0.5px solid #3f4551;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fec544;
  color: #151b29;
  font-size: 26px;
  opacity: 0.8;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.st-portfolio-item-hover i:active {
  transform: scale(0.9);
}

.st-portfolio-item-hover h5 {
  margin: 0;
  font-size: 18px;
  color: #fdfeff;
}

.st-portfolio-item-hover p {
  margin: 0;
  font-size: 14px;
  color: #fdfeff;
}

@media (max-width: 992px) {
  .st-portfolio-item-hover {
    max-width: 220px;
  }

  .st-portfolio-item-hover h5 {
    font-size: 17px;
  }

  .st-portfolio-item-hover p {
    font-size: 13px;
  }

  .st-portfolio-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.st-portfolio-img img {
  height: 100%;
}

}


@media (max-width: 768px) {
  .st-portfolio::before {
    opacity: 0.6;
  }

  .st-portfolio::after {
    opacity: 0;
  }

  .st-portfolio-item-hover {
    opacity: 1;
    visibility: visible;
  }
}


@media (max-width: 576px) {
  .st-portfolio-item-hover {
    max-width: 160px;
  }

  .st-portfolio-item-hover h5 {
    font-size: 15px;
  }

  .st-portfolio-item-hover p {
    font-size: 11px;
  }

  .st-portfolio-img img {
    max-height: 180px;
  }
}

/* projects end  */

/* faqs end */

/* reviews start  */

.testimonial-carousel {
  position: relative;
}

/* Card Style */

@media (max-width: 576px) {
  .testimonial-card {
    max-width: 90%;
    padding: 15px;
  }
}

.testimonial-card {
  background: #242323;
  padding: 30px 35px;
  max-width: 700px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(26, 25, 25, 0.15);
  text-align: center;
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

/* Custom Buttons */
.custom-control {
  width: 50px;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 20px;
    font-size: 16px;
  }

  .custom-control {
    width: 35px;
  }
}


/* Testimonial Footer */
.testimonial-footer {
  width: 100%;
}

/* Stars */
.stars {
  color: #f7b500;
  font-size: 25px;
  letter-spacing: 2px;
}

/* Client Info */
.client-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #f3ebeb;
}

.client-info small {
  font-size: 13px;
  color: #777;
}

/* Client Image */
.client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f7b500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .stars {
    font-size: 16px;
  }

  .client-img {
    width: 40px;
    height: 40px;
  }
}


/* <!-- Testimonial end  -->


  <!-- contact start  --> */

/* Input text color black */
.contactm {
  background-color: #242323 !important;
}

form .form-control {
  color: #fff;
  background-color: #242323;
  border: 1px solid #555;
  box-shadow: none;
  width: 100%;
}

form .form-control:focus {
  color: #fff;
  background-color: #242323;
  border-color: #888;
  box-shadow: none;
  outline: none;
}

/* Optional hover effect */
form .form-control:hover {
  border-color: #aaa;
}

.rightc {
  background-color: #242323 !important;
}

.top1 {
  background-color: #302f2f !important;
}

/* footer start  */

.footere {
  background-color: #242323 !important;
}





