@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --common-found: 'Funnel Display';
    --theme-found: 'Be Vietnam Pro';
    --theme-color: #ff5f00;
}

body {
    font-family: "Funnel Display" ;
    overflow-x: hidden;
}
p{
    font-family: "Be Vietnam Pro" ;
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
input {
    outline: none;
}
a{
    text-decoration: none;
}
h1 {
    font-family: var(--common-found);
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
}
h2{

    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
} 
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}

header {
    position: absolute;
    z-index: 141111;
    width: 100%;
    top: 0;
}
.top-bar p {
    color: #fff;
    font-family: var(--common-found);
}
.header-top-bar {
    background-color: #0000002b;
    backdrop-filter: blur(10px);
}
a.register span {
    display: flex;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px; 
} 
.help-number {
    display: flex;
    gap: 50px;
} 
.help-number h6 {
    color: #fff;
    font-family: var(--common-found);
    font-weight: 400;
    font-size: 16px;
} 
.help-number a {
    color: #fff;
    font-family: var(--common-found);
} 
.help-number i {
    padding-right: 6px;
    font-size: 20px;
    transform: translateY(4px);
    display: inline-block;
}

.login > a {
    color: #fff;
}
.login {
    display: flex;
    align-items: center;
}
.login > a i {
    padding-right: 12px;
    font-size: 22px;
    transform: translateY(4px);
    display: inline-block;
}
.login a.register {
    background-color: #ffffff29;
    padding: 12px 24px;
    display: flex;
    color: #fff;
    border-radius: 62px; 
    margin-left: 26px;
    align-items: center;
    justify-content: center;
}
.login a.register:hover {
    background-color: #fff;
    color: #000;
}

.bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom-bar ul {
    display: flex;
    align-items: center;
}  
.bottom-bar ul li {
    padding-right: 20px;
    padding-left: 20px;
}
.bottom-bar ul li a {
    color: #fff;
    text-transform: capitalize;
}
.bottom-bar ul li a:hover {
    color: var(--theme-color);
}
.clients-slider .item {
    display: flex;
    justify-content: center;
}
.bottom-bar ul li a,.bottom a {
    transition: .3s ease-in-out;
} 

#progress {
  z-index: 111;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
}
#progress-value {
    display: block;
    height: calc(110% - 15px);
    width: calc(110% - 15px);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #ffffff;
    background-color: var(--theme-color);
}
span#progress-value i {
    font-size: 22px;
}

.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    top: 0;
    background-color: var(--theme-color) ;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    top: 0%;
}
.page-loaded .preloader {
    top: -100%;
} .mrp-load__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
          animation: shake 0.2s ease-in-out infinite alternate;
}
.mrp-load__line {
  transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
          animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
ellipse.mrp-load__wheel--right { 
    fill: #000000;
}

ellipse.mrp-load__wheel--left {
    fill: #000;
}
.mrp-load__line--top {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mrp-load__line--middle {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mrp-load__line--bottom {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes shake {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}

@keyframes shake {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
 
#home {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
    min-height: auto;
    padding-bottom: 100px;
    scroll-margin-top: 0;
}
#mrp-inquiry {
    scroll-margin-top: 210px;
}
#home:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    opacity: .5;
    z-index: 3;
} 

.hero-text {
    position: relative;
}
.img-slider img { 
    animation: imgscale 10s infinite;
}

@keyframes imgscale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06); 
    }
    100% {
        transform: scale(1); 
    }
}
.mrp-hero-band-text {
    position: relative;
    width: min(1296px, calc(100vw - 24px));
    max-width: 100%;
    z-index: 11;
    padding-top: 200px;
    padding-bottom: 24px;
    margin: 0 auto;
}
.hero-text h1 {
    color: #fff;
    margin-bottom: 30px;
    width: 85%;
}

.hero-text h5 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 55px;
}
.login a.register i {
    padding-right: 14px;
    font-size: 22px;
    transform: translateY(0px);
    height: 24px;
}
ul.mrp-checklist li {
    color: #fff;
    padding-bottom: 12px;
    font-size: 20px;
}

ul.mrp-checklist li i {
    color: var(--theme-color);
    font-size: 18px;
    padding-right: 12px;
}
.hero-text h1 span {
    position: relative; 
}
.hero-text h1 span:before {
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--theme-color), #ffa654);
    content: "";
    bottom: -8px;
    border-radius: 3px;
    animation: textline 8s infinite;
}
@keyframes textline {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
}

.mrp-svc-card {
    background-color: #f5f5dd;
    border-radius: 20px;
    padding: 25px;
    position: relative;
}

