/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Backeri - Bakery and Pastry Shop HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Why Choose Us css
08. What We Do css
09. Our Products css
10. How It Work css
11. Our Special Offers css
12. Our Gallery css
13. Our Testimonials css
14. Our Blog css
15. Footer css
16. About Us Page css
17. Services Page css
18. Service Single css
19. Blog Archive css
20. Blog Single css
21. Our Products css
22. Product Single css
23. Team Page css
24. Team Single css
25. Testimonials Page css
26. Image Gallery css
27. Video Gallery css
28. FAQs Page css
29. Contact Us Page css
30. 404 Error Page css
31. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
    --primary-color: #06264a;
    --secondary-color: #f3fafa;
    --text-color: #536273;
    --accent-color: #20c4bc;
    --bg-color: #f7fbfc;
    --white-color: #ffffff;
    --divider-color: #e7eeee;
    --dark-divider-color: #ffffff1a;
    --error-color: rgb(230, 87, 87);
    --default-font: "Inter", sans-serif;
    --accent-font: "Inter", sans-serif;
}

/* AlemUP Pavlodar launch block */
.pavlodar-launch {
    background: #ffffff !important;
    padding: 90px 0 100px;
    overflow: hidden;
}

.pavlodar-launch > .container-fluid {
    max-width: 1760px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.pavlodar-launch-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    border-radius: 0;
    overflow: hidden;
    background: #ffffff;
}

.pavlodar-launch-content {
    position: relative;
    z-index: 2;
    width: 44%;
    padding: 64px 0 86px;
}

.pavlodar-launch-content .section-title {
    margin-bottom: 0;
}

.pavlodar-launch-content .section-title h2 {
    max-width: 820px;
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.pavlodar-launch-content .section-title p {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.6;
}

.pavlodar-visual-placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64%;
    min-height: 500px;
    background-image: linear-gradient(
            90deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0.92) 12%,
            rgba(255, 255, 255, 0.58) 32%,
            rgba(255, 255, 255, 0.05) 58%
        ),
        url("../images/about4.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.pavlodar-stage-list {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: -64px;
}

.pavlodar-stage {
    position: relative;
}

.pavlodar-stage:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 62px;
    right: -31px;
    width: 34px;
    height: 6px;
    background-image: radial-gradient(circle, #20c4bc 2px, transparent 2.5px);
    background-size: 10px 6px;
    background-repeat: repeat-x;
    z-index: 4;
}

.pavlodar-stage .product-item {
    position: relative;
    height: 100%;
    min-height: 360px;
    margin: 0;
    padding: 32px;
    border-radius: 26px;
    border: 1px solid #e7eeee;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.pavlodar-stage-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 58px;
}

.pavlodar-stage-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #18d5dd 0%, #13b3a5 100%);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(32, 196, 188, 0.25);
}

.stage-icon-placeholder {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background: #eef8f7;
    border: 1px solid rgba(32, 196, 188, 0.16);
}

.pavlodar-stage .product-item-content h3 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    line-height: 1.24;
    font-weight: 700;
    color: #06264a;
    margin-bottom: 18px;
}

.pavlodar-stage .product-item-content p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #536273;
    margin: 0;
}

@media (max-width: 1199px) {
    .pavlodar-stage-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 34px;
    }

    .pavlodar-stage:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .pavlodar-launch {
        padding: 72px 0;
    }

    .pavlodar-launch-hero {
        min-height: auto;
        display: block;
    }

    .pavlodar-launch-content {
        width: 100%;
        padding: 0 0 34px;
    }

    .pavlodar-visual-placeholder {
        position: relative;
        width: 100%;
        min-height: 360px;
        border-radius: 24px;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02)),
            url("../images/about4.png");
        background-position: center right;
    }
}

@media (max-width: 767px) {
    .pavlodar-launch > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pavlodar-launch-content .section-title h2 {
        font-size: 26px;
    }

    .pavlodar-launch-content .section-title p {
        font-size: 17px;
    }

    .pavlodar-stage-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pavlodar-stage .product-item {
        min-height: auto;
        padding: 26px;
    }
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

html,
body {
    width: 100%;
    overflow-x: clip;
    font-family: "Inter", sans-serif;
}

body {
    font-family: "Inter", sans-serif;
    width: calc(100% - 30px);
    margin: 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: var(--text-color);
    background: #f3fafa;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

::-webkit-scrollbar-track {
    background-color: var(--primary-color);
    border-left: 1px solid var(--primary-color);
}
::-webkit-scrollbar {
    width: 7px;
    background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb {
    background: var(--accent-color);
}

::selection {
    color: var(--primary-color);
    background-color: var(--accent-color);
    filter: invert(1);
}

p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.1em;
    color: var(--primary-color);
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.container {
    max-width: 1350px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > * {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default {
    position: relative;
    display: inline-block;
    background: var(--accent-color);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: none;
    color: var(--white-color);
    padding: 15px 30px 15px 30px;
    overflow: hidden;
    border: none;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.btn-default::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.btn-default:hover::before {
    transform: translateY(-50%) rotate(45deg);
}

.btn-default::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 102%;
    height: 100%;
    background-color: var(--primary-color);
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: skewY(9.3deg) scaleY(0);
}

.btn-default:hover::after {
    transform: skewY(0deg) scaleY(2);
}

.btn-default.btn-highlighted:hover {
    color: var(--primary-color);
}

.btn-default.btn-highlighted:hover::before {
    filter: brightness(0) invert(0);
}

.btn-default.btn-highlighted::after {
    background-color: var(--white-color);
}

.readmore-btn {
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    color: var(--accent-color);
    padding-right: 25px;
    transition: all 0.4s ease-in-out;
}

.readmore-btn:hover::before {
    filter: brightness(0) invert(0);
    transform: translateY(-50%) rotate(45deg);
}

.readmore-btn:hover {
    color: var(--primary-color);
}

.cb-cursor:before {
    background: var(--accent-color);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--white-color) transparent var(--white-color);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-section {
    background-color: var(--white-color);
    max-width: 1760px;
    border-radius: 20px;
    margin: 30px auto 0;
    border: 1px solid rgba(11, 31, 51, 0.15);
}

.section-row {
    margin-bottom: 80px;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-title.section-title-center {
    width: 100%;
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
}

.section-btn {
    text-align: right;
}

.section-content-btn .section-btn {
    margin-top: 30px;
    text-align: left;
}

.section-title-content p {
    margin-bottom: 20px;
}

.section-title-content p:last-child {
    margin-bottom: 0;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-family: var(--accent-font);
    font-size: 20px;
    font-weight: 600;
    color: var(--accent-color);
    padding-left: 28px;
    margin-bottom: 10px;
}

.section-title h3::before {
    content: "\f5e4";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-color);
    font-size: 16px;
}

.section-title h3 > i {
    display: none;
}

.section-title h1 {
    font-size: 46px;
    margin-bottom: 0;
    cursor: none;
}

.section-title h2 {
    font-size: 46px;
    margin-bottom: 0;
    cursor: none;
}

.section-title h1 span,
.section-title h2 span {
    font-family: var(--accent-font);
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 50px;
    color: var(--accent-color);
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}

.dark-section {
    background-color: var(--primary-color);
}

.dark-section .section-title-content p,
.dark-section .section-title p,
.dark-section .section-title h3,
.dark-section .section-title h2,
.dark-section .section-title h1 {
    color: var(--white-color);
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
    position: relative;
    margin: 30px auto;
    z-index: 100;
}

header.main-header .container-fluid {
    padding: 0;
}

header.main-header .header-sticky {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    border: 1px solid var(--divider-color);
    border-top: none;
    border-radius: 0 0 20px 20px;
}

.navbar {
    padding: 25px 30px;
    align-items: center;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul {
    align-items: center;
    display: inline-flex;
}

.main-menu ul li {
    position: relative;
    margin: 0 5px;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1em;
    padding: 15px 10px !important;
    color: var(--primary-color);
    text-transform: none;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: var(--accent-color);
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 235px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--accent-color);
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.main-menu ul li.submenu:first-child ul {
    width: 235px;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}

.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after {
    content: "\f105";
    float: right;
}

.main-menu ul ul li {
    margin: 0;
    padding: 0;
}

.main-menu ul ul li a {
    color: var(--white-color);
    padding: 8px 20px !important;
    transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: var(--primary-color);
    background-color: transparent;
    padding: 8px 20px 8px 23px !important;
}

.header-social-links {
    text-align: right;
    margin-right: 20px;
}

.header-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-social-links ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    transition: all 0.3s ease-in-out;
}

.header-social-links ul li:last-child {
    margin-right: 0;
}

.header-social-links ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--divider-color);
    color: var(--accent-color);
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.header-social-links ul li a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.header-social-links ul li a i {
    font-size: 20px;
    color: inherit;
}

.header-btn {
    text-align: end;
}

.main-menu ul li.highlighted-menu {
    display: none;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    top: 0;
    position: relative;
}

.slicknav_btn {
    background: var(--accent-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
    background-color: var(--white-color);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
    background-color: var(--white-color);
}

.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0;
    background: var(--accent-color);
}

.slicknav_menu ul {
    margin: 5px 0;
}

.slicknav_menu ul ul {
    margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    padding: 7px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.slicknav_menu ul ul li a {
    padding: 7px 20px 7px 30px;
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after {
    transform: translateY(-50%) rotate(-180deg);
    color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
    background: transparent;
    border-radius: 0;
}

.hero .container-fluid {
    padding: 0;
}

.hero.hero-bg-image .hero-box {
    position: relative;
    display: block;
    background: url("../images/hero-image.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 150px 15px;
    overflow: hidden;
}

.hero.hero-bg-image .hero-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    opacity: 80%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-bg-image.hero-video .hero-box .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero.hero-bg-image.hero-video .hero-box .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-bg-image .hero-box .hero-content {
    position: relative;
    background: transparent;
    width: 100%;
    max-width: 750px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.hero.hero-bg-image .hero-box .hero-content .hero-content-list ul,
.hero.hero-bg-image .hero-box .hero-content .hero-body {
    justify-content: center;
}

.hero-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.hero-content,
.hero-image-box {
    width: calc(50% - 15px);
    border-radius: 20px;
}

.hero-content {
    padding: 5.208vw;
    align-content: center;
}

.hero-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 40px;
}

.video-play-button.border-btn {
    display: inline-flex;
    align-items: center;
}

.video-play-button.border-btn p {
    font-weight: 600;
    text-transform: none;
    color: var(--white-color);
    margin: 0 10px 0 0;
}

.video-play-button.border-btn a {
    height: 42px;
    width: 42px;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
    transition: all 0.3s ease-in-out;
}

.video-play-button.border-btn a i {
    font-size: 14px;
    color: var(--white-color);
    margin-left: 2px;
    transition: all 0.3s ease-in-out;
}

.video-play-button.border-btn:hover a {
    border-color: var(--accent-color);
}

.video-play-button.border-btn:hover a i {
    color: var(--accent-color);
}

.hero-content-list {
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 50px;
    padding-top: 50px;
}

.hero-content-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.hero-content-list ul li {
    position: relative;
    display: inline-block;
    line-height: 1.5em;
    color: var(--white-color);
    padding-left: 30px;
}

.hero-content-list ul li:before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--accent-color);
}

.hero-image-box {
    position: relative;
}

.hero-image {
    height: 100%;
}

.hero-image figure {
    display: block;
    height: 100%;
    border-radius: 20px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.842;
    object-fit: cover;
    border-radius: 20px;
}

.hero-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 310px;
    background: var(--bg-color);
    border: 20px solid var(--bg-color);
    border-right: none;
    border-bottom: none;
    border-radius: 20px 0 0 0;
    z-index: 1;
}

.hero-counter::before,
.hero-counter::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    mask: url("../images/hero-image-corner-shape.svg");
    -webkit-mask: url("../images/hero-image-corner-shape.svg");
    background-color: var(--bg-color);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.hero-counter::before {
    top: -40px;
    right: 0;
}

.hero-counter::after {
    bottom: 0;
    left: -40px;
}

.hero-counter-box {
    background: var(--white-color);
    border-radius: 20px;
    padding: 30px;
}

.hero-counter-content {
    margin-bottom: 20px;
}

.hero-counter-content h2 {
    font-family: var(--accent-font);
    font-size: 46px;
    margin-bottom: 50px;
}

.hero-counter-content p {
    margin-bottom: 0;
}

.review-images {
    display: inline-flex;
    align-items: center;
}

.review-image {
    position: relative;
    display: inline-block;
    margin-left: -12px;
    z-index: 1;
}

.review-image:first-child {
    margin: 0;
}

.review-image figure {
    display: block;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}

.review-image img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%;
}

.review-image.add-more {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border: 1px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.review-image.add-more i {
    font-size: 20px;
    color: var(--white-color);
}

.review-image.add-more h3 {
    font-size: 14px;
    color: var(--white-color);
}

.hero-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-info-video-box,
.hero-image-rating-box,
.working-hours-item {
    position: relative;
    width: calc(33.33% - 13.33px);
    border-radius: 20px;
    overflow: hidden;
}

.hero-info-bg-image figure {
    position: relative;
    height: 100%;
    display: block;
}

.hero-info-bg-image {
    height: 100%;
}

.hero-info-bg-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(18, 24, 32, 0.6) 39.29%, rgba(18, 24, 32, 0.4) 100%);
    height: 100%;
    width: 100%;
}

.hero-info-bg-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.615;
    object-fit: cover;
}

.hero-video-tag-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    z-index: 1;
}

.hero-video-tag h3 {
    font-family: var(--accent-font);
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: var(--accent-color);
}

.hero-video-tag h3 a {
    display: block;
    color: inherit;
    background: var(--white-color);
    border-radius: 100px;
    padding: 10px 16px;
    cursor: none;
}

.hero-video-btn a {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.hero-video-btn a:hover {
    background: var(--accent-color);
}

.hero-video-btn a img {
    width: 100%;
    max-width: 14px;
    transition: all 0.3s ease-in-out;
}

.hero-video-btn a:hover img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}

.hero-info-video-content {
    position: absolute;
    bottom: 40px;
    right: 40px;
    left: 40px;
    z-index: 1;
}

.hero-info-video-content h3 {
    font-size: 20px;
    color: var(--white-color);
}

.hero-rating-content {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
}

.hero-rating-content h3 {
    font-size: 20px;
    line-height: 1.4em;
    color: var(--white-color);
}

.hero-image-rating-box .google-rating-box {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 100%;
    max-width: 210px;
    background: var(--divider-color);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 20px;
}

.google-rating-box {
    border-radius: 10px;
    padding: 20px;
}

.google-rating-header {
    display: flex;
    margin-bottom: 10px;
}

.google-rating-header .icon-box {
    margin-right: 10px;
}

.google-rating-header .icon-box img {
    max-width: 40px;
}

.google-rating-content p {
    color: var(--white-color);
    margin-bottom: 5px;
}

.google-rating-content p:last-child {
    margin-bottom: 0;
}

.google-rating-content i {
    color: inherit;
    margin-right: 2px;
}

.google-rating-content i:last-child {
    margin-right: 0;
}

.google-rating-box .review-image img {
    max-width: 40px;
}

.google-rating-box .review-image.add-more {
    width: 40px;
    height: 40px;
}

.working-hours-item {
    background: var(--secondary-color);
    border-radius: 20px;
    padding: 2.083vw;
}

.working-hours-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.working-hours-header h3 {
    font-size: 20px;
}

.working-hours-header img {
    width: 100%;
    max-width: 30px;
}

.working-hours-body {
    margin-bottom: 30px;
}

.working-hours-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.working-hours-body ul li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.working-hours-body ul li:last-child {
    margin-bottom: 0;
}

.working-hours-btn .btn-default {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.working-hours-btn .btn-default::before {
    display: none;
}

/************************************/
/*** 	   05. About Us css 	  ***/
/************************************/

.about-us {
    padding: 100px 0;
}

.about-us-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-us-list ul li {
    position: relative;
    width: calc(50% - 15px);
    line-height: 1.5em;
    padding-left: 30px;
}

.about-us-list ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
}

.about-us-btn {
    margin-top: 40px;
}

.about-us-images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-image {
    width: calc(50% - 15px);
}

.about-image figure {
    display: block;
    border-radius: 20px;
}

.about-image img {
    width: 100%;
    aspect-ratio: 1 / 1.698;
    object-fit: cover;
    border-radius: 20px;
}

.year-experience-circle,
.year-experience-circle h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-content: center;
    text-align: center;
}

.year-experience-circle img {
    width: 100%;
    max-width: 152px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.year-experience-circle h2 {
    font-size: 26px;
    color: var(--white-color);
}

.about-us-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    border-top: 1px solid var(--divider-color);
    padding-top: 80px;
}

.about-us-item {
    position: relative;
    width: calc(33.33% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-us-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    background: var(--divider-color);
    width: 1px;
    height: 100%;
}

.about-us-item:last-child:before,
.about-us-item:nth-child(3n + 3):before {
    display: none;
}

.about-us-item {
    display: flex;
    align-items: flex-start;
}

.about-us-item .icon-box {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: var(--accent-color);

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--white-color);
}

.about-us-item .icon-box i {
    font-size: 20px;
    line-height: 1;
    color: var(--white-color);
}

.about-us-item-content {
    flex: 1;
    width: auto;
}

.about-us-item-content h3 {
    margin-top: 0;
}

.about-us-item .icon-box img {
    max-width: 40px;
}

.about-us-item-content {
    width: calc(100% - 60px);
}

.about-us-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.about-us-item-content p {
    margin-bottom: 0;
}

/************************************/
/*** 	 06. Our Services css	  ***/
/************************************/

.our-services {
    padding: 100px 0;
}

