/*
 * Pınargözü Sigorta Redesign CSS Overrides
 */

/* Redesign Hero Container on Frontpage to 100vh with Centering */
@media screen and (min-width: 1025px) {
    .home .elementor-section:first-of-type,
    .home .elementor-container:first-of-type {
        min-height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        background: radial-gradient(circle at center, rgba(0, 51, 102, 0.92) 0%, rgba(5, 15, 30, 0.98) 100%) !important;
        position: relative;
        overflow: hidden;
    }
}

/* Blur lights and highlights */
.home .elementor-section:first-of-type::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(217, 4, 41, 0.15) 0%, transparent 70%);
    top: -10%;
    left: 10%;
    pointer-events: none;
    z-index: 1;
}

.home .elementor-section:first-of-type::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 226, 142, 0.1) 0%, transparent 70%);
    bottom: -10%;
    right: 10%;
    pointer-events: none;
    z-index: 1;
}

/* Centering content elements */
.home .elementor-section:first-of-type .elementor-widget-heading,
.home .elementor-section:first-of-type .elementor-widget-text-editor,
.home .elementor-section:first-of-type .elementor-widget-button {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    z-index: 2;
}

.home .elementor-section:first-of-type .elementor-heading-title {
    text-align: center !important;
    font-size: clamp(2.5rem, 5vw, 4.2rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 20px !important;
    text-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

.home .elementor-section:first-of-type p {
    color: #e2e8f0 !important;
    font-size: 1.25rem !important;
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.6 !important;
}

/* Branches Interactive Dropdown styling */
.pinargozu-branches-dropdown-wrapper-82acac58 {
    position: relative;
    display: inline-block;
    margin: 25px auto;
    z-index: 1000;
}

.pinargozu-branches-dropdown-btn-82acac58 {
    background: linear-gradient(135deg, #00e28e 0%, #00b36f 100%);
    color: #ffffff;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 226, 142, 0.3);
    transition: all 0.3s ease;
}

.pinargozu-branches-dropdown-btn-82acac58:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 226, 142, 0.45);
}

.pinargozu-branches-dropdown-menu-82acac58 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    background: rgba(10, 25, 45, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    width: 260px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 10px;
}

.pinargozu-branches-dropdown-wrapper-82acac58.active .pinargozu-branches-dropdown-menu-82acac58 {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
}

.pinargozu-branches-dropdown-menu-82acac58 a {
    display: block;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    text-align: left;
}

.pinargozu-branches-dropdown-menu-82acac58 a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #00e28e !important;
    padding-left: 25px;
}

/* Modern Trust Section grid styling */
.pinargozu-trust-section-82acac58 {
    padding: 80px 20px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.pinargozu-container-82acac58 {
    max-width: 1240px;
    margin: 0 auto;
}

.pinargozu-section-title-82acac58 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 50px;
}

.pinargozu-trust-grid-82acac58 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.pinargozu-trust-card-82acac58 {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    border: 1px solid #f1f5f9;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pinargozu-trust-card-82acac58:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
    border-color: rgba(0, 51, 102, 0.1);
}

.pinargozu-card-icon-82acac58 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.pinargozu-trust-card-82acac58 h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.pinargozu-trust-card-82acac58 p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}

/* Insurance Marquee Logolar */
.pinargozu-partners-section-82acac58 {
    padding: 60px 20px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    overflow: hidden;
}

.pinargozu-partner-title-82acac58 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 40px;
}

.pinargozu-marquee-container-82acac58 {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.pinargozu-marquee-track-82acac58 {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    min-width: 100%;
    animation: pinargozu-marquee-scroller-82acac58 25s linear infinite;
}

@keyframes pinargozu-marquee-scroller-82acac58 {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

.pinargozu-logo-item-82acac58 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px 30px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
    .home .elementor-section:first-of-type {
        padding: 60px 15px !important;
        min-height: auto !important;
    }
}