.mrp-disc-badge {
    display: flex;
    align-items: center;
    background-color:  #ffb21d;
    padding: 8px;
    gap: 10px;
    border-radius: 34px;
    width: fit-content;
    padding-right: 22px;
    padding-left: 14px; 
    position: relative;
    margin-bottom: 30px;
    z-index: 11;
} 
.mrp-disc-badge h6 {
    color: #fff;
    font-size: 14px;
} 
.mrp-svc-card h3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
} 
.mrp-svc-card ul {
    display: flex;
    gap: 24px;
    padding-top: 10px;
    padding-bottom: 16px;
    color: #292929;
} 
.mrp-svc-card > a {
    font-weight: bold;
} 
.mrp-svc-card > a:hover {
    color:  var(--theme-color);
}
.mrp-svc-card > a i {
    padding-left: 10px;
    transform: rotate(325deg) translateY(4px);
    font-size: 14px;
    color: #7a7a7a;
} 
.mrp-svc-card > a:hover i {
    transform: rotate(360deg) translateY(0px);
    color: var(--theme-color);
}
.mrp-svc-card ul li i {
    padding-right: 6px;
    font-size: 18px;
    transform: translateY(2px);
    display: inline-block;
} 
.mrp-svc-card ul li i.flaticon-coin {
    padding-right: 3px;
}
.mrp-svc-card ul li {
    color: #292929;
    font-weight: 500;
}
 .mrp-svc-card img.mrp-card-art {
    position: absolute;
    top: 40px;
    transform: translate(-50%, -2%);
    left: 50%;
    z-index: 0;
} 
.mrp-svc-card:hover img.mrp-card-art { 
    transform: translate(-50%, 9%);
}
.mrp-svc-card img {
    z-index: 0;
    position: relative;
}
.mrp-svc-card:hover img {
    transform: scale(0.9);
}
.mrp-svc-card ul svg {
    margin-right: 5px;
}
.mrp-svc-card--b {
    background-color: #ffe9e9;
}
.mrp-svc-card--c {
    background-color: #ebeeff;
}
.mrp-svc-card--d {
    background-color: #f1f1f1;
}

.heading {
    text-align: center;
    width: 60%;
    margin: auto;
    padding-bottom: 60px;
} 
.heading span {
    font-weight: 800;
    letter-spacing: 2px;
    color: #444444;
} 
.heading h2 {
    font-weight: bold;
    z-index: 11;
    position: relative;
}
.heading h2 span {
    position: relative; 
    color: #000;
    z-index: 1111;
}
.heading h2 span:before {
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--theme-color), #ffa654);
    content: "";
    bottom: -8px;
    border-radius: 3px;
    z-index: -1;
    animation: textline 8s infinite;
}
.heading.two {
    text-align: left;
    width: 100%;
    padding-bottom: 40px;
}
.heading.two p {
    padding-top: 20px;
    width: 90%;
}

.mrp-step {
    text-align: center;
    padding: 60px;
    position: relative; 
} 
.mrp-step:before {
    content: "";
    position: absolute;
    background-color: #f3f3f3;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

} 
.mrp-step.active:before ,
.mrp-step:hover:before {
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 0px 32px 10px rgba(0,0,0,0.06);
    z-index: 1;
}
.mrp-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    border-radius: 50%;
    background: #fff;
    color: var(--theme-color);
    font-size: 34px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.mrp-step h4 {
    z-index: 1;
    position: relative;
    font-weight: bold;
    color: var(--theme-color);
    padding-bottom: 6px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
} 
.mrp-step h3 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 22px;
    z-index: 1;
    position: relative; 
}
.mrp-step p {
    z-index: 1;
    position: relative;
}
 
.mrp-feature-visual {
    position: relative;
} 
.mrp-feature-visual img,.mrp-feature-visual figure {
    border-radius: 30px;
}

.count-style {
    position: absolute;
    bottom: 0;
    left: 20px;
    background-color: #5d5d5dc9;
    display: flex;
    gap: 80px;
    padding: 30px 40px;
    border-radius: 20px;
    border: 3px solid #5f6668;
    bottom: 20px;
    backdrop-filter: blur(5px);
} 
h3.ms-animated sup {
    font-size: 37px;
}
.count-style h3 {
    font-size: 60px;
    color: #fff;
} 
.count-style span {
    color: #fff;
} 
.list-style li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 16px;
    font-size: 18px;
}
.list-style li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    left: 0;
    top: 8px;
}
 
.service > div {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 14px;
    justify-content: space-between;
    padding-right: 18px;
    border-radius: 16px;
    padding-left: 25px;
} 
.service:hover > div {
    background-color : #ff5f00;
} 
.service h3 {
    font-weight: bold;
    font-size: 24px;
} 
.service:hover h3,.service:hover i {
    color: #fff;
}
.service p {
    padding-top: 20px;
    width: 90%;
    padding-left: 25px;
} 
.service {
    padding-bottom: 50px;
}
.service i {
    font-size: 56px;
    height: 64px;
}