.service-item {
    position: relative;
    background-color: var(--secondary-color);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.service-item-content {
    position: relative;
    z-index: 1;
}

.service-item-content h3 {
    font-family: var(--accent-font);
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.service-item-content h2 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

.service-item-content h2 a {
    color: inherit;
}

.service-item-content p {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.passenger-feature-cards .service-item {
    border: 1px solid rgba(6, 38, 74, 0.12);
    box-shadow: 0 18px 46px rgba(6, 38, 74, 0.09);
}

.service-readmore-btn {
    position: relative;
    border-top: 1px solid var(--divider-color);
    margin-top: 20px;
    padding-top: 20px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-item.active .service-readmore-btn,
.service-item:hover .service-readmore-btn {
    border-color: var(--dark-divider-color);
}

.service-item.active .service-readmore-btn a::before,
.service-item:hover .service-readmore-btn a::before {
    filter: brightness(0) invert(1);
}

.section-footer-text {
    margin-top: 30px;
    text-align: center;
}

.section-footer-text p {
    display: inline-block;
    margin-bottom: 0;
}

.dark-section .section-footer-text p {
    color: var(--white-color);
}

.section-footer-text span {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: var(--white-color);
    background: var(--accent-color);
    padding: 4px 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.section-footer-text p a {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.section-footer-text p a:hover {
    color: var(--primary-color);
}

.dark-section .section-footer-text p a:hover {
    color: var(--white-color);
}

/************************************/
/*** 	 07. Why Choose Us css	  ***/
/************************************/

.why-choose-us {
    padding: 100px 0;
}

.why-choose-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.why-choose-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.why-choose-item .icon-box {
    position: relative;
    background-color: var(--accent-color);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
    color: #fff;
}

.why-choose-item:hover .icon-box::before {
    transform: scale(1);
}

.why-choose-item .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}

.why-choose-item-content {
    position: relative;
    width: calc(100% - 70px);
    z-index: 1;
}

.why-choose-item-content h3 {
    font-size: 20px;
    line-height: 1.3em;
    text-transform: none;
}

.why-choose-item-content p {
    margin: 10px 0 0 0;
}

.why-choose-images {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 15px;
}

.why-choose-image-box-1,
.why-choose-image-box-2 {
    width: calc(50% - 15px);
}

.why-choose-image {
    position: relative;
}

.why-choose-image figure {
    display: block;
    border-radius: 20px;
}

.why-choose-image figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.why-choose-image-box-1 .why-choose-image figure img {
    aspect-ratio: 1 / 1.44;
}

.why-choose-cta-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: var(--divider-color);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    z-index: 1;
}

.why-choose-cta-box .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.why-choose-cta-box:hover .icon-box {
    background: var(--primary-color);
}

.why-choose-cta-box .icon-box img {
    max-width: 20px;
}

.why-choose-cta-content {
    width: calc(100% - 55px);
}

.why-choose-cta-content p {
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
}

.why-choose-image-box-1 .google-rating-box {
    background: var(--accent-color);
    border-radius: 20px;
    margin-top: 30px;
}

.why-choose-image-box-1 .google-rating-box .google-rating-content {
    margin-bottom: 20px;
}

.why-choose-image-box-1 .google-rating-box .review-image img {
    max-width: 50px;
}

.why-choose-image-box-1 .google-rating-box .review-image.add-more {
    width: 50px;
    height: 50px;
}

.contact-us-circle a {
    display: inline-block;
    border-radius: 50%;
}

.contact-us-circle a img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.contact-us-circle a:hover img {
    animation-play-state: paused;
}

.why-choose-image-box-2 .why-choose-image {
    margin-top: 40px;
}

.why-choose-image-box-2 .why-choose-image figure img {
    aspect-ratio: 1 / 1.566;
}

/************************************/
/*** 	  08. What We Do css	  ***/
/************************************/

.our-features {
    padding: 100px;
}

.our-features .container-fluid {
    padding: 0;
}

.feature-content {
    position: relative;
    background: url("../images/our-feature-image.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    align-content: center;
    border-radius: 20px;
    padding: 100px 5.208vw;
    height: 100%;
    overflow: hidden;
}

.feature-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 80%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.feature-content .section-title,
.feature-content .feature-btn {
    position: relative;
    z-index: 1;
}

.feature-items-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.feature-item {
    width: calc(50% - 15px);
    background: var(--secondary-color);
    border-radius: 20px;
    text-align: center;
    padding: 30px;
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.feature-item .icon-box {
    position: relative;
    background-color: var(--accent-color);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    overflow: hidden;
    color: #fff;
}

.feature-item:hover .icon-box::before {
    transform: scale(1);
}

.feature-item .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}

.feature-item-content h3 {
    font-size: 20px;
}

.feature-item-content p {
    margin: 15px 0 0;
}

.about-platform-principles .feature-item {
    border: 1px solid rgba(6, 38, 74, 0.12);
    box-shadow: 0 18px 46px rgba(6, 38, 74, 0.09);
}

.page-passengers .about-platform-principles .alem-image-card {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 720px;
    margin: 0;
    overflow: visible;
}

.page-passengers .about-platform-principles .alem-image-card::before,
.page-passengers .about-platform-principles .alem-image-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.page-passengers .about-platform-principles .alem-image-card::before {
    width: 118%;
    height: 92%;
    background: var(--primary-color);
    opacity: 0.07;
    filter: blur(72px);
}

.page-passengers .about-platform-principles .alem-image-card::after {
    width: 88%;
    height: 72%;
    background: radial-gradient(
        circle at center,
        rgba(32, 196, 188, 0.1) 0%,
        rgba(32, 196, 188, 0.04) 48%,
        rgba(255, 255, 255, 0) 74%
    );
}

.page-passengers .about-platform-principles .alem-image-card img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: min(520px, 88%);
    height: auto;
    max-height: 760px;
}

/************************************/
/*** 	 09. Our Products css	  ***/
/************************************/

.our-products {
    padding: 100px 0;
}

.our-products .product-item {
    background: var(--secondary-color);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px;
}

.our-products .product-item-image {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 40px;
}

.our-products .product-item-image figure {
    display: block;
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.our-products .product-box-1 .product-item-image figure {
    mask-image: url("../images/product-bg-shape-1.svg");
    background-image: url("../images/product-bg-shape-1.svg");
}

.our-products .product-box-2 .product-item-image figure {
    mask-image: url("../images/product-bg-shape-2.svg");
    background-image: url("../images/product-bg-shape-2.svg");
}

.our-products .product-box-3 .product-item-image figure {
    mask-image: url("../images/product-bg-shape-3.svg");
    background-image: url("../images/product-bg-shape-3.svg");
}

.our-products .product-box-4 .product-item-image figure {
    mask-image: url("../images/product-bg-shape-4.svg");
    background-image: url("../images/product-bg-shape-4.svg");
}

.our-products .product-item-image figure img {
    width: 100%;
    object-fit: cover;
}

.our-products .product-item-content p {
    font-family: var(--accent-font);
    margin-bottom: 10px;
}

.our-products .product-item-content h3 {
    font-size: 20px;
}

/************************************/
/*** 	 10. How It Work css	  ***/
/************************************/

.how-it-work {
    background-image: url("../images/how-it-work-bg.png");
    background-repeat: no-repeat;
    padding: 100px 0 70px;
}

.work-content-box,
.work-step-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.work-content-box h3 {
    font-size: 24px;
    line-height: 1.4em;
    color: var(--white-color);
    margin-bottom: 20px;
}

.work-content-box p {
    color: var(--white-color);
    margin-bottom: 20px;
}

.work-content-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-content-box ul li {
    position: relative;
    color: var(--white-color);
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.work-content-box ul li:last-child {
    margin-bottom: 0;
}

.work-content-box ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--white-color);
}

.work-content-box .btn-default {
    margin-top: 40px;
}

.work-step-item {
    position: relative;
}

.work-step-image figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.work-step-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(18, 24, 32, 0) 0%, rgba(18, 24, 32, 0.6) 68.03%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.work-step-image img {
    width: 100%;
    aspect-ratio: 1 / 1.29;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.work-step-item:hover .work-step-image img {
    transform: scale(1.1);
}

.work-step-no {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--divider-color);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.work-step-item:hover .work-step-no {
    background: var(--accent-color);
}

.work-step-no h2 {
    font-family: var(--accent-font);
    font-size: 20px;
    font-style: italic;
    color: var(--white-color);
}

.work-step-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.work-step-content h3 {
    font-size: 20px;
    color: var(--white-color);
}

.work-step-content p {
    color: var(--white-color);
    margin: 15px 0 0;
}

/************************************/
/***  11. Our Special Offers css  ***/
/************************************/

.our-special-offers {
    padding: 100px 0;
}

.offer-list-1 {
    margin-right: 30px;
}

.offer-list-2 {
    margin-left: 30px;
}

.offer-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.offer-item:last-child {
    margin-bottom: 0;
}

.offer-image {
    width: 100px;
    height: 100px;
    background: var(--white-color);
    border: 1px solid var(--secondary-color);
    box-shadow: 0px 0px 10px 0px var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.offer-image figure {
    display: block;
}

.offer-image img {
    width: 100%;
    max-width: 80px;
    border-radius: 50%;
}

.offer-item-content {
    width: calc(100% - 120px);
}

.offer-item-content h2 {
    font-size: 20px;
}

.offer-item-content p {
    margin: 10px 0 0;
}

.offer-item-content h3 {
    font-family: var(--accent-font);
    font-size: 16px;
    color: var(--accent-color);
    font-style: italic;
    font-weight: 400;
    margin-top: 15px;
}

.best-offer-image-box {
    position: relative;
    background: var(--secondary-color);
    border-radius: 999px;
    text-align: center;
    margin-bottom: 80px;
}

.best-offer-image-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid var(--divider-color);
    border-radius: 999px;
    z-index: 0;
}

.best-offer-content,
.best-offer-image {
    position: relative;
    z-index: 1;
}

.best-offer-content {
    padding: 80px 40px 30px;
}

.best-offer-content h2 {
    font-family: var(--accent-font);
    font-size: 40px;
    font-style: italic;
}

.best-offer-content p {
    margin: 15px 0 0;
}

.best-offer-content .readmore-btn {
    margin-top: 30px;
}

.best-offer-image {
    margin: 0 15px;
}

.best-offer-image figure {
    display: block;
}

.best-offer-image img {
    width: 100%;
    aspect-ratio: 1 / 1.12;
    object-fit: cover;
    margin-bottom: -80px;
}

/************************************/
/*** 	  12. Our Gallery css	  ***/
/************************************/

.our-gallery {
    padding: 100px 0;
}

.gallery-slider .photo-gallery a {
    display: block;
    cursor: none;
}

.gallery-slider .photo-gallery img {
    aspect-ratio: 1 / 1.35;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.gallery-slider .photo-gallery img:hover {
    filter: brightness(50%);
}

.gallery-slider .gallery-button-next,
.gallery-slider .gallery-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 55px;
    background: var(--accent-color);
    border: 5px solid var(--white-color);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    z-index: 5;
}

.gallery-button-prev {
    left: 16.406vw;
}

.gallery-button-next {
    right: 16.406vw;
}

.gallery-slider .gallery-button-next:hover,
.gallery-slider .gallery-button-prev:hover {
    background: var(--primary-color);
}

.gallery-slider .gallery-button-next::before,
.gallery-slider .gallery-button-prev::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    background: url("../images/arrow-white.svg") no-repeat center center;
    background-size: 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.gallery-slider .gallery-button-prev::before {
    transform: rotate(225deg);
}

/************************************/
/***   13. Our Testimonials css	  ***/
/************************************/

.our-testimonials {
    padding: 100px 0;
}

.testimonial-slider {
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.testimonial-slider .swiper-wrapper {
    cursor: none;
}

.testimonial-item {
    background: url("../images/icon-testimonial-quote.svg") no-repeat;
    background-position: top right;
    background-size: 65px auto;
}

.testimonial-item-content {
    margin-bottom: 40px;
}

.testimonial-item-content p {
    color: var(--white-color);
    font-size: 20px;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-image {
    margin-right: 15px;
}

.author-image figure {
    display: block;
    border-radius: 50%;
}

.author-image img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%;
}

.author-content h3 {
    font-size: 20px;
    text-transform: none;
    color: var(--white-color);
    margin-bottom: 5px;
}

.author-content p {
    color: var(--white-color);
    margin-bottom: 0;
}

.testimonials-counter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.testimonial-counter-item {
    width: calc(33.33% - 20px);
}

.testimonial-counter-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-counter-header .icon-box {
    margin-right: 20px;
}

.testimonial-counter-header .icon-box img {
    width: 100%;
    max-width: 40px;
}

.testimonial-counter-title {
    width: calc(100% - 60px);
}

.testimonial-counter-title h2 {
    color: var(--white-color);
    font-size: 30px;
}

.testimonial-counter-body p {
    color: var(--white-color);
    margin: 0;
}

.testimonials-image {
    position: relative;
    margin-left: 20px;
}

.testimonial-img figure {
    display: block;
    border-radius: 20px;
}

.testimonial-img img {
    width: 100%;
    aspect-ratio: 1 / 1.282;
    object-fit: cover;
    border-radius: 20px;
}

.why-choose-cta-box.testimonial-cta-box {
    right: 40px;
    bottom: 40px;
    left: 40px;
}

.why-choose-cta-box.testimonial-cta-box .why-choose-cta-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.why-choose-cta-box.testimonial-cta-box .why-choose-cta-content h3 {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
}

.why-choose-cta-box.testimonial-cta-box .why-choose-cta-content h3 a {
    color: inherit;
}

/************************************/
/*** 	   14. Our Blog css 	  ***/
/************************************/

.our-blog {
    padding: 100px 0 70px;
}

.post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image {
    margin-bottom: 20px;
}

.post-featured-image a {
    cursor: none;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.post-featured-image figure {
    display: block;
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.695;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}

.post-item-content {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.post-item-content h2 {
    font-size: 20px;
    line-height: 1.4em;
}

.post-item-content h2 a {
    display: inline-block;
    color: inherit;
}

/************************************/
/*** 	 	15. Footer css  	  ***/
/************************************/

.main-footer {
    padding: 100px 0 0;
    margin-bottom: 30px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
    max-width: 162px;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 1.5em;
    color: rgba(11, 31, 51, 0.82);
    text-transform: none;
}

.footer-menu ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover {
    color: var(--accent-color);
}

.footer-contact-item {
    margin-bottom: 80px;
}

.footer-contact-item h3 {
    font-size: 20px;
    color: var(--white-color);
}

.footer-contact-item h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.footer-contact-item h3 a:hover {
    color: var(--accent-color);
}

.footer-contact-item p {
    color: rgba(11, 31, 51, 0.82);
    margin: 10px 0 0;
}

.footer-newsletter-info {
    margin-bottom: 30px;
}

.footer-newsletter-info h3 {
    font-size: 20px;
    color: var(--white-color);
}

.footer-newsletter-info p {
    color: var(--white-color);
    margin: 15px 0 0;
}

.footer-newsletter-form .form-group {
    display: flex;
}

.footer-newsletter-form .form-group .form-control {
    width: 66%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--white-color);
    background-color: var(--dark-divider-color);
    border: none;
    border-radius: 10px 0 0 10px;
    outline: none;
    box-shadow: none;
    padding: 12px 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: var(--white-color);
}

.footer-newsletter-form .form-group .btn-default {
    width: 34%;
    border-radius: 0 10px 10px 0;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.footer-social-links h3 {
    font-size: 20px;
    color: var(--white-color);
}

.footer-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-links ul li {
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.footer-social-links ul li:last-child {
    margin-right: 0;
}

.footer-social-links ul li a {
    background: var(--white-color);
    color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
    background: var(--accent-color);
    color: var(--white-color);
}

.footer-social-links ul li a i {
    font-size: 20px;
    color: inherit;
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid var(--dark-divider-color);
    padding: 40px 0 60px;
    margin-top: 60px;
}

.footer-copyright-text p {
    color: rgba(11, 31, 51, 0.82);
    margin-bottom: 0;
}

.footer-privacy-policy {
    text-align: right;
}

.footer-privacy-policy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-privacy-policy ul li {
    display: inline-block;
    color: var(--white-color);
    text-transform: none;
    line-height: normal;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid var(--dark-divider-color);
    transition: all 0.3s ease-in-out;
}

.footer-privacy-policy ul li:hover {
    color: var(--accent-color);
}

.footer-privacy-policy ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.footer-privacy-policy ul li a {
    color: inherit;
}

/************************************/
/*** 	 16. About Us Page css	  ***/
/************************************/

.page-header {
    position: relative;
    display: flex;
    align-items: center;
    background: #f3fafa;
    min-height: 500px;
    padding: 150px 0;
    overflow: hidden;
}

.page-header-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
    border-radius: inherit;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}

.page-header-box {
    position: relative;
    text-align: center;
    z-index: 2;
}

.page-header-box h1 {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1em;
    color: var(--primary-color);
    margin-bottom: 10px;
    cursor: none;
}

.page-header-box h1 span {
    font-family: var(--accent-font);
    font-weight: 400;
    font-style: italic;
}

.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    line-height: normal;
    color: var(--primary-color);
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-color);
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.our-approach {
    padding: 100px 0;
}

.approach-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.approach-img figure {
    display: block;
}

.approach-img img {
    width: 100%;
    aspect-ratio: 1 / 0.904;
    object-fit: cover;
}

.google-rating-box.approach-review-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--divider-color);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    z-index: 2;
}

.google-rating-box.approach-review-box p {
    font-weight: 600;
}

.appraoch-content {
    margin-left: 15px;
}

.mission-vision-item {
    position: relative;
    background-color: var(--secondary-color);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.mission-vision-item:last-child {
    margin-bottom: 0;
}

.mission-vision-header {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    z-index: 1;
}

.mission-vision-header .icon-box {
    margin-right: 16px;
    position: relative;
    background-color: var(--accent-color);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}

.mission-vision-header .icon-box img {
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
}

.mission-vision-title {
    width: calc(100% - 40px);
}

.mission-vision-title h3 {
    font-size: 20px;
    text-transform: none;
    transition: all 0.4s ease-in-out;
}

.mission-vision-content p {
    position: relative;
    margin: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.passenger-trip-steps .mission-vision-item {
    border: 1px solid rgba(6, 38, 74, 0.12);
    box-shadow: 0 18px 46px rgba(6, 38, 74, 0.09);
}

.what-we-do {
    position: relative;
    background: url("../images/what-we-do-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px;
    overflow: hidden;
}

.what-we-do:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 40%;
}

.what-we-do .container-fluid {
    padding: 0;
}

.what-we-video {
    position: relative;
    text-align: center;
    padding-right: 7.813vw;
    z-index: 1;
}

.video-play-button.bg-effect a {
    position: relative;
    background: var(--accent-color);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    transition: all 0.4s ease-in-out;
}

.video-play-button.bg-effect a:hover {
    background: var(--primary-color);
}

.video-play-button.bg-effect a:before,
.video-play-button.bg-effect a:after {
    content: "";
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--white-color);
    opacity: 30%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.video-play-button.bg-effect a:after {
    animation-delay: 0.3s;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.video-play-button.bg-effect a i {
    font-size: 40px;
    color: var(--white-color);
    margin-left: 2px;
}

.what-we-content {
    position: relative;
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 60px;
    margin-left: 5.682vw;
    z-index: 1;
}

.what-we-item,
.what-we-content .section-title {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.what-we-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.what-we-header {
    margin-bottom: 15px;
}

.what-we-header h4 {
    color: var(--accent-color);
    font-family: var(--accent-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.what-we-header h3 {
    font-size: 20px;
    text-transform: none;
}

.what-we-body p {
    margin: 0;
}

.what-we-btn {
    margin-top: 40px;
}

.our-team {
    padding: 100px 0 70px;
}

.team-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.team-image a {
    display: block;
    cursor: none;
    border-radius: 20px;
    overflow: hidden;
}

.team-image figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(18, 24, 32, 0) 47.78%, rgba(18, 24, 32, 0.8) 81.91%);
    z-index: 1;
}

.team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.424;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img {
    transform: scale(1.1);
}

.team-body {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    transform: translateY(40px);
    text-align: center;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.team-item:hover .team-body {
    transform: translateY(0);
}

.team-content h3 {
    color: var(--white-color);
    font-size: 20px;
    text-transform: none;
    margin-bottom: 5px;
}

.team-content h3 a {
    color: inherit;
}

.team-content p {
    color: var(--white-color);
    text-transform: none;
    margin: 0;
}

.team-social-list {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.team-item:hover .team-social-list {
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}

.team-social-list ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social-list ul li a {
    width: 36px;
    height: 36px;
    color: var(--white-color);
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.team-social-list ul li:hover a {
    color: var(--accent-color);
    background: var(--white-color);
}

.team-social-list ul li a i {
    font-size: 18px;
    color: inherit;
}

.our-faqs {
    background-color: var(--white-color);
    padding: 100px 0;
}

.faqs-content {
    position: sticky;
    top: 20px;
    margin-right: 20px;
}

.google-rating-box.faq-cta-box {
    display: inline-block;
    background-color: var(--accent-color);
    border-radius: 20px;
}

.google-rating-box.faq-cta-box p {
    font-weight: 600;
}

.faq-accordion .accordion-item {
    background-color: var(--bg-color);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    background: transparent;
    color: var(--primary-color);
    padding: 17px 55px 17px 20px;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    border-radius: 50%;
    font-size: 14px;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-body {
    background: transparent;
    border-top: 1px solid var(--divider-color);
    padding: 15px 20px 20px 20px;
}

.faq-accordion .accordion-item .accordion-body p {
    margin: 0;
}

/************************************/
/*** 	17. Services Page css	  ***/
/************************************/

.page-services {
    padding: 100px 0 70px;
}

/************************************/
/*** 	18. Service Single css	  ***/
/************************************/

.page-service-single {
    padding: 100px 0;
}

.page-single-sidebar {
    position: sticky;
    top: 20px;
    margin-right: 20px;
}

.page-category-list {
    background-color: var(--secondary-color);
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px;
    overflow: hidden;
}

.page-category-list h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.page-category-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-category-list ul li {
    margin-bottom: 20px;
}

.page-category-list ul li:last-child {
    margin: 0;
}

.page-category-list ul li a {
    position: relative;
    display: block;
    line-height: 1.4em;
    text-transform: none;
    color: var(--text-color);
    background: var(--white-color);
    border-radius: 20px;
    padding: 18px 45px 18px 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page-category-list ul li:hover a {
    color: var(--white-color);
}

.page-category-list ul li a::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    background: url("../images/arrow-text.svg") no-repeat;
    background-position: center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease-in-out;
}

.page-category-list ul li a:hover::before {
    filter: brightness(0) invert(1);
    transform: translate(0px, -50%) rotate(45deg);
}

.page-category-list ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--accent-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.page-category-list ul li:hover a::after {
    top: 0;
    height: 100%;
}

.sidebar-cta-box {
    border-radius: 20px;
    overflow: hidden;
}

.sidebar-cta-content {
    position: relative;
    background: url("../images/sidebar-cta-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 170px 30px 40px;
}

.sidebar-cta-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sidebar-cta-logo,
.cta-item-content {
    position: relative;
    z-index: 1;
}

.sidebar-cta-logo {
    margin-bottom: 40px;
}

.sidebar-cta-logo img {
    width: 100%;
    max-width: 162px;
}

.cta-item-content {
    display: flex;
    align-items: center;
    background-color: var(--dark-divider-color);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 20px;
}

.cta-item-content h3 {
    width: calc(100% - 70px);
    font-size: 20px;
    line-height: 1.4em;
    color: var(--white-color);
    border-right: 1px solid var(--dark-divider-color);
    margin-right: 20px;
    padding-right: 20px;
}

.cta-item-content .icon-box {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-cta-contact .btn-default {
    display: block;
    width: 100%;
    font-size: 20px;
    text-transform: none;
    border-radius: 0;
    padding: 18px 30px;
}

.sidebar-cta-contact .btn-default::before {
    display: none;
}

.sidebar-cta-contact .btn-default img {
    max-width: 24px;
    margin-right: 15px;
}

.page-single-image {
    margin-bottom: 40px;
}

.page-single-image figure {
    display: block;
    border-radius: 20px;
}

.page-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.538;
    object-fit: cover;
    border-radius: 20px;
}

.service-entry {
    margin-bottom: 60px;
}

.service-entry p {
    margin-bottom: 20px;
}

.service-entry p:last-child {
    margin-bottom: 0;
}

.service-entry h2 {
    font-size: 46px;
    margin-bottom: 20px;
}

.service-entry h2 span {
    font-family: var(--accent-font);
    font-weight: 400;
    font-style: italic;
}

.service-entry ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-entry ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.service-entry ul li:last-child {
    margin-bottom: 0;
}

.service-entry ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
}

.service-craft-box,
.service-excellence-box,
.service-secret-box {
    margin-top: 60px;
}

.service-craft-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid var(--divider-color);
    margin: 40px 0;
    padding-bottom: 40px;
}

.service-craft-item {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
}

.service-craft-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.service-craft-item .icon-box {
    position: relative;
    background-color: var(--accent-color);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
}

.service-craft-item .icon-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    height: 100%;
    height: 100%;
}

.service-craft-item:hover .icon-box::before {
    transform: scale(1);
}

.service-craft-item .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}

.service-craft-item-content {
    position: relative;
    width: calc(100% - 70px);
    z-index: 1;
}

.service-craft-item-content h3 {
    font-size: 20px;
    line-height: 1.4em;
}

.service-craft-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.service-craft-list {
    width: calc(100% - 150px);
}

.page-single-image-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
}

.page-single-image-video figure {
    display: block;
    border-radius: 20px;
}

.page-single-image-video figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 30%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-single-image-video img {
    width: 100%;
    aspect-ratio: 1 / 0.347;
    object-fit: cover;
    border-radius: 20px;
}

.page-single-image-video .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.page-single-image-video .video-play-button.bg-effect a {
    width: 55px;
    height: 55px;
}

.page-single-image-video .video-play-button.bg-effect a:before,
.page-single-image-video .video-play-button.bg-effect a:after {
    top: -40%;
    left: -40%;
}

.page-single-image-video .video-play-button.bg-effect a i {
    font-size: 20px;
}

.service-excellence-counter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 80px;
    margin-top: 40px;
}

.excellence-counter-item {
    position: relative;
    width: calc(25% - 60px);
}

.excellence-counter-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    background: var(--divider-color);
    width: 1px;
    height: 100%;
}

.excellence-counter-item:last-child:before,
.excellence-counter-item:nth-child(4n + 4):before {
    display: none;
}

.excellence-counter-item h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-secret-item-list,
.service-secret-image {
    margin-top: 40px;
}

.service-secret-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-secret-item {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
}

.service-secret-item .icon-box {
    position: relative;
    background-color: var(--accent-color);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
}

.service-secret-item .icon-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    height: 100%;
    height: 100%;
}

.service-secret-item:hover .icon-box::before {
    transform: scale(1);
}

.service-secret-item .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}

.service-secret-item-content {
    position: relative;
    width: calc(100% - 70px);
    z-index: 1;
}

.service-secret-item-content h3 {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.service-secret-image figure {
    display: block;
    border-radius: 20px;
}

.service-secret-image img {
    width: 100%;
    aspect-ratio: 1 / 0.252;
    object-fit: cover;
    border-radius: 20px;
}

/************************************/
/*** 	 19. Blog Archive css	  ***/
/************************************/

.page-blog {
    padding: 100px 0;
}

.page-pagination {
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--accent-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

/************************************/
/*** 	 20. Blog Single css	  ***/
/************************************/

.page-single-post {
    padding: 100px 0;
}

.post-single-meta {
    margin-top: 10px;
}

.post-single-meta ol li {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 15px;
}

.post-single-meta ol li:last-child {
    margin-right: 0;
}

.post-single-meta ol li i {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 5px;
}

.post-image {
    position: relative;
    margin-bottom: 30px;
}

.post-image figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
    border-radius: 20px;
}

.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.post-entry {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after {
    content: "";
    display: block;
    clear: both;
}

.post-entry a {
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 600;
    line-height: 1.1em;
    margin: 0 0 0.435em;
}

.post-entry h1 {
    font-size: 46px;
}

.post-entry h2 {
    font-size: 46px;
}

.post-entry h3 {
    font-size: 40px;
}

.post-entry h4 {
    font-size: 30px;
}

.post-entry h5 {
    font-size: 24px;
}

.post-entry h6 {
    font-size: 20px;
}

.post-entry p {
    font-weight: 500;
    margin-bottom: 20px;
}

.post-entry p:last-child {
    margin-bottom: 0;
}

.post-entry p strong {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.post-entry ol {
    margin: 0 0 30px;
}

.post-entry ul {
    padding: 0;
    margin: 20px 0 20px;
    padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    color: var(--text-color);
    margin-bottom: 15px;
}

.post-entry ul li:last-child {
    margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
    margin-bottom: 0;
}

.post-entry blockquote {
    background: url("../images/icon-blockquote.svg"), var(--bg-color);
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 45px;
    border-radius: 20px;
    padding: 30px 30px 30px 90px;
    margin-bottom: 30px;
}

.post-entry blockquote p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--primary-color);
}

.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.tag-links {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    line-height: 1em;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 10px;
    padding: 12px 20px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
    background: var(--primary-color);
}

.post-social-sharing {
    text-align: right;
}

.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child {
    margin-right: 0;
}

.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
    background: var(--primary-color);
}

.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}

/************************************/
/*** 	 21. Our Products css	  ***/
/************************************/

.page-product {
    padding: 100px 0;
}

.our-product-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.our-product-box .product-item {
    width: calc(25% - 22.5px);
    background: var(--secondary-color);
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}

.our-product-box .product-image {
    margin-bottom: 15px;
}

.our-product-box .product-image img {
    width: 220px;
    height: 220px;
    object-fit: contain;
}

.our-product-box .product-rating {
    margin-bottom: 15px;
}

.our-product-box .product-rating i {
    color: var(--accent-color);
}

.our-product-box .product-item-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.our-product-box .product-item-content h2 a {
    color: inherit;
}

.our-product-box .product-item-content h3 {
    font-size: 20px;
    color: var(--accent-color);
}

.our-product-box .product-item-content h3 span {
    font-size: 14px;
    text-decoration: line-through;
    color: var(--primary-color);
    opacity: 30%;
}

.page-product .page-pagination {
    margin-top: 60px;
}

/************************************/
/*** 	 22. Product Single css	  ***/
/************************************/

.page-product-single {
    padding: 100px 0;
}

.product-about-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 60px;
}

.product-single-content,
.team-member-image {
    width: calc(50% - 30px);
}

.team-member-image {
    background: var(--secondary-color);
    border-radius: 20px;
    text-align: center;
    align-content: center;
    padding: 100px 40px;
}

.team-member-image figure img {
    width: 100%;
    max-width: 400px;
}

.customer-rating-box {
    margin-bottom: 30px;
}

.customer-rating-box i {
    font-size: 18px;
    color: var(--accent-color);
    margin-right: 2px;
}

.customer-rating-box i:last-child {
    margin-right: 0;
}

.customer-rating-box span {
    font-size: 14px;
    color: var(--primary-color);
    margin-left: 5px;
}

.product-single-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.product-single-content h3 span {
    font-size: 20px;
    color: var(--primary-color);
    opacity: 0.3;
    text-decoration: line-through;
}

.product-single-content h2 {
    font-size: 46px;
    margin-bottom: 20px;
}

.product-single-content p {
    margin-bottom: 20px;
}

.product-single-content ul {
    list-style: disc;
    padding: 0 0 0 22px;
    margin: 0 0 20px 0;
}

.product-single-content ul li {
    line-height: 1.4em;
    margin-bottom: 12px;
}

.product-single-content ul li:last-child {
    margin-bottom: 0;
}

.product-cart-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.product-cart-btn input {
    display: block;
    width: 50px;
    background: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}

.product-cart-btn input:focus-visible {
    outline: none;
}

.product-cart-btn .btn-default {
    padding: 17px 20px;
}

.product-cart-btn .btn-default::before {
    display: none;
}

.product-single-info {
    margin-top: 100px;
}

.product-step-nav {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.product-step-nav .nav-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border: none;
}

.product-step-nav ul li {
    width: auto;
}

.product-step-nav ul li .nav-link {
    position: relative;
    width: 100%;
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    padding: 0;
    border-radius: 0;
    margin: 0;
    text-transform: none;
    transition: all 0.3s ease-in-out;
}

.product-step-nav ul li .nav-link.active,
.product-step-nav ul li .nav-link:hover {
    background: transparent;
    color: var(--accent-color);
}

.product-step-nav ul li .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: -32px;
    right: 0;
    background: var(--primary-color);
    width: 0;
    height: 2px;
    transition: all 0.4s ease-in-out;
}

.product-step-nav ul li .nav-link.active::before,
.product-step-nav ul li .nav-link:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.product-tab-item-box h3 {
    font-size: 20px;
    margin-top: 20px;
}

.product-tab-item-box h2 {
    font-size: 46px;
    margin-top: 20px;
}

.product-tab-item-box p {
    margin: 20px 0 0 0;
}

.product-tab-item-box ul {
    list-style: disc;
    padding: 0 0 0 22px;
    margin: 20px 0 0 0;
}

.product-tab-item-box ul li {
    line-height: 1.4em;
    margin-bottom: 12px;
}

.product-tab-item-box ul li:last-child {
    margin-bottom: 0;
}

.product-review-from-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
}

.review-form,
.customer-review-list {
    width: calc(50% - 30px);
}

.customer-review-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.customer-review-item:last-child {
    margin-bottom: 0;
}

.customer-review-item .icon-box {
    margin-right: 20px;
}

.customer-review-item .icon-box img {
    width: 100%;
    max-width: 60px;
    border-radius: 50%;
}

.customer-review-item-body {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.customer-review-item-content p {
    margin: 0 0 5px 0;
}

.customer-review-item-content p:last-child {
    margin-bottom: 0;
}

.customer-review-item-content p span {
    color: var(--primary-color);
    font-weight: 600;
}

.customer-review-item-rating i {
    color: var(--accent-color);
    font-size: 16px;
}

.review-form-content {
    margin-bottom: 30px;
}

.review-form-content h3 {
    font-size: 20px;
    margin: 0;
}

.review-form-content p {
    margin: 15px 0 0 0;
}

.review-form .form-control {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.445em;
    color: var(--white-color);
    background-color: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    padding: 17px 20px;
    box-shadow: none;
    outline: none;
}

.review-form .form-control::placeholder {
    color: var(--primary-color);
}

.review-form-note {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.review-form-note .form-label {
    margin: 0;
}

.review-form .btn-default {
    width: 100%;
    padding: 17px;
    margin-top: 20px;
}

.review-form .btn-default::before {
    display: none;
}

.related-products-box {
    margin-top: 100px;
}

.related-products-box .section-title {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

/************************************/
/*** 	  23. Team Page css 	  ***/
/************************************/

.page-team {
    padding: 100px 0 70px;
}

/************************************/
/*** 	  24. Team Single css	  ***/
/************************************/

.page-team-single {
    padding: 100px 0;
}

.team-single-image {
    margin-right: 15px;
}

.team-single-image figure {
    display: block;
    border-radius: 20px;
}

.team-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
    border-radius: 20px;
}

.team-contact-list {
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-bottom: 40px;
}

.team-contact-box {
    width: calc(50% - 15px);
    display: flex;
}

.team-contact-box.team-location-item {
    width: 100%;
}

.team-contact-box .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.team-contact-box .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.team-contact-box:hover .icon-box::before {
    transform: scale(1);
}

.team-contact-box .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}

.team-contact-content {
    width: calc(100% - 65px);
}

.team-contact-content h3 {
    font-size: 20px;
    text-transform: none;
    margin-bottom: 10px;
}

.team-contact-content p {
    margin: 0;
}

.member-social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
}

.member-social-list h3 {
    font-size: 20px;
    text-transform: none;
}

.member-social-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-social-list ul li {
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.member-social-list ul li:last-child {
    margin-right: 0;
}

.member-social-list ul li a {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.member-social-list ul li:hover a {
    background-color: var(--accent-color);
    color: var(--white-color);
}

.member-social-list ul li a i {
    color: inherit;
    font-size: 18px;
}

.team-passion-experience {
    padding: 100px 0;
}

.team-passion-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-passion-list ul li {
    position: relative;
    width: calc(50% - 15px);
    line-height: 1.5em;
    padding-left: 30px;
}

.team-passion-list ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
}

.team-expertise-content {
    margin-left: 15px;
}

.team-expertise-content .section-title {
    margin-bottom: 0;
}

.team-skills-form {
    padding: 100px 0;
}

.skills-progress-bar {
    margin-bottom: 30px;
}

.skills-progress-bar:last-child {
    margin-bottom: 0;
}

.skills-progress-bar .skill-data {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.skills-progress-bar .skill-data .skill-title,
.skills-progress-bar .skill-data .skill-no {
    font-size: 16px;
    line-height: normal;
    color: var(--text-color);
}

.skills-progress-bar .skillbar .skill-progress {
    position: relative;
    width: 100%;
    height: 16px;
    background: var(--secondary-color);
    border-radius: 100px;
    overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--accent-color);
    border-radius: 100px;
}

/************************************/
/***   25. Testimonials Page css  ***/
/************************************/

.page-testimonials {
    padding: 100px 0 70px;
}

.page-testimonials .testimonial-item {
    position: relative;
    background: var(--secondary-color);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}

.page-testimonials .testimonial-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    border-radius: 0;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.page-testimonials .testimonial-item:hover:before {
    height: 100%;
}

.page-testimonials .testimonial-item .testimonial-item-content,
.page-testimonials .testimonial-item .testimonial-body {
    position: relative;
    z-index: 1;
}

.page-testimonials .testimonial-item-content p {
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

.page-testimonials .testimonial-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.page-testimonials .author-content h3 {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.page-testimonials .author-content p {
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

.testimonial-quotes-img img {
    width: 100%;
    max-width: 42px;
    transition: all 0.3s ease-in-out;
}

.page-testimonials .testimonial-item:hover .testimonial-item-content p,
.page-testimonials .testimonial-item:hover .author-content h3,
.page-testimonials .testimonial-item:hover .author-content p {
    color: var(--white-color);
}

.page-testimonials .testimonial-item:hover .testimonial-quotes-img img {
    filter: brightness(0) invert(1);
}

/************************************/
/*** 	 26. Image Gallery css	  ***/
/************************************/

.page-gallery {
    padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
    cursor: none;
}

.page-gallery-box .photo-gallery figure {
    display: block;
    border-radius: 20px;
}

.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.829;
    object-fit: cover;
    border-radius: 20px;
}

/************************************/
/*** 	 27. Video Gallery css	  ***/
/************************************/

.page-video-gallery {
    padding: 100px 0 70px;
}

.video-gallery-image {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.video-gallery-image a {
    position: relative;
    display: block;
    cursor: none;
}

.video-gallery-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 20px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after {
    content: "\f04b";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after {
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img {
    width: 100%;
    aspect-ratio: 1 / 0.829;
    object-fit: cover;
    border-radius: 20px;
}

/************************************/
/*** 	 	28. FAQs Page css	  ***/
/************************************/

.page-faqs {
    padding: 100px 0;
}

.page-faqs-catagery .page-single-faqs {
    margin-bottom: 60px;
}

.page-faqs-catagery .page-single-faqs:last-child {
    margin-bottom: 0;
}

/************************************/
/*** 	29. Contact Us Page css	  ***/
/************************************/

.page-contact-us {
    background-color: var(--white-color);
    padding: 100px 0;
}

.contact-info-list {
    background-color: var(--secondary-color);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    padding: 30px;
    margin-bottom: 30px;
}

.contact-info-item {
    position: relative;
    width: calc(50% - 25px);
}

.contact-info-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    height: 100%;
    width: 1px;
    background-color: var(--divider-color);
}

.contact-info-item:nth-child(2n + 2):after {
    display: none;
}

.contact-info-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-info-header .icon-box {
    margin-right: 10px;
}

.contact-info-header .icon-box img {
    width: 100%;
    max-width: 24px;
}

.contact-info-title {
    width: calc(100% - 34px);
}

.contact-info-title h3 {
    font-size: 20px;
    text-transform: none;
}

.contact-info-body p {
    margin: 0;
}

.contact-info-body p a {
    color: inherit;
    transition: all 0.3s;
}

.contact-info-body p a:hover {
    color: var(--primary-color);
}

.location-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.location-info-list .contact-info-item {
    width: calc(50% - 15px);
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 30px;
}

.location-info-list .contact-info-item::after {
    display: none;
}

.contact-us-form {
    background-color: var(--secondary-color);
    border-radius: 20px;
    margin-left: 15px;
    padding: 40px;
}

.contact-us-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--primary-color);
    background: var(--white-color);
    border: none;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: none;
    outline: none;
}

.contact-us-form .form-control::placeholder {
    color: var(--text-color);
}

.google-map .container-fluid {
    padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
    width: 100%;
    height: 700px;
    border-radius: 20px;
}

/************************************/
/*** 	 30. 404 Error Page css	  ***/
/************************************/

.error-page {
    padding: 100px 0;
}

.error-page-image {
    text-align: center;
    margin-bottom: 30px;
}

.error-page-image img {
    width: 100%;
    max-width: 55%;
}

.error-page-content {
    text-align: center;
}

.error-page-content .section-title {
    margin-bottom: 15px;
}

/************************************/
/***      31. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1760px) {
    header.main-header .header-sticky.active {
        border-top: none;
        border-right: none;
        border-left: none;
        border-radius: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .main-menu ul li {
        margin: 0;
    }

    .header-social-links {
        display: none;
    }

    .hero-content,
    .hero-image-box {
        width: 100%;
    }

    .hero-content {
        padding: 30px;
    }

    .hero-image,
    .hero-image figure,
    .hero-image img {
        height: auto;
    }

    .hero-image img {
        aspect-ratio: 1 / 0.55;
    }

    .hero-counter-content h2 {
        margin-bottom: 30px;
    }

    .hero-video-tag-btn,
    .hero-rating-content {
        top: 30px;
        left: 30px;
        right: 30px;
    }

    .hero-info-video-content {
        bottom: 30px;
        right: 30px;
        left: 30px;
    }

    .hero-info-video-content h3,
    .hero-rating-content h3 {
        font-size: 18px;
    }

    .hero-image-rating-box .google-rating-box {
        right: 30px;
        bottom: 30px;
        padding: 15px;
    }

    .what-we-content {
        padding: 40px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    body {
        width: 100%;
        margin: 0;
    }

    .btn-default {
        padding: 12px 20px 12px 20px;
    }

    .btn-default::before {
        right: 20px;
        width: 10px;
        height: 10px;
    }

    header.main-header {
        margin: 0;
    }

    .navbar {
        padding: 15px;
        border-radius: 0;
    }

    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }

    .responsive-menu,
    .navbar-toggle {
        display: block;
    }

    .header-btn {
        display: none;
    }

    .bg-section {
        margin: 15px auto 0;
        border-radius: 20px;
    }

    .section-row {
        margin-bottom: 40px;
    }

    .section-title.section-title-center {
        max-width: 100%;
    }

    .section-content-btn .section-btn {
        margin-top: 20px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h1 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .section-title h3 {
        font-size: 16px;
        background-size: 16px auto;
        padding-left: 40px;
    }

    .section-title p {
        margin-top: 10px;
    }

    .section-title-content {
        margin-top: 10px;
    }

    .section-btn {
        text-align: left;
        margin-top: 15px;
    }

    .hero {
        margin: 30px auto;
    }

    .hero .container-fluid {
        padding: 0 15px;
    }

    .hero.hero-bg-image .hero-box {
        padding: 80px 15px;
    }

    .hero-body {
        gap: 20px 30px;
        margin-top: 30px;
    }

    .hero-content-list {
        margin-top: 30px;
        padding-top: 30px;
    }

    .hero-content-list ul {
        gap: 20px 30px;
    }

    .hero-content-list ul li {
        padding-left: 25px;
    }

    .hero-content-list ul li:before {
        font-size: 16px;
    }

    .hero-counter {
        max-width: 260px;
    }

    .hero-counter-box {
        padding: 20px;
    }

    .hero-counter-content {
        margin-bottom: 15px;
    }

    .hero-counter-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .hero-info-video-box,
    .hero-image-rating-box {
        width: calc(50% - 10px);
    }

    .hero-info-bg-image img {
        aspect-ratio: 1 / 0.9;
    }

    .hero-video-tag-btn,
    .hero-rating-content {
        top: 20px;
        left: 20px;
        right: 20px;
    }

    .hero-video-btn a {
        width: 40px;
        height: 40px;
    }

    .hero-video-btn a img {
        max-width: 12px;
    }

    .hero-info-video-content {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }

    .working-hours-item {
        width: 100%;
    }

    .hero-image-rating-box .google-rating-box {
        right: 20px;
        bottom: 20px;
    }

    .google-rating-box {
        padding: 15px;
    }

    .working-hours-header {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .working-hours-body {
        margin-bottom: 20px;
    }

    .working-hours-body ul li {
        margin-bottom: 10px;
    }

    .working-hours-btn .btn-default {
        padding: 12px;
    }

    .about-us {
        padding: 50px 0;
    }

    .about-us-content {
        margin-bottom: 30px;
    }

    .about-us-list ul li {
        padding-left: 25px;
    }

    .about-us-list ul li::before {
        font-size: 16px;
    }

    .about-us-btn {
        margin-top: 30px;
    }

    .year-experience-circle img {
        max-width: 125px;
    }

    .year-experience-circle h2 {
        font-size: 22px;
    }

    .about-us-item-list {
        gap: 30px 40px;
        margin-top: 40px;
        padding-top: 40px;
    }

    .about-us-item {
        width: calc(50% - 20px);
    }

    .about-us-item::before {
        right: -20px;
    }

    .about-us-item:nth-child(2n + 2):before {
        display: none;
    }

    .about-us-item-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .our-services {
        padding: 50px 0;
    }

    .service-item {
        padding: 30px;
    }

    .service-item-content h2 {
        margin-bottom: 40px;
    }

    .section-footer-text {
        margin-top: 10px;
    }

    .why-choose-us {
        padding: 50px 0;
    }

    .why-choose-content {
        margin-bottom: 30px;
    }

    .why-choose-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .why-choose-images {
        margin: 0;
    }

    .our-features {
        padding: 38px 24px 28px;
    }

    .feature-content {
        height: auto;
        padding: 50px 30px;
        margin-bottom: 30px;
    }

    .feature-item {
        padding: 20px;
    }

    .feature-item .icon-box {
        margin-bottom: 30px;
    }

    .our-products {
        padding: 50px 0;
    }

    .our-products .product-item {
        padding: 20px;
    }

    .our-products .product-item-image {
        max-width: 210px;
        margin-bottom: 30px;
    }

    .how-it-work {
        padding: 50px 0 20px;
    }

    .work-content-box h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .work-content-box p {
        margin-bottom: 15px;
    }

    .work-content-box ul li {
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .work-content-box ul li::before {
        font-size: 16px;
    }

    .work-content-box .btn-default {
        margin-top: 30px;
    }

    .work-step-image img {
        aspect-ratio: 1 / 1.09;
    }

    .work-step-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .work-step-content p {
        margin-top: 10px;
    }

    .our-special-offers {
        padding: 50px 0;
    }

    .offer-list-1,
    .offer-list-2 {
        margin: 0;
    }

    .offer-item {
        margin-bottom: 30px;
    }

    .offer-image {
        width: 90px;
        height: 90px;
        margin-right: 15px;
    }

    .offer-image img {
        max-width: 65px;
    }

    .offer-item-content {
        width: calc(100% - 105px);
    }

    .best-offer-image-box {
        max-width: 50%;
        margin: 30px auto 60px;
    }

    .best-offer-image img {
        margin-bottom: -60px;
    }

    .best-offer-content {
        padding: 60px 50px 20px;
    }

    .best-offer-content h2 {
        font-size: 32px;
    }

    .best-offer-content .readmore-btn {
        margin-top: 20px;
    }

    .our-gallery {
        padding: 50px 0;
    }

    .gallery-button-prev {
        left: 215px;
    }

    .gallery-button-next {
        right: 215px;
    }

    .our-testimonials {
        padding: 50px 0;
    }

    .testimonials-content {
        margin-bottom: 30px;
    }

    .testimonial-item-content {
        margin-bottom: 30px;
    }

    .testimonial-item-content p {
        font-size: 18px;
    }

    .testimonial-slider {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .testimonial-counter-header {
        margin-bottom: 10px;
    }

    .testimonial-counter-header .icon-box {
        margin-right: 10px;
    }

    .testimonial-counter-header .icon-box img {
        max-width: 34px;
    }

    .testimonial-counter-title h2 {
        font-size: 26px;
    }

    .testimonials-image {
        margin-left: 0;
    }

    .testimonial-img img {
        aspect-ratio: 1 / 0.85;
    }

    .why-choose-cta-box.testimonial-cta-box {
        right: 30px;
        bottom: 30px;
        left: 30px;
    }

    .our-blog {
        padding: 50px 0 20px;
    }

    .post-featured-image {
        margin-bottom: 15px;
    }

    .post-item-content {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .post-item-content h2 {
        font-size: 18px;
    }

    .main-footer {
        padding: 50px 0 0;
        margin-bottom: 0;
    }

    .footer-about {
        margin-bottom: 40px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-contact-item {
        margin-top: 30px;
    }

    .footer-newsletter-info {
        margin-bottom: 20px;
    }

    .footer-newsletter-info p {
        margin-top: 10px;
    }

    .footer-newsletter-form .form-group .form-control {
        width: 75%;
    }

    .footer-newsletter-form .form-group .btn-default {
        width: 25%;
    }

    .footer-social-links {
        margin-top: 30px;
    }

    .footer-copyright {
        padding: 30px 0;
        margin-top: 30px;
    }

    .footer-privacy-policy ul li {
        margin-right: 15px;
        padding-right: 15px;
    }

    .page-header {
        padding: 80px 0;
    }

    .page-header-box h1 {
        font-size: 36px;
    }

    .our-approach {
        padding: 50px 0;
    }

    .approach-image {
        margin-bottom: 30px;
    }

    .approach-img img {
        aspect-ratio: 1 / 0.7;
    }

    .appraoch-content {
        margin-left: 0;
    }

    .mission-vision-item {
        padding: 20px;
    }

    .mission-vision-header {
        margin-bottom: 15px;
    }

    .what-we-do {
        padding: 40px;
    }

    .what-we-video {
        padding: 50px 0 80px;
    }

    .video-play-button.bg-effect a {
        width: 80px;
        height: 80px;
    }

    .video-play-button.bg-effect a i {
        font-size: 30px;
    }

    .what-we-content {
        padding: 30px;
    }

    .what-we-item,
    .what-we-content .section-title {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .what-we-btn {
        margin-top: 30px;
    }

    .our-team {
        padding: 50px 0 20px;
    }

    .team-image img {
        aspect-ratio: 1 / 1.1;
    }

    .our-faqs {
        padding: 50px 0;
    }

    .faqs-content {
        position: initial;
        margin: 0 0 30px 0;
    }

    .faq-accordion .accordion-item {
        margin-bottom: 20px;
    }

    .faq-accordion .accordion-header .accordion-button {
        padding: 15px 45px 15px 15px;
    }

    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        right: 15px;
        width: 26px;
        height: 26px;
        font-size: 14px;
    }

    .faq-accordion .accordion-item .accordion-body {
        padding: 15px;
    }

    .page-services {
        padding: 50px 0 20px;
    }

    .page-service-single {
        padding: 50px 0;
    }

    .page-single-sidebar {
        position: initial;
        margin: 0 0 30px;
    }

    .page-category-list {
        padding: 20px;
        margin-bottom: 30px;
    }

    .page-category-list h3 {
        margin-bottom: 20px;
    }

    .page-category-list ul li a {
        border-radius: 12px;
        padding: 12px 35px 12px 15px;
    }

    .page-category-list ul li a::before {
        right: 15px;
    }

    .sidebar-cta-content {
        padding: 100px 20px 30px;
    }

    .sidebar-cta-logo {
        margin-bottom: 30px;
    }

    .cta-item-content {
        padding: 15px;
        border-radius: 12px;
    }

    .sidebar-cta-contact .btn-default {
        padding: 15px 20px;
    }

    .page-single-image {
        margin-bottom: 30px;
    }

    .service-entry {
        margin-bottom: 40px;
    }

    .service-entry h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .service-entry p {
        margin-bottom: 15px;
    }

    .service-entry ul li {
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .service-craft-box,
    .service-excellence-box,
    .service-secret-box {
        margin-top: 40px;
    }

    .service-craft-item-list {
        margin: 30px 0;
        padding-bottom: 30px;
    }

    .service-craft-info {
        gap: 20px;
    }

    .service-craft-list {
        width: calc(100% - 120px);
    }

    .contact-us-circle a img {
        max-width: 100px;
    }

    .page-single-image-video,
    .service-excellence-counter-list {
        margin-top: 30px;
    }

    .service-excellence-counter-list {
        gap: 30px 60px;
    }

    .excellence-counter-item {
        width: calc(25% - 45px);
    }

    .excellence-counter-item::before {
        right: -30px;
    }

    .excellence-counter-item h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .service-secret-item-list,
    .service-secret-image {
        margin-top: 30px;
    }

    .page-blog {
        padding: 50px 0;
    }

    .page-pagination {
        margin-top: 10px;
    }

    .page-single-post {
        padding: 50px 0;
    }

    .post-image {
        margin-bottom: 20px;
    }

    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6 {
        margin: 0 0 0.42em;
    }

    .post-entry h2 {
        font-size: 36px;
    }

    .post-entry p {
        margin-bottom: 15px;
    }

    .post-entry ol li,
    .post-entry ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .post-entry blockquote {
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }

    .post-entry blockquote p {
        font-size: 18px;
    }

    .post-tags {
        margin-bottom: 20px;
    }

    .tag-links {
        gap: 10px;
    }

    .post-tags .tag-links a {
        padding: 10px 15px;
    }

    .post-social-sharing ul {
        text-align: left;
    }

    .page-product {
        padding: 50px 0;
    }

    .our-product-box .product-item {
        width: calc(50% - 15px);
        padding: 20px;
    }

    .our-product-box .product-image img {
        width: 200px;
        height: 200px;
    }

    .page-product .page-pagination {
        margin-top: 40px;
    }

    .page-product-single {
        padding: 50px 0;
    }

    .product-single-content,
    .team-member-image {
        width: 100%;
    }

    .team-member-image {
        padding: 30px;
    }

    .customer-rating-box {
        margin-bottom: 20px;
    }

    .product-single-content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .product-single-content h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .product-single-content p {
        margin-bottom: 15px;
    }

    .product-single-content ul li {
        margin-bottom: 10px;
    }

    .product-cart-btn {
        margin-top: 20px;
    }

    .product-cart-btn .btn-default {
        padding: 15px;
    }

    .product-single-info {
        margin-top: 50px;
    }

    .product-step-nav {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .product-step-nav ul li .nav-link {
        font-size: 16px;
    }

    .product-step-nav ul li .nav-link::before {
        bottom: -21px;
    }

    .product-tab-item-box h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .product-tab-item-box p {
        margin: 15px 0 0 0;
    }

    .product-tab-item-box ul li {
        margin-top: 10px;
    }

    .review-form,
    .customer-review-list {
        width: 100%;
    }

    .customer-review-item {
        margin-bottom: 30px;
    }

    .customer-review-item-content p {
        margin: 0 0 5px 0;
    }

    .review-form .form-control {
        font-size: 16px;
        padding: 12px 15px;
    }

    .related-products-box {
        margin-top: 50px;
    }

    .related-products-box .section-title {
        margin: 0 auto 30px;
    }

    .page-team {
        padding: 50px 0 20px;
    }

    .page-team-single {
        padding: 50px 0;
    }

    .team-single-image {
        margin: 0 0 30px;
    }

    .team-single-image img {
        aspect-ratio: 1 / 0.8;
    }

    .team-contact-list {
        gap: 30px;
        padding: 30px;
        margin-bottom: 30px;
    }

    .team-contact-box .icon-box {
        margin-right: 10px;
    }

    .team-contact-content {
        width: calc(100% - 60px);
    }

    .team-passion-experience {
        padding: 50px 0;
    }

    .team-passion-content {
        margin-bottom: 30px;
    }

    .team-passion-list ul li {
        padding-left: 25px;
    }

    .team-passion-list ul li::before {
        font-size: 16px;
    }

    .team-expertise-content {
        margin-left: 0;
    }

    .team-skills-form {
        padding: 50px 0;
    }

    .team-skills-content {
        margin-bottom: 30px;
    }

    .skills-progress-bar {
        margin-bottom: 20px;
    }

    .skills-progress-bar .skill-data {
        margin-bottom: 10px;
    }

    .page-testimonials {
        padding: 50px 0 20px;
    }

    .page-testimonials .testimonial-item {
        padding: 30px;
    }

    .page-gallery {
        padding: 50px 0 20px;
    }

    .page-video-gallery {
        padding: 50px 0 20px;
    }

    .page-faqs {
        padding: 50px 0;
    }

    .page-faqs-catagery .page-single-faqs {
        margin-bottom: 40px;
    }

    .page-contact-us {
        padding: 50px 0;
    }

    .contact-us-content {
        margin-bottom: 30px;
    }

    .contact-info-list {
        padding: 20px;
    }

    .contact-info-header {
        margin-bottom: 10px;
    }

    .location-info-list .contact-info-item {
        padding: 20px;
    }

    .contact-us-form {
        padding: 30px;
        margin-left: 0;
    }

    .contact-us-form .form-control {
        padding: 14px 15px;
    }

    .google-map-iframe,
    .google-map-iframe iframe {
        border-radius: 0;
        height: 450px;
    }

    .error-page {
        padding: 50px 0;
    }

    .error-page-image {
        margin-bottom: 20px;
    }

    .error-page-image img {
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .section-row {
        margin-bottom: 30px;
    }

    .section-title h1 {
        font-size: 26px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .hero-content {
        padding: 30px 20px;
    }

    .hero-body {
        gap: 20px;
        margin-top: 30px;
    }

    .video-play-button.border-btn p {
        font-size: 14px;
        margin-right: 5px;
    }

    .hero-content-list {
        margin-top: 20px;
        padding-top: 20px;
    }

    .hero-content-list ul {
        gap: 10px 20px;
    }

    .hero-image img {
        aspect-ratio: 1 / 0.99;
    }

    .hero-counter {
        max-width: 180px;
        border-width: 10px;
    }

    .hero-counter::before {
        top: -30px;
        right: 0;
    }

    .hero-counter::after {
        bottom: 0;
        left: -30px;
    }

    .hero-counter-box {
        padding: 15px;
    }

    .hero-counter-content {
        margin-bottom: 10px;
    }

    .hero-counter-content h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .hero-counter-content p {
        font-size: 12px;
    }

    .review-image img {
        max-width: 44px;
    }

    .review-image.add-more {
        width: 44px;
        height: 44px;
    }

    .hero-info-video-box,
    .hero-image-rating-box {
        width: 100%;
    }

    .hero-info-bg-image,
    .hero-info-bg-image figure {
        height: auto;
    }

    .google-rating-header .icon-box img {
        max-width: 34px;
    }

    .working-hours-item {
        padding: 20px;
    }

    .working-hours-header {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .working-hours-header h3 {
        font-size: 18px;
    }

    .working-hours-header img {
        max-width: 24px;
    }

    .about-us-list ul {
        gap: 10px;
    }

    .about-us-list ul li {
        width: 100%;
    }

    .about-us-images {
        gap: 20px;
    }

    .about-image {
        width: calc(50% - 10px);
    }

    .year-experience-circle img {
        max-width: 100px;
    }

    .year-experience-circle h2 {
        font-size: 20px;
    }

    .about-us-item-list {
        gap: 30px 40px;
        margin-top: 30px;
        padding-top: 30px;
    }

    .about-us-item {
        width: 100%;
    }

    .about-us-item::before {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: -15px;
        right: 0;
        left: 0;
    }

    .about-us-item:nth-child(2n + 2)::before {
        display: block;
    }

    .service-item {
        padding: 20px;
    }

    .service-item-content h3 {
        margin-bottom: 10px;
    }

    .service-item-content h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .service-readmore-btn {
        margin-top: 15px;
        padding-top: 15px;
    }

    .why-choose-item-content h3 {
        font-size: 18px;
    }

    .why-choose-image-box-1,
    .why-choose-image-box-2 {
        width: 100%;
    }

    .why-choose-image-box-1 .why-choose-image figure img,
    .why-choose-image-box-2 .why-choose-image figure img {
        aspect-ratio: 1 / 0.9;
    }

    .why-choose-image-box-2 .contact-us-circle {
        display: none;
    }

    .why-choose-image-box-2 .why-choose-image {
        margin: 0;
    }

    .feature-content {
        padding: 30px 15px;
    }

    .feature-items-list {
        gap: 20px;
    }

    .feature-item {
        width: 100%;
    }

    .feature-item .icon-box {
        margin-bottom: 20px;
    }

    .feature-item-content h3 {
        font-size: 18px;
    }

    .feature-item-content p {
        margin: 10px 0 0;
    }

    .page-passengers .about-platform-principles .alem-image-card {
        min-height: 620px;
    }

    .page-passengers .about-platform-principles .alem-image-card img {
        max-width: min(460px, 86%);
        max-height: 660px;
    }

    .our-products .product-item-image {
        margin-bottom: 20px;
    }

    .our-products .product-item-content p {
        margin-bottom: 5px;
    }

    .our-products .product-item-content h3 {
        font-size: 18px;
    }

    .work-content-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .work-content-box .btn-default {
        margin-top: 20px;
    }

    .work-step-no h2,
    .work-step-content h3 {
        font-size: 18px;
    }

    .offer-image {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }

    .offer-item-content {
        width: calc(100% - 90px);
    }

    .offer-item-content h2 {
        font-size: 18px;
    }

    .offer-item-content h3 {
        margin-top: 10px;
    }

    .best-offer-image-box {
        max-width: 100%;
        margin: 30px auto 90px;
    }

    .best-offer-content h2 {
        font-size: 24px;
    }

    .best-offer-image {
        max-width: 80%;
        margin: 0 auto;
    }

    .best-offer-content p {
        font-size: 14px;
    }

    .best-offer-content .readmore-btn {
        margin-top: 15px;
    }

    .gallery-btn {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }

    .gallery-slider .gallery-button-next,
    .gallery-slider .gallery-button-prev {
        position: initial;
        transform: translateY(0%);
        border: none;
        height: 40px;
        width: 40px;
    }

    .gallery-slider .gallery-button-next::before,
    .gallery-slider .gallery-button-prev::before {
        background-size: 10px auto;
    }

    .testimonial-item-content p {
        font-size: 16px;
    }

    .author-content h3 {
        font-size: 18px;
    }

    .testimonial-counter-item {
        width: calc(50% - 15px);
    }

    .testimonial-counter-header .icon-box img {
        max-width: 28px;
    }

    .testimonial-counter-title h2 {
        font-size: 22px;
    }

    .testimonial-counter-body p {
        font-size: 14px;
    }

    .testimonial-img img {
        aspect-ratio: 1 / 1.1;
    }

    .why-choose-cta-box.testimonial-cta-box {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .footer-about {
        margin-bottom: 30px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .footer-menu ul {
        gap: 15px;
    }

    .footer-menu ul li {
        font-size: 14px;
    }

    .footer-contact-item h3,
    .footer-newsletter-info h3,
    .footer-social-links h3 {
        font-size: 18px;
    }

    .footer-newsletter-form .form-group .form-control {
        width: 85%;
    }

    .footer-newsletter-form .form-group .btn-default {
        width: 15%;
        font-size: 0;
        padding: 10px;
    }

    .footer-newsletter-form .form-group .btn-default::before {
        width: 14px;
        height: 14px;
    }

    .footer-social-links {
        gap: 15px;
    }

    .footer-copyright {
        justify-content: center;
        padding: 15px 0;
        margin-top: 30px;
    }

    .footer-privacy-policy ul li {
        font-size: 14px;
    }

    .page-header-box h1 {
        font-size: 26px;
    }

    .approach-img img {
        aspect-ratio: 1 / 0.904;
    }

    .mission-vision-header {
        margin-bottom: 10px;
    }

    .mission-vision-title h3 {
        font-size: 18px;
    }

    .what-we-do {
        padding: 20px;
    }

    .what-we-content {
        padding: 20px;
    }

    .what-we-content .section-title,
    .what-we-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .what-we-header h4 {
        font-size: 16px;
    }

    .what-we-header h3 {
        font-size: 18px;
    }

    .faq-accordion .accordion-header .accordion-button {
        font-size: 16px;
        padding: 12px 45px 12px 12px;
    }

    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        right: 12px;
    }

    .faq-accordion .accordion-item .accordion-body {
        padding: 12px;
    }

    .page-category-list h3 {
        font-size: 18px;
    }

    .sidebar-cta-content {
        padding: 80px 20px 20px;
    }

    .sidebar-cta-logo {
        margin-bottom: 20px;
    }

    .cta-item-content h3 {
        font-size: 18px;
    }

    .sidebar-cta-contact .btn-default {
        font-size: 18px;
    }

    .sidebar-cta-contact .btn-default img {
        max-width: 20px;
        margin-right: 10px;
    }

    .page-single-image {
        margin-bottom: 20px;
    }

    .page-single-image img {
        aspect-ratio: 1 / 0.7;
    }

    .service-entry h2 {
        font-size: 26px;
    }

    .service-craft-item-list {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .service-craft-item {
        width: 100%;
    }

    .service-craft-item-content h3 {
        font-size: 18px;
    }

    .service-craft-list {
        width: 100%;
    }

    .page-single-image-video img {
        aspect-ratio: 1 / 0.56;
    }

    .excellence-counter-item {
        width: calc(50% - 30px);
    }

    .excellence-counter-item h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .service-secret-item {
        width: 100%;
    }

    .service-secret-item-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-secret-image img {
        aspect-ratio: 1 / 0.4;
    }

    .post-single-meta ol li {
        font-size: 16px;
    }

    .post-single-meta ol li i {
        font-size: 16px;
    }

    .post-image img {
        aspect-ratio: 1 / 0.7;
    }

    .post-entry blockquote {
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }

    .post-entry blockquote p {
        font-size: 16px;
    }

    .post-entry h2 {
        font-size: 26px;
    }

    .tag-links {
        font-size: 18px;
    }

    .our-product-box .product-item {
        width: 100%;
    }

    .our-product-box .product-item-content h3,
    .our-product-box .product-item-content h2 {
        font-size: 18px;
    }

    .product-image img {
        width: 180px;
        height: 180px;
    }

    .product-item-content h3,
    .product-item-content h2 {
        font-size: 18px;
    }

    .customer-rating-box i {
        font-size: 16px;
    }

    .product-single-content h3 {
        font-size: 24px;
    }

    .product-single-content h3 span {
        font-size: 18px;
    }

    .product-single-content h2 {
        font-size: 26px;
    }

    .product-step-nav .nav-tabs {
        gap: 20px;
    }

    .product-tab-item-box h2 {
        font-size: 26px;
    }

    .customer-review-item .icon-box {
        margin-right: 10px;
    }

    .customer-review-item .icon-box img {
        max-width: 50px;
    }

    .customer-review-item-body {
        width: calc(100% - 60px);
    }

    .team-single-image img {
        aspect-ratio: 1 / 1.1;
    }

    .team-contact-list {
        padding: 20px;
    }

    .team-contact-box {
        width: 100%;
    }

    .team-contact-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .member-social-list h3 {
        font-size: 18px;
    }

    .team-passion-list ul {
        gap: 10px;
    }

    .team-passion-list ul li {
        width: 100%;
    }

    .skills-progress-bar .skillbar .skill-progress {
        height: 12px;
    }

    .page-testimonials .testimonial-item {
        padding: 20px;
    }

    .testimonial-quotes-img img {
        max-width: 36px;
    }

    .contact-info-list {
        margin-bottom: 20px;
    }

    .contact-info-item {
        width: 100%;
    }

    .contact-info-item::after {
        top: auto;
        right: 0;
        bottom: -15px;
        height: 1px;
        width: 100%;
    }

    .contact-info-item:nth-child(2n + 2):after {
        display: block;
    }

    .contact-info-item:last-child:after {
        display: none;
    }

    .contact-info-title h3 {
        font-size: 18px;
    }

    .location-info-list {
        gap: 20px;
    }

    .location-info-list .contact-info-item {
        width: 100%;
    }

    .contact-us-form {
        padding: 20px;
    }

    .google-map-iframe,
    .google-map-iframe iframe {
        height: 350px;
    }
}

/* AlemUP light footer */
.main-footer.alem-footer {
    background: transparent !important;
    padding: 0 0 0;
    position: relative;
    overflow: visible;
}

.main-footer.alem-footer > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 15px auto 0;
}

.alem-footer-inner {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(11, 31, 51, 0.15);
    background: #fff;
    padding: 64px 64px 34px;
    color: #0b1f33;
}

.alem-footer-inner::before,
.alem-footer-inner::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    background: rgba(22, 199, 183, 0.055);
}

.alem-footer-inner::before {
    left: -12%;
    bottom: -120px;
    width: 72%;
    height: 230px;
    transform: rotate(4deg);
}

.alem-footer-inner::after {
    right: -12%;
    bottom: -135px;
    width: 78%;
    height: 250px;
    background: rgba(22, 199, 183, 0.045);
    transform: rotate(-5deg);
}

.alem-footer-inner > .row,
.alem-footer-bottom {
    position: relative;
    z-index: 1;
}

.alem-footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.alem-footer-logo img {
    display: block;
    width: 172px;
    height: auto;
}

.alem-footer-brand p {
    max-width: 290px;
    margin: 0;
    color: rgba(11, 31, 51, 0.72);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.alem-footer-location {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: #0b1f33;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.alem-footer-location i,
.alem-footer-contact-row i {
    color: #16c7b7;
    font-size: 20px;
    min-width: 22px;
    text-align: center;
}

.alem-footer-links h3,
.alem-footer-contacts h3 {
    margin: 0 0 24px;
    color: #0b1f33;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.alem-footer-links ul,
.alem-footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alem-footer-links li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
}

.alem-footer-links li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #16c7b7;
}

.alem-footer-links a,
.alem-footer-bottom a {
    color: rgba(11, 31, 51, 0.82);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease;
}

.alem-footer-links a:hover,
.alem-footer-bottom a:hover {
    color: #16c7b7;
}

.alem-footer-contact-row {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 54px;
    border-bottom: 1px solid rgba(11, 31, 51, 0.08);
    color: rgba(11, 31, 51, 0.82);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.alem-footer-contact-row:last-child {
    border-bottom: 0;
}

.alem-footer-bottom {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 52px;
    padding-top: 28px;

    border-top: 1px solid rgba(11, 31, 51, 0.08);
}

.alem-footer-copyright {
    margin: 0;

    color: rgba(11, 31, 51, 0.58);

    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

/* контакты справа */
.alem-footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 14px;
}

/* круглая кнопка */
.alem-footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    border: 1px solid rgba(11, 31, 51, 0.1);

    background: rgba(255, 255, 255, 0.72);

    color: #16c7b7;

    font-size: 19px;

    box-shadow: 0 6px 18px rgba(6, 38, 74, 0.04);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.alem-footer-socials a:hover {
    background: #16c7b7;
    border-color: #16c7b7;

    color: #fff;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(22, 199, 183, 0.2);
}

.alem-footer-socials a i {
    color: inherit;
    line-height: 1;
}

@media (max-width: 991px) {
    .alem-footer-inner {
        padding: 52px 42px 32px;
    }

    .alem-footer-links,
    .alem-footer-contacts {
        margin-top: 34px;
    }

    .alem-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .main-footer.alem-footer {
        padding: 0px 0 24px;
    }

    .main-footer.alem-footer > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .alem-footer-inner {
        border-radius: 20px;
        padding: 38px 24px 28px;
    }

    .alem-footer-logo img {
        width: 150px;
    }

    .alem-footer-brand p {
        max-width: none;
    }

    .alem-footer-bottom ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .alem-footer-bottom li + li {
        padding-left: 0;
    }

    .alem-footer-bottom li + li::before {
        display: none;
    }
}

/* AlemUP Pavlodar launch block final */
.pavlodar-launch {
    background: #ffffff !important;
    padding: 90px 0 100px !important;
    overflow: hidden;
}

.pavlodar-launch > .container-fluid {
    max-width: 1760px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.pavlodar-launch-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px !important;
}

.pavlodar-launch-content {
    position: relative;
    z-index: 2;
    width: 42%;
    flex: 0 0 42%;
    padding: 46px 0 70px;
}

.pavlodar-launch-content .section-title {
    margin-bottom: 0;
}

.pavlodar-launch-content .section-title h2 {
    max-width: 850px;
    margin-bottom: 30px;
}

.pavlodar-launch-content .section-title p {
    max-width: 760px;
}

.pavlodar-visual-placeholder {
    position: relative;
    z-index: 1;
    width: 58%;
    flex: 0 0 58%;
    height: 380px;
    margin-left: auto;
    border-radius: 20px !important;
    overflow: hidden !important;
    clip-path: inset(0 round 20px);
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.82) 0%,
            rgba(255, 255, 255, 0.42) 22%,
            rgba(255, 255, 255, 0) 46%
        ),
        url("../images/about4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pavlodar-stage-list {
    position: relative;
    z-index: 3;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px;
    margin-top: 36px;
}

.pavlodar-stage {
    position: relative;
}

.pavlodar-stage:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 62px;
    right: -31px;
    width: 34px;
    height: 6px;
    background-image: radial-gradient(circle, #20c4bc 2px, transparent 2.5px);
    background-size: 10px 6px;
    background-repeat: repeat-x;
    z-index: 4;
}

.pavlodar-stage .product-item {
    position: relative;
    height: 100%;
    min-height: 320px;
    margin: 0 !important;
    padding: 32px !important;
    border-radius: 20px !important;
    border: 1px solid #e7eeee;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.pavlodar-stage-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
}

.pavlodar-stage-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #18d5dd 0%, #13b3a5 100%);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(32, 196, 188, 0.25);
}

.stage-icon-placeholder {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    border: 1px solid rgba(32, 196, 188, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #20c4bc;
    font-size: 24px;
}

.pavlodar-stage .product-item-content h3 {
    margin-bottom: 8px;
}

.pavlodar-stage .product-item-content p {
    margin: 0 !important;
}

@media (max-width: 1199px) {
    .pavlodar-stage-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-top: 34px;
    }

    .pavlodar-stage:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .pavlodar-launch {
        padding: 72px 0 !important;
    }

    .pavlodar-launch-hero {
        min-height: auto;
        display: block;
    }

    .pavlodar-launch-content {
        width: 100%;
        flex: 0 0 100%;
        padding: 0 0 34px;
    }

    .pavlodar-visual-placeholder {
        position: relative;
        width: 100%;
        height: 360px;
        border-radius: 20px !important;
        overflow: hidden !important;
        clip-path: inset(0 round 20px);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
            url("../images/about4.png");
        background-position: center center;
    }
}

@media (max-width: 767px) {
    .pavlodar-launch > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pavlodar-stage-list {
        grid-template-columns: 1fr !important;
        gap: 18px;
    }

    .pavlodar-stage .product-item {
        min-height: auto;
        padding: 26px !important;
    }
}

/* AlemUP app showcase blocks */
.app-showcase {
    background: var(--white-color);
}

.app-showcase > .container > .row {
    align-items: center;
}

.app-showcase__visual-col {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 620px;
}

.app-showcase__visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 600px;
    margin: 0;
}

.app-showcase__visual::before,
.app-showcase__visual::after {
    content: "";
    position: absolute;
    top: 50%;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.app-showcase__visual::before {
    width: 132%;
    height: 112%;
    background: var(--primary-color);
    opacity: 0.08;
    filter: blur(70px);
}

.app-showcase__visual::after {
    width: 92%;
    height: 82%;
    background: radial-gradient(
        circle at center,
        rgba(32, 196, 188, 0.08) 0%,
        rgba(24, 213, 221, 0.035) 46%,
        rgba(255, 255, 255, 0) 72%
    );
}

.page-about .app-showcase__visual::before {
    background: var(--primary-color);
    opacity: 0.08;
    filter: blur(70px);
}

.page-about .app-showcase__visual::after {
    background: var(--primary-color);
    opacity: 0.045;
    filter: blur(90px);
}

.app-showcase__visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto !important;
    max-width: min(500px, 86%);
    height: min(700px, 76vh) !important;
    object-fit: contain;
    filter: drop-shadow(0 32px 52px rgba(6, 38, 74, 0.12));
}

.app-showcase--driver .app-showcase__visual {
    justify-content: flex-end;
    transform: translateX(80px);
}

.app-showcase--driver .app-showcase__visual::before {
    right: -28%;
}

.app-showcase--driver .app-showcase__visual::after {
    right: -8%;
}

.app-showcase--passenger .app-showcase__visual {
    justify-content: flex-start;
    transform: translateX(-80px);
}

.app-showcase--passenger .app-showcase__visual::before {
    left: -28%;
}

.app-showcase--passenger .app-showcase__visual::after {
    left: -8%;
}

.driver-income-block {
    padding: 86px 0 100px;
}

.driver-income-block .container {
    max-width: 1350px;
}

.driver-income-head {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) auto minmax(320px, 0.9fr);
    align-items: center;
    gap: 56px;
    max-width: 1280px;
    margin: 0 auto 50px;
}

