.gtco-testimonials {
  padding: 80px 0;

  text-align: center;
}

.section-title {
  font-size: 36px;
  color: #482815;
  margin-bottom: 50px;
}

.testimonial-card {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.card-body {
  padding: 20px;
  background-color: #f0ece6;
  height: 250px;
  overflow: hidden;
}

.comment {
  font-size: 18px;
  line-height: 1.6;
  /* margin-bottom: 20px; */
  color:  #24262d;
  
}

.author {
  font-size: 16px;
  font-style: italic;
  color: #777;
}

.owl-carousel .owl-stage-outer {
  padding: 30px 0;
}

.owl-carousel .owl-nav {
  position: absolute;

  transform: translateY(-50%);
  width: 100%;
}

.owl-carousel .owl-nav button {
  background: #333;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.owl-carousel .owl-nav button:hover {
  background: #555;
}

@media (max-width: 768px) {
  .gtco-testimonials .section-title {
    font-size: 28px;
  }
  .project-type {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .project-type button {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .service_dir > .row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .what_we_do_section .parallax_wrapper .img_over img {
    float: inline-start !important;
  }
  .contact_info {
    padding: 20px;
  }
  .contact_us .row {
    row-gap: 1.5rem;
  }
  .title h3 {
    font-size: 1.5rem;
  }
  .card-body {
    height: 100%;
  }
  .comment {
    font-size: 1rem;
  }
}

/* Project type buttons */
.project-type {
  margin: 10px 0;
  text-align: center;
}

.project-type button {
  margin: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #555;
  border-radius: 25px;
  transition: color 0.3s ease;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.project-type button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4a2c1e;
  transition: transform 0.5s ease;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}

.project-type button:hover::before {
  transform: scaleX(1);
}

.project-type button:hover {
  color: #fff;
}

.project-type button.active::before {
  transform: scaleX(1);
}

.project-type button.active {
  color: #fff;
}

/* Project images container */
.project-images {
  display: flex;
  flex-wrap: wrap;
}

.project {
  width: 50%; /* Two projects per row */
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.project img {
  width: 100%;
  height: auto;
  transition: transform 0.9s ease, filter 0.9s ease;
}

.project:hover img {
  transform: scale(1.1) rotate(3deg) skew(1deg, 1deg);
  filter: blur(1px);
}

/* Project title */
.project-title {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  white-space: nowrap;
  border-radius: 10px;
  animation: none;
}

@keyframes textAppear {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.project:hover .project-title {
  animation: textAppear 0.5s forwards;
}

/* Title animation */
.title {
  opacity: 0;
  animation: titleAppear 1s forwards;
  animation-delay: 0.5s;
}

@keyframes titleAppear {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textAppear {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.project:hover .project-title {
  animation: textAppear 0.5s forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.review_card {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s, box-shadow 0.3s;
  animation: fadeInUp 0.6s forwards;
}
/* 
.review_card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} */
/* .home_testimonials .comment {
  color: white;
} */

@media screen and (min-width: 729px) {
  /* .owl-carousel .owl-nav .owl-prev{
left: -7%;
}
 .owl-nav button.owl-next{
left:100%;
} */
}
.owl-next,
.owl-prev {
  background-color: #492d1d47 !important;
}
.owl-next span,
.owl-prev span {
  font-size: 40px;
  line-height: 40px;
}
.our_project .owl-dots {
  display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: antiquewhite !important;
}
.our_project h2 {
  color: #4a2c1e;
}
@media (min-width: 992px) {
  .what_we_do_section.flex-lg-row-reverse{ 
      flex-direction:row !important;
    }
    .logo {
      float: right;
    }
  
  }


.review_card .row {
  /* display: inline-flex; */
  align-items: center;
}
.review_content h5 {
  font-weight: 500;
  font-size: 15px;
}

.review_content {
  margin: 0 auto;
  padding: 0;
}
/* .review_card img{
  padding-left: 10px;;
} */
.form-group label {
  color: #c77e2a;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .review_card {
    height: 60px;
  }
}
.what_we_do_section .parallax_wrapper .img_over img {
  float: inline-end;
}
.what_we_do_section .parallax_wrapper .img_over {
  right: -20%;
  left: 0;
}
.what_we_do_section .icon-img img {
  width: 35px;
}
.floating-cta_icon {
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 99;
}

.floating-cta_icon a {
  background-color: #c77e2a;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.floating-cta_icon a:hover {
  opacity: 0.9;
  transition: opacity 0.2s ease-in-out;
}

.floating-cta_icon a i {
  color: white;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .floating-cta_icon {
    bottom: 20px !important;
    right: 20px !important;
  }

  .floating-cta_icon a {
    height: 44px !important;
    width: 44px !important;
  }

  .floating-cta_icon a i {
    font-size: 18px !important;
  }
  .service-img img {
    border-radius: 12px;
  }
}
.lead {
  font-size: 16px;
}
.conatct_info_margin {
  margin-left: 52px;
}
textarea {
  resize: none;
}
@media (max-width: 991px) {
  .logo_normal img {
    height: auto;
    width: 150px;
  }
  .custom-service-text {
    padding: 20px 0 !important;
  }
  .custom_navbar {
    padding: 0 1rem;
  }
}
.custom-service-text h3 {
  color: #432312;
}
@media (max-width: 425px) {


  .owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
  }
  .logo_normal img{
    width: 125px !important;
  }
  .form-check{

    margin-left: 15px;
    padding-left:4px
  }
.checkbox{
  flex-wrap:wrap;
  column-gap: 10px;
}
.form_custom{
  margin-left:36%
}
.project-type button{
  padding: 10px;
}
}
.display_custom{
  margin-left: 35px;
}
.footer_links ul li::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin-right: 10px; 
  color: inherit;
  cursor: pointer;
}
.footer_links ul li:hover::before{
/* transform: translateX(10px); */
color: #c77e2a;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; 
}
.checkbox{
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.form-check-input:checked{
  background-color: #4a2c1e;
  border-color: #4a2c1e;
}
 .animated-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: 15px; /* Adjust this value for rounded corners */
}
 .animated-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #ebd197, #b48811, #a2790d, #bb9b49, #ebd197, #ebd197, #b48811, #bb9b49);
  border-radius: 35px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.customer_review .owl-theme .owl-nav [class*=owl-]{
  margin: 5px -15px;

}
.bi::before, [class*=" bi-"]::before{
vertical-align: middle;
}

.checkbox{

    column-gap: 20px!important;

}

@media (max-width: 600px) {
  .aos-element {
   
    opacity: 1;
    transition: none; 
  }
}

