:root {
    --gorent-font: "Inter", sans-serif;
    --gorent-font-two: "Sora", sans-serif;
    --gorent-gray: #868689;
    --gorent-gray-rgb: 134, 134, 137;
    --gorent-base: #ffdb2c;
    --gorent-base-rgb: 255, 219, 44;
    --gorent-black: #131222;
    --gorent-black-rgb: 19, 18, 34;
    --gorent-extra: #E3E3E3;
    --gorent-extra-rgb: 227, 227, 227;
    --gorent-white: #ffffff;
    --gorent-white-rgb: 255, 255, 255;
    --gorent-bdr-color: #D9D9D9;
    --gorent-bdr-color-rgb: 238, 239, 242;
    --gorent-bdr-radius: 20px;
    --saffron: #e1d03f;
    --saffron-light: #f3e465;
    --saffron-pale: #fffbd4;
    --warm-gray: #6B6355;
    --card-bg: #FFFDF9;
    --border: #EDE8DF;
    --gold: #C8960C;
    --accent: var(--gorent-base);
    --accent-dim: rgba(255, 219, 44, 0.12);
    --accent-dark: #c8a800;
    --ink: var(--gorent-black);
    --ink-soft: #2e2d40;
    --ink-muted: var(--gorent-gray);
    --rule: var(--gorent-bdr-color);
    --bg: #F5F5F7;
    --white: var(--gorent-white);
    --tab-w: 230px;
    --radius: 12px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    position: relative;
    display: block;
    font-family: var(--gorent-font);
    color: var(--gorent-gray);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    z-index: 1;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--gorent-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a, a:hover, a:focus, a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--gorent-font-two);
    color: var(--gorent-black);
    margin: 0;
    font-weight: 700;
}

p {
    margin: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.list-unstyled {
    padding-left: 0;
}

@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 95%;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--gorent-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--gorent-base);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--gorent-base);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}

.section-title {
    position: relative;
    display: block;
    margin-bottom: 49px;
    z-index: 1;
}

.section-title__tagline-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: var(--gorent-base);
    font-weight: 400;
    text-transform: uppercase;
}

.section-title__tagline-shape {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.section-title__tagline-shape img {
    width: auto;
}

.section-title__title {
    color: var(--gorent-black);
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    margin: 7px 0 0;
}

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: var(--gorent-black);
    background-color: var(--gorent-base);
    padding: 13px 30px 13px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}

.thm-btn::after {
    content: "";
    background-color: var(--gorent-black);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn:hover {
    color: var(--gorent-white);
}

.thm-btn span {
    position: relative;
    top: -1px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader div {
    width: 20px;
    height: 20px;
    margin: 0 10px 0;
    border-radius: 50px;
    transform-origin: 50% 0;
    display: inline-block;
    animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
    margin: 0;
}

.loader div:nth-child(1) {
    background-color: rgba(var(--gorent-base-rgb), 1.0);
}

.loader div:nth-child(2) {
    background-color: rgba(var(--gorent-base-rgb), 0.70);
    animation-delay: 0.2s;
}

.loader div:nth-child(3) {
    background-color: rgba(var(--gorent-base-rgb), 0.40);
    animation-delay: 0.4s;
}

@keyframes bouncing {
    0%, 100% {
        transform: translateY(0) scale(1, 1);
        animation-timing-function: ease-in;
    }
    45% {
        transform: translateY(50px) scale(1, 1);
        animation-timing-function: linear;
    }
    50% {
        transform: translateY(50px) scale(1.5, 0.5);
        animation-timing-function: linear;
    }
    55% {
        transform: translateY(50px) scale(1, 1);
        animation-timing-function: ease-out;
    }
}

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top:hover {
    color: var(--gorent-base);
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-left: 10px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--gorent-base);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gorent-black);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 210px;
}

.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--gorent-base);
    border-color: var(--gorent-base);
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
    border-right: 5px solid rgba(var(--gorent-white-rgb), .50);
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: var(--gorent-black);
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
}

.xs-bg-black {
    background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'], .xs-sidebar-group .content-inner .form-inner .form-group input[type='email'], .xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: var(--gorent-gray);
    border: none;
    border-radius: var(--gorent-bdr-radius);
    outline: none;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .thm-btn:hover {
    color: var(--gorent-black);
}

.xs-sidebar-group .content-inner .form-inner .form-group .thm-btn span:before {
    background-color: var(--gorent-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus, .xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
    position: relative;
    border: none;
    background-color: var(--gorent-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group button::after {
    background-color: var(--gorent-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
    color: var(--gorent-white);
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: var(--gorent-white);
    line-height: 30px;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sidebar-contact-info ul li a {
    color: var(--gorent-white);
}

.sidebar-contact-info ul li a:hover {
    color: var(--gorent-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}

.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(var(--gorent-white-rgb), .10);
    border-radius: 50%;
    color: var(--gorent-white);
    font-size: 15px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--gorent-base);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.thm-social-link1 ul li a:hover {
    color: var(--gorent-white);
}

.xs-sidebar-widget::-webkit-scrollbar {
    width: 0px;
}

.main-header {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu__top {
    position: relative;
    display: block;
}

.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7px 120px 8px;
    background-color: var(--gorent-black);
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li + li {
    margin-left: 46px;
}

.main-menu__contact-list li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--gorent-white-rgb), .20);
}

.main-menu__contact-list li:first-child:before {
    display: none;
}

.main-menu__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li .icon i {
    font-size: 16px;
    color: var(--gorent-base);
    position: relative;
    display: inline-block;
}

.main-menu__contact-list li .text {
    margin-left: 10px;
}

.main-menu__contact-list li .text p {
    color: var(--gorent-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.main-menu__contact-list li .text p a {
    color: var(--gorent-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
    color: var(--gorent-base);
}

.main-menu__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__top-login-reg-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.main-menu__top-login-reg-box a {
    color: var(--gorent-white);
    font-weight: 500;
    position: relative;
    display: block;
}

.main-menu__top-login-reg-box a:hover {
    color: var(--gorent-base);
}

.main-menu__top-login-reg-box p {
    color: var(--gorent-base);
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: 1px solid rgba(var(--gorent-white-rgb), .20);
    border-radius: 5px;
    font-size: 18px;
    padding-top: 5px;
    color: var(--gorent-white);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu__social a:hover {
    color: var(--gorent-black);
    border: 1px solid var(--gorent-base);
}

.main-menu__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--gorent-base);
    transform: scale(0.5);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.main-menu__social a + a {
    margin-left: 5px;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 120px 0;
}

.main-menu__left {
    display: block;
}

.main-menu__logo {
    display: block;
    padding: 5px 0;
}

.main-menu__logo img {
    max-height: 90px;
}

.main-menu__middle-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-menu__search-box {
    position: relative;
    display: block;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--gorent-base);
}

.main-menu__cart-box {
    position: relative;
    display: block;
}

.main-menu__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--gorent-base);
    color: var(--gorent-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart:hover {
    color: var(--gorent-base);
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}

.main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gorent-black);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 40px;
    width: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
}

.main-menu__call-icon i {
    font-size: 16px;
    color: #000;
}

.main-menu__call-content {
    margin-left: 10px;
}

.main-menu__call-sub-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 7px;
}

.main-menu__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    font-family: var(--gorent-font);
}

.main-menu__call-number a {
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-number a:hover {
    color: var(--gorent-base);
}

.main-menu__nav-sidebar-icon {
    position: relative;
    display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-one {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--gorent-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
    width: 30px;
}

.icon-dots-menu-two {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--gorent-base);
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-two {
    width: 25px;
}

.icon-dots-menu-three {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--gorent-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
    width: 30px;
}

.stricky-header.main-menu {
    background-color: var(--gorent-white);
}

.main-menu .main-menu__list, .main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list > li > ul, .stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list, .main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list > li > ul, .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li, .stricky-header .main-menu__list > li {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

.main-menu .main-menu__list > li + li, .stricky-header .main-menu__list > li + li {
    margin-left: 40px;
}

.main-menu .main-menu__list > li > a, .stricky-header .main-menu__list > li > a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gorent-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
}

.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a, .stricky-header .main-menu__list > li.current > a, .stricky-header .main-menu__list > li:hover > a {
    color: var(--gorent-base);
}

.main-menu .main-menu__list > li > a::before, .stricky-header .main-menu__list > li > a::before {
    content: "";
    height: 2px;
    border-radius: 0;
    background-color: var(--gorent-base);
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu .main-menu__list > li.current > a::before, .main-menu .main-menu__list > li:hover > a::before, .stricky-header .main-menu__list > li.current > a::before, .stricky-header .main-menu__list > li:hover > a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list > li.dropdown > a {
    padding-right: 15px;
}

.main-menu .main-menu__list > li.dropdown > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 14px;
    color: var(--gorent-black);
    transform: translateY(-50%);
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu .main-menu__list > li.current > a::after, .main-menu .main-menu__list > li:hover > a::after, .stricky-header .main-menu__list > li.current > a::after, .stricky-header .main-menu__list > li:hover > a::after {
    color: var(--gorent-base);
}

.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul, .stricky-header .main-menu__list > li > ul, .stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--gorent-white);
    min-width: 280px;
    padding: 25px 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    border-bottom-left-radius: var(--gorent-bdr-radius);
    border-bottom-right-radius: var(--gorent-bdr-radius);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul, .stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul, .stricky-header .main-menu__list > li:hover > ul, .stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li, .stricky-header .main-menu__list > li > ul > li, .stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li, .stricky-header .main-menu__list > li > ul > li + li, .stricky-header .main-menu__list > li > ul > li > ul > li + li {
    border-top: 1px solid rgba(var(--gorent-black-rgb), 0.10);
    margin-top: 0px;
}

.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a, .stricky-header .main-menu__list > li > ul > li > a, .stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--gorent-black-rgb), 1);
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    font-family: var(--gorent-font-two);
    text-transform: capitalize;
    padding: 16px 0px 16px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a, .stricky-header .main-menu__list > li > ul > li:hover > a, .stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
    color: rgba(var(--gorent-base-rgb), 1.0);
    padding-left: 5px;
}

.main-menu .main-menu__list > li > ul > li > a::before, .main-menu .main-menu__list > li > ul > li > ul > li > a::before, .stricky-header .main-menu__list > li > ul > li > a::before, .stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--gorent-base);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before, .stricky-header .main-menu__list > li > ul > li:hover > a::before, .stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
    transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul, .stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align, .stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu, .main-menu-three__main-menu-box .main-menu__list > .megamenu, .main-menu-two__main-menu-box .main-menu__list > .megamenu, .main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu > ul, .main-menu-three__main-menu-box .main-menu__list > .megamenu > ul, .main-menu-two__main-menu-box .main-menu__list > .megamenu > ul, .main-menu__wrapper .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li, .main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li, .main-menu__wrapper .main-menu__list > .megamenu > ul > li {
    padding: 0 !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--gorent-base);
    cursor: pointer;
}

.mobile-nav__buttons a + a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--gorent-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 32px;
    color: var(--gorent-black);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--gorent-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--gorent-black);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgb(131 120 120 / 12%);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-family: var(--gorent-font, "Rubik", sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
    color: var(--gorent-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--gorent-base);
}

.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 30px;
    height: 30px;
    background-color: var(--gorent-base);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--gorent-base);
}

.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--gorent-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--gorent-black);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a + a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--gorent-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--gorent-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #000;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--gorent-base);
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--gorent-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo, .mobile-nav__container .topbar__buttons, .mobile-nav__container .main-menu__language, .mobile-nav__container .main-menu__login {
    display: none;
}

.mobile-nav__content .home-showcase {
    margin-top: 0;
    margin-bottom: 0;
}

.home-showcase {
    margin-top: -25px;
    margin-bottom: -25px;
}

.home-showcase__inner {
    padding: 40px 42px 34px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: var(--gorent-bdr-radius);
    border-bottom-right-radius: var(--gorent-bdr-radius);
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__item {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.home-showcase__image {
    position: relative;
    overflow: hidden;
    border-radius: var(--gorent-bdr-radius);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    background-color: var(--gorent-white);
}

.home-showcase__image > img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: filter 500ms ease;
    filter: blur(0px);
}

.home-showcase__image:hover > img {
    filter: blur(2px);
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(1, 0);
    transition: transform 800ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0.70;
    z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
    transform: scale(1, 1);
    opacity: 1.0;
    transform-origin: top center;
}

.home-showcase__buttons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(left, #131222 0%, #131222 100%);
    background-image: -moz-linear-gradient(left, #131222 0%, #131222 100%);
    background-image: -o-linear-gradient(left, #131222 0%, #131222 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #131222), color-stop(100, #131222));
    background-image: -webkit-linear-gradient(left, #131222 0%, #131222 100%);
    background-image: linear-gradient(to right, #131222 0%, #131222 100%);
    opacity: 1;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
    opacity: 0.90;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
    padding: 7px 20px 9px;
    width: 160px;
    text-align: center;
    justify-content: center;
}

.home-showcase__buttons__item::after {
    background-color: var(--gorent-white);
}

.home-showcase__buttons__item:hover {
    color: var(--gorent-black);
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: var(--gorent-black);
    margin-top: 18px;
    text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--gorent-white, #ffffff);
}

.main-header-two {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-two__top {
    position: relative;
    display: block;
}

.main-menu-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7px 80px 8px;
    z-index: 1;
}

.main-menu-two__top-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(var(--gorent-white-rgb), .10);
    z-index: -1;
}

.main-menu-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li + li {
    margin-left: 46px;
}

.main-menu-two__contact-list li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--gorent-white-rgb), .20);
}

.main-menu-two__contact-list li:first-child:before {
    display: none;
}

.main-menu-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li .icon i {
    font-size: 16px;
    color: var(--gorent-base);
    position: relative;
    display: inline-block;
}

.main-menu-two__contact-list li .text {
    margin-left: 10px;
}

.main-menu-two__contact-list li .text p {
    color: var(--gorent-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.main-menu-two__contact-list li .text p a {
    color: var(--gorent-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a:hover {
    color: var(--gorent-base);
}

.main-menu-two__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-two__top-login-reg-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.main-menu-two__top-login-reg-box a {
    color: var(--gorent-white);
    font-weight: 500;
    position: relative;
    display: block;
}

.main-menu-two__top-login-reg-box a:hover {
    color: var(--gorent-base);
}

.main-menu-two__top-login-reg-box p {
    color: var(--gorent-base);
}

.main-menu-two__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.main-menu-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: 1px solid rgba(var(--gorent-white-rgb), .20);
    border-radius: 5px;
    font-size: 14px;
    color: var(--gorent-white);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu-two__social a:hover {
    color: var(--gorent-white);
    border: 1px solid var(--gorent-base);
}

.main-menu-two__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--gorent-base);
    transform: scale(0.5);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu-two__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.main-menu-two__social a + a {
    margin-left: 5px;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-two__wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(var(--gorent-white-rgb), .10);
    z-index: -1;
}

.main-menu-two__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px 0;
}

.main-menu-two__left {
    display: block;
}

.main-menu-two__logo {
    display: block;
    padding: 20px 0;
}

.main-menu-two__middle-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.main-menu-two__main-menu-box {
    display: block;
}

.main-menu-two__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-menu-two__search-box {
    position: relative;
    display: block;
}

.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--gorent-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search:hover {
    color: var(--gorent-white);
}

.main-menu-two__cart-box {
    position: relative;
    display: block;
}

.main-menu-two__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--gorent-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--gorent-base);
    color: var(--gorent-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__cart:hover {
    color: var(--gorent-white);
}

.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}

.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gorent-black);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 40px;
    width: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
}

.main-menu-two__call-content {
    margin-left: 10px;
}

.main-menu-two__call-sub-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
}

.main-menu-two__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    font-family: var(--gorent-font);
}

.main-menu-two__call-number a {
    color: var(--gorent-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
    color: var(--gorent-base);
}

.main-menu-two__nav-sidebar-icon {
    position: relative;
    display: block;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
    width: 30px;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-two {
    width: 25px;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
    width: 30px;
}

.main-menu-two .main-menu__list > li > a, .stricky-header.main-menu-two .main-menu__list > li > a {
    color: var(--gorent-white);
}

.main-menu-two .main-menu__list > li.dropdown > a:after {
    color: var(--gorent-white);
}

.main-menu-two .main-menu__list > li.current > a, .main-menu-two .main-menu__list > li:hover > a, .stricky-header.main-menu-two .main-menu__list > li.current > a, .stricky-header.main-menu-two .main-menu__list > li:hover > a {
    color: var(--gorent-base);
}

.main-menu-two .main-menu__list > li.current > a::after, .main-menu-two .main-menu__list > li:hover > a::after, .stricky-header.main-menu-two .main-menu__list > li.current > a::after, .stricky-header.main-menu-two .main-menu__list > li:hover > a::after {
    color: var(--gorent-base);
}

.stricky-header.main-menu-two {
    background-color: var(--gorent-black);
}

.main-header-three {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 120px 0;
}

.main-menu-three__left {
    display: block;
}

.main-menu-three__logo {
    display: block;
    padding: 20px 0;
}

.main-menu-three__middle-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.main-menu-three__main-menu-box {
    display: block;
}

.main-menu-three__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-menu-three__search-box {
    position: relative;
    display: block;
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--gorent-base);
}

.main-menu-three__cart-box {
    position: relative;
    display: block;
}

.main-menu-three__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--gorent-base);
    color: var(--gorent-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__cart:hover {
    color: var(--gorent-base);
}

.main-menu-three__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}

.main-menu-three__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gorent-black);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 40px;
    width: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
}

.main-menu-three__call-content {
    margin-left: 10px;
}

.main-menu-three__call-sub-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
}

.main-menu-three__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    font-family: var(--gorent-font);
}

.main-menu-three__call-number a {
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__call-number a:hover {
    color: var(--gorent-base);
}

.main-menu-three__nav-sidebar-icon {
    position: relative;
    display: block;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
    width: 30px;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-two {
    width: 25px;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
    width: 30px;
}

.stricky-header.main-menu-three {
    background-color: var(--gorent-white);
}

.main-header-four {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-four:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: rgba(var(--gorent-black-rgb), 0.90);
    z-index: -1;
}

.main-menu-four__wrapper {
    position: relative;
    display: block;
}

.main-menu-four__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-four__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
}

.main-menu-four__logo {
    display: block;
    padding: 30px 0;
}

.main-menu-four__main-menu-box {
    display: block;
}

.main-menu-four__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-menu-four__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-four__search-box {
    position: relative;
    display: block;
}

.main-menu-four__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--gorent-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-four__search:hover {
    color: var(--gorent-base);
}

.main-menu-four__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-four__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    color: var(--gorent-white);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-four__call-icon:hover {
    background-color: var(--gorent-white);
    color: var(--gorent-base);
}

.main-menu-four__call-content {
    margin-left: 10px;
}

.main-menu-four__call-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(var(--gorent-white-rgb), .90);
    line-height: 14px;
    font-family: var(--gorent-font-two);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.main-menu-four__call-number {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px;
    font-family: var(--gorent-font-two);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.main-menu-four__call-number a {
    color: var(--gorent-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-four__call-number a:hover {
    color: var(--gorent-base);
}

.stricky-header.main-menu-four {
    background-color: var(--gorent-black);
}

.main-menu-four .main-menu__list > li + li, .stricky-header.main-menu-four .main-menu__list > li + li {
    margin-left: 30px;
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gorent-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-popup__content form input[type="search"], .search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--gorent-base);
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn::after {
    background-color: var(--gorent-black);
    border-radius: 0;
}

.search-popup__content .thm-btn::before {
    background-color: var(--gorent-black);
    border-radius: 0;
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: var(--gorent-white);
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
    color: var(--gorent-white);
}

.carousel-dot-style.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--gorent-base);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--gorent-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
    outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-slider {
    position: relative;
    background-color: var(--gorent-black);
    z-index: 10;
}

.main-slider .item {
    position: relative;
    padding-top: 199px;
    padding-bottom: 256px;
    background-color: var(--gorent-black);
    z-index: 10;
}

.main-slider__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    opacity: .30;
    z-index: -1;
}

.active .main-slider__bg {
    transform: scale(1.1);
}

.main-slider__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider__sub-title-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(200px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(200px);
    transform: perspective(400px) rotateY(0deg) translateX(200px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider__sub-title-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider__sub-title {
    font-size: 50px;
    line-height: 1em;
    color: var(--gorent-white);
    font-family: var(--gorent-font-two);
    text-transform: uppercase;
    font-weight: 700;
}

.main-slider__title {
    position: relative;
    display: block;
    font-size: 110px;
    color: var(--gorent-white);
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 9px;
    margin-bottom: 4px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-200px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-200px);
    transform: perspective(400px) rotateY(0deg) translateX(-200px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider__title span {
    color: var(--gorent-base);
}

.active .main-slider__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider__sub-title-two {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 1.2em;
    color: var(--gorent-white);
    font-family: var(--gorent-font-two);
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(200px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(200px);
    transform: perspective(400px) rotateY(0deg) translateX(200px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider__sub-title-two {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider__btn-and-video-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 34px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-200px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-200px);
    transform: perspective(400px) rotateY(0deg) translateX(-200px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider__btn-and-video-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider__btn-box {
    position: relative;
    display: block;
}

.main-slider__btn-box .thm-btn::after {
    background-color: var(--gorent-white);
}

.main-slider__btn-box .thm-btn:hover {
    color: var(--gorent-black);
}

.main-slider__video-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-slider__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: var(--gorent-base);
    background-color: var(--gorent-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-slider__video-icon:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 50%;
    z-index: -1;
}

.main-slider__video-icon:hover {
    background-color: var(--gorent-base);
    color: var(--gorent-white);
}

.main-slider__video-link .ripple, .main-slider__video-icon .ripple:before, .main-slider__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.main-slider__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.main-slider__video-title {
    font-size: 20px;
    color: var(--gorent-base);
    font-weight: 600;
    font-family: var(--gorent-font);
}

.main-slider .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1320px;
    width: 100%;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-left: 60px;
}

.main-slider .owl-theme .owl-dots .owl-dot {
    position: relative;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(var(--gorent-base-rgb), .30);
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 26px;
    width: 50px;
    height: 1px;
    background-color: rgba(var(--gorent-white-rgb), .30);
}

.main-slider .owl-theme .owl-dots .owl-dot:last-child span:before {
    display: none;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span, .main-slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(var(--gorent-white-rgb), .30);
}

.main-slider .owl-theme .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: var(--gorent-base);
    border-radius: 50%;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span::after, .main-slider .owl-theme .owl-dots .owl-dot.active span::after {
    background-color: rgba(var(--gorent-white-rgb), 1);
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 20px !important;
    color: rgba(var(--gorent-white-rgb), .30) !important;
    opacity: 1;
    margin: 0;
    padding: 19px 0 !important;
    text-align: center;
    border-radius: 50%;
    background-color: transparent !important;
    border: 2px solid rgba(var(--gorent-white-rgb), .30) !important;
    transition: all 500ms ease;
}

.main-slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: rgba(var(--gorent-white-rgb), 1) !important;
    border: 2px solid rgba(var(--gorent-white-rgb), 1) !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-] + [class*=owl-] {
    margin-left: 0px;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.main-slider-two {
    position: relative;
    background-color: var(--gorent-black);
    z-index: 10;
}

.main-slider-two .item {
    position: relative;
    padding-top: 335px;
    padding-bottom: 200px;
    background-color: var(--gorent-black);
    z-index: 10;
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    opacity: .30;
    z-index: -1;
}

.active .main-slider-two__bg {
    transform: scale(1.1);
}

.main-slider-two__img {
    position: absolute;
    bottom: -40px;
    right: 130px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(400px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(400px);
    transform: perspective(400px) rotateY(0deg) translateX(400px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-two__img img {
    width: auto !important;
}

.active .main-slider-two__img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider-two__sub-title-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider-two__sub-title-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-two__sub-title {
    font-size: 18px;
    line-height: 26px;
    color: var(--gorent-base);
    text-transform: capitalize;
    font-weight: 400;
}

.main-slider-two__title {
    position: relative;
    display: block;
    font-size: 75px;
    color: var(--gorent-white);
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-two__title span {
    color: var(--gorent-base);
}

.active .main-slider-two__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-two__text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: rgba(var(--gorent-white-rgb), .70);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider-two__text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-two__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 45px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider-two__btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.main-slider-two__btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--gorent-base);
    color: var(--gorent-white);
    padding: 10px 25px 11px;
    border-radius: 5px;
}

.main-slider-two__btn-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-slider-two__btn-icon i {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--gorent-white);
}

.main-slider-two__btn-content {
    position: relative;
    display: block;
    margin-left: 10px;
}

.main-slider-two__btn-content p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}

.main-slider-two__btn-content h3 {
    color: var(--gorent-white);
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px;
}

.main-slider-two .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1320px;
    width: 100%;
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
}

.main-slider-two .owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-left: 60px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot {
    position: relative;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: rgba(var(--gorent-white-rgb), .30);
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 15px;
    width: 50px;
    height: 1px;
    background-color: rgba(var(--gorent-white-rgb), .30);
}

.main-slider-two .owl-theme .owl-dots .owl-dot:last-child span:before {
    display: none;
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span, .main-slider-two .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(var(--gorent-base-rgb), 1);
}

.main-slider-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    max-width: 100%;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider-two .owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 20px !important;
    color: rgba(var(--gorent-white-rgb), .30) !important;
    opacity: 1;
    margin: 0;
    padding: 19px 0 !important;
    text-align: center;
    border-radius: 50%;
    background-color: transparent !important;
    border: 2px solid rgba(var(--gorent-white-rgb), .30) !important;
    transition: all 500ms ease;
}

.main-slider-two .owl-theme .owl-nav [class*=owl-]:hover {
    color: rgba(var(--gorent-white-rgb), 1) !important;
    border: 2px solid rgba(var(--gorent-white-rgb), 1) !important;
}

.main-slider-two .owl-theme .owl-nav [class*=owl-] + [class*=owl-] {
    margin-left: 0px;
}

.main-slider-two .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.site-footer {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 1;
}

.site-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.site-footer__top {
    position: relative;
    display: block;
}

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 60px 0 0;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-right: 50px;
}

.footer-widget__about-logo {
    position: relative;
    display: inline-block;
}

.footer-widget__about-logo img {
    max-width: 260px;
    max-height: 80px;
}

.footer-widget__about-text {
    margin: 0;
    color: rgba(var(--gorent-white-rgb), .70);
    padding-bottom: 62px;
}

.footer-widget__form {
    position: relative;
    display: block;
}

.footer-widget__input {
    position: relative;
    display: block;
}

.footer-widget__input input[type="email"] {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 2px solid rgba(var(--gorent-white-rgb), .10);
    border-radius: 40px;
    outline: none;
    font-size: 18px;
    color: var(--gorent-gray);
    font-weight: 400;
    padding-right: 90px;
    padding-left: 40px;
    margin: 0 auto;
}

.footer-widget__btn {
    position: absolute;
    top: 50%;
    right: 0px;
    border: none;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget__btn:hover {
    color: var(--gorent-base);
    background-color: var(--gorent-white);
}

.footer-widget__title {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--gorent-white);
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__links-list {
    position: relative;
    display: block;
}

.footer-widget__links-list li + li {
    margin-top: 16px;
}

.footer-widget__links-list li a {
    color: rgba(var(--gorent-white-rgb), .70);
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
    color: var(--gorent-base);
}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: -24px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-widget__contact-list li + li {
    margin-top: 20px;
}

.footer-widget__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid rgba(var(--gorent-white-rgb), .10);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .icon:hover {
    background-color: var(--gorent-base);
    border: 1px solid var(--gorent-base);
}

.footer-widget__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--gorent-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li p {
    color: rgba(var(--gorent-white-rgb), .70);
}

.footer-widget__contact-list li p a {
    color: rgba(var(--gorent-white-rgb), .70);
}

.footer-widget__contact-list li p a:hover {
    color: var(--gorent-base);
}

.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 30px;
}

.site-footer__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--gorent-white-rgb), .20);
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0 28px;
}

.site-footer__copyright {
    position: relative;
    display: block;
}

.site-footer__copyright-text {
    color: rgba(var(--gorent-white-rgb), .70);
}

.site-footer__copyright-text a {
    color: var(--gorent-base);
}

.site-footer__copyright-text a:hover {
    color: var(--gorent-white);
}

.site-footer__bottom-menu-box {
    position: relative;
    display: block;
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li + li {
    margin-left: 25px;
}

.site-footer__bottom-menu li a {
    position: relative;
    display: inline-block;
    color: rgba(var(--gorent-white-rgb), .70);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
    color: var(--gorent-base);
}

.sliding-text-one {
    position: relative;
    display: block;
    background-color: var(--gorent-base);
    padding: 0;
    z-index: -1;
}

.sliding-text-one__wrap {
    position: relative;
    display: block;
}

.sliding-text__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
}

.sliding-text__list li {
    position: relative;
    display: block;
    float: left;
    margin-right: 35px;
}

.sliding-text__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    color: var(--gorent-black);
    font-size: 24px;
    line-height: 55px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--gorent-font-two);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sliding-text__title span {
    position: relative;
    font-size: 45px;
}

.sliding-text__title:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--gorent-white);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text__list li:hover .sliding-text__title:before {
    width: 100%;
    color: var(--gorent-white);
}

.services-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 0;
    z-index: 1;
}

.services-one__shape-1 {
    position: absolute;
    width: 481px;
    height: 448px;
    left: -221px;
    top: 50px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.services-one__shape-2 {
    position: absolute;
    width: 481px;
    height: 448px;
    right: -125px;
    bottom: -100px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.services-one__single {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    border-radius: 20px;
    padding: 30px 25px 37px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.services-one__single-shape-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 105px solid transparent;
    border-bottom: 178px solid rgba(var(--gorent-white-rgb), 0.05);
    border-right: 105px solid transparent;
    transform: translateX(-50%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    z-index: -1;
}

.services-one__single:hover .services-one__single-shape-1 {
    border-bottom: 178px solid rgba(var(--gorent-black-rgb), 0.02);
}

.services-one__single-shape-2 {
    position: absolute;
    top: -97px;
    right: -60px;
    border-left: 105px solid transparent;
    border-bottom: 178px solid rgba(var(--gorent-white-rgb), 0.05);
    border-right: 105px solid transparent;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    z-index: -1;
}

.services-one__single:hover .services-one__single-shape-2 {
    border-bottom: 178px solid rgba(var(--gorent-black-rgb), 0.02);
}

.services-one__single-shape-3 {
    position: absolute;
    bottom: -57px;
    right: -123px;
    border-left: 105px solid transparent;
    border-bottom: 178px solid rgba(var(--gorent-white-rgb), 0.05);
    border-right: 105px solid transparent;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    z-index: -1;
}

.services-one__single:hover .services-one__single-shape-3 {
    border-bottom: 178px solid rgba(var(--gorent-black-rgb), 0.02);
}

.services-one__single::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: var(--gorent-base);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    z-index: -1;
}

.services-one__single:hover::after {
    background-color: var(--gorent-black);
}

.services-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gorent-base);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.services-one__single:hover::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-one__icon {
    position: relative;
    display: inline-block;
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--gorent-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
    transform: scale(0.9);
    color: var(--gorent-black);
}

.services-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 49px;
    margin-bottom: 6px;
}

.services-one__title a {
    color: var(--gorent-base);
}