.driver-income-title h2 {
    margin-bottom: 22px;
    color: var(--primary-color);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.08;
}

.driver-income-title p {
    margin: 0;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.driver-income-percent {
    color: #20c4bc;
    font-size: 168px;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0;
}

.driver-income-caption {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.driver-income-caption strong {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.08;
    text-transform: none;
}

.driver-income-caption span {
    color: #20c4bc;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.driver-income-steps {
    display: grid;
    grid-template-columns: minmax(230px, 0.82fr) 70px minmax(360px, 1.2fr) 70px minmax(230px, 0.82fr);
    align-items: start;
    gap: 0;
    max-width: 1280px;
    margin: 0 auto;
}

.driver-income-step {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.driver-income-step-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-height: 118px;
    margin-bottom: 18px;
}

.driver-income-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #20c4bc;
    color: #fff;
    font-size: 23px;
    box-shadow: 0 16px 34px rgba(32, 196, 188, 0.22);
}

.driver-income-step-top h3 {
    margin: 0;
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.driver-income-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 240px;
    margin: 0;
}

.driver-income-visual::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 60%;
    width: 92%;
    height: 56%;
    border-radius: 50%;
    background: #06264a;
    opacity: 0.09;
    filter: blur(76px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.driver-income-visual::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 60%;
    width: 70%;
    height: 42%;
    border-radius: 50%;
    background: #06264a;
    opacity: 0.055;
    filter: blur(54px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.driver-income-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 28px 46px rgba(6, 38, 74, 0.1));
}

.driver-income-step--center .driver-income-visual {
    min-height: 400px;
}

.driver-income-step--center .driver-income-visual::before {
    width: 108%;
    height: 66%;
    opacity: 0.075;
}

.driver-income-step--center .driver-income-visual::after {
    width: 86%;
    height: 48%;
    opacity: 0.05;
}

.driver-income-step--center .driver-income-visual img {
    max-height: 250px;
}

.driver-income-arrow {
    position: relative;
    align-self: start;
    width: 100%;
    height: 42px;
    margin: 330px 0 0;
}

.driver-income-card {
    position: relative;
    z-index: 2;
    width: min(100%, 300px);
    margin: -46px auto 0;
    padding: 28px 24px 30px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(6, 38, 74, 0.1);
    text-align: center;
}

.driver-income-card span,
.driver-income-card em {
    display: block;
    color: var(--primary-color);
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.driver-income-card strong {
    display: block;
    margin: 12px 0;
    color: #20c4bc;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.driver-income-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    right: 18px;
    top: 50%;
    border-top: 3px dashed #20c4bc;
    transform: translateY(-50%);
    opacity: 0.7;
}

.driver-income-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border-top: 4px solid #20c4bc;
    border-right: 4px solid #20c4bc;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1199px) {
    .driver-income-head {
        gap: 30px;
    }

    .driver-income-title h2 {
        font-size: 44px;
    }

    .driver-income-percent {
        font-size: 96px;
    }

    .driver-income-caption strong,
    .driver-income-caption span {
        font-size: 21px;
    }

    .driver-income-steps {
        grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1.08fr) 56px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .driver-income-block {
        padding: 80px 0;
    }

    .driver-income-head {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 26px;
    }

    .driver-income-caption {
        grid-column: 2;
    }

    .driver-income-title {
        grid-row: span 2;
    }

    .driver-income-title h2 {
        font-size: 38px;
    }

    .driver-income-title p {
        font-size: 18px;
    }

    .driver-income-percent {
        font-size: 86px;
    }

    .driver-income-steps {
        grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr);
        gap: 6px;
    }

    .driver-income-visual,
    .driver-income-step--center .driver-income-visual {
        min-height: 250px;
    }

    .driver-income-visual img,
    .driver-income-step--center .driver-income-visual img {
        max-height: 250px;
    }

    .driver-income-card {
        width: min(100%, 250px);
        margin-top: -22px;
        padding: 22px 18px 24px;
    }

    .driver-income-card span,
    .driver-income-card em {
        font-size: 20px;
    }

    .driver-income-card strong {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .driver-income-block {
        padding: 70px 0;
    }

    .page-drivers .driver-income-head {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 18px 12px;
        margin-bottom: 44px;
    }

    .page-drivers .driver-income-title {
        grid-column: 1 / -1;
        grid-row: 1;
        min-width: 0;
    }

    .page-drivers .driver-income-percent {
        grid-column: 1;
        grid-row: 2;
        font-size: clamp(48px, 15vw, 64px);
        white-space: nowrap;
    }

    .page-drivers .driver-income-caption {
        grid-column: 2;
        grid-row: 2;
        min-width: 0;
        gap: 4px;
    }

    .page-drivers .driver-income-caption strong,
    .page-drivers .driver-income-caption span {
        font-size: clamp(14px, 4vw, 18px);
        line-height: 1.2;
        white-space: nowrap;
    }

    .driver-income-title h2 {
        margin-bottom: 18px;
        font-size: 34px;
    }

    .driver-income-title p {
        font-size: 17px;
    }

    .driver-income-percent {
        font-size: 82px;
    }

    .driver-income-caption strong,
    .driver-income-caption span {
        font-size: 20px;
    }

    .driver-income-steps {
        grid-template-columns: 1fr;
        gap: 22px;
        max-width: 430px;
    }

    .driver-income-arrow {
        width: 42px;
        height: 58px;
        margin: 0 auto;
    }

    .driver-income-arrow::before {
        left: 50%;
        right: auto;
        top: 0;
        bottom: 18px;
        border-top: 0;
        border-left: 3px dashed #20c4bc;
        transform: translateX(-50%);
    }

    .driver-income-arrow::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%) rotate(135deg);
    }

    .driver-income-visual,
    .driver-income-step--center .driver-income-visual {
        min-height: 300px;
    }

    .driver-income-visual img,
    .driver-income-step--center .driver-income-visual img {
        max-height: 300px;
    }

    .driver-income-card {
        margin-top: -16px;
    }
}

