/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Peakovate
Version: 1.0
Text Domain: hello-elementor-child
*/


.h1-arrow-text h1:before {
    background: url(http://themobilecarguys.peakovate.com/wp-content/uploads/2026/01/guidance_left-arrow.png);
    height: 46px;
    width: 46px;
    content: '';
    font-family: initial;
    left: 50px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10% !important;
}
.about-center-car img
 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -150%);
    z-index: 5;
    max-width: 520px;
    width: 100%;
    pointer-events: none;
}

/* GRID */
.car-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* CARD */
.service-card {
  position: relative;
  background: #f9fefe;
  border-radius: 16px;
  padding: 30px 24px 24px;
  box-shadow: 0 4px 58px rgb(0 0 0 / 12%);
  text-align: center;
}

/* CARD NUMBER */
.service-card-number {
  position: absolute;
  top: 0;
  left: 0;
  background: #3fc1a7;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  padding: 10px 30px 20px 15px;
  border-radius: 16px 0 100px 0;
	display: none;
}

/* ICON */
.service-card-icon {
  width: 96px;
  height: 96px;
  background: #272727;
  border-radius: 50%;
  margin: 10px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
	padding: 20px;
}

.service-card-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

/* TITLE */
.service-card-title {
  font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* TAGS */
.service-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.service-tag {
  background: #EBEBEB;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #191919;
    white-space: nowrap;
}

/* Ensure preview slide can be seen */
 .tsw-wrap {
  overflow: hidden;   
  padding-right: 20%;  
}

.tsw.swiper {
  overflow: visible;
}

.tsw .swiper-wrapper {
  align-items: stretch;
}

.tsw .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
    width: 100% !important;
	border-bottom: 1px solid;
}

/* Slide styling */
.tsw .swiper-slide {
  transition: opacity 350ms ease;
}

/* Active slide full opacity */
.tsw .swiper-slide-active {
  opacity: 1;
}

/* Next slide faded like screenshot */
.tsw .swiper-slide-next,
.tsw .swiper-slide.is-faded {
  opacity: 0.18;              /* tweak: 0.15–0.25 */
}

/* OPTIONAL: reduce pointer events on faded preview */
.tsw .swiper-slide-next {
  pointer-events: none;
}

/* Control position bottom-right */
.tsw-card {
  position: relative;
  padding-bottom: 45px; /* room for arrows & counter */
}

.tsw-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 10;
}

.tsw-prev,
.tsw-next {
  width: 100% !important;
    height: auto;
    padding: 15px 20px 15px 20px !important;
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    font-size: 0px !important;
	background-color: transparent !important;
}

/* LEFT arrow */
.tsw-prev {
  background-image: url("http://themobilecarguys.peakovate.com/wp-content/uploads/2026/01/Arrow-9.png");
}

/* RIGHT arrow */
.tsw-next {
  background-image: url("http://themobilecarguys.peakovate.com/wp-content/uploads/2026/01/Arrow-8.png");
}

.tsw-prev:hover, .tsw-next:hover {
    background-color: transparent !important;
}

span.tsw-current {
    font-size: 32px;
    font-weight: 500;
    font-family: 'Poppins';
}

.tsw-text {
    font-size: 20px;
    color: #3d3d3d;
    font-family: 'Poppins' !important;
	padding-left: 40px;
    padding-right: 40px;
	font-weight: 400;
}

.tsw-name {
    color: #3D3D3D;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
}

img.tsw-stars {
    width: 103px;
}

.tsw-head {
    margin-bottom: 20px;
}
.tsw-body {
    position: relative;
}

.tsw-quote-img {
    width: 27px;
    position: absolute;
}
img.tsw-quote-img.tsw-quote-img-left {
    left: 0;
    top: 0;
}
img.tsw-quote-img.tsw-quote-img-right {
    right: 0;
    bottom: 0;
}



.tips-wrap{
  position: relative;
}

/* Keep nice shadows but prevent page scrollbar */
.tips-wrap{
  overflow: hidden;
  padding: 60px 0 0 0;
}

/* Card */
.tips-card{
  border-radius: 14px;
    padding: 26px 22px;
    min-height: 250px;
    transition: background 250ms ease, color 250ms ease;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.06) 50%, rgba(153, 153, 153, 0.22) 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.tips-card:hover {
    background-color: #272727;
}
.tips-card:hover .tips-title,
.tips-card:hover .tips-list,
.tips-card:hover .tips-list li {
  color: #ffffff;
}
.tips-card:hover .tips-list li::before {
  background-color: #ffffff;
}

