/*!
Theme Name: ezoe
Theme URI:  
Author:Sujeet Kumar maurya
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6 
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f5f7fb;
  color: #222;
}

.container {
  max-width: 1320px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/*====================
Header
====================*/

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.admin-bar .header {
  top: 28px;
}

.header .container {
  margin-top: 20px;

  background: #fff;

  border-radius: 18px;

  height: 78px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 30px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.logo img {
  height: 42px;
}

.menu ul {
  display: flex;

  gap: 35px;
}

.menu a {
  color: #222;

  font-size: 15px;

  font-weight: 500;
}

.login-btn {
  background: #0f5ef7;

  color: #fff;

  padding: 14px 28px;

  border-radius: 12px;

  font-weight: 600;

  transition: 0.3s;
}

.login-btn:hover {
  background: #ff7a00;
}

.hero {
  background: linear-gradient(90deg, #0d2f6f, #0d5ce6);

  padding-top: 170px;

  overflow: hidden;
}
section.hero img {
  margin-bottom: -10px;
  width: 177%;
  display: block;
  max-width: unset;
  margin-bottom: -118px;
  margin-left: -153px;
  margin-top: -64px;
}

.hero-wrapper {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.hero-left {
  width: 50%;
}

.hero-right {
  width: 45%;
  text-align: right;
}

.hero-right img {
  max-width: 100%;
}

.hero h1 {
  color: #fff;

  font-size: 62px;

  line-height: 1.1;

  font-weight: 800;
}

.hero h1 span {
  color: #ffb000;
}

.hero p {
  color: #fff;

  margin: 30px 0;

  font-size: 18px;

  opacity: 0.9;
}

.search-box {
  background: #fff;

  border-radius: 16px;

  display: flex;

  padding: 10px;

  gap: 10px;
}

.search-field,
.location-field {
  flex: 1;

  display: flex;

  align-items: center;

  gap: 10px;

  padding: 0 15px;
}

.search-box input {
  width: 100%;

  border: none;

  outline: none;

  height: 50px;

  font-size: 15px;
}

.search-box button {
  width: 170px;

  border: none;

  border-radius: 12px;

  background: #ff7a00;

  color: #fff;

  font-size: 17px;

  font-weight: 600;

  cursor: pointer;
}

/*======================
Statistics
======================*/

.stats {
  margin-top: -55px;
  position: relative;
  z-index: 5;
}

.stats-wrapper {
  background: #fff;

  border-radius: 22px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);

  overflow: hidden;
}

.stat-box {
  text-align: center;

  padding: 45px 20px;

  border-right: 1px solid #eee;
}

.stat-box:last-child {
  border: none;
}

.stat-box h2 {
  font-size: 42px;

  color: #0d5ce6;

  margin-bottom: 10px;
}

.stat-box p {
  color: #666;

  font-size: 16px;
}

/*======================
Section Title
======================*/

.section-title {
  text-align: center;

  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 42px;
  color: #0d337b;
  margin: 0;
}
.section-title p {
  color: #000000;
  font-size: 22px;
}

.categories {
  padding: 30px 0 50px;
}

.flex {
  display: flex;
  gap: 30px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
.category-left {
  width: 50%;
}

.category-card {
  background: #fff;
  border-radius: 15px;
  padding: 0;
  text-align: center;
  transition: 0.35s;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.category-card img {
  width: 100%;
  height: 103px;
  object-fit: cover;
  margin-bottom: 0;
}

.category-card h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.category-card a {
  color: #222;
}
.category-card span {
  color: #777;
}

.category-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 25px 50px rgba(13, 92, 230, 0.18);
}

.category-card:hover h3 {
  color: #0d5ce6;
}

/*=========================
Why Us
=========================*/

.why-us {
  padding: 100px 0;
  background: #fff;
}

.why-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.why-image {
  flex: 1;
}

.why-image img {
  width: 100%;
  border-radius: 25px;
}

.why-content {
  flex: 1;
}

.subtitle {
  color: #0d5ce6;
  font-weight: 600;
  text-transform: uppercase;
}

.why-content h2 {
  font-size: 46px;
  margin: 15px 0 20px;
}

.why-content > p {
  color: #666;
  margin-bottom: 35px;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.why-item {
  display: flex;
  gap: 18px;
}

.why-item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #edf4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d5ce6;
  font-size: 22px;
}

.why-item h4 {
  margin-bottom: 8px;
}

.primary-btn {
  display: inline-block;
  margin-top: 40px;
  background: #0d5ce6;
  color: #fff;
  padding: 16px 36px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
}

.primary-btn:hover {
  background: #ff7a00;
}

/*=========================
How It Works
=========================*/

.how-work {
  padding: 100px 0;

  background: #fff;
}
.category-right img {
  width: 100%;
  margin-top: -82px;
  margin-bottom: -55px;
}
.category-right {
  width: 50%;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.work-card {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  transition: 0.35s;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.work-card:hover {
  transform: translateY(-10px);
}

.number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 34px;
  color: #edf0f8;
  font-weight: 700;
}

.work-card i {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #edf4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #0d5ce6;
  font-size: 34px;
  margin-bottom: 30px;
}

.work-card h3 {
  margin-bottom: 15px;
}

.work-card p {
  color: #666;
  line-height: 1.7;
}

.section-title-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 29px;
}
.section-title-h a {
  background: #0f5ef7;
  color: #fff;
  padding: 8px 24px;
  display: inline-block;
  border-radius: 30px;
}
.section-title-h a:hover {
  background: #ff7a00;
}

.listing {
  padding: 50px 0 10px;
  background: #f8f9fc;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.listing-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  max-width: 305px;
  width: 100%;
  margin: 7px 11px 45px;
}

.listing-card:hover {
  transform: translateY(-8px);
}

.listing-image img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
}

.listing-content {
  padding: 30px;
}

.service-tag {
  background: #edf4ff;
  color: #0d5ce6;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  display: inline-block;
}

.listing-content h3 a {
  color: #0d337b;
  height: 60px;
  display: block;
  overflow: hidden;
}
.rating {
  margin-bottom: 15px;
  color: #ff9800;
}

.rating span {
  color: #666;
}

.listing-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.listing-footer a {
  background: #0d5ce6;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
}

/*==========================
Testimonial
==========================*/

.testimonial {
  background: #0d5ce6;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.testimonial-box {
  max-width: 800px;
  margin: auto;
}

.testimonial-box p {
  font-size: 24px;
  line-height: 1.8;
}

.testimonial-box h4 {
  margin-top: 35px;
}

/*==========================
App Banner
==========================*/

.app-banner {
  padding: 100px 0;
}

.app-wrapper {
  background: linear-gradient(90deg, #0d5ce6, #072b74);
  border-radius: 30px;
  color: #fff;
  padding: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-wrapper h2 {
  font-size: 48px;
  margin: 15px 0;
}

.app-buttons {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

.app-buttons a {
  background: #fff;
  color: #0d5ce6;
  padding: 16px 30px;
  border-radius: 12px;
  font-weight: 600;
}

.app-wrapper img {
  max-width: 350px;
}

/*=========================
Newsletter
=========================*/

.newsletter {
  padding: 80px 0;
  background: #f5f7fb;
}

.newsletter-box {
  background: #fff;
  border-radius: 25px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.newsletter form {
  display: flex;
  gap: 15px;
}

.newsletter input {
  width: 350px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 20px;
  outline: none;
}

.newsletter button {
  height: 60px;
  padding: 0 35px;
  background: #0d5ce6;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

/*=========================
Footer
=========================*/

.footer {
  background: #081d47;
  color: #fff;
  padding-top: 80px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.footer-logo {
  height: 45px;
  margin-bottom: 25px;
}

.footer h4 {
  margin-bottom: 20px;
}

.footer ul {
  padding: 0;
}

.footer li {
  margin-bottom: 12px;
}

.footer a {
  color: #cfd7ea;
}

.footer p {
  color: #cfd7ea;
  line-height: 1.8;
}

.copyright {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 25px 0;
  color: #cfd7ea;
}

/*=========================
Floating Buttons
=========================*/

.back-top,
.whatsapp-btn {
  position: fixed;
  right: 25px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.back-top {
  bottom: 95px;
  background: #0d5ce6;
}

.whatsapp-btn {
  bottom: 25px;
  background: #25d366;
  font-size: 24px;
}

.inner-header {
    padding: 266px 0 30px;
    background-size: cover;
}

.listing {
  padding: 80px 0;
}

.listing-wrapper {
  display: grid;

  grid-template-columns: 320px 1fr;

  gap: 40px;
}

.service-details {
  padding: 180px 0;
}

.details-wrapper {
  display: grid;

  grid-template-columns: 2fr 420px;

  gap: 50px;
}

.gallery img {
  width: 100%;

  border-radius: 20px;

  display: block;
}

.gallery-thumb {
  display: flex;

  gap: 15px;

  margin-top: 20px;
}

.gallery-thumb img {
  width: 100px;

  height: 90px;

  object-fit: cover;

  border-radius: 12px;

  cursor: pointer;
}

.features {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;

  margin: 35px 0;
}

.features div {
  background: #edf4ff;

  padding: 15px;

  border-radius: 12px;

  font-weight: 600;
}

.service-list {
  margin-top: 20px;

  padding-left: 20px;
}

.service-list li {
  margin-bottom: 15px;
}

.booking-card {
  position: sticky;

  top: 100px;

  background: #fff;

  padding: 30px;

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

  height: fit-content;
}

.price {
  font-size: 42px;

  font-weight: 700;

  color: #0d5ce6;

  margin-bottom: 30px;
}

.price span {
  font-size: 18px;

  color: #666;
}

.provider-mini {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 30px;
}

.provider-mini img {
  width: 70px;

  height: 70px;

  border-radius: 50%;

  object-fit: cover;
}

.booking-card input {
  width: 100%;

  height: 55px;

  margin-bottom: 18px;

  padding: 0 15px;

  border: 1px solid #ddd;

  border-radius: 10px;
}

.booking-card button {
  width: 100%;

  height: 55px;

  background: #0d5ce6;

  border: none;

  color: #fff;

  font-size: 17px;

  border-radius: 12px;

  cursor: pointer;
}

.support-box {
  margin-top: 30px;

  background: #f5f7fb;

  padding: 20px;

  border-radius: 15px;

  text-align: center;
}

/*==========================
Reviews
==========================*/

.reviews {
  padding: 80px 0;

  background: #f8f9fc;
}

.review-card {
  background: #fff;

  padding: 30px;

  border-radius: 20px;

  margin-top: 30px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.review-top {
  display: flex;

  align-items: center;

  gap: 20px;

  margin-bottom: 20px;
}

.review-top img {
  width: 70px;

  height: 70px;

  border-radius: 50%;

  object-fit: cover;
}

.bg-wh {
  background: #fff !important;
}

section.info.bg-gray {
  padding: 50px 0;
}
section.info h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
section.info.bg-gray p {
  font-size: 13px;
  margin-bottom: 17px;
}
section.info.bg-gray p a {
  text-decoration: underline;
  font-weight: 500;
  color: #081d47;
}

header.rtcl-listing-header {
  position: static !important;
  margin-top: 211px;
}

header.inner-header i {
  font-size: 59px;
  color: #0251ac;
}
header.inner-header h1 {
  margin: -5px 0 10px;
  font-size: 50px;
  line-height: 50px;
  width: 50%;
}
nav.breadcrumb-trail.breadcrumbs ul {
  display: flex;
  gap: 10px;
}
nav.breadcrumb-trail.breadcrumbs ul a {
  color: #000;
  font-weight: 500;
}
header.inner-header p {
  max-width: 46%;
  margin-top: 14px;
  width: 100%;
}

section.service-all {
  padding: 50px 0;
}

.service-card {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #ececec;
  max-width: 850px;
  margin-bottom: 39px;
  margin: 35px auto;
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #ff6900;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

.service-image {
     width: 268px;
    height: auto;
  background: #eef5ff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.service-image i {
  font-size: 60px;
  color: #1e5eff;
}

.service-content {
  flex: 1;
}

.service-content h3 {
    font-size: 20px;
    color: #111827;
    margin-bottom: 12px;
    width: 82%;
    line-height: 1.2;
}
.service-content h3 a {
  color: #111827;
}

.service-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap;
    position: absolute;
    top: 59px;
    right: 12px;
}
.verified {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e9fff1;
    color: #00a651;
    padding: 7px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
}
p.location a {
  color: #555;
  text-decoration: underline;
}
.rating {
  color: #555;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rating .fa-star {
  color: #ffb300;
}

.location {
    margin-bottom: 0;
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
        width: 80%;
}
.service-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.location i {
  margin-right: 8px;
  color: #666;
}

.services {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: #444;
  margin-bottom: 6px;
}

.services span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.services .fa-border-all {
  color: #d2d2d2;
  font-size: 10px;
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.price {
  font-size: 18px;
  color: #444;
}

.price strong {
  font-size: 25px;
  color: #111827;
}

.buttons {
  display: flex;
  gap: 12px;
}

.btn {
  text-decoration: none;
    padding: 9px 10px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.bottom-row .btn { 
    height: 40px;
}

.call {
  border: 2px solid #2d6cff;
  color: #2d6cff;
  background: #fff;
}

.call:hover {
  background: #2d6cff;
  color: #fff;
}

.whatsapp {
  background: #16c55b;
  color: #fff;
}

.whatsapp:hover {
  background: #0ea84a;
}

@media (max-width: 768px) {
  .service-card {
    flex-direction: column;
  }

  .service-image {
    width: 90px;
    height: 90px;
  }

  .bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .buttons {
    width: 100%;
  }

  .btn {
    flex: 1;
    justify-content: center;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 14px;
}

.breadcrumb a {
  color: #276ef1;
  font-weight: 600;
}

.breadcrumb strong {
  color: #111;
}

.breadcrumb i {
  color: #888;
  font-size: 12px;
}

.service-heading {
  margin-bottom: 25px;
}

.service-heading h1 {
  font-size: 42px;
  font-weight: 800;
  color: #07162f;
  margin-bottom: 12px;
}

.meta {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 12px;
}

.verified {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e9fff1;
  color: #00a651;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}

.rating {
  display: flex;
  align-items: center;
  gap: 7px;
}

.rating i {
  color: #ffb400;
}

.rating span {
  font-weight: 700;
}

.rating small {
  color: #666;
}

.service-heading p {
  color: #555;
  font-size: 17px;
  font-weight: 500;
}

.service-heading p span {
  margin: 0 12px;
  color: #bbb;
}

.hero-area {
  display: grid;
     grid-template-columns: 2fr 419px;
  gap: 25px;
  margin-top: 20px;
}
.service-images {
    background: #fff;
    border-radius: 20px;
    padding: 25px 15px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.service-images img {
  height: 420px;
  object-fit: contain;
  border-radius: 20px;
}
.service-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.left-content em {
    font-size: 12px;
    line-height: 19px;
    display: block;
    margin-top: 20px;
}

.service-price {
  background: #fff;
  border-radius: 20px;
    padding: 25px 15px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.service-price h3 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #0b1b3d;
}

.service-price ul li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.service-price ul li:last-child {
  margin-bottom: 20px;
}

.service-price span {
  font-size: 14px;
}

.service-price strong {
  color: #111;
  font-size: 20px;
}

.service-lists input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #ff4d00;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
  background: #fff;
  flex-shrink: 0;
}

.service-lists input[type="radio"]:hover {
  box-shadow: 0 0 0 5px rgba(255, 77, 0, 0.12);
}

.service-lists input[type="radio"]:checked {
  border-color: #ff4d00;
  background: #fff;
}

.service-lists input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #ff4d00;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.service-price ul li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 7px;
  gap: 13px;
}
.service-lists label:hover {
  border-color: #ff4d00;
  background: #fff7f3;
}

.service-lists input[type="radio"]:checked + span {
  color: #ff4d00;
  font-weight: 600;
}

.service-lists strong {
  margin-left: auto;
  color: #ff4d00;
  font-weight: 700;
  font-size: 14px;
}

.book-btn,
.popup-body button {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff7b00, #ff4d00);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: 0.35s;
}

.book-btn:hover,
.popup-body button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 90, 0, 0.3);
}

.feature-box {
  margin-top: 25px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 22px;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
  color: #0d2145;
}

.feature-item i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf4ff;
  color: #276ef1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s;
}

.feature-item:hover i {
  background: #276ef1;
  color: #fff;
  transform: rotate(360deg);
}

.content-grid {
  display: grid;
  grid-template-columns: 2fr 370px;
  gap: 25px;
  margin-top: 30px;
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0d2145;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.left-content .card h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-top: 30px;
}

.card h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #ff6a00;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card p {
  color: #666;
  font-size: 16px;
  line-height: 1.9;
}

table {
  width: 100%;
  text-align: left;
}
th {
  background: #0250a9;
  color: #fff;
  padding: 4px 15px;
}
tr:nth-child(odd) {
  background: #f5f7fb;
}
td {
  padding: 7px 15px;
}
/*==============================
Services List
===============================*/

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service-list ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  font-size: 16px;
  color: #444;
  border-bottom: 1px solid #eee;
}

.service-list ul li:last-child {
  border-bottom: none;
}

.service-list i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf7ef;
  color: #14b85a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/*==============================
Review
===============================*/

.review-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.review-user img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.review-content {
  flex: 1;
}

.review-content h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #111;
}

.review-content span i {
  color: #ffc107;
  font-size: 14px;
}

.review-content p {
  margin-top: 10px;
}

/*==============================
Working Hours
===============================*/

.working-info {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.working-info .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #edf4ff;
  color: #276ef1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.working-info h4 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #111;
}

.working-info p {
  margin-bottom: 15px;
  color: #666;
}

.open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 30px;
  background: #e9fff1;
  color: #0ca94d;
  font-weight: 600;
  font-size: 14px;
}

.open i {
  font-size: 10px;
}

/*==============================
Map
===============================*/

.map {
  overflow: hidden;
  border-radius: 15px;
}

.map img {
  height: 260px;
  object-fit: cover;
  transition: 0.4s;
}

.map:hover img {
  transform: scale(1.08);
}

/*==============================
Sidebar
===============================*/

.right-content .card {
  position: sticky;
  top: 25px;
}

.right-content .card + .card {
  margin-top: 25px;
}

/*==============================
Buttons
===============================*/

button,
.book-btn {
  cursor: pointer;
}

.book-btn:active {
  transform: scale(0.97);
}

/*==============================
Scrollbar
===============================*/

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ff6a00;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #ececec;
}

/*==============================
Selection
===============================*/

::selection {
  background: #ff6a00;
  color: #fff;
}

.card {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border-radius: 12px;
  font-weight: 700;
  margin-top: 15px;
  gap: 10px;
}
.contact-btn i {
  font-size: 24px;
}

.phone {
  background: #276ef1;
  color: #fff;
}

.whatsapp {
  background: #25d366;
  color: #fff;
  margin-bottom: 15px;
}

a,
button,
.card,
.feature-item i,
.book-btn,
.map img {
  transition: 0.35s ease;
}
.number_popup_inner {
  max-width: 480px;
  width: 100%;
  background: #fff;
  margin: 37px auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.popup-head h3 {
  margin: 0;
}

.number_popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  backdrop-filter: blur(15px);
  display: none;
  align-items: center;
}

body.popup-open .number_popup {
  opacity: 1;
  display: flex;
}

.popup-body input {
  width: 100%;
  margin-bottom: 15px;
  padding: 17px 15px;
  border-radius: 10px;
  border: 2px solid #276ef1;
  font-weight: 500;
}
form#leadForm {
  margin-top: 20px;
}
.popup-body label input {
  display: inline-block !important;
  width: auto;
}
.popup-body button {
  width: 100%;
  border: none;
  margin-top: 20px;
}

span.popup-close {
  position: absolute;
  right: 6px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: #ccc;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 50px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}

section.page-details {
  padding-top: 140px;
}


/*==============================
    BLOG HERO
==============================*/

.blog-hero{
    margin-top:25px;
    position:relative;
}

.blog-banner {
    background: linear-gradient(135deg, #0d5ae5, #1d86ff);
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 151px 55px 80px;
}

/* Background Pattern */
.blog-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cg fill='none' stroke='rgba(255,255,255,.08)' stroke-width='2'%3E%3Crect x='10' y='10' width='28' height='28' rx='4'/%3E%3Ccircle cx='85' cy='35' r='12'/%3E%3Cpath d='M25 75h25v20H25z'/%3E%3C/g%3E%3C/svg%3E");
    opacity:.8;
}
 
 
.blog-banner-content{
    position:relative;
    z-index:2;
    width:420px;
}

.blog-banner-content h1{

    font-size:58px;
    line-height:1.1;
    color:#fff;
    font-weight:700;
    margin-bottom:18px;

}

.blog-banner-content p{

    color:#eef4ff;
    font-size:20px;
    line-height:1.7;
    max-width:360px;

}

.blog-banner-image{

    position:absolute;
    right:45px;
    bottom:0;
    z-index:2;

}

.blog-banner-image img{

    display:block;
    width:390px;

}


/*==============================
    SEARCH TOOLBAR
==============================*/

.blog-toolbar{

    position:relative;
    margin-top:-36px;
    z-index:20;

}

.toolbar-wrapper{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;

}


/*==============================
    SEARCH BOX
==============================*/

.blog-search{

    flex:1;

    display:flex;
    align-items:center;

    background:#fff;

    border-radius:14px;

    height:74px;

    padding:8px;

    box-shadow:
    0 12px 40px rgba(16,42,67,.08);

    border:1px solid #edf2f8;

}

.blog-search input{

    flex:1;

    border:none;

    outline:none;

    padding:0 22px;

    font-size:16px;

    color:#1f2937;

    background:none;

}

.blog-search input::placeholder{

    color:#94a3b8;

}

.blog-search button{

    width:58px;
    height:58px;

    border:none;

    border-radius:12px;

    background:#ffffff;

    color:#1747e8;

    cursor:pointer;

    transition:.3s;

    font-size:19px;

}

.blog-search button:hover{

    background:#1747e8;
    color:#fff;

}


/*==============================
    SORT BOX
==============================*/

.blog-sort{

    width:210px;

    height:74px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    background:#fff;

    border-radius:14px;

    box-shadow:
    0 12px 40px rgba(16,42,67,.08);

    border:1px solid #edf2f8;

}

.blog-sort label{

    font-size:15px;

    font-weight:600;

    color:#64748b;

}

.blog-sort select{

    border:none;

    outline:none;

    background:none;

    font-size:15px;

    font-weight:600;

    color:#0f172a;

    cursor:pointer;

}


/*==============================
    RESPONSIVE
==============================*/

@media(max-width:991px){

.blog-banner{
        padding: 141px 0px 30px;
         height:auto;

    flex-direction:column;
    align-items:flex-start;

}
.blog-banner-content h1 {
    font-size: 35px;}
    .blog-content {
    padding: 0 0 0 !important;
}
.blog-banner-image{

    position:relative;

    right:auto;
    bottom:auto;

    margin-top:30px;

}

.blog-banner-image img{

    width:280px;

}

.toolbar-wrapper{

    flex-direction:column;

}

.blog-search,
.blog-sort{

    width:100%;

}

}




/*===================================
BLOG CONTENT
====================================*/

.blog-content{

    padding:40px 0 80px;

}


/*===================================
CATEGORY
====================================*/

.blog-categories{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:35px;

}

.blog-categories a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:42px;

    padding:0 20px;

    border-radius:30px;

    text-decoration:none;

    background:#fff;

    color:#0f172a;

    border:1px solid #e7edf5;

    font-size:14px;

    font-weight:600;

    transition:.35s;

}

.blog-categories a:hover,
.blog-categories .active{

    background:#0d6efd;

    color:#fff;

    border-color:#0d6efd;

}


/*===================================
LAYOUT
====================================*/

.blog-wrapper{

    display:grid;

    grid-template-columns:1fr 320px;

    gap:35px;

}


/*===================================
LEFT
====================================*/

.blog-posts{

    width:100%;

}

.blog-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}


/*===================================
SIDEBAR
====================================*/

.blog-sidebar{

    position:sticky;

    top:30px;

}


/*===================================
SIDEBAR BOX
====================================*/

.sidebar-box{

    background:#fff;

    border-radius:16px;

    padding:25px;

    margin-bottom:25px;

    box-shadow:

    0 10px 30px rgba(20,42,82,.06);

    border:1px solid #eef2f7;

}

.sidebar-box h3{

    font-size:22px;

    margin-bottom:20px;

    color:#0f172a;

}


/*===================================
CATEGORY LIST
====================================*/

.sidebar-box ul{

    list-style:none;

    padding:0;

    margin:0;

}

.sidebar-box li{

    border-bottom:1px solid #edf2f8;

}

.sidebar-box li:last-child{

    border:none;

}

.sidebar-box li a{

    display:block;

    padding:14px 0;

    text-decoration:none;

    color:#334155;

    transition:.3s;

}

.sidebar-box li a:hover{

    color:#0d6efd;

    padding-left:8px;

}


/*===================================
RESPONSIVE
====================================*/

@media(max-width:1200px){

.blog-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:991px){

.blog-wrapper{

    grid-template-columns:1fr;

}

.blog-sidebar{

    position:relative;

    top:auto;

}

}

@media(max-width:767px){

.blog-grid{

    grid-template-columns:1fr;

}

.blog-categories{

    flex-wrap:nowrap;

    overflow-x:auto;

    padding-bottom:8px;

}

.blog-categories::-webkit-scrollbar{

    height:4px;

}

.blog-categories a{

    white-space:nowrap;

}

}



/*=============================
BLOG CARD
=============================*/

.blog-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    border:1px solid #edf2f8;

    transition:.35s;

    box-shadow:0 8px 25px rgba(15,23,42,.05);

}

.blog-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(15,23,42,.12);

}


/*=============================*/

.blog-thumb{

    position:relative;

    display:block;

    overflow:hidden;

}

.blog-thumb img{

    width:100%;

    height:220px;

    object-fit:cover;

    display:block;

    transition:.4s;

}

.blog-card:hover .blog-thumb img{

    transform:scale(1.08);

}


/*=============================*/

.blog-category{

    position:absolute;

    left:18px;

    top:18px;

    background:#0d6efd;

    color:#fff;

    padding:7px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

}


/*=============================*/

.blog-card-content{

    padding:24px;

}


/*=============================*/

.blog-meta{

    display:flex;

    gap:20px;

    margin-bottom:15px;

    color:#64748b;

    font-size:14px;

}

.blog-meta span{

    display:flex;

    align-items:center;

    gap:7px;

}


/*=============================*/

.blog-title{

    margin:0 0 14px;

    font-size:22px;

    line-height:1.45;

}

.blog-title a{

    color:#0f172a;

    text-decoration:none;

    transition:.3s;

}

.blog-title a:hover{

    color:#0d6efd;

}


/*=============================*/

.blog-excerpt{

    color:#64748b;

    font-size:15px;

    line-height:1.8;

    margin-bottom:22px;

}


/*=============================*/

.blog-read-more{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#0d6efd;

    text-decoration:none;

    font-weight:600;

}

.blog-read-more i{

    transition:.3s;

}

.blog-read-more:hover i{

    transform:translateX(5px);

}


.blog-sidebar{

    display:flex;

    flex-direction:column;

    gap:25px;

}

/*==========================*/

.sidebar-widget{

    background:#fff;

    border-radius:16px;

    padding:25px;

    border:1px solid #edf2f8;

    box-shadow:0 10px 35px rgba(15,23,42,.05);

}

.widget-title{

    margin-bottom:22px;

    padding-bottom:15px;

    border-bottom:1px solid #edf2f8;

}

.widget-title h3{

    font-size:22px;

    margin:0;

}


/*==========================
CATEGORY
==========================*/

.category-list{

    margin:0;

    padding:0;

    list-style:none;

}

.category-list li{

    border-bottom:1px solid #eef2f8;

}

.category-list li:last-child{

    border:none;

}

.category-list a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    text-decoration:none;

    color:#334155;

    padding:14px 0;

    transition:.3s;

}