@media (max-width: 480px) {
    .driver-income-title h2 {
        font-size: 30px;
    }

    .driver-income-percent {
        font-size: 74px;
    }

    .driver-income-visual,
    .driver-income-step--center .driver-income-visual {
        min-height: 250px;
    }

    .driver-income-visual img,
    .driver-income-step--center .driver-income-visual img {
        max-height: 200px;
    }
}

.driver-awards-block {
    padding: 100px 0;
}

.driver-awards-block .container {
    max-width: 1560px;
}

.driver-awards-title {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}

.driver-awards-title h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #20c4bc;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.driver-awards-title h3::before {
    display: none;
}

.driver-awards-title h3 i {
    font-size: 22px;
}

.driver-awards-title h2 {
    margin-bottom: 24px;
    color: var(--primary-color);
    font-size: 52px;
    font-weight: 700;
    line-height: 1.18;
}

.driver-awards-title h2 span {
    color: #20c4bc;
}

.driver-awards-title p {
    max-width: 920px;
    margin: 0 auto;
    color: var(--text-color);
}

.driver-awards-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px;
    margin: 34px 50% 38px;
    padding: 12px 28px;
    border: 1px solid rgba(32, 196, 188, 0.35);
    border-radius: 999px;
    background: rgba(32, 196, 188, 0.06);
    color: #20c4bc;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
    transform: translateX(-50%);
}