.video {
    position: relative;
    right: 0;
    text-align: center;
}
.video img,.video figure {
    border-radius: 20px;
    width: 100%;
}
.video i {
    position: absolute;
    animation: shadow-pulse 1s infinite;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: var(--theme-color); 
    top: 20px; 
    right: 20px; 
    z-index: 111;
}
@keyframes shadow-pulse{
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

.mrp-scope-panel {
    display: flex;
    border: 9px solid #ffffff;
    border-radius: 20px;
    background-color: #ffffff21;
    padding: 10px;
    padding-left: 40px;
    align-items: center;
}   
.mrp-scope-panel ul.mrp-checklist li {
    color: #000;
    font-size: 16px;
}
.mrp-scope-meta {
    display: flex;
    width: 75%;
    align-items: center;
} 
.mrp-scope-meta ul {
    background-color: #000000;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    z-index: 11;
} 
.mrp-scope-copy {
    width: 25%;
}
.mrp-scope-panel h4 {
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: bold;
} 
.mrp-scope-panel p {
    padding-bottom: 20px;
} 
.mrp-scope-copy h5 {
    font-size: 34px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 20px;
} 
.mrp-scope-copy h5 span {
    font-size: 16px;
    font-weight: 500;
}
button.btn span {
    padding-bottom: 0;
}

.btn {
    background-color: var(--theme-color);
    padding: 14px 40px;
    border-radius: 10px;
    color: #fff;
    position: relative; 
}
.btn:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    width: 100%;
    height: 10%;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: 3;
    opacity: 0;
}  
.btn span {
    position: relative;
    z-index: 111;
} 
.btn:hover:before {
    height: 100%;
    opacity: 1;
}
.mrp-scope-meta ul li {
    color: #fff;
    font-size: 14px;
    position: relative; 
}
.mrp-scope-meta ul li:not(:last-child){
    border-bottom: 3px dashed #1e1e1e;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.mrp-scope-meta ul li span {
    position: absolute;
    left: 37%;
}
.nav-pills {
    display: -webkit-inline-box; 
    margin-bottom: 32px;
    width: auto;
} 
.nav-pills .nav-link {
    width: 248px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 14px !important;
    color: black;
    border: 5px solid transparent;
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    font-weight: bold;
} 
.nav-pills .nav-link.active {
    border: 5px solid var(--theme-color);
    background-color: #fff;
    color: #000;
}
.nav-pills .nav-link img {
    width: 70px;
}
.p-100 {
    padding-top: 100px;
}

.mrp-promo-card {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
} 
.mrp-promo-card:hover img {
    transform: scale(0.85);
}
.mrp-promo-card h4 {
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 22px;
} 
.mrp-promo-card:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
} 
.mrp-promo-card img {
    position: relative;
    padding-left: 10px;
}

.locations-address {
    position: relative;
    width: fit-content;
} 
.locations-address a {
    position: absolute;
    right: -61px;
    bottom: 100px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    transform: rotate(270deg);
    width: 198px !important;
    text-align: center;
}
.locations-address a:hover {
    background-color: var(--theme-color);
    color: #fff;
}
.locations-address img,.locations-address figure {
    border-radius: 30px;
}
.locations {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}
.mrp-contact-band {
    position: relative;
} 
.mrp-contact-band > img {
    position: absolute;
    z-index: 3;
    top: 0;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    height: 100%;
} 
.mrp-contact-band .heading.two h2 {
    color: #fff;
} 
.mrp-contact-band .heading.two span {
    color: #fff;
    display: inline-block;
} 
.mrp-pin-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}
.mrp-pin-row {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
} 
.mrp-pin-row h4 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 11px;
} 
.mrp-pin-row h6 {
    color: #9f9f9f;
    font-size: 16px;
} 
.mrp-pin-row + .mrp-pin-row {
    margin-bottom: 0;
} 
.mrp-contact-band .nice-select.Advice {
    width: 90%;
    display: block;
    margin-bottom: 30px;
    height: 60px;
    padding-top: 7px;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid var(--theme-color);
    background-color: #ffffff3b;
    color: #9f9f9f;
    border-radius: 15px;
    padding-left: 20px;
    letter-spacing: 1px;
    z-index: 111;
}
.mrp-contact-band ul.list {
    width: 100%;
    color: #000;
} 
.mrp-contact-band .nice-select.Advice:before {
    content: "";
    right: 0;
    position: absolute;
    background-color: var(--theme-color);
    width: 50px;
    height: 100%;
    top: 0;
    border-radius: 10px;
}
.mrp-contact-band .nice-select:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff; 
    height: 10px;
    margin-top: -4px; 
    right: 20px;
    top: 43%; 
    width: 10px;
}
.mrp-contact-band .nice-select.Advice:before {
    content: "";
    right: 0;
    position: absolute;
    background-color: var(--theme-color);
    width: 50px;
    height: 100%;
    top: 0;
    border-radius: 10px;
}
.mrp-contact-band .map {
    position: absolute;
    width: 66%;
    top: 0;
    height: 100%;
    z-index: 2;
    right: 0;
} 
.mrp-contact-band .map iframe {
    width: 100%;
    height: 100%;
}
 
