


.why_us .feature {
    transition: transform 0.25s ease;
}

.why_us .feature:hover {
    transform: translateY(-12px);
    border:1px solid var(--brand-primary);
}

.fade-ups {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-ups.visible {
    opacity: 1;
    transform: translateY(0);
}

.no-bottom-border {
    border-bottom:0px !important;
    border:none !important;
}

.announcement {

    background: linear-gradient(255.4deg, #0444aa 1.6%, #095cfe 29.62%) !important;
    
    color: #fff !important;
    padding: 12px;
    text-align: center;
    position: relative;
    z-index:1000;
}
.announcement-text {
    font-size: 18px;
    margin: 0;
    color:#fff !important;
}
.announcement span {
    background: white;
    color: var(--brand-primary);
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 10px;
}

.custom-popup-overlay {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-popup-content {
    background:#fff;
    padding:20px;
    border-radius:8px;
    max-width:400px;
    width:90%;
    position: relative;
    text-align: center;
}

.custom-popup-close {
    position: absolute;
    top:10px;
    right:15px;
    font-size:24px;
    cursor:pointer;
}

.custom-popup-btn {
    display: inline-block;
    padding:10px 20px;
    background:#007bff;
    color:#fff;
    border-radius:4px;
    text-decoration:none;
}

.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 15px; /* mobilde boşluk için */
}

.custom-popup-content {
    background: #fff;
    border-radius: 8px;
    max-width: 500px; /* popup maksimum genişliği */
    width: 100%; /* responsive */
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    overflow: hidden; /* taşmaları önler */
}
.custom-popup-content a{
    color:#fff;
}
.custom-popup-img {
    width: 100%; /* img responsive */
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;
}

.popup-body {
    text-align: center;
}

.custom-popup-btn {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
}
.paket-detay {
    background: var(--brand-primary) !important;
    color: #fff !important;
    padding: 12px;
    text-align: center;
    position: relative;
    z-index:1;
    border-radius:8px;
}

/*.dogru-features {*/
/*    background-color: #fff;     */
/*    color: #000;                 */
/*    border-radius: 12px;         */
/*    padding: 20px;               */
/*    box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
/*}*/



/* son */
.dogru-section {
    position: relative;
    background: #004dd9 !important; /* #23bb59 Yesil */
    color: #fff !important;
    padding: 80px 20px;
    
    overflow: hidden;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

/* Görsel arkaplan için before */
.dogru-section::before {
    content: "";
    position: absolute;
    inset-block-start: 0;      /* top: 0 */
    inset-inline-start: 0;     /* left: 0 */
    width: 100%;
    height: 100%;
    background-image: url(../img/page-manager/dogru-background-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.25;              /* Saydamlık */
    z-index: -1;               /* İçeriklerin üstünde görünmesini engeller */
}

/* Başlık stilleri */
.dogru-section h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragraf stilleri */
.dogru-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

/* Örnek buton */
.dogru-section .btn {
    background-color: #fff;
    color: var(--brand-primary);
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dogru-section .btn:hover {
    background-color: rgba(255,255,255,0.9);
    transform: translateY(-3px);
}

/*.dogru-features {*/
/*    background-color: #fff;       */
/*    color: #000;                  */
/*    border-radius: 12px;          */
/*    padding: 30px 20px;           */
/*    text-align: center;           */
/*    display: flex !important;*/
/*    flex-direction: column !important;       */
/*    align-items: center !important;          */
/*    max-width: 350px;             */
/*    margin: 20px auto;            */
/*}*/

/* dogru-features container */
.dogru-features {
    background-color: #fff;       /* Arkaplan beyaz */
    color: #000;                  /* Yazılar siyah */
    border-radius: 12px;          /* Köşeler yuvarlatılmış */
    padding: 30px 20px;           /* İç boşluk */
    max-width: 350px;             /* İsteğe göre genişlik sınırı */
    margin: 20px auto;            /* Ortalamak için */
    display: flex;
    flex-direction: column !important;       /* Alt alta dizmek için */
    align-items: center !important;          /* Tüm içeriği yatayda ortala */
    text-align: center !important;           /* Metin satırlarını ortala */
    box-shadow: 0 6px 20px rgba(0,0,0,0.08); /* Hafif gölge */
}

/* feature-body için override: ikon her zaman üstte */
.dogru-features.feature-icon-left .feature-body,
.dogru-features.feature-icon-right .feature-body {
    flex-direction: column !important;  /* Alt alta diz */
    align-items: center !important;     /* Ortala */
}
.dogru-features:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}
/* İkonu ortalamak ve boyutlandırmak */
.dogru-features .feature-icon {
    margin-bottom: 30px;
    font-size: 40px;              /* İkon boyutu */
    color: var(--brand-primary);  /* İkon rengini markaya göre ayarla */
}



/* Açıklama */
.dogru-features .feature-desc p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color:#5c5959 !important;
}

/* dogru-features için ikon-alt alta */
.dogru-features.feature-icon-left .feature-body,
.dogru-features.feature-icon-right .feature-body {
    flex-direction: column !important; /* Alt alta dizmek için */
    align-items: center !important;    /* Ortalamak için */
}

/* ikon boyutu ve margin */
.dogru-features .feature-icon {
    margin-bottom: 15px;
    font-size: 40px;
}

/* başlık */
.dogru-features .feature-title {
    font-size: 1.1rem;
    font-weight: 600 !important;
    text-align: center !important;
    align-items: center !important;
}
.dogru-features .feature-icon .font-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-primary-lighter-3);
    border-radius: 24px;
    min-width: 50px !important;
    min-height: 50px !important;
}
.dogru-renkli-section .mavi{
    /*border: 2px solid var(--brand-primary);*/
    /*padding:15px;*/
    /*border-radius:8px;*/
    background-color: #FFFFFF;
    padding:20px;
    border-left: 4px solid var(--brand-primary);
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    color:#000000;
     z-index: 1;
}
.dogru-renkli-section .mavi:before {
    content: "";
    position: absolute;
    inset-block-start: 0;      /* top: 0 */
    inset-inline-start: 0;     /* left: 0 */
    width: 100%;
    height: 100%;
    background-image: url(../img/page-manager/dogru-background-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;              /* Saydamlık */
    z-index: 0;               /* İçeriklerin üstünde görünmesini engeller */
}
.dogru-renkli-section .yesil{
    /*border: 2px solid #4ade80;*/
    /*padding:15px;*/
    /*border-radius:8px;*/
    background-color: #FFFFFF;
    padding:20px;
    border-left: 4px solid #4ade80;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    color:#000000;
     z-index: 1;
}
.dogru-renkli-section .yesil:before {
    content: "";
    position: absolute;
    inset-block-start: 0;      /* top: 0 */
    inset-inline-start: 0;     /* left: 0 */
    width: 100%;
    height: 100%;
    background-image: url(../img/page-manager/dogru-background-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;              /* Saydamlık */
    z-index: 0;               /* İçeriklerin üstünde görünmesini engeller */
}
.dogru-renkli-section .turuncu{
    /*border: 2px solid #fb923c;*/
    /*padding:15px;*/
    /*border-radius:8px;*/
    background-color: #FFFFFF;
    padding:20px;
    border-left: 4px solid #fb923c;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    color:#000000;
     z-index: 1;
}
.dogru-renkli-section .turuncu:before {
    content: "";
    position: absolute;
    inset-block-start: 0;      /* top: 0 */
    inset-inline-start: 0;     /* left: 0 */
    width: 100%;
    height: 100%;
    background-image: url(../img/page-manager/dogru-background-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;              /* Saydamlık */
    z-index: 0;               /* İçeriklerin üstünde görünmesini engeller */
}
.dogru-renkli-section .mor{

    background-color: #FFFFFF;
    padding:20px;
    border-left: 4px solid #673ab7;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    color:#000000;
     z-index: 1;
}
.dogru-renkli-section .mor:before {
    content: "";
    position: absolute;
    inset-block-start: 0;      /* top: 0 */
    inset-inline-start: 0;     /* left: 0 */
    width: 100%;
    height: 100%;
    background-image: url(../img/page-manager/dogru-background-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;              /* Saydamlık */
    z-index: 0;               /* İçeriklerin üstünde görünmesini engeller */
}
.dogru-renkli-section .kirmizi{

    background-color: #FFFFFF;
    padding:20px;
    border-left: 4px solid #ff5722;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    color:#000000;
     z-index: 1;
}
.dogru-renkli-section .kirmizi:before {
    content: "";
    position: absolute;
    inset-block-start: 0;      /* top: 0 */
    inset-inline-start: 0;     /* left: 0 */
    width: 100%;
    height: 100%;
    background-image: url(../img/page-manager/dogru-background-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;              /* Saydamlık */
    z-index: 0;               /* İçeriklerin üstünde görünmesini engeller */
}
.dogru-renkli-section .cyan{

    background-color: #FFFFFF;
    padding:20px;
    border-left: 4px solid #00bcd4;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    color:#000000;
     z-index: 1;
}
.dogru-renkli-section .cyan:before {
    content: "";
    position: absolute;
    inset-block-start: 0;      /* top: 0 */
    inset-inline-start: 0;     /* left: 0 */
    width: 100%;
    height: 100%;
    background-image: url(../img/page-manager/dogru-background-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;              /* Saydamlık */
    z-index: 0;               /* İçeriklerin üstünde görünmesini engeller */
}
.dogru-renkli-section .feature-title {
    font-weight:bold !important;
}
/* --- Softaculous Section Styles --- */

/* Üst Etiket ve Çizgiler */
.softaculous-section .top-label-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    gap: 15px;
}

.softaculous-section .top-label {
    color: #f39c12; /* Turuncu Renk */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.softaculous-section .line {
    height: 2px;
    width: 25px;
    background-color: #f39c12;
    display: inline-block;
}

/* Başlık Rengi */
.softaculous-section .section-title {
    color: #0f3661; /* Koyu Lacivert */
    font-weight: 700;
}

/* Kart (Card) Tasarımı */
.softaculous-section .app-card {
    background: #fff;
    border-radius: 8px; /* Lagom varsayılanına göre değişebilir */
    padding: 20px;
    height: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Hover Efekti */
.softaculous-section .app-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #e6e6e6;
}

/* Resim Boyutlandırma */
.softaculous-section .app-card img {
    max-height: 100px; /* Logoların yüksekliği */
    width: auto;
    filter: grayscale(100%); /* İsteğe bağlı: Siyah beyaz yapar */
    opacity: 0.8;
    transition: all 0.3s;
}

.softaculous-section .app-card:hover img {
    filter: grayscale(0%); /* Hoverda renklenir */
    opacity: 1;
}

.dogru-tld .feature-actions{
    display:none;
}

.dogru-home-products {
background:var(--brand-primary) !important;
color:#fff !important;
}

.dogru-home-products .package-title {
color:#fff !important;
}

.dogru-home-products .btn {
color:#fff !important;
}

.dogru-home-products .btn-text {
color:#fff !important;
}

.dogru-home-products .btn-icon {
color:#fff !important;
}

.dogru-home-products .btn-text:hover {
color:#fff !important;
}

.dogru-home-products .btn-icon:hover {
color:#fff !important;
}

.dogru-populer {
background: var(--brand-primary) !important;
color:#fff !important;
 position: relative;
overflow: hidden;
}
.dogru-populer .package-title {
color:#fff !important;
}
.dogru-populer .price-ammount {
color:#fff !important;
}

.dogru-populer .price-cycle {
color:#fff !important;
}

.dogru-populer .btn-primary   {
background:#fff !important;
color:var(--brand-primary) !important;
}

.dogru-populer .btn .btn-primary:hover   {
background:#fff !important;
color:var(--brand-primary) !important;
}

.dogru-populer .btn .btn-text   {
color:var(--brand-primary) !important;
}

.dogru-populer::before {
    content: "POPULER";
    position: absolute;
    top: 13px;
    right: -25px;
    text-align:center;

    background: #ffffff;
    color: var(--brand-primary);

    padding: 6px 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    transform: rotate(35deg);
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    z-index: 20;
}

.package-box-dogru {
    background: #ffffff;
    border: 0px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    max-width: 360px;
    font-family: Inter, system-ui, sans-serif;
}

.package-box-dogru h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #0f172a;
}

.package-list-dogru {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-list-dogru li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 14px;
}

.package-list-dogru li:last-child {
    border-bottom: none;
}

.package-list-dogru i {
    width: 22px;
    text-align: center;
    font-size: 15px;
    color: var(--brand-primary, #2563eb);
}

.package-list-dogru span {
    flex: 1;
    color: #475569;
}

.package-list-dogru strong {
    font-weight: 600;
    color: #0f172a;
}

.dogru-populer .package-box-dogru {
    background: var(--brand-primary) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.dogru-populer .package-box-dogru h4 {
    color: #ffffff !important;
}

.dogru-populer .package-box-dogru .package-list-dogru li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.dogru-populer .package-box-dogru span,
.dogru-populer .package-box-dogru strong {
    color: #ffffff !important;
}

.dogru-populer .package-box-dogru i {
    color: #ffffff !important;
}


.dogru-menu-hosting-paket {
    position: relative;
    min-height: 260px;
}

.dogru-menu-hosting-paket::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 60%;
    height: 100%;
    background: url("/templates/lagom2/assets/img/page-manager/hosting-paket.png") no-repeat center;
    background-size: cover;
}

.dogru-menu-server-paket {
    position: relative;
    min-height: 260px;
}

.dogru-menu-server-paket::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 45%;
    height: 100%;
    /*background: url("/templates/lagom2/assets/img/page-manager/server-paket.png") no-repeat center;*/
    background-size: cover;
}

/* Mega menu sol kolon kapat */
.navbar .dropdown-mega .dropdown-menu .row > .col-md-4 {
    display: none !important; 
}

/* Sağ alanı tam genişlik yap */
.navbar .dropdown-mega .dropdown-menu .row > .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}


.dropdown-banner {
    background: linear-gradient(135deg, #0b4fd7, #0a3fae);
    border-radius: 14px;
    padding: 30px;
    color: #fff;
    height: 94%;
    width:90%;
}

.dropdown-banner h6 {
    color:#fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.dropdown-banner p {
    font-size: 14px;
    margin-bottom: 20px;
}

.dropdown-banner ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.dropdown-banner ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.dropdown-banner ul i {
    color: #28a745;
    margin-right: 6px;
}

.dropdown-banner a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #0b4fd7;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}

.dropdown-banner-inner {
    background: #ffffff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
}

.banner-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 12px;
}

.banner-header img {
    width: 32px;
    height: auto;
}

.banner-header h6 {
    font-size: 18px;
    font-weight: 600;
    color: #0b4fd7;
}

.banner-subtitle {
    font-size: 14px;
    margin-bottom: 16px;
    color: #333;
}

.banner-features {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.banner-features li {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0b4fd7;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease;
}

.banner-cta:hover {
    background: #083daf;
}



/* Lagom Dark Mode Uyumluluğu (Eğer kullanıyorsanız) */
body.lagom-layout-dark .softaculous-section .app-card {
    background: #1a1c29;
    border-color: #2c3040;
}
body.lagom-layout-dark .softaculous-section .section-title {
    color: #fff;
}

@media (max-width: 768px) {
    .banner_mobil {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .banner-background {
        z-index:0 !important;
    }
    .banner-content { order: 1;}
    
    .announcement span {
        display: inline-block;
        margin-top: 8px;
        margin-left: 0;
    }
    
}
@media (min-width: 992px) {
/* menu butuklugu fix */
    .lagom-layout-top .app-nav-menu .menu > li.domain-menu.dropdown-mega .dropdown-menu {
        /*left: unset !important;*/
        /*right: unset !important;*/
        /*transform: translateX(-50%);*/
         left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        width: 800px;                 /*  büyüttük */
        max-width: calc(100vw - 32px); /* taşma yok */
        
    }
    
    .lagom-layout-top .app-nav-menu .menu > li.server-menu.dropdown-mega .dropdown-menu {
         left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        width: 960px;                 /*  büyüttük */
        max-width: calc(100vw - 32px); /* taşma yok */
        
    }
    
    .lagom-layout-top .app-nav-menu .menu > li.hosting-menu.dropdown-mega .dropdown-menu {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        width: 1120px;                 /*  1040 → 1080 */
        max-width: calc(100vw - 24px);
    }
    
    /*Ust Menu Itemler Sola*/
.top-nav {
        position: relative;
    }

    .top-nav > li.dogru-menu-sol {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
    }

    .top-nav > li.dogru-menu-sol + li.dogru-menu-sol {
        left: 110px; /* ikinci eleman mesafesi */
    }

}   
@media (max-width: 991px) {
    /* Mobilde menüde sağdaki resimleri kapat */
    
    .dogru-menu-hosting-paket::after {
        display: none !important;
    }

    .dogru-menu-hosting-paket {
        min-height: auto;
    }
    .dogru-menu-server-paket::after {
        display: none !important;
    }

    .dogru-menu-server-paket {
        min-height: auto;
    }
    
    .dropdown-banner {
        display: none;
    }
    
}
