.btn-close{
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
}

.th-btn{
  border-radius: 5px;
  background: #04CE78 !important;
  color: #fff !important;
  box-shadow: none;
}

.th-btn.style4{
  background:#1F5FFF !important;
  box-shadow: none;
}

.th-btn:before{
  display: none;
}

.modal-open .modal{
  padding-left: 0px !important;
}

.copyright-wrap{
  background-color: #010b23;
}

.th-widget-about{
  max-width: 100% !important;
}

.active-nav {
  color: #04CE78 !important;
}

.th-menu-wrapper .mobile-logo{
  padding-bottom: 30px;
  padding-top: 30px;
}

.landing-slider .owl-dots {
  margin-top: -50px !important;
  z-index: 100;
  display: block;
  position: relative;
}

#hero-1{
  height: 100vh;
  display: flex;
  padding-top: 70px;
  padding-bottom: 100px;
  align-items: center;
  justify-content: center;
  background-image: url('../../images/background.jpg');
  background-position: center;
  background-size: cover;
}

.hero-slide{
  background-size: cover;
  background-position: center;
  height: calc(100vh - 70px);
}

.hero-inner, .hero-style2{
  height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-slide::after{
  content: '';
  background: #00000050;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hero-title2{
  color: #fff;
}

.text-black{
  color:#010b23;
}

.text-white{
  color: #fff;
}

.landing-slider .owl-item img {
    opacity: 0.5;
}

.text-jusitify{
  text-align: justify;
}

.service-card{
  height: 100%;
  padding: 30px 12px;
}

.sec-title{
  font-size: 38px;
}

.brand-box-wrap{
  background-color: transparent;
  padding: 0px;
}

.space, .space-bottom {
    padding-bottom: 80px;
}

.space, .space-top {
    padding-top: 80px;
}

.testi-card{
  height: 400px;
}

.appointment-row .schedule-box{
  flex: auto;
}

.blog-box .blog-img img{
  height: 200px;
  object-fit: cover;
}

.blog-box{
  height: 100%;
}

.choose-feature .media-body{
  border-bottom: 0;
  padding-bottom: 0;
}

.counter-grid .box-number{
  font-size: 55px;
}

.counter-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 30px rgba(2, 29, 53, 0.08);
  margin-bottom: 40px;
}

.service-list .box-title-wrap .box-title{
  padding: 15px 2px;
}

.th-team .box-img img{
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.process-card:after{
  display: none;
}

.process-card .box-img .img{
  border-radius: 10px;
}

.process-card .box-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.process-card .box-img{
  width: 100%;
  height: 100%;
}

.pagination {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 4px;
   margin: 2rem 0;
   padding: 0;
   list-style: none;
}

.page-item {
   margin: 0;
}

.page-link {
   display: flex;
   align-items: center;
   justify-content: center;
   min-width: 40px;
   height: 40px;
   padding: 8px 12px;
   margin: 0;
   font-size: 14px;
   font-weight: 500;
   line-height: 1;
   color: #6c757d;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #dee2e6;
   border-radius: 6px;
   transition: all 0.15s ease-in-out;
}

.page-link:hover {
   color: #0056b3;
   background-color: #e9ecef;
   border-color: #adb5bd;
   text-decoration: none;
}

.page-link:focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item.active .page-link {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff;
}

.page-item.active .page-link:hover {
   background-color: #0056b3;
   border-color: #004085;
}

.page-item.disabled .page-link {
   color: #adb5bd;
   background-color: #fff;
   border-color: #dee2e6;
   cursor: not-allowed;
   pointer-events: none;
}

.location-card{
  height: 100%;
}

/* Responsive adjustments */
@media (max-width: 576px) {
   .pagination {
       gap: 2px;
   }
   
   .page-link {
       min-width: 36px;
       height: 36px;
       padding: 6px 10px;
       font-size: 13px;
   }
}

@media (max-width: 1299px) {
    .hero-title2 {
        font-size: 48px;
    }

    .hero-inner .container{
        max-width: 850px;
    }

    .hero-style2 .hero-text {
        max-width: 700px;
    }

    .service-list, .service-list-wrap.active .box-content {
        height: 500px;
        max-height: 500px;
    }

      .service-list .box-content, .service-list .box-icon {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .hero-style2 {
        text-align: center;
        padding: 40px 0 40px 0;
    }
}

@media (max-width: 767px) {
    .service-list .box-title-wrap .box-title {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        display: block;
        position: absolute;
        top: 20px;
        z-index: 1000;
        left: 100px;
        width: calc(100% - 120px);
    }

    .service-list .content-wrap{
        position: relative;
    }

    .service-list{
      max-height: 98px;
    }

    .swiper-slide{
      margin-right: 0px !important;
    }

    .team-card {
        max-width: 100% !important;
        margin: 0px auto !important;
    }

    .process-card .box-img img{
      width: 100%;
      height: 200px;
    }
}

@media (max-width: 575px) {
    .header-layout1 .header-logo img {
        max-width: 200px;
    }

    .hero-title2 {
        font-size: 40px;
    }

    .box-title-mobile{
      font-size: 20px;
    }

    .service-list-wrap.active .box-content {
        max-height: 700px !important;
    }

    .service-list, .service-list-wrap.active .box-content {
      height: 100% !important;
    }
}