:root {
    --fulentra-primary: #2346B8;
    --fulentra-primary-hover: #3C71F2;
    --fulentra-secondary: #0E1A3D;
    --fulentra-secondary-hover: #1a2a5a;
    --fulentra-accent: #3C71F2;
    --fulentra-dark: #0E1A3D;
    --fulentra-light: #CCEBFF;
    --tanspot-base: var(--fulentra-primary);
    --tanspot-base-rgb: 35, 70, 184;
}

a:hover,
a:focus {
    color: var(--fulentra-primary-hover);
}

.thm-btn {
    background-image: linear-gradient(135deg, var(--fulentra-primary), var(--fulentra-secondary));
    border: none;
}

.thm-btn>span {
    background-color: var(--fulentra-accent);
}

.thm-btn::before,
.thm-btn::after {
    background-color: var(--fulentra-accent);
}

.thm-btn:hover {
    background-image: linear-gradient(135deg, var(--fulentra-primary-hover), var(--fulentra-secondary-hover));
}

.main-menu-two__top {
    background-image: linear-gradient(90deg, var(--fulentra-secondary), var(--fulentra-accent));
    color: #fff;
}

.main-menu-two__contact-list li .icon i,
.main-menu-two__contact-list li .text a,
.main-menu-two__social a,
.main-menu-two__top-text {
    color: #fff;
}

.main-menu-two__wrapper,
.stricky-header .main-menu-two__wrapper {
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(18, 49, 72, 0.08);
}

.main-menu-two__btn-box .thm-btn,
.chat-popup .thm-btn,
.footer-widget-three__instagram-img a {
    background-image: linear-gradient(135deg, var(--fulentra-primary), var(--fulentra-secondary));
}

.section-title__tagline,
.section-title__title span {
    color: var(--fulentra-secondary);
}

.main-menu-two__btn-box .thm-btn--outline,
.thm-btn.thm-btn--outline {
    background: transparent;
    border: 1px solid var(--fulentra-primary);
    color: var(--fulentra-primary);
}

.thm-btn.thm-btn--outline:hover {
    background-image: none;
    background-color: var(--fulentra-primary);
    color: #fff;
}

.pricing-one__single--active,
.pricing-one__single:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(14, 30, 61, 0.12);
}

.pricing-one__single--active .pricing-one__price,
.pricing-one__single--active .pricing-one__title {
    color: var(--fulentra-primary);
}

.office-location {
    padding-top: 110px;
    padding-bottom: 110px;
}

.office-location__location-single {
    box-shadow: 0 20px 45px rgba(10, 52, 84, 0.08);
    border-radius: 18px;
    background-color: #fff;
}

.brand-one {
    padding: 70px 0;
    background: linear-gradient(180deg, rgba(35, 70, 184, 0.04), rgba(35, 70, 184, 0));
}

.brand-one__single-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    background-color: #fff;
    border: 1px solid rgba(14, 26, 61, 0.10);
    border-radius: 16px;
}

.brand-one__single-inner img {
    max-height: 42px;
    filter: grayscale(1);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.page-header__inner {
    padding: 150px 0 140px;
}

.brand-one__single:hover .brand-one__single-inner img {
    filter: none;
    opacity: 1;
}

/* Icon Style Overrides - Basit ve Modern Görünüm */
.feature-one__icon {
    /* Mask'i kaldır - sade daire kullan */
    mask: none !important;
    -webkit-mask: none !important;
    background-color: var(--fulentra-primary) !important;
    box-shadow: 0 8px 20px rgba(35, 70, 184, 0.15);
    transition: all 0.4s ease;
}

.feature-one__icon:before {
    /* Animasyon daha sade */
    background: linear-gradient(135deg, var(--fulentra-secondary), var(--fulentra-accent));
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
}

.feature-one__single:hover .feature-one__icon {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(35, 70, 184, 0.25);
}

.feature-one__single:hover .feature-one__icon:before {
    opacity: 1;
    transform: scale(1);
}

.feature-one__icon span {
    font-size: 55px !important;
    z-index: 2;
}

.services-two__icon {
    /* Daha modern gölge efekti */
    box-shadow: 0 6px 18px rgba(35, 70, 184, 0.2);
    transition: all 0.3s ease;
}

.services-two__single:hover .services-two__icon {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(14, 26, 61, 0.3);
}

/* Montserrat Font Entegrasyonu */
body,
h1, h2, h3, h4, h5, h6,
.section-title__title,
.main-slider__title,
.feature-one__title,
.services-two__title h3 {
    font-family: 'Montserrat', sans-serif !important;
}

.main-slider__sub-title,
.main-slider__text,
.feature-one__text,
.services-two__text,
.about-two__text,
p {
    font-family: 'Poppins', sans-serif;
}

/* Ana sayfa bölüm boşlukları - slider ve feature çakışmasını düzelt */
.about-two {
    padding-top: 40px;
    padding-bottom: 260px;
}

@media (max-width: 991px) {
    .about-two {
        padding-top: 30px;
        padding-bottom: 120px;
    }
}

/* WhatsApp Sabit Butonu */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i {
    margin: 0;
}

/* Footer Stil Güncellemeleri - Yeni Renk Paleti */
.site-footer-two {
    background: linear-gradient(135deg, var(--fulentra-secondary), var(--fulentra-primary));
}

/* Hizmet Kartları Görselleri - Uyumlu Boyutlandırma */
.services-two__img {
    height: 250px;
    overflow: hidden;
}

.services-two__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.services-two__single:hover .services-two__img img {
    transform: scale(1.05);
}

/* Header Üst Bar - Yeni Gradyan */
.main-menu-two__top {
    background: linear-gradient(90deg, var(--fulentra-secondary), var(--fulentra-primary)) !important;
}

/* Buton ve Vurgu Renkleri */
.section-title__title span {
    color: var(--fulentra-primary) !important;
}

.section-title__tagline {
    color: var(--fulentra-primary) !important;
}

/* Teklif Al Formu Hizalama */
.offer-request .quote-one__right {
    border: 1px solid #eef1f5;
}

.offer-request {
    background-color: #f6f7fb;
    padding: 90px 0 110px;
    position: relative;
    overflow: visible;
}

.offer-request .offer-input {
    width: 100%;
    height: 46px;
    border: 1px solid #eef1f5;
    border-radius: 10px;
    padding: 12px 16px;
    background-color: #fff;
    color: #2f3a4a;
    font-size: 14px;
}

.offer-request .offer-input:focus {
    outline: none;
    border-color: #5A8EC9;
    box-shadow: 0 0 0 3px rgba(90, 142, 201, 0.15);
}

.offer-request .offer-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #9aa5b1 50%),
        linear-gradient(135deg, #9aa5b1 50%, transparent 50%),
        linear-gradient(to right, #eef1f5, #eef1f5);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.6em;
    background-size: 5px 5px, 5px 5px, 1px 1.6em;
    background-repeat: no-repeat;
}

.offer-request .offer-textarea {
    min-height: 120px;
    height: auto;
    resize: vertical;
}

.offer-request .quote-one__input-box {
    margin-bottom: 14px;
}