.mrp-contact-band .heading.two {
    z-index: 11111;
    position: relative;
}
.mrp-locations-note {
    color: #ccc;
    margin-bottom: 24px;
    position: relative;
    z-index: 4;
    font-size: 16px;
    line-height: 1.6;
}
.mrp-locations-note strong {
    color: #fff;
}

.blog-style h4 {
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ced1d4;
    margin-bottom: 18px;
    font-weight: bold;
} 
.blog-style > a {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}
.blog-style h4 a:hover {
    color: var(--theme-color);
}
.blog-style > a:hover,
.blog-style > a:hover i {
    color:  var(--theme-color);
}
.blog-style > a:hover i {
    transform: rotate(360deg) translateY(0px);
    color: var(--theme-color);
}
.blog-style > a i {
    padding-left: 10px;
    transform: rotate(325deg) translateY(4px);
    font-size: 14px;
    color: #7a7a7a;
} 
.blog-style img,.blog-style figure {
    border-radius: 30px;
}
.img-hover img {
    width: 100%;
}
.img-hover:hover img {
    transform: scale(1.13);
} 

.mrp-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mrp-cta-band {
    background-color: var(--theme-color);
    padding: 154px 52px;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    text-align: center;
    padding-bottom: 0;
} 
.mrp-cta-band h2 {
    color: #fff;
    padding-bottom: 14px;
    font-weight: bold;
    width: 90%;
    margin: auto;
} 
.mrp-cta-band p {
    color: #fff;
    padding-bottom: 30px;
    padding-top: 6px;
} 
.mrp-cta-band img {
    border-radius: 10px; 
    cursor: pointer;
} 
.mrp-cta-band a{
    cursor: pointer;
} 

.accordion-section .heading.two {
    width: 87%;
    text-align: left;
    margin-bottom: 24px;
    margin-left: 0;
}
.accordion-section {
    position: relative;
} 
.accordion-section ul.shaps-img li:nth-child(1) {
    left: 72%;
    animation: 8s toptop infinite;
}
.accordion-item.active .icon:after {
  width: 0;
} 
.accordion-item{
    border: 0;
} 
.accordion-item.active .icon:before {
    background: #000;
}
.accordion-img figure.accordion-img-two {
    background-color: var(--common-colour);
    margin-top: -156px;
    width: fit-content;
    margin-left: 130px;
}
.accordion-item .heading {
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out; 
    margin-bottom: 0;
    padding-bottom: 0;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    right: 30px;
    
}
.accordion-item.active .title {
    color: #000;
    background-color: #ffffff;
    border-radius: 20px;
    padding-bottom: 0;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
} 
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.content p{
    font-size: 16px; 
    color: #444444;
    padding-left: 25px;
}
.title {
    text-align: start;
    padding: 22px;
    color: black;
    font-size: 18px;
    background-color: #f2f2f2; 
    font-weight: 700;
    border: 1px solid #969696;
    border-radius: 30px;
}
.accordion-item.active .title { 
    padding-bottom: 15px;
    border: 0;
}
.accordion-item.active {
    background-color: #fff;
    border: 0;
    border-radius: 20px;
    border: 1px solid #969696;
}
.content {
    margin-bottom: 20px; 
    padding-top: 0px;
    background-color: #24243500;
    border: 0;
} 
.accordion-item {
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 20px;
} 
.accordion-img {
    position: relative;
}  
.accordion-img img.dots {
    top: auto;
    z-index: -0;
    right: -5%;
    bottom: 0;
}
.accordion-contact {
    background-color: var(--bgcolor);
    padding: 20px;
    border-radius: 30px;
    padding-bottom: 16px;
    padding-top: 56px;
    position: relative;
    z-index: 11;
} 
.accordion-contact .btn {
    width: 100%;
    margin-top: 16px;
} 
.accordion-contact h4 {
    font-size: 18px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-weight: bold;
}
.accordion-contact h4:hover a {
    color: var(--main-color);
}
.accordion-img img {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 11;
} 
.heading h4 {
    font-weight: bold;
}
    
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}   
.marquee-content {
    display: flex;
} 
.marquee {
    display: flex;
    overflow: hidden;
    position: relative; 
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    width: 200px;
    margin-left: 40px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}

