@charset "UTF-8";
@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_text_regular.ttf") format("truetype"), url("../fonts/brandon_text_regular.woff") format("woff"), url("../fonts/brandon_text_regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_textmedium.ttf") format("truetype"), url("../fonts/brandon_textmedium.woff") format("woff"), url("../fonts/brandon_textmedium.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_textbold.ttf") format("truetype"), url("../fonts/brandon_textbold.woff") format("woff"), url("../fonts/brandon_textbold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
.clear{ clear:both; }

:root {
    --purple: #552184;
    --purple-dark: #431953;
    --orange: #f28b00;
    --orange-soft: #ff9b13;
    --dark: #17202c;
    --green: #63c963;
    --muted: #5a6472;
}


* {
    box-sizing: border-box
}

html, body {
    height: 100%
}

body {
    margin: 0;
    font-family: "Brandon-Text", sans-serif;
    color: var(--dark);
    background: #fff;
    overflow-x: hidden
}

.top-line {
    height: 10px;
    /*background: #4b2d3a;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20
}

.hero {
    min-height: 858px;
    position: relative;
    overflow: hidden;
    background: #f6f5f4;
    padding-top: 10px;
}

.hero-section {
    position: relative;
    min-height: 100svh;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, .94) 0%,
            rgba(255, 255, 255, .78) 45%,
            rgba(255, 255, 255, .96) 100%
        ),
        url("../img/banner/bg.webp");

    background-position:
        center center,
        center center;

    background-size:
        cover,
        cover;

    background-repeat:
        no-repeat,
        no-repeat;

    filter: saturate(.9);
    transform: none;
    z-index: 0;
}

.hero-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 236, 232, .10);
    backdrop-filter: none;
}

.hero-content,
.hero-section .container {
    position: relative;
    z-index: 2;
}



@media (max-width: 767px) {
    .hero-section {
        min-height: 100svh;
    }

    .hero-bg {
        inset: 0;

        background-image:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, .78) 0%,
                rgba(255, 255, 255, .55) 42%,
                rgba(255, 255, 255, .86) 100%
            ),
            url("../img/genel/bg.webp");

        background-position:
            center center,
            center top;

        background-size:
            cover,
            cover;

        background-repeat:
            no-repeat,
            no-repeat;
    }

    .hero-bg:after {
        background: rgba(255, 236, 232, .08);
        backdrop-filter: none;
    }
}


.navbar {
    position: relative;
    z-index: 10;
    padding: 16px 10px 0 0;
    min-height: 65px
}

.brand {
    line-height: .78;
    text-decoration: none;
    display: inline-block;
    min-width: 190px;
    margin-left: 0
}

.brand-main {
    font-weight: 700;
    font-size: 31px;
    letter-spacing: -1.1px;
    color: #5c2b84
}

.brand-main .o {
    color: #f39200
}

.brand-main .e {
    color: #447ee8
}

.brand-main .dot {
    color: #4b286d
}

.brand-sub {
    font-size: 15px;
    color: #ff8e00;
    font-weight: 600;
    margin-left: 88px;
    margin-top: 2px;
    display: block;
    letter-spacing: -.3px
}

.navbar-nav {
    gap: 17px;
    align-items: center
}

.nav-item {
    position: relative
}

.nav-link {
    font-weight: 800;
    color: #101724 !important;
    font-size: 15.5px;
    padding: 12px 0 !important;
    white-space: nowrap;
    letter-spacing: -.2px
}

.nav-link:hover, .nav-link.show {
    color: var(--purple) !important
}

.dropdown-toggle:after {
    vertical-align: .17em;
    margin-left: .35em;
    border-top: .32em solid
}

.login {
    font-weight: 800;
    color: #111827;
    text-decoration: none;
    font-size: 15.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap
}

.login i {
    font-size: 17px
}

.rent-btn {
    background: var(--orange-soft);
    color: #4f2387 !important;
    border-radius: 21px;
    padding: 14px 18px !important;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    text-decoration: none;
    white-space: nowrap
}

.dropdown-menu.custom-menu {
    width: 205px;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 13px 0 9px;
    box-shadow: 0 10px 24px rgba(20, 23, 30, .12);
    margin-top: 0 !important;
    left: -10px !important;
}

.dropdown-menu.custom-menu:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 36px;
    background: #5c5c5c;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 2px 8px;
    line-height: 1;
    border-radius: 1px;
    opacity: .95;
}

.dropdown-menu.custom-menu .dropdown-item {
    color: #182230;
    font-size: 15.5px;
    font-weight: 800;
    line-height: 1.35;
    padding: 13px 17px;
    white-space: normal;
}

.dropdown-menu.custom-menu .dropdown-item:hover {
    background: #fff5eb;
    color: var(--purple)
}

.dropdown-menu.custom-menu .dropdown-divider {
    margin: 3px 0;
    border-color: #f1f1f1
}

.content {
    position: relative;
    z-index: 3;
    padding-top: 80px
}

.left-col {
    padding-left: 4px
}

.review {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 16px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    width: max-content;
}

.google-review-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.review-score {
    font-size: 17px;
    font-weight: 800;
    color: #1f2937;
}

.stars {
    color: #ffb400;
    letter-spacing: 2px;
    font-size: 15px;
}

.review-count {
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.google-g {
    font-weight: 900;
    font-size: 28px;
    letter-spacing: -2px;
    font-family: Arial, sans-serif
}

.g-blue {
    color: #4285f4
}

.g-red {
    color: #db4437
}

.g-yellow {
    color: #f4b400
}

.g-green {
    color: #0f9d58
}

.stars {
    color: #ffc107;
    font-size: 19px;
    letter-spacing: 1px;
    white-space: nowrap
}

.eyebrow {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--purple);
    letter-spacing: -.2px
}

.eyebrow span {
    color: var(--orange)
}

h1 {
    font-size: 72px;
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -2.8px;
    color: var(--purple);
    max-width: 790px;
    margin: 0 0 48px
}

h1 .orange {
    color: var(--orange)
}

h1 sup {
    font-size: 34px;
    top: -.58em;
    position: relative;
    margin-left: 2px
}

.lead-text {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 30px;
    color: #1f2933;
    padding-top: 10px;
    text-align: left;
    font-family: "Brandon-Text", sans-serif;
}

.cta-row {
    display: flex;
    gap: 18px;
    align-items: center
}

.price-btn {
    background: #ff9617;
    color: #50198a;
    border: none;
    border-radius: 25px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .12);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
    transform: translateY(0)
}

.price-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
    transition: left .7s ease
}

.price-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 24px rgba(242, 139, 0, .35);
    background: #ffa726
}

.price-btn:hover:before {
    left: 120%
}

.price-btn:active {
    transform: scale(.98)
}

.phone-btn {
    background: var(--green);
    color: #57298a;
    border: none;
    border-radius: 25px;
    padding: 14px 22px;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .18);
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
    animation: pulseGlow 2.5s infinite
}

.phone-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .25), transparent);
    transform: translateX(-120%)
}

.phone-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 24px rgba(99, 201, 99, .38)
}

.phone-btn:hover:before {
    animation: shine .9s forwards
}

.phone-btn i {
    animation: ring 1.8s infinite
}

@keyframes shine {
    100% {
        transform: translateX(140%)
    }
}

@keyframes ring {
    0%, 100% {
        transform: rotate(0)
    }
    15% {
        transform: rotate(-14deg)
    }
    30% {
        transform: rotate(12deg)
    }
    45% {
        transform: rotate(-8deg)
    }
    60% {
        transform: rotate(5deg)
    }
    75% {
        transform: rotate(-3deg)
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 4px 7px rgba(0, 0, 0, .18), 0 0 0 rgba(99, 201, 99, 0)
    }
    50% {
        box-shadow: 0 10px 22px rgba(99, 201, 99, .35), 0 0 0 10px rgba(99, 201, 99, .08)
    }
}

.photo-wrap {
    padding-top: 111px;
    padding-left: 42px;
    position: relative
}


.gallery-slider {
    width: 500px;
    position: relative;
    overflow: hidden;
}

.gallery-slider .carousel-inner {
    width: 100%;
    overflow: hidden !important;
}

.gallery-slider .carousel-item {
    width: 100%;
    height: 421px !important;
    transition: transform .55s ease-in-out;
}

.gallery-slider .carousel-item-next,
.gallery-slider .carousel-item-prev,
.gallery-slider .carousel-item.active {
    display: block;
}

.gallery-slider .photo-card {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Slider okları */
.gallery-slider .carousel-control-prev,
.gallery-slider .carousel-control-next {
    width: 34px !important;
    height: 34px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .90) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .14) !important;
    z-index: 20 !important;
}