.services-one__single:hover .services-one__title a {
    color: var(--gorent-black);
}

.services-one__text {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: rgba(var(--gorent-white-rgb), .70);
}

.services-one__single:hover .services-one__text {
    color: var(--gorent-black);
}

.services-one__count {
    position: absolute;
    top: 45%;
    right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gorent-white);
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    transform: translateY(-50%);
    z-index: 1;
}

.services-one__count::before {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--gorent-black);
    font-family: var(--gorent-font-two);
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__count::before {
    color: var(--gorent-base);
}

.services-one__count:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-color: var(--gorent-black);
    opacity: 0;
    transform: translateX(55px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.services-one__single:hover .services-one__count:after {
    opacity: 1;
    transform: translateX(0px);
}

.services-two {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-two__shape-1 {
    position: absolute;
    width: 481px;
    height: 448px;
    left: -221px;
    top: 50px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.services-two__shape-2 {
    position: absolute;
    width: 481px;
    height: 448px;
    right: -125px;
    bottom: -100px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.services-two__single {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    border-radius: 20px;
    padding: 30px 25px 37px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.services-two__single-shape-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 105px solid transparent;
    border-bottom: 178px solid rgba(var(--gorent-white-rgb), 0.05);
    border-right: 105px solid transparent;
    transform: translateX(-50%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    z-index: -1;
}

.services-two__single:hover .services-two__single-shape-1 {
    border-bottom: 178px solid rgba(var(--gorent-black-rgb), 0.02);
}

.services-two__single-shape-2 {
    position: absolute;
    top: -104px;
    right: -60px;
    border-left: 105px solid transparent;
    border-bottom: 178px solid rgba(var(--gorent-white-rgb), 0.05);
    border-right: 105px solid transparent;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    z-index: -1;
}

.services-two__single:hover .services-two__single-shape-2 {
    border-bottom: 178px solid rgba(var(--gorent-black-rgb), 0.02);
}

.services-two__single-shape-3 {
    position: absolute;
    bottom: -57px;
    right: -123px;
    border-left: 105px solid transparent;
    border-bottom: 178px solid rgba(var(--gorent-white-rgb), 0.05);
    border-right: 105px solid transparent;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    z-index: -1;
}

.services-two__single:hover .services-two__single-shape-3 {
    border-bottom: 178px solid rgba(var(--gorent-black-rgb), 0.02);
}

.services-two__single::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: var(--gorent-base);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    z-index: -1;
}

.services-two__single:hover::after {
    background-color: var(--gorent-black);
}

.services-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gorent-base);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.services-two__single:hover::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: rgba(var(--gorent-white-rgb), .08);
    border-radius: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: -30px;
    margin-left: -25px;
    z-index: 1;
}

.services-two__icon:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid rgba(var(--gorent-white-rgb), .15);
    border-radius: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: -1;
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--gorent-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
    transform: scale(0.9);
    color: var(--gorent-black);
}

.services-two__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 49px;
    margin-bottom: 6px;
}

.services-two__title a {
    color: var(--gorent-base);
}

.services-two__single:hover .services-two__title a {
    color: var(--gorent-black);
}

.services-two__text {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: rgba(var(--gorent-white-rgb), .70);
}

.services-two__single:hover .services-two__text {
    color: var(--gorent-black);
}

.services-two__count {
    position: absolute;
    top: 45%;
    right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gorent-white);
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    transform: translateY(-50%);
    z-index: 1;
}

.services-two__count::before {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--gorent-black);
    font-family: var(--gorent-font-two);
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__count::before {
    color: var(--gorent-base);
}

.services-two__count:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-color: var(--gorent-black);
    opacity: 0;
    transform: translateX(55px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.services-two__single:hover .services-two__count:after {
    opacity: 1;
    transform: translateX(0px);
}

.services-three {
    position: relative;
    display: block;
    padding: 120px 0 19px;
    counter-reset: count;
    z-index: 1;
}

.services-three .section-title {
    margin-bottom: 83px;
}

.services-three__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 90px 25px 45px;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: var(--gorent-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 101px;
    z-index: 1;
}

.services-three__single:hover {
    transform: translateY(-10px);
}

.services-three__icon {
    position: relative;
    height: 90px;
    width: 90px;
    margin: -135px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    z-index: 2;
}

.services-three__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--gorent-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.services-three__single:hover .services-three__icon::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--gorent-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
    transform: scale(0.9);
    color: var(--gorent-base);
}

.services-three__content {
    position: relative;
    display: block;
    margin-top: 23px;
    margin-bottom: 24px;
}

.services-three__title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-three__title a {
    color: var(--gorent-black);
}

.services-three__title a:hover {
    color: var(--gorent-base);
}

.services-three__count {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto -71px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50px;
    z-index: 1;
}

.services-three__count::before {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--gorent-black);
    font-family: var(--gorent-font-two);
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-three__single:hover .services-three__count::before {
    color: var(--gorent-base);
}

.services-three__count:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--gorent-black);
    transform: scaleY(0.7) rotateY(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.services-three__single:hover .services-three__count:after {
    transform: scaleY(1.0) rotateY(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-four {
    padding: 90px 0 45px;
}

.about-one {
    position: relative;
    display: block;
    padding: 90px 0 0px;
    z-index: 1;
}

.about-one__left {
    position: relative;
    display: block;
    margin-left: 210px;
    margin-right: -30px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.about-one__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-one__img:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.about-one__img-2 {
    position: absolute;
    left: -210px;
    bottom: -211px;
    overflow: hidden;
    background-color: var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
}

.about-one__img-2 img {
    width: auto;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-one__img-2:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.about-one__experience {
    position: absolute;
    top: 35px;
    left: -75px;
    max-width: 150px;
    width: 100%;
    background-color: var(--gorent-base);
    border-radius: 10px;
    text-align: center;
    padding: 36px 30px 34px;
    border-bottom-left-radius: 0;
    z-index: 2;
}

.about-one__experience::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    border-top: 35px solid var(--gorent-base);
    border-left: 75px solid transparent;
}

.about-one__experience-count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-one__experience-count h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px !important;
    font-family: var(--gorent-font-two) !important;
    color: var(--gorent-black);
}

.about-one__experience-count span {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px !important;
    font-family: var(--gorent-font-two) !important;
    color: var(--gorent-black);
}

.about-one__experience-text {
    color: var(--gorent-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 5px;
}

.about-one__shape-1 {
    position: absolute;
    top: 0;
    left: -180px;
    z-index: -1;
}

.about-one__shape-1 img {
    width: auto;
}

.about-one__shape-2 {
    position: absolute;
    top: 133px;
    left: -190px;
    z-index: -1;
}

.about-one__shape-2 img {
    width: auto;
}

.about-one__shape-3 {
    position: absolute;
    bottom: -197px;
    right: -11px;
    z-index: -1;
}

.about-one__shape-3 img {
    width: auto;
}

.about-one__shape-4 {
    position: absolute;
    bottom: -164px;
    right: 0px;
    z-index: -1;
}

.about-one__shape-4 img {
    width: auto;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 80px;
}

.about-one__right .section-title {
    margin-bottom: 23px;
}

.about-one__text-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--gorent-font-two);
    color: var(--gorent-base);
}

.about-one__text-2 {
    margin-top: 21px;
    margin-bottom: 20px;
}

.about-one__progress-box {
    position: relative;
    display: block;
}

.about-one__progress-box li {
    position: relative;
    display: block;
}

.about-one__progress-box li + li {
    margin-top: 18px;
}

.about-one__progress {
    position: relative;
    display: block;
}

.about-one__progress-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--gorent-black);
    margin-bottom: 7px;
}

.about-one__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--gorent-extra);
}

.about-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    background-color: var(--gorent-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-one__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 17px;
    color: var(--gorent-black);
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    font-family: var(--gorent-font-two);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.about-one__progress .bar.marb-0 {
    margin-bottom: 0;
}

.about-one__btn-box-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.about-one__call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-one__call-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__call-box-icon:hover {
    background-color: var(--gorent-black);
}

.about-one__call-box-icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__call-box-icon:hover span {
    color: var(--gorent-white);
}

.about-one__call-box-content {
    position: relative;
    display: block;
}

.about-one__call-box-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 2px;
}

.about-one__call-box-content h4 a {
    color: var(--gorent-black);
}

.about-one__call-box-content h4 a:hover {
    color: var(--gorent-base);
}

.about-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 80px;
}

.about-two__left .section-title {
    margin-bottom: 23px;
}

.about-two__text-1 {
    margin-bottom: 29px;
}

.about-two__points {
    position: relative;
    display: block;
}

.about-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-two__points li + li {
    margin-top: 7px;
}

.about-two__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--gorent-base);
}

.about-two__points li p {
    color: var(--gorent-black);
    font-weight: 500;
}

.about-two__progress-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 33px;
}

.about-two__progress-single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.about-two__progress-single .graph-outer {
    position: relative;
    display: inline-block;
    text-align: center;
    top: 4px;
    z-index: 1;
}

.about-two__progress-single .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.about-two__progress-single .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: var(--gorent-base);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--gorent-font);
}

.about-two__progress-single .graph-outer .count-Parsent {
    position: relative;
    display: inline-block;
    color: var(--gorent-base);
    font-size: 20px;
    font-weight: 500;
}

.about-two__progress-text-box {
    position: relative;
    display: block;
}

.about-two__progress-text-box h4 {
    color: var(--gorent-base);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-two__btn-box-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 46px;
}

.about-two__call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-two__call-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-two__call-box-icon:hover {
    background-color: var(--gorent-black);
}

.about-two__call-box-icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-two__call-box-icon:hover span {
    color: var(--gorent-white);
}

.about-two__call-box-content {
    position: relative;
    display: block;
}

.about-two__call-box-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 2px;
}

.about-two__call-box-content h4 a {
    color: var(--gorent-black);
}

.about-two__call-box-content h4 a:hover {
    color: var(--gorent-base);
}

.about-two__right {
    position: relative;
    display: block;
    margin-left: 180px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.about-two__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-two__img:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.about-two__img-two {
    position: absolute;
    bottom: -240px;
    left: -260px;
    overflow: hidden;
    background-color: var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    z-index: 2;
}

.about-two__img-two img {
    width: auto;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-two__img-two:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.about-two__video-link {
    position: absolute;
    top: 86px;
    left: -150px;
    z-index: 3;
}

.active .about-two__video-link {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 500ms;
}

.about-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: var(--gorent-black);
    background-color: rgba(var(--gorent-base-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-two__video-icon:hover {
    background-color: var(--gorent-black);
    color: var(--gorent-white);
}

.about-two__video-link .ripple, .about-two__video-icon .ripple:before, .about-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gorent-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gorent-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gorent-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gorent-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-two__experience {
    position: absolute;
    bottom: -169px;
    left: 200px;
    max-width: 150px;
    width: 100%;
    background-color: var(--gorent-base);
    border-radius: 10px;
    text-align: center;
    padding: 36px 30px 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 2;
}

.about-two__experience::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    border-top: 35px solid var(--gorent-base);
    border-left: 75px solid transparent;
}

.about-two__experience-count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-two__experience-count h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px !important;
    font-family: var(--gorent-font-two) !important;
    color: var(--gorent-black);
}

.about-two__experience-count span {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px !important;
    font-family: var(--gorent-font-two) !important;
    color: var(--gorent-black);
}

.about-two__experience-text {
    color: var(--gorent-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 5px;
}

.about-three {
    position: relative;
    display: block;
    padding: 120px 0 60px;
    z-index: 1;
}

.about-three__left {
    position: relative;
    display: block;
}

.about-three__left .section-title {
    margin-bottom: 23px;
}

.about-three__text-1 {
    margin-bottom: 29px;
}

.about-three__points-box {
    position: relative;
    display: block;
}

.about-three__points {
    position: relative;
    display: block;
}

.about-three__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid var(--gorent-bdr-color);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.about-three__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.about-three__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    z-index: 1;
}

.about-three__points li .icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid rgba(var(--gorent-base-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.about-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: var(--gorent-black);
    transition: all 500ms ease;
}

.about-three__points li:hover .icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.about-three__points li .content {
    position: relative;
    display: block;
    flex: 1;
}

.about-three__points li .content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 16px;
}

.about-three__points li .content p {
}

.about-three__btn-box-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.about-three__call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-three__call-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__call-box-icon:hover {
    background-color: var(--gorent-black);
}

.about-three__call-box-icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__call-box-icon:hover span {
    color: var(--gorent-white);
}

.about-three__call-box-content {
    position: relative;
    display: block;
}

.about-three__call-box-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 2px;
}

.about-three__call-box-content h4 a {
    color: var(--gorent-black);
}

.about-three__call-box-content h4 a:hover {
    color: var(--gorent-base);
}

.about-three__right {
    position: relative;
    display: block;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img-1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.about-three__img-1 img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-three__img-1:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.about-three__img-2 {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: 30px;
    overflow: hidden;
    background-color: var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
}

.about-three__img-2 img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-three__img-2:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.about-three__satisfied-and-img {
    position: relative;
    display: block;
}

.about-three__satisfied-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--gorent-base);
    border-radius: 20px;
    max-width: 270px;
    width: 100%;
    gap: 20px;
    padding: 30px 30px 26px;
    margin-bottom: 30px;
}

.about-three__satisfied-box .icon {
    position: relative;
    display: inline-block;
}

.about-three__satisfied-box .icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--gorent-black);
}

.about-three__count-box {
    position: relative;
    display: block;
}

.about-three__count {
    position: relative;
    display: block;
}

.about-three__count h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.about-three__count-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--gorent-black);
    margin-top: 2px;
}

.about-three__img-3 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.about-three__img-3 img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-three__img-3:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.about-page {
    padding: 60px;
}

.booking-one {
    position: relative;
    display: block;
    padding: 90px 0 0;
    z-index: 1;
}

.booking-one__wrap {
    position: relative;
    display: block;
    max-width: 1680px;
    width: 100%;
    background-color: var(--gorent-black);
    border-radius: 30px;
    margin: 0 auto;
    z-index: 1;
}

.booking-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    opacity: .08;
    z-index: -1;
}

.booking-one__left {
    position: relative;
    display: block;
    margin-left: 150px;
    margin-right: 180px;
    margin-top: 50px;
}

.booking-one__img {
    position: relative;
    display: block;
}

.booking-one__img img {
    width: 100%;
    animation: leftRight 4s ease-in-out infinite;
}

.booking-one__shape-1 {
    position: absolute;
    top: 30px;
    right: -239px;
}

.booking-one__shape-1 img {
    width: auto;
}

.booking-one__right {
    position: relative;
    display: block;
    margin-left: 60px;
}

.booking-one__content {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    border-bottom-left-radius: var(--gorent-bdr-radius);
    border-bottom-right-radius: var(--gorent-bdr-radius);
    border-bottom: 5px solid var(--gorent-base);
}

.booking-one__title-box {
    position: relative;
    display: block;
    background-color: var(--gorent-base);
    text-align: center;
    padding: 17.5px 0;
    z-index: 1;
}

.booking-one__title-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
    z-index: -1;
}

.booking-one__title {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}

.booking-one__form {
    position: relative;
    display: block;
    padding: 55px 30px 60px;
}

.booking-one__form .row {
    --bs-gutter-x: 20px;
}

.booking-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.booking-one__input-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--gorent-black);
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 8px;
}

.booking-one__input-title span {
    font-size: 18px;
}

.booking-one__input-box input[type="text"], .booking-one__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--gorent-bdr-color);
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--gorent-gray);
    display: block;
}

.booking-one__input-box .select-box {
    width: 100%;
}

.booking-one__input-box .nice-select {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--gorent-bdr-color);
    outline: none;
    font-size: 16px;
    color: var(--gorent-gray);
    font-weight: 400;
    border-radius: 25px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    float: none;
}

.booking-one__input-box .nice-select:after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--gorent-bdr-color);
    border-right: 2px solid var(--gorent-bdr-color);
    margin-top: 0px;
    z-index: 10;
}

.booking-one__input-box .nice-select .option {
    color: var(--gorent-white);
}

.booking-one__input-box .nice-select .option.selected {
    font-weight: 500;
}

.booking-one__input-box .nice-select .list {
    background-color: var(--gorent-base);
    border-radius: var(--gorent-bdr-radius);
}

.booking-one__input-box .nice-select .option:hover, .booking-one__input-box .nice-select .option.focus, .booking-one__input-box .nice-select .option.selected.focus {
    color: var(--gorent-white);
}

.booking-one__btn-box {
    position: relative;
    display: block;
}

.booking-one__btn-box .thm-btn {
    border: none;
}

#ui-datepicker-div.ui-widget-content {
    background: #fff;
    border: none;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18), 0 4px 18px rgba(0, 0, 0, 0.10);
    width: 310px;
    padding: 0;
    overflow: hidden;
    font-family: var(--gorent-font, 'Inter', sans-serif);
    animation: dpFadeIn 0.18s ease;
}

@keyframes dpFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#ui-datepicker-div.ui-widget {
    font-family: var(--gorent-font, 'Inter', sans-serif);
    font-size: 13.5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #131222;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 14px 12px;
    position: relative;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--gorent-base);
    letter-spacing: 0.4px;
    line-height: 1;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border-radius: 8px;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08) !important;
    border: none !important;
    transition: background 0.2s ease;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background: rgba(255, 219, 44, 0.22) !important;
    border: none !important;
    top: 50%;
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
    background-color: var(--gorent-base);
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
    margin: 0;
    padding: 10px 12px 14px;
}

.ui-datepicker th {
    border: none;
    font-size: 10.5px;
    font-weight: 700;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 10px 4px 6px;
    text-align: center;
}

.ui-datepicker td {
    padding: 2px;
    border: none;
}

.ui-datepicker td a, .ui-datepicker td span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px;
    height: 36px;
    border-radius: 9px !important;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    color: #131222 !important;
    text-align: center;
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    transition: all 0.15s ease;
    text-decoration: none;
    line-height: 1;
}

.ui-datepicker-calendar .ui-state-default:hover, .ui-datepicker-calendar .ui-state-default:active, .ui-datepicker td a:hover {
    background: #131222 !important;
    color: #ffdb2c !important;
    border: none !important;
    border-radius: 9px !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: rgba(255, 219, 44, 0.14) !important;
    border: 1.5px solid #ffdb2c !important;
    color: #131222 !important;
    border-radius: 9px !important;
    font-weight: 700;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #131222 !important;
    color: #ffdb2c !important;
    border: none !important;
    border-radius: 9px !important;
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-other-month .ui-state-default {
    color: #ccc !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: 0.32;
    pointer-events: none;
}

.booking-two {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;
}

.booking-two__left {
    position: relative;
    display: block;
    margin-top: 54px;
    z-index: 2;
}

.booking-two__left .booking-one__content {
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: var(--gorent-bdr-radius);
}

.booking-two__left .booking-one__title-box {
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
}

.booking-two__right {
    position: relative;
    display: block;
    margin-left: -120px;
}

.booking-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--gorent-bdr-radius);
}

.booking-two__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
}

.counter-one {
    position: relative;
    display: block;
    padding: 90px 0 0;
    z-index: 1;
}

.counter-one__left {
    position: relative;
    display: block;
}

.counter-one__left .section-title {
    margin-bottom: 24px;
}

.counter-one__text {
    margin-bottom: 33px;
}

.counter-one__main-content {
    position: relative;
    display: block;
    margin-right: 70px;
}

.counter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.counter-one__list li {
    position: relative;
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 10px;
}

.counter-one__single {
    position: relative;
    display: block;
    background-color: var(--gorent-base);
    border: 1px solid var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    padding: 15px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 1;
}

.counter-one__shape-1 {
    position: absolute;
    top: -10px;
    left: 0;
    height: 172px;
    width: 172px;
    background-color: rgba(var(--gorent-black-rgb), .03);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    transition-delay: 0.1s;
    transition: all 500ms ease;
    z-index: -1;
}

.counter-one__single:hover .counter-one__shape-1 {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.counter-one__shape-2 {
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 172px;
    width: 172px;
    background-color: rgba(var(--gorent-black-rgb), .03);
    clip-path: polygon(50% 1%, 50% 1%, 100% 100%, 0 100%);
    transition-delay: 0.1s;
    transition: all 500ms ease;
    z-index: -1;
}

.counter-one__single:hover .counter-one__shape-2 {
    transform: rotateY(180deg);
    transition-delay: 0.5s;
}

.counter-one__single-inner {
    position: relative;
    display: block;
    border: 1px solid var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    padding: 42px 0 48px;
}

.counter-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--gorent-black);
    transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.counter-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 15px;
}

.counter-one__count-box h3 {
    font-size: 45px;
    font-weight: 600;
    color: var(--gorent-white);
    font-family: var(--gorent-font-two) !important;
    line-height: 1em !important;
}

.counter-one__count-box span {
    font-size: 45px;
    font-weight: 600;
    color: var(--gorent-white);
    font-family: var(--gorent-font-two);
    line-height: 1em;
}

.counter-one__count-box .odometer-formatting-mark {
    display: none;
}

.counter-one__count-text {
    color: var(--gorent-black);
}

.counter-one__list li:nth-child(2) .counter-one__single {
    background-color: var(--gorent-black);
    border: 1px solid var(--gorent-base);
}

.counter-one__list li:nth-child(2) .counter-one__single-inner {
    border: 1px solid var(--gorent-base);
}

.counter-one__list li:nth-child(2) .counter-one__icon span {
    color: var(--gorent-base);
}

.counter-one__list li:nth-child(2) .counter-one__count-text {
    color: var(--gorent-base);
}

.counter-one__list li:nth-child(3) .counter-one__single {
    background-color: var(--gorent-black);
    border: 1px solid var(--gorent-base);
}

.counter-one__list li:nth-child(3) .counter-one__single-inner {
    border: 1px solid var(--gorent-base);
}

.counter-one__list li:nth-child(3) .counter-one__icon span {
    color: var(--gorent-base);
}

.counter-one__list li:nth-child(3) .counter-one__count-text {
    color: var(--gorent-base);
}

.counter-one__list li:nth-child(2) .counter-one__shape-1 {
    background-color: rgba(var(--gorent-white-rgb), .03);
}

.counter-one__list li:nth-child(2) .counter-one__shape-2 {
    background-color: rgba(var(--gorent-white-rgb), .03);
}

.counter-one__list li:nth-child(3) .counter-one__shape-1 {
    background-color: rgba(var(--gorent-white-rgb), .03);
}

.counter-one__list li:nth-child(3) .counter-one__shape-2 {
    background-color: rgba(var(--gorent-white-rgb), .03);
}

.counter-one__right {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-right: 90px;
}

.counter-one__img-box {
    position: relative;
    display: block;
}

.counter-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.counter-one__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
}

.counter-one__img-two {
    position: absolute;
    bottom: -222px;
    right: -205px;
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.counter-one__img-two img {
    width: auto;
    border-radius: var(--gorent-bdr-radius);
}

.counter-one__dot-1 {
    position: absolute;
    top: 0;
    right: -100px;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.counter-one__dot-1 img {
    width: auto;
}

.counter-one__dot-2 {
    position: absolute;
    bottom: -220px;
    left: 100px;
    z-index: -1;
}

.counter-one__dot-2 img {
    width: auto;
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }
    33.3% {
        transform: translateX(-3px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}

.counter-two {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;
}

.counter-two__inner {
    position: relative;
    display: block;
}

.counter-two__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.counter-two__list li {
    position: relative;
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 10px;
}

.counter-two__single {
    position: relative;
    display: block;
    background-color: var(--gorent-base);
    border: 1px solid var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    padding: 15px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 1;
}

.counter-two__shape-1 {
    position: absolute;
    top: -10px;
    left: 0;
    height: 172px;
    width: 172px;
    background-color: rgba(var(--gorent-black-rgb), .03);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    transition-delay: 0.1s;
    transition: all 500ms ease;
    z-index: -1;
}

.counter-two__single:hover .counter-two__shape-1 {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.counter-two__shape-2 {
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 172px;
    width: 172px;
    background-color: rgba(var(--gorent-black-rgb), .03);
    clip-path: polygon(50% 1%, 50% 1%, 100% 100%, 0 100%);
    transition-delay: 0.1s;
    transition: all 500ms ease;
    z-index: -1;
}

.counter-two__single:hover .counter-two__shape-2 {
    transform: rotateY(180deg);
    transition-delay: 0.5s;
}

.counter-two__single-inner {
    position: relative;
    display: block;
    border: 1px solid var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    padding: 42px 0 48px;
}

.counter-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--gorent-black);
    transition: all 500ms ease;
}

.counter-two__single:hover .counter-two__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.counter-two__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 15px;
}

.counter-two__count-box h3 {
    font-size: 45px;
    font-weight: 600;
    color: var(--gorent-white);
    font-family: var(--gorent-font-two) !important;
    line-height: 1em !important;
}

.counter-two__count-box span {
    font-size: 45px;
    font-weight: 600;
    color: var(--gorent-white);
    font-family: var(--gorent-font-two);
    line-height: 1em;
}

.counter-two__count-box .odometer-formatting-mark {
    display: none;
}

.counter-two__count-text {
    color: var(--gorent-black);
}

.counter-two__list li:nth-child(2) .counter-two__single {
    background-color: var(--gorent-black);
    border: 1px solid var(--gorent-base);
}

.counter-two__list li:nth-child(2) .counter-two__single-inner {
    border: 1px solid var(--gorent-base);
}

.counter-two__list li:nth-child(2) .counter-two__icon span {
    color: var(--gorent-base);
}

.counter-two__list li:nth-child(2) .counter-two__count-text {
    color: var(--gorent-base);
}

.counter-two__list li:nth-child(4) .counter-two__single {
    background-color: var(--gorent-black);
    border: 1px solid var(--gorent-base);
}

.counter-two__list li:nth-child(4) .counter-two__single-inner {
    border: 1px solid var(--gorent-base);
}

.counter-two__list li:nth-child(4) .counter-two__icon span {
    color: var(--gorent-base);
}

.counter-two__list li:nth-child(4) .counter-two__count-text {
    color: var(--gorent-base);
}

.counter-two__list li:nth-child(2) .counter-two__shape-1 {
    background-color: rgba(var(--gorent-white-rgb), .03);
}

.counter-two__list li:nth-child(2) .counter-two__shape-2 {
    background-color: rgba(var(--gorent-white-rgb), .03);
}

.counter-two__list li:nth-child(4) .counter-two__shape-1 {
    background-color: rgba(var(--gorent-white-rgb), .03);
}

.counter-two__list li:nth-child(4) .counter-two__shape-2 {
    background-color: rgba(var(--gorent-white-rgb), .03);
}

.counter-three {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    padding: 60px 0 30px;
    z-index: 1;
}

.counter-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .06;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.counter-three ul li:nth-child(4) .counter-three__single::before {
    display: none;
}

.counter-three__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 21px;
}

.counter-three__single::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -26px;
    width: 1px;
    height: 146px;
    background-color: rgba(var(--gorent-white-rgb), .10);
    transform: translateY(-50%);
}

.counter-three__icon {
    position: relative;
    display: inline-block;
}

.counter-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--gorent-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-three__single:hover .counter-three__icon span {
    transform: scale(0.9);
}

.counter-three__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 13px 0 5px;
}

.counter-three__count-box h3 {
    font-size: 40px;
    color: var(--gorent-white);
    line-height: 40px !important;
    font-family: var(--gorent-font-two) !important;
    font-weight: 700;
}

.counter-three__count-box span {
    font-size: 40px;
    color: var(--gorent-white);
    line-height: 40px;
    font-family: var(--gorent-font-two);
    font-weight: 700;
    text-transform: uppercase;
}

.counter-three__count-text {
    color: rgba(var(--gorent-white-rgb), .50);
}

.counter-three__count-box .odometer-formatting-mark {
    display: none;
}

.listing-one {
    position: relative;
    display: block;
    padding: 100px 0 120px;
    z-index: 1;
}

.listing-one__tab-box {
    position: relative;
    display: block;
}

.listing-one__tab-box .listing-one-tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.listing-one__tab-box .listing-one-tab-buttons .p-tab-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: var(--gorent-black);
    padding: 8px 16px 8px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.listing-one__tab-box .listing-one-tab-buttons .p-tab-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gorent-base);
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.listing-one__tab-box .listing-one-tab-buttons .p-tab-btn:hover::before {
    transform: scaleY(1.0);
}

.listing-one__tab-box .listing-one-tab-buttons .p-tab-btn.active-btn::before {
    transform: scaleY(1.0);
}

.listing-one__tab-box .listing-one-tab-buttons .p-tab-btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--gorent-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.listing-one__tab-box .listing-one-tab-buttons .p-tab-btn:hover span {
    color: var(--gorent-white);
}

.listing-one__tab-box .listing-one-tab-buttons .p-tab-btn.active-btn span {
    color: var(--gorent-white);
}

.listing-one__tab-box .p-tabs-content {
    position: relative;
    display: block;
}

.listing-one__tab-box .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.listing-one__tab-box .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 5;
}

.listing-one__inner {
    position: relative;
    display: block;
}

.listing-one__carousel {
    position: relative;
    display: block;
}

.listing-one__carousel .owl-stage-outer {
    overflow: visible;
}

.listing-one__single {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.listing-one__single:hover {
    transform: translateY(-10px);
}

.listing-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.listing-one__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--gorent-black-rgb), 0.6);
    border-radius: var(--gorent-bdr-radius);
    opacity: 0;
    z-index: 1;
    content: "";
}

.listing-one__single:hover .listing-one__img::before {
    opacity: 1;
}

.listing-one__img img {
    width: 100%;
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.listing-one__single:hover .listing-one__img img {
    transform: scale(1);
}

.listing-one__brand-name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--gorent-base);
    padding: 8px 25px;
    border-top-right-radius: 15px;
    z-index: 2;
}

.listing-one__brand-name p {
    color: var(--gorent-black);
}

.listing-one__content {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 23px 25px 30px;
    border-bottom-left-radius: var(--gorent-bdr-radius);
    border-bottom-right-radius: var(--gorent-bdr-radius);
}

.listing-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.listing-one__title a {
    color: var(--gorent-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listing-one__title a:hover {
    color: var(--gorent-base);
}

.listing-one__meta-box-info {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--gorent-black-rgb), .10);
    padding-top: 13px;
    margin-top: 18px;
}

.listing-one__meta {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listing-one__meta li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
}

.listing-one__meta--two {
    margin-top: 10px;
}

.listing-one__car-rent-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--gorent-extra-rgb), .40);
    padding: 10px 0;
    margin-top: 23px;
    margin-bottom: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.listing-one__car-rent {
    font-size: 20px;
    color: var(--gorent-black);
    font-weight: 500;
    line-height: 30px;
}

.listing-one__car-rent span {
    color: var(--gorent-base);
    font-weight: 700;
}

.listing-one__btn-box {
    position: relative;
    display: block;
}

.listing-one__btn-box .thm-btn {
    width: 100%;
    justify-content: center;
    padding: 8px 30px 8px;
}

.listing-one__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 40px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-one__carousel.owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 16px;
}

.listing-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--gorent-black);
    margin: 0px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.listing-one__carousel.owl-carousel .owl-dot.active {
    background-color: var(--gorent-base);
    width: 145px;
}

.listing-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.listing-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.listing-two {
    position: relative;
    display: block;
    padding: 110px 0 120px;
    z-index: 1;
}

.listing-two__carousel {
    position: relative;
    display: block;
}