.driver-awards-badge i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #20c4bc;
    color: #fff;
    font-size: 18px;
}

.driver-awards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.driver-awards-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.driver-awards-card__header {
    position: absolute;
    top: 34px;
    left: 38px;
    right: 38px;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    padding: 0;
}

.driver-awards-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(32, 196, 188, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    color: #20c4bc;
    font-size: 26px;
    box-shadow: 0 18px 40px rgba(32, 196, 188, 0.1);
}

.driver-awards-card__header h3 {
    margin: 0 0 6px;
    color: #20c4bc;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.driver-awards-card__header p {
    margin: 0;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.driver-awards-card__image {
    min-height: 430px;
    margin: 20px 20px 0;
    overflow: hidden;
    border-radius: 16px;
}

.driver-awards-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.driver-awards-card__image--passengers img {
    object-position: center center;
}

.driver-awards-card__image--drivers img {
    object-position: center center;
}

.driver-awards-card__body {
    margin-top: auto;
    padding: 28px 38px 36px;
}

.driver-awards-card__body span {
    display: block;
    width: 54px;
    height: 5px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #20c4bc;
}

.driver-awards-card__body p {
    max-width: 520px;
    margin: 0;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}

.driver-awards-block .section-footer-text {
    display: flex;
    align-items: center;
    gap: 24px;
    width: fit-content;
    max-width: 1200px;
    margin: 42px auto 0;
    padding: 22px 34px;
    box-sizing: border-box;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 38, 74, 0.07);
}

.driver-awards-block .section-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid rgba(32, 196, 188, 0.14);
    background: #f3fafa;
    color: #13b3a5;
    font-size: 30px;
}

.driver-awards-block .section-footer-text p {
    display: block;
    margin: 0;
    text-align: left;
}

.driver-awards-block .section-footer-text strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.driver-awards-block .section-footer-text em {
    display: block;
    color: var(--text-color);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .driver-awards-title h2 {
        font-size: 44px;
    }

    .driver-awards-title p {
        font-size: 19px;
    }

    .driver-awards-card__header {
        top: 28px;
        left: 28px;
        right: 28px;
    }

    .driver-awards-card__image {
        min-height: 360px;
        margin: 18px 18px 0;
    }

    .driver-awards-card__image img {
        min-height: 360px;
    }

    .driver-awards-card__body {
        padding: 26px 28px 32px;
    }

    .driver-awards-card__body p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .driver-awards-block {
        padding: 80px 0;
    }

    .driver-awards-title h2 {
        font-size: 38px;
    }

    .driver-awards-grid {
        gap: 22px;
    }

    .driver-awards-card__header {
        grid-template-columns: 1fr;
        gap: 16px;
        top: 24px;
        left: 24px;
        right: 24px;
    }

    .driver-awards-card__icon {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .driver-awards-card__header h3 {
        font-size: 24px;
    }

    .driver-awards-card__header p {
        font-size: 18px;
    }

    .driver-awards-card__image {
        min-height: 340px;
    }

    .driver-awards-card__image img {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .driver-awards-block {
        padding: 70px 0;
    }

    .driver-awards-title {
        text-align: left;
    }

    .driver-awards-title h2 {
        font-size: 32px;
    }

    .driver-awards-title p {
        font-size: 17px;
    }

    .driver-awards-badge {
        width: 100%;
        min-height: 54px;
        margin: 28px 0 30px;
        padding: 10px 18px;
        font-size: 15px;
        white-space: normal;
        transform: none;
    }

    .driver-awards-grid {
        grid-template-columns: 1fr;
    }

    .driver-awards-card__header {
        grid-template-columns: auto 1fr;
        top: 22px;
        left: 22px;
        right: 22px;
    }

    .driver-awards-card__image {
        min-height: 320px;
        margin: 20px 18px 0;
    }

    .driver-awards-card__image img {
        min-height: 320px;
    }

    .driver-awards-card__body {
        padding: 24px 22px 28px;
    }

    .driver-awards-card__body p {
        font-size: 18px;
    }

    .driver-awards-block .section-footer-text {
        align-items: flex-start;
        width: 100%;
        padding: 22px;
    }
}

@media (max-width: 480px) {
    .driver-awards-card__header {
        grid-template-columns: 1fr;
        top: 20px;
        left: 20px;
        right: 20px;
    }

    .driver-awards-card__image {
        min-height: 300px;
    }

    .driver-awards-card__image img {
        min-height: 300px;
    }
}

.driver-program-block {
    padding: 100px 0;
}

.driver-program-block .container {
    max-width: 1560px;
}

.driver-program-layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.25fr);
    gap: 36px;
    align-items: end;
}

.driver-program-content {
    min-width: 0;
}

.driver-program-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(32, 196, 188, 0.12);
    color: #078f88;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.driver-program-intro h2 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 52px;
    font-weight: 700;
    line-height: 1.12;
}

.driver-program-intro h2 span {
    display: block;
    color: #20c4bc;
}

.driver-program-intro p {
    margin: 0 0 34px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}

.driver-program-levels {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.driver-program-level-card {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 112px;
    padding: 16px 20px;
    border: 1px solid #e7eeee;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 42px rgba(6, 38, 74, 0.07);
}

.driver-program-level-badge {
    display: flex;
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #078f88;
    color: #fff;
    text-align: center;
    box-shadow: 0 14px 28px rgba(32, 196, 188, 0.18);
}

.driver-program-level-badge strong {
    display: block;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.92;
}

.driver-program-level-badge span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
}

.driver-program-level-content {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.driver-program-level-content strong {
    color: #078f88;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.driver-program-level-content p {
    margin: 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.driver-program-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    margin: 0;
}

.driver-program-visual img {
    display: block;
    width: 100%;
    max-height: 720px;
    object-fit: contain;
}

.driver-program-info {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr) minmax(0, 0.9fr);
    gap: 18px;
    margin-top: 28px;
}

.driver-program-total,
.driver-program-note {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 150px;
    padding: 24px 28px;
    box-sizing: border-box;
    border-radius: 18px;
}

.driver-program-total {
    background: #078f88;
    color: #fff;
    box-shadow: 0 18px 46px rgba(32, 196, 188, 0.16);
}

.driver-program-total-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    color: #078f88;
    font-size: 30px;
}

.driver-program-total h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.driver-program-total p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
}

.driver-program-note {
    border: 1px solid #e7eeee;
    background: #fff;
    box-shadow: 0 16px 42px rgba(6, 38, 74, 0.06);
}

.driver-program-note--warning {
    background: #fff9ea;
}

.driver-program-note--passengers {
    background: #f0faff;
}

.driver-program-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    color: #d8a929;
    font-size: 25px;
    box-shadow: 0 12px 28px rgba(6, 38, 74, 0.08);
}

.driver-program-note--passengers .driver-program-note-icon {
    color: #2478d7;
}

.driver-program-note h3 {
    margin: 0 0 8px;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.driver-program-note p {
    margin: 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.driver-program-note p strong {
    color: #20c4bc;
    font-weight: 700;
}

.driver-program-note a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: #2478d7;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.driver-program-note a:hover {
    color: #20c4bc;
}

@media (max-width: 1199px) {
    .driver-program-layout {
        grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.25fr);
        gap: 28px;
    }

    .driver-program-intro h2 {
        font-size: 42px;
    }

    .driver-program-intro p {
        font-size: 18px;
    }

    .driver-program-level-content {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .driver-program-info {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .driver-program-layout {
        grid-template-columns: 1fr;
        max-width: 820px;
        margin: 0 auto;
    }

    .driver-program-visual img {
        max-height: 1020px;
    }
}

@media (max-width: 767px) {
    .driver-program-block {
        padding: 70px 0;
    }

    .driver-program-kicker {
        font-size: 15px;
    }

    .driver-program-intro h2 {
        font-size: 32px;
    }

    .driver-program-level-card {
        flex-wrap: wrap;
        gap: 16px;
        min-height: auto;
        padding: 18px;
    }

    .driver-program-level-badge {
        flex-basis: 82px;
        width: 82px;
        height: 82px;
    }

    .driver-program-level-content {
        flex: 1 1 180px;
    }

    .driver-program-level-content strong {
        font-size: 42px;
    }

    .driver-program-total,
    .driver-program-note {
        align-items: flex-start;
        gap: 18px;
        min-height: auto;
        padding: 22px;
    }
}

@media (max-width: 480px) {
    .driver-program-total,
    .driver-program-note {
        flex-direction: column;
    }
}

.passenger-app-intro .app-showcase__visual-col {
    justify-content: flex-end;
    min-height: 680px;
}

.passenger-app-intro .app-showcase__visual {
    justify-content: flex-end;
    min-height: 680px;
    transform: translateX(72px);
}

.passenger-app-intro .app-showcase__visual::before {
    left: auto;
    right: -28%;
}

.passenger-app-intro .app-showcase__visual::after {
    left: auto;
    right: -8%;
}

.passenger-app-intro .app-showcase__visual img {
    max-width: min(560px, 92%);
    height: min(760px, 78vh) !important;
}

@media (max-width: 1199px) {
    .app-showcase--driver .app-showcase__visual {
        transform: translateX(36px);
    }

    .app-showcase--passenger .app-showcase__visual {
        transform: translateX(-36px);
    }

    .passenger-app-intro .app-showcase__visual {
        transform: translateX(36px);
    }
}

@media (max-width: 991px) {
    .app-showcase__visual-col {
        min-height: auto;
    }

    .app-showcase__visual {
        justify-content: center !important;
        min-height: 560px;
        transform: none !important;
    }

    .app-showcase__visual::before {
        left: 50% !important;
        right: auto !important;
        width: 110%;
        height: 96%;
        transform: translate(-50%, -50%);
    }

    .app-showcase__visual::after {
        left: 50% !important;
        right: auto !important;
        width: 82%;
        height: 74%;
        transform: translate(-50%, -50%);
    }

    .app-showcase__visual img {
        max-width: min(420px, 82vw);
        height: auto !important;
        max-height: 620px;
    }
}

@media (max-width: 575px) {
    .app-showcase__visual {
        min-height: 430px;
    }

    .app-showcase__visual img {
        max-width: min(320px, 82vw);
    }
}

.about-us-image {
    margin: 0;
    width: 125%;
    transform: translateX(-2%);
}

.about-us-image img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    border-radius: 20px;
}

.passenger-hero-block {
    overflow: hidden;
}

.passenger-hero-block .row.align-items-center {
    row-gap: 34px;
}

.passenger-hero-block .about-us-content {
    position: relative;
    z-index: 2;
}

.passenger-hero-block .section-title h3 {
    display: inline-block;
}

.passenger-hero-block .section-title h3::before {
    display: block;
}

.passenger-hero-block .section-title p {
    max-width: 620px;
}

.passenger-hero-block .about-us-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.passenger-hero-block .about-us-btn .btn-default {
    margin: 0;
}

.passenger-hero-block .about-us-btn .btn-default:nth-child(2) {
    border: 1px solid #20c4bc;
    background: transparent;
    color: #20c4bc;
}

.passenger-hero-block .about-us-btn .btn-default:nth-child(2)::before {
    background: #20c4bc;
}

.passenger-hero-block .about-us-btn .btn-default:nth-child(2):hover {
    color: #fff;
}

.passenger-hero-block .about-us-image {
    position: relative;
    display: block;
    width: calc(100% + 155px);
    margin: -40px -155px 0 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    transform: none;
}

.passenger-hero-block .about-us-image::before {
    content: none;
}

.passenger-hero-block .about-us-image::after {
    content: none;
}

.passenger-hero-visual {
    position: relative;
    width: 100%;
    height: 560px;
    padding-left: 12px;
    overflow: visible;
}

.passenger-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #20c4bc;
    border-radius: 30% 16px 16px 30% / 50% 16px 16px 50%;
    pointer-events: none;
}