.category-list a:hover{

    color:#0d6efd;

    padding-left:8px;

}

.category-list strong{

    width:28px;

    height:28px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#eef5ff;

    color:#0d6efd;

    font-size:12px;

}


/*==========================
POPULAR
==========================*/

.popular-post{

    display:flex;

    gap:14px;

    margin-bottom:20px;

}

.popular-post:last-child{

    margin:0;

}

.popular-post .thumb{

    width:85px;

    height:85px;

    border-radius:10px;

    overflow:hidden;

    flex-shrink:0;

}

.popular-post img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.popular-post h4{

    font-size:15px;

    line-height:1.5;

    margin:0 0 8px;

}

.popular-post h4 a{

    color:#0f172a;

    text-decoration:none;

}

.popular-post h4 a:hover{

    color:#0d6efd;

}

.popular-post span{

    font-size:13px;

    color:#64748b;

}


/*==========================
BANNER
==========================*/

.sidebar-banner{

    text-align:center;

    background:linear-gradient(135deg,#0d6efd,#1b82ff);

    color:#fff;

}

.sidebar-banner h3{

    color:#fff;

    margin-bottom:15px;

}

.sidebar-banner p{

    color:#edf5ff;

    line-height:1.8;

    margin-bottom:25px;

}

.theme-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 28px;

    border-radius:10px;

    background:#fff;

    color:#0d6efd;

    text-decoration:none;

    font-weight:600;

}