.listing-two__carousel .owl-stage-outer {
    overflow: visible;
}

.listing-two__single {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: var(--gorent-bdr-radius);
}

.listing-two__img-box {
    position: relative;
    display: block;
}

.listing-two__img {
    position: relative;
    display: block;
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.listing-two__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--gorent-black-rgb), .50);
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.listing-two__single:hover .listing-two__img:before {
    opacity: 1;
    transform: translateY(0px);
}

.listing-two__img img {
    width: 100%;
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.listing-two__single:hover .listing-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.listing-two__content {
    position: relative;
    display: block;
    padding: 14px 20px 20px;
}

.listing-two__sub-title {
    font-weight: 500;
    color: var(--gorent-base);
    text-transform: capitalize;
}

.listing-two__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.listing-two__title a {
    color: var(--gorent-black);
}

.listing-two__title a:hover {
    color: var(--gorent-base);
}

.listing-two__price-and-btn {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid rgba(190, 190, 190, .30);
    padding-top: 12px;
}

.listing-two__price-box {
    position: relative;
    display: block;
}

.listing-two__price-box span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.listing-two__price-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--gorent-black);
}

.listing-two__btn-box {
    position: relative;
    display: block;
}

.listing-two__btn-box .thm-btn {
    padding: 3px 20px 3px;
    border-radius: 5px;
}

.listing-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.listing-three__carousel {
    position: relative;
    display: block;
}

.listing-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.listing-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.listing-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.listing-three__single {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.listing-three__single:hover {
    transform: translateY(-10px);
}

.listing-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.listing-three__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--gorent-black-rgb), 0.6);
    border-radius: var(--gorent-bdr-radius);
    opacity: 0;
    z-index: 1;
    content: "";
}

.listing-three__single:hover .listing-three__img::before {
    opacity: 1;
}

.listing-three__img img {
    width: 100%;
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.listing-three__single:hover .listing-three__img img {
    transform: scale(1);
}

.listing-three__brand-name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--gorent-base);
    padding: 8px 25px;
    border-top-right-radius: 15px;
    z-index: 2;
}

.listing-three__brand-name p {
    color: var(--gorent-black);
}

.listing-three__content {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 23px 25px 30px;
    border-bottom-left-radius: var(--gorent-bdr-radius);
    border-bottom-right-radius: var(--gorent-bdr-radius);
}

.listing-three__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.listing-three__title a {
    color: var(--gorent-black);
}

.listing-three__title a:hover {
    color: var(--gorent-base);
}

.listing-three__meta-box-info {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--gorent-black-rgb), .10);
    border-bottom: 1px solid rgba(var(--gorent-black-rgb), .10);
    padding-top: 13px;
    margin-top: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.listing-three__meta {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listing-three__meta li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
}

.listing-three__meta--two {
    margin-top: 10px;
}

.listing-three__car-rent-and-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-three__car-rent {
    font-size: 20px;
    color: var(--gorent-black);
    font-weight: 500;
    line-height: 30px;
}

.listing-three__car-rent span {
    color: var(--gorent-base);
    font-weight: 700;
}

.listing-three__btn-box {
    position: relative;
    display: block;
}

.listing-three__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: var(--gorent-black);
    height: 40px;
    width: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
}

.listing-three__btn span {
    position: relative;
    display: block;
    transform: rotate(-45deg);
}

.listing-three__btn:hover {
    background-color: var(--gorent-black);
    color: var(--gorent-white);
}

.listing-three__carousel .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
    margin: 0 !important;
}

.listing-three__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border: none;
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.listing-three__carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border: none;
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.listing-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.listing-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.listing-three__carousel.owl-theme .owl-nav .owl-next span, .listing-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-three__carousel.owl-theme .owl-nav .owl-next:hover, .listing-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgba(var(--gorent-black-rgb), 1);
    color: var(--gorent-white);
}

.cars-page {
    position: relative;
    display: block;
    padding: 60px 0 60px;
}

.cars-page .listing-one__single {
    margin-bottom: 30px;
}

.car-listing-page-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.car-listing-page-one .listing-one__single {
    margin-bottom: 30px;
}

.car-listing-page-one .listing-one__content {
    padding: 23px 20px 30px;
}

.car-listing-page-one .listing-one__meta li {
    gap: 5px;
}

.car-listing-page-one .listing-one__meta li .text p {
    font-size: 14px;
}

.car-listing-page-one .listing-one__car-rent {
    font-size: 18px;
}

.car-listing-page-one .listing-one__title {
    font-size: 22px;
}

.car-listing-page-one__right {
    position: relative;
    display: block;
}

.car-listing__pagination {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.car-listing__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 10px;
}

.car-listing__pagination .pg-pagination li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: var(--gorent-black);
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
    font-family: var(--gorent-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.car-listing__pagination .pg-pagination li:hover a, .car-listing__pagination .pg-pagination li.active a {
    border: 1px solid var(--gorent-base);
    color: var(--gorent-black);
    background-color: var(--gorent-base);
}

.car-listing__sidebar {
    position: relative;
    display: block;
}

.car-listing__sidebar-single + .car-listing__sidebar-single {
    margin-top: 30px;
}

.car-listing__sidebar-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    margin-bottom: 22px;
    padding-left: 27px;
}

.car-listing__sidebar-title::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: var(--gorent-base);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.car-listing__search {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    padding: 30px 30px 30px;
    border-radius: var(--gorent-bdr-radius);
}

.car-listing__search form {
    position: relative;
}

.car-listing__search form input[type=search], .car-listing__search form input[type=text] {
    width: 100%;
    height: 60px;
    background-color: var(--gorent-white);
    padding-left: 30px;
    padding-right: 60px;
    font-size: 16px;
    color: var(--gorent-gray);
    font-family: var(--gorent-font);
    border: none;
    outline: none;
    font-weight: 400;
    border-radius: 10px;
}

.car-listing__search form ::placeholder {
    color: inherit;
    opacity: 1;
}

.car-listing__search form button[type="submit"] {
    background-color: var(--gorent-base);
    color: var(--gorent-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.car-listing__search form button:hover[type="submit"] {
    background-color: var(--gorent-black);
    color: var(--gorent-white);
}

.car-listing__price-ranger {
    position: relative;
    padding: 27px 30px 30px;
    margin: 0;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
}

.car-listing__price-ranger.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}

.car-listing__price-ranger .price-ranger .ui-widget-content {
    background: var(--gorent-black);
    border: none;
    height: 5px;
}

.car-listing__price-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--gorent-base);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.car-listing__price-ranger .price-ranger .ui-slider .ui-slider-range {
    background: var(--gorent-base);
}

.car-listing__price-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
}

.car-listing__price-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 17px;
}

.car-listing__price-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.car-listing__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    background: var(--gorent-black);
    float: right;
    text-align: center;
    border: none;
    color: var(--gorent-white);
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

.car-listing__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--gorent-gray);
    font-size: 14px;
    font-weight: 400;
    width: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.car-listing__price-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--gorent-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    left: -2px;
}

.car-listing__category {
    position: relative;
    display: block;
    padding: 27px 30px 30px;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
}

.car-listing__category ul {
    position: relative;
    display: block;
}

.car-listing__category ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--gorent-white);
    padding: 10px 15px 10px;
    border-radius: 10px;
}

.car-listing__category ul li + li {
    margin-top: 10px;
}

.car-listing__category ul li .checked-box {
    position: relative;
    display: block;
}

.car-listing__category ul li .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--gorent-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--gorent-font);
}

.car-listing__category ul li .checked-box input[type="checkbox"] {
    display: none;
}

.car-listing__category ul li .checked-box input[type="checkbox"] + label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: transparent;
    background: var(--gorent-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
}

.car-listing__category ul li .checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--gorent-white);
    border-right: 2px solid var(--gorent-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.car-listing__category ul li.checked-box input[type="checkbox"]:checked + label span {
    border-color: var(--gorent-white);
}

.car-listing__category ul li .checked-box input[type="checkbox"]:checked + label span:before {
    opacity: 1;
}

.car-listing__category ul li .counts-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gorent-bdr-color);
    color: var(--gorent-black);
    padding: 5px 8px 4px;
    border-radius: 10px;
}

.car-listing__category ul li .counts-box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}

.car-listing__rating {
    position: relative;
    display: block;
    padding: 27px 30px 30px;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
}

.car-listing__rating-box {
    position: relative;
    display: block;
}

.car-listing__rating-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.car-listing__rating-box ul li {
    position: relative;
    display: block;
}

.car-listing__rating-box ul li + li {
    margin-top: 30px;
}

.car-listing__rating-box ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.car-listing__rating-box ul li label {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffc009;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.car-listing__rating-box ul li label span.gray {
    color: #dddbdb;
}

.car-listing__rating-box ul li input[type=radio] + label i {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border: 1px solid var(--gorent-gray);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.car-listing__rating-box ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    background-color: var(--gorent-base);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.car-listing__rating-box ul li input[type=radio]:checked + label i {
    border-color: var(--gorent-base);
}

.car-listing__rating-box ul li input[type=radio]:checked + label i::before {
    transform: scale(1.0);
}

.car-listing__google-map {
    position: relative;
    display: block;
    padding: 27px 30px 30px;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
}

.car-listing__google-map-box {
    position: relative;
    display: block;
    border: none;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.car-listing-page-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.car-listing-page-two .listing-two__single {
    margin-bottom: 30px;
}

.car-listing-page-two__right {
    position: relative;
    display: block;
}

.car-listing-page-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.car-listing-page-three .listing-three__single {
    margin-bottom: 30px;
}

.car-listing-page-three__right {
    position: relative;
    display: block;
}

.listing-single {
    position: relative;
    display: block;
    padding: 111px 0 120px;
    z-index: 1;
}

.listing-single__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.listing-single__top-left {
    position: relative;
    display: block;
}

.listing-single__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.listing-single__sub-title {
    font-weight: 600;
    color: var(--gorent-black);
}

.listing-single__car-details-box {
    position: relative;
    display: block;
    margin-top: 20px;
}

.listing-single__car-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.listing-single__car-details + .listing-single__car-details {
    margin-top: 15px;
}

.listing-single__car-details li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 22px 5px;
    background-color: rgba(var(--gorent-base-rgb), .15);
    border-radius: 6px;
}

.listing-single__car-details li span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--gorent-black);
}

.listing-single__car-details li p {
    color: var(--gorent-black);
    font-weight: 500;
}

.listing-single__top-right {
    position: relative;
    display: block;
    text-align: right;
}

.listing-single__tag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.listing-single__tag a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--gorent-black);
    font-weight: 600;
}

.listing-single__tag a:hover {
    color: var(--gorent-base);
}

.listing-single__tag a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border: 1px solid var(--gorent-bdr-color);
    border-radius: 50%;
    color: var(--gorent-black);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.listing-single__tag a:hover span {
    border: 1px solid var(--gorent-base);
    background-color: var(--gorent-base);
    color: var(--gorent-white);
}

.listing-single__price {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 29px;
    margin-bottom: 9px;
}

.listing-single__offer-price {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.listing-single__offer-price .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.listing-single__offer-price .icon span {
    color: var(--gorent-base);
    font-size: 18px;
}

.listing-single__offer-price .text {
    position: relative;
    display: block;
}

.listing-single__offer-price .text p {
    font-size: 18px;
    font-weight: 600;
    color: var(--gorent-black);
}

.listing-single__inner {
    position: relative;
    display: block;
}

.listing-single__main-content {
    position: relative;
    display: block;
}

.listing-single__main-content-inner {
    position: relative;
    display: block;
}

.listing-single__left {
    position: relative;
    display: block;
}

.listing-single__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.listing-single__img img {
    width: 100%;
    border-radius: 10px;
}

.listing-single__right {
    position: relative;
    display: block;
    margin-left: 225px;
}

.listing-single__title-two {
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
}

.listing-single__text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 18px;
}

.listing-single__meta {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.listing-single__meta li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.listing-single__meta li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.listing-single__meta li .icon span {
    font-size: 18px;
    color: var(--gorent-base);
}

.listing-single__meta li .text {
    position: relative;
    display: block;
    flex: 1;
}

.listing-single__meta li .text p {
    color: var(--gorent-black);
}

.listing-single__meta li .text p a {
    position: relative;
    display: inline-block;
    color: var(--gorent-black);
    font-weight: 700;
    text-decoration: underline;
}

.listing-single__meta li .text p a span {
    position: relative;
    display: block;
    padding-left: 7px;
}

.listing-single__btn-and-video-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 37px;
}

.listing-single__btn-box {
    position: relative;
    display: block;
}

.listing-single__video-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.listing-single__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: var(--gorent-base);
    background-color: var(--gorent-black);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.listing-single__video-icon:hover {
    background-color: var(--gorent-base);
    color: var(--gorent-white);
}

.listing-single__video-link .ripple, .listing-single__video-icon .ripple:before, .listing-single__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gorent-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gorent-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gorent-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gorent-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.listing-single__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.listing-single__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.listing-single__video-title {
    font-size: 20px;
    color: var(--gorent-base);
    font-weight: 600;
    font-family: var(--gorent-font);
}

.listing-single__thumb-box {
    position: absolute;
    top: 0;
    left: 552px;
    width: 161px;
    height: 523px;
    overflow: hidden;
    z-index: 100;
}

#listing-single__thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

@media (max-width: 767px) {
    #listing-single__thumb {
        display: none;
    }
}

.listing-single__img-holder-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 161px;
    width: 161px;
    overflow: hidden;
    z-index: 1;
}

.listing-single__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    border-radius: 10px;
    width: 161px;
    height: 161px;
    cursor: pointer;
    z-index: 1;
}

.listing-single__img-holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background-color: rgba(var(--gorent-base-rgb), 0);
    border-radius: 10px;
    z-index: 1;
    transition: all 500ms ease;
}

.swiper-slide-active .listing-single__img-holder:before, .swiper-slide-thumb-active .listing-single__img-holder:before {
    background-color: rgba(var(--gorent-black-rgb), .40);
}

.listing-single__img-holder > img {
    width: 100%;
    transition: all 0.5s ease-in-out 0.6s;
    border-radius: 10px;
}

.listing-single__nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 100;
}

.listing-single__nav .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border: none;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.listing-single__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border: none;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.listing-single__nav .swiper-button-next:hover, .listing-single__nav .swiper-button-prev:hover {
    color: var(--gorent-white);
    background-color: var(--gorent-black);
}

.listing-single__nav .swiper-button-next {
    margin-right: 10px;
}

.listing-single__nav .swiper-button-next i, .listing-single__nav .swiper-button-prev i {
    position: relative;
    display: flex;
    align-items: center;
}

.listing-single__nav .swiper-button-next::after, .listing-single__nav .swiper-button-prev::after {
    display: none;
}

.listing-single__bottom {
    position: relative;
    display: block;
    margin-top: 60px;
}

.listing-single__bottom-left {
    position: relative;
    display: block;
}

.listing-single__car-overview {
    position: relative;
    display: block;
}

.listing-single__car-overview-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.listing-single__car-overview-points-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listing-single__car-overview-point {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
}

.listing-single__car-overview-point li {
    position: relative;
    display: flex;
    align-items: center;
}

.listing-single__car-overview-point li + li {
    margin-top: 22px;
}

.listing-single__car-overview-point-left {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 145px;
    width: 100%;
}

.listing-single__car-overview-point-left i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--gorent-black);
}

.listing-single__car-overview-point-left p {
    font-size: 18px;
    color: var(--gorent-black);
}

.listing-single__car-overview-point-right {
    position: relative;
    display: block;
    margin-left: 100px;
}

.listing-single__car-overview-point-right p {
    font-size: 18px;
    color: var(--gorent-black);
}

.listing-single__description {
    position: relative;
    display: block;
    border-top: 1px solid var(--gorent-bdr-color);
    border-bottom: 1px solid var(--gorent-bdr-color);
    padding-top: 45px;
    padding-bottom: 40px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.listing-single__description-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.listing-single__description-text-1 {
    margin-bottom: 18px;
}

.listing-single__feature {
    position: relative;
    display: block;
}

.listing-single__feature-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 34px;
}

.listing-single__feature-points-box {
    position: relative;
    display: flex;
    gap: 50px;
}

.listing-single__feature-point-single {
    position: relative;
    display: block;
}

.listing-single__feature-point-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.listing-single__feature-point {
    position: relative;
    display: block;
}

.listing-single__feature-point li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.listing-single__feature-point li + li {
    margin-top: 16px;
}

.listing-single__feature-point li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: var(--gorent-base);
    color: var(--gorent-white);
    font-size: 8px;
    border-radius: 5px;
}

.listing-single__feature-point li .text {
    position: relative;
    display: block;
}

.listing-single__feature-point li .text p {
    color: var(--gorent-black);
    font-size: 18px;
    font-weight: 500;
}

.listing-single__review-and-comment {
    position: relative;
    display: block;
    margin-top: 50px;
    border-top: 1px solid var(--gorent-bdr-color);
    padding-top: 50px;
}

.listing-single__review-and-comment .review-one__title h3 {
    text-transform: uppercase;
}

.listing-single__review-and-comment .review-form-one__title {
    text-transform: uppercase;
}

.listing-single__review-and-comment .comments-area .comment-box {
    border-bottom: 1px solid var(--gorent-bdr-color);
}

.listing-single__sidebar {
    position: relative;
    display: block;
    margin-top: 7px;
    margin-left: 60px;
}

.listing-single__single-box + .listing-single__single-box {
    margin-top: 30px;
}

.listing-single__rent-car-daily-price {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--gorent-bdr-color);
    padding: 35px 30px 26px;
    border-radius: var(--gorent-bdr-radius);
}

.listing-single__rent-car-daily-price p {
    font-size: 20px;
}

.listing-single__rent-car-daily-price h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}

.listing-single__rent-car {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--gorent-bdr-color);
    padding: 27px 30px 30px;
    border-radius: var(--gorent-bdr-radius);
}

.listing-single__rent-car-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 19px;
}

.listing-single__rent-car-content {
    position: relative;
    display: block;
}

.listing-single__rent-car-content-form {
    position: relative;
    display: block;
}

.listing-single__rent-car-date-box {
    position: relative;
    display: block;
}

.listing-single__rent-car-date-box + .listing-single__rent-car-date-box {
    margin-top: 15px;
}

.listing-single__rent-car-date-title {
    font-size: 18px;
    color: var(--gorent-black);
    font-weight: 500;
    margin-bottom: 10px;
}

.listing-single__rent-car-date-time-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.listing-single__rent-car-date-time-box input[type="text"], .listing-single__rent-car-date-time-box input[type="email"] {
    height: 50px;
    width: 60%;
    background-color: transparent;
    border: 1px solid var(--gorent-bdr-color);
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--gorent-gray);
    display: block;
}

.listing-single__rent-car-time-box {
    width: 36% !important;
}

.listing-single__rent-car-extra {
    position: relative;
    display: block;
    border-top: 1px solid var(--gorent-bdr-color);
    border-bottom: 1px solid var(--gorent-bdr-color);
    margin-top: 30px;
    padding-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.listing-single__rent-car-extra-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}

.listing-single__rent-car-extra ul {
    position: relative;
    display: block;
}

.listing-single__rent-car-extra ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--gorent-bdr-color);
    padding-bottom: 8px;
}

.listing-single__rent-car-extra ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.listing-single__rent-car-extra ul li + li {
    margin-top: 10px;
}

.listing-single__rent-car-extra ul li .checked-box {
    position: relative;
    display: block;
}

.listing-single__rent-car-extra ul li .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--gorent-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--gorent-font);
}

.listing-single__rent-car-extra ul li .checked-box input[type="checkbox"] {
    display: none;
}

.listing-single__rent-car-extra ul li .checked-box input[type="checkbox"] + label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: transparent;
    background: var(--gorent-extra);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
}

.listing-single__rent-car-extra ul li .checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--gorent-black);
    border-right: 2px solid var(--gorent-black);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.listing-single__rent-car-extra ul li.checked-box input[type="checkbox"]:checked + label span {
    border-color: var(--gorent-white);
}

.listing-single__rent-car-extra ul li .checked-box input[type="checkbox"]:checked + label span:before {
    opacity: 1;
}

.listing-single__rent-car-price-box {
    position: relative;
    display: block;
}

.listing-single__rent-car-price-box ul {
    position: relative;
    display: block;
}

.listing-single__rent-car-price-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listing-single__rent-car-price-box ul li + li {
    margin-top: 8px;
}

.listing-single__rent-car-price-box ul li .title {
    position: relative;
    display: block;
}

.listing-single__rent-car-price-box ul li .title p {
    font-size: 18px;
    color: var(--gorent-black);
    font-weight: 400;
}

.listing-single__rent-car-price-box ul li:last-child .title p {
    font-weight: 700;
}

.listing-single__rent-car-price-box ul li .price {
    position: relative;
    display: block;
}

.listing-single__rent-car-price-box ul li .price p {
    font-size: 20px;
    color: var(--gorent-black);
    font-weight: 600;
}

.listing-single__btn-box-2 {
    position: relative;
    display: block;
    margin-top: 20px;
}

.listing-single__btn-box-2 .thm-btn {
    width: 100%;
    justify-content: center;
    padding: 8px 30px 8px;
}

.listing-single__contact-info {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--gorent-bdr-color);
    padding: 30px 30px 30px;
    border-radius: var(--gorent-bdr-radius);
}

.listing-single__contact-phone {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-extra-rgb), .50);
    padding: 25px 25px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.listing-single__contact-phone-number {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--gorent-black);
    font-weight: 600;
}

.listing-single__contact-phone-number:hover {
    color: var(--gorent-base);
}

.listing-single__contact-phone-number span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--gorent-base);
    padding-right: 15px;
}

.listing-single__contact-phone-text {
    color: #636A80;
    font-size: 14px;
    margin-top: 13px;
}

.listing-single__contact-btn-box {
    position: relative;
    display: block;
}

.listing-single__contact-btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border-radius: 10px;
    padding: 13px 0 13px;
}

.listing-single__contact-btn-box a + a {
    margin-top: 15px;
}

.listing-single__contact-btn-box a i {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 400;
    padding-right: 10px;
}

.listing-single__contact-btn-box a:nth-child(2) {
    background-color: var(--gorent-black);
}

.listing-single__contact-btn-box a:nth-child(3) {
    background-color: rgba(var(--gorent-extra-rgb), .50);
    color: var(--gorent-black);
}

.listing-single__contact-btn-box a:hover {
    color: var(--gorent-white);
    background-color: var(--gorent-black);
}

.listing-single__seller-info {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--gorent-bdr-color);
    padding: 30px 30px 30px;
    border-radius: var(--gorent-bdr-radius);
}

.listing-single__seller-info-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 24px;
}

.listing-single__seller-info-img {
    position: relative;
    display: block;
    width: 56px;
    border-radius: 50%;
    overflow: hidden;
}

.listing-single__seller-info-img img {
    width: 100%;
    border-radius: 50%;
}

.listing-single__seller-info-content {
    position: relative;
    display: block;
}

.listing-single__seller-info-content p {
    color: #767E94;
}

.listing-single__seller-info-content h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--gorent-font);
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.listing-single__seller-info-content h5 span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: #27C200;
    border-radius: 50%;
    font-size: 6px;
    color: var(--gorent-white);
}

.listing-single__seller-contact-info {
    position: relative;
    display: block;
}

.listing-single__seller-contact-info-list {
    position: relative;
    display: block;
}

.listing-single__seller-contact-info-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.listing-single__seller-contact-info-list li + li {
    margin-top: 11px;
}

.listing-single__seller-contact-info-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.listing-single__seller-contact-info-list li .icon i {
    color: var(--gorent-base);
    font-size: 17px;
}

.listing-single__seller-contact-info-list li .text {
    position: relative;
    display: block;
}

.listing-single__seller-contact-info-list li .text p {
    color: #636A80;
}

.listing-single__seller-contact-info-list li .text p a {
    color: #636A80;
}

.listing-single__seller-contact-info-list li .text p a:hover {
    color: var(--gorent-base);
}

.listing-single__seller-profile {
    position: relative;
    display: block;
    margin-top: 20px;
}

.listing-single__seller-profile .thm-btn {
    width: 100%;
    justify-content: center;
    padding: 8px 30px 8px;
}

.video-one {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    padding: 205px 0 230px;
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
    z-index: 1;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--gorent-white);
    margin-bottom: 69px;
}

.video-one__video-link {
    position: relative;
    display: block;
}

.video-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 33px;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
    z-index: 1;
}

.video-one__video-icon:hover {
    background-color: var(--gorent-white);
    color: var(--gorent-base);
}

.video-one__video-icon:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 15px solid rgba(var(--gorent-white-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.video-one__video-link .ripple, .video-one__video-icon .ripple:before, .video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-two {
    position: relative;
    display: block;
}

.video-two__inner {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--gorent-black);
    padding: 165px 0 139px;
    overflow: hidden;
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.video-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.video-two__video-link {
    position: relative;
    display: block;
}

.video-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 33px;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
    z-index: 1;
}

.video-two__video-icon:hover {
    background-color: var(--gorent-white);
    color: var(--gorent-base);
}

.video-two__video-icon:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 15px solid rgba(var(--gorent-white-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.video-two__video-link .ripple, .video-two__video-icon .ripple:before, .video-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-two__title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--gorent-white);
    margin-top: 59px;
}

.pricing-one {
    position: relative;
    display: block;
    padding: 100px 0 90px;
    z-index: 1;
}

.pricing-one__shape-1 {
    position: absolute;
    width: 481px;
    height: 448px;
    left: -221px;
    top: 160px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.pricing-one__shape-2 {
    position: absolute;
    width: 481px;
    height: 448px;
    right: -125px;
    top: 448px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.pricing-one__single {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 36px 40px 37px;
    border-radius: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.pricing-one__single:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid var(--gorent-base);
}

.pricing-one__title-box {
    position: relative;
    display: block;
}

.pricing-one__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 18px;
}

.pricing-one__text {
    font-size: 14px;
    line-height: 20px;
    color: var(--gorent-black);
}

.pricing-one__price-and-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 29px;
    border-bottom: 1px solid var(--gorent-bdr-color);
    padding-bottom: 16px;
}

.pricing-one__price-box {
    position: relative;
    display: block;
}

.pricing-one__price {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
}

.pricing-one__price span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--gorent-gray);
    font-family: var(--gorent-font);
}

.pricing-one__icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.pricing-one__icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--gorent-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.pricing-one__single:hover .pricing-one__icon-box::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.pricing-one__icon-box span {
    font-size: 30px;
    color: var(--gorent-black);
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.pricing-one__single:hover .pricing-one__icon-box span {
    transform: scale(0.9);
    color: var(--gorent-white);
}

.list-unstyled.pricing-one__points {
    position: relative;
    display: block;
}

.list-unstyled.pricing-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.list-unstyled.pricing-one__points li + li {
    margin-top: 16px;
}

.list-unstyled.pricing-one__points li .price {
    position: relative;
    display: flex;
    align-items: center;
}

.list-unstyled.pricing-one__points li .price p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--gorent-black);
    font-weight: 500;
}

.list-unstyled.pricing-one__points li .text {
    position: relative;
    display: block;
}

.pricing-one__btn-box {
    position: relative;
    display: block;
    margin-top: 38px;
}

.pricing-two {
    position: relative;
    display: block;
    padding: 100px 0 90px;
    z-index: 1;
}

.pricing-two__list {
    position: relative;
    display: block;
}

.pricing-two__list > li {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--gorent-bdr-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pricing-two__list > li:last-child {
    border-bottom: 0px;
    padding-bottom: 0;
}

.pricing-two__single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.pricing-two__left-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.pricing-two__img {
    position: relative;
    display: block;
    width: 280px;
    overflow: hidden;
    border: 1px solid var(--gorent-bdr-color);
    border-radius: var(--gorent-bdr-radius);
}

.pricing-two__img img {
    width: 100%;
}

.pricing-two__img-content {
    position: relative;
    display: block;
    flex: 1;
}

.pricing-two__title {
    font-size: 40px;
    color: var(--gorent-base);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
    font-family: var(--gorent-font);
    margin-bottom: 15px;
}

.pricing-two__price-box {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: var(--gorent-black);
}

.pricing-two__price-box span {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: var(--gorent-base);
}

.pricing-two__right-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 150px;
}

.pricing-two__points {
    position: relative;
    display: block;
}

.pricing-two__points > li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pricing-two__points > li + li {
    margin-top: 10px;
}

.pricing-two__points > li .icon {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--gorent-base);
}

.pricing-two__points > li .text {
    position: relative;
    display: block;
    flex: 1;
}

.pricing-two__points > li .text p {
    color: var(--gorent-black);
    font-weight: 500;
}

.pricing-two__btn-box {
    position: relative;
    display: block;
}

.pricing-page-one {
    padding: 120px 0 90px;
}

.pricing-page-two {
    padding: 0px 0 90px;
}

.popular-car-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    background-color: var(--gorent-black);
    z-index: 1;
}

.popular-car-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .01;
    z-index: -1;
}

.popular-car-one .section-title__title {
    color: var(--gorent-white);
}

.popular-car-one__carousel {
    position: relative;
    display: block;
}

.popular-car-one__single {
    position: relative;
    display: block;
    z-index: 1;
}

.popular-car-one__single-inner {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-white-rgb), .05);
    text-align: center;
    z-index: 1;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='234' height='180' viewBox='0 0 234 180'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='234' height='180'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='234' height='180' viewBox='0 0 234 180'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='234' height='180'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    padding: 80px 0;
    border-radius: 20px;
}

.popular-car-one__icon {
    position: absolute;
    top: 12px;
    right: 10px;
}

.popular-car-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--gorent-base);
}

.popular-car-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.popular-car-one__title a {
    color: var(--gorent-white);
}

.popular-car-one__title a:hover {
    color: var(--gorent-base);
}

.popular-car-one__count {
    position: absolute;
    bottom: 20px;
    left: 5px;
    font-size: 18px;
    color: var(--gorent-white);
    font-weight: 400;
}

.popular-car-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.popular-car-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.popular-car-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.popular-car-two {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.popular-car-two__carousel {
    position: relative;
    display: block;
}

.popular-car-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.popular-car-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.popular-car-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.popular-car-two__single {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-car-two__single:hover {
    transform: translateY(-10px);
}

.popular-car-two__icon {
    position: relative;
    height: 110px;
    width: 110px;
    margin: 0 auto -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    z-index: 2;
}

.popular-car-two__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--gorent-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.popular-car-two__single:hover .popular-car-two__icon::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.popular-car-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: var(--gorent-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.popular-car-two__single:hover .popular-car-two__icon span {
    transform: scale(0.9);
    color: var(--gorent-base);
}

.popular-car-two__single-inner {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: var(--gorent-bdr-radius);
    text-align: center;
    overflow: hidden;
    padding: 99px 0 44px;
    z-index: 1;
}

.popular-car-two__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
}

.popular-car-two__title a {
    color: var(--gorent-black);
}

.popular-car-two__title a:hover {
    color: var(--gorent-base);
}

.popular-car-two__count {
    font-size: 18px;
    font-weight: 400;
}

.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    height: auto !important;
}

.testimonial-one__carousel.owl-carousel .owl-stage {
    display: flex !important;
    align-items: stretch;
}

.testimonial-one__carousel.owl-carousel .owl-item {
    display: flex;
    height: auto !important;
}

.testimonial-one__single {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--gorent-bdr-color);
    border-radius: var(--gorent-bdr-radius);
    padding: 25px 30px 25px;
    z-index: 1;
}