footer {
    position: relative;
    z-index: 5;
    clear: both;
    background-color: #060709;
    padding-top: 100px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #4f4f4f;
} 
.footer-top ul {
    display: flex;
    gap: 50px;
} 
.footer-top ul li a {
    color: #fff;
} 
.footer-top > a {
    font-size: 43px;
    color: #fff;
    font-weight: bold;
}
.footer-information {
    padding-top: 80px;
}

.mrp-footer-cta h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 14px;
    width: 90%;
} 
.mrp-footer-cta p {
    padding-bottom: 22px;
} 
.mrp-footer-cta {
    width: 85%;
}

.information-link h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px;
    text-transform: capitalize;
} 
.information-link ul li {
    padding-bottom: 16px;
    font-size: 15px;
} 
.information-link ul li a {
    color: #fff;
}
.footer-top > a:hover,
.footer-top ul li a:hover,
.information-link ul li a:hover {
    color: var(--theme-color);
}
.information-link p {
    font-size: 14px;
    color: #fff;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #4f4f4f;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 70px;
} 
.footer-bottom p {
    color: #fff; 
}
 
.mrp-form-tabs {
    position: relative;
}
.mrp-form-tabs .nav-link {
    width: 100px;
    padding: 11px;
    display: block;
    background-color: #f0f3f5;
    height: 100px;
    font-weight: 500;
    border-radius: 10px !important;!I;!;
    border: 1px solid #a6a6a6;
}
.mrp-form-tabs .nav-link i {
    font-size: 40px;
    display: block;
    
    width: 70px;
    height: 43px;
} 
.mrp-form-tabs form {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    padding-top: 90px;
    padding-bottom: 28px;
    margin-top: -100px;
    margin-bottom: 8px;
    z-index: 1;
    position: relative;
    overflow: visible;
}

.review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 20px;
    width: 80%;
    margin-left: auto;
} 
ul.star li i {
    color: #ff7928;
} 
ul.star li h6 {
    padding-left: 5px;
}
ul.star {
    display: flex;
    font-size: 14px;
    gap: 4px;
} 
.about-section .heading.two {
    width: 70%;
    margin: 0;
} 
.about-section .heading.two h2 span {
    display: inline-block;
}

.mrp-quote-card {
    border-top: 3px solid #373737;
    padding-top: 30px;
    margin-top: 40px;
} 
.mrp-quote-card p {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 40px;
} 
.mrp-quote-card .man {
    display: flex;
    align-items: center;
    gap: 20px;
} 
.mrp-quote-card .man img {
    border-radius: 50%;
} 
.mrp-quote-card .man h5 {
    padding-bottom: 8px;
    font-size: 22px;
} 
.mrp-quote-card .man h6 {
    color: #8d8d8d;
    font-size: 16px;
}
.swiper-button {
    position: absolute;
    bottom: 28px;
    width: 176px;
    right: 0;
} 
.swiper-button-prev:after,  .swiper-button-next:after {
    display: none;
} 
.swiper-pagination {
    left: 86%;
    position: absolute;
    width: 100px;
} 
.swiper-button-next,.swiper-button-prev {
    border: 1px solid #444;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
} 
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #000;
    color: #fff;
}

.mrp-pay-options input[type='radio']:after{
    top: 6%;
    border-radius: 0;
}
.mrp-pay-options input[type='radio']:checked:after{
    top: 6%;
    background-color: #ffd40d;
}
.mrp-pay-options input {
    width: 0;
} 
.mrp-pay-options input[type='radio']:after{
    top: 6%;
    border-radius: 0;
}
.mrp-pay-options input[type='radio']:checked:after{
    top: 6%;
    background-color: #ff5f00;
}
.mrp-pay-options ul li {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 32px;
}
.mrp-pay-options ul {
    margin-bottom: 10px;
}
.mrp-pay-options input[type='radio']:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: -23px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    border-radius: 50%;
} 
.mrp-pay-options input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    left: -23px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    top: 4px;
}
ul.mrp-pay-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 28px;
    padding-left: 9px;
} 
ul.mrp-pay-options li {
    padding-left: 15px;
    font-size: 14px;
} 
.mrp-form-tabs form input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    padding-right: 10px;
} 
form input[type="checkbox"] {
    width: 14px !important; 
    height: 14px !important; 
    padding: 0;
}  
.mrp-form-tabs input[type="radio"] {
    width: 0; 
    height: 0;  
} 
.tab-content.mrp-form-tabs {
    position: relative;
    z-index: 11;
} 
.mrp-form-tabs.nav.flex-column.nav-pills {
    padding-left: 87px;
    z-index: 1111;
}
.mrp-form-tabs.nav-pills .nav-link { 
    margin-right: 20px; 
}
.mrp-form-tabs span {
    padding-bottom: 10px;
    display: block;
    text-transform: uppercase;
} 
.mrp-field-block span i {
    padding-right: 2px;
    font-size: 19px;
    transform: translateY(4px);
    display: inline-block;
} 
.mrp-form-tabs form .mrp-field-block input {
    padding-left: 56px;
} 
.mrp-form-tabs form .mrp-field-block {
    position: relative;
    margin-bottom: 13px;
} 
.datatime {
    padding-top: 16px;
    padding-bottom: 24px;
}
.date-from {
    display: flex;
    border: 1px solid #a6a6a6;
    border-radius: 12px;
}

