/* =======================================================
   MINDAI AGENCY - PREMIUM AI STYLE SYSTEM
======================================================= */


/* =======================================================
   GLOBAL
======================================================= */

body {
    background: #08111f !important;
    overflow-x: hidden;
}


/* =======================================================
   NAVBAR GLASS EFFECT
======================================================= */

header,
.elementor-location-header {
    background: rgba(5, 8, 22, 0.55) !important;

    backdrop-filter: blur(18px);

    -webkit-backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(255,255,255,0.06);
}


/* =======================================================
   MENU LINKS
======================================================= */

.elementor-nav-menu a {
    color: #ffffff !important;

    font-weight: 600;

    transition: all 0.3s ease;

    position: relative;
}


/* HOVER LINE */

.elementor-nav-menu a::after {
    content: "";

    position: absolute;

    left: 0;

    bottom: -6px;

    width: 0%;

    height: 2px;

    background: #00D1FF;

    transition: 0.3s ease;
}

.elementor-nav-menu a:hover::after {
    width: 100%;
}


/* MENU HOVER */

.elementor-nav-menu a:hover {
    color: #00D1FF !important;

    text-shadow:
    0 0 10px rgba(0,209,255,0.7);
}


/* =======================================================
   HERO SECTION
======================================================= */

.elementor-top-section:first-child {
    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =======================================================
   HEADINGS
======================================================= */

.elementor-heading-title {

    color: #ffffff !important;

    font-weight: 800 !important;

    letter-spacing: -1px;

    text-shadow:
    0 0 10px rgba(123,97,255,0.9),
    0 0 25px rgba(123,97,255,0.7),
    0 0 55px rgba(0,209,255,0.35) !important;
}


/* =======================================================
   PARAGRAPHS
======================================================= */

.elementor-text-editor,
.elementor-text-editor p {

    color: rgba(255,255,255,0.88) !important;

    line-height: 1.8;

    text-shadow:
    0 0 8px rgba(255,255,255,0.10),
    0 0 18px rgba(0,209,255,0.08);
}


/* =======================================================
   BUTTONS
======================================================= */

.elementor-button {

    background: linear-gradient(
    135deg,
    #7B61FF,
    #00D1FF
    ) !important;

    color: white !important;

    border-radius: 18px !important;

    padding: 18px 34px !important;

    font-weight: 700 !important;

    border: 1px solid rgba(255,255,255,0.08);

    transition: all 0.35s ease !important;

    box-shadow:
    0 0 20px rgba(123,97,255,0.55),
    0 0 45px rgba(0,209,255,0.28);
}


/* BUTTON HOVER */

.elementor-button:hover {

    transform: translateY(-4px);

    box-shadow:
    0 0 30px rgba(123,97,255,0.75),
    0 0 60px rgba(0,209,255,0.45);

    filter: brightness(1.08);
}


/* =======================================================
   IMAGE EFFECTS
======================================================= */

.elementor-image img {

    border-radius: 24px;

    transition: all 0.45s ease;
}


.elementor-image img:hover {

    transform: scale(1.03);

    box-shadow:
    0 0 35px rgba(123,97,255,0.35),
    0 0 70px rgba(0,209,255,0.16);
}


/* =======================================================
   GLASS CARD EFFECT
======================================================= */

.elementor-widget-wrap {

    background: rgba(255,255,255,0.03);

    backdrop-filter: blur(14px);

    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,0.05);

    border-radius: 24px;

    transition: all 0.35s ease;
}


/* CARD HOVER */

.elementor-widget-wrap:hover {

    transform: translateY(-6px);

    border-color: rgba(0,209,255,0.28);

    box-shadow:
    0 0 30px rgba(0,209,255,0.10);
}


/* =======================================================
   SECTION SPACING
======================================================= */

.elementor-section {
    padding-top: 80px;
    padding-bottom: 80px;
}


/* =======================================================
   PREMIUM GLOW ORBS
======================================================= */

body::before {

    content: "";

    position: fixed;

    width: 500px;

    height: 500px;

    top: -120px;

    left: -120px;

    background:
    radial-gradient(circle,
    rgba(123,97,255,0.18) 0%,
    transparent 70%);

    z-index: -1;

    pointer-events: none;
}


body::after {

    content: "";

    position: fixed;

    width: 500px;

    height: 500px;

    bottom: -120px;

    right: -120px;

    background:
    radial-gradient(circle,
    rgba(0,209,255,0.14) 0%,
    transparent 70%);

    z-index: -1;

    pointer-events: none;
}


/* =======================================================
   SCROLLBAR
======================================================= */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #08111f;
}

::-webkit-scrollbar-thumb {

    background:
    linear-gradient(
    #7B61FF,
    #00D1FF
    );

    border-radius: 20px;
}


/* =======================================================
   MOBILE OPTIMIZATION
======================================================= */

@media(max-width:768px){

    .elementor-heading-title {

        font-size: 42px !important;

        line-height: 1.2;
    }

    .elementor-button {

        width: 100%;

        text-align: center;
    }

    .elementor-section {

        padding-top: 60px;

        padding-bottom: 60px;
    }
}
/* =======================================================
   HERO AMBIENT GLOW
======================================================= */

.elementor-top-section:first-child {

    position: relative;

    overflow: hidden;
}


/* MOR GLOW */

.elementor-top-section:first-child::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background:
    radial-gradient(circle,
    rgba(123,97,255,0.30) 0%,
    rgba(123,97,255,0.12) 35%,
    transparent 70%);

    filter: blur(90px);

    z-index: 0;

    pointer-events: none;
}


/* MAVİ GLOW */

.elementor-top-section:first-child::after {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    top: 55%;

    left: 55%;

    transform: translate(-50%, -50%);

    background:
    radial-gradient(circle,
    rgba(0,209,255,0.22) 0%,
    transparent 70%);

    filter: blur(80px);

    z-index: 0;

    pointer-events: none;
}


/* İÇERİĞİ ÜSTE TAŞI */

.elementor-top-section:first-child > .elementor-container {

    position: relative;

    z-index: 2;
}