.gallery-slider .carousel-control-prev {
    left: 1px !important;
}

.gallery-slider .carousel-control-next {
    right: 1px !important;
}

.gallery-slider .carousel-control-prev:hover,
.gallery-slider .carousel-control-next:hover {
    background: #fff !important;
}

/* Bootstrap ikonlarını kapat */
.gallery-slider .carousel-control-prev-icon,
.gallery-slider .carousel-control-next-icon {
    display: none !important;
    background-image: none !important;
}

/* Özel ince ok */
.gallery-slider .carousel-control-prev::after,
.gallery-slider .carousel-control-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5b2487;
    border-right: 2px solid #5b2487;
}

.gallery-slider .carousel-control-prev::after {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.gallery-slider .carousel-control-next::after {
    transform: translate(-65%, -50%) rotate(45deg);
}

/* Noktalar */
.gallery-slider .custom-dots {
    bottom: 0;
    margin-bottom: 0;
}

/* Mobil */
@media (max-width: 768px) {
    .gallery-slider {
        width: 100%;
    }

    .gallery-slider .carousel-item {
        height: 330px !important;
    }

    .gallery-slider .photo-card {
        height: 310px;
    }

    .gallery-slider .carousel-control-prev {
        left: 1px !important;
    }

    .gallery-slider .carousel-control-next {
        right: 1px !important;
    }
}

.photo-card {
    width: 500px;
    height: 362px;
    background: #ddd;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .02)
}

.photo-card:after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15);
    pointer-events: none
}

.scene-one {
    background-image: url("https://images.unsplash.com/photo-1604762524889-3e2fcc145683?auto=format&fit=crop&w=900&q=90")
}

.scene-two {
    background-image: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=900&q=90")
}

.scene-three {
    background-image: url("https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=900&q=90")
}

.scene-four {
    background-image: url("https://images.unsplash.com/photo-1600518464441-9154a4dea21b?auto=format&fit=crop&w=900&q=90")
}

.carousel-control-next {
    right: -3px;
    width: 36px;
    height: 54px;
    top: 43%;
    background: #1c2633;
    border: 2px solid #fff;
    border-radius: 4px;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.carousel-control-next-icon {
    width: 22px;
    height: 22px
}

.custom-dots {
    position: static;
    margin: 13px 0 0;
    width: 500px;
    display: flex;
    gap: 8px;
    justify-content: center
}

.custom-dots [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #c9c1bd;
    border: 0;
    opacity: 1;
    margin: 0;
    text-indent: -999px;
    overflow: hidden
}

.custom-dots .active {
    background: #625a56
}

.contact-widget {
    position: fixed;
    z-index: 9999;
    left: 30px;
    bottom: 24px;
    width: 280px;
    pointer-events: none
}

.chat {
    position: relative;
    z-index: 3;
    background: #1788ff;
    color: #fff;
    border: 0;
    border-radius: 25px;
    padding: 15px 24px;
    font-weight: 900;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .16);
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    min-width: 153px;
    justify-content: center;
    transition: all .35s ease;
    cursor: pointer;
    pointer-events: auto
}

.chat .close-icon {
    display: none
}

.chat:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(23, 136, 255, .28)
}

.contact-panel {
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 310px;
    background: rgba(255, 255, 255, .96);
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 24px 55px rgba(34, 65, 115, .22);
    border: 1px solid rgba(23, 136, 255, .10);
    opacity: 0;
    visibility: hidden;
    transform: translate(-18px, 20px) scale(.92);
    transform-origin: left bottom;
    transition: opacity .28s ease, transform .42s cubic-bezier(.19, 1, .22, 1), visibility .28s;
    pointer-events: auto;
    backdrop-filter: blur(16px);
    overflow: hidden
}

.contact-panel:before {
    content: "";
    position: absolute;
    right: -55px;
    top: -55px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(23, 136, 255, .12)
}

.contact-panel:after {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -7px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg)
}

.panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #1a2634;
    position: relative;
    z-index: 2
}

.panel-head strong {
    display: block;
    font-size: 18px;
    font-weight: 950
}

.panel-head span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: #6b7686;
    margin-top: 4px;
    max-width: 210px
}

.panel-close {
    border: 0;
    background: #eef3f9;
    color: #637083;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.quick-contact-card {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f3fff8, #f8fbff);
    border: 1px solid rgba(47, 201, 121, .14);
    border-radius: 18px;
    padding: 12px 14px;
    margin-bottom: 12px
}

.quick-contact-card b {
    display: block;
    font-size: 13px;
    font-weight: 950;
    color: #202a36
}

.quick-contact-card small {
    display: block;
    font-size: 11px;
    color: #687180;
    margin-top: 2px
}

.panel-item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #17202c;
    padding: 12px;
    border-radius: 18px;
    opacity: 0;
    transform: translateY(15px);
    transition: all .35s ease;
    background: rgba(255, 255, 255, .62);
    margin-bottom: 8px
}

.panel-item b {
    display: block;
    font-size: 13px;
    font-weight: 900
}

.panel-item small {
    display: block;
    font-size: 12px;
    color: #3269ad;
    margin-top: 2px
}

.panel-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex: 0 0 34px
}

.panel-icon.whatsapp {
    background: #40c95a
}

.panel-icon.instagram {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045)
}

.panel-icon.mail {
    background: #ff3f56
}

.panel-icon.messenger {
    background: #168bff
}

.panel-icon.phone {
    background: #00d887
}

.contact-widget.open .contact-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1)
}

.contact-widget.open .contact-panel:before {
    opacity: 1;
    transform: scaleX(1)
}

.contact-widget.open .panel-item {
    opacity: 1;
    transform: translateY(0)
}

