.hero {
    display: flex;
    flex-direction: column;
    background-color: #1C1C1C;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lines-mobile{
    display: none;
}

.hero-content {
    padding: 0em 10%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.hero-title {
    text-transform: uppercase;
    grid-column: 1 / 4;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: white;
}

.gradient-text {
    background: linear-gradient(90deg, #FFA500, #FF8C00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    margin-top: 0.5rem;
}

.hero-description-container {
    grid-column: 4/7;
    display: flex;
    flex-direction: column;
}

.hero-description {
    color: #E5E5E5;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.cta-button {
    align-self: self-end;
    padding: 1rem 3rem;
    background-color: #15CFD5;
    color: #1C1C1C;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.2s, background-color 0.2s;
}

.cta-button:hover {
    transform: translateY(-2px);
    background-color: #4CC4BA;
}

.hero-stats {
    padding: 1rem 0% 4rem 0%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
}

.hero-stats-image {
    grid-column: 1/4;
    position: relative;
}

.stats-image {
    width: 100%;
    height: auto;
    border-radius: 0px 16px 16px 0px;
    filter: grayscale(100%);
}

.paper-plane-image {
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translateX(-50%);
}

.stats-content {
    margin-left: 10%;
    grid-column: 4/5;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.stats-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stats-item::after{
    content: "";
    width: 270px;
    height: 2px;
    background-color: #E5E5E5;
    margin-top: 1rem;
}

.stats-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
}

.stats-suffix {
    color: #FFA500;
    font-size: 2.4rem;
}

.stats-label {
    color: #E5E5E5;
    font-size: 1.2rem;
}

.stats-description {
    color: #E5E5E5;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 2rem;
}

.stats-icon {
    width: 120px;
    height: 120px;
    margin-left: auto;
}

.hero-image-hvezda {
    grid-column: 5/6;
    margin-top: 100px;
}

.hero-lines {
    width: 100%;
}

.hero-lines img{
    width: 100%;
}

.advertising-agency {
    display: flex;
    flex-direction: column;
    background-color: #1C1C1C;
    padding: 5rem 0%;
    position: relative;
}

.advertising-tag {
    align-self: center;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #15CFD5;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    padding: 0.6rem 1.5rem;
    background-color: rgba(21, 207, 213, 0.1);
    border-radius: 16px;
    transition: scale 0.3s ease;
}

.advertising-tag:hover {
    scale: 1.05;
}

.advertising-tag img {
    width: 16px;
    height: 16px;
}

.advertising-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.advertising-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.adv-header-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advertising-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.advertising-container {
    width: 93%;
    padding-left: 7%;
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.advertising-text {
    max-width: 600px;
}

.advertising-title {
    font-size: 3rem;
    color: white;
    line-height: 1.2;
}

.advertising-subtitle {
    font-size: 3rem;
    color: #15CFD5;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.advertising-description {
    color: #E5E5E5;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 2em 0em 2em 0em;
}

.advertising-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    font-size: 1.1rem;
}

.feature-item img {
    width: 50px;
}

.advertising-image {
    width: 100%;
}

.advertising-image img {
    width: 100%;
    height: auto;
    border-radius: 16px 0px 0px 16px;
}

.get-started-btn {
    display: inline-block;
    margin-top: 2rem;
}

.getting-started {
    position: relative;
    padding: 6rem 10% 1em;
}

.getting-started::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(90deg, #FFD700, #EE476F);
    z-index: -1;
}

.getting-started::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #1C1C1C;
    z-index: -1;
}

.getting-started-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.getting-started-title {
    font-size: 2.5rem;
    color: #1C1C1C;
    font-weight: bold;
}

.getting-started-subtitle {
    font-size: 1.2rem;
    color: #1C1C1C;
    margin-top: 1rem;
    max-width: 500px;
    font-weight: bold;
}

.learn-more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1C1C1C;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;

}

.learn-more:hover {
    text-decoration: underline;
}

.learn-more svg {
    width: 20px;
    height: 20px;
}

.getting-started-cards {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.agency-card {
    background-color: #272727;
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 400px;
}

.card-icon {
    justify-self: center;
    color: black;
}

.card-icon a {
    font-weight: bold;
    font-size: 25px;
    padding: 0.7rem 1.2rem;
    background-color: #F9A012;
    border-radius: 50%;
}

.card-icon img {
    width: 100px;
}

.card-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 2px solid #ffffff;
}