.testimonial-one__text {
    flex-grow: 1;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.testimonial-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 80px;
    border-radius: 50%;
    z-index: 1;
}

.testimonial-one__img img {
    border-radius: 50%;
}

.testimonial-one__content {
    position: relative;
    display: block;
    flex: 1;
}

.testimonial-one__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.testimonial-one__client-name a {
    color: var(--gorent-black);
}

.testimonial-one__client-name a:hover {
    color: var(--gorent-base);
}

.testimonial-one__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.testimonial-one__rating span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--gorent-base);
}

.testimonial-one__quote {
    position: absolute;
    top: -1px;
    right: -1px;
    height: 60px;
    width: 60px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote {
    background-color: var(--gorent-black);
}

.testimonial-one__quote span {
    font-size: 22px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote span {
    color: var(--gorent-white);
}

.testimonial-one__carousel .owl-nav {
    position: absolute;
    top: -160px;
    right: 0;
    margin: 0 !important;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--gorent-black);
    background-color: var(--gorent-base);
    border: none;
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--gorent-black);
    background-color: var(--gorent-base);
    border: none;
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span, .testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgba(var(--gorent-black-rgb), 1);
    color: var(--gorent-white);
}

.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--gorent-extra-rgb), .30);
    z-index: -1;
}

.testimonial-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .09;
    z-index: -1;
}

.testimonial-two__shape-1 img {
    width: auto;
}

.testimonial-two__shape-2 {
    position: absolute;
    bottom: 0;
    right: -40px;
    opacity: 0.2;
    z-index: -1;
}

.testimonial-two__shape-2 img {
    width: auto;
}

.testimonial-two .section-title {
    margin-bottom: 90px;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 59px 30px 22px;
    border-radius: var(--gorent-bdr-radius);
    border-top: 10px solid var(--gorent-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.testimonial-two__single:hover {
    transform: translateY(-10px);
    border-top: 10px solid var(--gorent-black);
}

.testimonial-two__img {
    position: absolute;
    top: -50px;
    right: 49px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}

.testimonial-two__img:before {
    background-color: var(--gorent-base);
    border-radius: 120px 120px 0 0;
    content: "";
    height: 50%;
    left: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.testimonial-two__single:hover .testimonial-two__img:before {
    background-color: var(--gorent-black);
}

.testimonial-two__img img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid var(--gorent-white);
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-top: 22px;
}

.testimonial-two__client-content {
    position: relative;
    display: block;
}

.testimonial-two__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.testimonial-two__client-name a {
    color: var(--gorent-black);
}

.testimonial-two__client-name a:hover {
    color: var(--gorent-base);
}

.testimonial-two__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.testimonial-two__rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--gorent-base);
}

.testimonial-two__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: var(--gorent-gray);
}

.testimonial-two__quote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--gorent-base);
    margin-top: -66px;
    margin-bottom: 20px;
    margin-left: -30px;
    border-bottom-right-radius: var(--gorent-bdr-radius);
    border-top-left-radius: var(--gorent-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__quote {
    background-color: var(--gorent-black);
}

.testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    color: var(--gorent-white);
    top: -3px;
}

.testimonial-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -30px;
    right: -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    transform: translateY(-50%);
    height: 0;
    line-height: 0;
    z-index: 100;
}

.testimonial-two__carousel .owl-nav .owl-next, .testimonial-two__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--gorent-white) !important;
    background-color: rgba(var(--gorent-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span, .testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--gorent-black) !important;
    color: var(--gorent-white) !important;
}

.testimonial-three {
    position: relative;
    display: block;
    padding: 165px 0 120px;
    z-index: 1;
}

.testimonial-three__left {
    position: relative;
    display: block;
}

.testimonial-three__right {
    position: relative;
    display: block;
    margin-right: -375px;
}

.testimonial-three__carousel {
    position: relative;
    display: block;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-three__single {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 49px 49px 41px;
    border-radius: var(--gorent-bdr-radius);
    border-top: 5px solid var(--gorent-base);
    transition: all 500ms ease;
    z-index: 1;
}

.testimonial-three__img {
    position: absolute;
    top: -45px;
    right: 50px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}

.testimonial-three__img:before {
    background-color: var(--gorent-base);
    border-radius: 101px 101px 0 0;
    content: "";
    height: 50%;
    left: -2px;
    right: -2px;
    top: -5px;
    position: absolute;
    z-index: -1;
}

.testimonial-three__img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-three__client-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 22px;
}

.testimonial-three__client-content {
    position: relative;
    display: block;
}

.testimonial-three__client-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}

.testimonial-three__client-name a {
    color: var(--gorent-black);
}

.testimonial-three__client-name a:hover {
    color: var(--gorent-base);
}

.testimonial-three__rating {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.testimonial-three__rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--gorent-base);
}

.testimonial-three__quote {
    position: absolute;
    bottom: 50px;
    left: 170px;
    z-index: 1;
}

.testimonial-three__quote span {
    position: relative;
    display: inline-block;
    font-size: 120px;
    line-height: 120px;
    color: var(--gorent-gray);
    opacity: .05;
    font-weight: 900;
}

.testimonial-three__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 40px;
    left: -550px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.testimonial-three__carousel .owl-nav .owl-next, .testimonial-three__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--gorent-white) !important;
    background-color: rgba(var(--gorent-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span, .testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--gorent-black) !important;
    color: var(--gorent-white) !important;
}

.testimonials-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.testimonials-page .testimonial-one__single {
    margin-bottom: 30px;
}

.faq-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.faq-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--gorent-extra-rgb), 0.1);
    z-index: -1;
}

.faq-one__shape-1 {
    position: absolute;
    top: -100px;
    left: -70px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.faq-one__shape-2 {
    position: absolute;
    bottom: -255px;
    right: 100px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.faq-one__left {
    position: relative;
    display: block;
}

.faq-one__img-box {
    position: relative;
    display: block;
}

.faq-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.faq-one__img img {
    width: 100%;
    border-radius: 10px;
}

.faq-one__experience-box {
    position: absolute;
    bottom: 30px;
    right: -70px;
    background: linear-gradient(270deg, #FFB51D 45%, #ffffff 100%);
    max-width: 180px;
    width: 100%;
    text-align: center;
    padding: 30px 0 30px;
    border-radius: 10px;
    z-index: 1;
}

.faq-one__experience-year {
    position: relative;
    display: block;
}

.faq-one__experience-year h2 {
    font-size: 50px;
    color: var(--gorent-black);
    font-weight: 700;
    line-height: 1.2em !important;
    font-family: var(--gorent-font-two) !important;
}

.faq-one__experience-text {
    color: var(--gorent-black);
    font-weight: 500;
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--gorent-black-rgb), .15);
    background: var(--gorent-white);
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion.active {
    border: 1px solid rgba(var(--gorent-black-rgb), .15);
    background: var(--gorent-white);
}

.faq-one .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 25px 23px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: var(--gorent-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}

.faq-one .faq-one-accrodion .accrodion-title h4::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 17px;
    color: var(--gorent-white);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--gorent-base-rgb), 1);
}

.faq-one .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: var(--gorent-white);
    background-color: var(--gorent-black);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 28px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
}

.faq-one .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.faq-two__shape-1 {
    position: absolute;
    top: -100px;
    left: -70px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.faq-two__shape-2 {
    position: absolute;
    bottom: -255px;
    right: 100px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.faq-two .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--gorent-black-rgb), .15);
    background: var(--gorent-white);
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two .faq-one-accrodion .accrodion.active {
    border: 1px solid rgba(var(--gorent-black-rgb), .15);
    background: var(--gorent-white);
}

.faq-two .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 25px 23px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-two .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--gorent-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}

.faq-two .faq-one-accrodion .accrodion-title h4::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 17px;
    color: var(--gorent-white);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--gorent-base-rgb), 1);
}

.faq-two .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: var(--gorent-white);
    background-color: var(--gorent-black);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-two .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 28px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
}

.faq-two .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-page {
    padding: 120px 0 100px;
}

.faq-page__left {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.faq-page__right {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.team-one {
    position: relative;
    display: block;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF4FB 46.5%, #FFFFFF 100%);
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.team-one__shape-1 {
    position: absolute;
    width: 481px;
    height: 448px;
    left: -221px;
    top: 160px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.team-one__shape-2 {
    position: absolute;
    width: 481px;
    height: 448px;
    right: -125px;
    top: 448px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.team-one__inner {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-base-rgb), .10);
    border-radius: var(--gorent-bdr-radius);
    padding: 50px 50px 40px;
}

.team-one__main-tab-box {
    position: relative;
    display: block;
}

.team-one__tab-buttons-box-one {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.team-one__tab-buttons-box-two {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-bottom: 30px;
}

.team-one__main-tab-box .tab-buttons {
    position: relative;
    display: block;
}

.team-one__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
}

.team-one__main-tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-top: 10px;
}

.team-one__buttons {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    border-radius: var(--gorent-bdr-radius);
    border: 1px solid var(--gorent-bdr-color);
    padding: 22px 25px 21px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons {
    border: 1px solid var(--gorent-base);
}

.team-one__buttons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--gorent-bdr-radius);
    background-color: var(--gorent-base);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.team-one__buttons-experience-years {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(270deg, rgba(19, 18, 34, 0.12) 0%, rgba(19, 18, 34, 0) 100%);
    padding: 4px 22px 4px 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons .team-one__buttons-experience-years {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 231, 0) 100%);
}

.team-one__buttons-experience-years-count {
    position: relative;
    display: block;
}

.team-one__buttons-experience-years-count h3 {
    font-size: 32px;
    color: var(--gorent-base);
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.04em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons .team-one__buttons-experience-years-count h3 {
    color: var(--gorent-white);
}

.team-one__buttons-experience-years-text {
    font-size: 14px;
    color: var(--gorent-black);
    font-weight: 500;
    font-family: var(--gorent-font-two);
    line-height: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons .team-one__buttons-experience-years-text {
    color: var(--gorent-white);
}

.team-one__buttons-content-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.team-one__buttons-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border: 1px solid var(--gorent-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons .team-one__buttons-img-box {
    border: 1px solid var(--gorent-white);
}

.team-one__buttons-img {
    position: relative;
    display: block;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    overflow: hidden;
}

.team-one__buttons-img img {
    width: 100%;
    border-radius: 50%;
}

.team-one__buttons-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-one__buttons-title-box {
    position: relative;
    display: block;
}

.team-one__buttons-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.team-one__buttons-title a {
    color: var(--gorent-black);
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons .team-one__buttons-title a {
    color: var(--gorent-white);
}

.team-one__buttons-sub-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons .team-one__buttons-sub-title {
    color: var(--gorent-white);
}

.team-one__buttons-arrow {
    position: relative;
    display: block;
}

.team-one__buttons-arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid var(--gorent-base);
    border-radius: 12px;
    color: var(--gorent-base);
    font-size: 17px;
}

.team-one__main-tab-box .tab-buttons .tab-btn.active-btn .team-one__buttons .team-one__buttons-arrow a {
    color: var(--gorent-black);
    border: 1px solid var(--gorent-extra);
    background-color: var(--gorent-extra);
}

.team-one__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.team-one__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.team-one__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.team-one__tabs-content-outer {
    position: relative;
    display: block;
    margin-left: 21.66px;
}

.team-one__tabs-content-box {
    position: relative;
    display: block;
}

.team-one__img-box {
    position: relative;
    display: block;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
}

.team-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.4%, rgba(19, 18, 34, 0.69) 85.4%);
    border-radius: 12px;
}

.team-one__img img {
    width: 100%;
    border-radius: 12px;
}

.team-one__social {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 2;
}

.team-one__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #626F82;
    border-radius: 50%;
    font-size: 17px;
    color: var(--gorent-white);
    overflow: hidden;
    z-index: 1;
}

.team-one__social a:hover {
    color: var(--gorent-white);
    border: 1px solid var(--gorent-base);
}

.team-one__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--gorent-base);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-one__social a:hover:before {
    transform: scaleX(1.0);
}

.team-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}

.team-two__shape-1 {
    position: absolute;
    top: -200px;
    left: -100px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.team-two__shape-2 {
    position: absolute;
    bottom: -255px;
    right: 0px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.team-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-two__img-box {
    position: relative;
    display: block;
    border: 1px dashed var(--gorent-base);
    border-radius: var(--gorent-bdr-radius);
    padding: 10px 10px 10px;
}

.team-two__img {
    position: relative;
    display: block;
    border-radius: var(--gorent-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.team-two__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 18, 34, .60);
    border-radius: var(--gorent-bdr-radius);
    opacity: 0;
    transform: translateY(-50%);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.team-two__single:hover .team-two__img::after {
    opacity: 1;
    transform: translateY(0%);
}

.team-two__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
    height: 170px;
    object-fit: cover;
}

.team-two__single:hover .team-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.team-two__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(var(--gorent-base-rgb), .10);
    border-radius: var(--gorent-bdr-radius);
    margin-top: 10px;
    padding: 15px 20px 20px;
    z-index: 3;
}

.team-two__title-box {
    position: relative;
    display: block;
}

.team-two__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}

.team-two__title a {
    color: var(--gorent-black);
}

.team-two__title a:hover {
    color: var(--gorent-base);
}

.team-two__sub-title {
    font-weight: 500;
    margin-top: 5px;
}

.team-two__share-and-social {
    position: relative;
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}

.team-two__share {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    cursor: pointer;
}

.team-two__share span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--gorent-white);
}

.team-two__social {
    position: absolute;
    top: -190px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transform: scaleY(0.0) translateX(-50%);
    transform-origin: bottom;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
}

.team-two__share-and-social:hover .team-two__social {
    transform: scaleY(1.0) translateX(-50%);
    transform-origin: bottom center;
    transition-delay: 300ms;
}

.team-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    font-size: 16px;
    color: var(--gorent-white);
}

.team-two__social a:hover {
    background-color: var(--gorent-black);
}

.team-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.team-three:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-color: rgba(var(--gorent-base-rgb), .03);
    z-index: -1;
}

.team-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__single:hover {
    transform: translateY(-10px);
}

.team-three__img-box {
    position: relative;
    display: block;
}

.team-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.team-three__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, .85);
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    opacity: 0;
    transform: translateY(-50%);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.team-three__single:hover .team-three__img::after {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.team-three__img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1%;
    border: 3px solid var(--gorent-base);
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    background-color: transparent;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 1;
}

.team-three__single:hover .team-three__img:before {
    opacity: 1;
    height: 100%;
}

.team-three__img img {
    width: 100%;
    border-top-left-radius: var(--gorent-bdr-radius);
    border-top-right-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.team-three__single:hover .team-three__img img {
    transform: scaleX(1.05);
    transition-delay: 700ms;
}

.team-three__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.team-three__single:hover .team-three__social {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 700ms;
}

.team-three__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--gorent-white);
    border-radius: var(--gorent-bdr-radius);
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(var(--gorent-white-rgb), .50);
    z-index: 1;
}

.team-three__social a:hover {
    color: var(--gorent-white);
    border: 1px solid var(--gorent-base);
}

.team-three__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--gorent-base);
    border-radius: 0%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-three__social a:hover:before {
    transform: scaleX(1);
}

.team-three__social a + a {
    margin-left: 15px;
}

.team-three__content {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    text-align: center;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 33px 20px 33px;
    border-radius: var(--gorent-bdr-radius);
    border-bottom: 5px solid var(--gorent-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__single:hover .team-three__content {
    border-bottom: 5px solid var(--gorent-black);
}

.team-three__name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}

.team-three__name a {
    color: var(--gorent-black);
}

.team-three__name a:hover {
    color: var(--gorent-base);
}

.team-three__sub-title {
    font-size: 18px;
    font-weight: 500;
}

.team-details {
    position: relative;
    display: block;
    padding: 120px 0 108px;
    z-index: 1;
}

.team-details__top {
    position: relative;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(var(--gorent-black-rgb), .10);
    margin-bottom: 37px;
}

.team-details__top-left {
    position: relative;
    display: block;
}

.team-details__img-1 {
    position: relative;
    display: block;
}

.team-details__img-1 img {
    width: 100%;
    border-radius: 20px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -12px;
}

.team-details__client-box {
    position: relative;
    display: block;
}

.team-details__client-name {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-transform: capitalize;
}

.team-details__client-sub-title {
    position: relative;
    display: block;
    margin-top: 3px;
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 30px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--gorent-base);
    font-size: 16px;
    border-radius: var(--gorent-bdr-radius);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--gorent-base);
    z-index: 1;
}

.team-details__social a:hover {
    color: var(--gorent-white);
    border: 1px solid var(--gorent-base);
}

.team-details__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--gorent-base);
    border-radius: 0%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-details__social a:hover:before {
    transform: scaleX(1);
}

.team-details__social a + a {
    margin-left: 10px;
}

.team-details__client-address {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--gorent-black-rgb), .10);
    margin-top: 19px;
    padding-top: 20px;
}

.team-details__client-address li {
    position: relative;
    display: block;
}

.team-details__client-address li + li {
    margin-top: 21px;
}

.team-details__client-address li p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gorent-black);
}

.team-details__client-address li p span {
    color: var(--gorent-black);
}

.team-details__client-address li h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 10px;
    font-family: var(--gorent-font);
}

.team-details__client-address li h5 a {
    color: var(--gorent-black);
}

.team-details__client-address li h5 a:hover {
    color: var(--gorent-base);
}

.team-details__bottom {
    position: relative;
    display: block;
}

.team-details__bottom-left {
    position: relative;
    display: block;
}

.team-details__bottom-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 13px;
}

.team-details__practice-area {
    position: relative;
    display: block;
    margin-top: 15px;
}

.team-details__practice-area-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.team-details__practice-area-list-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.team-details__practice-area-list {
    position: relative;
    display: block;
}

.team-details__practice-area-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.team-details__practice-area-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6px;
    width: 6px;
    background-color: var(--gorent-base);
}

.team-details__practice-area-list li .text {
    position: relative;
    display: block;
    flex: 1;
}

.team-details__practice-area-list li .text p {
    font-weight: 500;
    color: var(--gorent-base);
}

.team-details__bottom-right {
    position: relative;
    display: block;
}

.team-details__progress-title-1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 23px;
}

.team-details__progress-list {
    position: relative;
    display: block;
}

.team-details__progress-list li {
    position: relative;
    display: block;
}

.team-details__progress-list li + li {
    margin-top: 20px;
}

.team-details__progress {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--gorent-black);
    margin-bottom: 11px;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: rgba(var(--gorent-bdr-color-rgb), .90);
    border-radius: 6px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--gorent-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: -18px;
    bottom: 22px;
    color: var(--gorent-black);
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-family: var(--gorent-font);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

.team-details-contact {
    position: relative;
    display: block;
    padding: 0px 0 120px;
    z-index: 1;
}

.team-details-contact .container {
    max-width: 830px;
}

.team-details-contact__inner {
    position: relative;
    display: block;
    text-align: center;
}

.team-details-contact__form {
    position: relative;
    display: block;
}

.team-details-contact__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-details-contact__input-box input[type="text"], .team-details-contact__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--gorent-gray);
    display: block;
    border-radius: var(--gorent-bdr-radius);
}

.team-details-contact__input-box .select-box {
    width: 100%;
}

.team-details-contact__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--gorent-gray);
    font-weight: 400;
    border-radius: var(--gorent-bdr-radius);
    line-height: 60px;
    display: block;
    float: none;
}

.team-details-contact__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--gorent-gray);
    border-right: 2px solid var(--gorent-gray);
    margin-top: 0px;
    z-index: 10;
}

.team-details-contact__input-box textarea {
    height: 200px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
    padding: 15px 30px 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--gorent-gray);
    position: relative;
    display: block;
    border-radius: var(--gorent-bdr-radius);
}

.team-details-contact__input-box.text-message-box {
    height: 200px;
}

.team-details-contact__btn-box {
    position: relative;
    display: block;
}

.team-details-contact__btn-box .thm-btn {
    border: none;
}

.team-details-contact__btn-box .thm-btn:hover {
    border: none;
}

.call-one {
    position: relative;
    display: block;
    z-index: 1;
}

.call-one__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.call-one__inner::before {
    position: absolute;
    top: 0;
    left: -180px;
    border-bottom: 180px solid var(--gorent-base);
    border-left: 180px solid transparent;
    border-right: 0px solid transparent;
    content: "";
    transition: all 500ms ease;
}

.call-one__inner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--gorent-base);
    padding: 59px 60px 59px;
    border-top-right-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.call-one__inner-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -5px;
    width: 55%;
    background-color: var(--gorent-black);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
    z-index: -1;
}

.call-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .05;
}

.call-one__left {
    position: relative;
    display: block;
}

.call-one__sub-title {
    font-size: 16px;
    color: var(--gorent-black);
    font-weight: 500;
    margin-bottom: 8px;
}

.call-one__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}

.call-one__details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.call-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: rgba(var(--gorent-white-rgb), .90);
    border-radius: 50%;
    z-index: 1;
}

.call-one__icon:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid rgba(var(--gorent-white-rgb), .30);
    border-radius: 50%;
}

.call-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--gorent-black);
}

.call-one__content {
    position: relative;
    display: block;
}

.call-one__content p {
    color: var(--gorent-base);
    font-weight: 500;
}

.call-one__content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 3px;
}

.call-one__content h4 a {
    color: var(--gorent-base);
}

.call-one__content h4 a:hover {
    color: var(--gorent-white);
}

.call-one__btn-box {
    position: relative;
    display: block;
}

.call-one__btn-box .thm-btn::after {
    background-color: var(--gorent-white);
}

.call-one__btn-box .thm-btn:hover {
    color: var(--gorent-black);
}

.download-app-one {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    padding: 120px 0 120px;
    z-index: 1;
}

.download-app-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.download-app-one__inner {
    position: relative;
    display: block;
}

.download-app-one__inner .row {
    align-items: center;
}

.download-app-one__content {
    position: relative;
    display: block;
}

.download-app-one__sub-title {
    font-size: 20px;
    color: var(--gorent-base);
    font-weight: 500;
    line-height: 20px;
}

.download-app-one__title {
    font-size: 50px;
    color: var(--gorent-base);
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 8px;
}

.download-app-one__text {
    font-size: 18px;
    color: var(--gorent-white);
    line-height: 28px;
}

.download-app-one__google-and-app-store {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 42px;
}

.download-app-one__google-and-app-store a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gorent-base);
    padding: 15px 30px 15px;
    border-radius: 10px;
}

.download-app-one__right {
    position: relative;
    display: block;
}

.download-app-one__img {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    margin-left: auto;
}

.download-app-one__img1 {
    position: relative;
    display: block;
}

.download-app-one__img1 img {
    width: 100%;
}

.download-app-one-car__img {
    position: absolute;
    bottom: -85px;
    right: 35px;
    z-index: -1;
}

.download-app-one-car__img img {
    width: auto;
}

.brand-one {
    position: relative;
    display: block;
    padding: 80px 0 80px;
    border-bottom: 1px solid var(--gorent-bdr-color);
    z-index: 1;
}

.brand-one__carousel {
    position: relative;
    display: block;
}

.brand-one__single {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.brand-one__img {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-one__img > a > img {
    width: auto !important;
    position: relative;
    opacity: .50;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.brand-one__img > a:hover img {
    opacity: 1;
    transform: scale(1.05);
}

.brand-two {
    position: relative;
    display: block;
    border-top: 1px solid var(--gorent-bdr-color);
    border-bottom: 1px solid var(--gorent-bdr-color);
    padding: 29px 0 29px;
    z-index: 1;
}

.brand-two__left {
    position: relative;
    display: block;
}

.brand-two__text {
    font-size: 22px;
    color: var(--gorent-black);
    font-weight: 500;
    line-height: 1.5em;
}

.brand-two__text span {
    color: var(--gorent-base);
    font-weight: 700;
}

.brand-two__right {
    position: relative;
    display: block;
}

.brand-two__carousel {
    position: relative;
    display: block;
}

.brand-two__single {
    position: relative;
    display: block;
}

.brand-two__img {
    position: relative;
    display: block;
}

.brand-two__img img {
    width: auto !important;
    margin: 0 auto;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    filter: brightness(0.5);
}

.brand-two__img img:hover {
    filter: brightness(0.9);
    transform: scale(0.9);
}

.brand-three {
    padding: 50px 0 80px;
    border-bottom: 0;
}

.blog-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-one__shape-1 {
    position: absolute;
    width: 481px;
    height: 448px;
    left: -221px;
    top: 100px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.blog-one__shape-2 {
    position: absolute;
    width: 481px;
    height: 448px;
    right: -125px;
    top: 448px;
    background: rgba(255, 181, 29, 0.38);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.blog-one__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.blog-one__shape-1 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.05;
}

.blog-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blog-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.blog-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.blog-one__single {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--gorent-bdr-color);
    padding: 20px 19px 22px;
    border-radius: var(--gorent-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover {
    background-color: var(--gorent-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    transform: translateY(-10px);
}

.blog-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.blog-one__date {
    position: absolute;
    bottom: -40px;
    right: 0;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 2;
}

.blog-one__date p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 60px;
    background-color: var(--gorent-base);
    color: #333;
    font-weight: 600;
    font-size: 25px;
}

.blog-one__date span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 60px;
    background-color: var(--gorent-extra);
    color: var(--gorent-black);
    font-weight: 600;
    font-size: 18px;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.blog-one__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--gorent-black-rgb), 0.6);
    border-radius: var(--gorent-bdr-radius);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-one__single:hover .blog-one__img::before {
    opacity: 1;
}

.blog-one__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1);
}

.blog-one__tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.blog-one__single:hover .blog-one__tags {
    opacity: 1;
    transform: translateY(0px);
}

.blog-one__tags span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--gorent-white);
    font-weight: 500;
    line-height: 16px;
    font-family: var(--gorent-font-two);
    text-transform: capitalize;
    background-color: var(--gorent-base);
    border-radius: 18px;
    padding: 9px 17px 9px;
}

.blog-one__content {
    position: relative;
    display: block;
    margin-top: 24px;
}

.blog-one__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-one__meta li {
    position: relative;
    display: block;
}

.blog-one__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: var(--gorent-gray);
}

.blog-one__meta li a span {
    position: relative;
    font-size: 16px;
    color: var(--gorent-base);
}

.blog-one__meta li a:hover {
    color: var(--gorent-base);
}

.blog-one__title {
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 15px;
    margin-bottom: 14px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-one__title a {
    color: var(--gorent-black);
}

.blog-one__title a:hover {
    color: var(--gorent-base);
}

.blog-one__text {
    margin-bottom: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-one__read-more {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--gorent-black);
}

.blog-one__read-more span {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.blog-one__read-more:hover {
    color: var(--gorent-base);
}

.blog-one__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 0px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.blog-one__carousel .owl-nav .owl-next, .blog-one__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--gorent-black) !important;
    background-color: var(--gorent-base) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.blog-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.blog-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.blog-one__carousel.owl-theme .owl-nav .owl-next span, .blog-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-one__carousel.owl-theme .owl-nav .owl-next:hover, .blog-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--gorent-black) !important;
    color: var(--gorent-white) !important;
}

.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-two__carousel {
    position: relative;
    display: block;
}

.blog-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blog-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.blog-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.blog-two__single {
    position: relative;
    display: block;
    background-color: var(--gorent-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--gorent-bdr-color);
    padding: 20px 19px 22px;
    border-radius: var(--gorent-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__single:hover {
    background-color: var(--gorent-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    transform: translateY(-10px);
}

.blog-two__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.blog-two__date {
    position: absolute;
    bottom: -40px;
    right: 0;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 2;
}

.blog-two__date p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 60px;
    background-color: var(--gorent-base);
    color: var(--gorent-white);
    font-weight: 600;
    font-size: 25px;
}

.blog-two__date span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 60px;
    background-color: var(--gorent-extra);
    color: var(--gorent-black);
    font-weight: 600;
    font-size: 18px;
}

.blog-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.blog-two__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--gorent-black-rgb), 0.6);
    border-radius: var(--gorent-bdr-radius);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-two__single:hover .blog-two__img::before {
    opacity: 1;
}

.blog-two__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-two__single:hover .blog-two__img img {
    transform: scale(1);
}

.blog-two__tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.blog-two__single:hover .blog-two__tags {
    opacity: 1;
    transform: translateY(0px);
}

.blog-two__tags span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--gorent-white);
    font-weight: 500;
    line-height: 16px;
    font-family: var(--gorent-font-two);
    text-transform: capitalize;
    background-color: var(--gorent-base);
    border-radius: 18px;
    padding: 9px 17px 9px;
}

.blog-two__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-two__user {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-two__user-img {
    position: relative;
    display: block;
    height: 56px;
    width: 56px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-two__user-img img {
    width: 100%;
    border-radius: 50%;
}

.blog-two__user-content {
    position: relative;
    display: block;
    top: 3px;
}

.blog-two__user-name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-two__user-name a {
    color: var(--gorent-black);
}

.blog-two__user-name a:hover {
    color: var(--gorent-base);
}

.blog-two__title {
    font-size: 24px;
    line-height: 1.4em;
    margin-top: 15px;
    margin-bottom: 14px;
    font-weight: 700;
}

.blog-two__title a {
    color: var(--gorent-black);
}

.blog-two__title a:hover {
    color: var(--gorent-base);
}

.blog-two__text {
    margin-bottom: 13px;
}

.blog-two__read-more {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--gorent-black);
}

.blog-two__read-more span {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.blog-two__read-more:hover {
    color: var(--gorent-base);
}

.blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 0px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.blog-two__carousel .owl-nav .owl-next, .blog-two__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--gorent-white) !important;
    background-color: rgba(var(--gorent-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.blog-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.blog-two__carousel.owl-theme .owl-nav .owl-next span, .blog-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next:hover, .blog-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--gorent-black) !important;
    color: var(--gorent-white) !important;
}

.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

.blog-details__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
}

.blog-details__date {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 5px solid var(--gorent-base);
    background-color: var(--gorent-white);
    border-radius: var(--gorent-bdr-radius);
    text-align: center;
}

.blog-details__date p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-family: var(--gorent-font-two);
    color: var(--gorent-black);
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-details__user-and-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-details__user {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 31px;
    background-color: var(--gorent-base);
    border-radius: 16px;
}

.blog-details__user p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--gorent-font-two);
    color: var(--gorent-white);
}

.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-details__meta li {
    position: relative;
    display: block;
}

.blog-details__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gorent-gray);
}

.blog-details__meta li a:hover {
    color: var(--gorent-base);
}

.blog-details__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 19px;
}

.blog-details__text-2 {
    margin-top: 21px;
    margin-bottom: 40px;
}

.blog-details__author-box {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-base-rgb), .20);
    border-radius: var(--gorent-bdr-radius);
    padding: 40px 40px 37px;
}

.blog-details__author-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.72px;
    color: var(--gorent-black);
    margin-bottom: 30px;
}

.blog-details__author-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: right;
    color: var(--gorent-black);
    font-family: var(--gorent-font-two);
}

.blog-details__author-name span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--gorent-font);
}

.blog-details__title-2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-top: 41px;
    margin-bottom: 19px;
}

.blog-details__img-box {
    position: relative;
    display: block;
    margin-top: 29px;
}

.blog-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details__img-box-img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
}