.date-from input {
    width: 60% !important; 
    border: 0 !important; 
} 
.date-from input[type="time"] {
    background-color: #ededed;
    border-left: 1px solid #a6a6a6 !important; 
    width: 40% !important; 
}
.mrp-schedule {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 8px;
}
.mrp-schedule input[type="date"],
.mrp-schedule select {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #a6a6a6;
    border-radius: 12px;
    background: #fff;
    font: inherit;
    color: #111;
}
.mrp-schedule select {
    background-color: #ededed;
    cursor: pointer;
}
.mrp-schedule input[type="date"]::-webkit-calendar-picker-indicator,
.mrp-schedule select {
    font-size: 15px;
}
.tab-content.mrp-form-tabs .btn {
    width: 100%;
    margin-top: 12px;
    display: inline-block;
    box-sizing: border-box;
} 
.mrp-form-tabs form input#location {
    margin-right: 5px;
} 
.mrp-form-tabs form .mrp-field-block input[name="service_address"] {
    padding-left: 52px;
    padding-right: 52px;
}
.mrp-form-tabs form .mrp-field-block .mrp-addr-btn {
    position: absolute;
    bottom: 2px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.mrp-form-tabs form .mrp-field-block .mrp-addr-btn i {
    position: static;
    font-size: 22px;
}
.mrp-form-tabs form .mrp-field-block .mrp-addr-btn--search {
    left: 8px;
}
.mrp-form-tabs form .mrp-field-block .mrp-addr-btn--search i {
    color: #000;
}
.mrp-form-tabs form .mrp-field-block .mrp-addr-btn--gps {
    right: 8px;
}
.mrp-form-tabs form .mrp-field-block .mrp-addr-btn--gps i {
    color: #ff5f00;
}
.mrp-form-tabs form .mrp-field-block .mrp-addr-btn:hover {
    background: rgba(255, 95, 0, 0.12);
}
nav ul li a.mrp-nav-on {
    color: #ff5f00;
}
:root {
    --mrp-header-offset: 188px;
}
body.mrp-subpage .mrp-page-hero {
    padding-top: var(--mrp-header-offset) !important;
}
body.mrp-subpage .mrp-page-hero.no-top {
    padding-top: var(--mrp-header-offset) !important;
}
body.mrp-subpage .heading {
    overflow: visible;
}
body.mrp-subpage .heading h2 {
    line-height: 1.18;
}
.mrp-reach-cta {
    margin-top: 24px;
}
.mrp-hide {
    display: none !important;
}
.mrp-quote-tools {
    margin: 0 0 14px;
    padding: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    background: #f8f8f8;
}
.mrp-inquiry-panel {
    position: relative;
    max-width: 100%;
    overflow: visible;
}
.mrp-inquiry-card {
    background: #fff;
    border-radius: 24px;
    padding: 16px 16px 20px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    position: relative;
    z-index: 20;
    overflow: visible;
}
.mrp-inquiry-card .mrp-form-tabs.nav.nav-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    margin: 0 0 14px;
    z-index: 1;
}
.mrp-inquiry-card .mrp-form-tabs .nav-link {
    width: auto;
    height: auto;
    min-height: 72px;
    margin: 0;
    padding: 10px 6px;
    text-align: center;
}
.mrp-inquiry-card .mrp-form-tabs .nav-link i {
    margin: 0 auto 4px;
    width: auto;
    height: 34px;
    font-size: 30px;
}
.mrp-inquiry-card .mrp-form-tabs form {
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.mrp-inquiry-card .mrp-form-tabs form input {
    height: 44px;
    padding-left: 16px;
}
.mrp-inquiry-card .mrp-form-tabs form .mrp-field-block input {
    padding-left: 48px;
    padding-right: 48px;
}
.mrp-inquiry-card .mrp-form-tabs span {
    padding-bottom: 6px;
    font-size: 13px;
}
.mrp-inquiry-card .datatime {
    padding-top: 8px;
    padding-bottom: 12px;
}
.mrp-inquiry-card .mrp-schedule input[type="date"],
.mrp-inquiry-card .mrp-schedule select {
    min-height: 44px;
    padding: 8px 10px;
}
.mrp-inquiry-card .mrp-form-tabs form textarea {
    margin-top: 8px;
    min-height: 68px;
    padding: 10px 12px;
}
.mrp-inquiry-card .mrp-privacy-check {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
}
.mrp-inquiry-card .tab-content.mrp-form-tabs .btn {
    margin-top: 12px;
    margin-bottom: 4px;
}
.mrp-inquiry-card .mrp-quote-tools {
    margin-bottom: 16px;
}
.mrp-hero-quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}
.mrp-hero-quick-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    color: #fff;
    min-height: 100%;
}
.mrp-hero-quick-ico {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(249, 115, 22, 0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.mrp-hero-quick-card strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.mrp-hero-quick-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    word-break: keep-all;
}
.mrp-hero-bottom {
    margin-top: 28px;
    align-items: stretch;
}
.mrp-hero-gallery {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}
#home .mrp-hero-gallery.img-slider {
    display: block;
}
#home .mrp-hero-gallery .img-div,
#home .mrp-hero-gallery .swiper-slide {
    height: 100%;
}
#home .mrp-hero-gallery img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}
.mrp-hero-steps {
    display: grid;
    gap: 12px;
    height: 100%;
}
.mrp-hero-steps-title {
    margin: 0 0 4px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}