.passenger-hero-visual__media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30% 16px 16px 30% / 50% 16px 16px 50%;
}

.passenger-hero-visual__media img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    filter: none;
}

.passenger-hero-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr) 80px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-top: -26px;
    padding: 28px 34px;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 60px rgba(6, 38, 74, 0.07);
    position: relative;
    z-index: 3;
}

.passenger-hero-flow__item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.passenger-hero-flow__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(32, 196, 188, 0.1);
    color: #20c4bc;
    font-size: 28px;
}

.passenger-hero-flow__content h3 {
    margin: 0 0 6px;
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}

.passenger-hero-flow__content p {
    margin: 0;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.passenger-hero-flow__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #20c4bc;
    font-size: 24px;
}

.passenger-hero-flow__arrow::before {
    content: "";
    position: absolute;
    left: 0;
    right: 28px;
    top: 50%;
    border-top: 2px dashed rgba(32, 196, 188, 0.5);
    transform: translateY(-50%);
}

.passenger-hero-flow__arrow i {
    position: relative;
    z-index: 1;
}

.passenger-features-block {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.passenger-features-block .section-title {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.passenger-features-block .section-title h3 {
    display: inline-block;
    padding-left: 48px;
    color: #20c4bc;
    font-weight: 700;
}

.passenger-features-block .section-title h3::before {
    display: block;
}

.passenger-features-block .section-title p {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.passenger-features-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
    align-items: start;
    gap: 0;
}

.passenger-feature-item {
    min-width: 0;
}

.passenger-feature-phone {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 440px;
}

.passenger-feature-phone img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 440px;
    object-fit: contain;
}

.passenger-feature-caption {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}

.passenger-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(32, 196, 188, 0.1);
    color: #20c4bc;
    font-size: 26px;
}

.passenger-feature-caption h3 {
    margin: 0 0 5px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.passenger-feature-caption p {
    margin: 0;
    color: var(--text-color);
    font-size: 17px;
    line-height: 1.45;
}

.passenger-feature-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 560px;
    color: #20c4bc;
    font-size: 18px;
}

.passenger-feature-arrow::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 18px;
    top: 50%;
    border-top: 2px dashed rgba(32, 196, 188, 0.48);
    transform: translateY(-50%);
}

.passenger-feature-arrow i {
    position: relative;
    z-index: 1;
}

.passenger-share-story {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 100px;
}

.passenger-share-story__container {
    position: relative;
    max-width: 1560px;
    z-index: 1;
}

.passenger-share-story .section-row {
    margin-bottom: 28px;
}

.passenger-share-story .section-title {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

.passenger-share-story__flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    column-gap: 34px;
    min-height: 0;
    padding-top: 175px;
}

.passenger-share-story__path {
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
    height: 56px;
    z-index: 0;
    pointer-events: none;
}
@media (max-width: 767px) {
    .passenger-share-story__flow {
        padding-top: 0;
    }
}
.passenger-share-stage {
    position: static;
    z-index: 1;
    min-width: 0;
}

.passenger-share-marker {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(232, 252, 250, 0.94);
    color: #20c4bc;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(4, 55, 78, 0.12);
    transform: translateX(-50%);
}

.passenger-share-bubble {
    position: absolute;
    z-index: 2;
    max-width: 160px;
    padding: 13px 18px;
    border: 1px solid rgba(32, 196, 188, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: 0 10px 32px rgba(6, 38, 74, 0.08);
}

.passenger-share-link-icon {
    position: absolute;
    z-index: 2;
    top: 238px;
    left: 31.5%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fff;
    color: #20c4bc;
    font-size: 30px;
    box-shadow: 0 14px 34px rgba(32, 196, 188, 0.18);
}

.passenger-share-link-icon::before,
.passenger-share-link-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 3px;
    height: 22px;
    border-radius: 999px;
    background: #20c4bc;
    transform: translateX(-50%);
}

.passenger-share-link-icon::before {
    top: -34px;
}

.passenger-share-link-icon::after {
    bottom: -34px;
}

.passenger-share-route-car {
    position: absolute;
    z-index: 2;
    top: 96px;
    left: 55%;
    color: #20c4bc;
    font-size: 30px;
    transform: rotate(12deg);
    text-shadow: 0 10px 24px rgba(4, 55, 78, 0.16);
}

.passenger-share-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 390px;
    min-height: 0;
}

.passenger-share-visual img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 420px;
    object-fit: contain;
}

.passenger-share-content {
    margin-top: 18px;
}

.passenger-share-content h3 {
    margin: 0 0 12px;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.passenger-share-content p {
    max-width: 320px;
    margin: 0;
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.55;
}

.passenger-share-story .section-footer-text {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1200px;
    margin: 42px auto 0;
    padding: 22px 34px;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 38, 74, 0.07);
    text-align: left;
}

.passenger-share-story .section-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid rgba(32, 196, 188, 0.14);
    background: #f3fafa;
    color: #13b3a5;
    font-size: 30px;
}

.passenger-share-story .section-footer-text p {
    display: block;
    margin: 0;
    text-align: left;
}

.passenger-share-story .section-footer-text strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.passenger-share-story .section-footer-text em {
    display: block;
    color: var(--text-color);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.passenger-share-stage--link .passenger-share-marker {
    top: 54px;
    left: 12.5%;
    right: auto;
}

.passenger-share-stage--link .passenger-share-visual {
    justify-content: center;
}

.passenger-share-stage--link .passenger-share-visual img {
    max-width: 100%;
}

.passenger-share-stage--link .passenger-share-content {
    padding-left: 8px;
}

.passenger-share-stage--invite {
    padding-top: 0;
}

.passenger-share-stage--invite .passenger-share-marker {
    top: 54px;
    left: 37.5%;
}

.passenger-share-stage--invite .passenger-share-bubble {
    top: 168px;
    left: 29.5%;
}

.passenger-share-stage--invite .passenger-share-visual {
}

.passenger-share-stage--invite .passenger-share-visual img {
    max-width: 100%;
}

.passenger-share-stage--trip {
    padding-top: 0;
}

.passenger-share-stage--trip .passenger-share-marker {
    top: 54px;
    left: 62.5%;
}

.passenger-share-stage--trip .passenger-share-bubble {
    top: 78px;
    left: 59.5%;
}

.passenger-share-stage--trip .passenger-share-visual {
}

.passenger-share-stage--trip .passenger-share-visual img {
    max-width: 100%;
}

.passenger-share-stage--reward {
    padding-top: 0;
}

.passenger-share-stage--reward .passenger-share-marker {
    top: 54px;
    left: 87.5%;
    right: auto;
}

.passenger-share-stage--reward .passenger-share-visual {
}

.passenger-share-stage--reward .passenger-share-visual img {
    max-width: 100%;
}

.passenger-share-stage--reward .passenger-share-content {
    padding-left: 16px;
}

.passenger-share-condition {
    display: grid;
    grid-template-columns: 88px auto 1fr;
    align-items: center;
    gap: 30px;
    margin-top: 34px;
    padding: 22px 54px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(32, 196, 188, 0.14), rgba(32, 196, 188, 0.06));
}

.passenger-share-condition__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #20c4bc;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 12px 28px rgba(32, 196, 188, 0.22);
}

.passenger-share-condition strong {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.passenger-share-condition p {
    margin: 0;
    padding-left: 36px;
    border-left: 1px solid rgba(32, 196, 188, 0.3);
    color: var(--primary-color);
    font-size: 22px;
    line-height: 1.4;
}

.passengers-levels-block {
    padding-top: 90px;
    padding-bottom: 100px;
    overflow: hidden;
}

.passengers-levels-block .section-title {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}

.passengers-levels-block .section-title h2 {
    margin-bottom: 22px;
}

.passengers-levels-block .section-title p {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    color: var(--text-color);
    line-height: 1.55;
}

.passengers-levels-block .section-title p + p {
    margin-top: 4px;
}

.passengers-levels-list {
    display: grid;
    gap: 16px;
}

.passengers-levels-card {
    position: relative;
    display: grid;
    grid-template-columns: 108px minmax(220px, 0.82fr) minmax(0, 2fr);
    align-items: center;
    min-height: 176px;
    height: 176px;
    overflow: hidden;
    padding: 0 28px;
    border: 1px solid rgba(32, 196, 188, 0.1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(6, 38, 74, 0.04);
}

.passengers-levels-card::before {
    display: none;
}

.passengers-levels-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    min-height: 92px;
    padding: 12px 10px;
    border-radius: 16px;
    background: #20c4bc;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 26px rgba(32, 196, 188, 0.18);
}

.passengers-levels-badge strong {
    display: block;
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.passengers-levels-badge span {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

.passengers-levels-text p {
    position: relative;
    z-index: 2;
    max-width: 330px;
    margin: 0;
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

.passengers-levels-visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: stretch;
    min-width: 0;
    height: 100%;
    padding: 0 10px;
}

.passengers-levels-visual::before {
    content: "";
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: -35%;
    height: 145%;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center,
        rgba(32, 196, 188, 0.08) 0%,
        rgba(32, 196, 188, 0.04) 50%,
        rgba(32, 196, 188, 0) 75%
    );
    pointer-events: none;
}

.passengers-levels-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
}

.passengers-levels-card--first .passengers-levels-visual img,
.passengers-levels-card--second .passengers-levels-visual img {
    height: auto;
    max-height: 148px;
}

.passengers-levels-card--more .passengers-levels-visual img {
    max-width: calc(100% - 48px);
}

.passengers-levels-dots {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    color: #20c4bc;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 4px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .passenger-hero-block .about-us-image {
        width: calc(100% + 100px);
        margin: -28px -100px 0 0;
    }

    .passenger-hero-visual {
        height: 520px;
        padding-left: 10px;
    }

    .passenger-hero-flow {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .passenger-hero-flow__arrow {
        justify-content: center;
        height: 28px;
        transform: rotate(90deg);
    }

    .passenger-hero-flow__arrow::before {
        left: calc(50% - 38px);
        right: calc(50% - 10px);
    }

    .passenger-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 34px;
    }

    .passenger-feature-phone {
        height: 500px;
    }

    .passenger-share-story .section-footer-text {
        align-items: flex-start;
        padding: 22px;
    }

    .passenger-feature-phone img {
        height: 480px;
    }

    .passenger-feature-arrow {
        display: none;
    }

    .passenger-share-story {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .passenger-share-story__flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 54px 38px;
        min-height: 0;
    }

    .passenger-share-story__path,
    .passenger-share-bubble,
    .passenger-share-link-icon,
    .passenger-share-route-car {
        display: none;
    }

    .passenger-share-stage,
    .passenger-share-stage--invite,
    .passenger-share-stage--trip,
    .passenger-share-stage--reward {
        padding-top: 0;
    }

    .passenger-share-marker {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 0 auto 18px;
        transform: none;
    }

    .passenger-share-visual,
    .passenger-share-stage--link .passenger-share-visual,
    .passenger-share-stage--invite .passenger-share-visual,
    .passenger-share-stage--trip .passenger-share-visual,
    .passenger-share-stage--reward .passenger-share-visual {
        min-height: 360px;
        justify-content: center;
    }

    .passenger-share-stage--link .passenger-share-visual img {
        height: 420px;
    }

    .passenger-share-stage--invite .passenger-share-visual img {
        max-width: 360px;
    }

    .passenger-share-stage--trip .passenger-share-visual img {
        max-width: 440px;
    }

    .passenger-share-stage--reward .passenger-share-visual img {
        max-height: 390px;
    }

    .passenger-share-content,
    .passenger-share-stage--link .passenger-share-content,
    .passenger-share-stage--reward .passenger-share-content {
        max-width: 360px;
        margin: 22px auto 0;
        padding-left: 0;
        text-align: center;
    }

    .passenger-share-content p {
        max-width: none;
    }

    .passenger-share-condition {
        grid-template-columns: 72px 1fr;
        padding: 22px 32px;
    }

    .passenger-share-condition p {
        grid-column: 1 / -1;
        padding-left: 0;
        border-left: 0;
        font-size: 19px;
    }

    .passengers-levels-block {
        padding-top: 78px;
        padding-bottom: 84px;
    }

    .passengers-levels-card {
        grid-template-columns: 98px minmax(190px, 0.82fr) minmax(0, 2fr);
        min-height: 164px;
        height: 164px;
        padding: 0 22px;
    }

    .passengers-levels-badge {
        width: 84px;
        min-height: 84px;
    }

    .passengers-levels-badge strong {
        font-size: 36px;
    }

    .passengers-levels-text p {
        font-size: 18px;
    }

    .passengers-levels-card--first .passengers-levels-visual img,
    .passengers-levels-card--second .passengers-levels-visual img {
        max-height: 136px;
    }
}

@media (max-width: 991px) {
    .passenger-hero-block .about-us-image {
        width: 100%;
        max-width: 720px;
        margin: 10px auto 0;
        overflow: hidden;
    }

    .passenger-hero-visual {
        height: auto;
        padding-left: 10px;
    }

    .passenger-hero-visual__media img {
        height: auto;
    }

    .passenger-feature-phone {
        height: 460px;
    }

    .passenger-feature-phone img {
        height: 440px;
    }

    .passengers-levels-card {
        grid-template-columns: 86px minmax(160px, 0.75fr) minmax(0, 1.8fr);
        min-height: 154px;
        height: 154px;
    }

    .passengers-levels-badge {
        width: 74px;
        min-height: 74px;
        border-radius: 14px;
    }

    .passengers-levels-badge strong {
        font-size: 31px;
    }

    .passengers-levels-badge span {
        font-size: 14px;
    }

    .passengers-levels-card--first .passengers-levels-visual img,
    .passengers-levels-card--second .passengers-levels-visual img {
        max-height: 126px;
    }
}

@media (max-width: 767px) {
    .passenger-hero-block .about-us-btn {
        gap: 14px;
    }

    .passenger-hero-flow {
        padding: 24px;
    }

    .passenger-hero-flow__item {
        align-items: flex-start;
    }

    .passenger-hero-flow__icon {
        width: 68px;
        height: 68px;
        font-size: 24px;
    }

    .passenger-features-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .passenger-feature-phone {
        height: auto;
    }

    .passenger-feature-phone img {
        height: 320px;
    }

    .passenger-feature-caption {
        justify-content: center;
        max-width: 360px;
        margin: 18px auto 0;
    }

    .passenger-feature-caption h3 {
        font-size: 20px;
    }

    .passenger-feature-caption p {
        font-size: 16px;
    }

    .passenger-share-story {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .passenger-share-story__flow {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
    }

    .passenger-share-visual,
    .passenger-share-stage--link .passenger-share-visual,
    .passenger-share-stage--invite .passenger-share-visual,
    .passenger-share-stage--trip .passenger-share-visual,
    .passenger-share-stage--reward .passenger-share-visual {
        min-height: auto;
    }

    .passenger-share-stage--link .passenger-share-visual img {
        height: 360px;
    }

    .passenger-share-stage--invite .passenger-share-visual img {
        max-width: 340px;
    }

    .passenger-share-stage--trip .passenger-share-visual img {
        max-width: 360px;
    }

    .passenger-share-stage--reward .passenger-share-visual img {
        max-height: 360px;
    }

    .passenger-share-content h3 {
        font-size: 20px;
    }

    .passenger-share-content p {
        font-size: 16px;
    }

    .passenger-share-condition {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 14px;
    }

    .passenger-share-condition p {
        font-size: 17px;
    }

    .passengers-levels-block .section-title h2 {
        font-size: 34px;
    }

    .passengers-levels-card {
        grid-template-columns: 1fr;
        min-height: 0;
        height: auto;
        padding: 20px;
    }

    .passengers-levels-card::before {
        display: none;
    }

    .passengers-levels-badge {
        flex-direction: row;
        justify-self: start;
        width: auto;
        min-height: 0;
        padding: 10px 18px;
        gap: 8px;
    }

    .passengers-levels-badge strong {
        font-size: 28px;
    }

    .passengers-levels-text {
        margin-top: 14px;
    }

    .passengers-levels-text p {
        max-width: none;
    }

    .passengers-levels-visual {
        min-height: 220px;
        margin-top: 12px;
        padding: 0;
    }

    .passengers-levels-visual img {
        height: auto;
        max-height: 250px;
    }

    .passengers-levels-list {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .page-passengers .about-platform-principles .alem-image-card {
        min-height: 500px;
    }

    .page-passengers .about-platform-principles .alem-image-card::before {
        width: 105%;
        height: 82%;
        filter: blur(54px);
    }

    .page-passengers .about-platform-principles .alem-image-card img {
        max-width: min(360px, 84%);
        max-height: 520px;
    }

    .passenger-hero-block .about-us-btn {
        flex-direction: column;
    }

    .passenger-hero-block .about-us-btn .btn-default {
        width: 100%;
        text-align: center;
    }

    .passenger-hero-flow__item {
        flex-direction: column;
        text-align: left;
    }

    .passenger-feature-phone img {
        height: 200px;
    }

    .passenger-feature-caption {
        align-items: flex-start;
    }

    .passenger-feature-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .passenger-share-stage--link .passenger-share-visual img {
        height: 260px;
    }

    .passenger-share-stage--invite .passenger-share-visual img {
        max-width: 200px;
    }

    .passenger-share-stage--trip .passenger-share-visual img {
        max-width: 230px;
    }

    .passenger-share-stage--reward .passenger-share-visual img {
        max-height: 330px;
    }

    .passengers-levels-block {
        padding-top: 64px;
        padding-bottom: 70px;
    }

    .passengers-levels-block .section-title h2 {
        font-size: 28px;
    }

    .passengers-levels-card {
        padding: 18px;
    }

    .passengers-levels-text p {
        font-size: 16px;
    }

    .passengers-levels-visual {
        min-height: 190px;
    }

    .passengers-levels-visual img {
        max-height: 220px;
    }

    .passengers-levels-dots {
        right: 14px;
        font-size: 30px;
    }
}

.referral-reward .pavlodar-visual-placeholder {
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.82) 0%,
            rgba(255, 255, 255, 0.42) 22%,
            rgba(255, 255, 255, 0) 46%
        ),
        url("../images/passager4.png");
}

.referral-reward2 .pavlodar-visual-placeholder {
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.82) 0%,
            rgba(255, 255, 255, 0.42) 22%,
            rgba(255, 255, 255, 0) 46%
        ),
        url("../images/driver5.png");
}

.referral-reward3 .pavlodar-visual-placeholder {
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.82) 0%,
            rgba(255, 255, 255, 0.42) 22%,
            rgba(255, 255, 255, 0) 46%
        ),
        url("../images/investors4.png");
}

.referral-reward3 .pavlodar-visual-placeholder {
    position: relative;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: none !important;
    clip-path: inset(0 round 20px);
    -webkit-clip-path: inset(0 round 20px);
    transform: translateZ(0);
}

.referral-reward3 .pavlodar-visual-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.82) 0%,
        rgba(255, 255, 255, 0.42) 22%,
        rgba(255, 255, 255, 0) 46%
    );
}

.referral-reward3 .pavlodar-visual-placeholder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: inherit;
}

.investors-hero-funding {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 560px;
    margin: 28px 0;
    padding: 20px 24px;
    border: 1px solid rgba(32, 196, 188, 0.12);
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(32, 196, 188, 0.1), rgba(32, 196, 188, 0.045));
    box-shadow: 0 14px 36px rgba(6, 38, 74, 0.045);
}

.investors-hero-funding-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #20c4bc;
    color: #fff;
    font-size: 27px;
    box-shadow: 0 10px 24px rgba(32, 196, 188, 0.18);
}

.investors-hero-funding-icon .fa-light {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.investors-hero-funding-label {
    color: #53657a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.investors-hero-funding-value {
    margin-top: 3px;
    color: #20c4bc;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.05;
}

@media (min-width: 992px) {
    .investor-interest-block .feature-items-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .investor-interest-block .feature-item {
        width: auto;
        min-width: 0;
    }
}

.investor-readiness-block .container {
    max-width: 1350px;
}

.investor-readiness-block .alem-readiness-roadmap {
    width: 100%;
    margin: 24px 0;
}

.investor-readiness-block .alem-readiness-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
    gap: 0;
}

.investor-readiness-block .alem-readiness-track::before,
.investor-readiness-block .alem-readiness-track::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 66px;
    height: 4px;
    transform: translateY(-50%);
}

.investor-readiness-block .alem-readiness-track::before {
    left: 8.333%;
    width: 50%;
    background: #20c4bc;
    box-shadow: 0 0 18px rgba(32, 196, 188, 0.22);
}

.investor-readiness-block .alem-readiness-track::after {
    left: 58.333%;
    right: 8.333%;
    background-image: linear-gradient(90deg, rgba(83, 98, 115, 0.35) 0 48%, transparent 48% 100%);
    background-size: 18px 4px;
}

.investor-readiness-block .alem-readiness-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.investor-readiness-block .alem-readiness-step-number {
    margin-bottom: 12px;
    color: #20c4bc;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.investor-readiness-block .alem-readiness-step--future .alem-readiness-step-number {
    color: rgba(83, 98, 115, 0.62);
}

.investor-readiness-block .alem-readiness-step-marker {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border: 2px solid rgba(32, 196, 188, 0.28);
    border-radius: 50%;
    background: #eafbfa;
    color: #20c4bc;
    font-size: 32px;
    box-shadow: 0 12px 34px rgba(32, 196, 188, 0.13);
}

.investor-readiness-block .alem-readiness-step-marker > i {
    position: relative;
    z-index: 2;
}

.investor-readiness-block .alem-readiness-step--future .alem-readiness-step-marker {
    border-color: rgba(83, 98, 115, 0.08);
    background: #eef5f7;
    color: rgba(6, 38, 74, 0.68);
    box-shadow: none;
}

.investor-readiness-block .alem-readiness-step-check {
    position: absolute;
    z-index: 3;
    right: -6px;
    bottom: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #20c4bc;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 8px 18px rgba(32, 196, 188, 0.24);
}

.investor-readiness-block .alem-readiness-step-content {
    max-width: 190px;
    margin-top: 20px;
}