.card-description {
    color: #E5E5E5;
    font-size: 1.1rem;
    line-height: 1.6;
}

.moving-inscription {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    position: relative;
    background-color: #1C1C1C;
    overflow: hidden;
}

.paper-plane-left {
    position: absolute;
    top: -10%;
    left: 75%;
    z-index: 1;
}

.moving-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.moving-insc-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background-color: #272727;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    will-change: transform;
}

.moving-insc-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-right: 2rem;
}

.moving-insc-item a {
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
}

.moving-insc-item svg {
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}



.our-services {
    background-color: #1C1C1C;
    padding: 6rem 10%;
    position: relative;
    overflow: hidden;
}

.services-header {
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
}

.service-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.services-header-image {
    position: absolute;
    top: 0;
    left: 108%;
}

.services-tag {
    padding: 0.5rem 1rem;
    background-color: rgba(249, 160, 18,0.1);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #FFA500;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    transition: scale 0.3s ease;
}

.services-tag:hover {
    scale: 1.05;
}

.services-tag img {
    width: 16px;
    height: 16px;
}

.services-header-txt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
}

.services-title {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 0.5rem;
}

.services-subtitle {
    font-size: 2.5rem;
    color: #FFA500;
    margin-bottom: 2rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background-color: #272727;
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-5px);
    background-color: #FFA500;
}

.service-card:hover .service-title {
    color: #1C1C1C;
}

.service-card:hover .service-description {
    color: #1C1C1C;
}

.service-card:hover .service-icon {
    background-color: #1C1C1C;
}

.service-card:hover .service-icon svg{
    fill: white;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 1.5rem;
}

.service-icon svg {
    fill: #1C1C1C;
}

.service-icon img {
    width: 24px;
    height: 24px;
}

.service-title {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}


.how-to-rent {
    background-color: #1C1C1C;
    padding: 3rem 10%;
    position: relative;
}

.how-to-rent-header {
    text-align: center;
    margin-bottom: 4rem;
}

.how-to-rent-header-txt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5em;
}

.how-to-rent-tag {
    padding: 0.5rem 1rem;
    background-color: rgba(21, 207, 213, 0.1);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #15CFD5;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    transition: scale 0.3s ease;
}

.how-to-rent-tag:hover {
    scale: 1.05;
}

.how-to-rent-tag img {
    width: 16px;
    height: 16px;
}

.how-to-rent-title {
    font-size: 2.5rem;
    color: white;
}

.how-to-rent-subtitle {
    font-size: 2.5rem;
    color: #15CFD5;
}