/*==================================
SINGLE BLOG CONTENT
==================================*/

.single-blog-content{
    width:100%;
}


/*==================================
BREADCRUMB
==================================*/

.blog-breadcrumb{
    margin-bottom:25px;
    font-size:14px;
}

.blog-breadcrumb a{
    color:#0d6efd;
    text-decoration:none;
}

.blog-breadcrumb span{
    color:#64748b;
}


/*==================================
FEATURED IMAGE
==================================*/

.single-blog-image{
    overflow:hidden;
    border-radius:20px;
    margin-bottom:30px;
}

.single-blog-image img{
    width:100%;
    display:block;
    height:auto;
    object-fit:cover;
}


/*==================================
CATEGORY
==================================*/

.single-category{
    margin-bottom:18px;
}

.single-category a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 18px;
    background:#eef4ff;
    color:#0d6efd;
    border-radius:30px;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
}

.single-category a:hover{
    background:#0d6efd;
    color:#fff;
}


/*==================================
TITLE
==================================*/

.single-title{
    font-size:44px;
    line-height:1.25;
    color:#0f172a;
    margin-bottom:22px;
    font-weight:700;
}


/*==================================
META
==================================*/

.single-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:35px;
    padding-bottom:22px;
    border-bottom:1px solid #edf2f8;
}