.contact-widget.open .panel-item:nth-of-type(1) {
    transition-delay: .09s
}

.contact-widget.open .panel-item:nth-of-type(2) {
    transition-delay: .15s
}

.contact-widget.open .panel-item:nth-of-type(3) {
    transition-delay: .21s
}

.contact-widget.open .panel-item:nth-of-type(4) {
    transition-delay: .27s
}

.contact-widget.open .panel-item:nth-of-type(5) {
    transition-delay: .33s
}

.contact-widget.open .chat {
    background: #1788ff
}

.contact-widget.open .chat .fa-comment-dots {
    display: none
}

.contact-widget.open .chat .close-icon {
    display: block
}

.item-arrow {
    margin-left: auto;
    color: #a4adba;
    font-size: 12px;
    transition: all .3s ease
}

.panel-item:hover {
    transform: translateX(5px) !important;
    background: #fff;
    box-shadow: 0 12px 24px rgba(20, 28, 40, .08)
}

.panel-item:hover .item-arrow {
    color: #1788ff;
    transform: translateX(3px)
}

.reviews-section {
    position: relative;
    padding: 88px 0 58px;
    background: #fff;
    overflow: hidden;
    z-index: 1
}

.reviews-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), transparent)
}

.review-carousel {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    padding: 25px 46px 0;
    overflow: hidden !important
}

.review-card {
    position: relative;
    background: #fff;
    border-radius: 9px;
    min-height: 300px;
    padding: 28px 42px 34px;
    text-align: center;
    box-shadow: 0 12px 34px rgba(34, 40, 55, .08);
    transition: all .35s ease;
    border: 1px solid rgba(20, 25, 35, .06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.review-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 44px rgba(34, 40, 55, .13)
}

.review-card.featured {
    transform: none
}

.review-card.featured:hover {
    transform: translateY(-7px)
}

.review-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 18px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .16);
    background: #eee;
    z-index: 3
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.google-mini {
    position: absolute;
    top: 18px;
    left: 22px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #4285f4
}

.review-card h4 {
    font-size: 18px;
    font-weight: 900;
    color: #333;
    margin: 0 0 6px
}

.review-stars {
    color: #ffc107;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1
}

.review-date {
    display: block;
    color: #888;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 18px
}

.review-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #5b5f68;
    margin: 0 auto 4px;
    max-width: 350px;
    min-height: 74px
}

.review-card a {
    font-size: 14px;
    color: #168bff;
    font-weight: 700
}

.review-arrow {
    display: none
}

.reviews-section .carousel-inner {
    overflow: hidden !important
}

.reviews-section .carousel-item {
    overflow: hidden !important
}

.reviews-section .row {
    padding-top: 0
}

.reviews-section .col-lg-4, .reviews-section .col-md-6 {
    overflow: visible !important
}

.reviews-inner {
    overflow: hidden !important
}

.review-dots {
    position: static;
    margin: 30px 0 0;
    display: flex;
    gap: 10px;
    justify-content: center
}

.review-dots [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #cfcfcf;
    border: 0;
    opacity: 1;
    margin: 0;
    text-indent: -999px
}

.review-dots .active {
    background: #111
}

.all-reviews-btn {
    display: inline-block;
    background: #ff9617;
    color: #552184;
    text-decoration: none;
    font-weight: 900;
    border-radius: 4px;
    padding: 14px 27px;
    box-shadow: 0 8px 18px rgba(242, 139, 0, .22);
    transition: all .3s ease
}

.all-reviews-btn:hover {
    transform: translateY(-3px);
    background: #ffa323;
    color: #552184
}

.call-form-section {
    background: #fff;
    padding: 50px 0 42px;
    position: relative;
    overflow: hidden
}

.callback-card {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ff9819 0%, #f8890b 100%);
    border-radius: 24px;
    padding: 34px 52px;
    display: grid;
    grid-template-columns:1.05fr 1fr;
    gap: 42px;
    align-items: center;
    box-shadow: 0 24px 55px rgba(242, 139, 0, .26);
    overflow: hidden
}

.callback-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .22), transparent 28%), radial-gradient(circle at 90% 80%, rgba(255, 255, 255, .16), transparent 25%)
}

.callback-info, .callback-form {
    position: relative;
    z-index: 2
}

.callback-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    color: #f8890b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-bottom: 16px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .12)
}

.callback-tag {
    display: inline-block;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px
}

.call-form-section h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.8px;
    margin: 0 0 14px;
    line-height: 1.22
}

.call-form-section h2 strong {
    font-weight: 950
}

.call-form-section h2 i {
    font-size: 25px;
    transform: rotate(-18deg);
    margin-left: 5px
}

.callback-info p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 430px
}

.callback-form {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 18px 20px;
    align-items: start;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 24px;
    border-radius: 18px;
    backdrop-filter: blur(7px)
}

.form-group-modern {
    text-align: left
}

.form-group-modern label {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 9px
}

.form-group-modern label span {
    color: #4f1d78
}

.form-group-modern .form-control {
    height: 52px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .08);
    font-weight: 700;
    color: #17202c;
    padding: 0 16px
}

.form-group-modern .form-control:focus {
    box-shadow: 0 0 0 4px rgba(85, 33, 132, .18), 0 9px 20px rgba(0, 0, 0, .08);
    outline: none
}

.form-group-modern .form-control.is-invalid, .was-validated .form-control:invalid {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .22);
    border: 1px solid #dc3545
}

.invalid-feedback {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px
}

.send-btn {
    height: 52px;
    background: #552184;
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 0 28px;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(85, 33, 132, .28);
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    grid-column: 1/2;
    align-self: end
}

.send-btn:hover {
    transform: translateY(-3px);
    background: #431953
}

.send-btn .btn-loading {
    display: none
}

.send-btn.loading .btn-loading {
    display: inline-flex
}

.send-btn.loading .btn-text, .send-btn.loading .fa-circle-right {
    display: none
}

.form-alert {
    display: none;
    grid-column: 1/-1;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 800
}

.form-alert.success {
    display: block;
    background: rgba(25, 135, 84, .16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25)
}

.form-alert.error {
    display: block;
    background: rgba(220, 53, 69, .18);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25)
}

.callback-ghost {
    position: absolute;
    right: 40px;
    bottom: -32px;
    font-size: 190px;
    color: rgba(255, 255, 255, .16);
    z-index: 1
}

.pricing-section {
    position: relative;
    padding: 72px 0 86px;
    background: linear-gradient(180deg, #fff 0%, #fbfbfd 100%);
    overflow: hidden
}

.pricing-section:before {
    content: "";
    position: absolute;
    left: -120px;
    top: 70px;
    width: 280px;
    height: 280px;
    background: rgba(242, 139, 0, .08);
    border-radius: 50%;
    filter: blur(10px)
}

.pricing-section:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: 20px;
    width: 320px;
    height: 320px;
    background: rgba(85, 33, 132, .08);
    border-radius: 50%;
    filter: blur(10px)
}

.pricing-section .container {
    position: relative;
    z-index: 1
}

.section-title span {
    display: inline-block;
    color: #f8890b;
    font-weight: 950;
    font-size: 18px;
    margin-bottom: 10px
}

