/**
 * GOOSM Slider ve Content Düzeltmeleri
 * Slider altındaki boşlukları ve görünüm sorunlarını düzeltir
 */

/* Container Width Control - Add margins on sides */
.vc_row {
    max-width: 100% !important;
}

.vc_row .vc_column_container,
.vc_row .wpb_column {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Slider altındaki boşluğu kaldır */
.rev_slider_wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Slider container düzeltmeleri */
#rev_slider_1_1_wrapper,
.rev_slider_wrapper,
.rev_slider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* VC Row - Slider sonrası ilk row'u slider'a yapıştır */
.vc_row:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Content area düzeltmeleri */
.main-content {
    padding-top: 0 !important;
}

/* VC Column içerik düzeltmeleri */
.vc_column_container {
    padding-top: 0 !important;
}

.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}

/* Modern Card Styling */
.vc_column_text {
    transition: all 0.3s ease;
}

.vc_column_text:hover {
    transform: translateY(-5px);
}

/* Icon Circles */
.bi {
    display: inline-block;
}

/* Gradient Backgrounds */
.vc_row[style*="linear-gradient"] {
    position: relative;
    overflow: hidden;
}

.vc_row[style*="linear-gradient"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
}

/* Typography Improvements */
h2,
h3 {
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}

p {
    line-height: 1.8 !important;
}

/* Link Styling */
a[style*="text-decoration: none"] {
    transition: all 0.3s ease;
    position: relative;
}

a[style*="text-decoration: none"]:hover {
    transform: translateX(5px);
}

/* Button Enhancements */
.vc_btn3-container .vc_btn3 {
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.vc_btn3-container .vc_btn3:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.vc_single_image img {
    transition: all 0.3s ease;
}

.vc_single_image:hover img {
    transform: scale(1.02);
}

/* Separator Styling */
.vc_separator {
    transition: all 0.3s ease;
}

/* Smooth transitions */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fix any extra padding/margin issues */
.wpb_wrapper {
    margin-bottom: 0 !important;
}

.vc_row[data-vc-full-width] {
    margin-bottom: 0 !important;
}

/* CTA Bar styling */
.home-cta-bar {
    padding: 40px 0;
    transition: all 0.3s ease;
}

.home-cta-bar:hover {
    transform: scale(1.01);
}

/* Card Shadow Effects */
[style*="box-shadow"] {
    transition: all 0.3s ease;
}

[style*="box-shadow"]:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Feature Section Styling */
.feature-section {
    padding: 20px 0;
}

.feature-section h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2c3e50;
    margin-bottom: 20px !important;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.feature-tag {
    display: inline-block;
    background: none !important;
    color: #95a5a6 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: none !important;
    transition: none !important;
    border: none !important;
}

.feature-tag:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Quote Section Styling */
.quote-section {
    text-align: center;
    padding: 40px 20px;
}

.quote-section p {
    font-size: 24px !important;
    line-height: 1.6 !important;
    color: #2c3e50 !important;
    font-style: italic;
    font-weight: 500;
    margin: 0;
    padding: 0 40px;
}

.quote-section blockquote {
    border: none;
    margin: 0;
    padding: 0;
}

/* CTA Section Styling */
.cta-section {
    text-align: center;
}

.cta-section p {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.cta-button-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cta-button {
    display: inline-block;
    background: #e91e63 !important;
    color: #ffffff !important;
    padding: 16px 48px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background 0.3s ease;
    box-shadow: none !important;
    border: none;
}

.cta-button:hover {
    background: #c2185b !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Image Display Fix */
.vc_single_image {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.vc_single_image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Feature section images - even smaller */
.feature-section+div img,
div+.feature-section img {
    max-width: 400px !important;
    margin: 0 auto;
}

/* Responsive düzeltmeler */
@media (max-width: 768px) {

    /* Force columns to stack vertically on mobile */
    .vc-row {
        flex-direction: column !important;
    }

    .vc-column,
    .vc-column-inner {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 2em !important;
    }

    /* Container adjustments */
    .vc_row .vc_column_container,
    .vc_row .wpb_column {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .vc_single_image {
        max-width: 100%;
    }

    .feature-section+div img,
    div+.feature-section img {
        max-width: 100% !important;
    }

    .vc_row {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* Typography adjustments */
    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    p {
        font-size: 15px !important;
    }

    .feature-section h2 {
        font-size: 24px !important;
    }

    .feature-tags {
        justify-content: center;
    }

    .quote-section p {
        font-size: 18px !important;
        padding: 0 20px;
    }

    /* CTA section mobile */
    .cta-section {
        text-align: center !important;
        padding: 20px !important;
    }

    .cta-section p {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .cta-button-wrapper {
        justify-content: center !important;
        padding: 0 !important;
    }

    .cta-button {
        padding: 14px 32px;
        font-size: 14px;
    }
}

/* Tablet responsive (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {

    .vc_row .vc_column_container,
    .vc_row .wpb_column {
        max-width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .feature-section h2 {
        font-size: 28px !important;
    }
}


/* Logo Küçültme */
header .navbar-brand img.logo-default,
.navbar-brand img.logo-default {
    max-height: 45px !important;
    width: auto !important;
    transition: all 0.3s ease;
}

/* Resources Sayfası Video Başlıkları Modernizasyonu */
h1.watch-title-container {
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 15px !important;
    position: relative;
    text-align: center !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

h1.watch-title-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #a0a0a0;
    /* Ana tema rengi (Gri) */
    border-radius: 50px;
}

.watch-title {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

/* Video container spacing */
.wpb_video_widget {
    margin-bottom: 3rem !important;
}

/* Modern Footer Styles */
.main-footer {
    background: #272727ff !important;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
}

.footer-widget-title {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #c0c0c0;
    /* Grey accent */
}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-list li {
    margin-bottom: 12px;
}

.footer-link-list a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer-link-list a:hover {
    color: #a0a0a0 !important;
    padding-left: 5px;
}

/* Glowing Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff !important;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
    box-shadow: 0 0 0 rgba(0, 198, 255, 0);
}

.social-icon:hover {
    background: #a0a0a0;
    color: #272727 !important;
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(160, 160, 160, 0.6);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

/* Bottom Bar */
.footer-bottom-bar {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-logo-sub {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}

/* Sayfa Başlıklarını (Title Bar) Kaldır */
.titlebar,
.lqd-titlebar,
.blog-single-title-bar,
.archive-title-bar {
    display: none !important;
}

/* Navbar altındaki gereksiz boşlukları temizle */
#content {
    padding-top: 0 !important;
}

/* Pricing Table Compactness Fix */
.pricing-card-style p,
.pricing-card-style div,
.pricing-card-style li,
.pricing-card p,
.pricing-card li,
.feature-list li,
.pricing-card ul li {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 1.1 !important;
}

.pricing-card-style,
.pricing-card {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pricing-card ul {
    margin-bottom: 10px !important;
}

/* Table specific compactness */
table.pricing-table td,
table.pricing-table th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

/* Global compactness */
.vc_row,
.vc_column {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}