.rental-steps {
    padding: 0em 10%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.rental-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.step-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step-image {
    width: 100%;
    display: flex;
    justify-content: end;
}

.step-image img {
    width: 80%;
    height: auto;
    border-radius: 16px;
}

.rental-steps-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

.step-nav-item {
    background-color: #272727;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.step-nav-item.active {
    background-color: #15CFD5;
    color: #1C1C1C;
}

.step-nav-item:hover {
    background-color: #15CFD5;
    color: #1C1C1C;
}

.step-description {
    color: #E5E5E5;
    font-size: 1.1rem;
    line-height: 1.6;
}

.step-description span {
    color: #FFA500;
}

.step-links {
    display: flex;
    gap: 1rem;
    color: #FFA500;
}

.step-links a {
    color: #FFA500;
    text-decoration: underline;
}

.faq {
    background-color: #1C1C1C;
    padding: 6rem 10% 3rem;
    position: relative;
}

.faq-header {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #15CFD5;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    padding: 0.6rem 1.5rem;
    background-color: rgba(21, 207, 213, 0.1);
    border-radius: 16px;
    transition: scale 0.3s ease;
}

.faq-tag img {
    width: 16px;
    height: 16px;
}

.faq-tag:hover {
    scale: 1.05;
}

.faq-title {
    font-size: 3rem;
    color: white;
    margin-bottom: 0.5rem;
}

.faq-title span {
    color: #15CFD5;
}

.faq-subtitle {
    font-size: 1.1rem;
    color: #E5E5E5;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.faq-item {
    background-color: #272727;
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s;
}

.faq-item:hover {
    transform: translateY(-5px);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.faq-question h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.faq-question.active h3 {
    color: #15CFD5;
}

.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.2rem;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 0.3s;
    border: none;
}

.faq-toggle svg {
    fill: none;
    stroke: #272727;
}

.faq-toggle.active {
    transform: rotate(180deg);
    background-color: #15CFD5;
}

.faq-answer {
    color: #E5E5E5;
    font-size: 1.1rem;
    line-height: 1.6;
    display: none;
}

.faq-answer.active {
    display: block;
}

.important-rules {
    background-color: #1C1C1C;
    padding: 2rem 0% ;
    position: relative;
}

.important-rules-container {
    margin: 0 auto;
}

.important-rules-header {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-tag {
    align-self: center;
    background-color: rgba(249, 160, 18,0.1);
    border-radius: 16px;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    color: #FFA500;
    font-size: 1rem;
    margin-bottom: 1rem;
    transition: scale 0.3s ease;
}

.header-tag img {
    width: 16px;
    height: 16px;
}

.header-tag:hover {
    scale: 1.05;
}

.header-title {
    font-size: 2.5rem;
    color: white;
    line-height: 1.2;
}

.orange-text {
    color: #FFA500;
}

.rules-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-left: 10%;
}

.rules-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.rule-item:last-child {
    border-bottom: none;
}

.rule-item h3 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.rule-item p {
    color: #E5E5E5;
    font-size: 1rem;
    line-height: 1.6;
}

.rules-info {
    display: flex;
    flex-direction: column;
    position: relative;
}

.rules-info img {
    width: 100%;
    height: auto;
    border-radius: 16px 0px 0px 16px;
    margin-bottom: 2rem;
}

.cost-info {
    top: 67%;
    position: absolute;
    background-color: rgba(39, 39, 39, 0.5);
    border-radius: 16px;
    padding: 2rem;
    margin-left: 2rem;
    width: 60%;
}

.cost-info h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
    width: 80%;
    padding-bottom: 0.5em;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.mandatory-fees {
    display: flex;
    flex-direction: column;
}

.mandatory-fees h4 {
    color: #FFA500;
    font-size: 1.1rem;
}

.mandatory-fees ul {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.mandatory-fees li {
    color: #E5E5E5;
    font-size: 1rem;
}

.mandatory-fees li::marker {
    color: #FFA500;
}

.mandatory-fees li span {
    color: #FFA500;
    font-weight: bold;
}

.detail-button {
    align-self: center;
    padding: 0.8rem 2rem;
    background-color: #FFA500;
    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.detail-button:hover {
    background-color: #FF8C00;
}


.clients {
    overflow: hidden;
    background-color: #1C1C1C;
    padding: 6rem 0;
    position: relative;
}

.clients-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.clients-white-hvezda {
    position: absolute;
    right: -10%;
    top: 30%;
}

.clients-header {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}

.paper-plane-right-bottom {
    position: absolute;
    top: -60%;
    left: -10%;
}

.clients-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #15CFD5;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    padding: 0.6rem 1.5rem;
    background-color: rgba(21, 207, 213, 0.1);
    border-radius: 16px;
    transition: scale 0.3s ease;
}

.clients-tag:hover {
    scale: 1.05;
}

.clients-title {
    font-size: 3rem;
    color: white;
    line-height: 1.2;
}

.testimonials-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.testimonial-content {
    max-width: 500px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.rating {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1rem;
}

.rating svg {
    fill: #FFDF00;
}

.testimonial-text {
    color: #E5E5E5;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.client-name {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.testimonial-nav {
    display: flex;
    gap: 1rem;
}

.nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    transition: transform 0.3s;
}

.nav-btn svg {
    padding: 0.5rem;
    background-color: #15CFD5;
    stroke: rgb(0, 0, 0);
    border-radius: 50%;
}

.nav-btn:hover {
    transform: scale(1.1);
}

/* Визуальная часть с орбитой */
.testimonial-visual {
    position: relative;
    margin: 0 auto;
}


.center-photo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #15CFD5;
    transition: transform 0.3s ease;
}

.center-client-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.quote {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 40px;
    right: -25px;
    color: #1C1C1C;
    font-weight: bold;
    z-index: 1;
}

.orbit-photo {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: #15CFD5;
    transition: all 0.3s ease;
    cursor: pointer;
}


.orbit-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

/* Позиционируем фото через transform с rotate и translate */
.orbit-photo.top {
    top: 35%;
    left: 43%;
    transform: translate(-50%, -50%) rotate(-45deg) translateY(-140px) rotate(45deg);
}

.orbit-photo.right {
    top: 37%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg) translateY(-140px) rotate(-45deg);
}

