/* Custom styles */
body {
  font-family: "Sora", sans-serif;
  overflow: hidden auto;
}

.page-wrapper {
  padding: 0 2rem;
  overflow: hidden;
}

.text-stroke {
  -webkit-text-stroke: 1.5px #ffffff;
  color: transparent;
}

.hero-section {
  padding: 100px 2rem 50px;
}

.hero-section h1 {
  font-size: 4rem;
}
.hero-section h2 {
  font-size: 4rem;
}
.bg-dark-custom {
  background-color: #2a2a2a !important;
}

.callback-section h3 {
  font-weight: normal;
}
.callback-section .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #111 !important;
}
.callback-section .card-body {
  gap: 1rem;
}
.callback-section .form-control {
  padding: 5px 0;
}
.callback-section button.btn.btn-dark {
  min-width: 200px;
  max-width: 100%;
  margin-left: 2rem;
}
.callback-section h3 strong {
  font-weight: bold;
}
.categories-section .card {
  height: 421px;
  overflow: hidden;
}

.categories-section .card img {
  object-fit: cover;
  height: 100%;
}
.categories-section .row h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1rem 0 0;
}

#categoriesCarousel .carousel-item,
#portfolioCarousel .carousel-item {
  transition: transform 0.6s ease-in-out;
}

#categoriesCarousel .carousel-control-prev,
#categoriesCarousel .carousel-control-next,
#portfolioCarousel .carousel-control-prev,
#portfolioCarousel .carousel-control-next {
  width: auto;
  opacity: 1;
}

#categoriesCarousel .carousel-control-prev-icon,
#categoriesCarousel .carousel-control-next-icon,
#portfolioCarousel .carousel-control-prev-icon,
#portfolioCarousel .carousel-control-next-icon {
  background-image: none;
}

#categoriesCarousel .carousel-control-prev-icon::before,
#categoriesCarousel .carousel-control-next-icon::before,
#portfolioCarousel .carousel-control-prev-icon::before,
#portfolioCarousel .carousel-control-next-icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#categoriesCarousel .carousel-control-prev-icon::before,
#portfolioCarousel .carousel-control-prev-icon::before {
  transform: rotate(-135deg);
}

#categoriesCarousel .carousel-control-next-icon::before,
#portfolioCarousel .carousel-control-next-icon::before {
  transform: rotate(45deg);
}

.why-choose-us h2 {
  font-size: 80px;
  line-height: 1;
}
.why-choose-us .col-md-3.text-center {
  padding: 0 35px;
}
section.our-partner {
  padding-top: 0 !important;
}
.our-partner h2 {
  font-size: 60px;
  line-height: 1;
}
.img-col {
  position: relative;
  right: 3rem;
}

.box-partner {
  position: relative;
  padding: 2rem;
  border-top: 1px solid #fff;
  color: rgba(255, 255, 255, 0.7);
}
.box-partner h3 {
  font-size: 23px;
  font-weight: 600;
}
.box-partner p {
  font-size: 16px;
  font-weight: 400;
}
.box-partner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #2a2a2a);
}

.box-partner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #2a2a2a);
}

.our-portfolio .title p {
  color: rgba(255, 255, 255, 0.7);
}

.our-portfolio h2 {
  font-size: 40px;
}
.our-location {
  padding: 5rem 0;
  margin-bottom: 5rem;
}

.our-location .left-col .content {
  padding: 0 3rem 3rem;
}

.our-location h2 {
  font-size: 42px;
}

.our-location .right-col .position-absolute.top-0.end-0.bg-dark.p-4 {
  right: 10px !important;
  height: 100%;
  overflow: hidden auto;
}
.our-location .position-absolute.top-0.end-0.bg-dark.p-4 ul li {
  margin-bottom: 2rem;
}
.our-location .position-absolute.top-0.end-0.bg-dark.p-4 ul li:last-child {
  margin-bottom: 0;
}
.our-location .position-absolute.top-0.end-0.bg-dark.p-4 ul li h3 {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
}

.whatsapp-btn {
  z-index: 1000;
}
.our-portfolio h2,
.our-portfolio p {
  margin-bottom: 0;
}

footer input::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

footer input::-webkit-input-placeholder {
  color: #fff !important;
}

footer input:-ms-input-placeholder {
  color: #fff !important;
}

footer input::-ms-input-placeholder {
  color: #fff !important;
}

footer h3 {
  font-size: 20.475px;
  font-weight: 400;
}