.section-title h2 {
    color: #552184;
    font-size: 36px;
    font-weight: 950;
    letter-spacing: -.9px;
    margin: 0
}

.section-title p {
    color: #687180;
    font-size: 16px;
    margin: 12px auto 0;
    max-width: 540px
}

.pricing-row {
    margin-top: 45px
}

.price-card {
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 34px 28px 0;
    border: 1px solid rgba(23, 32, 44, .08);
    box-shadow: 0 18px 45px rgba(31, 36, 50, .08);
    overflow: hidden;
    transition: all .35s ease
}

.price-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #ff9617, #552184)
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(31, 36, 50, .14)
}

.price-card.popular {
    border: 2px solid rgba(242, 139, 0, .55);
    transform: translateY(-12px)
}

.price-card.popular:hover {
    transform: translateY(-20px)
}

.price-badge {
    display: inline-flex;
    align-items: center;
    background: #fff3e4;
    color: #f8890b;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 18px
}

.price-card.popular .price-badge {
    background: #552184;
    color: #fff
}

.price-card h3 {
    /* text-transform: uppercase;*/
    color: #552184;
    font-size: 29px;
    font-weight: 950;
    letter-spacing: -.6px;
    text-align: center;
    margin: 0 0 18px
}

.storage-visual {
    height: 155px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f7f7fb, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    padding: 10px
}

.storage-visual:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(242, 139, 0, .10);
    border-radius: 50%;
    right: -55px;
    bottom: -60px
}

.storage-visual img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: transform .4s ease, filter .4s ease
}

.price-card:hover .storage-visual img {
    transform: scale(1.06);
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .12))
}

.price {
    text-align: center;
    color: #f8890b;
    margin-bottom: 5px
}

.price strong {
    font-size: 33px;
    font-weight: 950;
    letter-spacing: -.8px
}

.price span {
    font-size: 24px;
    font-weight: 950
}

.price-desc {
    text-align: center;
    color: #202a36;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 22px
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px
}

.price-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #202a36;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 0
}

.price-card li i {
    color: #552184
}

.price-actions {
    display: grid;
    grid-template-columns:1fr 1fr;
    margin: 0 -28px
}

.price-actions a {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-weight: 950;
    transition: all .3s ease
}

.detail-btn {
    background: #ff9617;
    color: #552184
}

.rent-price-btn {
    background: #552184;
    color: #ffb12a
}

.price-actions a:hover {
    filter: brightness(1.05);
    letter-spacing: .2px
}

.detail-btn:hover {
    color: #552184
}

.rent-price-btn:hover {
    color: #ffb12a
}

.press-section {
    background: #fff;
    padding: 66px 0 0;
    overflow: hidden;
    position: relative
}

.press-title h2 {
    font-size: 43px;
    font-weight: 950;
    color: #552184;
    letter-spacing: -1.3px;
    margin: 0 0 48px
}

.press-title h2 span {
    color: #f8890b
}

.press-marquee {
    position: relative;
    background: #f5f5f7;
    padding: 42px 0;
    overflow: hidden
}

.press-marquee:before, .press-marquee:after {
    content: "";
    position: absolute;
    top: 0;
    width: 160px;
    height: 100%;
    z-index: 2;
    pointer-events: none
}

.press-marquee:before {
    left: 0;
    background: linear-gradient(90deg, #f5f5f7, rgba(245, 245, 247, 0))
}

.press-marquee:after {
    right: 0;
    background: linear-gradient(270deg, #f5f5f7, rgba(245, 245, 247, 0))
}

.press-track {
    display: flex;
    align-items: center;
    gap: 120px;
    width: max-content;
    animation: pressMove 28s linear infinite
}

.press-marquee:hover .press-track {
    animation-play-state: paused
}

.press-logo-img {
    height: 94px;
    min-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    filter: grayscale(1);
    opacity: .68;
    transition: all .35s ease
}

.press-logo-img img {
    max-width: 240px;
    max-height: 82px;
    object-fit: contain
}

.press-logo-img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-5px) scale(1.04)
}

@keyframes pressMove {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.online-storage-section {
    background: #fff;
    padding: 76px 0 84px;
    position: relative;
    overflow: hidden
}

.online-storage-section:before {
    content: "";
    position: absolute;
    right: -160px;
    top: 40px;
    width: 360px;
    height: 360px;
    background: rgba(242, 139, 0, .08);
    border-radius: 50%;
    filter: blur(12px)
}

.service-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 24px 55px rgba(20, 28, 40, .13)
}

.service-gallery .carousel-inner {
    overflow: hidden !important
}

.service-gallery .carousel-item {
    height: 520px;
    transition: transform .65s ease-in-out
}

.service-photo {
    height: 520px;
    background-size: cover;
    background-position: center;
    position: relative
}

.service-photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .22))
}

.service-photo span {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    background: rgba(255, 255, 255, .92);
    color: #552184;
    border-radius: 999px;
    padding: 10px 17px;
    font-weight: 950;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .14)
}

.service-dots {
    position: static;
    margin: 0 0 0;
    display: flex;
    gap: 9px;
    justify-content: center
}

.service-dots [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #c9c9c9;
    border: 0;
    opacity: 1;
    margin: 0;
    text-indent: -999px
}

.service-dots .active {
    background: #5f5a56
}

.online-content {
    padding-left: 38px
}

.orange-mini {
    display: block;
    color: #f8890b;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 8px
}

.online-content h2 {
    color: #552184;
    font-size: 34px;
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -.8px;
    margin: 0 0 26px
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 46px;
    display: grid;
    gap: 15px
}

.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #1d2733;
    font-size: 17px;
    line-height: 1.48
}

.service-list i {
    color: #ff8f0d;
    font-size: 19px;
    margin-top: 3px
}

.service-list strong {
    font-weight: 950
}

.online-actions {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px;
    align-items: center
}

.online-actions a {
    height: 50px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 950;
    transition: all .35s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .10);
    position: relative;
    overflow: hidden
}

.online-actions a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
    transition: left .7s ease
}

.online-actions a:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 18px 30px rgba(0, 0, 0, .16)
}

.online-actions a:hover:before {
    left: 120%
}

.online-actions a i {
    transition: transform .35s ease
}

.online-actions a:hover i {
    transform: scale(1.2) rotate(-8deg)
}

.whatsapp-action {
    animation: softPulseWhats 2.4s infinite
}

@keyframes softPulseWhats {
    0%, 100% {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .10), 0 0 0 rgba(47, 201, 121, 0)
    }
    50% {
        box-shadow: 0 16px 28px rgba(47, 201, 121, .28), 0 0 0 9px rgba(47, 201, 121, .10)
    }
}

.orange-action {
    background: #ff9617;
    color: #552184
}

.purple-action {
    background: #552184;
    color: #ffb12a
}

.whatsapp-action {
    background: #2fc979;
    color: #552184
}

.orange-action:hover {
    color: #552184
}

.purple-action:hover {
    color: #ffb12a
}

.whatsapp-action:hover {
    color: #552184
}

.advantages-section {
    background: #fff;
    padding: 76px 0 0;
    position: relative;
    overflow: hidden
}

