/* Curious – index.html ile birebir hizalama */

/* Preloader — logo yok, minimal çift halka */
.sis-preloader {
    background: linear-gradient(145deg, #1a1020 0%, #2d1f35 50%, #1a1020 100%) !important;
}
.sis-preloader-inner {
    position: relative;
    width: 72px;
    height: 72px;
}
.sis-preloader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D14B94;
    border-right-color: #2DB4C6;
    animation: curious-preloader-spin 0.9s linear infinite;
}
.sis-preloader-ring--delay {
    inset: 10px;
    border-top-color: #2DB4C6;
    border-right-color: #D14B94;
    animation-duration: 1.2s;
    animation-direction: reverse;
}
@keyframes curious-preloader-spin {
    to { transform: rotate(360deg); }
}

/* Üst menü – dikey boşluk azalt (logo boyutu aynı kalır) */
#sisf-page-header-inner {
    padding: 0 20px !important;
}

.sisf-skin--dark.sisf-page .container,
.sisf-skin--light.sisf-page .container {
    min-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sisf-divided-header-left-wrapper,
.sisf-divided-header-right-wrapper {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: calc(50% - 80px);
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/* Sol menü: sosyal ikonlar kaldırılınca logoya (ortaya) yaslanır */
.sisf-divided-header-left-wrapper {
    justify-content: flex-end !important;
}

.sisf-divided-header-left-wrapper .navbar {
    width: auto;
    flex-shrink: 0;
}

/* Sağ menü: dil seçici dar olduğu için menü logoya yakın kalsın */
.sisf-divided-header-right-wrapper {
    justify-content: flex-start !important;
}

.sisf-divided-header-right-wrapper .navbar {
    width: auto;
    flex-shrink: 0;
}

.sisf-divided-header-right-wrapper .sisf-widget-holder {
    margin-left: auto;
    flex-shrink: 0;
}

/* Dil seçici (Schedule Consultation yerine) */
.elvion-lang-switcher {
    gap: 2px;
    flex-shrink: 0;
}

.elvion-lang-switcher .elvion-lang-link {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: none;
    padding: 4px 6px;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.elvion-lang-switcher .elvion-lang-link:hover,
.elvion-lang-switcher .elvion-lang-link.is-active {
    opacity: 1;
    font-weight: 600;
    color: var(--primary-color);
}

.elvion-lang-switcher .elvion-lang-link:not(.is-active) {
    opacity: 0.5;
    color: var(--primary-color);
}

.elvion-lang-switcher .elvion-lang-sep {
    color: var(--primary-color);
    opacity: 0.35;
    padding: 0 2px;
    user-select: none;
}

/* Hero: iki sütun bitişik, arada beyaz boşluk yok */
.home-page .hero-slider-layout .hero-slide > .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
}

.home-page .hero-row-split {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    align-items: stretch;
}

.home-page .hero-row-split > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.home-page .hero-row-split > .col-lg-6.pe-2 {
    padding-right: 4px !important;
}

.home-page .hero-row-split > .col-lg-6.ps-2 {
    padding-left: 4px !important;
}

.home-page .hero-slider-layout .hero-slide .hero-content.sisf-page-background {
    aspect-ratio: 1 / 0.987;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.home-page .hero-slider-layout .hero-slide .hero-content .sis-section-title h1 {
    text-align: left;
}

.home-page .hero-slider-layout .hero-slide .hero-content .sis-section-title p {
    text-align: left;
}

.home-page .sis-hero-right-image {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-page .sis-hero-right-image figure.sis-image-anime {
    flex: 1 1 auto;
    margin: 0;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 12px;
}

.home-page .sis-hero-right-image figure.sis-image-anime img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 12px;
}

.home-page .hero-slider-layout .hero-slide {
    align-items: stretch;
}

/* Buton üzerindeki beyaz daire artefaktını kapat */
.home-page .hero-content .sis-btn-default::before {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .home-page .hero-slider-layout .hero-slide {
        min-height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .home-page .hero-row-split > .col-lg-6.pe-2,
    .home-page .hero-row-split > .col-lg-6.ps-2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .home-page .hero-slider-layout .hero-slide .hero-content.sisf-page-background {
        aspect-ratio: unset;
        margin-bottom: 12px;
    }

    .home-page .sis-hero-right-image figure.sis-image-anime img {
        min-height: 320px;
        aspect-ratio: 1 / 1.1;
    }
}

/* Blog / iç sayfa – büyük banner yerine sade üst alan */
.elvion-page-intro {
    padding-top: 28px;
    padding-bottom: 20px;
    background: transparent;
}

.elvion-page-intro .sisf-m-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.2;
}

.elvion-page-intro .sisf-m-subtitle {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sis-primary-color, #e91e8c);
    font-weight: 600;
}

.elvion-breadcrumbs .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

.elvion-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #9ca3af;
    padding: 0 0.5rem;
}

.elvion-breadcrumbs .breadcrumb-item a {
    color: #6b7280;
    text-decoration: none;
}

.elvion-breadcrumbs .breadcrumb-item a:hover {
    color: var(--sis-primary-color, #e91e8c);
}

.elvion-breadcrumbs .breadcrumb-item.active {
    color: #111827;
}

.blog-three-columns-page {
    padding-top: 0;
    padding-bottom: 80px;
}

.elvion-blog-single-page {
    padding-top: 0;
    padding-bottom: 80px;
}

.elvion-blog-detail-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #374151;
}

.elvion-blog-detail-content h2,
.elvion-blog-detail-content h3,
.elvion-blog-detail-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.elvion-blog-detail-content p {
    margin-bottom: 1rem;
}

.elvion-blog-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.elvion-related-posts {
    border-top: 1px solid #e5e7eb;
}

/* İç sayfalar – büyük banner yok, header altı boşluk */
.elvion-inner-page-top {
    padding-top: 28px;
}

.elvion-service-detail-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #374151;
}

.elvion-service-detail-content p {
    margin-bottom: 1rem;
}

.elvion-service-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.sisf-sis-page-list .sisf-sis-list-item.active h3 a {
    color: var(--curious-pink);
    font-weight: 600;
}

/* Hizmet detay — sidebar okunabilirlik */
.curious-service-sidebar .sisf-sis-list-item {
    padding: 0 20px 4px;
}

.curious-service-sidebar .sisf-sis-list-item h3 a,
.curious-service-sidebar .sisf-sis-list-item .sis-list-item-icon a {
    color: var(--primary-color) !important;
}

.curious-service-sidebar .sisf-sis-list-item:hover h3 a,
.curious-service-sidebar .sisf-sis-list-item:hover .sis-list-item-icon a,
.curious-service-sidebar .sisf-sis-list-item.active h3 a {
    color: var(--curious-pink) !important;
}

.curious-service-sidebar .sisf-sis-list-item.active {
    background: rgba(209, 75, 148, 0.08);
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

.curious-service-contact h3,
.curious-service-contact a {
    color: var(--primary-color) !important;
}

.curious-service-contact-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--curious-pink);
    color: #fff !important;
}

