.my-box {
    width: 100%;
    height: 100%;
    box-shadow: inset 764px 128px 1097px 74px rgb(0 0 0 / 37%);
    background-color: transparent;
    z-index: 0;
}

.my-box2 {
    width: 100%;
    height: 100%;
    box-shadow: inset 84px 86px 1097px 74px rgb(0 0 0 / 71%);
    background-color: transparent;
    z-index: 0;
}


/* SectionOne */



.sectionOne {
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
    background: url('/assets/img/zolar-h2-banner-img.jpg') no-repeat center center/cover;

}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-content {
    width: 80%;
    max-width: 800px;
    padding: 1rem;
    border-radius: 8px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}






/* Navbar */
.navbar {
    position: fixed !important;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    z-index: 1000;
}


.dropdown {
    cursor: pointer;
    user-select: none;
}

.dropdown-toggle {
    padding: 8px 12px;
    /* background-color: #f2f2f2; */
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* Hamburger ikon animasyonu */
.hamburger {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.barBlack {
    background: var(--black);
}

.barWhite {
    background: var(--white);
}

@media (max-width: 960px) {
    .hamburger {
        display: flex;
    }

    .myNone {
        display: none !important;
    }

}


.hamburger span {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s;
    border-radius: 5px;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
    bottom: 0;
}

.hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 10px;
}

/* Responsive sidebar */
.responsive-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    padding: 2rem 1.5rem;
    z-index: 1000;
}

.responsive-menu.open {
    right: 0;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.dropdown-menu2 {
    position: absolute;
    top: 110%;
    right: 12px;
    color: #000;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: #d3d3d39e !important;
}

.dropdown-item {
    padding: 1px 9px !important;
    display: flex;
    margin: 0 !important;
    cursor: pointer;
}

.tell {
    color: var(--white);
    transition: 0.3s;
}

.tel {
    color: var(--black);
    transition: 0.3s;

}

.mat-icons2 {
    /* background-color: var(--white); */
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: var(--white);


}

.mat-icons3 {
    background-color: var(--white);
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: var(--black);


}

.mat-icons {
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: var(--black);
}

.dropdown-toggleWhite {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;

    img {
        border-radius: 2px;

    }
}

.dropdown-toggleWhite::after {
    content: "▼";
    font-size: 10px;
    margin-left: 10px;
    color: var(--white);
}

.dropdown-toggleBlack {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;

    img {
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 46%);

    }
}

.dropdown-toggleBlack::after {
    content: "▼";
    font-size: 10px;
    margin-left: 10px;
    color: #dadada;
}



.dropdown-item:hover {
    background-color: #f0f0f0;
}


.logo2 img {
    height: 52px;
}

.nav-links {
    gap: 30px;
}

.nav-links a {
    font-weight: 500;
    color: var(--main-darkBlue);
    position: relative;
}

.nav-links a:hover {
    text-decoration: underline;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}



/* Hero */
.hero {
    align-items: center;
    color: white;
    padding: 50px 0 0 0;
    position: relative;
    flex-wrap: wrap;
}

.hero-content {
    max-width: 600px;
    z-index: 1;
    align-items: start;
}

.hero h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}

.inline-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    vertical-align: middle;
}

.play-icon {
    background-color: var(--main-darkBlue);
    color: var(--white);
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
    display: inline-flex;
    margin-left: 10px;
}

.hero p {
    color: #eee;
    font-size: 16px;
    margin-bottom: 20px;
}

.learn-btn {
    background-color: var(--main-darkBlue);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}

.hero-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

/* Responsive */
@media (max-width: 960px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .navbar {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-actions {
        flex-direction: column;
        gap: 10px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-image {
        margin-top: 30px;
    }

    .hero-content {
        margin-top: 50px;
        align-items: center;
    }
}


/*  */

.testimonials {
    padding: 40px 20px;
}

.sub-heading {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background: var(--white);
    border-radius: 10px;
    padding: 25px;
    width: 250px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.quote {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    color: #c3e6c0;
}

.card h3 {
    margin: 10px 0 5px;
    font-size: 16px;
}

.card .title {
    font-size: 13px;
    color: gray;
}

.card hr {
    margin: 10px auto;
    width: 90%;
}

.card .description {
    font-size: 13px;
    color: #555;
}

.dots {
    margin-top: 40px;
}

.dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: var(--main-darkBlue);
    border-radius: 50%;
}

.dots span.active {
    background: #1b1b1b;
}




/* Relability */



.installation .subtext {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.installation h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}


.card2 img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 10px;
}

.card2.light {
    background-color: var(--main-darkBlue);
}

.card2.dark {
    background-color: #0f0f0f;
    color: white;
}

.card2 .content {
    z-index: 2;
}

.card2 .label {
    font-size: 13px;
    font-weight: bold;
    opacity: 0.8;
}

.card2 h3 {
    font-size: 18px;
    margin: 10px 0;
}

.card2 .description,
.card2 .phone {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.badge {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    border-radius: 4px;
    margin: 10px 0;
    text-align: center;
}

.ribbon {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #b4ed50;
    color: black;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 6px;
}

.features {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
}

.features li {
    margin-bottom: 6px;
}

.btn {
    background-color: black;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    transition: background 0.3s;
}

.btn:hover {
    background-color: #333;
}

.btn.outline {
    background-color: white;
    color: black;
    border: 1px solid #ccc;
}


/* Contact */


.carousel-wrapper {
    background: var(--bg-lighet-color);
    padding: 60px 40px;
    text-align: center;
}

.subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.card2 {
    background: white;
    border-radius: 16px;
    padding: 30px;
    width: 100%;
    margin: 0 20px;
    height: 100%;
    min-height: 320px;
    text-align: left;
    transition: all 0.4s ease-in-out;
    color: #111;
    box-shadow: 0 0 0 transparent;
}

.card2.highlighted {
    background-color: var(--main-darkBlue);
    background-blend-mode: multiply;
    color: var(--white);
    box-shadow: 0 40px 25px rgba(0, 0, 0, 0.1);

    p {
        color: var(--white);
    }

}

.icon {
    width: 50px;
    margin-bottom: 20px;
}

.card2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.card2 p {
    font-size: 14px;
    color: #444;
}


.slider-icon:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.5);
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1) .03s;
    filter: blur(3px);
}