.mrp-hero-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    color: #fff;
}
.mrp-hero-step-num {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f97316;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
}
.mrp-hero-step strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 4px;
}
.mrp-hero-step p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}
.mrp-hero-steps-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.mrp-hero-steps-link:hover {
    background: rgba(249, 115, 22, 0.92);
    color: #fff;
}
.mrp-vehicle-results-wrap {
    margin-top: 4px;
}
.mrp-vehicle-results-meta {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}
.mrp-vehicle-results {
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    padding: 6px;
    scrollbar-gutter: stable;
}
.mrp-vehicle-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 6px;
}
.mrp-vehicle-item:last-child {
    margin-bottom: 0;
}
.mrp-vehicle-item-main {
    min-width: 0;
    flex: 1 1 auto;
}
.mrp-vehicle-item-main strong {
    display: block;
    font-size: 14px;
    line-height: 1.45;
    color: #111;
    word-break: keep-all;
}
.mrp-vehicle-item-main span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.4;
    color: #666;
}
.mrp-vehicle-empty {
    margin: 0;
    padding: 18px 12px;
    text-align: center;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}
.mrp-quote-tools-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.mrp-quote-tools-tabs button {
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 700;
    cursor: pointer;
}
.mrp-quote-tools-tabs button.is-on {
    background: #1c1917;
    color: #fff;
    border-color: #1c1917;
}
.mrp-quote-filters {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 8px;
    margin-bottom: 10px;
}
.mrp-quote-filters input,
.mrp-quote-filters select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    padding: 8px 10px;
    font: inherit;
}
.mrp-quote-table-wrap {
    max-height: none;
    overflow: visible;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}
.mrp-quote-table-wrap--price {
    overflow-x: auto;
    overflow-y: visible;
}
.mrp-quote-table {
    width: 100%;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
}
.mrp-quote-table th,
.mrp-quote-table td {
    padding: 11px 10px;
    border-bottom: 1px solid #efefef;
    text-align: left;
    vertical-align: middle;
    line-height: 1.45;
    word-break: keep-all;
    background: #fff;
}
.mrp-quote-table th {
    position: static;
    background: #f3f3f3;
    z-index: 1;
    font-weight: 700;
    white-space: nowrap;
}
.mrp-quote-table tbody tr:last-child td {
    border-bottom: 0;
}
.mrp-vehicle-pick {
    border: 0;
    border-radius: 999px;
    background: #ff5f00;
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 12px;
}
.mrp-quote-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #666;
}
.mrp-kakao-pay-note {
    margin: 8px 0 0;
    font-size: 13px;
}
.mrp-kakao-pay-note a {
    color: #ff5f00;
    font-weight: 800;
}
@media (max-width: 768px) {
    .mrp-quote-filters {
        grid-template-columns: 1fr;
    }
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-color);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #000;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
} 
     .it-reveal-animation {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.5s cubic-bezier(0.5, 0.5, 0, 1);
}