.investor-readiness-block .alem-readiness-step-content h4 {
    margin: 0 0 8px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.investor-readiness-block .alem-readiness-step-content p {
    margin: 0;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 1199px) {
    .investor-readiness-block .alem-readiness-step-marker {
        width: 68px;
        height: 68px;
        font-size: 28px;
    }

    .investor-readiness-block .alem-readiness-track::before,
    .investor-readiness-block .alem-readiness-track::after {
        top: 62px;
    }

    .investor-readiness-block .alem-readiness-step-content h4 {
        font-size: 16px;
    }

    .investor-readiness-block .alem-readiness-step-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .investor-readiness-block .alem-readiness-roadmap {
        margin: 42px 0;
    }

    .investor-readiness-block .alem-readiness-track {
        display: flex;
        flex-direction: column;
        gap: 26px;
        max-width: 560px;
        margin: 0 auto;
    }

    .investor-readiness-block .alem-readiness-track::before {
        left: 38px;
        top: 48px;
        width: 4px;
        height: 250px;
        transform: none;
    }

    .investor-readiness-block .alem-readiness-track::after {
        left: 38px;
        top: 298px;
        right: auto;
        width: 4px;
        bottom: 48px;
        height: auto;
        transform: none;
        background-image: linear-gradient(180deg, rgba(83, 98, 115, 0.35) 0 48%, transparent 48% 100%);
        background-size: 4px 18px;
    }

    .investor-readiness-block .alem-readiness-step {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        column-gap: 18px;
        align-items: center;
        text-align: left;
    }

    .investor-readiness-block .alem-readiness-step-number {
        grid-column: 1;
        justify-self: center;
        margin: 0 0 8px;
    }

    .investor-readiness-block .alem-readiness-step-marker {
        grid-column: 1;
        grid-row: 2;
        width: 76px;
        height: 76px;
    }

    .investor-readiness-block .alem-readiness-step-content {
        grid-column: 2;
        grid-row: 1 / 3;
        max-width: none;
        margin-top: 0;
    }
}

.investors-difference-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
}

.investors-difference-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 560px;
    padding: 24px;
    border: 1px solid rgba(6, 38, 74, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(6, 38, 74, 0.04);
}

.investors-difference-card--alemup {
    border-color: rgba(32, 196, 188, 0.14);
    background: linear-gradient(180deg, rgba(32, 196, 188, 0.07) 0%, rgba(32, 196, 188, 0.025) 100%);
}

.investors-difference-card-head {
    min-height: 88px;
    margin-bottom: 14px;
}

.investors-difference-card-head h3 {
    margin: 0 0 8px;
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.18;
}

.investors-difference-card--alemup .investors-difference-card-head h3 {
    color: #20c4bc;
}

.investors-difference-card-head p {
    margin: 0;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.investors-difference-route {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
}

.investors-difference-route-item {
    min-width: 0;
    text-align: center;
}

.investors-difference-person {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 74px;
    margin-bottom: 10px;
}

.investors-difference-person img {
    display: block;
    width: auto;
    max-width: 82px;
    max-height: 74px;
    object-fit: contain;
}

.investors-difference-trip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
    border-radius: 18px;
    background: rgba(6, 38, 74, 0.055);
    color: #53657a;
    font-size: 28px;
}

.investors-difference-route-item--complete .investors-difference-trip-icon {
    background: rgba(32, 196, 188, 0.12);
    color: #20c4bc;
}

.investors-difference-route-item h4 {
    margin: 0 0 4px;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.investors-difference-route-item p {
    margin: 0;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

.investors-difference-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74px;
    color: #7a899a;
    font-size: 15px;
}

.investors-difference-arrow--brand {
    color: #20c4bc;
}

.investors-difference-down {
    display: flex;
    justify-content: center;
    margin: 12px 0 10px;
    color: #7a899a;
    font-size: 16px;
}

.investors-difference-platform {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(6, 38, 74, 0.045);
}

.investors-difference-platform span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(6, 38, 74, 0.07);
    color: #53657a;
    font-size: 17px;
}

.investors-difference-platform strong {
    display: block;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.investors-difference-platform p {
    margin: 2px 0 0;
    color: var(--text-color);
    font-size: 13px;
    line-height: 1.3;
}

.investors-difference-points {
    display: grid;
    gap: 11px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(6, 38, 74, 0.09);
}

.investors-difference-points div {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: #53657a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.investors-difference-points i {
    color: #8b98a7;
    font-size: 15px;
    line-height: 1.2;
}

.investors-difference-distribution {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
    padding-top: 42px;
}

.investors-difference-distribution::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 25px;
    background: rgba(32, 196, 188, 0.75);
    transform: translateX(-50%);
}

.investors-difference-distribution::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 16.66%;
    right: 16.66%;
    height: 1px;
    background: rgba(32, 196, 188, 0.75);
}

.investors-difference-branch {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 13px 8px;
    border: 1px solid rgba(32, 196, 188, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    text-align: center;
}

.investors-difference-branch::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    width: 1px;
    height: 17px;
    background: rgba(32, 196, 188, 0.75);
    transform: translateX(-50%);
}

.investors-difference-branch i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 9px;
    border-radius: 50%;
    background: #20c4bc;
    color: #fff;
    font-size: 15px;
}

.investors-difference-branch strong {
    display: block;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.18;
}

.investors-difference-branch span {
    display: block;
    margin-top: 5px;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

.investors-difference-note {
    margin-top: auto;
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(32, 196, 188, 0.08);
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 1199px) {
    .investors-difference-visual {
        gap: 14px;
    }

    .investors-difference-card {
        min-height: 590px;
        padding: 20px;
    }

    .investors-difference-card-head h3 {
        font-size: 22px;
    }

    .investors-difference-person img {
        max-width: 70px;
    }
}

@media (max-width: 991px) {
    .investors-difference-visual {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 30px auto 0;
    }

    .investors-difference-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .investors-difference-card {
        padding: 18px;
        border-radius: 18px;
    }

    .investors-difference-card-head {
        min-height: 0;
    }

    .investors-difference-route {
        grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr);
        gap: 5px;
    }

    .investors-difference-person {
        height: 58px;
    }

    .investors-difference-person img {
        max-width: 58px;
        max-height: 58px;
    }

    .investors-difference-trip-icon {
        width: 54px;
        height: 54px;
        border-radius: 14px;
        font-size: 22px;
    }

    .investors-difference-route-item h4 {
        font-size: 13px;
    }

    .investors-difference-route-item p {
        font-size: 11px;
    }

    .investors-difference-arrow {
        height: 58px;
        font-size: 12px;
    }

    .investors-difference-distribution {
        grid-template-columns: 1fr;
        padding-top: 0;
    }

    .investors-difference-distribution::before,
    .investors-difference-distribution::after,
    .investors-difference-branch::before {
        content: none;
    }

    .investors-difference-branch {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        text-align: left;
    }

    .investors-difference-branch i {
        grid-row: 1 / 3;
        margin-bottom: 0;
    }

    .investors-difference-branch strong {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .investors-hero-funding {
        gap: 16px;
        margin: 22px 0;
        padding: 18px;
    }

    .investors-hero-funding-icon {
        width: 54px;
        height: 54px;
        font-size: 24px;
    }

    .investors-hero-funding-label {
        font-size: 16px;
    }

    .investors-hero-funding-value {
        font-size: 32px;
    }
}

.investor-metrics .service-item,
.investor-economy .service-item,
.investor-scale .service-item,
.investor-investment .service-item {
    border: 1px solid rgba(6, 38, 74, 0.12);
    box-shadow: 0 18px 46px rgba(6, 38, 74, 0.09);
}

.investor-metrics .service-item-content h2,
.investor-economy .service-item-content h2,
.investor-scale .service-item-content h2 {
    margin-bottom: 20px;
}

.investor-route {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.investor-route span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--secondary-color);
    border: 1px solid rgba(6, 38, 74, 0.12);
    color: var(--primary-color);
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(6, 38, 74, 0.06);
}

.investor-note {
    margin-top: 30px;
    padding: 22px 26px;
    border-radius: 20px;
    border: 1px solid rgba(6, 38, 74, 0.1);
    color: var(--text-color);
}

.investor-hero-metrics .about-us-item {
    width: calc(25% - 45px);
}

.investor-hero-metrics .about-us-item:nth-child(3n + 3)::before {
    display: block;
}

.investor-hero-metrics .about-us-item:nth-child(4n + 4)::before {
    display: none;
}

@media (max-width: 991px) {
    .investor-hero-metrics .about-us-item {
        width: calc(50% - 20px);
    }

    .investor-hero-metrics .about-us-item:nth-child(3n + 3)::before {
        display: block;
    }

    .investor-hero-metrics .about-us-item:nth-child(2n + 2)::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .investor-hero-metrics .about-us-item {
        width: 100%;
    }

    .investor-hero-metrics .about-us-item:nth-child(3n + 3)::before,
    .investor-hero-metrics .about-us-item:nth-child(4n + 4)::before {
        display: block;
    }

    .investor-hero-metrics .about-us-item:last-child::before {
        display: none;
    }
}

.investor-economy-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 42px;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.investor-economy-content h3 {
    margin-bottom: 12px;
    color: var(--primary-color);
}

.investor-economy-content h4 {
    margin-bottom: 14px;
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 700;
}

.investor-economy-content p {
    margin-bottom: 0;
}

.investor-economy-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 26px 0 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(6, 38, 74, 0.12);
}

.investor-economy-bar span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.investor-economy-bar span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.investor-economy-driver {
    background: linear-gradient(135deg, #13b3a5 0%, #20c4bc 100%);
}

.investor-economy-passenger {
    background: #1f88d8;
}

.investor-economy-network {
    background: #277dd2;
}

.investor-economy-platform {
    background: #0b1f33;
}

.investor-economy-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.investor-economy-detail h5 {
    margin-bottom: 10px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.investor-economy-detail p {
    color: var(--text-color);
    font-size: 15px;
    line-height: 1.55em;
}

.alemup-info-note {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: auto;
    margin: 42px auto 0;
    padding: 22px 34px;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 38, 74, 0.07);
}

.alemup-info-note__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid rgba(32, 196, 188, 0.14);
    background: #f3fafa;
    color: #13b3a5;
    font-size: 30px;
}

.alemup-info-note p {
    margin: 0;
}

.alemup-info-note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.alemup-info-note em {
    display: block;
    color: var(--text-color);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.investor-readiness-block .investor-pilot-stages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px;
    align-items: stretch;
    width: 100%;
}

.investor-readiness-block .investor-pilot-stages .pavlodar-stage {
    width: auto;
    min-width: 0;
}

.investor-readiness-block .investor-pilot-stages .pavlodar-stage::after {
    display: none;
}

.investor-readiness-block .investor-readiness-results-card,
.investor-readiness-block .investor-founder-card {
    min-height: 100%;
    padding: 30px;
    border: 1px solid rgba(11, 31, 51, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(6, 38, 74, 0.04);
}

.investor-readiness-block .investor-readiness-results-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.investor-readiness-block .investor-readiness-results-icon,
.investor-readiness-block .investor-founder-label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(32, 196, 188, 0.12);
    color: #20c4bc;
    font-size: 22px;
}

.investor-readiness-block .investor-readiness-results-heading h4 {
    margin: 0;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.investor-readiness-block .investor-readiness-results-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.investor-readiness-block .investor-readiness-result-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    min-width: 0;
    color: #53657a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.investor-readiness-block .investor-readiness-result-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: #20c4bc;
    color: #fff;
    font-size: 10px;
    box-shadow: 0 8px 16px rgba(32, 196, 188, 0.18);
}

.investor-readiness-block .investor-founder-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 28px;
    align-items: center;
}

.investor-readiness-block .investor-founder-content {
    min-width: 0;
}

.investor-readiness-block .investor-founder-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: #20c4bc;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.investor-readiness-block .investor-founder-label span {
    width: 42px;
    height: 42px;
    font-size: 18px;
}

.investor-readiness-block .investor-founder-content h3 {
    margin: 0 0 8px;
    color: #0b1f33;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.12;
}

.investor-readiness-block .investor-founder-location {
    margin: 0 0 20px;
    color: #53657a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.investor-readiness-block .investor-founder-content p:not(.investor-founder-location) {
    margin: 0;
    color: rgba(11, 31, 51, 0.68);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.investor-readiness-block .investor-founder-photo {
    overflow: hidden;
    align-self: stretch;
    min-height: 250px;
    border-radius: 16px;
    background: rgba(32, 196, 188, 0.06);
}

.investor-readiness-block .investor-founder-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 991px) {
    .investor-readiness-block .investor-pilot-stages {
        grid-template-columns: 1fr !important;
    }

    .investor-readiness-block .investor-founder-card {
        grid-template-columns: minmax(0, 1fr) minmax(170px, 220px);
    }
}

@media (max-width: 767px) {
    .investor-readiness-block .investor-pilot-stages {
        gap: 22px;
        margin-top: 38px;
        grid-template-columns: 1fr !important;
    }

    .investor-readiness-block .investor-readiness-results-card,
    .investor-readiness-block .investor-founder-card {
        padding: 24px;
        border-radius: 20px;
    }

    .investor-readiness-block .investor-readiness-results-heading {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 18px;
    }

    .investor-readiness-block .investor-readiness-results-heading h4 {
        font-size: 21px;
    }

    .investor-readiness-block .investor-readiness-results-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .investor-readiness-block .investor-founder-card {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .investor-readiness-block .investor-founder-content h3 {
        font-size: 28px;
    }

    .investor-readiness-block .investor-founder-photo {
        justify-self: center;
        width: min(100%, 240px);
        min-height: 285px;
    }
}

.investor-scale-route {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 30px;
    max-width: 1460px;
    margin: 0 auto;
}

.investor-scale-group {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 580px;
    padding: 32px 32px 28px;
    overflow: hidden;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.investor-scale-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e7eeee;
}

.investor-scale-pin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #18d5dd 0%, #13b3a5 100%);
    color: #fff;
    font-size: 30px;
    box-shadow: 0 18px 36px rgba(32, 196, 188, 0.25);
}

.investor-scale-pin i {
    filter: none;
}

.investor-scale-group:nth-child(1) .investor-scale-pin {
    background: linear-gradient(135deg, #18d5dd 0%, #13b3a5 100%);
}

.investor-scale-group:nth-child(3) .investor-scale-pin {
    background: linear-gradient(135deg, #2c96ea 0%, #2478d7 100%);
    box-shadow: 0 18px 36px rgba(36, 120, 215, 0.2);
}

.investor-scale-group:nth-child(5) .investor-scale-pin {
    background: #0b1f33;
    box-shadow: 0 18px 36px rgba(11, 31, 51, 0.18);
}

.investor-scale-group h4 {
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.investor-scale-subtitle {
    margin: 0;
    color: #13b3a5;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.investor-scale-group:nth-child(3) .investor-scale-subtitle {
    color: #2478d7;
}

.investor-scale-group:nth-child(5) .investor-scale-subtitle {
    color: #0b1f33;
}

.investor-scale-cities {
    margin: 0;
    padding: 0;
    list-style: none;
}

.investor-scale-cities li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.investor-scale-cities li i {
    color: #13b3a5;
    font-size: 13px;
}

.investor-scale-group:nth-child(3) .investor-scale-cities li i {
    color: #2478d7;
}

.investor-scale-group:nth-child(5) .investor-scale-cities li i {
    color: #0b1f33;
}

.investor-scale-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 220px;
    margin: auto -8px 24px;
}

.investor-scale-visual img {
    display: block;
    width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.investor-scale-stage {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: auto;
}

.investor-scale-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 42px;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #18d5dd 0%, #13b3a5 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(32, 196, 188, 0.22);
}

.investor-scale-group:nth-child(3) .investor-scale-badge {
    background: linear-gradient(135deg, #2c96ea 0%, #2478d7 100%);
    box-shadow: 0 12px 24px rgba(36, 120, 215, 0.18);
}

.investor-scale-group:nth-child(5) .investor-scale-badge {
    background: #0b1f33;
    box-shadow: 0 12px 24px rgba(11, 31, 51, 0.18);
}

.investor-scale-stage p {
    margin: 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.investor-scale-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    padding-top: 0;
    color: #13b3a5;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 12px 28px rgba(32, 196, 188, 0.25);
    transform: translateY(-12px);
}

.investor-scale-arrow:nth-of-type(4) {
    color: #2478d7;
    text-shadow: 0 12px 28px rgba(36, 120, 215, 0.24);
}

.investor-scale-strategy .section-footer-text {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1200px;
    margin: 42px auto 0;
    padding: 22px 34px;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 38, 74, 0.07);
}

.investor-scale-strategy .section-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid rgba(32, 196, 188, 0.14);
    background: #f3fafa;
    color: #13b3a5;
    font-size: 30px;
}

.investor-scale-strategy .section-footer-text p {
    margin: 0;
    text-align: left;
}

.investor-scale-strategy .section-footer-text strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.investor-scale-strategy .section-footer-text em {
    display: block;
    color: var(--text-color);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .investor-economy-bar {
        grid-template-columns: 1fr;
    }

    .investor-economy-bar span + span {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .investor-economy-details {
        grid-template-columns: 1fr;
    }

    .investor-economy-content {
        padding: 24px;
    }

    .investor-scale-route {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .investor-scale-arrow {
        display: none;
    }

    .investor-scale-group {
        min-height: auto;
        padding: 26px;
    }

    .investor-scale-strategy .section-footer-text {
        align-items: flex-start;
        padding: 22px;
    }

    .alemup-info-note {
        align-items: flex-start;
        padding: 22px;
    }
}
.page-about .alemup-info-note {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1200px;
    margin: 42px auto 0;
    padding: 22px 34px;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 38, 74, 0.07);
    text-align: left;
}

.page-about .alemup-info-note__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid rgba(32, 196, 188, 0.14);
    background: #f3fafa;
    color: #13b3a5;
    font-size: 30px;
}

.page-about .alemup-info-note p {
    margin: 0;
    text-align: left;
}

.page-about .alemup-info-note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.page-about .alemup-info-note em {
    display: block;
    color: var(--text-color);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .page-about .alemup-info-note {
        align-items: flex-start;
        padding: 22px;
    }
}
.alem-footer-links ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 35px;
    row-gap: 14px;
    margin: 0;
    padding: 0;
}

.alem-footer-links ul li {
    margin: 0;
}
.alem-footer-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1350px;

    margin: 0 auto;
}

.prototype-showcase .prototype-card-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 38px;
}

.prototype-showcase .app-showcase__visual img {
    max-width: min(640px, 112%);
    height: min(780px, 82vh) !important;
}

.prototype-showcase .prototype-card {
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 34px;
    border: 1px solid #ddf1ef;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 52px rgba(6, 38, 74, 0.07);
}

.prototype-showcase .prototype-card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.prototype-showcase .prototype-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 25px;
}

.prototype-showcase .prototype-card-icon--passenger {
    color: #13b3a5;
    background: rgba(32, 196, 188, 0.12);
}

.prototype-showcase .prototype-card-icon--driver {
    color: var(--primary-color);
    background: rgba(23, 104, 217, 0.12);
}

.prototype-showcase .prototype-card-header h3 {
    margin: 0 0 4px;
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.prototype-showcase .prototype-card:nth-child(2) .prototype-card-header h3 {
    color: var(--primary-color);
}

.prototype-showcase .prototype-card-header p {
    margin: 0;
    color: var(--text-color);
    line-height: 1.45;
}

.prototype-showcase .prototype-card-text {
    display: none;
    margin: 0;
    color: var(--text-color);
    line-height: 1.45;
}

.prototype-showcase .prototype-card-qr {
    width: min(240px, 82%);
    aspect-ratio: 1;
    margin: 0 auto 5px;
    border-radius: 12px;
    background:
        linear-gradient(
            90deg,
            #111 10px,
            transparent 10px 22px,
            #111 22px 32px,
            transparent 32px 44px,
            #111 44px 54px,
            transparent 54px
        ),
        linear-gradient(
            #111 10px,
            transparent 10px 22px,
            #111 22px 32px,
            transparent 32px 44px,
            #111 44px 54px,
            transparent 54px
        ),
        repeating-conic-gradient(#111 0 25%, transparent 0 50%) 0 0 / 28px 28px;
    background-color: #fff;
    box-shadow: 0 12px 28px rgba(6, 38, 74, 0.08);
}

.prototype-showcase .prototype-card-qr-image {
    display: block;
    width: min(240px, 82%);
    height: auto;
    margin: 0 auto 5px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(6, 38, 74, 0.08);
}

.prototype-showcase .prototype-card-text {
    margin-bottom: 26px;
    font-size: 18px;
}

.prototype-showcase .prototype-card-btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 0;
    padding: 17px 24px;
    border-radius: 10px;
    background: var(--accent-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.prototype-showcase .prototype-card-btn:hover {
    color: #fff;
    background: var(--primary-color);
    transform: translateY(-2px);
}

.prototype-showcase .prototype-card-btn--driver {
    background: var(--primary-color);
}

.prototype-showcase .prototype-card-btn--driver:hover {
    color: #fff;
    background: var(--accent-color);
    transform: translateY(-2px);
}

.prototype-showcase .alemup-info-note {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    margin: 42px auto 0;
    padding: 22px 34px;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 38, 74, 0.07);
}

.prototype-showcase .alemup-info-note__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid rgba(32, 196, 188, 0.14);
    background: #f3fafa;
    color: #13b3a5;
    font-size: 30px;
}

.prototype-showcase .alemup-info-note p {
    margin: 0;
}

.prototype-showcase .alemup-info-note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.prototype-showcase .alemup-info-note em {
    display: block;
    color: var(--text-color);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .prototype-showcase .prototype-card-list {
        gap: 18px;
    }

    .prototype-showcase .prototype-card {
        padding: 26px;
    }
}

@media (max-width: 767px) {
    .prototype-showcase .prototype-card-list {
        grid-template-columns: 1fr;
    }

    .prototype-showcase .app-showcase__visual img {
        max-width: min(500px, 92%);
        height: auto !important;
    }

    .prototype-showcase .prototype-card {
        min-height: auto;
    }

    .prototype-showcase .alemup-info-note {
        align-items: flex-start;
        padding: 22px;
    }

    .prototype-showcase .prototype-card-qr {
        display: none;
    }

    .prototype-showcase .prototype-card-qr-image {
        display: none;
    }

    .prototype-showcase .prototype-card-text {
        display: block;
    }

    .prototype-showcase .prototype-card-btn {
        display: inline-flex;
    }
}

.alem-contact-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.alem-contact-list .contact-info-item {
    width: 100%;
    height: 100%;
    margin: 0;
}

.alem-contact-list .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(22, 199, 183, 0.1);
}

.alem-contact-list .icon-box i {
    color: #16c7b7;
    font-size: 21px;
}

.alem-contact-list .contact-info-body a {
    color: inherit;
    text-decoration: none;
}