.curious-service-lead {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4b5563;
}

.elvion-service-detail-content h3 {
    font-size: 1.25rem;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    color: var(--primary-color);
}

.elvion-service-detail-content ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.elvion-service-detail-content li {
    margin-bottom: 0.35rem;
}

/* Curious logo — header (orijinal boyut) */
.sisf-header-logo-link.navbar-brand {
    max-height: 115px;
    padding: 0;
    margin: 0;
    line-height: 0;
    flex-shrink: 0;
}

.sisf-header-logo-link.navbar-brand img {
    max-height: 115px;
    height: 115px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer-logo img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

@media only screen and (max-width: 991px) {
    #sisf-page-header-inner,
    .sisf-main-header,
    .sisf-skin--dark.sisf-page {
        background-color: #fff !important;
        background: #fff !important;
    }

    #sisf-page-header-inner {
        border-bottom: none !important;
    }

    .sisf-header-logo-link.navbar-brand,
    .sisf-header-logo-link.navbar-brand img {
        max-height: 52px;
        height: 52px;
    }
}

/* Footer CTA – e-posta alanı kaldırıldı, tam genişlik başlık */
.main-footer .sisf-page-footer-top-area-inner .col-12 .sisf-sis-section-title {
    max-width: 900px;
}

/* Telif + imza satiri gorunsun: sablondaki (custom.css) margin-bottom:-90px,
   .main-footer'in overflow:hidden'i ile birlikte alt seridi tamamen gizliyordu. */
.sisf-page-footer-bottom-area .footer-copyright {
    margin-bottom: 0;
}