.meta-left{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.meta-left span{
    display:flex;
    align-items:center;
    gap:8px;
    color:#64748b;
    font-size:14px;
}

.meta-left i{
    color:#0d6efd;
}

.meta-share{
    display:flex;
    align-items:center;
    gap:12px;
}

.meta-share span{
    font-size:14px;
    color:#64748b;
    font-weight:600;
}

.meta-share a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#f5f7fb;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.meta-share a:hover{
    background:#0d6efd;
    color:#fff;
}


/*==================================
CONTENT
==================================*/

.single-content{
    color:#475569;
    line-height:1.9;
    font-size:17px;
}

.single-content h2{
    margin:40px 0 18px;
    font-size:32px;
    color:#0f172a;
}

.single-content h3{
    margin:30px 0 16px;
    font-size:26px;
    color:#0f172a;
}

.single-content h4{
    margin:25px 0 14px;
    font-size:22px;
    color:#0f172a;
}

.single-content p{
    margin-bottom:22px;
}

.single-content ul,
.single-content ol{
    margin:25px 0;
    padding-left:22px;
}

.single-content li{
    margin-bottom:12px;
}

.single-content img{
    max-width:100%;
    height:auto;
    border-radius:16px;
    margin:25px 0;
}

.single-content blockquote{
    margin:30px 0;
    padding:25px 30px;
    border-left:4px solid #0d6efd;
    background:#f8fbff;
    border-radius:10px;
    font-size:18px;
    font-style:italic;
}