.slider-icon i svg {
    display: flex;
    width: 80px;
}



/* Products */

.container {
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
    text-align: center;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    justify-items: center;
}

@media (max-width: 960px) {

    .cardMain {
        max-width: 100% !important;
    }
}

.cardMain {
    padding: 5px;
    border-radius: 8px;
    gap: 20px;
    max-width: 350px;
}



.image-wrapper {
    position: relative;
    max-width: 100px;
    width: 100%;
    max-height: 150px;
    height: 100%;
    overflow: hidden;
    background-color: var(--main-darkBlue-two);
    border-radius: 10px;

}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in {
    opacity: 1;
    z-index: 2;
}

.fade-out {
    opacity: 0;
    z-index: 1;
}

.break-word {
    word-break: break-word;
    overflow-wrap: break-word;
}


/* Video */


.video-container {
    position: relative;
    width: 100%;
    cursor: none;
    /* Normal imleç gizlenir */
    overflow: hidden;
}


.custom-cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 100;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    transition: left 0.1s ease, top 0.1s ease;
    /* Yumuşak geçiş ekleniyor */
}


.video {
    width: 100%;
    height: auto;
    display: block;
}



/* Mouse hareket ettiğinde cursor container sınırlarında kalsın */
.video-container:hover .custom-cursor {
    left: calc(100% - 60px);
    /* Sağ kenara kadar yaklaşsın */
    top: calc(100% - 60px);
    /* Alt kenara kadar yaklaşsın */
}

/* Pulse (dalgalanma) animasyonu */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}




/* Dalgalanma efekti */
.pulse-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 5;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

/* Her bir pulse (dalgalanma) farklı hızlarda çalışacak */
.pulse-effect:nth-child(1) {
    animation-duration: 1.5s;
}

.pulse-effect:nth-child(2) {
    animation-duration: 1.8s;
}

.pulse-effect:nth-child(3) {
    animation-duration: 2s;
}

.pulse-effect:nth-child(4) {
    animation-duration: 2.3s;
}

.pulse-effect:nth-child(5) {
    animation-duration: 2.5s;
}



/* Section 5 */

.logo-slider-section .slick-list {
    border-radius: 12px;
    border: 1px solid #44444479;
}

.logo-slider-section {
    text-align: center;
    background: var(--bg-lighet-color);
    padding: 3rem 1rem;
}

.slider-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.slider-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.logo-slider {
    padding: 0 2rem;
}

.logo-card {
    height: 230px;
    /* border-radius: 12px; */
    position: relative;
    overflow: hidden;
    background-color: var(--main-darkBlue-two);
    border-right: 0.5px solid #44444479;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    /* margin: 0 0.5rem; */
}

.logo-card:hover {
    transform: scale(1.03);
}

.card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.logo-card:hover .card-bg {
    opacity: 1;
}

.card-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--main-darkBlue-Hover);
    /* yeşilimsi filter */
}

.logo-overlay {
    position: relative;
    z-index: 1;
}

.logo-overlay img {
    max-height: 60px;
    max-width: 80%;
    object-fit: contain;
}


/* Blog */

.blog {
    background-color: var(--bg-lighet-color);
}

.blogCard {
    max-width: 400px;
    padding: 20px 30px 20px 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.blogImage {
    height: 300px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

.blogTitles p,
.text-semibold {
    color: var(--black);
}



/* FAQ */


.faq-section {
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.faq-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    border-bottom: 3px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.faq-question {
    width: 100%;
    padding: 16px 20px;
    font-size: 1rem;
    border-bottom: 1px solid #ddd !important;
    font-weight: 600;
    text-align: left;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.faq-question:hover {
    background-color: #f0f0f0;
}

.arrow {
    font-size: 1rem;
    margin-left: 10px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: white;
    padding: 0 20px;
    font-size: 0.95rem;
    color: #555;
}

.faq-answer.open {
    max-height: 300px;
    padding: 15px 20px 20px 20px;
}