.advantages-section:before {
    content: "";
    position: absolute;
    left: -140px;
    top: 40px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(85, 33, 132, .07);
    filter: blur(12px)
}

.advantage-copy {
    max-width: 560px
}

.advantage-copy h2 {
    color: #552184;
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -.8px;
    margin: 0 0 20px
}

.advantage-copy p {
    font-size: 17px;
    line-height: 1.75;
    color: #465363;
    margin: 0 0 12px
}

.advantage-copy strong {
    color: #344050;
    font-weight: 950
}

.advantage-image-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(20, 28, 40, .14);
    background: #f5f5f7
}

.advantage-image-card img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    transition: transform .55s ease
}

.advantage-image-card:hover img {
    transform: scale(1.05)
}

.image-floating-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: rgba(255, 255, 255, .94);
    color: #552184;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .14);
    display: flex;
    align-items: center;
    gap: 9px
}

.floating-mini-gallery {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    gap: 10px;
    z-index: 3
}

.floating-mini-gallery img {
    width: 82px;
    height: 82px;
    border-radius: 16px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, .92);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    transition: all .35s ease;
    cursor: pointer;
    background: #fff
}

.floating-mini-gallery img:hover {
    transform: translateY(-6px) scale(1.06)
}

.floating-mini-gallery img.active {
    border-color: #ff9617;
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 18px 34px rgba(255, 150, 23, .28)
}

.image-floating-badge i {
    color: #f8890b
}

.stats-band {
    margin-top: 62px;
    background: linear-gradient(135deg, #552184, #431953);
    padding: 31px 0;
    position: relative;
    overflow: hidden
}

.stats-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 0, rgba(255, 255, 255, .12), transparent 25%), radial-gradient(circle at 80% 100%, rgba(242, 139, 0, .18), transparent 25%)
}

.stat-item {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 10px 6px;
    transition: all .35s ease
}

.stat-item:hover {
    transform: translateY(-5px)
}

.stat-item strong {
    display: block;
    color: #ff9b13;
    font-size: 43px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -1px
}

.stat-item span {
    display: block;
    color: #ffad26;
    font-size: 17px;
    font-weight: 900;
    margin-top: 9px
}

.home-service-section {
    background: #fff;
    padding: 80px 0 86px;
    position: relative;
    overflow: hidden
}

.home-service-section:before {
    content: "";
    position: absolute;
    right: -120px;
    top: 70px;
    width: 280px;
    height: 280px;
    background: rgba(242, 139, 0, .08);
    border-radius: 50%;
    filter: blur(10px)
}

.home-service-card {
    position: relative;
    display: grid;
    grid-template-columns:1.05fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto
}

.home-service-image {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(20, 28, 40, .15);
    background: #f5f5f7
}

.home-service-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform .55s ease
}

.home-service-image:hover img {
    transform: scale(1.05)
}

.home-service-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15));
    pointer-events: none
}

.image-tag {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    background: rgba(255, 255, 255, .94);
    color: #552184;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .14);
    display: flex;
    gap: 9px;
    align-items: center
}

.image-tag i {
    color: #f8890b
}

.home-service-content {
    max-width: 740px
}

.home-service-content h2 {
    color: #552184;
    font-size: 34px;
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -.8px;
    margin: 0 0 22px
}

.home-service-content p {
    font-size: 17px;
    line-height: 1.75;
    color: #26313f;
    margin: 0 0 18px
}

.home-service-actions {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-top: 42px;
    flex-wrap: wrap
}

.home-rent-btn {
    height: 50px;
    border-radius: 12px;
    background: #ff9617;
    color: #552184;
    text-decoration: none;
    font-weight: 950;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 12px 24px rgba(242, 139, 0, .25);
    transition: all .35s ease;
    position: relative;
    overflow: hidden
}

.home-rent-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
    transition: left .7s ease
}

.home-rent-btn:hover {
    transform: translateY(-4px) scale(1.03);
    color: #552184
}

.home-rent-btn:hover:before {
    left: 120%
}

.modern-call-card {
    position: relative;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(85, 33, 132, .10);
    box-shadow: 0 20px 45px rgba(20, 28, 40, .12);
    overflow: hidden;
    min-width: 340px
}

.modern-call-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 150, 23, .08), rgba(85, 33, 132, .06));
    pointer-events: none
}

.call-status {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 11px;
    font-weight: 900;
    color: #4f5d6d;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 2
}

.online-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2fc979;
    box-shadow: 0 0 0 rgba(47, 201, 121, .4);
    animation: onlinePulse 2s infinite
}

.modern-phone-link {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none
}

.phone-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: linear-gradient(135deg, #552184, #6d2aa8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    box-shadow: 0 12px 24px rgba(85, 33, 132, .24);
    animation: ring 1.9s infinite
}

.phone-texts {
    display: flex;
    flex-direction: column
}

.phone-texts small {
    font-size: 13px;
    font-weight: 800;
    color: #738091;
    letter-spacing: .3px;
    margin-bottom: 2px
}

.phone-texts strong {
    font-size: 36px;
    line-height: 1;
    font-weight: 950;
    color: #202a36;
    letter-spacing: -1px
}

.phone-arrow {
    margin-left: auto;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #f5f5f7;
    color: #552184;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease
}

.modern-phone-link:hover .phone-arrow {
    background: #552184;
    color: #fff;
    transform: translateX(4px) rotate(8deg)
}

.modern-phone-link:hover .phone-icon-wrap {
    transform: scale(1.06)
}

@keyframes onlinePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(47, 201, 121, .45)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(47, 201, 121, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(47, 201, 121, 0)
    }
}

.solution-section {
    background: linear-gradient(180deg, #fff 0%, #f7f7fb 100%);
    padding: 82px 0;
    position: relative;
    overflow: hidden
}

.solution-section:before {
    content: "";
    position: absolute;
    left: -160px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(85, 33, 132, .08);
    filter: blur(12px)
}

.solution-card {
    position: relative;
    display: grid;
    grid-template-columns:.92fr 1.08fr;
    gap: 64px;
    align-items: center;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(23, 32, 44, .07);
    border-radius: 30px;
    padding: 48px;
    box-shadow: 0 24px 65px rgba(20, 28, 40, .10);
    overflow: hidden
}

.solution-card:after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 220px;
    height: 220px;
    background: rgba(242, 139, 0, .12);
    border-radius: 50%
}

.solution-content {
    position: relative;
    z-index: 2
}

.solution-content h2 {
    color: #552184;
    font-size: 35px;
    font-weight: 950;
    line-height: 1.22;
    letter-spacing: -.8px;
    margin: 0 0 22px
}

.solution-content p {
    font-size: 17px;
    line-height: 1.78;
    color: #344050;
    margin: 0 0 28px
}

.solution-content strong {
    font-weight: 950
}

.solution-features {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 14px 22px;
    margin-bottom: 36px
}

.solution-features div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #202a36;
    font-size: 16px;
    font-weight: 800
}

.solution-features i {
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: #ff9617;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 8px 16px rgba(242, 139, 0, .22)
}

.solution-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.solution-btn {
    height: 50px;
    border-radius: 999px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-weight: 950;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .10)
}

.solution-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
    transition: left .7s ease
}