/*==================================
CTA BOX
==================================*/

.post-cta{
    margin:50px 0;
    padding:30px;
    border-radius:18px;
    background:#eef5ff;
    display:flex;
    align-items:center;
    gap:25px;
}

.cta-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.cta-content{
    flex:1;
}

.cta-content h3{
    margin:0 0 8px;
    font-size:24px;
    color:#0f172a;
}

.cta-content p{
    margin:0;
    color:#64748b;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    border-radius:10px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.cta-btn:hover{
    background:#084fc4;
}


/*==================================
POST NAVIGATION
==================================*/

.post-navigation{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-top:50px;
}

.post-navigation > div a{
    display:block;
    background:#fff;
    border:1px solid #edf2f8;
    border-radius:16px;
    padding:25px;
    text-decoration:none;
    transition:.3s;
}

.post-navigation > div a:hover{
    border-color:#0d6efd;
    box-shadow:0 10px 30px rgba(13,110,253,.08);
}

.post-navigation span{
    display:block;
    margin-bottom:12px;
    color:#0d6efd;
    font-size:14px;
    font-weight:600;
}

.post-navigation strong{
    display:block;
    color:#0f172a;
    font-size:18px;
    line-height:1.5;
}



.description-info { 
    position: relative;
}

.description-info p {
    margin: 0;
    line-height: 19px;
    font-size: 13px;
}