footer .form-control {
  padding: 5px 0;
  color: #fff !important;
}
footer .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff !important;
}
footer .form-control:placeholder {
  color: #fff;
}
button.btn.btn-outline-light.rounded-pill:hover svg path {
  stroke: #111 !important;
}
.footer-bottom a,
.footer-bottom p {
  color: #e6e1dc;
  font-size: 16.688px;
  font-weight: 400;
  line-height: 24.48px; /* 146.697% */
  margin-bottom: 0;
}
.footer-bottom a:hover {
  color: #111 !important;
}
.category-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-card img {
  transition: transform 0.5s ease;
}

.category-card:hover img {
  transform: scale(1.1);
}

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-card:hover .category-overlay {
  opacity: 1;
}

.category-card .card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.3s ease;
  margin-bottom: 1rem;
}

.category-card:hover .card {
  border-color: rgba(255, 255, 255, 0.5);
}

.category-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  transition: transform 0.3s ease;
}

.category-card:hover .category-title {
  transform: translateY(-5px);
}

/* Portfolio Slider Styles */
.portfolio-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
}

.portfolio-slide img {
  width: 100%;
  transition: transform 0.5s ease;
}

.portfolio-slide:hover img {
  transform: scale(1.1);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 20px;
}

.portfolio-slide:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.portfolio-description {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.3s ease 0.1s;
}

.portfolio-slide:hover .portfolio-title,
.portfolio-slide:hover .portfolio-description {
  transform: translateY(0);
}

.portfolio-link {
  color: white;
  text-decoration: none;
  margin-top: 15px;
  padding: 8px 20px;
  border: 2px solid white;
  border-radius: 25px;
  transform: translateY(20px);
  transition: all 0.3s ease 0.2s;
  opacity: 0;
}

.portfolio-slide:hover .portfolio-link {
  transform: translateY(0);
  opacity: 1;
}

.portfolio-link:hover {
  background: white;
  color: black;
}
.portfolio-carousel .slick-track {
    display: flex;
    align-items: center;
}

.portfolio-carousel .slick-slide {
    height: auto;
}

/* Adjust slider arrows */
.slider-arrows .btn-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-arrows .btn-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.whatsapp-btn {
  bottom: 20px;
  left: 20px;
  background-color: #01e675;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #01e675;
  color: #fff;
}
.whatsapp-btn:hover {
  color: #01e675!important;
  border-color: #01e675;
  background-color: #fff;
}

.portfolio-slider {
  position: relative;
  margin-bottom: 60px;
}

.portfolio-carousel {
  margin: 0 -10px;
}

.portfolio-carousel .slide {
  padding: 0 10px;
}

.portfolio-carousel .slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.slider-controls {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  padding: 20px 0;
}

.slider-controls .progress {
  background-color: rgba(255, 255, 255, 0.2);
}

.slider-controls .btn-link {
  padding: 0;
  font-size: 1.2rem;
}

.slider-controls .btn-link:hover {
  opacity: 0.8;
}
.dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    background-color: #111 !important;
    color: #fff;
}


@media (max-width: 1199px) and (min-width: 992px) {
  .hero-section h1,
  .hero-section h2 {
    font-size: 3rem;
  }
  .why-choose-us h2,
  .our-partner h2 {
    font-size: 50px;
  }
  .why-choose-us .col-md-3.text-center {
    padding: 0 15px;
}
.portfolio-carousel .slide img {height: 300px;}
footer h3 {
  font-size: 18px;
}
}
[dir="rtl"] .callback-section .card-body .intl-tel-input input {
    padding-right: 76px !important;
    padding-left: 0 !important;
    direction: ltr;
}
@media (max-width: 991px) and (min-width: 768px) {
    .hero-section h1,
    .hero-section h2 {
      font-size: 3rem;
    }
    .why-choose-us h2,
    .our-partner h2 {
      font-size: 50px;
    }
    .why-choose-us .col-md-3.text-center {
      padding: 0 15px;
  }
  .portfolio-carousel .slide img {height: 300px;}
  footer h3 {
    font-size: 18px;
  }
  .categories-section .card {
    height: 250px;
  }
  .categories-section .row {row-gap: 1rem;}
  .footer-bottom a, .footer-bottom p {
    font-size: 13.5px;
  }
  .whatsapp-btn {bottom: 50px;}
  }

  .portfolio-slider .slide:hover img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-slider .slide:hover .portfolio-overlay {
    opacity: 1;
}

/* Custom Slick Slider Styles */
.portfolio-carousel .slick-track {
    display: flex;
    align-items: center;
}

.portfolio-carousel .slick-slide {
    height: auto;
}

 /* Portfolio Slider Styles */
 .portfolio-slider .slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
}