.solution-btn:hover {
    transform: translateY(-4px) scale(1.03)
}

.solution-btn:hover:before {
    left: 120%
}

.solution-btn.primary {
    background: #ff9617;
    color: #552184
}

.solution-btn.dark {
    background: #552184;
    color: #ffb12a
}

.solution-btn.primary:hover {
    color: #552184
}

.solution-btn.dark:hover {
    color: #ffb12a
}

.whatsapp-support-card {
    position: relative;
    min-width: 320px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(47, 201, 121, .16);
    box-shadow: 0 20px 45px rgba(20, 28, 40, .12);
    overflow: hidden
}

.whatsapp-support-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(47, 201, 121, .10), rgba(255, 255, 255, 0));
    pointer-events: none
}

.wa-status {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 11px;
    font-weight: 900;
    color: #4f5d6d;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 2
}

.wa-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2fc979;
    box-shadow: 0 0 0 rgba(47, 201, 121, .4);
    animation: onlinePulse 2s infinite
}

.wa-card-link {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none
}

.wa-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1ebe63, #35d57e);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 14px 28px rgba(47, 201, 121, .28);
    transition: all .35s ease
}

.wa-texts {
    display: flex;
    flex-direction: column
}

.wa-texts small {
    font-size: 12px;
    font-weight: 800;
    color: #738091;
    letter-spacing: .2px
}

.wa-texts strong {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 950;
    color: #202a36;
    margin: 2px 0
}

.wa-texts span {
    font-size: 14px;
    color: #5f6977;
    font-weight: 700
}

.wa-arrow {
    margin-left: auto;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #f3fff8;
    color: #1ebe63;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease
}

.wa-card-link:hover .wa-arrow {
    background: #1ebe63;
    color: #fff;
    transform: translateX(4px) rotate(-10deg)
}

.wa-card-link:hover .wa-icon-wrap {
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 20px 36px rgba(47, 201, 121, .34)
}

.whatsapp-support-card:hover {
    transform: translateY(-4px);
    transition: all .35s ease
}

.solution-image-wrap {
    position: relative;
    z-index: 2;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(20, 28, 40, .14)
}

.solution-image-wrap img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    transition: transform .55s ease
}

.solution-image-wrap:hover img {
    transform: scale(1.05)
}

.solution-image-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .20));
    pointer-events: none
}

.solution-floating-card {
    position: absolute;
    left: 22px;
    bottom: 22px;
    right: 22px;
    z-index: 3;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .16)
}

.solution-floating-card i {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #552184;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.solution-floating-card strong {
    display: block;
    color: #202a36;
    font-size: 16px;
    font-weight: 950
}

.solution-floating-card span {
    display: block;
    color: #687180;
    font-size: 13px;
    margin-top: 3px
}

@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block
    }

    .navbar .dropdown:hover > .nav-link {
        color: var(--purple) !important
    }
}

@media (max-width: 1280px) {
    .navbar-nav {
        gap: 12px
    }

    .nav-link, .login {
        font-size: 14px
    }

    h1 {
        font-size: 62px
    }

    .photo-card, .gallery-slider, .custom-dots {
        width: 460px
    }

    .photo-card, .gallery-slider .photo-card, .gallery-slider .carousel-item {
        height: 335px
    }
}

@media (max-width: 991px) {
    .solution-section {
        padding: 58px 0
    }

    .solution-card {
        grid-template-columns:1fr;
        padding: 24px;
        border-radius: 24px;
        gap: 32px
    }

    .solution-content h2 {
        font-size: 28px
    }

    .solution-features {
        grid-template-columns:1fr
    }

    .solution-image-wrap img {
        height: 340px
    }

    .solution-actions {
        gap: 12px
    }

    .solution-btn {
        width: 100%
    }

    .whatsapp-support-card {
        width: 100%;
        min-width: 0
    }

    .wa-texts strong {
        font-size: 21px
    }

    .home-service-section {
        padding: 58px 0 70px
    }

    .home-service-card {
        grid-template-columns:1fr;
        gap: 32px
    }

    .home-service-image img {
        height: 340px
    }

    .home-service-content h2 {
        font-size: 27px
    }

    .home-service-actions {
        gap: 18px;
        margin-top: 28px
    }

    .modern-call-card {
        width: 100%;
        min-width: 0
    }

    .phone-texts strong {
        font-size: 28px
    }

    .phone-icon-wrap {
        width: 56px;
        height: 56px
    }

    .advantages-section {
        padding: 56px 0 0
    }

    .advantage-copy h2 {
        font-size: 28px
    }

    .advantage-image-card img {
        height: 310px
    }

    .floating-mini-gallery {
        position: static;
        padding: 14px;
        justify-content: center;
        background: #fff
    }

    .floating-mini-gallery img {
        width: 70px;
        height: 70px
    }

    .stats-band {
        margin-top: 42px
    }

    .stat-item strong {
        font-size: 34px
    }

    .stat-item span {
        font-size: 14px
    }

    .online-storage-section {
        padding: 54px 0 68px
    }

    .service-gallery .carousel-item, .service-photo {
        height: 340px
    }

    .online-content {
        padding-left: 0
    }

    .online-content h2 {
        font-size: 27px
    }

    .online-actions {
        grid-template-columns:1fr
    }

    .service-gallery {
        border-radius: 18px
    }

    .press-title h2 {
        font-size: 30px;
        padding: 0 18px
    }

    .press-track {
        gap: 65px;
        animation-duration: 22s
    }

    .press-logo-img {
        min-width: 190px
    }

    .press-logo-img img {
        max-width: 180px;
        max-height: 70px
    }

    .pricing-section {
        padding: 54px 0 70px
    }

    .section-title h2 {
        font-size: 30px
    }

    .price-card.popular {
        transform: none
    }

    .price-card.popular:hover {
        transform: translateY(-10px)
    }

    .reviews-section {
        padding-top: 70px
    }

    .review-card.featured {
        transform: none
    }

    .review-arrow {
        display: none
    }

    .callback-card {
        grid-template-columns:1fr;
        padding: 28px 20px;
        border-radius: 20px
    }

    .callback-form {
        grid-template-columns:1fr
    }

    .call-form-section h2 {
        font-size: 26px
    }

    .form-group-modern, .form-group-modern .form-control {
        width: 100%;
        max-width: none
    }

    .send-btn {
        grid-column: 1/-1
    }

    .callback-ghost {
        display: none
    }

    .hero {
        min-height: auto;
        padding-bottom: 110px
    }

    .navbar {
        padding-left: 14px;
        padding-right: 14px
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, .97);
        border-radius: 18px;
        margin-top: 12px;
        padding: 18px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
    }

    .dropdown-menu.custom-menu {
        width: 100%;
        box-shadow: none;
        border-left: 3px solid var(--orange);
        margin: 3px 0 10px !important
    }

    .dropdown-menu.custom-menu:before {
        display: none
    }

    .content {
        padding-top: 40px
    }

    .photo-wrap {
        padding-top: 40px;
        padding-left: 0
    }

    .photo-card, .gallery-slider, .custom-dots {
        width: 100%;
        max-width: 520px
    }

    .gallery-slider .photo-card, .gallery-slider .carousel-item {
        height: 320px
    }

    h1 {
        font-size: 20px!important;
        letter-spacing: -1.5px
    }

    .lead-text {
        font-size: 16px
    }

    .review {
        margin-left: 0
    }
}

.brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-left: 5%;
}

.brand-logo img {
    height: 58px;
    width: auto;
    display: block;
    object-fit: contain;
    transition: all .35s ease;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .10));
}

.brand-logo:hover img {
    transform: translateY(-2px) scale(1.02);
}


.service-regions-section {
    background: linear-gradient(180deg, #fff 0%, #f7f7fb 100%);
    padding: 82px 0;
    position: relative;
    overflow: hidden;
}

.regions-card {
    background: rgba(255, 255, 255, .82);
    border-radius: 32px;
    padding: 52px;
    border: 1px solid rgba(23, 32, 44, .06);
    box-shadow: 0 24px 65px rgba(20, 28, 40, .10);
    position: relative;
    overflow: hidden;
}

.regions-card:before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(242, 139, 0, .10);
}

.regions-title {
    color: #552184;
    font-size: 36px;
    font-weight: 950;
    line-height: 1.18;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.regions-text {
    color: #4b5868;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 34px;
}

.regions-accordion .accordion-item {
    border: 0;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(20, 28, 40, .07);
}

.regions-accordion .accordion-collapse:not(.show) {
    display: none;
}

.regions-accordion .accordion-button {
    background: #fff;
    border: 0;
    box-shadow: none !important;
    padding: 22px 24px;
    font-size: 19px;
    font-weight: 900;
    color: #202a36;
    border-radius: 18px !important;
}

.regions-accordion .accordion-button span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.regions-accordion .accordion-button i {
    color: #ff9617;
    font-size: 18px;
}

.regions-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #552184, #6f2aa8);
    color: #fff;
}

.regions-accordion .accordion-button:not(.collapsed) i {
    color: #ffb12a;
}

.regions-accordion .accordion-button::after {
    filter: brightness(.4);
}

.regions-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(4);
}

.regions-accordion .accordion-body {
    padding: 0 24px 24px;
    color: #5f6977;
    font-size: 16px;
    line-height: 1.7;
}

.region-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.region-tags span {
    background: #fff3e4;
    color: #f8890b;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.regions-map-wrap {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 60px rgba(20, 28, 40, .14);
}

.regions-map-wrap img {
    width: 100%;
    height: 620px;
    object-fit: contain;
    display: block;
    padding: 28px;
    background: #fff;
}

.region-city-body {
    padding: 26px 28px 30px !important;
    background: #fff;
}

.region-columns {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 34px;
}

.region-columns h4 {
    color: #552184;
    font-size: 24px;
    font-weight: 950;
    margin: 0 0 18px;
}

.single-city-grid {
    grid-template-columns:repeat(3, 1fr);
}

.district-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 12px 20px;
}

.district-grid a {
    color: #552184;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .25s ease;
}

.district-grid a i {
    color: #25c879;
    font-size: 17px;
}

.district-grid a:hover {
    color: #f8890b;
    transform: translateX(4px);
}

.floating-region-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    right: 24px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .14);
}

.floating-region-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #552184, #6f2aa8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.floating-region-card strong {
    display: block;
    color: #202a36;
    font-size: 18px;
    font-weight: 950;
}

.floating-region-card span {
    display: block;
    color: #687180;
    margin-top: 4px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .regions-card {
        padding: 28px;
    }

    .region-columns {
        grid-template-columns:1fr;
    }

    .district-grid {
        grid-template-columns:1fr;
    }

    .regions-title {
        font-size: 28px;
    }

    .regions-map-wrap img {
        height: 360px;
    }
}

.corporate-references {
    background: linear-gradient(180deg, #fbfbfd 0%, #f4f5fa 100%);
    overflow: hidden;
    position: relative;
}

.references-head .references-mini-title {
    background: rgba(255, 145, 0, .12);
    color: #f58d10;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 18px;
}

.references-head h2 {
    font-size: 52px;
    font-weight: 900;
    color: #552184;
    margin-bottom: 16px;
}

.references-head h2 span {
    color: #f58d10;
}

.references-head p {
    color: #667085;
    max-width: 760px;
    margin: auto;
    line-height: 1.8;
    font-size: 18px;
}

.references-slider-wrap {
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.references-track {
    display: flex;
    align-items: center;
    gap: 28px;
    width: max-content;
    animation: referencesMarquee 40s linear infinite;
}

.references-slider-wrap:hover .references-track {
    animation-play-state: paused;
}

.reference-logo-card {
    width: 290px;
    height: 160px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(31, 41, 55, .08);
    border: 1px solid rgba(255, 255, 255, .95);
    transition: all .4s ease;
}

.reference-logo-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 28px 55px rgba(85, 33, 132, .16);
}

.reference-logo-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .72;
    transition: all .4s ease;
}

.reference-logo-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes referencesMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .references-head h2 {
        font-size: 38px;
    }

    .reference-logo-card {
        width: 220px;
        height: 130px;
        padding: 22px;
    }
}

.modern-footer {
    position: relative;
    background: linear-gradient(135deg, #24102f 0%, #431953 45%, #552184 100%);
    color: #fff;
    padding: 48px 0 0;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    opacity: .35;
}

.footer-glow-one {
    width: 360px;
    height: 360px;
    background: #ff9617;
    right: -120px;
    top: -130px;
}

.footer-glow-two {
    width: 280px;
    height: 280px;
    background: #7c3bd1;
    left: -120px;
    bottom: 20px;
}

.footer-top-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .16);
    margin-bottom: 38px;
}

.footer-mini {
    color: #ffad26;
    font-weight: 900;
    font-size: 15px;
    display: block;
    margin-bottom: 9px;
}

.footer-top-card h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 950;
    margin: 0;
    max-width: 720px;
}

.footer-cta-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-call-btn, .footer-rent-btn {
    height: 50px;
    border-radius: 999px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 950;
    text-decoration: none;
    transition: all .35s ease;
    white-space: nowrap;
}

.footer-call-btn {
    background: #fff;
    color: #552184;
}

.footer-rent-btn {
    background: #ff9617;
    color: #552184;
}

.footer-call-btn:hover, .footer-rent-btn:hover {
    transform: translateY(-4px);
    color: #552184;
}

.footer-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:360px 1fr;
    gap: 54px;
    padding-bottom: 32px;
}

.footer-brand-area {
    max-width: 520px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 16px 22px;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .14);
    text-decoration: none;
    transition: all .35s ease;
}

.footer-logo:hover {
    transform: translateY(-4px);
}

.footer-logo-img {
    height: 62px;
    width: auto;
    display: block;
    object-fit: contain;
}

.footer-addresses p {
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
    margin-bottom: 12px;
    font-size: 14px;
    margin-top: 2%;
}

.footer-addresses strong {
    color: #fff;
}

.footer-addresses a {
    color: #ffad26;
    text-decoration: none;
    font-weight: 900;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .35s ease;
}

.footer-socials a:hover {
    background: #ff9617;
    color: #552184;
    transform: translateY(-4px);
}

.footer-links-grid {
    display: grid;
    grid-template-columns:repeat(5, minmax(120px, 1fr));
    gap: 26px;
}