.alem-contact-list .contact-info-body a:hover {
    color: #16c7b7;
}

.page-index .passenger-trip-steps .alem-network-image {
    width: 100%;
    border-radius: 20px;
}

.page-index .passenger-trip-steps .alem-network-image--mobile {
    display: none;
}

@media (max-width: 767px) {
    .page-index .passenger-trip-steps .alem-network-image--desktop {
        display: none;
    }

    .page-index .passenger-trip-steps .alem-network-image--mobile {
        display: block;
    }
}

.page-index .investor-scale-route {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 30px;
    max-width: 1460px;
    margin: 0 auto;
}

.page-index .investor-scale-group {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 580px;
    padding: 32px 32px 28px;
    overflow: hidden;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 70px rgba(6, 38, 74, 0.08);
}

.page-index .investor-scale-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e7eeee;
}

.page-index .investor-scale-pin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #18d5dd 0%, #13b3a5 100%);
    color: #fff;
    font-size: 30px;
    box-shadow: 0 18px 36px rgba(32, 196, 188, 0.25);
}

.page-index .investor-scale-pin i {
    filter: none;
}

.page-index .investor-scale-group:nth-child(3) .investor-scale-pin {
    background: linear-gradient(135deg, #2c96ea 0%, #2478d7 100%);
    box-shadow: 0 18px 36px rgba(36, 120, 215, 0.2);
}

.page-index .investor-scale-group:nth-child(5) .investor-scale-pin {
    background: #0b1f33;
    box-shadow: 0 18px 36px rgba(11, 31, 51, 0.18);
}

.page-index .investor-scale-group h4 {
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.page-index .investor-scale-subtitle {
    margin: 0;
    color: #13b3a5;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.page-index .investor-scale-group:nth-child(3) .investor-scale-subtitle {
    color: #2478d7;
}

.page-index .investor-scale-group:nth-child(5) .investor-scale-subtitle {
    color: #0b1f33;
}

.page-index .investor-scale-cities {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-index .investor-scale-cities li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.page-index .investor-scale-cities li i {
    color: #13b3a5;
    font-size: 13px;
}

.page-index .investor-scale-group:nth-child(3) .investor-scale-cities li i {
    color: #2478d7;
}

.page-index .investor-scale-group:nth-child(5) .investor-scale-cities li i {
    color: #0b1f33;
}

.page-index .investor-scale-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 220px;
    margin: auto -8px 24px;
}

.page-index .investor-scale-visual img {
    display: block;
    width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.page-index .investor-scale-stage {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: auto;
}

.page-index .investor-scale-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 42px;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #18d5dd 0%, #13b3a5 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(32, 196, 188, 0.22);
}

.page-index .investor-scale-group:nth-child(3) .investor-scale-badge {
    background: linear-gradient(135deg, #2c96ea 0%, #2478d7 100%);
    box-shadow: 0 12px 24px rgba(36, 120, 215, 0.18);
}

.page-index .investor-scale-group:nth-child(5) .investor-scale-badge {
    background: #0b1f33;
    box-shadow: 0 12px 24px rgba(11, 31, 51, 0.18);
}

.page-index .investor-scale-stage p {
    margin: 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.page-index .investor-scale-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    padding-top: 0;
    color: #13b3a5;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 12px 28px rgba(32, 196, 188, 0.25);
    transform: translateY(-12px);
}

.page-index .investor-scale-arrow:nth-of-type(4) {
    color: #2478d7;
    text-shadow: 0 12px 28px rgba(36, 120, 215, 0.24);
}

.page-index .investor-scale-strategy .section-footer-text {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1200px;
    margin: 42px auto 0;
    padding: 22px 34px;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 38, 74, 0.07);
}

.page-index .investor-scale-strategy .section-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid rgba(32, 196, 188, 0.14);
    background: #f3fafa;
    color: #13b3a5;
    font-size: 30px;
}

.page-index .investor-scale-strategy .section-footer-text p {
    margin: 0;
    text-align: left;
}

.page-index .investor-scale-strategy .section-footer-text strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.page-index .investor-scale-strategy .section-footer-text em {
    display: block;
    color: var(--text-color);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .page-index .investor-scale-route {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-index .investor-scale-arrow {
        display: none;
    }

    .page-index .investor-scale-group {
        min-height: auto;
        padding: 26px;
    }

    .page-index .investor-scale-strategy .section-footer-text {
        align-items: flex-start;
        padding: 22px;
    }
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    max-width: 1560px;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-arrow {
    display: none;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-group {
    min-height: auto;
    padding: 28px 28px 30px;
    border-radius: 20px;
    overflow: hidden;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-visual {
    min-height: 0;
    margin: 0 0 22px;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-visual img {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-stage {
    display: block;
    margin-top: 0;
    text-align: center;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-stage h4 {
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 26px;
    line-height: 1.2;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-role-subtitle {
    margin-bottom: 14px;
    color: #13b3a5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-group:nth-child(2) .investor-role-subtitle {
    color: #2478d7;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-group:nth-child(3) .investor-role-subtitle {
    color: #13b3a5;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-stage p:not(.investor-role-subtitle) {
    max-width: 360px;
    margin: 0 auto;
    color: var(--text-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-role-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
    padding-top: 28px;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-role-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 10px 16px;
    border: 1px solid #e7eeee;
    border-radius: 999px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.72);
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-role-tag i {
    color: #13b3a5;
    font-size: 18px;
}

.page-index .investor-scale-strategy.investor-role-strategy .investor-scale-group:nth-child(2) .investor-role-tag i {
    color: #2478d7;
}

@media (max-width: 1199px) {
    .page-index .investor-scale-strategy.investor-role-strategy .investor-scale-route {
        gap: 22px;
    }

    .page-index .investor-scale-strategy.investor-role-strategy .investor-scale-group {
        padding: 24px;
    }

    .page-index .investor-scale-strategy.investor-role-strategy .investor-scale-stage h4 {
        font-size: 24px;
    }

    .page-index .investor-scale-strategy.investor-role-strategy .investor-role-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .page-index .investor-scale-strategy.investor-role-strategy .investor-scale-route {
        grid-template-columns: 1fr;
        max-width: 620px;
    }
}

@media (max-width: 575px) {
    .page-index .investor-scale-strategy.investor-role-strategy .investor-scale-group {
        padding: 20px;
    }

    .page-index .investor-scale-strategy.investor-role-strategy .investor-scale-visual img {
        max-height: 300px;
    }

    .page-index .investor-scale-strategy.investor-role-strategy .investor-role-tags {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .alem-contact-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .alem-contact-list {
        grid-template-columns: 1fr;
    }
}

.alem-home-hero {
    max-width: 1760px;
    margin: 30px auto;
    padding: 0;
    border: 1px solid rgba(11, 31, 51, 0.1);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.alem-home-hero .container-fluid {
    padding: 0;
}

.alem-home-hero__shell {
    padding: 68px 56px 42px;
}

.alem-home-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.64fr);
    align-items: center;
    gap: 8px;
    min-height: 660px;
}

.alem-home-hero__content {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.alem-home-hero__brand {
    margin: 0;
    color: #16c7b7;
    font-size: clamp(80px, 7vw, 145px);
    font-weight: 750;
    line-height: 0.9;
    letter-spacing: -3px;
}

.alem-home-hero__headline {
    margin: 26px 0 0;
    color: #0b1f33;
    font-size: 34px;
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: 0;
}

.alem-home-hero__headline span,
.alem-home-hero__content > p span {
    color: #16c7b7;
}

.alem-home-hero__content > p {
    max-width: 600px;
    margin: 24px 0 0;
    color: rgba(11, 31, 51, 0.72);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.alem-home-hero__content > p + p {
    margin-top: 20px;
}

.alem-home-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 36px;
}

.alem-home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 60px;
    padding: 17px 26px;
    border-radius: 10px;
    background: #16c7b7;
    color: #fff;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.2;
    white-space: nowrap;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.alem-home-hero__button:hover {
    color: #fff;
    background: #0b1f33;
    transform: translateY(-2px);
}

.alem-home-hero__button i {
    font-size: 19px;
}

.alem-home-hero__visual {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    margin-left: 28px;
    border: 0;
}

.alem-home-hero__visual img {
    display: block;
    width: 100%;
    max-width: 850px;
    height: auto;
    border: 0;
    border-radius: 0;
    outline: 0;
    object-fit: contain;
    transform: scale(1.04);
    transform-origin: center left;
    border-radius: 20px;
}

.alem-home-hero__features {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -10px;
    padding: 22px 28px;
    border: 1px solid rgba(11, 31, 51, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 45px rgba(11, 31, 51, 0.06);
}

.alem-home-hero__feature {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    padding: 0 20px;
    border-right: 1px solid rgba(11, 31, 51, 0.1);
}

.alem-home-hero__feature:first-child {
    padding-left: 0;
}

.alem-home-hero__feature:last-child {
    padding-right: 0;
    border-right: 0;
}

.alem-home-hero__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(22, 199, 183, 0.1);
    color: #16c7b7;
    font-size: 21px;
}

.alem-home-hero__feature h3 {
    margin: 0 0 4px;
    color: #0b1f33;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.25;
}

.alem-home-hero__feature p {
    margin: 0;
    color: rgba(11, 31, 51, 0.65);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

@media (max-width: 1199px) {
    .alem-home-hero__shell {
        padding: 54px 34px 34px;
    }

    .alem-home-hero__inner {
        grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
        min-height: 570px;
    }

    .alem-home-hero__brand {
        font-size: 88px;
    }

    .alem-home-hero__headline {
        font-size: 36px;
    }

    .alem-home-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 0;
    }

    .alem-home-hero__feature:nth-child(2n) {
        padding-right: 0;
        border-right: 0;
    }

    .alem-home-hero__feature:nth-child(2n + 1) {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .alem-home-hero__inner {
        grid-template-columns: 1fr;
        min-height: auto;
        text-align: left;
    }

    .alem-home-hero__content {
        max-width: 720px;
    }

    .alem-home-hero__actions {
        justify-content: flex-start;
    }

    .alem-home-hero__visual {
        justify-content: center;
        margin: 24px 0 0;
    }

    .alem-home-hero__visual img {
        width: 100%;
        max-width: 720px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .alem-home-hero {
        margin: 20px auto;
        border-radius: 16px;
    }

    .alem-home-hero__shell {
        padding: 42px 22px 24px;
    }

    .alem-home-hero__brand {
        font-size: 72px;
        letter-spacing: -2px;
    }

    .alem-home-hero__headline {
        font-size: 32px;
    }

    .alem-home-hero__features {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px;
    }

    .alem-home-hero__feature,
    .alem-home-hero__feature:first-child,
    .alem-home-hero__feature:last-child {
        padding: 0;
        border-right: 0;
    }
}

@media (max-width: 575px) {
    .alem-home-hero__shell {
        padding: 34px 18px 22px;
    }

    .alem-home-hero__brand {
        font-size: 64px;
    }

    .alem-home-hero__headline {
        margin-top: 20px;
        font-size: 30px;
    }

    .alem-home-hero__content > p {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.55;
    }

    .alem-home-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .alem-home-hero__button {
        width: 100%;
        min-height: 54px;
        padding: 15px 20px;
    }

    .alem-home-hero__visual img {
        max-width: 460px;
    }

    .alem-home-hero__features {
        margin-top: 28px;
        padding: 18px;
    }

    .alem-home-hero__feature {
        gap: 14px;
    }

    .alem-home-hero__feature-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
}

.investors-difference-route--six {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) auto
        minmax(0, 1fr) auto
        minmax(0, 1fr) auto
        minmax(0, 1fr) auto
        minmax(0, 1fr) auto
        minmax(0, 1fr);
    align-items: center;
    width: 100%;
}

.investors-difference-route--six .investors-difference-arrow {
    width: 30px;
    min-width: 30px;
    text-align: center;
}

/* Keep the homepage trip content within the card's equal side padding. */
.page-index .home-trip-card .investors-difference-route--six {
    grid-template-columns:
        minmax(max-content, 1fr) 14px
        minmax(max-content, 1fr) 14px
        minmax(max-content, 1fr) 14px
        minmax(max-content, 1fr) 14px
        minmax(min-content, 1fr) 14px
        minmax(max-content, 1fr);
    gap: 2px;
    overflow-x: auto;
}

.page-index .home-trip-card .investors-difference-arrow {
    width: 14px;
    min-width: 0;
}

.page-index .home-trip-card .investors-difference-person img {
    max-width: min(82px, 100%);
}

.page-index .home-trip-card .investors-difference-person {
    contain: inline-size;
}

.page-index .home-trip-card .home-trip-benefits {
    margin-left: 0;
    margin-right: 0;
    gap: 12px;
}

.page-index .home-trip-benefits > .col-lg-4 {
    padding: 0;
    flex: 1 1 190px;
    min-width: 0;
}

.page-index .home-trip-benefits .investor-scale-route {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    height: 100%;
}

.page-index .home-trip-benefits .investor-scale-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
}

.app-showcase--passenger .app-showcase__visual {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.app-showcase--passenger .app-showcase__visual::before,
.app-showcase--passenger .app-showcase__visual::after {
    display: none !important;
}

.page-header {
    position: relative;
    min-height: 380px;
    padding: 100px 0 70px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .page-header {
        min-height: 280px;
        padding: 70px 0 70px;
    }
}

.page-header-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-header-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.section-title h1 span,
.section-title h2 span {
    font-family: var(--accent-font);
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 50px;
    color: var(--accent-color);
}

@media (max-width: 767px) {
    .section-title h1 span,
    .section-title h2 span {
        font-size: 26px;
    }
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* Мобильная версия */
@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .investors-hero-funding--reward {
        display: grid;
        grid-template-columns: 54px 1fr;
        column-gap: 14px;
        row-gap: 14px;
        align-items: center;
        padding: 20px;
    }

    .investors-hero-funding--reward .investors-hero-funding-icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
        margin: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        grid-column: 1;
        grid-row: 1;
    }

    .investors-hero-funding--reward .investors-hero-funding-content {
        display: contents;
    }

    .investors-hero-funding--reward .investors-hero-funding-content h5 {
        grid-column: 2;
        grid-row: 1;

        margin: 0;
        font-size: 20px;
        line-height: 1.25;
    }

    .investors-hero-funding--reward .investors-hero-funding-content p {
        grid-column: 1 / -1;
        grid-row: 2;

        margin: 0 !important;
        font-size: 16px;
        line-height: 1.55;
    }
}
@media (max-width: 767px) {
    .alemup-info-note--transparent-model {
        display: grid !important;
        grid-template-columns: 54px 1fr;
        column-gap: 14px;
        row-gap: 14px;
        align-items: center;
        padding: 20px !important;
        text-align: left !important;
    }

    .alemup-info-note--transparent-model .alemup-info-note__icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
        margin: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        grid-column: 1;
        grid-row: 1;
    }

    .alemup-info-note--transparent-model > p {
        display: contents;
    }

    .alemup-info-note--transparent-model > p strong {
        grid-column: 2;
        grid-row: 1;

        display: block;
        margin: 0;

        font-size: 20px;
        line-height: 1.25;
        text-align: left;
    }

    .alemup-info-note--transparent-model > p em {
        grid-column: 1 / -1;
        grid-row: 2;

        display: block;
        margin: 0;

        font-size: 16px;
        line-height: 1.55;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .alemup-info-note--first-round {
        display: grid !important;
        grid-template-columns: 54px 1fr;
        column-gap: 14px;
        row-gap: 14px;
        align-items: center;

        padding: 20px !important;
        text-align: left !important;
    }

    .alemup-info-note--first-round .alemup-info-note__icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
        margin: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        grid-column: 1;
        grid-row: 1;
    }

    .alemup-info-note--first-round > p {
        display: contents;
    }

    .alemup-info-note--first-round > p strong {
        grid-column: 2;
        grid-row: 1;

        display: block;
        margin: 0;

        font-size: 18px;
        line-height: 1.25;
        text-align: left;
        padding-left: 15px;
    }

    .alemup-info-note--first-round > p em {
        grid-column: 1 / -1;
        grid-row: 2;

        display: block;
        margin: 0;

        font-size: 16px;
        line-height: 1.55;
        text-align: left;
    }
}
/* WEB — 3 равные карточки на всю ширину */
.pavlodar-stage-list--pilot {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
}

.pavlodar-stage-list--pilot .pavlodar-stage {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
}

.pavlodar-stage-list--pilot .product-item {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
}

/* MOBILE — одна карточка в ряд */
@media (max-width: 767px) {
    .pavlodar-stage-list--pilot {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .pavlodar-stage-list--pilot .pavlodar-stage {
        width: 100% !important;
        max-width: none !important;
    }

    .pavlodar-stage-list--pilot .product-item {
        width: 100% !important;
        max-width: none !important;
        min-height: auto !important;
    }
}
/* WEB */
.about-us-item-list--mobile-stack .about-us-item {
    width: calc(50% - 40px);
}

/* MOBILE */
@media (max-width: 767px) {
    .about-us-item-list--mobile-stack {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px;
        width: 100%;
    }

    .about-us-item-list--mobile-stack .about-us-item {
        width: 100% !important;
        max-width: 100% !important;

        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 16px;
        align-items: start;

        padding: 20px;
        box-sizing: border-box;
    }

    .about-us-item-list--mobile-stack .icon-box {
        grid-column: 1;
        grid-row: 1;

        width: 58px;
        height: 58px;
        min-width: 58px;
        margin: 0;
    }

    .about-us-item-list--mobile-stack .about-us-item-content {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }

    .about-us-item-list--mobile-stack .about-us-item-content p {
        margin: 0;
        font-size: 16px;
        line-height: 1.55;
    }
}
@media (max-width: 767px) {
    .alem-readiness-step-number {
        position: relative;
        z-index: 5;

        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: 48px;
        height: 32px;

        background: #fff;
        border-radius: 6px;
    }
}
@media (max-width: 767px) {
    /* Заголовок слева */
    .mobile-title-left {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    /* Убираем desktop-отступ перед этапами */
    .passenger-share-story__flow {
        padding-top: 0;
        display: block;
    }

    /* Каждый этап */
    .passenger-share-stage {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 55px;
    }

    /* Цифра всегда по центру над изображением */
    .passenger-share-marker {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;

        margin: 0 auto 22px;
    }

    /* Убираем возможные индивидуальные позиции цифр */
    .passenger-share-stage--link .passenger-share-marker,
    .passenger-share-stage--invite .passenger-share-marker,
    .passenger-share-stage--trip .passenger-share-marker,
    .passenger-share-stage--reward .passenger-share-marker {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }

    /* Блок изображения больше не сохраняет старую высоту */
    .passenger-share-visual {
        height: auto;
        min-height: 0;
        margin: 0 auto 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Картинка */
    .passenger-share-visual img {
        display: block;
        height: auto;
        object-fit: contain;
    }

    /* Текст сразу после изображения */
    .passenger-share-content {
        margin-top: 0;
        text-align: center;
    }

    /* Desktop-линия на мобильном не нужна */
    .passenger-share-story__path {
        display: none;
    }
}
@media (max-width: 767px) {
    /* Карточки уровней */
    .passengers-levels-card {
        min-height: 0 !important;
        height: auto !important;
        padding-bottom: 20px !important;
    }

    /* Убираем лишнее пространство после заголовка */
    .passengers-levels-text {
        margin-bottom: 20px !important;
    }

    /* Картинка сразу после текста */
    .passengers-levels-visual {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        margin-top: 0 !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .passengers-levels-visual img {
        display: block;
        margin: 0 auto;
        height: auto;
    }
}

@media (max-width: 767px) {
    .driver-awards-card__header {
        grid-template-columns: auto 1fr !important;
        align-items: center !important;
        gap: 16px;
    }

    .driver-awards-card__header h3 {
        margin: 0 !important;
    }
}
@media (max-width: 767px) {
    .driver-program-total,
    .driver-program-note {
        display: block !important;
    }

    .driver-program-total-icon,
    .driver-program-note-icon {
        float: left;
        margin: 0 18px 10px 0;
    }

    .driver-program-total::after,
    .driver-program-note::after {
        content: "";
        display: table;
        clear: both;
    }

    .driver-program-total h3,
    .driver-program-note h3 {
        padding-top: 4px;
    }
}
.alem-home-hero__actions--mobile {
    display: none;
}

@media (max-width: 767px) {
    .alem-home-hero__actions--desktop {
        display: none;
    }

    .alem-home-hero__actions--mobile {
        display: flex;
        width: 100%;
        margin-top: 24px;
    }

    .alem-home-hero__actions--mobile .alem-home-hero__button {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    /* Только блок "Поездка с AlemUP" */
    .home-trip-card .investors-difference-route--six {
        display: grid !important;

        grid-template-columns:
            minmax(0, 1fr)
            24px
            minmax(0, 1fr)
            24px
            minmax(0, 1fr) !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;

        gap: 20px 6px !important;

        overflow: visible !important;
        overflow-x: visible !important;

        padding: 15px 0 !important;
    }

    /* Каждый шаг */
    .home-trip-card .investors-difference-route--six .investors-difference-route-item {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;

        display: flex;
        flex-direction: column;
        align-items: center;

        text-align: center;
    }

    /* Изображения */
    .home-trip-card .investors-difference-route--six .investors-difference-person {
        margin-left: auto;
        margin-right: auto;
    }

    /* Название шага */
    .home-trip-card .investors-difference-route--six .investors-difference-route-item h4 {
        margin-top: 8px;
        text-align: center;

        font-size: 14px;
        line-height: 1.2;

        word-break: normal;
        overflow-wrap: normal;
    }

    /* Стрелки между шагами */
    .home-trip-card .investors-difference-route--six .investors-difference-arrow {
        width: 24px !important;
        min-width: 24px !important;

        display: flex !important;
        align-items: center;
        justify-content: center;

        align-self: center;
    }

    /* Стрелка между 3-м и 4-м шагом не нужна,
       потому что здесь начинается второй ряд */
    .home-trip-card .investors-difference-route--six > .investors-difference-arrow:nth-child(6) {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .home-trip-card .investors-difference-route--six .investors-difference-person {
        width: 70px !important;
        height: 70px !important;
    }

    .home-trip-card .investors-difference-route--six .investors-difference-person img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.investors-difference-note {
    display: block;
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
    align-self: stretch;
}
/* WEB */
.page-index .app-showcase__visual--network::before,
.page-index .app-showcase__visual--network::after {
    content: none;
}

.app-showcase__visual--network {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-showcase__visual--network img {
    height: 700px;
    max-width: 900px;
    width: auto;
    object-fit: contain;
}

/* MOBILE */
@media (max-width: 767px) {
    .app-showcase__visual--network {
        display: block;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .app-showcase__visual--network img {
        display: block;

        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;

        margin: 0 auto !important;
        object-fit: contain;
    }
}