p.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.description-more {
    display: none;
    margin-top: 10px;
    color: #0073aa;
    cursor: pointer;
    font-weight: 600;
}

.description-more:hover {
    text-decoration: underline;
}


/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

.single-title{
    font-size:34px;
}

.single-meta{
    flex-direction:column;
    align-items:flex-start;
}

.post-cta{
    flex-direction:column;
    text-align:center;
}

.post-navigation{
    grid-template-columns:1fr;
}

}

@media(max-width:767px){

.single-title{
    font-size:28px;
}

.meta-left{ 
    gap:12px;
}

.meta-share{
    flex-wrap:wrap;
}

.post-cta{
    padding:20px;
}

}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 30px 20px;
  }

  .hero-area {
    grid-template-columns: 1fr 340px;
  }

  .content-grid {
    grid-template-columns: 1fr 340px;
  }

  .service-heading h1 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .hero-area {
    grid-template-columns: 1fr;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

 

  .feature-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .right-content .card {
    position: relative;
    top: 0;
  }

  .service-price {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 20px 15px;
  }

  .breadcrumb {
    flex-wrap: wrap;
    gap: 8px;
  }

  .service-heading h1 {
    font-size: 30px;
  }

  .meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .service-heading p {
    line-height: 1.8;
  }

  .hero-area {
    gap: 20px;
  }

 

  .service-price {
    padding: 25px;
  }

  .service-price h3 {
    font-size: 24px;
  }
  .footer {
    padding-top: 6px;
    text-align: center;
  }
  .service-details {
    padding: 145px 0;
  }

  .feature-box {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .feature-item {
    justify-content: flex-start;
  }

  .content-grid {
    gap: 20px;
  }

  .card {
    padding: 25px;
  }

  .card h2 {
    font-size: 24px;
  }

  .service-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .review-box {
    flex-direction: column;
  }

  .review-content h4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .map img {
    height: 220px;
  }

  .service-details {
    padding: 145px 0 0;
  }
}

@media (max-width: 576px) {
  .service-heading h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .service-heading p {
    font-size: 15px;
  }

  .service-heading p span {
    display: none;
  }

 

  .service-price {
    padding: 20px;
    border-radius: 16px;
  }

  .service-price h3 {
    font-size: 22px;
  }

  .service-price span {
    font-size: 15px;
  }

  .service-price strong {
    font-size: 18px;
  }

  .book-btn {
    height: 54px;
    font-size: 16px;
  }

  .feature-box {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .feature-item {
    padding: 8px 0;
  }

  .feature-item i {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .card {
    padding: 20px;
    border-radius: 16px;
  }

  .card h2 {
    font-size: 22px;
  }

  .card p {
    font-size: 15px;
  }

  .service-list ul li {
    font-size: 15px;
  }

  .review-user img {
    width: 60px;
    height: 60px;
  }

  .working-info {
    flex-direction: column;
  }

  .working-info .icon {
    width: 55px;
    height: 55px;
  }

  .map img {
    height: 200px;
  }
}

/*======================================
Small Mobile
======================================*/

@media (max-width: 380px) {
  .service-heading h1 {
    font-size: 22px;
  }

  .service-price {
    padding: 18px;
  }

  .book-btn {
    font-size: 15px;
  }

  .feature-item span {
    font-size: 14px;
  }

  .card h2 {
    font-size: 20px;
  }
}
.provider-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}

.provider-top img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.provider-top h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.provider-top p {
  color: #16a34a;
}

.provider-card ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.provider-card i {
  color: #ff7b00;
  margin-right: 10px;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 0px 0 40px;
}

.pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: 0.3s;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.pagination-wrapper .page-numbers.dots {
  border: none;
  background: transparent;
}

@media (max-width: 800px) {
	.header .container { 
    padding: 0 10px;
	}
	.login-btn { 
    padding: 9px 15px;
    border-radius: 44px; 
}
	.hero { 
    padding-top: 128px; 
}
  .header {
    padding: 10px 12px;
    z-index: 999;
  }
  nav.menu {
    display: none;
  }
  .hero-wrapper {
    display: block;
  }
  .hero-left,
  .category-left {
    width: 100%;
  }
  .hero h1 {
    font-size: 35px;
  }
     .hero p {
        margin: 10px 0 29px;
        width: 77%;
        font-size: 15px;
    }
  .hero {
    overflow: hidden;
    position: relative;
  }
    section.hero img {
        margin-bottom: -10px;
        width: 135%;
        margin-bottom: 0;
        margin-left: 64px;
        margin-top: -261px;
        position: absolute;
    }
	.search-box button {
    display: none;
}
  .search-box {
    padding-right: 15px;
  }
  .search-box button {
    width: 72px;
    font-size: 16px;
    padding: 0;
    height: 36px;
    margin-top: 11px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title p {
    font-size: 16px;
  }
  .flex {
    display: block;
  }
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-right {
    display: none;
  }
  .section-title {
    text-align: left;
    margin-bottom: 20px;
  }
  .how-work {
    padding: 17px 0;
    background: #fff;
  }
  .work-card {
    padding: 15px;
  }
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .work-card i {
    display: none;
  }
  .listing {
    padding: 30px 0;
  }
  .section-title-h a {
    display: none;
  }

  .listing-card {
    width: 280px;
    margin: 0 7px 40px;
  }

  .footer-grid {
    display: block;
  }
  .listing {
    padding: 30px 0 0;
  }
  .inner-header {
    padding: 150px 0 30px;
    height: auto;
  }
  header.inner-header h1 {
    margin: 4px 0 10px;
    font-size: 35px;
    line-height: 39px;
    width: 100%;
  }
  header.inner-header p {
    max-width: 100%;
    margin-top: 0;
    width: 100%;
  }
  section.service-all {
    padding: 0;
  }
  .bottom-row {
    gap: 0;
  }
  .price {
    margin-bottom: 13px;
  }
  .service-meta {
    position: absolute;
    top: 0;
    right: 12px;
    top: 63px;
  }
	    .service-image img {
        height: 83px;
    }
	.service-lists input[type="radio"] {
    position: absolute;
    left: 5px;
    top: 24px;
}
	.service-price ul li label {
    display: flex;
    justify-content: space-between;
    align-items: self-start; 
    margin-bottom: 7px;
    gap: 0px;
    flex-direction: column;
    position: relative;
    padding-left: 35px;
}
	.service-lists strong {
    margin-left: 0;
	}
}



.term-140 header.inner-header {
    background-position: bottom;
}

.term-137 header.inner-header {
    background-position: 4px -157px;
}