.blog-details__tag-and-share {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
    padding: 30px 30px 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.blog-details__tag {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
}

.blog-details__tag-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.blog-details__tag-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-details__tag-list li {
    position: relative;
    display: block;
}

.blog-details__tag-list li a {
    position: relative;
    background-color: var(--gorent-white);
    border: 1px solid rgba(var(--gorent-black-rgb), 0.10);
    color: var(--gorent-gray);
    padding: 10px 15px 10px;
    border-radius: 10px;
}

.blog-details__tag-list li a:hover {
    background-color: var(--gorent-base);
    border: 1px solid var(--gorent-base);
    color: var(--gorent-white);
}

.blog-details__share-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
}

.blog-details__share-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.blog-details__share {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-details__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: var(--gorent-black);
    border: 1px solid rgba(var(--gorent-black-rgb), 0.10);
    background-color: var(--gorent-white);
    border-radius: 50%;
}

.blog-details__share a:hover {
    background-color: var(--gorent-base);
    border: 1px solid var(--gorent-base);
    color: var(--gorent-white);
}

.comment-one {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
    padding: 40px 40px 40px;
}

.comment-one__single {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: var(--gorent-white);
    border: 1px solid rgba(var(--gorent-black-rgb), 0.10);
    border-radius: var(--gorent-bdr-radius);
    padding: 29px 29px 30px;
}

.comment-one__single + .comment-one__single {
    margin-top: 30px;
}

.comment-one__image {
    position: relative;
    display: block;
    max-width: 70px;
    width: 100%;
}

.comment-one__image img {
    width: 100%;
    border-radius: 50%;
}

.comment-one__content {
    position: relative;
    display: block;
}

.comment-one__content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--gorent-black);
    margin-bottom: 3px;
}

.comment-one__content p {
    margin-top: 14px;
}

.comment-one__btn-box {
    position: absolute;
    top: 28px;
    right: 0px;
}

.comment-one__btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    font-family: var(--gorent-font-two);
    color: var(--gorent-black);
}

.comment-one__btn span {
    font-size: 11px;
    color: var(--gorent-base);
}

.comment-one__btn:hover {
    color: var(--gorent-base);
}

.comment-form {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    padding: 40px 40px 40px;
    border-radius: var(--gorent-bdr-radius);
    margin-top: 60px;
}

.comment-form__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.comment-form__text {
    margin-top: 23px;
    margin-bottom: 38px;
}

.comment-one__form {
    position: relative;
    display: block;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    background-color: var(--gorent-white);
    border: 1px solid rgba(var(--gorent-black-rgb), 0.10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--gorent-gray);
    display: block;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--gorent-gray);
    height: 140px;
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    background-color: var(--gorent-white);
    border: 1px solid rgba(var(--gorent-black-rgb), 0.10);
    padding: 20px 20px 30px;
    outline: none;
    font-weight: 400;
}

.comment-form__input-box.text-message-box {
    height: 140px;
}

.comment-form__btn-box {
    position: relative;
    display: block;
}

.comment-form__btn-box .thm-btn {
    border: none;
}

.sidebar {
    position: relative;
    display: block;
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    position: relative;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-left: 40px;
}

.sidebar__title::before {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 30px;
    background: var(--gorent-base);
    content: "";
}

.sidebar__search {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    padding: 50px 30px 50px;
    border-radius: var(--gorent-bdr-radius);
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--gorent-white);
    color: var(--gorent-gray);
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border-radius: 10px;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--gorent-gray);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--gorent-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--gorent-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--gorent-gray);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--gorent-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--gorent-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--gorent-gray);
}

.sidebar__search-form button[type="submit"] {
    background-color: var(--gorent-base);
    color: var(--gorent-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
    background-color: var(--gorent-black);
    color: var(--gorent-white);
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
    padding: 42px 30px 50px;
}

.sidebar__category-list {
    position: relative;
    display: block;
    margin: 0;
}

.sidebar__category-list li + li {
    position: relative;
    margin-top: 15px;
}

.sidebar__category-list li a {
    position: relative;
    display: block;
    color: var(--gorent-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 15px 20px 16px;
    background-color: var(--gorent-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--gorent-font-two);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.sidebar__category-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--gorent-base);
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
    transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
    color: var(--gorent-white);
}

.sidebar__category-list li.active a {
    background-color: var(--gorent-base);
    color: var(--gorent-white);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    right: 0;
    color: var(--gorent-black);
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(var(--gorent-black-rgb), .10);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--gorent-font);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

.sidebar__category-list li a:hover span, .sidebar__category-list li.active a span {
    background: rgba(255, 255, 255, 0.1);
    color: var(--gorent-white);
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 42px 30px 42px;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
}

.sidebar__post-box {
    position: relative;
    display: block;
}

.sidebar__post-single {
    position: relative;
    display: block;
}

.sidebar__post-single + .sidebar__post-single {
    margin-top: 27px;
}

.sidebar-post__img {
    position: relative;
    display: block;
    background: var(--gorent-black);
    overflow: hidden;
    border-radius: 10px;
}

.sidebar-post__img::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 100%;
    background-color: rgba(var(--gorent-base-rgb), .80);
    border-radius: 10px;
    -webkit-transform: translateX(90%, 90%);
    transform: translateX(90%, 90%);
    opacity: 0.70;
    z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    opacity: 1.0;
}

.sidebar-post__img img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.sidebar__post-single:hover .sidebar-post__img img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.sidebar__post-content-box {
    position: relative;
    margin-top: 18px;
}

.sidebar__post-content-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.sidebar__post-content-box h3 a {
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
    color: var(--gorent-base);
}

.sidebar__tags {
    position: relative;
    display: block;
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    border-radius: var(--gorent-bdr-radius);
    padding: 41px 30px 40px;
    overflow: hidden;
}

.sidebar__tags-list {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar__tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 5px 0px;
    margin-bottom: 10px;
}

.sidebar__tags-list li a {
    position: relative;
    display: block;
    color: var(--gorent-gray);
    font-size: 15px;
    font-weight: 400;
    background: var(--gorent-white);
    padding: 6px 24px;
    border-radius: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__tags-list li a:hover {
    color: var(--gorent-white);
    background: var(--gorent-base);
}

.blog-list {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-list__left {
    position: relative;
    display: block;
}

.blog-list__single {
    position: relative;
    display: block;
    margin-bottom: 56px;
}

.blog-list__img {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.blog-list__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgb(0, 0, 0);
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-list__single:hover .blog-list__img:before {
    opacity: 0.2;
}

.blog-list__img img {
    width: 100%;
    border-radius: 20px;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-list__single:hover .blog-list__img img {
    transform: scale(1.06) rotate(0deg);
}

.blog-list__date {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 5px solid var(--gorent-base);
    background-color: var(--gorent-white);
    border-radius: 50%;
    text-align: center;
    z-index: 2;
}

.blog-list__date p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-family: var(--gorent-font-two);
    color: var(--gorent-black);
}

.blog-list__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-list__user-and-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-list__user {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 31px;
    background-color: var(--gorent-base);
    border-radius: 16px;
}

.blog-list__user p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--gorent-font-two);
    color: var(--gorent-white);
}

.blog-list__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-list__meta li {
    position: relative;
    display: block;
}

.blog-list__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gorent-gray);
}

.blog-list__meta li a:hover {
    color: var(--gorent-base);
}

.blog-list__title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 19px;
}

.blog-list__title a {
    color: var(--gorent-black);
}

.blog-list__title a:hover {
    color: var(--gorent-base);
}

.blog-list__read-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--gorent-font-two);
    color: var(--gorent-black);
    margin-top: 27px;
}

.blog-list__read-more:hover {
    color: var(--gorent-base);
}

.blog-list__read-more span {
    color: var(--gorent-base);
}

.blog-list__read-more::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6E777D;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__read-more:hover::before {
    background-color: var(--gorent-base);
}

.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-page .blog-one__single {
    margin-bottom: 30px;
}

.blog-page .car-listing__pagination {
    margin-top: 30px;
}

.blog-left-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-left-sidebar .blog-one__single {
    margin-bottom: 30px;
}

.blog-right-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-right-sidebar .blog-one__single {
    margin-bottom: 30px;
}

.lets-talk {
    position: relative;
    display: block;
    background-color: var(--gorent-base);
    overflow: hidden;
    padding: 78px 0 81px;
    z-index: 1;
}

.lets-talk__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .05;
    z-index: -1;
}

.lets-talk__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lets-talk__title {
    position: relative;
    display: block;
}

.lets-talk__title p {
    font-size: 20px;
    color: var(--gorent-black);
    font-weight: 500;
    line-height: 20px;
}

.lets-talk__title h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 17px;
}

.lets-talk__btn-boxes {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.lets-talk__btn-1 {
    position: relative;
    display: block;
}

.lets-talk__btn-1 .thm-btn {
    background-color: var(--gorent-white);
}

.lets-talk__btn-2 {
    position: relative;
    display: block;
}

.lets-talk__btn-2 .thm-btn {
    background-color: var(--gorent-black);
    color: var(--gorent-white);
}

.lets-talk__btn-2 .thm-btn::after {
    background-color: var(--gorent-white);
}

.lets-talk__btn-2 .thm-btn:hover {
    color: var(--gorent-black);
}

.process-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    counter-reset: count;
    z-index: 1;
}

.process-one__single {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    border-radius: 20px;
    padding: 45px 25px 33px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.process-one__single-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .05;
    z-index: -1;
}

.process-one__icon-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}

.process-one__icon-shape {
    position: absolute;
    top: 50%;
    left: 25px;
    right: 80px;
    height: 5px;
    background-color: var(--gorent-white);
    transform: translateY(-50%);
    opacity: .20;
    transition: all 500ms ease;
    z-index: -1;
}

.process-one__icon-shape:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -10px;
    height: 20px;
    width: 20px;
    background-color: var(--gorent-white);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transition: all 500ms ease;
}

.process-one__single:hover .process-one__icon-shape, .process-one__single:hover .process-one__icon-shape:before {
    background-color: var(--gorent-base);
    opacity: 1;
}

.process-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: rgba(var(--gorent-base-rgb), 1);
    border-radius: 50%;
    z-index: 1;
}

.process-one__icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid rgba(var(--gorent-base-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.process-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--gorent-black);
    transition: all 500ms ease;
}

.process-one__single:hover .process-one__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.process-one__count {
    position: relative;
    display: block;
}

.process-one__count::before {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--gorent-white-rgb), .70);
    font-family: var(--gorent-font-two);
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-one__single:hover .process-one__count::before {
    -webkit-text-stroke: 1px rgba(var(--gorent-base-rgb), 1);
}

.process-one__title {
    color: var(--gorent-base);
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 33px;
    margin-bottom: 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-one__text {
    color: rgba(var(--gorent-white-rgb), .70);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-two {
    padding: 120px 0 90px;
}

.process-three {
    padding: 0px 0px 90px;
}

.services-page-process {
    padding: 90px 0 0;
}

.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.why-choose-one__shape-1 {
    position: absolute;
    top: -100px;
    left: -70px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.why-choose-one__shape-2 {
    position: absolute;
    bottom: -255px;
    right: 100px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.why-choose-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.why-choose-one__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: rgba(var(--gorent-base-rgb), 1);
    border-radius: 50%;
    z-index: 1;
}

.why-choose-one__icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid rgba(var(--gorent-base-rgb), .50);
    border-radius: 50%;
    z-index: -1;
}

.why-choose-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--gorent-black);
    transition: all 500ms ease;
}

.why-choose-one__single:hover .why-choose-one__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.why-choose-one__btn-box {
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 2;
}

.why-choose-one__single-inner {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    padding: 92px 30px 113px;
    text-align: center;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='410' height='350' viewBox='0 0 410 350'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZoAAAFeCAYAAAC8f9nBAAAAAXNSR0IArs4c6QAAGzZJREFUeF7t3QmQLVdZB/B/doisghEKiggIIrgilIqIlIIUi4qIkR2FVBAKqFJTBSlUFIFYmALFCBJkF5Edq0AkImDYBAIIiKCIEgERAghkARJCvJ/pG+fNm3kz86bPvb38btWrvMzc/vqc3zkz/9d9u08fkeTyeBEgQGC8Ahcl+VKSbyb5QJI3JPlM9/dPJ/l6973x9nDkLT9C0Ix8BDWfAIHtBM5L8rYkL03yriQXJ7kQ1+oFBM3qze2RAIHVClyQpELnPUmeneSDSeooyGtFAoJmRdB2Q4DAIAQqYM7qjnLen+SSQbRq4o0QNBMfYN0jQGBLgU8keVqSlyQ5n1FbAUHT1ld1AgSGLfDyJM9M8r4kXx52U8fbOkEz3rHTcgIE+hGoz3Cen+T07mq1fqqqcqWAoDEZCBAgcIXAK7vTaW8H0q+AoOnXUzUCBMYt8PEkj+lCZ9w9GVDrBc2ABkNTCBAYhEDd5Pkb3ZVpGxt0VJLLBtHCkTVC0IxswDSXAIGVCHw2yVO7S6Fr1YF6XaVbZcBqKnscAkGzRzBvJ0BgNgJ19PL4JE9Jculset2go4KmAaqSBAhMRuALi6OY07oVBSbTqVV3RNCsWtz+CBAYm8CnFkvY/EqSN46t4UNpr6AZykhoBwECQxY4J8mDk9SKAl57FBA0ewTzdgIEZilQn9ecuVj9+dQk35ilwD46LWj2gWdTAgRmJVArCPxWkqd7vMrexl3Q7M3LuwkQmLfAR5OclORD82bYW+8Fzd68vJsAgXkL1FM8X9ydQvvcvCl233tBs3sr7yRAgEAJ1CrPD0nyKhy7ExA0u3PyLgIECGwUqNWefy1JrRpQv0frZcWAbeaIoPHDQ4AAgb0LVMCcvGHxzVqe5mt7LzOPLQTNPMZZLwkQ6F/gDYvn1zxscTPneYtlao5Pcmx3hNP/nkZeUdCMfAA1nwCBtQmcm+RBST7SnT67TpJassYptE1DImjWNkftmACBkQt8JckZSf5w8ViBusfmakkuTlJXpnltEBA0pgMBAgQOX+Cfuvtq6qjmmC5kPLPGEc3hzyhbEiBAYJNAnSq7X5Kzu9Nn9XA0S9QIGj8oBAgQ6FXgd5KcnuSSJEcLmoNtnTrrdb4pRoDADAVem+QRST65CJzjuqdwzpBh+y4LGtOBAAEC+xOoI5n7d/fUuOJsC0tBs78JZmsCBAiUQC1JU6sFCBpB4yeCAAECTQRqlYAXdp/PCBsXAzSZZIoSIDBvgb9I8ujuhs15SziiMf4ECBBoIvDKJA9Pcn6T6iMv6jOakQ+g5hMgMAiBDye5d5J6MJrfq06dDWJSagQBAtMSqNWc75rkHwTNwQMreac12fWGAIH1CPxnkp9J8sEkR1rv7MBBEDTrmZT2SoDAtAQ+nuQe3akzQePU2bRmt94QIDAIgY1BU+udWVhzw7A4ohnEHNUIAgRGLrAxaKx35ohm5NNZ8wkQGKLAxqCpxwVcOsRGrqtNjmjWJW+/BAhMSWDzEU2dOrNCQDfCgmZKU11fCBBYl4DPaA4hL2jWNS3tlwCBKQkIGkEzpfmsLwQIDFBA0AiaAU5LTSJAYEoCgkbQTGk+6wsBAgMUEDSCZoDTUpMIEJiSgKARNFOaz/pCgMAABQSNoBngtNQkAgSmJCBoBM2U5rO+ECAwQAFBI2gGOC01iQCBKQnUYwLu0q3ebFHNTSPrhs0pTXV9IUBgXQL1COc7CJqt+QXNuqal/RIgMCWBC5P8WPfgM0c0jmimNLf1hQCBAQncPsnbkwgaQTOgaakpBAhMSeAxSZ4iaA4eUqfOpjTN9YUAgXUKvCbJLySp36uesLlhJATNOqelfRMgMDWBn15cFPAmQXPgsAqaqU1z/SFAYJ0Cz0jyaEEjaNY5Ce2bAIFpC/xrkocmedu0u7m33jmi2ZuXdxMgQGAngTOTPGqnN83p+4JmTqOtrwQIrELgo0lOS1IXB3h1V0dcToIAAQIEehV4UZIH9VpxxMUc0Yx48DSdAIHBClyQ5NQkZw22hStsmKBZIbZdESAwK4FzkjwkSa3sPOuXoJn18Os8AQKNBf5ucQXanRrvY/DlBc3gh0gDCRAYscDnk7yku7dmxN3YX9MFzf78bE2AAIGdBC5K8sQkv7/TG6f6fUEz1ZHVLwIEhiRQRzYPS/KqITVqVW0RNKuSth8CBOYuUPfX1FHNC+YGIWjmNuL6S4DAOgX+OcmvJ3nDOhux6n0LmlWL2x8BAnMXqHts6mbO2awcIGjmPuX1nwCBdQh8uruZ8wnr2Pmq9yloVi1ufwQIELhC4Lwkb1ksBfa7Sf5jyiiCZsqjq28ECIxBoD6vqQsE6n6bSb4EzSSHVacIEBiZQD3H5l3d6bTJPctG0IxsNmouAQKTFnhPktcneW53am0SnRU0kxhGnSBAYGICtUbaO5P8bZIKn6+OuX+CZsyjp+0ECMxB4BOLx0N/Msn5SS7dRYfrGWP15xtJ/jHJZ5Pcpgurs5N8LsnFi5UKPtPV++Yuau7rLYJmX3w2JkCAwBUCRxxRv07//3X55YN8puTXu8D5VJIKnQqwDyf5wOLx019IclmL8RQ0LVTVJEBgdgKbg6YABho2m8fmy0nen+Svkrw9SYVQHe309hI0vVEqRIDAnAVGHDQbh61Os52b5JlJ3pHkf/oYU0HTh6IaBAjMXmAiQbMcxwuTvC7JmYsHt211ufWRSa7dvblOuR3yJWh2EvJ9AgQI7EJgYkGz7HGtWPCn3Q2ldbSzfFXQnJjkmCQf6y4+2FZJ0OxiAnkLAQIEdhKYaNBUt+vqtb9P8pxNqxdUyByV5JIkh7xyTdDsNHt8nwABArsQmHDQLHtfn9c8rfv8ph7ktuuXoNk1lTcSIEBge4EZBE11vi6PrptIH7mXlQsEjZ8cAgQI9CAwk6BZStVCoBU2/7aBrj632fIUmqDpYYIpQYAAgZkFTQ14Xf782CRv7Ua/Pq+poDnoTlVB4+eDAAECPQhsFTRVdiQ3bR6uQD2a+oFJ3neoAoLmcHltR4AAgQ0CMw2aEqgjmlOSfHS7CSFo/KgQIECgB4EZB03pvWyxdM3JSS7YilLQ9DDBlCBAgMDMg6butTl1sVrAHwkaPwsECBBoJDDzoCnVevzAfZK8eTOxI5pGk05ZAgTmJSBo/m+83734c7fukQNXTgBBM6+fBb0lQKCRgKC5EvYJizXQntQtTVOXPF8maBpNOmUJEJiXwAzvo9lugGupmjsneW+SuonzckEzr58FvSVAoJGAoDkAtp5n84juK0cLmkaTTlkCBOYlIGgOGO96vMD9k7wzybGCZl4/C3pLgEAjAUFzEOxfJrlvfVXQNJp0yhIgMC+BzUEz8aVndjO45yS5a5KLBc1uuLyHAAECOwgImoOA6pk1j0tylqDx40OAAIEeBATNloivS3IvQdPDBFOCAAECG4PGabMr58O/JDlJ0Pj5IECAQA8CgmZLxAuTPFzQ9DDBlCBAgMAyaBzNHDAX6kForxA0fj4IECDQg4Cg2RbxQ4KmhwmmBAECBCpoHM1sOQ/eL2j8fBAgQKAHAUGzLeLnBU0PE0wJAgQIENhW4EuCxuwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgIGjMAQIECBBoKiBomvIqToAAAQKCxhwgQIAAgaYCgqYpr+IECBAgUEFzUZLjURAgQIAAgRYCFTQXJ7lqi+JqEiBAgACBCppLkhyDggABAgQItBCooHl3ktu2KK4mAQIECBCooHlOkoegIECAAAECLQQqaB6Z5I9bFFeTAAECBAhU0HxPknOTHIeDAAECBAj0LVBBU1ecvSfJrfourh4BAgQIEKigqddLk5yEgwABAgQI9C2wDJq7JPmbvourR4AAAQIElkFzrSTvTXITJAQIECBAoE+BZdBUzVOT/EGfxdUiQIAAAQIbg+ZGST6Y5JpYCBAgQIBAXwIbg6ZqvjrJPfsqrg4BAgQIENgcNLdJco5FNk0MAgQIEOhLYHPQ1P+/LMm9+9qBOgQIECAwb4HNQVMaP5TkzUmuPm8avSdAgACBPgS2Cpqq++Qkp/WxAzUIECBAYN4C2wXNLZK8Jcm3z5tH7wkQIEBgvwLbBU3VfUCS5yc5ar87sT0BAgQIzFfgUEFTKo9L8sT58ug5AQIECOxXYKegqZs335Tk1vvdke0JECBAYJ4COwVNqdw8ydlJTpwnkV4TIECAwH4Etgua+vrlGwrfNcmLFk/ivM5+dmZbAgQIEJifwKGC5sgkl20g+fEkf53kavNj0mMCBAgQOFyBQ506q6vNNgZN7eNHk7wgyc0Od4e2I0CAAIF5CezmM5rNIt+7+Lzmed0KAvPS0lsCBAgQ2LPA4QRN7eR6Sf4syd33vEcbECBAgMCsBHYbNMcnqT+f36Bz1SRnJblfkvo8x4sAAQIECBwksNugqQ0raI5O8pVNVX528b2nJPkuvgQIECBAYLPAXoKmtj0myXGLxz5fuKlQ3Wvzc4tLoh+/eBz0t2AmQIAAAQJLgb0GzcbtNl/+XN/7xe5ZNrdKUn+8CBAgQGDmAocbNEu25Wcz39zkeN0kD03y4CTfPXNj3SdAgMCsBfYbNEu8re65qe+dkORGSU7qjnbq1NsNZi2u8wQIEJiZQF9BU2xVq/5sPrpZktZnNxU0dYTzsSTX6D7vqZtCL1g8bO3Y7mKD+gyo6ny1e8pnHTVdsngQ29e7G0i/1n2/6tXX6yKF2nZ5kUI9GbSujrt+97WrdLWqXf/VBV3to9pSr9p/1flS16ZrJflGktquany8W46nluSpfdyk265qXdQF6X937aj/r2f41GKk70ry/V3dT3a1q15drffv3eMXqt6lXb1qU/V12bbqR7Wt/tTfK6A/17W12redc1lU26vu+d1/y7L6W/8gqAs66vvL7Wscqs31tRqHL3T9rLZUW6vfX0xSLstxqG3LuNpa36991T8oamyqndW/etWY1dFt2darxqrGrT7jq7aV07J/td/avr62bGv1s+ZCvaduEq79Vft/YrHY6x2607NV04sAgQEL9Bk0A+7mKJt24y4MzutaX2N1w+6Xf4Xc8oKMCoT6Zb9xbbqtOrwc653et3nbjevebfx77beCa7nvCrh6LYNn+d7lZ3n19fracpsKq43/MFl+f+OcXNberu31j5b7LEK91uK77ShHWaMJzEBA0Ax7kLc7Sqx/1S+XB6ojjTpiqaOHem11kcYqelkBUu2to5BVv26/OFo9JckPd6uNr3r/9keAwCEEphQ0e+nL8l/PG2m2+tq6Js/yqGN51FChsvzXfZ3qqlNwn05ycXdKrv67/Jzs2t1pqTrNVKe66sih6ixPQS2POrY6ctlvf/d6tLTf/W3e/r7dBSh36buwegQIHL7AXn45H/5ebLlfgfqspAJjedRS9ZZHEPX1ZQhVoCw/e1ke9dT36vEOFTz1WdKhPkfbbzu32n5j+Gyeb4f63m7aslWw1SnHup/rjp6htBtC7yHQXkDQtDfuYw/LU2jLWsswqWCpD/Lr/+vD9O1OW9WH6/W9zb+YN37m0kc7h1Tjt7vTaa5yHNKoaMssBQTNuIa9PnCvq6yWV3EtW7+8n6n+u47PSIaqeM/FVYIv7K7aG2obtYvA5AUEzTiHuC53rkuK63Lg5avGsk6XVRDVkUtdar35eULj7O3+Wl2f1zw1yS33V8bWBAgcroCgOVw5241JoFaoeGySW4yp0dpKYCoCgmYqI6kfOwnca3G13rO6G0h3eq/vEyDQo4Cg6RFTqcEL1FHNb1phfPDjpIETExA0ExtQ3dlR4OlJ6n6bWhrHiwCBFQgImhUg28XgBN6Y5KcG1yoNIjBRAUEz0YHVrUMK3HSxCOhzu4U5UREg0FhA0DQGVn6wArU22hnusRns+GjYhAQEzYQGU1f2LFA3cz5wz1vZgACBPQkImj1xefPEBGrlgNPdXzOxUdWdwQkImsENiQatWKCuQnvUivdpdwRmJSBoZjXcOruFwO0Wqzw/z3NszA0C7QQETTtblccj8CeLx2Q/YjzN1VIC4xIQNOMaL61tI3DnJGe3Ka0qAQKCxhwgcMUTSOu+mlp804sAgZ4FBE3PoMqNVqAuc67Lnb0IEOhZQND0DKrcaAVOSPLZ0bZewwkMWEDQDHhwNG2lAsd1RzQnrXSvdkZgBgKCZgaDrIu7Fjg5ybN3/W5vJEBgVwKCZldM3jQTgXoC50dm0lfdJLAyAUGzMmo7GoFAXX32xSTXHEFbNZHAaAQEzWiGSkNXJPCJxUoBJ65oX3ZDYBYCgmYWw6yTexB4X5If3MP7vZUAgR0EBI0pQuBAgbcmuT0UAgT6ExA0/VmqNA2B1ya5+zS6ohcEhiEgaIYxDloxHIFXJfn54TRHSwiMX0DQjH8M9aBfAU/d7NdTNQIRNCYBgQMFBI0ZQaBnAUHTM6hyoxcQNKMfQh0YmoCgGdqIaM+6BQTNukfA/icnIGgmN6Q6tE8BQbNPQJsT2CwgaMwJAj6jMQcINBUQNE15FR+hgCOaEQ6aJg9bQNAMe3y0bvUCgmb15vY4cQFBM/EB1r09C7woyQP2vJUNCBDYVkDQmBwEDhT48yT3h0KAQH8CgqY/S5WmIfDA7pHO0+iNXhAYgICgGcAgaMKgBGrl5lrB2YsAgZ4EBE1PkMpMRuDeSV4+md7oCIEBCAiaAQyCJgxK4JQkzxpUizSGwMgFBM3IB1Dzexe4XpK3Jblp75UVJDBTAUEz04HX7UMKeJyzCUKgRwFB0yOmUpMQ+NYkH0lywiR6oxMEBiAgaAYwCJowKIFjkzw/yX0H1SqNITBiAUEz4sHT9GYCpyV5UuLBgM2EFZ6VgKCZ1XDr7C4Fbp3k3UmO2uX7vY0AgUMICBrTg8DBAjdK8pYkN4ZDgMD+BQTN/g1VmKbA85L88jS7plcEVisgaFbrbW/jEbhfkhePp7laSmC4AoJmuGOjZesVqM9p3pjk2utthr0TGL+AoBn/GOpBG4H62Xiu02dtcFWdl4Cgmdd46+3eBO6V5BUuc94bmncT2CwgaMwJAtsL1M2br1usfXYnSAQIHL6AoDl8O1vOQ+DuSV69uIHzmHl0Vy8J9C8gaPo3VXFaAtdIcu7iCrSbTatbekNgdQKCZnXW9jRegZMXi2w+w1HNeAdQy9crIGjW62/v4xC4SpLXL1YLuOM4mquVBIYlIGiGNR5aM1yBeyR5jfXPhjtAWjZcAUEz3LHRsmEJHJnkzCQPH1aztIbA8AUEzfDHSAuHI/BtSd6R5DuH0yQtITB8AUEz/DHSwmEJPHZx+uz3khw9rGZpDYHhCgia4Y6Nlg1X4FlJThlu87SMwLAEBM2wxkNrxiMgbMYzVlq6ZgFBs+YBsPvRCly/ezjazUfbAw0nsCIBQbMiaLuZpMAPdMvTfMcke6dTBHoSEDQ9QSozW4EfSXJ2kqvPVkDHCewgIGhMEQL7F6iHpL0kidNo+7dUYYICgmaCg6pLaxG4ZZJnL45ubreWvdspgQELCJoBD46mjU7g+CRnWD1gdOOmwY0FBE1jYOVnJ1A3cv5qktMXoXO12fVehwlsISBoTAsCbQTqqZxPXjyh87ZtyqtKYDwCgmY8Y6Wl4xOoy57rxs6ftGTN+AZPi/sTEDT9WapEoH6eLt/EUF+rx0Gf5kIBE2SuAoJmriOv36sWuGGSuyV5sMBZNb39rVtA0Kx7BOx/bgInLo56Ht99dnO9xTNurjs3AP2dn4Cgmd+Y6/EwBOpS6BskeUKS70tS9+F4EZikgKCZ5LDq1MgETuguiT4uyS8luenI2q+5BA4p8L8kK4da57vmUgAAAABJRU5ErkJggg==' x='0' y='0' width='410' height='350'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='410' height='350' viewBox='0 0 410 350'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='410' height='350'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    border-radius: var(--gorent-bdr-radius);
}

.why-choose-one__title {
    font-size: 22px;
    color: var(--gorent-white);
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 17px;
}

.why-choose-one__text {
    color: var(--gorent-white);
    opacity: .70;
}

.gallery-one {
    position: relative;
    display: block;
}

.gallery-one__carousel {
    position: relative;
    display: block;
}

.gallery-one__single {
    position: relative;
    display: block;
}

.gallery-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.gallery-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--gorent-black-rgb), .85);
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.gallery-one__single:hover .gallery-one__img:before {
    opacity: 1;
    transform: translateY(0px);
}

.gallery-one__img img {
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.gallery-one__single:hover .gallery-one__img img {
    transform: scale(1.1) rotate(2deg);
}

.gallery-one__img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--gorent-white);
    opacity: 0;
    transform: translateY(100px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.gallery-one__single:hover .gallery-one__img a {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.gallery-one__img a:hover {
    color: var(--gorent-base);
}

.contact-one {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.contact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .05;
    z-index: -1;
}

.contact-one__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.contact-one__img img {
    width: auto;
    animation: topBottom 3s ease-in-out infinite;
}

.contact-one__left {
    position: relative;
    display: block;
    margin-right: 80px;
}

.contact-one__left .section-title__title {
    color: var(--gorent-white);
}

.contact-one__form {
    position: relative;
    display: block;
}

.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-one__input-box input[type="text"], .contact-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--gorent-white-rgb), .70);
    display: block;
    border-radius: var(--gorent-bdr-radius);
}

.contact-one__input-box .select-box {
    width: 100%;
}