.portfolio-slider .slide img {
    width: 100%;
    transition: transform 0.5s ease;
}
footer .wpcf7 ,
.callback-section .card-body .wpcf7 {
  width: 100%;
}
footer .wpcf7-form {
      position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
footer .wpcf7-form-control-wrap {
    position: relative;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.callback-section .card-body form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.wpcf7-spinner {
  position: absolute;
  bottom: 0;
}
.callback-section .card-body .wpcf7-form-control-wrap {
  width: 31%;
}
.callback-section  .budget.d-flex.flex-column .wpcf7-form-control-wrap {width: 100%;}
.callback-section  .budget.d-flex.flex-column .wpcf7-form-control-wrap  .wpcf7-list-item {margin: 0;}
.callback-section  .budget.d-flex.flex-column  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
        flex-wrap: wrap;
    gap: .5rem;
}
.callback-section .card-body input.wpcf7-text {
    width: 100%;
    border: 0!important;
    border-radius: 0!important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
footer .wpcf7 form .wpcf7-response-output,
.callback-section .card-body .wpcf7-response-output {
    position: absolute;
    bottom: 5px;
    padding: 0;
    border: 0;
    font-size: 14px;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #dc3232;
}
footer .wpcf7 form .wpcf7-response-output {
  position: relative;
  bottom: 0;
}
.callback-section .card-body input.wpcf7-text:focus {
  box-shadow: none;
  border-color: #111!important;
      outline: none;
}
.wpcf7-not-valid-tip {
  font-size: 14px!important;
}
footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 20px;
    padding: .35rem 2rem;
    border: 1px solid #fff;
        margin-left: 1rem;
}
footer input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 767px) {
  .budget.d-flex.flex-column,
  .callback-section .card-body .wpcf7-form-control-wrap {
    width: 100%;
}
    .hero-section h1,
    .hero-section h2 {
      font-size: 2.1rem;
    }
  
    .why-choose-us h2,
    .our-partner h2 {
      font-size: 2.5rem;
    }
    .page-wrapper {
        padding: 0 1rem;
    }
    .hero-section {
        padding: 40px 0rem 30px;
    }
    header.d-flex.justify-content-between.align-items-center.py-3 {
        flex-flow: column-reverse;
        gap: 1rem;
    }
    section.callback-section.position-relative {
            position: relative !important;
    }
    .callback-section .card-body {
        padding: 1rem;
        flex-flow: column;
    }
    .callback-section .form-control {
        padding: 0.5rem 0;
    }
    .callback-section .position-absolute.bottom-0.start-0.w-100.p-5 {
        padding: 2rem 1rem !important;
    }
    section.categories-section.bg-dark-custom.p-5 {
        padding: 3rem 1rem !important;
    } 
    .categories-section .row {
        row-gap: 1rem;
    }
    .categories-section .card {
        height: 200px;
    }
    .categories-section .d-flex.justify-content-between.align-items-center.mb-4 {
        flex-flow: column;
        align-items: flex-start !important;
    }
    section.why-choose-us .col-md-6.text-start {
        margin-top: 1rem;
    }
    .img-col {
        right: 0;
    }
    section.our-partner {
        padding: 0 1rem 3rem !important;
    }
    .our-partner h2 {text-align: center;}
    .box-partner h3 {
        font-size: 20px;
    }
    .box-partner p {
        font-size: 14px;
    }
    .our-portfolio h2 {
    font-size: 30px;
}
.portfolio-carousel .slide img {
    height: 300px;
}
.our-location h2 {
    font-size: 30px;
}
.our-location .left-col .content {
    padding: 0 1rem 1rem;
}
.our-location {
    padding: 3rem 0;
    margin-bottom: 3rem
}
.our-location .right-col .position-absolute.top-0.end-0.bg-dark.p-4 {
    right: 0 !important;
    height: auto;
    max-height: 400px;
    position: relative !important;
}
footer h3 br{display: none;}
.footer-bottom {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
.footer-bottom  .col-md-4.text-end {
    text-align: center !important;
}
.callback-section .card-body form {
    flex-flow: column;
}
.callback-section .card-body .wpcf7-response-output {
  position: relative;bottom: 0;
}
}
.budget-label {  color: #777;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  color: #777!important;
}

.wpcf7 select {
  appearance: none; /* Removes default browser style */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #e2e8f0; /* Adjust border to match inputs */
  border-radius: 0.375rem;   /* Same as inputs (rounded-md or lg) */
  padding: 0.75rem 1rem;     /* Match input padding */
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  color: #111827; /* Same text color as inputs */
  transition: all 0.2s ease-in-out;
}

.wpcf7 select:focus {
  outline: none;
  border-color: #2563eb; /* Tailwind blue-600 or desired color */
  box-shadow: 0 0 0 1px #2563eb;
}
.wpcf7 select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem; /* Space for custom arrow */
}