.it-reveal-animation.active {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);

  transition: 1.5s cubic-bezier(0.5, 0.5, 0, 1);
} 
.slideUp, .slideDown {
    transition: transform .5s ease-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}

.btn:before,.login a.register,.mrp-svc-card > a i,.service > div,.mrp-promo-card img,
.information-link ul li a,.footer-top ul li a,.footer-top > a,.service h3,.service i,
.blog-style h4 a,.blog-style > a,.blog-style a i,.img-hover img,.mrp-svc-card img,
 .mrp-svc-card > a,.mrp-step:before,.locations-address a,.mrp-svc-card img.mrp-card-art {
    transition: 0.4s ease-in-out;
} 


:root {
    --common-found: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
    --theme-found: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
    --theme-color: #f97316;
}
body, p, a, h1, h2, h3, h4, h5, h6, input, textarea, button {
    font-family: var(--common-found);
    letter-spacing: 0;
}
.main-top-bar {
    background-color: #f97316;
}
.logo img,
.footer-bottom img {
    width: 180px;
    height: auto;
}
.bottom-bar ul li a {
    font-weight: 700;
}
.mrp-hero-band-text {
    width: min(1296px, calc(100vw - 24px));
}
.hero-text h1 {
    width: 95%;
    word-break: keep-all;
    font-size: clamp(44px, 5.2vw, 64px);
    line-height: 1.14;
}
.hero-text h5 {
    font-weight: 700;
}
.img-slider:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.42) 42%, rgba(0,0,0,.18));
    z-index: 2;
    pointer-events: none;
}
.mrp-form-tabs .nav-link {
    word-break: keep-all;
    font-size: 15px;
}
.mrp-form-tabs .nav-link i {
    margin: 0 auto 6px;
}
.mrp-form-tabs span {
    text-transform: none;
    font-weight: 700;
}
.mrp-form-tabs form textarea {
    width: 100%;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    padding: 14px 16px;
    resize: vertical;
    margin-top: 14px;
}
.mrp-privacy-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #333;
}
.mrp-privacy-check input {
    flex: 0 0 auto;
}
ul.mrp-pay-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 28px;
    padding-left: 9px;
}
ul.mrp-pay-options li {
    padding-left: 15px;
    font-size: 14px;
}
.mrp-pay-options input {
    width: 0;
}
.mrp-pay-options input[type='radio']:after {
    width: 20px;
    height: 20px;
    left: -23px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
    top: 4px;
    border-radius: 50%;
    background-color: #d1d3d1;
}
.mrp-pay-options input[type='radio']:checked:after {
    background-color: #f97316;
}
.mrp-svc-card {
    min-height: 100%;
}
.mrp-svc-card .mrp-disc-badge {
    margin-bottom: 20px;
}
.mrp-svc-card > img:not(.mrp-card-art) {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 18px;
}
.mrp-svc-card ul {
    flex-wrap: wrap;
}
.mrp-step h3,
.heading h2,
.mrp-scope-panel h4,
.blog-style h4,
.mrp-quote-card p {
    word-break: keep-all;
}
.mrp-scope-meta img {
    width: 50%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
}
.mrp-scope-meta ul li span {
    position: absolute;
    left: 42%;
}
.mrp-pin-row h6 a {
    color: #fff;
}
.mrp-quote-card .man img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.footer-top,
.footer-bottom {
    gap: 20px;
}
.footer-top > a {
    word-break: break-all;
}
.mrp-footer-cta .btn {
    display: inline-block;
}
@media (max-width: 575px) {
    .mouse-cursor {
        display: none;
    }
    .hero-text h1 {
        font-size: 42px;
        line-height: 1.18;
    }
    .hero-text h5 {
        font-size: 22px;
    }
    #mrp-repair-tab {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }
    #mrp-repair-tab .nav-link {
        width: calc(50% - 5px);
        margin: 0 !important;
        justify-content: space-between;
    }
}
.mrp-legal-body {
    background: #f5f6f7;
}
.mrp-legal-page {
    max-width: 920px;
    background: #fff;
    margin: 40px auto;
    padding: 44px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}
.mrp-legal-logo {
    display: inline-block;
    margin-bottom: 28px;
}
.mrp-legal-logo img {
    width: 190px;
}
.mrp-legal-page h1 {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 18px;
    font-weight: 800;
}
.mrp-legal-page h2 {
    font-size: 22px;
    line-height: 1.35;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 800;
}
.mrp-legal-page p {
    color: #374151;
    word-break: keep-all;
}
.mrp-legal-date {
    margin-top: 28px;
    color: #6b7280;
}