.contact-one__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: rgba(var(--gorent-white-rgb), .70);
    font-weight: 400;
    border-radius: var(--gorent-bdr-radius);
    line-height: 60px;
    display: block;
    float: none;
}

.contact-one__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid rgba(var(--gorent-white-rgb), .70);
    border-right: 2px solid rgba(var(--gorent-white-rgb), .70);
    margin-top: 0px;
    z-index: 10;
}

.contact-one__input-box .nice-select .option {
    color: var(--gorent-white);
}

.contact-one__input-box .nice-select .option.selected {
    font-weight: 500;
}

.contact-one__input-box .nice-select .list {
    background-color: var(--gorent-base);
}

.contact-one__input-box .nice-select .option:hover, .contact-one__input-box .nice-select .option.focus, .contact-one__input-box .nice-select .option.selected.focus {
    color: var(--gorent-white);
}

.contact-one__input-box textarea {
    height: 175px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-white-rgb), .10);
    padding: 15px 20px 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--gorent-white-rgb), .70);
    position: relative;
    display: block;
    border-radius: var(--gorent-bdr-radius);
}

.contact-one__input-box.text-message-box {
    height: 175px;
}

.contact-one__btn-box {
    position: relative;
    display: block;
}

.contact-one__btn-box .thm-btn {
    border: none;
}

.contact-one__btn-box .thm-btn::after {
    background-color: var(--gorent-white);
}

.contact-one__btn-box .thm-btn:hover {
    color: var(--gorent-black);
}

.contact-info {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.contact-info__single {
    position: relative;
    display: block;
    border-radius: var(--gorent-bdr-radius);
    background-color: rgba(var(--gorent-bdr-color-rgb), .70);
    text-align: center;
    padding: 40px 20px 41px;
    margin-bottom: 30px;
}

.contact-info__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.contact-info__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--gorent-black);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
    transform: scaleX(1);
}

.contact-info__icon span {
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: var(--gorent-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
    transform: scale(0.9);
    color: var(--gorent-white);
}

.contact-info__single p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contact-info__single h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--gorent-black) !important;
}

.contact-info__single h3 a {
    color: var(--gorent-black);
}

.contact-info__single h3 a:hover {
    color: var(--gorent-base)
}

.contact-page {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.contact-page__inner {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    border-radius: 20px;
    padding: 60px 0 60px;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 10px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 523px;
    width: 100%;
    border-radius: 20px;
}

.contact-page__right {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 40px;
}

.contact-page__form-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1.44px;
    color: var(--gorent-white);
    margin-bottom: 26px;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box input[type="text"], .contact-page__input-box input[type="email"], .contact-page__input-box input[type="number"] {
    height: 57px;
    width: 100%;
    background-color: rgba(var(--gorent-white-rgb), 0.05);
    border: 1px solid rgba(var(--gorent-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--gorent-gray);
    display: block;
    border-radius: 10px;
}

.contact-page__input-box .select-box {
    width: 100%;
}

.contact-page__input-box .nice-select {
    height: 57px;
    width: 100%;
    background-color: rgba(var(--gorent-white-rgb), 0.05);
    border: 1px solid rgba(var(--gorent-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--gorent-gray);
    display: block;
    font-weight: 400;
    border-radius: 20px;
    line-height: 57px;
    float: none;
}

.contact-page__input-box textarea {
    font-size: 16px;
    color: var(--gorent-gray);
    height: 175px;
    width: 100%;
    background-color: rgba(var(--gorent-white-rgb), 0.05);
    border: 1px solid rgba(var(--gorent-white-rgb), .10);
    padding: 15px 20px 30px;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    position: relative;
    display: block;
}

.contact-page__input-box.text-message-box {
    height: 175px;
}

.contact-page__btn-box {
    position: relative;
    display: block;
}

.contact-page__btn-box .thm-btn {
    border: none;
}

.contact-page__btn-box .thm-btn:hover {
    color: var(--gorent-black);
}

.contact-page__btn-box .thm-btn::before, .contact-page__btn-box .thm-btn::after {
    background-color: var(--gorent-white);
}

.page-header {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--gorent-black);
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    height: 87px;
    z-index: -1;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite;
}

.page-header__inner {
    position: relative;
    display: block;
    padding: 70px 0 115px;
    z-index: 15;
}

.page-header__inner h3 {
    font-size: 44px;
    color: var(--gorent-white);
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.thm-breadcrumb__inner {
    position: relative;
    display: block;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: var(--gorent-white);
    text-transform: uppercase;
    font-family: var(--gorent-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li + li {
    margin-left: 5px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: var(--gorent-white);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--gorent-base);
    opacity: 1;
}

.thm-breadcrumb li span {
    font-size: 12px;
    color: var(--gorent-base);
}

.custom-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0.5rem;
}

.footer-cityscape {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 5;
    pointer-events: none;
}

.search-car {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    z-index: 1;
}

.search-car__shape-1 {
    position: absolute;
    top: 150px;
    left: -300px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.search-car__shape-2 {
    position: absolute;
    top: -255px;
    right: -300px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 181, 29, 0.62) 0%, rgba(19, 18, 34, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.search-car__inner {
    position: relative;
    display: block;
    padding: 30px;
    border-radius: var(--gorent-bdr-radius);
    margin-right: 50px;
    box-shadow: 2px 3px 24px 0 rgba(106, 105, 194, 0.25);
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 1);
}

.search-car__tab-box {
    position: relative;
    display: block;
}

.search-car__tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.search-car__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
}

.search-car__tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-left: 0;
}

.search-car__tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--gorent-white);
    background-color: var(--gorent-black);
    padding: 17px 30px 17px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    overflow: hidden;
    z-index: 1;
}

.search-car__tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--gorent-black);
}

.search-car__tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--gorent-base);
    border-radius: 10px;
    background-position: top bottom;
    opacity: 0;
    transform: translateY(10px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.search-car__tab-box .tab-buttons .tab-btn.active-btn span:before {
    opacity: 1;
    transform: translateY(0%);
}

.search-car__tab-box .tabs-content {
    position: relative;
    display: block;
}

.search-car__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.search-car__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.search-car__tab-box .tabs-content__inner {
    position: relative;
    display: block;
}

.search-car__form {
    position: relative;
    display: block;
}

.search-car__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.search-car__input-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--gorent-black);
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 8px;
}

.search-car__input-title span {
    font-size: 18px;
}

.search-car__input-box input[type="text"], .search-car__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--gorent-gray);
    display: block;
}

.search-car__input-box .select-box {
    width: 100%;
}

.search-car__input-box .nice-select {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
    outline: none;
    font-size: 16px;
    color: var(--gorent-gray);
    font-weight: 400;
    border-radius: 25px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    float: none;
}

.search-car__input-box .nice-select:after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--gorent-gray);
    border-right: 2px solid var(--gorent-gray);
    margin-top: 0px;
    z-index: 10;
}

.search-car__input-box .nice-select .option {
    color: var(--gorent-white);
}

.search-car__input-box .nice-select .option.selected {
    font-weight: 500;
}

.search-car__input-box .nice-select .list {
    background-color: var(--gorent-base);
    border-radius: var(--gorent-bdr-radius);
}

.search-car__input-box .nice-select .option:hover, .search-car__input-box .nice-select .option.focus, .search-car__input-box .nice-select .option.selected.focus {
    color: var(--gorent-white);
}

.search-car__btn-box {
    position: relative;
    display: block;
}

.search-car__btn-box .thm-btn {
    border: none;
}

.banner-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: rgba(var(--gorent-extra-rgb), .30);
    padding: 146px 0 177px;
    z-index: 1;
}

.banner-one__shape-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    mix-blend-mode: difference;
    z-index: -1;
}

.banner-one__shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 360px;
    background-color: var(--gorent-base);
    z-index: 1;
}

.banner-one__shape-1-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.banner-one__shape-2 {
    position: absolute;
    top: -400px;
    bottom: -535px;
    left: -290px;
    width: 808px;
    background-color: var(--gorent-base);
    z-index: -1;
    transform: rotate(-45deg);
    opacity: .05;
}

.banner-one__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.banner-one__content {
    position: relative;
    display: block;
}

.banner-one__sub-title {
    font-size: 20px;
    color: var(--gorent-black);
    font-weight: 500;
}

.banner-one__title {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}

.banner-one__title span {
    color: var(--gorent-base);
}

.banner-one__text {
    color: rgba(var(--gorent-black-rgb), .70);
}

.banner-one__btn-box {
    position: relative;
    display: block;
    margin-top: 42px;
}

.banner-one__img-one {
    position: absolute;
    bottom: 0;
    right: -200px;
}

.banner-one__img-one img {
    width: auto;
}

.form-control {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
    background-color: rgba(var(--gorent-white-rgb), .70);
    width: 100%;
    height: 60px;
    color: var(--gorent-black);
    font-size: 16px;
    font-family: var(--gorent-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 15px;
    padding-right: 30px;
    outline: none;
    transition: all 500ms ease;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--gorent-base);
    outline: 0;
    box-shadow: none;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 0.895rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' %3e%3cpath fill= 'none' stroke= '%23343a40' stroke-linecap= 'round' stroke-linejoin= 'round' stroke-width= '2' d= 'M2 5l6 6 6-6' /%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid rgba(var(--gorent-black-rgb), .10);
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

.form-select::placeholder {
    color: #B0A898;
}

.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--gorent-base);
    outline: 0;
    box-shadow: none;
}

.search-car__form .form-control[readonly] {
    background: transparent;
}

.icon-inside {
    position: absolute;
    right: 15px;
    top: calc(50% - 11px);
    pointer-events: none;
    font-size: 18px;
    color: #c4c3c3;
    z-index: 3;
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
    height: auto;
    padding-top: .700rem;
    padding-bottom: .700rem;
}

.form-select:not(.form-select-sm) {
    height: calc(3.05rem + 2px);
    min-height: 100%;
    padding-top: .700rem;
    padding-bottom: .700rem;
}

.form-select:not(.form-select-sm).border-0 {
    height: calc(3.00rem + 2px);
}

.form-select-sm {
    padding-left: 5px !important;
    font-size: 14px;
}

html:not([dir="rtl"]) .rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-check-input:checked {
    background-color: var(--gorent-base);
    border-color: var(--gorent-base);
}

.section-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 30px;
}

.page-title {
    background-color: #e9ecef;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #343a40;
}

.cab-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-size: 1rem;
    font-weight: 400;
}

.cab-link:hover {
    background-color: #e2e6ea;
    border-color: #adb5bd;
    color: #212529;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cab-link.highlighted {
    background-color: var(--gorent-base);
    border-color: var(--gorent-base);
    color: #495057;
    font-weight: 500;
}

.cab-link.highlighted:hover {
    background-color: var(--gorent-base);
    border-color: var(--gorent-base);
}

.cab-link .fas {
    margin-right: 10px;
    color: #6c757d;
    font-size: 1.1em;
}

.cab-link .link-text {
    flex-grow: 1;
    text-align: left;
}

@media (min-width: 768px) {
    .cab-col {
        padding: 0 10px;
    }
}

.text-primary {
    color: var(--gorent-base) !important;
}

.car-card {
    background-color: #ffffff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.car-image {
    flex: 0 0 auto;
    width: 150px;
    height: auto;
    margin-right: 20px;
    border-radius: 10px;
}

.car-details {
    flex-grow: 1;
    margin-right: 20px;
}

.car-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 5px;
}

.car-name .or-similar {
    font-size: 0.8rem;
    font-weight: 400;
    color: #6c757d;
    background-color: #e9ecef;
    padding: 3px 8px;
    border-radius: 5px;
    margin-left: 10px;
}

.car-specs {
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 10px;
}

.car-specs i {
    margin-right: 5px;
    color: #6c757d;
}

.car-model-list {
    font-size: 0.85rem;
    color: #6c757d;
}

.car-features {
    flex: 0 0 auto;
    text-align: center;
    margin-right: 20px;
}

.feature-icon {
    font-size: 2.5rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.feature-text {
    font-size: 0.85rem;
    color: #495057;
}

.car-pricing {
    flex: 0 0 auto;
    margin-right: 20px;
    text-align: right;
}

.original-price {
    font-size: 1.1rem;
    color: #adb5bd;
    text-decoration: line-through;
    margin-bottom: 0;
}

.discounted-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.save-text {
    font-size: 0.85rem;
    color: #28a745;
    font-weight: 500;
}

.extra-info {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: center;
    margin-top: 10px;
}

.car-actions {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-details {
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 0.9rem;
    transition: all 0.2s ease-in-out;
}

.btn-details:hover {
    background-color: #dee2e6;
    color: #343a40;
}

.btn-select {
    background-color: var(--gorent-base);
    color: #212529;
    border: none;
    border-radius: 88px;
    padding: 8px 15px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.btn-select:hover {
    background-color: #e0a800;
    color: #212529;
}

.collapse-content {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.nav-tabs .nav-link {
    border-radius: 8px 8px 0 0;
    color: #495057;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    background-color: #f1f3f5;
    color: #000;
    border-color: #dee2e6 #dee2e6 #f1f3f5;
}

.tab-content {
    background-color: #f1f3f5;
    border-radius: 0 0 8px 8px;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
}

.tab-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.tab-content ul li {
    margin-bottom: 8px;
    color: #343a40;
    font-size: 0.95rem;
}

.tab-content ul li i {
    margin-right: 8px;
    color: #28a745;
}

.tab-content .info-point {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #343a40;
}

.tab-content .info-point i {
    margin-right: 8px;
    color: #007bff;
}

@media (max-width: 767.98px) {
    .footer-cityscape {
        top: -59px;
    }
}

.content-section {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 30px;
}

.section-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 20px;
}

.section-text {
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.6;
}

.section-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 768px) {
    .content-section .row {
        align-items: center;
    }

    .content-section.reverse-layout .col-md-6:first-child {
        order: 2;
    }

    .content-section.reverse-layout .col-md-6:last-child {
        order: 1;
    }
}

ul.custom-list-icons li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

ul.custom-list-icons li i {
    margin-right: 0.75rem;
    color: var(--gorent-base);
}

.card {
    background-color: #fff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 7%);;
}

.form-select-round {
    border-radius: 10px;
}

.form-group {
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .search-car__btn-box .thm-btn {
        border: none;
        width: 100%;
        justify-content: center;
    }
}

.form-check-input:focus {
    border-color: var(--gorent-base);
    outline: 0;
    box-shadow: 0 0 0 .25rem #ffeb3b5e;
}

.review-booking-page {
    background-color: #ecf3f5;
    min-height: 100vh;
    padding: 2rem 0;
}

.breadcrumb-section {
    background-color: #ecf3f5;
    padding: 1.5rem 0;
}

.breadcrumb-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.breadcrumb-nav {
    color: #666;
    font-size: 0.95rem;
}

.breadcrumb-nav a {
    color: #666;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    color: #00BCD4;
}

.vc-card {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.vc-card__header {
    background-color: #fffef2;
    padding: 14px 22px 12px;
    border-bottom: 1px solid #e8e8e8;
}

.vc-card__package-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.4;
}

.vc-card__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px;
    background-color: #f9ec7d2e;
    border-bottom: 1px solid #ffeb3b3d;
    gap: 12px;
    flex-wrap: wrap;
}

.vc-card__meta-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #444;
}

.vc-card__days, .vc-card__kms {
    display: flex;
    align-items: center;
    gap: 4px;
}

.vc-card__days i, .vc-card__kms i {
    color: #888;
    font-size: 13px;
}

.vc-card__dot-line {
    display: flex;
    align-items: center;
    gap: 3px;
}

.vc-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #aaa;
    display: inline-block;
}

.vc-line {
    display: inline-block;
    width: 40px;
    border-top: 2px dashed #aaa;
}

.vc-back-btn {
    background-color: var(--gorent-base);
    color: #333;
    border: none;
    padding: 8px 22px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease;
    white-space: nowrap;
}

.vc-back-btn:hover {
    background-color: #159e93;
}

.vc-card__details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px 16px;
    gap: 16px;
    flex-wrap: wrap;
}

.vc-card__car-info {
    flex: 1;
}

.vc-card__car-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.vc-card__new-badge {
    background-color: #e53935;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vc-card__car-subtitle {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
    font-weight: 500;
}