.orbit-photo.bottom {
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(135deg) translateY(-140px) rotate(-135deg);
}

.orbit-photo.left {
    top: 55%;
    left: 44%;
    transform: translate(-50%, -50%) rotate(225deg) translateY(-140px) rotate(-225deg);
}


.contact {
    background-color: #1C1C1C;
    padding: 3rem 10%;
    position: relative;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #272727;
    padding: 1rem 3rem;
    border-radius: 16px;
}

.contact-header {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #FFA500;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    padding: 0.6rem 1.5rem;
    background-color: rgba(255, 165, 0, 0.1);
    border-radius: 16px;
    transition: scale 0.3s ease;
}

.contact-tag:hover {
    scale: 1.05;
}

.contact-title {
    font-size: 3rem;
    color: white;
    margin-bottom: 0.5rem;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    background-color: #272727;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.contact-form input,
.contact-form textarea {
    background-color: #323232;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    color: white;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #E5E5E5;
}

.contact-form input:focus,
.contact-form textarea:focus {
    background-color: #333333;
    outline: none;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.send-message-btn {
    background-color: #FFA500;
    color: #1C1C1C;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.send-message-btn:hover {
    background-color: #FF8C00;
}

.contact-info {
    color: white;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.contact-info p {
    color: #E5E5E5;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.contact-features {
    margin-top: 2rem;
}

.contact-features h4 {
    color: #FFA500;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.contact-features ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    list-style: none;
}

.contact-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #E5E5E5;
    font-size: 1.1rem;
}

.thank-you-message {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 1rem;
}

.thank-you-message h3 {
    color: #FFA500;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.thank-you-message p {
    color: #fff;
    font-size: 1.1rem;
}

@media (max-width: 1520px) {
    .hero-stats {
        overflow: hidden;
        position: relative;
    }

    .paper-plane-image{
        top: 80%;
    }

    .stats-content {
        grid-column: 4/6;
        padding-right: 10%;
    }

    .hero-image-hvezda {
        position: absolute;
        top: 10%;
        right: -30%;
    }
    /* Hero section lines !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

    .advertising-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advertising-header img {
        display: none;
    }

    .advertising-subtitle{
        margin-bottom: 0rem;
    }

    .advertising-text{
        position: relative;
    }

    .advertising-text-mobile{
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
    }

    .get-started-btn{
        align-self: center;
    }

    .advertising-description{
        margin: 1rem 0rem;
    }

    .how-to-rent-header-txt {
        flex-direction: column;
    }    

    .how-to-rent-header {
        margin-bottom: 1.5rem;
    }

    .header-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .important-rules-header {
        margin-bottom: 2rem;
    }

    .rules-content {
        margin-left: 5%;
    }
}

@media (max-width: 1024px) {
    .hero{
        overflow: hidden;
        padding: 30px 0px;
    }

    .hero-title{
        text-align: center;
        font-size: 2rem;
        margin-bottom: 0rem;
    }

    .hero-content{
        padding: 0px 5%;
        display: flex;
        flex-direction: column;
    }

    .cta-button{
        align-self: center;
    }

    .hero-stats{
        overflow: unset;
        padding: 2em 0% 4rem 0%;
        display: flex;
        flex-direction: column;
    }

    .hero-image-hvezda{
        transform: scale(0.6);
        top: -30%;
        right: -13%;
    }

    .paper-plane-image {
        top: 140%;
        left: 85%;
        transform: scale(0.5) rotate(120deg);
    }

    .stats-image{
        width: 98%;
    }

    .stats-content{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .stats-desc-grid{
        grid-column: 1/-1;
    }

    .stats-item{
        align-items: center;
    }

    .stats-item::after{
        display: none;
    }

    /* 1 section !!!!!!!!!!!!!! */

    .advertising-title,
    .advertising-subtitle{
        font-size: 2rem;
        text-align: center;
    }

    /* 2 section !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

    .testimonials-wrapper {
        gap: 1rem;
    }

    .testimonial-content {
        text-align: center;
        margin: 0 auto;
    }

    .testimonial-nav {
        justify-content: center;
    }

    .rules-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .important-rules{
        padding: 2rem 3% 14rem 3%;
    }

    .cost-info {
        width: 80%;
        margin-left: unset;
        align-self: center;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .rental-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .rental-steps-nav {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .rental-step {
        gap: 1rem;
    }

    .getting-started-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-icon {
        margin: 0 auto;
    }

    .advertising-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .advertising-text {
        max-width: 100%;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-title,
    .services-subtitle {
        font-size: 2rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
    }

    .contact-info {
        order: -1;
    }
}

@media (max-width: 900px) {
    .testimonials-wrapper{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-image-hvezda {
        transform: scale(0.36);
        top: -40%;
        right: -25%;
    }

    .paper-plane-image {
        top: 140%;
        left: 75%;
        transform: scale(0.5) rotate(120deg);
    }
    
    .hero-stats{
        padding: 1rem 0% 1rem 0%;
    }

    .stats-content{
        padding: 0px 5%;
        margin: unset; 
    }


    .stats-number{
        font-size: 1.8rem;
        display: flex;
        align-items: center;
    }

    .stats-suffix{
        font-size: 1.2rem;
    }

    .stats-label{
        font-size: 0.8rem;
    }

    .lines-mobile{
        display: block;
    }

    .lines-desktop{
        display: none;
    }

    /* second section!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

    .advertising-container{
        gap: 1.3rem;
    }

    .advertising-agency{
        padding: 1rem 0% 2rem;
    }

    .advertising-content{
        gap: 1rem;
    }

    .advertising-text-mobile{
        padding: 0px 8% 1rem;
        margin: 2rem 7% 0rem;
        background-color: rgba(57, 57, 57, 0.8);
        border-radius: 16px;
    }

    .advertising-text{
        margin-right: 7%;
    }

    .get-started-btn{
        margin-top: 1rem;
    }

    /* third section!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

    .services-header-txt{
        flex-direction: column;
    }

    .services-title{
        margin-bottom: unset;
    }

    /* fourth section!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
    .header-title {
        text-align: center;
    }

    .cost-info {
        z-index: 1;
        top: 45%;
    }

    .cost-info h3 {
        font-size: 1.5rem;
    }

    /* fifth section!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
    .clients-title {
        font-size: 2rem;
    }

    .testimonial-text {
        font-size: 1.2rem;
    }

    .header-title {
        font-size: 2rem;
    }

    .rule-item h3 {
        font-size: 1.1rem;
    }

    .faq {
        padding: 4rem 5%;
    }

    .faq-title {
        font-size: 2rem;
    }

    .how-to-rent {
        padding: 2rem 5%;
    }

    .how-to-rent-title,
    .how-to-rent-subtitle {
        font-size: 2rem;
    }

    .step-nav-item {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }

    .getting-started {
        padding: 4rem 5% 2rem;
    }

    .getting-started-header {
        flex-direction: column;
        margin-bottom: 2rem;
        gap: 2rem;
    }

    .getting-started-cards {
        grid-template-columns: 1fr;
    }

    .getting-started-title {
        font-size: 2rem;
    }

    .stats-content {
        text-align: center;
    }

    .advertising-title,
    .advertising-subtitle {
        font-size: 2rem;
    }

    .our-services {
        padding: 2rem 5% 2rem;
    }

    .services-asterisk {
        width: 80px;
        height: 80px;
        top: 1rem;
        right: 1rem;
    }

    .contact {
        padding: 4rem 5%;
    }

    .contact-title {
        font-size: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-features {
        display: none;
    }

    .contact-content {
        gap: 1rem;
    }
}

@media (max-width: 600px) {
    .clients-white-hvezda {
        display: none;
    }

    .testimonial-text{
        text-align: left;
        margin-bottom: 1rem;
    }

    .clients-container{
        padding: 0px;
    }
}

@media (max-width: 530px) {
    .clients-header {
        margin-bottom: 1rem;
    }

    .testimonial-visual{
        transform: scale(0.8);
    }

    .orbit-line img {
        width: 100%;
    }

    .testimonial-content {
        padding: 0px 2%;
    }
}


@media (max-width: 390px) {
    .paper-plane-right-bottom{
        top: -60%;
        left: -23%; 
    }

    .clients {
        padding: 9rem 0rem 6rem;
    }
}