/* NEW: highlight rule */
.tips-swiper .swiper-slide.is-highlight .tips-card{
  background: #1f1f1f;
  color: #fff;
}

/* Heading */
.tips-title{
  margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
}

/* Bullets (dot via CSS) */
.tips-list{
  margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 4px;
    font-size: 16px;
    font-family: 'Poppins';
	font-weight: 400;
}

.tips-list li{
  position: relative;
  padding-left: 16px;
}

.tips-list li::before{
  content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.55em;
    background: #3EBDA8;
}

/* Controls fixed top-right like screenshot */
.tips-controls{
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 10;
}

.tips-next{
  background-image: url(http://themobilecarguys.peakovate.com/wp-content/uploads/2026/01/Arrow-8.png);
}
.tips-prev{
background-image: url(http://themobilecarguys.peakovate.com/wp-content/uploads/2026/01/Arrow-9.png);
}

.tips-prev, .tips-next {
    width: 100% !important;
    height: auto;
    padding: 15px 20px 15px 20px !important;
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    font-size: 0px !important;
    background-color: transparent !important;
}

.tips-prev:hover, .tips-next:hover{ opacity: .7; }

.tips-count{
  font-weight: 500;
	font-size: 32px;
	font-family: 'Poppins';
}

.header-hamburger .elementskit-menu-hamburger svg {
    width: 24px;
}

.services-box:hover .text-container .txt-white, .services-box:hover .text-container .txt-white h3{
    color: #fff;
}

/*blog*/

.ap-grid{
  display: flex;
    gap: 24px;
    flex-wrap: wrap;
}


.ap-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #eee;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  padding: 10px;
	width: calc(50% - 12px);
}

.ap-img img{
  width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.ap-content{ padding:18px; }

.ap-date{
  font-size:12px;
  color:#777;
  margin-bottom:6px;
}

.ap-title{
  font-size:18px;
  margin:0 0 10px;
}

.ap-title a {
    text-decoration: none !important;
    color: #000;
    font-size: 24px;
}
.ap-sort-wrap {
    width: 20%;
    margin-bottom: 22px;
}
.ap-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.ap-date {
    font-size: 16px;
    color: #616161;
}
.ap-cat {
    font-size: 16px;
    background-color: #FFC300;
    padding: 5px 10px 5px 10px;
}

.ap-icon{ font-weight:700; }

.ap-icon img {
    font-weight: 700;
    width: 20px;
    margin-left: 10px;
}
a.ap-readmore {
    text-decoration: none;
    font-size: 18px;
}

.ap-excerpt{
  font-size:14px;
  line-height:1.6;
  color:#333;
}

.ap-readmore{
  font-weight:600;
  text-decoration:none;
}
.ap-readmore:hover{ text-decoration:underline; }

/* Pagination */
.ap-pagination{ margin-top:26px; }
.ap-pagination ul{
  list-style:none;
  padding:0;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.ap-pagination li a,
.ap-pagination li span{
  display:inline-block;
  padding:10px 14px;
  border:1px solid #e6e6e6;
  border-radius:10px;
  text-decoration:none;
  color:#111;
}
.ap-pagination li span.current{
  font-weight:700;
}

/*blog*/

/*blog search*/

.rps-wrap{
  background:#eef6f8;
  padding:18px;
  border-radius:8px;
  position:relative;
}

.rps-heading,
.rps-subheading{
  font-size:18px;
  font-weight:700;
  color:#111;
  margin:0 0 8px;
}

.rps-divider{
  height:2px;
  background: rgba(0,0,0,.18);
  margin:8px 0 14px;
}

.rps-form{
  display:flex;
  gap:0;
  margin-bottom:18px;
}

.rps-input{
  flex:1;
  border:1px solid rgba(0,0,0,.15);
  background:#f3f3f3;
  padding:12px 12px;
  border-radius:6px 0 0 6px;
  outline:none;
}

.rps-btn{
  border:0;
  background:#3bb6a8;
  color:#fff;
  padding:0 18px;
  border-radius:0 6px 6px 0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.rps-btn:hover{ filter:brightness(.95); }

.rps-results{ display:flex; flex-direction:column; }

.rps-item{
  display:flex;
  gap:12px;
  padding:10px 0;
  text-decoration:none;
  color:inherit;
  border-bottom:1px solid rgba(0,0,0,.15);
}
.rps-item:last-child{ border-bottom:0; }

.rps-thumb{
  width:56px;
  height:56px;
  border-radius:6px;
  overflow:hidden;
  flex:0 0 56px;
  background:#ddd;
}
.rps-thumb-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.rps-thumb-fallback{ width:100%; height:100%; background:#d9d9d9; }

.rps-meta{ min-width:0; }
.rps-date{
  font-size:12px;
  color:#333;
  opacity:.85;
  margin-bottom:4px;
}
.rps-title{
  font-size:14px;
  font-weight:700;
  color:#111;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.rps-empty{
  padding:10px 0;
  color:#333;
  font-size:14px;
}

.rps-hint{
  margin-top:10px;
  font-size:12px;
  opacity:.75;
}

/* Loading state */
.rps-wrap.rps-loading{
  pointer-events:none;
  opacity:.85;
}
.rps-wrap.rps-loading:after{
  content:"Loading...";
  position:absolute;
  right:14px;
  top:14px;
  font-size:12px;
  opacity:.8;
}


/*blog search*/

/*cf7*/

.main-why label {
    width: 100%;
    color: #4a5565;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
.main-why input, .main-why textarea {
    border: 1px solid #ebe6e7;
    border-radius: 8px;
    background-color: #fbf9fa;
}
.main-why textarea {
    height: 140px;
}
.main-why input::placeholder,
.main-why textarea::placeholder {
    color: #9ca3af;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #3EBDA8;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 20px 16px 20px;
}
.combine-one, .combine-two {
    display: flex;
    gap: 12px;
}

/*cf7*/

.tab-sec-fs-two .e-n-tabs-heading {
    background-color: #fff;
    border-radius: 100px;
    width: 35%;
    padding: 6px;
    margin: auto;
	box-shadow: 0 4px 58px rgb(0 0 0 / 12%);
}

/* --- Swiper essentials (must have) --- */
.fas.swiper{ width:100%; overflow:hidden; }
.fas .swiper-wrapper{ display:flex; }
.fas .swiper-slide{ width:100%; flex-shrink:0; }

.fas-wrap{ position:relative; width:100%; }

.fas-card{
    display: flex;
    gap: 30px;
    padding: 22px;
    border-radius: 12px;
    background: #E5E5E5;
	border: 2px solid #FFC300;
	padding-bottom: 50px;
}
.fas-image-one {
    width: 40%;
}
.fas-content {
   width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fas-img img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
	border-radius: 12px;
}

.fas-meta{
  display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.fas-date{ color: #000;
    font-size: 18px; }
.fas-cat{ 
color: #000;
    font-size: 18px;
    background-color: #FFC300;
    padding: 5px 10px 5px 10px;
    font-weight: 400;
}
.fas-title a {
    color: #000000;
    text-decoration: none !important;
    font-size: 36px;
    font-weight: 500;
	font-family: "Poppins", Sans-serif;
}
.fas-readmore {
    color: #000000;
    text-decoration: none !important;
    font-size: 18px;
}
.fas-arrow img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-bottom: -3px;
}
.fas-controls{
  position:absolute;
  right:18px;
  bottom:18px;
  display:flex;
  gap:10px;
  z-index:10;
}
.fas-controls button{
  width: 100% !important;
    height: auto;
    padding: 15px 20px 15px 20px !important;
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    font-size: 0px !important;
    background-color: transparent !important;
}
.fas-prev {
    background-image: url(http://themobilecarguys.peakovate.com/wp-content/uploads/2026/01/Arrow-9.png);
}
.fas-next {
    background-image: url(http://themobilecarguys.peakovate.com/wp-content/uploads/2026/01/Arrow-8.png);
}

/* Base tooltip */
.elementor-button {
  position: relative;
  overflow: visible !important;
}

/* Tooltip bubble */
.elementor-button::after {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  white-space: normal;         /* allow wrapping */
  width: max-content;
  max-width: 220px;            /* prevent overflow */
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 9999;
  box-sizing: border-box;
}

/* Show tooltip */
.elementor-button:hover::after {
  opacity: 1;
}

/* Individual button texts */
/* General Car Maintenance */

.oil-change .elementor-button::after {
  content: "Regular oil changes keep your engine lubricated and running efficiently.";
}

.spark-plugs .elementor-button::after {
  content: "New spark plugs improve ignition, engine performance, and fuel efficiency.";
}

.air-filter .elementor-button::after {
  content: "A clean air filter ensures proper airflow to the engine.";
}

.cabin-filter .elementor-button::after {
  content: "Cabin air filters remove dust, pollen, and pollutants from your car interior.";
}

.transmission-fluid .elementor-button::after {
  content: "Fresh transmission fluid helps maintain smooth gear shifting.";
}


/* Brakes, Steering & Suspension */

.brake-pad .elementor-button::after {
  content: "Replacing worn brake pads restores braking performance and safety.";
}

.rotor-replacement .elementor-button::after {
  content: "New brake rotors provide smoother braking and reduce vibration.";
}

.caliper-replacement .elementor-button::after {
  content: "Brake calipers apply pressure to pads to safely stop your vehicle.";
}

.brake-fluid .elementor-button::after {
  content: "Fresh brake fluid improves braking response and prevents corrosion.";
}


/* Battery / Starter / Alternator */

.no-start-testing .elementor-button::after {
  content: "Diagnostic testing to determine why your vehicle will not start.";
}

.battery-replacement .elementor-button::after {
  content: "A new battery ensures reliable starts and consistent electrical power.";
}

.starter-replacement .elementor-button::after {
  content: "Starter replacement restores proper engine starting function.";
}

.alternator-replacement .elementor-button::after {
  content: "The alternator keeps your battery charged and powers vehicle electronics.";
}


/* Suspension and Steering */

.shocks-struts .elementor-button::after {
  content: "Shocks and struts absorb road impacts for a smooth and stable ride.";
}

.ball-joints .elementor-button::after {
  content: "Ball joints allow smooth suspension movement and steering control.";
}

.tie-rods .elementor-button::after {
  content: "Tie rods connect the steering system to the wheels for accurate steering.";
}

.control-arms .elementor-button::after {
  content: "Control arms connect the suspension to the vehicle frame.";
}

.cv-axles .elementor-button::after {
  content: "CV axles transfer engine power to the wheels while allowing suspension movement.";
}

.steering-suspension .elementor-button::after {
  content: "Complete repair of steering and suspension components.";
}


/* Diagnostics and Inspections */

.general-diagnostics .elementor-button::after {
  content: "Advanced diagnostics to identify engine and system issues.";
}

.pre-purchase-inspection .elementor-button::after {
  content: "Comprehensive inspection before buying a used vehicle.";
}


/* Car Detailing */

.interior-exterior-detailing .elementor-button::after {
  content: "Professional cleaning and restoration of your car inside and out.";
}

.paint-correction .elementor-button::after {
  content: "Removes scratches, swirl marks, and imperfections from your car paint.";
}

.ceramic-seal .elementor-button::after {
  content: "Ceramic protection that enhances shine and shields paint from damage.";
}

.seat-stroller-cleaning .elementor-button::after {
  content: "Deep cleaning to remove stains, odors, and bacteria from seats and strollers.";
}


/* .tmcg-booking-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
}

.tmcg-booking-page-main,
.tmcg-booking-page-sidebar {
  min-width: 0;
}

.tmcg-booking-services-header {
  margin-bottom: 20px;
}

.tmcg-booking-services-header h2 {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 700;
}

.tmcg-booking-services-header p {
  margin: 0;
  color: #666;
}

.tmcg-booking-summary-box {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  padding: 22px;
  position: sticky;
  top: 20px;
}

.tmcg-booking-summary-box h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}

.tmcg-booking-summary-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tmcg-booking-summary-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ececec;
}

.tmcg-booking-summary-item-left strong {
  display: block;
  margin-bottom: 4px;
}

.tmcg-booking-summary-item-left div {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.tmcg-booking-summary-item-left small {
  display: inline-block;
  margin-top: 6px;
  color: #777;
}

.tmcg-booking-summary-item-right {
  white-space: nowrap;
  font-weight: 700;
}

.tmcg-booking-summary-total {
  margin-top: 14px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .tmcg-booking-page-grid {
    grid-template-columns: 1fr;
  }

  .tmcg-booking-summary-box {
    position: static;
  }
} */

/* booking pop */

body.tmcg-popup-open {
  overflow: hidden;
}

.tmcg-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.tmcg-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.tmcg-popup-dialog {
  position: relative;
  width: min(1100px, calc(100% - 30px));
  max-height: 88vh;
  margin: 40px auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.tmcg-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.tmcg-popup-header {
  padding: 28px 28px 18px;
  border-bottom: 1px solid #e8e8e8;
}

.tmcg-popup-title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 700;
}

.tmcg-popup-subtitle {
  margin: 0;
  color: #555;
  font-size: 16px;
}

.tmcg-popup-body {
  flex: 1;
  overflow: auto;
  padding: 24px 28px;
}

.tmcg-popup-loader {
  font-size: 16px;
  color: #444;
}

.tmcg-category-block + .tmcg-category-block,
.tmcg-other-services-heading + .tmcg-category-block {
  margin-top: 28px;
}

.tmcg-category-header {
  margin-bottom: 16px;
}

.tmcg-category-header h3,
.tmcg-other-services-heading h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
}

.tmcg-category-header p {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.tmcg-services-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tmcg-service-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #d9d9d9;
  border-radius: 18px;
  padding: 20px 22px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.tmcg-service-card:hover {
  transform: translateY(-1px);
}

.tmcg-service-card.is-selected {
  border-color: #45c4b0;
  background: #eefbf8;
}

.tmcg-service-checkbox {
  width: 22px;
  height: 22px;
  margin-top: 6px;
  flex-shrink: 0;
}

.tmcg-service-content {
  flex: 1;
}

.tmcg-service-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.tmcg-service-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.tmcg-service-price {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.tmcg-service-desc {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
}

.tmcg-service-duration {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

.tmcg-popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 28px;
  border-top: 1px solid #e8e8e8;
  background: #fff;
}

.tmcg-popup-summary {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tmcg-summary-count {
  font-size: 18px;
  font-weight: 700;
}

.tmcg-summary-meta {
  font-size: 14px;
  color: #666;
}

.tmcg-continue-btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  background: #45c4b0;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .tmcg-popup-dialog {
    width: calc(100% - 16px);
    margin: 8px auto;
    max-height: 96vh;
    border-radius: 14px;
  }

  .tmcg-popup-header,
  .tmcg-popup-body,
  .tmcg-popup-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tmcg-popup-title {
    font-size: 24px;
  }

  .tmcg-service-card {
    padding: 16px;
    gap: 12px;
  }

  .tmcg-service-top {
    flex-direction: column;
    gap: 8px;
  }

  .tmcg-service-title,
  .tmcg-service-price {
    font-size: 18px;
  }

  .tmcg-service-desc {
    font-size: 15px;
  }

  .tmcg-popup-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .tmcg-continue-btn {
    width: 100%;
  }
}

/* smooth scroll for mobile services */

.main-frame {
  position: relative;
}

.frame-service-tabs {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.frame-service-tabs > div {
  transition: all 0.3s ease;
  cursor: pointer;
}

.frame-service-tabs > div.active {
  background: #3EBDA8;
  color: #fff;
  border-radius: 50px;
}

.frame-service-tabs > div.active img {
  transform: scale(1.05);
}

#service-1,
#service-2,
#service-3,
#service-4,
#service-5 {
  scroll-margin-top: 100px;
}

/* Mobile fix */
@media (max-width: 767px) {
  .elementor-button::after {
    left: 0;
    transform: translateX(0);
    width: 100%;
    text-align: left;
  }
}

@media(max-width:900px){
	.fas-card{
		flex-direction: column;
	}
	.fas-image-one {
    width: 100%;
}
	.fas-content {
    width: 100%;
}
	.fas-title a {
    font-size: 24px;
}
}

/* Responsive breakpoints */


@media (max-width: 1024px){
  .car-services-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px){
  .ap-card {
    width: 100%;
}
	.ap-sort-wrap {
    width: 100%;
}
}

@media (max-width: 768px){
    .h1-arrow-text h1:before {
        display: none;
    }
    .car-services-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tab-sec-fs .e-n-tabs-heading {
      display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
  }
	.tab-sec-fs-two .e-n-tabs-heading {
      display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
		gap: 10px;
  }
  .tab-sec-fs .e-n-tabs-heading button, .tab-sec-fs-two .e-n-tabs-heading button {
    margin: 0 !important;
}

.service-card-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.tsw-text {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
.tsw-quote-img {
    width: 20px;
}
 .tsw-wrap {
  padding-right: 0;  
}
	
	.combine-one, .combine-two {
    display: flex;
    gap: 0px;
    flex-direction: column;
}
}