.vc-card__car-specs {
    font-size: 0.88rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.vc-card__car-specs i {
    color: #999;
    font-size: 12px;
}

.vc-separator {
    color: #bbb;
    font-weight: 700;
}

.vc-card__car-image-wrap {
    position: relative;
    flex: 0 0 auto;
    background: #f4f6f9;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 130px;
}

.vc-card__car-image {
    width: 140px;
    height: auto;
    object-fit: contain;
    display: block;
    padding: 8px;
}

.vc-card__car-label {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #e53935;
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 8px;
}

.vehicle-card {
    background: white;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.vehicle-header {
    align-items: flex-start;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
    background-color: #fffad0c4;
    padding: 16px 25px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
}

.vehicle-type {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.vehicle-route {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.vehicle-route h5 {
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
    color: #333;
}

.route-separator {
    color: #999;
    font-size: 1rem;
}

.vehicle-datetime {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.95rem;
}

.back-btn {
    background-color: var(--gorent-base);
    color: #333;
    border: none;
    padding: 0.6rem 1.8rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.back-btn:hover {
    background-color: #333;
    color: #fff;
}

.vehicle-details {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    padding: 0 25px 10px;
}

.vehicle-box {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    align-self: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.vehicle-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #333;
}

.vehicle-badge {
    background-color: #FF4444;
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 700;
    margin-left: 0.5rem;
    text-transform: uppercase;
}

.vehicle-subtitle {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
}

.vehicle-specs {
    color: #666;
    font-size: 0.9rem;
}

.vehicle-image {
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 0.25rem;
    display: block;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 10px;
}

.vehicle-image-label {
    background-color: #FF4444;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 0 0 8px 8px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-top: -5px;
    white-space: nowrap;
}

.inclusions-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.inclusions-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.inclusion-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.inclusion-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.inclusion-icon {
    font-size: 1.8rem;
    color: var(--gorent-base);
}

.inclusion-content h6 {
    font-weight: 700;
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

.inclusion-content p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}

.policies-link {
    color: var(--gorent-base);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.policies-link:hover {
    color: #333;
}

.cancellation-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cancellation-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.view-policy-link {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.view-policy-link:hover {
    color: var(--gorent-base);
}

.contact-form-card {
    background: white;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-form-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-group label .text-danger {
    color: #FF4444;
}

.form-control-sm {
    height: 55px !important;
}

.phone-input {
    display: flex;
    gap: 0.5rem;
}

.country-code {
    width: 100px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.checkbox-group label {
    margin: 0;
    font-weight: 400;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.radio-group input[type="radio"] {
    width: 18px;
    height: 18px;
}

.pay-options-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.09);
    padding: 22px 22px 18px;
    position: sticky;
    top: 20px;
    border: 1px solid #e8e8e8;
}

.pay-options-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.pay-option {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fffef2;
    border: 1.5px solid #f3e973;
    border-radius: 10px;
    padding: 12px 14px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: border-color 0.2s;
}

.pay-option:hover {
    border-color: #1abcb0;
}

.pay-option__radio input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--gorent-base);
    cursor: pointer;
}

.pay-option__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pay-option__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
}

.pay-option__desc {
    font-size: 0.8rem;
    color: #888;
}

.pay-option__amount {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    white-space: nowrap;
}

.pay-options-card__book-btn {
    display: block;
    width: 100%;
    background-color: var(--gorent-base);
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    padding: 13px 20px;
    cursor: pointer;
    transition: background-color 0.25s ease;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.pay-options-card__book-btn:hover {
    background-color: var(--gorent-base);
}

.pay-options-card__divider {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 14px;
}

.pay-fare-breakup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 4px 0;
    user-select: none;
}

.pay-fare-breakup__label {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1a2e;
}

.pay-fare-breakup__icon {
    font-size: 1.3rem;
    font-weight: 700;
    color: #555;
    line-height: 1;
}

.pay-fare-breakup__body {
    margin-top: 12px;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}

.pay-fare-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.88rem;
    color: #555;
    padding: 5px 0;
    border-bottom: 1px dashed #f0f0f0;
}

.pay-fare-row:last-child {
    border-bottom: none;
}

.pay-fare-row--total {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a2e;
    margin-top: 4px;
    padding-top: 8px;
    border-bottom: none;
}

.booking-summary-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
}

.booking-summary-title {
    background-color: #fffad0c4;
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 10px 10px 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-label {
    font-weight: 600;
    color: #333;
}

.summary-value {
    color: #666;
    text-align: right;
}

.operator-note {
    background-color: #FFF3E0;
    border-left: 3px solid #FF9800;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    display: flex;
    align-items: start;
    gap: 0.5rem;
}

.coupon-section {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.coupon-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.coupon-input-group {
    display: flex;
    gap: 0.5rem;
}

.coupon-input {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.apply-btn {
    background-color: var(--gorent-base);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.payment-options {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.payment-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border: 2px solid #eee;
    border-radius: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
}

.payment-option.selected {
    border-color: var(--gorent-base);
    background-color: #E0F7FA;
}

.payment-method {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.payment-amount {
    font-weight: 700;
    font-size: 1.1rem;
}

.pay-now-btn {
    background-color: var(--gorent-base);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pay-now-btn:hover {
    background-color: #00ACC1;
}

.fare-breakup-link {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 1rem;
}

.fare-breakup-link:hover {
    color: var(--gorent-base);
}

.car-include {
    color: #000;
    background-color: #fff9e5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    gap: 10px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .booking-summary-card {
        position: static;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .car-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .car-features {
        flex: 0 0 100%;
        text-align: center;
        display: flex;
        align-items: center;
        margin: 10px 0 0;
        gap: 15px;
    }

    .car-pricing {
        text-align: center;
        margin-top: 15px;
    }

    .car-actions {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        flex-direction: row !important;
    }

    .car-specs {
        font-size: 0.675rem;
        color: #495057;
        margin-bottom: 5px;
    }

    .feature-icon {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: .5rem 0.5rem;
    }

    .breadcrumb-section {
        padding: 1rem 0;
    }

    .breadcrumb-title {
        font-size: 1.5rem;
    }

    .review-booking-page {
        padding: 1rem 0;
    }

    .vehicle-card {
        border-radius: 12px;
        margin-bottom: 1rem;
    }

    .vehicle-header {
        padding: 12px 15px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .vehicle-type {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
    }

    .vehicle-route {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .vehicle-route h5 {
        font-size: 1rem;
    }

    .route-separator {
        font-size: 0.85rem;
    }

    .vehicle-datetime {
        font-size: 0.85rem;
        width: 100%;
        justify-content: flex-start;
    }

    .back-btn {
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
        width: 100%;
        margin-top: 0.5rem;
    }

    .vehicle-details {
        padding: 10px 15px 15px;
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .vehicle-name {
        font-size: 1.1rem;
    }

    .vehicle-badge {
        font-size: 0.65rem;
        padding: 0.15rem 0.5rem;
    }

    .vehicle-subtitle {
        font-size: 0.9rem;
    }

    .vehicle-specs {
        font-size: 0.85rem;
    }

    .vehicle-box {
        width: 100%;
        align-self: center;
        text-align: center;
    }

    .vehicle-image {
        max-width: 200px;
        max-height: 150px;
        padding: 15px;
    }

    .vehicle-image-label {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        width: 100%;
        text-align: center;
        border-radius: 0 0 12px 12px;
        margin-top: 0;
    }

    .inclusions-card, .cancellation-card, .contact-form-card {
        padding: 1rem;
        margin-bottom: 1rem;
        border-radius: 8px;
    }

    .inclusions-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .inclusion-item {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        gap: 0.75rem;
    }

    .inclusion-icon {
        font-size: 1.5rem;
    }

    .inclusion-content h6 {
        font-size: 0.95rem;
    }

    .inclusion-content p {
        font-size: 0.85rem;
    }

    .policies-link {
        font-size: 0.9rem;
    }

    .cancellation-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .cancellation-title {
        font-size: 1rem;
    }

    .view-policy-link {
        font-size: 0.9rem;
    }

    .contact-form-card {
        padding: 1.25rem;
    }

    .contact-form-title {
        font-size: 1.3rem;
        margin-bottom: 1.25rem;
    }

    .form-group {
        margin-bottom: 0.85rem;
    }

    .form-group label {
        font-size: 0.85rem;
        margin-bottom: 0.35rem;
    }

    .form-control, .form-control-sm {
        padding: 0.55rem 0.65rem;
        font-size: 0.85rem;
    }

    .checkbox-group {
        margin-bottom: 0.65rem;
    }

    .checkbox-group label {
        font-size: 0.85rem;
    }

    .radio-group label {
        font-size: 0.85rem;
    }

    .booking-summary-card {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .booking-summary-title {
        font-size: 1.1rem;
        padding: 0.85rem 1rem;
        margin: -1rem -1rem 1rem -1rem;
    }

    .summary-item {
        margin-bottom: 0.75rem;
        padding-bottom: 0.65rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .summary-label, .summary-value {
        font-size: 0.9rem;
    }

    .summary-value {
        text-align: left;
    }

    .operator-note {
        padding: 0.65rem;
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .coupon-section, .payment-options {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .coupon-title, .payment-title {
        font-size: 1rem;
        margin-bottom: 0.85rem;
    }

    .coupon-input {
        font-size: 0.85rem;
    }

    .apply-btn {
        padding: 0.65rem 1.2rem;
        font-size: 0.85rem;
    }

    .payment-option {
        padding: 0.85rem;
    }

    .payment-amount {
        font-size: 1rem;
    }

    .pay-now-btn {
        padding: 0.85rem;
        font-size: 1rem;
    }

    .fare-breakup-link {
        font-size: 0.9rem;
    }

    .thm-btn {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb-title {
        font-size: 1.3rem;
    }

    .breadcrumb-nav {
        font-size: 0.85rem;
    }

    .vehicle-header {
        padding: 10px 12px;
    }

    .vehicle-route h5 {
        font-size: 0.95rem;
    }

    .vehicle-details {
        padding: 10px 12px 12px;
    }

    .vehicle-name {
        font-size: 1rem;
    }

    .contact-form-title {
        font-size: 1.2rem;
    }

    .booking-summary-title {
        font-size: 1rem;
    }

    .summary-item {
        font-size: 0.85rem;
    }

    .summary-label, .summary-value {
        font-size: 0.85rem;
    }
}

.cancellation-modal ul {
    padding: 0;
}

.cancellation-modal ul li {
    font-size: 14px;
    color: #333;
    list-style: none;
    line-height: 28px;
}

div#social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: var(--gorent-black);
    border: 1px solid rgba(var(--gorent-black-rgb), 0.10);
    background-color: var(--gorent-white);
    border-radius: 50%;
    padding: 20px;
}

div#social-links ul li {
    list-style: none;
}

div#social-links ul {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
}

.gallery {
    position: relative;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 230px;
    text-decoration: none;
}

.gallery img {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.gallery img.gallery-img {
    -o-object-fit: contain;
    object-fit: contain;
}

.confirmation-page {
    background-color: #f8f9fa;
    padding: 3rem 0;
    min-height: 80vh;
}

.success-icon-wrapper {
    text-align: center;
    margin-bottom: 2rem;
}

.success-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: scaleIn 0.5s ease-in-out;
}

.success-icon i {
    font-size: 3rem;
    color: white;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.confirmation-header {
    text-align: center;
    margin-bottom: 3rem;
}

.confirmation-header h1 {
    color: #28a745;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.confirmation-header p {
    color: #6c757d;
    font-size: 1.1rem;
}

.booking-id {
    background: linear-gradient(135deg, var(--gorent-base) 0%, #fdda37 100%);
    color: #333;
    padding: 1rem 2rem;
    border-radius: 10px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.confirmation-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.card-title i {
    color: var(--gorent-base);
    font-size: 1.5rem;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.info-row:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: 600;
    color: #555;
}

.info-value {
    color: #333;
    text-align: right;
    font-weight: 500;
}

.trip-route {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.trip-route .location {
    flex: 1;
    text-align: center;
}

.trip-route .location-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.trip-route .location-type {
    font-size: 0.9rem;
    color: #6c757d;
}

.trip-route .arrow {
    font-size: 2rem;
    color: var(--gorent-base);
}

.vehicle-info {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.vehicle-image-box {
    flex-shrink: 0;
}

.vehicle-image-box img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.vehicle-details-box h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
}

.vehicle-details-box p {
    margin: 0.25rem 0;
    color: #666;
}

.payment-summary {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px dashed #ddd;
}

.payment-row:last-child {
    border-bottom: none;
    margin-top: 0.5rem;
    padding-top: 1rem;
    font-weight: 700;
    font-size: 1.2rem;
}

.payment-row.total {
    color: #28a745;
}

.status-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.status-badge.confirmed {
    background: #d4edda;
    color: #155724;
}

.status-badge.pending {
    background: #fff3cd;
    color: #856404;
}

.status-badge.paid {
    background: #d1ecf1;
    color: #0c5460;
}

.action-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.action-btn {
    flex: 1;
    padding: 1rem 2rem;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

.action-btn.primary {
    background: var(--gorent-base);
    color: #333;
}

.action-btn.primary:hover {
    background: #f0ca00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 219, 44, 0.3);
}

.action-btn.secondary {
    background: white;
    color: #333;
    border: 2px solid #ddd;
}

.action-btn.secondary:hover {
    border-color: var(--gorent-base);
    color: var(--gorent-base);
}

.next-steps {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    padding: 2rem;
}

.next-steps h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
}

.step-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-number {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: white;
}

.step-content p {
    margin: 0;
    opacity: 0.9;
}

.support-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.support-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.support-card p {
    color: #666;
    margin-bottom: 1.5rem;
}

.support-contacts {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.support-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.support-item i {
    color: var(--gorent-base);
    font-size: 1.2rem;
}

.support-item:hover {
    background: #e9ecef;
}

@media (max-width: 767.98px) {
    .confirmation-header h1 {
        font-size: 1.8rem;
    }

    .booking-id {
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }

    .confirmation-card {
        padding: 1.5rem;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .trip-route {
        flex-direction: column;
        gap: 0.5rem;
    }

    .trip-route .arrow {
        transform: rotate(90deg);
    }

    .vehicle-info {
        flex-direction: column;
        text-align: center;
    }

    .action-buttons {
        flex-direction: column;
    }

    .action-btn {
        width: 100%;
    }

    .support-contacts {
        flex-direction: column;
    }

    .support-item {
        width: 100%;
        justify-content: center;
    }

    .page-title {
        font-size: 1rem;
    }

    .cab-link {
        font-size: 0.875rem;
    }
}

.btn-outline-light {
    background: #eee;
    border-radius: 50px;
    color: #333;
    font-size: 12px;
    padding: 5px 10px;
}

.btn-light {
    background-color: #e9edf1;
}

.btn-corporate {
    background-color: var(--gorent-base);
}

.btn-corporate:hover {
    background-color: #0a3a6a;
}

.btn-whatsapp {
    background-color: #25D366;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
}

.corporate-hero {
    background: linear-gradient(rgb(116 110 75 / 90%), rgb(98 89 45 / 90%)), url(../images/airport-taxi.webp);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 160px 0 100px;
    text-align: center;
}

.corporate-hero h1 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    color: white;
}

.corporate-hero p {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.hero-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 0.9rem;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.intro-section {
    background-color: #fff;
}

.intro-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.intro-content p {
    line-height: 32px;
}

.intro-content h2 {
    margin-bottom: 20px;
}

.services-section {
    background: linear-gradient(rgba(255, 219, 44, 0.1), rgba(255, 219, 44, 0.1));
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    border-top: 4px solid var(--gorent-base);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 16px;
    line-height: 28px;
}

.service-card ul {
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: 30px;
}

.service-icon {
    font-size: 3rem;
    color: var(--gorent-base);
    margin-bottom: 20px;
}

.benefits-section {
    background-color: #fff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 16px;
    line-height: 28px;
}

.benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: linear-gradient(rgba(255, 219, 44, 0.1), rgba(255, 219, 44, 0.05));
    border-radius: 10px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    background: linear-gradient(rgba(255, 219, 44, 0.3), rgba(255, 219, 44, 0.3));;
    transform: translateX(5px);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #ffdb2c1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    color: var(--gorent-base);
}

.fleet-section {
    background: linear-gradient(rgba(255, 219, 44, 0.1), rgba(255, 219, 44, 0.1));
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.fleet-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

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

.fleet-image {
    height: 180px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--gorent-base);
}

.fleet-content {
    padding: 25px;
}

.fleet-content h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.fleet-features {
    list-style: none;
    margin-top: 15px;
    padding: 0;
}

.fleet-features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f6368;
}

.fleet-features i {
    color: var(--success);
}

.clients-section {
    background-color: #fff;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 50px;
    align-items: center;
}

.client-logo {
    background-color: #f8f9fa;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 1%);
    transition: all 0.3s ease;
    color: #000;
    font-weight: 600;
    font-family: var(--gorent-font-two);
    border: 1px solid #ddd;
    text-align: center;
}

.client-logo:hover {
    transform: scale(1.05);
}

.pricing-section {
    background-color: #e8f4fd;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.pricing-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card.featured {
    transform: scale(1.05);
    border: 2px solid var(--gorent-base);
}

.pricing-header {
    background-color: #ffdb2c99;
    color: white;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-header p {
    color: #000;
}

.pricing-header.featured {
    background: linear-gradient(135deg, var(--gorent-base), #e39d0f);
}

.pricing-price {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 40px 0 0;
    text-align: center;
    color: #000;
}

.pricing-features {
    padding: 30px;
    list-style: none;
}

.pricing-features li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-features i {
    color: var(--success);
}

.pricing-action {
    padding: 0 30px 30px;
    text-align: center;
}

.contact-section {
    background-color: #fff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.contact-form {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
    margin-bottom: 30px;
    color: var(--gorent-base);
}

.contact-info {
    padding: 20px;
}

.contact-info h3 {
    margin-bottom: 20px;
    color: var(--gorent-base);
}

.info-item h4 {
    font-size: 20px;
    line-height: 34px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.info-icon {
    width: 50px;
    height: 50px;
    background-color: #ffeb3b36;
    color: var(--gorent-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .corporate-hero h1 {
        font-size: 2.5rem;
    }

    .pricing-card.featured {
        transform: none;
    }
}

@media (max-width: 576px) {
    .corporate-hero h1 {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 25px;
    }

    .hero-badges {
        flex-direction: column;
        align-items: center;
    }
}

.hero-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--saffron);
    background: rgba(255, 219, 44, .08);
    border: 1px solid rgba(255, 219, 44, .2);
    border-radius: 100px;
    padding: 5px 16px;
    margin-bottom: 1.25rem;
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 2.6rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--ink);
    margin-bottom: 1rem;
}

.hero-title span {
    background: linear-gradient(100deg, var(--gorent-base) 20%, var(--gold) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--saffron);
    border-radius: 2px;
    opacity: .3;
}

.hero-sub {
    font-size: 1rem;
    color: var(--warm-gray);
    font-weight: 300;
    max-width: 480px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.stats-strip {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px 28px;
    box-shadow: 0 2px 16px rgba(26, 18, 8, .06);
}

.stat-item {
    text-align: center;
}

.stat-num {
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(100deg, var(--gorent-base) 20%, var(--gold) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.stat-label {
    font-size: .72rem;
    color: var(--warm-gray);
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.stat-divider {
    width: 1px;
    height: 36px;
    background: var(--border);
}

.search-wrap {
    max-width: 520px;
    margin: 0 auto 2rem;
}

.search-inner {
    display: flex;
    align-items: center;
    background: var(--card-bg);
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(26, 18, 8, .07);
    transition: border-color .2s, box-shadow .2s;
}

.search-inner:focus-within {
    border-color: var(--saffron);
    box-shadow: 0 4px 24px rgba(255, 107, 0, .14);
}

.search-inner i {
    color: #333;
    font-size: 1.1rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.search-inner input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    font-size: .95rem;
    color: var(--ink);
}

.search-inner input::placeholder {
    color: #B0A898;
}

.search-btn {
    background: linear-gradient(100deg, var(--gorent-base) 20%, var(--gorent-base) 85%);
    color: #333;
    border: none;
    border-radius: 10px;
    padding: 9px 20px;
    font-size: .85rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s, transform .15s;
    white-space: nowrap;
}

.search-btn:hover {
    background: var(--saffron-light);
    transform: translateY(-1px);
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.filter-tab {
    padding: 7px 18px;
    border-radius: 100px;
    border: 1.5px solid var(--border);
    background: var(--card-bg);
    color: var(--warm-gray);
    cursor: pointer;
    transition: all .2s;
    margin: 5px;
}

.filter-tab:hover, .filter-tab.active {
    background: linear-gradient(100deg, var(--gorent-base) 20%, var(--gorent-base) 85%);
    border-color: var(--saffron);
    color: #333;
}

.result-meta {
    font-size: .82rem;
    color: var(--warm-gray);
    text-align: center;
    margin-bottom: 1.75rem;
}

.result-meta strong {
    color: #4CAF50;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--warm-gray);
    margin-bottom: 1rem;
    justify-content: space-between;
}

.section-label .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--saffron);
    flex-shrink: 0;
}

.section-label .route-count {
    font-size: .7rem;
    font-weight: 600;
    background: #8BC34A;
    color: #fff;
    border-radius: 20px;
    padding: 1px 8px;
}

.section-label a {
    color: var(--warm-gray);
    font-size: 10px;
}

.section-label i {
    color: var(--warm-gray);
    font-size: 10px;
}

.route-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 15px;
    margin-bottom: 8px;
    text-decoration: none;
    color: var(--ink);
    font-size: .875rem;
    font-weight: 400;
    transition: all .2s ease;
    position: relative;
    overflow: hidden;
}

.route-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--saffron);
    opacity: 0;
    transition: opacity .2s;
}

.route-card:hover {
    border-color: rgba(255, 219, 44, .3);
    box-shadow: 0 4px 18px rgba(255, 107, 0, .10);
    transform: translateY(-2px);
    color: var(--ink);
}

.route-card:hover::before {
    opacity: 1;
}

.route-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--saffron-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.route-icon i {
    font-size: .85rem;
    color: var(--saffron);
}

.route-text {
    flex: 1;
    line-height: 1.3;
}

.route-from {
    font-weight: 500;
    color: var(--ink);
}

.route-arrow {
    font-size: .7rem;
    color: #333;
    margin: 0 2px;
}

.route-to {
    color: var(--warm-gray);
}

.route-caret {
    color: #333;
    font-size: .75rem;
    transition: color .2s, transform .2s;
}

.route-card:hover .route-caret {
    color: var(--saffron);
    transform: translateX(3px);
}

.badge-toll {
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(200, 150, 12, .1);
    border-radius: 4px;
    padding: 2px 6px;
    flex-shrink: 0;
}

.badge-tax {
    font-size: .6rem;
    font-weight: 500;
    color: #3a6ea5;
    background: rgba(58, 110, 165, .08);
    border-radius: 4px;
    padding: 2px 6px;
    flex-shrink: 0;
}

.city-group-wrapper {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 20px;
    height: 100%;
}

.empty-state {
    text-align: center;
    padding: 4rem 1rem;
}

.empty-state i {
    font-size: 3rem;
    color: var(--border);
}

.empty-state p {
    color: var(--warm-gray);
    margin-top: 1rem;
}

.footer-strip {
    text-align: center;
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.footer-strip p {
    font-size: .82rem;
    color: var(--warm-gray);
}

.footer-strip a {
    color: var(--saffron);
    text-decoration: none;
    font-weight: 500;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.anim {
    opacity: 0;
    animation: fadeUp .5s ease forwards;
}

.anim-1 {
    animation-delay: .05s;
}

.anim-2 {
    animation-delay: .12s;
}

.anim-3 {
    animation-delay: .18s;
}

.anim-4 {
    animation-delay: .24s;
}

.anim-5 {
    animation-delay: .30s;
}

.routes-page {
    position: relative;
    display: block;
    padding: 60px 0 120px;
    background: #f5f5f5;
}

.text-primary-gradient {
    background: linear-gradient(100deg, var(--gorent-base) 20%, var(--gold) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
    .stats-strip {
        gap: 1rem;
        padding: 12px 18px;
    }

    .stat-num {
        font-size: 1rem;
    }

    .stat-label {
        font-size: .52rem;
    }

    .hero-title {
        font-size: clamp(1.5rem, 5vw, 3.6rem);
        font-weight: 900;
        line-height: 1.4;
    }

    .hero-sub {
        font-size: .875rem;
        color: var(--warm-gray);
        font-weight: 300;
        max-width: 480px;
        margin: 0 auto 1rem;
        line-height: 1.7;
    }

    .hero-header {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .search-inner input {
        font-size: 14px;
    }

    .routes-page {
        position: relative;
        display: block;
        padding: 20px 0 120px;
        background: #f5f5f5;
    }
}

.services-section {
    padding: 80px 0 100px;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 56px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--rule);
}

.heading-left {
    max-width: 560px;
}

.overline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-dark);
    background: var(--accent-dim);
    border-radius: 100px;
    padding: 4px 14px 4px 10px;
    margin-bottom: 14px;
}

.overline::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.section-title {
    font-family: var(--gorent-font-two);
    font-size: clamp(1.9rem, 3.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.section-title em {
    font-style: normal;
    color: var(--accent-dark);
    background: var(--accent);
    padding: 0 6px 2px;
    border-radius: 6px;
}

.heading-right {
    font-size: 0.85rem;
    color: var(--ink-muted);
    line-height: 1.7;
    max-width: 260px;
    text-align: right;
    flex-shrink: 0;
}

.services-layout {
    display: block;
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: var(--gorent-bdr-radius);
    overflow: hidden;
    box-shadow: 0 4px 40px rgba(19, 18, 34, 0.08);
}

.tab-sidebar {
    background: var(--ink);
    border-right: none;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tab-sidebar-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    padding: 12px 18px 8px;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-radius: 10px;
    background: transparent;
    font-family: var(--gorent-font);
    font-size: 0.88rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    text-align: left;
    transition: background 0.18s, color 0.18s;
    position: relative;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.85);
}

.tab-btn.active {
    background: var(--accent);
    color: var(--ink);
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(255, 219, 44, 0.35);
}

.tab-btn.active .tab-num {
    background: var(--ink);
    color: var(--accent);
}

.tab-num {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: background 0.18s, color 0.18s;
    color: rgba(255, 255, 255, 0.6);
}

.tab-label {
    line-height: 1.2;
}

.tab-btn .arrow {
    margin-left: auto;
    font-size: 0.75rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.18s, transform 0.18s;
}

.tab-btn.active .arrow {
    color: var(--ink);
    opacity: 1;
    transform: translateX(0);
}

.tab-btn:hover .arrow {
    opacity: 0.6;
    transform: translateX(0);
}

.tab-content-area {
    padding: 0;
}

.tab-pane {
    display: none;
    animation: fadePanel 0.3s ease;
}

.tab-pane.active {
    display: block;
    padding: 48px 52px;
    border-bottom: 1px solid var(--rule);
}

.tab-pane.active:last-child {
    border-bottom: none;
}

@keyframes fadePanel {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pane-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 2px solid var(--gorent-extra);
}

.pane-title {
    font-family: var(--gorent-font-two);
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.pane-title em {
    font-style: normal;
    color: #333;
    background: var(--accent);
    padding: 1px 6px 2px;
    border-radius: 5px;
}

.pane-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--accent);
    border-radius: var(--gorent-bdr-radius);
    padding: 6px 14px;
    margin-top: 4px;
}

.pane-body p {
    font-size: 0.9rem;
    color: var(--ink-soft);
    line-height: 1.85;
    font-weight: 400;
    margin-bottom: 14px;
}

.pane-body p:last-child {
    margin-bottom: 0;
}

.pane-body b, .pane-body strong {
    font-weight: 600;
    color: var(--ink);
}

.pane-body h2 {
    font-family: var(--gorent-font-two);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 24px 0 8px;
    letter-spacing: -0.01em;
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--ink-soft);
    background: var(--white);
    border: 1.5px solid var(--rule);
    border-radius: var(--gorent-bdr-radius);
    padding: 5px 14px;
    transition: border-color 0.15s, background 0.15s;
}

.pill:hover {
    border-color: var(--accent);
    background: var(--accent-dim);
}

.pill::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
    border: 1.5px solid var(--accent-dark);
}

.pane-cta {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-primary {
    /*display: inline-flex;*/
    align-items: center;
    gap: 8px;
    font-family: var(--gorent-font);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ink);
    background: var(--accent);
    border: none;
    border-radius: var(--gorent-bdr-radius);
    padding: 12px 26px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
    box-shadow: 0 4px 14px rgba(255, 219, 44, 0.4);
}

.btn-primary:hover {
    background: var(--accent-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 219, 44, 0.3);
}

.btn-secondary {
    font-family: var(--gorent-font);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ink-muted);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1.5px solid var(--rule);
    border-radius: var(--gorent-bdr-radius);
    padding: 11px 22px;
    background: transparent;
    transition: color 0.18s, border-color 0.18s, background 0.18s;
}

.btn-secondary:hover {
    color: var(--ink);
    border-color: var(--ink);
    background: rgba(19, 18, 34, 0.04);
}

.mobile-accordion {
    display: none;
}

.accordion-item {
    border: 1.5px solid var(--rule);
    border-radius: var(--gorent-bdr-radius);
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--white);
}

.accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: var(--white);
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--gorent-font);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ink);
    transition: background 0.15s;
}

.accordion-trigger:hover {
    background: #FAFAFA;
}

.accordion-trigger.open {
    background: var(--ink);
    color: var(--white);
}

.accordion-trigger .acc-num {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--gorent-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
    color: var(--ink);
}

.accordion-trigger.open .acc-num {
    background: var(--accent);
    color: var(--ink);
}

.accordion-trigger .acc-chevron {
    margin-left: auto;
    font-size: 1rem;
    color: var(--gorent-gray);
    transition: transform 0.25s, color 0.15s;
    flex-shrink: 0;
}

.accordion-trigger.open .acc-chevron {
    transform: rotate(180deg);
    color: var(--accent);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
}

.accordion-body.open {
    max-height: 2400px;
}

.accordion-body-inner {
    padding: 0 20px 24px;
    border-top: 1px solid var(--rule);
}

.accordion-body-inner .feature-pills {
    margin: 16px 0;
}

.accordion-body-inner p {
    font-size: 0.875rem;
    color: var(--ink-soft);
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 12px;
}

.accordion-body-inner p:last-child {
    margin-bottom: 0;
}

.accordion-body-inner b {
    font-weight: 600;
    color: var(--ink);
}

.accordion-body-inner h2 {
    font-family: var(--gorent-font-two);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    margin: 20px 0 8px;
}

.accordion-body-inner .pane-cta {
    margin-top: 20px;
}

@media (max-width: 900px) {
    .services-layout {
        display: block;
    }

    .tab-pane.active {
        padding: 28px 20px;
    }

    .mobile-accordion {
        display: none;
    }

    .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 36px;
    }

    .heading-right {
        text-align: left;
        max-width: 100%;
    }

    .services-section {
        padding: 56px 0 72px;
    }
}

@media (max-width: 600px) {
    .section-title {
        font-size: 1.75rem;
    }

    .accordion-body {
        padding: 0;
    }
}

.section-head {
    text-align: center;
    margin-bottom: 48px;
}

.car-icon {
    display: block;
    margin: 0 auto 18px;
    width: 52px;
    opacity: .9;
}

.section-head h2 {
    font-family: var(--gorent-font-two);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin-bottom: 12px;
}

.section-head h2 span {
    position: relative;
    display: inline-block;
}

.section-head h2 span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.section-head p {
    font-size: 0.95rem;
    color: var(--ink-muted);
    font-weight: 400;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

.routes-card {
    background: var(--card-bg);
    border: 1.5px solid var(--rule);
    border-radius: var(--gorent-bdr-radius);
    padding: 28px 28px 20px;
    box-shadow: 0 2px 24px rgba(19, 18, 34, .05);
    margin-bottom: 32px;
}

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

@media (max-width: 991px) {
    .routes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .routes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 380px) {
    .routes-grid {
        grid-template-columns: 1fr;
    }
}

.route-pill {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border: 1.5px solid var(--rule);
    border-radius: 10px;
    background: var(--card-bg);
    text-decoration: none;
    color: var(--ink-soft);
    font-size: 0.845rem;
    font-weight: 500;
    line-height: 1.3;
    transition: border-color .18s, background .18s, color .18s, box-shadow .18s, transform .15s;
    cursor: pointer;
}

.route-pill:hover {
    border-color: var(--accent);
    background: rgba(255, 219, 44, .06);
    color: var(--ink);
    box-shadow: 0 3px 12px rgba(255, 219, 44, .25);
    transform: translateY(-2px);
}

.route-pill .pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    border: 1.5px solid var(--accent-dk);
    flex-shrink: 0;
}

.route-pill .pill-arrow {
    margin-left: auto;
    font-size: 0.65rem;
    color: var(--rule);
    flex-shrink: 0;
    transition: color .18s, transform .18s;
}

.route-pill:hover .pill-arrow {
    color: var(--accent-dk);
    transform: translateX(2px);
}

.route-pill.d-hidden {
    display: none !important;
}

.load-more-wrap {
    text-align: center;
    margin-top: 8px;
}

.btn-load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--gorent-font);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--ink);
    background: var(--accent);
    border: none;
    border-radius: var(--gorent-bdr-radius);
    padding: 13px 36px;
    cursor: pointer;
    transition: background .18s, box-shadow .18s, transform .15s;
    box-shadow: 0 4px 18px rgba(255, 219, 44, .45);
    letter-spacing: .01em;
}

.btn-load-more:hover {
    background: #f5d000;
    box-shadow: 0 8px 24px rgba(255, 219, 44, .4);
    transform: translateY(-2px);
}

.btn-load-more.all-loaded {
    background: var(--gorent-extra);
    color: var(--ink-muted);
    box-shadow: none;
    cursor: default;
    transform: none;
}

.route-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    font-weight: 700;
    background: var(--gorent-extra);
    color: var(--ink-muted);
    border-radius: 20px;
    padding: 3px 12px;
    margin-bottom: 20px;
}

.route-count-badge span {
    color: var(--accent-dk);
    font-weight: 800;
    margin-right: 3px;
}

@keyframes pillIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pill-anim {
    animation: pillIn .25s ease forwards;
}

.why-section {
    padding: 60px 0 60px;
    background: linear-gradient(rgba(255, 219, 44, 0.1), rgba(255, 219, 44, 0.1));
}

.why-section .section-title {
    font-size: 1.75rem;
    font-weight: 900;
    color: #181c2e;
    line-height: 1.25;
    letter-spacing: -0.3px;
}

.why-section .section-sub {
    color: #6b7280;
    font-size: 0.97rem;
    font-weight: 500;
    max-width: 480px;
    line-height: 1.6;
}

.card-green {
    background-color: #edfff4;
}

.card-blue {
    background-color: #eef5ff;
}

.card-yellow {
    background-color: #fffbea;
}

.card-purple {
    background-color: #f5f0ff;
}

.card-peach {
    background-color: #fff3eb;
}

.card-white {
    background-color: #f7f8fa;
}

@media (max-width: 575px) {
    .why-section .section-title {
        font-size: 1.3rem;
    }
}

.why-section {
    padding: 72px 0 80px;
    background: linear-gradient(rgb(181 178 163 / 10%), rgb(147 143 126 / 10%));
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff3e0;
    color: #d4650a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 18px;
}

.section-eyebrow .dot {
    width: 6px;
    height: 6px;
    background: #ff7c1f;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: .5;
        transform: scale(1.4);
    }
}

.section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #0d1321;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.section-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 480px;
    font-weight: 500;
}

.stats-strip-2 {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-num2 {
    font-size: 1.7rem;
    font-weight: 800;
    color: #0d1321;
    letter-spacing: -1px;
    line-height: 1;
}

.stat-num2 sup {
    font-size: 0.9rem;
    color: var(--gorent-base);
}

.stat-label {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 600;
    margin-top: 4px;
    letter-spacing: 0.3px;
}

.stat-divider {
    width: 1px;
    background: #e2e8f0;
    align-self: stretch;
    margin: 4px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 991px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

.f-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    border: 1.5px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: default;
}

.f-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.f-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px -8px rgba(255, 219, 44, 0.13);
    border-color: rgba(255, 219, 44, 0.18);
}

.f-card:hover::before {
    opacity: 1;
}

.f-card .blob {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    opacity: 0.12;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.f-card:hover .blob {
    opacity: 0.22;
    transform: scale(1.15);
}

.icon-badge {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 30px;
}

.icon-badge img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.card-num {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    opacity: 0.35;
}

.f-card h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1321;
    margin-bottom: 8px;
    line-height: 1.3;
}

.f-card p {
    font-size: 0.845rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.card-arrow {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 16px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.f-card:hover .card-arrow {
    opacity: 1;
    transform: translateY(0);
}

.fc-1 .blob {
    background: #1a6fff;
}

.fc-1 .icon-badge {
    background: #eff4ff;
}

.fc-1 .card-num, .fc-1 .card-arrow {
    color: #1a6fff;
}

.fc-2 .blob {
    background: #10b981;
}

.fc-2 .icon-badge {
    background: #ecfdf5;
}

.fc-2 .card-num, .fc-2 .card-arrow {
    color: #10b981;
}

.fc-3 .blob {
    background: #f59e0b;
}

.fc-3 .icon-badge {
    background: #fffbeb;
}

.fc-3 .card-num, .fc-3 .card-arrow {
    color: #d97706;
}

.fc-4 .blob {
    background: #8b5cf6;
}

.fc-4 .icon-badge {
    background: #f5f3ff;
}

.fc-4 .card-num, .fc-4 .card-arrow {
    color: #8b5cf6;
}

.fc-5 .blob {
    background: #ef4444;
}

.fc-5 .icon-badge {
    background: #fff1f2;
}

.fc-5 .card-num, .fc-5 .card-arrow {
    color: #ef4444;
}

.fc-6 .blob {
    background: #0ea5e9;
}

.fc-6 .icon-badge {
    background: #f0f9ff;
}

.fc-6 .card-num, .fc-6 .card-arrow {
    color: #0ea5e9;
}

@media (min-width: 992px) {
    .f-card.featured {
        grid-column: span 1;
    }
}

.section-divider {
    width: 48px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #1a6fff, #60a5fa);
    margin-bottom: 24px;
}

.hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0 60px;
    overflow: hidden;
    z-index: 1;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(10, 9, 30, 0.88) 0%, rgba(10, 9, 30, 0.70) 60%, rgba(10, 9, 30, 0.80) 100%);
    z-index: 1;
}

.hero-content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-head {
    text-align: center;
    margin-bottom: 2rem;
}

.hero-banner .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 219, 44, 0.12);
    border: 1px solid rgba(255, 219, 44, 0.35);
    color: var(--gorent-base);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-banner .hero-title {
    font-size: clamp(1.85rem, 4.5vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.6rem;
}

.hero-banner .hero-title span {
    color: var(--gorent-base);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: var(--gorent-base);
}

.hero-banner .hero-title span::after {
    display: none;
}

.hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.60);
    margin: 0;
}

.sc-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 26px 26px 20px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30);
    margin: 0 auto;
}

.sc-tab-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1.5px solid #f0f0f0;
}

.sc-tab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    border-radius: 50px;
    border: 1.5px solid #e8e8e8;
    background: #f7f7f7;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--gorent-font, 'Inter', sans-serif);
    cursor: pointer;
    line-height: 1;
    transition: all 0.22s ease;
    white-space: nowrap;
}

.sc-tab:hover:not(.sc-tab--active) {
    background: #efefef;
    border-color: #ddd;
    color: #333;
}

.sc-tab.sc-tab--active {
    background: #131222;
    border-color: #131222;
    color: var(--gorent-base);
}

.sc-tab i {
    font-size: 14px;
}

.sc-panel {
    display: none;
}

.sc-panel.sc-panel--active {
    display: block;
}

.trip-radios {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.trip-radio-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 17px;
    border-radius: 50px;
    border: 1.5px solid #e0e0e0;
    cursor: pointer;
    font-size: 13.5px;
    font-weight: 500;
    color: #666;
    background: #fafafa;
    transition: all 0.2s ease;
    user-select: none;
    line-height: 1;
}

.trip-radio-label input[type="radio"] {
    accent-color: #131222;
    width: 14px;
    height: 14px;
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.trip-radio-label:has(input:checked) {
    background: #131222;
    border-color: #131222;
    color: var(--gorent-base);
}

.trip-radio-label i {
    font-size: 10px;
}

.sc-fields {
    display: grid;
    gap: 10px;
    align-items: end;
}

.sc-fields--outstation {
    grid-template-columns: 1fr 1fr 1.35fr 1fr 1fr auto;
}

.sc-fields--local {
    grid-template-columns: 1fr 1.35fr 1fr auto;
}

.sc-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.sc-field > label {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 1;
}

.sc-input-wrap {
    position: relative;
}

.sc-input-wrap .sc-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #c0c0c0;
    pointer-events: none;
    z-index: 2;
    line-height: 1;
}

.sc-input-wrap .form-control, .sc-input-wrap .form-select {
    height: 50px;
    border-radius: 12px;
    border: 1.5px solid #e8e8e8;
    background: #f9f9f9;
    padding-left: 38px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #131222;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: none;
}

.sc-input-wrap .form-control::placeholder {
    color: #b5b5b5;
    font-weight: 400;
}

.sc-input-wrap .form-control:focus, .sc-input-wrap .form-select:focus {
    border-color: #131222;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(19, 18, 34, 0.07);
    outline: none;
    color: #131222;
}

.sc-input-wrap .form-control.is-invalid, .sc-input-wrap .form-select.is-invalid {
    border-color: #dc3545;
}

.sc-date-time {
    display: flex;
}

.sc-date-time > .sc-input-wrap:first-child {
    flex: 1;
}

.sc-date-time > .sc-input-wrap:first-child .form-control {
    border-radius: 12px 0 0 12px;
    border-right-color: transparent;
}

.sc-date-time > .sc-input-wrap:first-child .form-control:focus {
    border-right-color: #131222;
    z-index: 1;
}

.sc-date-time .sc-time-sel {
    min-width: 108px;
    flex-shrink: 0;
}

.sc-date-time .sc-time-sel .form-select {
    height: 50px !important;
    min-height: unset !important;
    border-radius: 0 12px 12px 0 !important;
    padding-left: 10px !important;
    padding-right: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-left: none !important;
    background-color: #f9f9f9 !important;
}

.sc-date-time .sc-time-sel .form-select:focus {
    background-color: #fff !important;
    border-color: #131222 !important;
    box-shadow: 0 0 0 3px rgba(19, 18, 34, 0.07) !important;
}

#returnDateWrapper {
    width: auto !important;
    max-width: none !important;
    flex: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sc-swap-btn {
    position: absolute;
    right: -16px;
    bottom: 9px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--gorent-base);
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    color: #131222;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease;
    line-height: 1;
    padding: 0;
}

.sc-swap-btn:hover {
    transform: rotate(180deg);
}

.sc-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    padding: 0 22px;
    background: #131222;
    color: var(--gorent-base);
    border: none;
    border-radius: 12px;
    font-size: 14.5px;
    font-weight: 700;
    font-family: var(--gorent-font, 'Inter', sans-serif);
    cursor: pointer;
    transition: all 0.22s ease;
    white-space: nowrap;
    width: 100%;
}

.sc-submit-btn:hover {
    background: var(--gorent-base);
    color: #131222;
    box-shadow: 0 6px 20px rgba(255, 219, 44, 0.40);
    transform: translateY(-1px);
}

.sc-submit-btn i {
    font-size: 14px;
}

.sc-recents {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1.5px solid #f2f2f2;
}

.sc-recents-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}