.footer-col h3 {
    color: #ffad26;
    font-size: 15px;
    font-weight: 950;
    /*text-transform: uppercase;*/
    margin-bottom: 14px;
    line-height: 1.28;
}

.footer-col a {
    display: block;
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    font-size: 13.5px;
    line-height: 1.45;
    margin-bottom: 9px;
    transition: all .25s ease;
}

.footer-col a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .13);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.footer-bottom a {
    color: #ffad26;
    font-weight: 900;
}

@media (max-width: 1399px) {
    .footer-links-grid {
        grid-template-columns:repeat(3, 1fr);
        gap: 32px;
    }
}

@media (max-width: 1199px) {
    .footer-main {
        grid-template-columns:1fr;
        gap: 50px;
    }

    .footer-links-grid {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .footer-top-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-top-card h2 {
        font-size: 24px;
    }

    .footer-links-grid {
        grid-template-columns:1fr;
    }

    .footer-cta-group,
    .footer-call-btn,
    .footer-rent-btn {
        width: 100%;
    }



}

.scroll-top-btn {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 9998;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #552184, #6f2aa8);
    color: #fff;
    box-shadow: 0 18px 34px rgba(85, 33, 132, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    cursor: pointer;
    transition: all .35s ease;
}

.scroll-top-btn:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #ff9617, #ffad2f);
    color: #552184
}


.featured-services-modern {
    background: linear-gradient(180deg, #f8f8fb 0%, #ffffff 100%)
}

.section-head .mini-badge {
    background: rgba(255, 153, 0, .12);
    color: #f58d10;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 18px
}

.section-head h2 {
    font-size: 54px;
    font-weight: 900;
    color: #552184;
    margin-bottom: 18px
}

.section-head h2 span {
    color: #f58d10
}

.section-head p {
    max-width: 760px;
    margin: auto;
    color: #5d6675;
    font-size: 18px;
    line-height: 1.8
}

.service-modern-card {
    background: #fff;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(25, 35, 55, .08);
    transition: .45s;
    height: 100%
}

.service-modern-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 70px rgba(85, 33, 132, .16)
}

.service-image-wrap {
    height: 240px;
    background: #f6f6fa;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-image-wrap img {
    width: 80%;
    height: 80%;
    object-fit: contain
}

.service-content {
    padding: 28px
}

.service-icon-badge {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: linear-gradient(135deg, #ff9a1f, #ff7b00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-top: -62px;
    position: relative;
    z-index: 2;
    box-shadow: 0 18px 35px rgba(255, 140, 0, .35)
}

.purple-badge {
    background: linear-gradient(135deg, #6c2bd9, #552184)
}

.green-badge {
    background: linear-gradient(135deg, #23c16b, #13a455)
}

.dark-badge {
    background: linear-gradient(135deg, #2f3747, #101522)
}

.service-content h3 {
    margin-top: 22px;
    margin-bottom: 16px;
    font-size: 31px;
    font-weight: 900;
    color: #232b38
}

.service-content p {
    color: #687284;
    line-height: 1.9;
    font-size: 17px;
    min-height: 110px
}

.service-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.service-tags span {
    background: #f4f5f9;
    color: #4b5567;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700
}

.modern-service-btn {
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff9b1a, #ff8200);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 800;
    transition: .35s;
    box-shadow: 0 18px 30px rgba(255, 140, 0, .24)
}

.modern-service-btn:hover {
    transform: translateY(-4px);
    color: #fff
}

.purple-btn {
    background: linear-gradient(135deg, #6b2bd8, #552184)
}

.green-btn {
    background: linear-gradient(135deg, #22c76a, #11a356)
}

.dark-btn {
    background: linear-gradient(135deg, #2d3443, #101521)
}


.reviews-section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f2 100%);
}

.reviews-head {
    max-width: 760px;
    margin-inline: auto;
}

.reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid rgba(84, 33, 125, .08);
    border-radius: 999px;
    padding: 10px 18px;
    box-shadow: 0 10px 30px rgba(84, 33, 125, .08);
    margin-bottom: 22px;
    font-weight: 800;
    color: var(--ed-purple);
}

.reviews-badge img {
    height: 24px;
    width: auto;
}

.reviews-title {
    font-size: clamp(34px, 3vw, 54px);
    line-height: 1.08;
    font-weight: 900;
    color: var(--ed-purple);
    letter-spacing: -1.4px;
    margin-bottom: 16px;
}

.reviews-subtitle {
    font-size: 18px;
    color: #5b6475;
    font-weight: 700;
    line-height: 1.7;
}

.reviews-slider-wrap {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.reviews-track {
    display: flex;
    gap: 22px;
    width: max-content;
    animation: scrollReviews 38s linear infinite;
}

.reviews-track:hover {
    animation-play-state: paused;
}

.review-card {
    width: 360px;
    flex: none;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(84, 33, 125, .08);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(84, 33, 125, .08);
    backdrop-filter: blur(10px);
    transition: all .25s ease;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(84, 33, 125, .14);
}

.review-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.review-top img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}

.review-top h3 {
    font-size: 24px;
    color: var(--ed-purple);
    font-weight: 900;
    margin-bottom: 2px;
}

.review-top span {
    color: #7a8090;
    font-size: 14px;
    font-weight: 700;
}

.review-stars {
    color: #ffb800;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.review-card p {
    font-size: 17px;
    line-height: 1.8;
    color: #2f3747;
    font-weight: 700;
    margin: 0;
}

.reviews-more-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    letter-spacing: .1px;
    background: linear-gradient(135deg, #ff9f1c, #ff7600);
    box-shadow: 0 18px 38px rgba(255, 138, 0, .28);
    transition: all .25s ease;
}

.reviews-more-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.reviews-more-btn span,
.reviews-more-btn i {
    position: relative;
    z-index: 1;
}

.reviews-more-btn i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .24);
    font-size: 25px;
    transition: transform .25s ease;
}

.reviews-more-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(255, 138, 0, .36);
}

.reviews-more-btn:hover i {
    transform: translateX(4px);
}


/** Özel CSS START **/
.h1_title{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 72px !important;
    line-height: 77px;
    font-weight: 600;
    text-transform: none;
}

/* Tablet */
@media (max-width: 991px) {
    .h1_title{
        font-size: 48px !important;
        line-height: 64px !important;
        padding-left: 2%;
    }
    .lead-text{
        padding-left: 2%;
    }
    .eyebrow{
        padding-left: 2% !important;
    }
}

/* Mobil */
@media (max-width: 576px) {
    .h1_title{
        font-size: 36px !important;
        line-height: 55px !important;
        padding-left: 2%;
    }
    .lead-text{
        padding-left: 2%;
    }
    .eyebrow{
        padding-left: 2% !important;
    }
}

/* Çok küçük ekranlar */
@media (max-width: 380px) {

    .h1_title{
        font-size: 31px !important;
        line-height: 40px !important;
        padding-left: 2%;
    }
    .lead-text{
        padding-left: 2%;
    }
    .eyebrow{
        padding-left: 2% !important;
    }
}

.mor{
    color: #552184 !important;
}
/** Özel CSS END **/