.sc-recents-title {
    font-size: 11.5px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.sc-recents-clear {
    font-size: 12px;
    color: #aaa;
    background: none;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 6px;
    transition: all 0.2s;
    font-family: inherit;
}

.sc-recents-clear:hover {
    background: #f5f5f5;
    color: #444;
    border-color: #ccc;
}

.hero-trust {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.trust-item i {
    color: var(--gorent-base);
    font-size: 14px;
}

@media (max-width: 1399px) {
    .sc-fields--outstation {
        grid-template-columns: 1fr 1fr 1.3fr;
    }

    .sc-submit-btn-wrap {
        grid-column: 1 / -1;
    }

    .sc-submit-btn {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .sc-card {
        padding: 20px 18px 16px;
    }

    .sc-fields--outstation, .sc-fields--local {
        grid-template-columns: 1fr 1fr;
    }

    .sc-submit-btn-wrap {
        grid-column: 1 / -1;
    }

    .sc-submit-btn {
        max-width: 220px;
    }

    .sc-swap-btn {
        display: none;
    }

    .hero-trust {
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .hero-banner {
        padding: 40px 0 40px;
        min-height: auto;
    }

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

    .sc-fields--outstation, .sc-fields--local {
        grid-template-columns: 1fr;
    }

    .sc-submit-btn-wrap {
        grid-column: 1;
    }

    .sc-submit-btn {
        max-width: 100%;
    }

    .sc-tab {
        padding: 9px 14px;
        font-size: 13px;
    }

    .hero-trust {
        display: none;
    }

    .sc-date-time .sc-time-sel {
        min-width: 90px;
    }
}

.sp-packages-section {
    padding: 80px 0 100px;
    background-color: #f8f9fa;
}

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

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

.sp-package-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sp-package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
}

.sp-package-card__img-wrap {
    flex: 0 0 240px;
    max-width: 240px;
    overflow: hidden;
    display: block;
}

.sp-package-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.sp-package-card:hover .sp-package-card__img {
    transform: scale(1.06);
}

.sp-package-card__body {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sp-package-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

.sp-package-card__title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sp-package-card__title a:hover {
    color: var(--gorent-base);
}

.sp-package-card__desc {
    font-size: 13.5px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 14px;
    flex: 1;
}

.sp-package-card__meta {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.sp-package-card__meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.sp-package-card__meta-item i {
    color: #aaa;
    font-size: 15px;
}

.sp-package-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.sp-package-card__price {
    font-size: 22px;
    font-weight: 700;
    color: var(--gorent-base);
    letter-spacing: -0.5px;
}

.sp-package-card__btn {
    display: inline-block;
    background-color: var(--gorent-base);
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.sp-package-card__btn:hover {
    background-color: #e6c400;
    color: #1a1a2e;
    transform: scale(1.04);
}

@media (max-width: 575px) {
    .sp-package-card {
        flex-direction: column;
    }

    .sp-package-card__img-wrap {
        flex: none;
        max-width: 100%;
        height: 200px;
    }
}

.sp-detail-section {
    padding: 40px 0 30px;
    background-color: #f8f9fa;
}

.sp-detail-banner {
    display: flex;
    gap: 30px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.sp-detail-banner__img-wrap {
    flex: 0 0 380px;
    max-width: 380px;
    overflow: hidden;
}

.sp-detail-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-detail-banner__info {
    padding: 32px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sp-detail-banner__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 12px;
}

.sp-detail-banner__desc {
    font-size: 14.5px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.sp-detail-banner__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.sp-detail-banner__meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff8e1;
    border: 1px solid var(--gorent-base);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.sp-detail-banner__meta-item i {
    color: var(--gorent-base);
}

@media (max-width: 767px) {
    .sp-detail-banner {
        flex-direction: column;
        gap: 5px;
    }

    .sp-detail-banner__info {
        padding: 20px 15px;
    }

    .sp-detail-banner__title {
        font-size: 18px;
    }

    .sp-detail-banner__img-wrap {
        flex: none;
        max-width: 100%;
        height: 220px;
    }
}

.sp-inclusions {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff8e1;
    border-left: 4px solid var(--gorent-base);
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 28px;
    font-size: 14.5px;
    color: #444;
}

.sp-inclusions__icon i {
    font-size: 22px;
    color: var(--gorent-base);
}

.sp-car-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sp-car-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    flex-wrap: wrap;
    transition: box-shadow 0.3s ease;
}

.sp-car-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
}

.sp-car-card__img-wrap {
    flex: 0 0 150px;
}

.sp-car-card__img {
    width: 150px;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
}

.sp-car-card__details {
    flex: 1;
    min-width: 200px;
}

.sp-car-card__name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.sp-car-card__badge {
    font-size: 12px;
    font-weight: 400;
    color: #6c757d;
    background: #e9ecef;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 8px;
}

.sp-car-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
}

.sp-car-card__specs i {
    color: #aaa;
    margin-right: 4px;
}

.sp-car-card__models {
    font-size: 13px;
    color: #888;
}

.sp-car-card__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 80px;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.sp-car-card__rating-icon {
    font-size: 28px;
    color: var(--gorent-base);
}

.sp-car-card__pricing {
    text-align: right;
    min-width: 130px;
}

.sp-car-card__original-price {
    font-size: 14px;
    color: #adb5bd;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.sp-car-card__discounted-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
}

.sp-car-card__save {
    font-size: 13px;
    color: #28a745;
    font-weight: 500;
    margin-top: 4px;
}

.sp-car-card__action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}

.sp-car-card__select-btn {
    display: inline-block;
    background-color: var(--gorent-base);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.2s ease;
    white-space: nowrap;
}

.sp-car-card__select-btn:hover {
    background-color: #e6c400;
    color: #1a1a2e;
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .sp-car-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .sp-car-card__pricing {
        text-align: left;
    }
}

.car-list-content {
    background: linear-gradient(rgb(215 213 203 / 10%), rgb(237 232 210 / 10%));
}

.car-list-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.car-list-content p {
    line-height: 30px;
    margin-bottom: 10px;
}

#sy-whatshelp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
}

.float-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    font-size: 1.2rem;
}

.float-btn:hover {
    transform: scale(1.1);
    text-decoration: none;
}

.float-btn--call {
    background: var(--gorent-base);
    color: #1a1a2e;
    box-shadow: 0 4px 16px rgba(255, 219, 44, .5);
}

.float-btn--call:hover {
    color: #1a1a2e;
}

.float-btn--whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 211, 102, .45);
    font-size: 1.5rem;
}

.float-btn--whatsapp:hover {
    color: #fff;
}

#mobile-cta-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: #1a1a2e;
    padding: 10px 16px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .25);
}

.mobile-cta-bar__inner {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-cta-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: .85rem;
    padding: 12px 10px;
    border-radius: 12px;
    text-decoration: none;
    transition: opacity .2s;
}

.mobile-cta-btn:hover {
    opacity: .9;
    text-decoration: none;
}

.mobile-cta-btn--whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 3px 12px rgba(37, 211, 102, .35);
}

.mobile-cta-btn--whatsapp:hover {
    color: #fff;
}

.mobile-cta-btn--call {
    background: var(--gorent-base);
    color: #1a1a2e;
}

.mobile-cta-btn--call:hover {
    color: #1a1a2e;
}

@media (max-width: 767px) {
    #mobile-cta-bar {
        display: block;
    }
}

.cr-section-tag {
    color: var(--gorent-base);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cr-section-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    margin-top: 8px;
    margin-bottom: 0;
}

.cr-section-head {
    margin-bottom: 40px;
}

.cr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-size: .95rem;
    transition: opacity .2s;
}

.cr-btn:hover {
    opacity: .88;
    text-decoration: none;
}

.cr-btn--wa {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
}

.cr-btn--wa:hover {
    color: #fff;
}

.cr-btn--wa-lg {
    padding: 16px 36px;
    font-size: 1rem;
    box-shadow: 0 4px 24px rgba(37, 211, 102, .4);
}

.cr-btn--yellow {
    background: var(--gorent-base);
    color: #1a1a2e;
}

.cr-btn--yellow:hover {
    color: #1a1a2e;
}

.cr-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
    padding: 60px 0 50px;
}

.cr-hero__badge {
    display: inline-block;
    background: rgba(255, 219, 44, .15);
    color: var(--gorent-base);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    border: 1px solid rgba(255, 219, 44, .3);
    margin-bottom: 18px;
}

.cr-hero__h1 {
    color: #fff;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 18px;
}

.cr-hero__h1 span {
    color: var(--gorent-base);
}

.cr-hero__p {
    color: rgba(255, 255, 255, .75);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 28px;
}

.cr-hero__stats {
    background: rgba(255, 219, 44, .08);
    border: 2px solid rgba(255, 219, 44, .2);
    border-radius: 20px;
    padding: 28px 20px;
}

.cr-hero__stat {
    padding: 14px 0;
}

.cr-hero__stat:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.cr-hero__stat-val {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--gorent-base);
}

.cr-hero__stat-label {
    font-size: .82rem;
    color: rgba(255, 255, 255, .6);
    margin-top: 2px;
}

.cr-bg-light {
    background: #f8f9fb;
    padding: 60px 0;
}

.cr-bg-white {
    background: #fff;
    padding: 60px 0;
}

.cr-bg-dark {
    background: #1a1a2e;
    padding: 60px 0;
}

.cr-bg-aeo {
    background: #fff;
    padding: 40px 0 60px;
}

.cr-why-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 22px;
    height: 100%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
    transition: transform .2s;
}

.cr-why-card:hover {
    transform: translateY(-4px);
}

.cr-why-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.cr-why-card__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.cr-why-card__text {
    color: #6c757d;
    font-size: .88rem;
    line-height: 1.65;
    margin: 0;
}

.cr-svc-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    height: 100%;
}

.cr-svc-card__header {
    padding: 26px 24px 20px;
}

.cr-svc-card__icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, .12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.cr-svc-card__icon i {
    font-size: 1.3rem;
    color: #fff;
}

.cr-svc-card__title {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.cr-svc-card__body {
    background: #fff;
    padding: 20px 24px;
}

.cr-svc-card__desc {
    color: #6c757d;
    font-size: .88rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.cr-svc-tag {
    background: #f8f9fb;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: .75rem;
    font-weight: 600;
    color: #495057;
}

.cr-2col-card {
    background: #fff;
    border-radius: 18px;
    padding: 36px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
    height: 100%;
}

.cr-2col-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.cr-2col-card__title {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.cr-2col-card__text {
    color: #6c757d;
    font-size: .9rem;
    line-height: 1.75;
    margin-bottom: 18px;
}

.cr-2col-card__label {
    font-size: .85rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.cr-2col-card__car-tag {
    background: #f0f9ff;
    border: 1px solid #b3e5fc;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .8rem;
    font-weight: 600;
    color: #0277bd;
}

.cr-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .88rem;
    color: #212529;
}

.cr-check-item--sm {
    font-size: .87rem;
}

.cr-check-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .65rem;
    font-weight: 900;
}

.cr-check-dot--sm {
    width: 20px;
    height: 20px;
    font-size: .6rem;
}

.cr-check-dot--yellow {
    background: var(--gorent-base);
    color: #1a1a2e;
}

.cr-check-dot--purple {
    background: #696cff;
    color: #fff;
}

.cr-check-dot--cyan {
    background: #03c3ec;
    color: #fff;
}

.cr-check-dot--green {
    background: #71dd37;
    color: #1a1a2e;
}

.cr-detail-card {
    background: #f8f9fb;
    border-radius: 18px;
    padding: 32px;
    height: 100%;
}

.cr-detail-card--yellow {
    border-left: 5px solid var(--gorent-base);
}

.cr-detail-card--purple {
    border-left: 5px solid #696cff;
}

.cr-detail-card--cyan {
    border-left: 5px solid #03c3ec;
}

.cr-detail-card--green {
    border-left: 5px solid #71dd37;
}

.cr-detail-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.cr-detail-card__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cr-detail-card__icon-wrap i {
    font-size: 1.1rem;
}

.cr-detail-card__title {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0;
}

.cr-detail-card__text {
    color: #6c757d;
    font-size: .9rem;
    line-height: 1.75;
    margin-bottom: 16px;
}

.cr-detail-card__note {
    color: #6c757d;
    font-size: .85rem;
    margin: 0;
}

.cr-step-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 219, 44, .15);
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
}

.cr-step-num {
    font-size: 2.2rem;
    font-weight: 900;
    color: rgba(255, 219, 44, .18);
    line-height: 1;
    margin-bottom: 14px;
}

.cr-step-icon {
    width: 48px;
    height: 48px;
    background: var(--gorent-base);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.cr-step-icon i {
    color: #1a1a2e;
    font-size: 1.1rem;
}

.cr-step-title {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.cr-step-desc {
    color: rgba(255, 255, 255, .55);
    font-size: .82rem;
    line-height: 1.65;
    margin: 0;
}

.cr-promise-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.cr-promise-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 219, 44, .1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cr-promise-icon i {
    color: #ccaf23;
    font-size: .95rem;
}

.cr-promise-label {
    font-weight: 700;
    font-size: .92rem;
    margin-bottom: 2px;
}

.cr-promise-desc {
    color: #6c757d;
    font-size: .83rem;
}

.cr-about-card {
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    border-radius: 20px;
    padding: 36px;
    color: #fff;
}

.cr-about-card__title {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
}

.cr-about-card__p {
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
    line-height: 1.75;
    margin-bottom: 24px;
}

.cr-about-card__sub {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
}

.cr-audience-box {
    background: rgba(255, 219, 44, .1);
    border: 1px solid rgba(255, 219, 44, .2);
    border-radius: 12px;
    padding: 16px 8px;
}

.cr-audience-box i {
    font-size: 1.4rem;
    color: var(--gorent-base);
    display: block;
    margin-bottom: 8px;
}

.cr-audience-box span {
    font-size: .75rem;
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
}

.cr-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cr-faq-item {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.cr-faq-item .accordion-button {
    font-weight: 700;
    font-size: .92rem;
    background: #fff;
    color: #212529;
    padding: 18px 22px;
    border-radius: 14px;
}

.cr-faq-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #212529;
    box-shadow: none;
}

.cr-faq-num {
    width: 28px;
    height: 28px;
    background: var(--gorent-base);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    font-weight: 900;
    color: #1a1a2e;
    flex-shrink: 0;
    margin-right: 12px;
}

.cr-faq-body {
    padding: 4px 22px 20px 62px;
    color: #6c757d;
    font-size: .9rem;
    line-height: 1.7;
}

.cr-aeo-block {
    background: linear-gradient(135deg, #fffbea, #fff9db);
    border: 2px solid var(--gorent-base);
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 40px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.cr-aeo-block__inner {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.cr-aeo-block__icon {
    width: 44px;
    height: 44px;
    background: var(--gorent-base);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.cr-aeo-block__q {
    font-weight: 800;
    font-size: .95rem;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.cr-aeo-block__a {
    color: #6c757d;
    font-size: .9rem;
    line-height: 1.7;
    margin: 0;
}

.cr-final-cta {
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
}

.cr-final-cta__h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.cr-final-cta__p {
    color: rgba(255, 255, 255, .65);
    margin-bottom: 28px;
    font-size: .95rem;
}

.cr-promise-tag {
    color: var(--gorent-base);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cr-promise-title {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    margin: 10px 0 20px;
}

#assistanceModal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

#assistanceModal.is-open {
    display: flex;
}

.am-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.am-box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 520px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    animation: amSlideIn .35s ease;
}

@keyframes amSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.am-topbar {
    background: #1a1a2e;
    color: #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.am-features {
    display: flex;
    gap: 24px;
    flex: 1;
    justify-content: center;
    text-align: center;
}

.am-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    line-height: 1.3;
}

.am-feature i {
    font-size: 22px;
    color: var(--gorent-base, #f0b429);
}

.am-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
    opacity: .8;
    transition: opacity .2s;
    flex-shrink: 0;
}

.am-close:hover {
    opacity: 1;
}

.am-body {
    padding: 22px 24px 26px;
}

.am-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.am-header h4 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
}

.am-header p {
    margin: 0;
    color: #666;
    font-size: 13px;
}

.am-logo {
    height: 38px;
    object-fit: contain;
}

.am-alert {
    display: none;
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
}

.am-alert.am-success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

.am-alert.am-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

.am-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.am-grid input, .am-grid textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
    font-family: inherit;
}

.am-grid input:focus, .am-grid textarea:focus {
    border-color: var(--gorent-base, #f0b429);
}

.am-grid textarea {
    resize: none;
    height: 60px;
}

.am-submit-wrap {
    text-align: center;
    margin-top: 4px;
}

.am-submit {
    background: var(--gorent-base, #f0b429);
    color: #1a1a2e;
    border: none;
    border-radius: 30px;
    padding: 11px 52px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: .5px;
    transition: opacity .2s, transform .1s;
}

.am-submit:hover {
    opacity: .88;
}

.am-submit:active {
    transform: scale(.97);
}

.am-submit:disabled {
    opacity: .6;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .am-features {
        gap: 12px;
    }

    .am-feature {
        font-size: 10px;
    }

    .am-feature i {
        font-size: 18px;
    }

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

    .am-body {
        padding: 18px 16px 22px;
    }
}

.bg-warning {
    background-color: var(--gorent-base) !important;
}

.btn-warning {
    color: #000;
    background-color: var(--gorent-base);
    border-color: var(--gorent-base);
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: var(--gorent-base);
    border-color: var(--gorent-base);
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

@media (max-width: 768px) {
    .hero-banner .hero-title {
        font-size: clamp(1.5rem, 5vw, 3.6rem);
    }

    .sc-fields {
        gap: 15px;
    }

    .about-three__points li .content h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .car-include {
        font-size: 10px;
    }

    .car-model-list {
        font-size: 0.7rem;
    }

    .car-list-content h2 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .sp-car-card__img {
        width: 100%;
    }

    .sp-car-card__specs {
        font-size: 10px;
    }

    .sp-car-card__models {
        font-size: 11px;
        color: #888;
    }

    .stat-label {
        font-size: 0.7rem;
    }
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.cl-summary-bar {
    background: #fff;
    border-bottom: 3px solid var(--gorent-base);
    padding: 14px 0
}

.cl-summary-inner {
    background: rgb(22 16 16);
    border: 1px solid rgb(255 255 255 / .10);
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0
}

.cl-summary-item {
    flex: 1 1 160px;
    padding: 8px 18px;
    border-right: 1px solid rgb(255 255 255 / .10)
}

.cl-summary-item:last-child {
    border-right: none
}

.cl-summary-item .cl-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--gorent-base);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px
}

.cl-summary-item .cl-value {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}

.cl-modify-btn {
    background: var(--gorent-base);
    color: #131222;
    border: none;
    border-radius: 50px;
    padding: 10px 26px;
    font-weight: 800;
    font-size: 13.5px;
    cursor: pointer;
    transition: background .2s, transform .15s;
    white-space: nowrap;
    margin-left: 12px
}

.cl-modify-btn:hover {
    background: #f5d000;
    transform: translateY(-1px)
}

.cl-route-unavail {
    background: rgb(255 193 7 / .12);
    border: 1px solid rgb(255 193 7 / .35);
    border-radius: 10px;
    color: #fff8dc;
    font-size: 13px;
    padding: 10px 18px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px
}

.cl-cars-section {
    background: #f5f5f7;
    padding: 40px 0 50px
}

.cl-car-wrap {
    margin-bottom: 22px
}

.cl-include-bar {
    background: linear-gradient(90deg, #fff9e0, #fffde8);
    border: 1px solid rgb(255 219 44 / .4);
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    padding: 7px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: #5a4a00
}

.cl-include-bar img {
    width: 16px;
    height: 16px;
    object-fit: contain
}

.cl-include-bar .cl-incl-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgb(255 219 44 / .25);
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 700;
    color: #7a5c00;
    border: 1px solid rgb(255 219 44 / .5)
}

.cl-car-card {
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 24px rgb(19 18 34 / .08);
    border: 1px solid #ede8df;
    border-top: none;
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    transition: box-shadow .25s, transform .2s;
    position: relative
}

.cl-car-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gorent-base);
    border-radius: 0
}

.cl-car-card:hover {
    box-shadow: 0 12px 40px rgb(19 18 34 / .14);
    transform: translateY(-2px)
}

.cl-car-img-wrap {
    flex: 0 0 180px;
    padding: 18px 12px 18px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-right: 1px solid #f0ebe2;
    min-height: 120px
}

.cl-car-img-wrap img {
    width: 160px;
    height: 100px;
    object-fit: contain
}

.cl-car-body {
    flex: 1;
    padding: 18px 20px
}

.cl-car-name {
    font-family: var(--gorent-font-two);
    font-size: 1.15rem;
    font-weight: 800;
    color: #131222;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.cl-car-similar {
    font-size: 11px;
    font-weight: 500;
    color: #888;
    background: #f0f0f0;
    border-radius: 20px;
    padding: 2px 10px
}

.cl-car-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 8px 0 10px
}

.cl-spec-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: #555;
    font-weight: 500
}

.cl-spec-item i {
    color: var(--gorent-base);
    font-size: 13px
}

.cl-car-models {
    font-size: 11.5px;
    color: #999;
    font-weight: 400
}

.cl-car-trust {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #d4820a;
    background: #fff8e1;
    border-radius: 20px;
    padding: 4px 12px;
    width: fit-content;
    border: 1px solid rgb(255 193 7 / .3)
}

.cl-car-trust i {
    color: #f5a623;
    font-size: 13px
}

.cl-car-pricing {
    flex: 0 0 175px;
    padding: 18px 16px;
    text-align: center;
    border-left: 1px solid #f0ebe2;
    background: linear-gradient(180deg, #fffdf5 0%, #fff 100%)
}

.cl-original-price {
    font-size: 13px;
    color: #bbb;
    text-decoration: line-through;
    margin-bottom: 2px
}

.cl-discounted-price {
    font-size: 1.75rem;
    font-weight: 800;
    color: #131222;
    font-family: var(--gorent-font-two);
    line-height: 1.1
}

.cl-save-badge {
    display: inline-block;
    background: #e6f9ee;
    color: #1a7a3c;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    margin-top: 5px;
    border: 1px solid #b2e8c8
}

.cl-no-route-text {
    font-size: 12px;
    color: #888;
    font-style: italic
}

.cl-car-action {
    flex: 0 0 130px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.cl-select-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #131222;
    color: var(--gorent-base);
    border: none;
    border-radius: 50px;
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: background .22s, color .22s, transform .15s, box-shadow .22s;
    white-space: nowrap;
    letter-spacing: .3px
}

.cl-select-btn:hover {
    background: var(--gorent-base);
    color: #131222;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(255 219 44 / .4);
    text-decoration: none
}

.cl-select-btn i {
    font-size: 12px
}

.cl-pricing-section {
    background: #fff;
    padding: 50px 0 60px;
    border-top: 1px solid #ede8df
}

.cl-pricing-section .cl-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgb(255 219 44 / .12);
    color: #b38000;
    border: 1px solid rgb(255 219 44 / .35);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 16px;
    margin-bottom: 10px
}

.cl-pricing-section h2 {
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #131222;
    margin-bottom: 6px
}

.cl-pricing-section .cl-sub {
    color: #888;
    font-size: .9rem;
    margin-bottom: 28px
}

.cl-ptable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 28px rgb(19 18 34 / .08)
}

.cl-ptable thead {
    background: #131222
}

.cl-ptable thead th {
    color: var(--gorent-base);
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 16px 20px;
    border: none
}

.cl-ptable thead th:first-child {
    border-radius: 16px 0 0 0
}

.cl-ptable thead th:last-child {
    border-radius: 0 16px 0 0
}

.cl-ptable tbody tr {
    background: #fff;
    transition: background .15s
}

.cl-ptable tbody tr:nth-child(even) {
    background: #fafaf8
}

.cl-ptable tbody tr:hover {
    background: #fffdf0
}

.cl-ptable tbody td {
    padding: 14px 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0ebe2;
    border-left: none;
    border-right: none
}

.cl-ptable tbody tr:last-child td {
    border-bottom: none
}

.cl-ptable .cl-car-thumb {
    width: 70px;
    height: 40px;
    object-fit: contain;
    border-radius: 6px;
    margin-right: 10px;
    vertical-align: middle
}

.cl-ptable .cl-pt-name {
    font-weight: 700;
    color: #131222
}

.cl-ptable .cl-pt-models {
    font-size: 11.5px;
    color: #999
}

.cl-ptable .cl-spec-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #555
}

.cl-ptable .cl-spec-pill i {
    color: var(--gorent-base)
}

.cl-price-badge {
    background: #131222;
    color: var(--gorent-base);
    font-size: 15px;
    font-weight: 800;
    padding: 7px 18px;
    border-radius: 50px;
    white-space: nowrap;
    letter-spacing: .3px
}

@media (max-width: 991px) {
    .cl-car-img-wrap {
        flex: 0 0 140px
    }

    .cl-car-img-wrap img {
        width: 120px;
        height: 80px
    }

    .cl-car-pricing {
        flex: 0 0 150px
    }

    .cl-car-action {
        flex: 0 0 110px;
        padding: 18px 14px
    }

    .cl-summary-item {
        padding: 6px 12px
    }
}

@media (max-width: 767px) {
    .cl-summary-inner {
        flex-direction: column;
        gap: 0;
        padding: 12px 16px
    }

    .cl-summary-item {
        border-right: none;
        border-bottom: 1px solid rgb(255 255 255 / .08);
        padding: 8px 0;
        width: 100%;
        flex: none
    }

    .cl-summary-item:last-child {
        border-bottom: none
    }

    .cl-summary-item .cl-value {
        white-space: normal;
        font-size: 13px
    }

    .cl-modify-btn {
        margin-left: 0;
        width: 100%;
        margin-top: 8px;
        text-align: center
    }

    .cl-include-bar {
        flex-wrap: wrap;
        gap: 6px;
        padding: 8px 14px;
        font-size: 12px
    }

    .cl-car-card {
        flex-direction: column;
        align-items: stretch
    }

    .cl-car-card::before {
        width: 100%;
        height: 4px;
        bottom: auto;
        right: 0;
        border-radius: 0
    }

    .cl-car-img-wrap {
        flex: none;
        border-right: none;
        border-bottom: 1px solid #f0ebe2;
        padding: 14px 16px;
        justify-content: center;
        width: 100%;
        min-height: auto;
        background: #fafafa
    }

    .cl-car-img-wrap img {
        width: 160px;
        height: 90px
    }

    .cl-car-body {
        padding: 14px 16px
    }

    .cl-car-name {
        font-size: 1rem
    }

    .cl-car-specs {
        gap: 10px;
        margin: 6px 0 8px
    }

    .cl-spec-item {
        font-size: 12px
    }

    .cl-car-pricing {
        flex: none;
        border-left: none;
        border-top: 1px solid #f0ebe2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        background: #fffdf5;
        text-align: left
    }

    .cl-car-pricing .cl-original-price {
        margin-bottom: 0;
        font-size: 12px
    }

    .cl-car-pricing .cl-discounted-price {
        font-size: 1.4rem;
        line-height: 1.2
    }

    .cl-car-pricing .cl-save-badge {
        margin-top: 0;
        font-size: 12px
    }

    .cl-car-pricing .cl-no-route-text {
        font-size: 12px
    }

    .cl-car-action {
        flex: none;
        flex-direction: row;
        padding: 12px 16px 16px;
        justify-content: stretch;
        border-top: 1px solid #f0ebe2
    }

    .cl-car-action .cl-select-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 22px;
        font-size: 15px
    }

    .cl-pricing-section {
        padding: 32px 0 40px
    }

    .cl-pricing-section h2 {
        font-size: 1.25rem
    }

    .cl-ptable thead th {
        padding: 12px 10px;
        font-size: 11px;
        letter-spacing: .4px
    }

    .cl-ptable tbody td {
        padding: 12px 10px;
        font-size: 13px
    }

    .cl-car-thumb {
        width: 50px;
        height: 32px;
        margin-right: 8px
    }

    .cl-pt-name {
        font-size: 13px
    }

    .cl-pt-models {
        font-size: 11px
    }

    .cl-spec-pill {
        padding: 3px 8px;
        font-size: 11px
    }

    .cl-price-badge {
        font-size: 13px;
        padding: 6px 12px
    }

    .cl-ptable th:nth-child(3), .cl-ptable td:nth-child(3), .cl-col-luggage {
        display: none
    }

    .cl-ptable thead th:last-child {
        border-radius: 0 16px 0 0
    }

    .page-header__shape-1 {
        display: none
    }
}

@media (max-width: 480px) {
    .cl-car-img-wrap img {
        width: 130px;
        height: 76px
    }

    .cl-car-body {
        padding: 12px 14px
    }

    .cl-car-pricing {
        padding: 10px 14px
    }

    .cl-car-pricing .cl-discounted-price {
        font-size: 1.25rem
    }

    .cl-car-action {
        padding: 10px 14px 14px
    }

    .cl-ptable thead th {
        padding: 10px 8px;
        font-size: 10px
    }

    .cl-ptable tbody td {
        padding: 10px 8px;
        font-size: 12px
    }

    .cl-car-thumb {
        width: 44px;
        height: 28px;
        margin-right: 6px
    }

    .cl-price-badge {
        font-size: 12px;
        padding: 5px 10px
    }

    .cl-summary-item .cl-value {
        word-break: break-word
    }
}

.terms-content {
    padding: 80px 0;
    background-color: #fff;
    line-height: 1.8;
    color: #323232;
}

.content-wrapper {
    margin: 0 auto;
}

.terms-box {
    background-color: #f8f9fa;
    border-left: 4px solid var(--gorent-base);
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.terms-box.warning {
    border-left-color: #ff6b00;
    background-color: #fff8f0;
}

.terms-box.info {
    border-left-color: #34a853;
    background-color: #f0f9f0;
}

.legal-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e8eaed;
}

.highlight {
    background-color: #fffacd;
    padding: 2px 5px;
    border-radius: 3px;
}

.definition-list {
    margin: 20px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.definition-list dt {
    font-weight: 600;
    color: var(--gorent-base);
    margin-top: 15px;
}

.definition-list dd {
    margin-left: 20px;
    margin-bottom: 10px;
}

.privacy-content {
    margin: 0 auto;
}

.privacy-section {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.privacy-section h2 {
    color: var(--gorent-base);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8eaed;
}

.privacy-section h3 {
    color: #202124;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.privacy-section p {
    margin-bottom: 15px;
    color: #202124;
}

.privacy-section ul, .privacy-section ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

.privacy-section li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.privacy-section ul li {
    list-style-type: disc;
}

.privacy-section ol li {
    list-style-type: decimal;
}

.highlight-box {
    background-color: #fff;
    border-left: 4px solid var(--gorent-base);
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

.terms-content h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8eaed;
}

.terms-content h3 {
    font-size: 1.3rem;
    margin-top: 1.8rem;
    color: var(--gorent-base);
}

.contact-box {
    background: linear-gradient(135deg, var(--gorent-base) 0%, var(--gorent-base) 100%);
    color: #333;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
}

.contact-box h3 {
    color: white;
    margin-bottom: 20px;
}

.contact-box p {
    margin-bottom: 20px;
    opacity: 0.9;
}

.sc-phone-row {
    display: flex;
    align-items: stretch;
    gap: 0
}

.sc-phone-prefix {
    position: relative;
    flex-shrink: 0
}

.sc-country-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 50px;
    padding: 0 10px 0 12px;
    background: #f9f9f9;
    border: 1.5px solid #e8e8e8;
    border-right: none;
    border-radius: 12px 0 0 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #131222;
    transition: background .2s, border-color .2s;
    white-space: nowrap;
    outline: none;
    line-height: 1
}

.sc-country-btn:hover, .sc-country-btn.open {
    background: #f0f0f0
}

.sc-country-btn.open {
    border-color: #131222;
    border-bottom-left-radius: 0
}

.sc-country-btn .sc-cf {
    font-size: 18px;
    line-height: 1
}

.sc-country-btn .sc-cc {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: -.2px
}

.sc-caret {
    font-size: 9px;
    color: #aaa;
    margin-left: 2px;
    transition: transform .2s
}

.sc-country-btn.open .sc-caret {
    transform: rotate(180deg)
}

.sc-phone-num-wrap .form-control {
    border-radius: 0 12px 12px 0 !important;
    padding-left: 14px !important
}

.sc-phone-num-wrap .form-control:focus {
    border-color: #131222 !important;
    z-index: 1
}

.sc-country-panel {
    display: none;
    position: fixed; /* fixed escapes all overflow:hidden ancestors */
    /* top/left set dynamically by JS via getBoundingClientRect() */
    z-index: 99999;
    width: 280px;
    background: #fff;
    border: 1.5px solid #131222;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 40px rgb(0 0 0 / .15);
    overflow: hidden
}

.sc-country-panel.open {
    display: block
}

.sc-cs-wrap {
    padding: 10px 10px 6px
}

.sc-cs-input {
    width: 100%;
    height: 34px;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 13px;
    color: #131222;
    outline: none;
    transition: border-color .2s
}

.sc-cs-input:focus {
    border-color: #131222
}

.sc-country-list {
    list-style: none;
    margin: 0;
    padding: 4px 0 8px;
    max-height: 220px;
    overflow-y: auto;
    scroll-behavior: smooth
}

.sc-country-list::-webkit-scrollbar {
    width: 4px
}

.sc-country-list::-webkit-scrollbar-track {
    background: #fff0
}

.sc-country-list::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px
}

.sc-country-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 4px 10px
}

.sc-country-opt {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    transition: background .15s;
    font-size: 13px
}

.sc-country-opt:hover, .sc-country-opt.sc-country-opt--active {
    background: rgb(255 219 44 / .15)
}

.sc-co-flag {
    font-size: 17px;
    line-height: 1;
    flex-shrink: 0
}

.sc-co-name {
    flex: 1;
    color: #131222;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sc-co-code {
    color: #888;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0
}

.sc-country-opt.sc-hidden {
    display: none
}

@media (max-width: 575px) {
    .sc-country-panel {
        width: 260px
    }

    .sc-country-btn .sc-cc {
        display: none
    }

    .sc-country-btn {
        padding: 0 8px
    }
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}
