
@font-face {
    font-family: 'sorabold';
    src: url('./sora-bold-webfont.woff2') format('woff2'),
         url('./sora-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'soraextrabold';
    src: url('./sora-extrabold-webfont.woff2') format('woff2'),
         url('./sora-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'soraextralight';
    src: url('./sora-extralight-webfont.woff2') format('woff2'),
         url('./sora-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'soralight';
    src: url('./sora-light-webfont.woff2') format('woff2'),
         url('./sora-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'soraregular';
    src: url('./sora-regular-webfont.woff2') format('woff2'),
         url('./sora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sorasemibold';
    src: url('./sora-semibold-webfont.woff2') format('woff2'),
         url('./sora-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sorathin';
    src: url('./sora-thin-webfont.woff2') format('woff2'),
         url('./sora-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    padding-top: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
}

.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item {
    height: 32rem;
}



@media (min-width: 40em) {

    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (min-width: 62em) {}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow:
        inset 0 0.5em 1.5em #0000001a,
        inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .bi {
    width: 1em;
    height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

/*bootstrap customization*/
:root {
    --header-height: 97px;
    --baseColor: #000535;
    --textWhiteColor: #EEF9FF;
    --textRedColor: #CD283A;
    --bs-offcanvas-bg: #000535 !important;
}

body {
    padding-top: var(--header-height);
    --bs-navbar-toggler-icon-bg: red;
}

/* Sticky Header */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    background-color: var(--baseColor);
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /*border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
}
.navbar-toggler-icon {
    filter: invert(1);
}
.main-header .container {
    height: 100%;
}

.main-header .navbar {
    height: 100%;
    padding: 0;
}

/* Logo */
.navbar-brand img {
    width: 274px;
    height: 62px;
    object-fit: contain;
}

/* Navigation Links */
.navbar-nav .nav-link {
    color: var(--textWhiteColor);
    font-weight: 500;
    padding: 0.5rem 0.85rem;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}
.nav-link:focus, .nav-link:hover
.navbar-nav .nav-link:hover {
    color: var(--textWhiteColor);
}

/* Dropdown */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
}

.dropdown-item {
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
}

/* Right Side Elements */
.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-partner-login {
    background-color: #3B82F6;
    color: var(--textWhiteColor);
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.btn-partner-login:hover {
    background-color: #0b5ed7;
    color: #fff;
}

/* Language Selector */
.language-select {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.4rem 0.75rem;
    font-size: 0.9rem;
    background-color: #fff;
    cursor: pointer;
    min-width: 80px;
}

.language-select:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}
.navbar {
    justify-content: flex-start;
}
/* Mobile Toggle */
.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}


/* Mega Menu */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1320px;
    background: #181D49;
    border-radius: 0 0 16px 16px;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1050;
}
.navbar-nav .nav-link, .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    font-family: 'soraregular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: var(--textWhiteColor);
}
.nav-item.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* Product Card */
.product-card {
    border-radius: 12px;
    padding: 150px 1.25rem 1.25rem 1.25rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: block;
}
.acroniscard { background:url('../images/mega_acronis.jpg') no-repeat center center; background-size: cover; }
.zyxelcard { background:url('../images/mega_zyxel.png') no-repeat center center; background-size: cover; }

.proatakonecard { background:url('../images/mega_proatakone.png') no-repeat center center; background-size: cover; }
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0px 40px #4ADE804d;
}

.product-card-image {
    height: 120px;
    background: linear-gradient(135deg, #0f172a 0%, #1a1f35 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}

.product-card-image img {
    max-width: 70%;
    max-height: 60px;
    object-fit: contain;
}

.product-card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
}

/* Card Icon */
.product-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.product-icon.purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
    color: #fff;
}

.product-icon.green {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: #fff;
}

.product-icon.orange {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #fff;
}

.product-icon.yellow {
    background: linear-gradient(135deg, #eab308 0%, #facc15 100%);
    color: #1e293b;
}

/* Card Content */
.product-category {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.product-category.purple {
    color: #a78bfa;
}

.product-category.green {
    color: #34d399;
}

.product-category.orange {
    color: #fbbf24;
}

.product-category.yellow {
    color: #facc15;
}

.product-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.product-desc {
    color: #94a3b8;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
}

/* Mega Menu Footer */
.mega-menu-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu-links {
    display: flex;
    gap: 2rem;
}

.mega-menu-link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.mega-menu-link:hover {
    color: #fff;
}

.mega-menu-link i {
    font-size: 1rem;
}

.btn-quote {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
    color: #fff;
    border: none;
    padding: 0.65rem 1.75rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-quote:hover {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.3);
}

/* Keep dropdown open on hover */
.nav-item.dropdown.mega-dropdown {
    position: static;
}

.nav-item.dropdown.mega-dropdown>.nav-link::after {
    transition: transform 0.3s ease;
}

.nav-item.dropdown.mega-dropdown:hover>.nav-link::after {
    transform: rotate(180deg);
}

/* Mobile Mega Menu */
@media (max-width: 991.98px) {
    .mega-menu {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        padding: 1rem;
        margin-top: 0.5rem;
        display: none;
    }

    .nav-item.dropdown.mega-dropdown.show .mega-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .mega-menu-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .mega-menu-footer {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .mega-menu-links {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* Demo Content */
.demo-content {
    min-height: 200vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 3rem 0;
}

.demo-content h1 {
    color: #333;
}

#myCarousel .display-5 {
    font-family: 'sorabold', sans-serif;
    color: var(--textWhiteColor);
    line-height: 75px;
    font-size: 57px;
}
#myCarousel .display-6 {
    font-family: 'soralight', sans-serif;
    color: var(--textWhiteColor);
    font-size: 18px;
}
#myCarousel .iconDiv {
    font-family: 'sorabold', sans-serif;
    color: var(--textWhiteColor);
}
#myCarousel .iconDiv span {
    font-family: 'soraregular', sans-serif;
}
#myCarousel .iconbg{
    width: 48px;
    height: 48px;
    text-align: center;
    background: rgba(238, 249, 255, 0.502);
    border-radius: 9px;
}
#myCarousel .btnDivs .btn {
    width: 242px;
    height: 52px;
    line-height: 30px;
    color: #FFFFFF;
}
#myCarousel .btnDivs .btn-outline-white {
    border: 1px solid #FFFFFF;
    font-family: 'sorabold', sans-serif;
    font-size: 14px;
}
#myCarousel .btnDivs .btn-primary {
    background: #3B82F6;
    font-family: 'sonabold', sans-serif;
    font-size: 14px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 122px;
    height: 122px;
    background-size: contain;
}
.carousel-control-prev-icon {
    background: url('../images/sol.png') no-repeat center center !important;
}

.carousel-control-next-icon {
    background: url('../images/sag.png') no-repeat center center  !important;
}
.carousel-indicators [data-bs-target] {
    width: 48px !important;
    height: 12px !important;
    border-radius: 6px !important;
    background-color: #FFFFFF;
    opacity: 1 ;
    transition: all 0.3s ease;
}
.carousel-indicators .active {
    width: 48px;
    height: 12px;
    background-color: #3B82F6;   
}
.trust-title {
    font-family: 'soraregular', sans-serif;
    font-size: 22px;
    text-align: right;
    color: #000535;
}
.whybg {
    background:url('../images/why.png') no-repeat center center;
    font-size: 32px;
    line-height: 48px;
    color: #000535;
    font-family: 'sorabold', sans-serif;
}
.whydesc h2 {
    font-family: 'sorabold', sans-serif;
    font-size: 59px;
    line-height: 75px;
    color: #000535;
} 
.whydesc h2 span {
    font-family: 'sorabold', sans-serif;
    font-size: 59px;
    line-height: 75px;
    color: var(--textRedColor);
}
.whybox {
    border-radius: 15px;
    padding: 48px;
    background:
    radial-gradient(circle at top right,
      rgba(255, 255, 255, 0.28),
      rgba(255, 255, 255, 0) 40%),
    #0D123F;
}
.powericon {
    width: 80px;
    height: 80px;
    background: var(--textRedColor);
    border-radius: 12px;
    text-align: center;
}
.whywe {
    background: #EEF9FF;
}
.whybox h4, .whybox p, .whybox h3 {
    font-family: 'sorabold', sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
}
.whybox p {
    font-family: 'soraregular', sans-serif;
    font-size: 14px;
}

.whybox .card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 260px; 
}

.logo-box {
    background: #2B2E6B;
    border-radius: 15px;
    padding: 25px 35px;
    min-width: 160px;
    transition: 0.3s ease;
}
.zyxel-card .logo-box {
    background: #46d17c2b;
}

.proatakone-card .logo-box {
    background: #3b82f62b;
}

/* Hover efekti (kart hover görünümü için) */
.acronis-card:hover .logo-box {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.logo-text {
    font-size: 28px;
    color: white;
    font-weight: 500;
}
.globalBrand {color: #FFFFFF;}
.globalBrand .iconbg {
    width: 48px;
    height: 48px;
    text-align: center;
    background: var(--textRedColor);
    border-radius: 9px;
    color: #FFFFFF;
}
.area .powericon {
    width: 64px;
    height: 64px;
}
.whybox .d-flex .text-white{
    font-family: 'soraregular', sans-serif;
    font-size: 14px;
}
.deep .powericon {
    width: 56px !important;
    height: 56px !important;
}
.deep p {
    line-height: normal !important;
}
.deep .powericon img {
    width: 30px !important;
    height: 30px !important;
}

.solutions {
    background: #000535;
}
.solutions .solutiontitle {
    color: var(--textWhiteColor);
    font-family: 'sorabold', sans-serif;
    font-size: 58px;
    line-height: 75px;
}
.solutions .solutiontitle span {
    color: var(--textRedColor);
}
.solutions p {
    color: var(--textWhiteColor);
}
.solutions .tabttitle {
    color: var(--textWhiteColor);
    font-size: 46px;
}
.solutions .detailsbtn, .about .detailsbtn, .sss .detailsbtn {
    background: var(--textRedColor);
    color: var(--textWhiteColor);
    font-family: 'sorabold', sans-serif;
    border-radius: 12px;
    padding: 15px 25px; 
    font-size: 16px;
    text-decoration: none;
}
.solutions .detailsbtn.demo {
    background: transparent;
    border: 1px solid var(--textWhiteColor);
    margin-left: 15px;
}
.solutions .detailsbtn.demo::after {
    display: none;
}
.solutions .detailsbtn::after, .offer a::after, .about .detailsbtn::after {
    content: ' ';
    background: url(../images/rightarrow.png) no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
}

#myTab.nav .nav-item {
    height: 160px;
    width: 170px;
    border: 1px rgba(255, 255, 255, 0.06) solid;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    margin: 0px 10px;
}
#myTab.nav .nav-item {
    position: relative;
    text-align: center;
}
.nav-link {
    color: var(--textWhiteColor);
}
#myTab.nav .nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--textRedColor);
    border-radius: 0 0 3px 3px;
    transition: width 0.3s ease;
}
#myTab.nav .nav-item:hover::before {
    width: 60px;
}
#myTab.nav .nav-item:hover {
    background: rgba(255, 255, 255, 0.1);
}
.logobox {
    width: 56px;
    height: 56px;
    background: var(--baseColor);
    border-radius: 15px;
}
#myTab .nav-item:hover {
    color: var(--textRedColor);
}
#myTab.nav .nav-item:hover .logobox,
#myTab.nav .nav-item:hover .nav-link.active .logobox {
    color: var(--textWhiteColor);
    background: var(--textRedColor);
    font-family: 'sorabold', sans-serif;
    font-size: 18px;
}
#myTab .nav-link span {
    color: rgba(255, 255, 255, 0.1);
}
#myTab .nav-link:focus, #myTab .nav-link:hover {
    color: var(--textWhiteColor);
}

.offer {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.offer h5 {
    font-family: 'sorabold', sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: var(--textWhiteColor);
    width: 100%;
}
.offer p {
    font-family: 'soraregular', sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: var(--textWhiteColor);
    width: 100%;
}
.offer .detailsbtn {
    margin-top: 20px;
    padding: 15px 50px;
}
.about {
    background: var(--baseColor);
}
.about .powericon{
    width: 64px;
    height: 64px;
}
.about h4 {
    font-size: 29px;
}
.about h4 span {
    font-size: 14px;
    color: var(--textRedColor);
}
.about .whybox p {
    font-size: 16px;
    line-height: 29px;
    font-family: 'soraregular', sans-serif;
}
.about .whybox .display-1 {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.28);
    font-family: 'soraregular', sans-serif;
}
.transparent {
    background: rgba(204, 40, 60, 0.102);
}
.valueText {
    font-family: 'sorabold', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}
.corporate {
    background: rgba(238, 249, 255, 0.06);
    padding:33px;
    border-radius: 13px;
    border: 1px rgba(238, 249, 255, 0.10) solid;
}
.corporate ul {
    list-style-type: none;
    padding: 0px;
}
.corporate ul li {
    color: var(--textWhiteColor);
    margin-top: 5px;
}
.corporate ul li::before {
    content:' ';
    display: inline-block;
    width: 13px;
    height: 10px;
    margin-right: 5px;
    background: url('../images/icons/checkicon.png') no-repeat;
}
.c {
    min-height: 300px;
}
.minC {
    max-height: 170px !important;
}
.minC .experience-number {
    color: #CD283A;
    font-size: 30px;
    font-family: 'sorabold', sans-serif;
}
.minC .experience-text {
    color: #EEF9FF;
    font-size: 12px;
    font-family: 'soraregular', sans-serif;
}
.values-card {
    background: linear-gradient(145deg, #C44747 0%, #B63E3E 60%, #A73838 100%);
    border-radius: 24px;
    padding: 35px 40px;
    margin-bottom: 10px;
    color: #fff;
    max-width: 900px;
    position: relative;
    overflow: hidden;
}

.values-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 70%);
}
.icon-box {
    background: rgba(255, 255, 255, 0.18);
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

/* Başlık */
.values-card h3 {
    font-size: 23px;
    font-family: 'sorabold', sans-serif;
    margin-bottom: 20px;
}

.values-card p {
    font-size: 14px;
    font-family: 'soraregular', sans-serif;

}
.distrutor {
    background: #0E1441;
    border: 1px rgba(238, 249, 255, 0.2) solid;
    text-align: center;
    border-radius: 12px;
    margin: 5px;
    padding: 20px 15px;
    display: block;
}

.blog {
    background: #EEF9FF;
}
.blogCard h3 {
    font-family: 'sorabold', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: var(--baseColor);
}
.blogCard p {
    font-family: 'soraregular', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #4B5563;
}
.blogCard .blogDetailBtn {
    font-family: 'sorasemibold', sans-serif;
    font-size: 14px;
    color: var(--textRedColor);
}
.blogCard .blogDetailBtn::after {
    content: ' ';
    background: url(../images/icons/rightarrow_redpng.png) no-repeat;
    width: 15px;
    height: 20px;
    display: inline-block;
    position: relative;
    bottom: -6px;
    left: 5px;
}
.sss {
    background: #FFFFFF;
}
#sssTab {
    list-style-type: none;
}
#sssTab.nav-tabs {
    border-bottom: none;
    justify-content: center;
}
#sssTab.nav-tabs .nav-link {
    background: #EEF9FF;
    color: #000535;
    font-family: 'soraregular', sans-serif;
    width: 130px;
    height: 50px;
    margin: 26px 7px;
    border-radius: 12px;
}
#sssTab .accordion-button {
    font-family: 'sorabold', sans-serif;
    font-size: 18px;
    color: red;
}
.accordion-item {
    border: none;
    border-radius: 12px;
    border-bottom: 1px solid #E5E7EB;
    background-color: #EEF9FF !important;
    margin-bottom: 16px;
}
.accordion-button:not(.collapsed), .accordion-button.collapsed {
    background-color: #EEF9FF !important;
    color: #CD283A !important;
    box-shadow: none;
    border: none !important;
}
.accordion-button.collapsed {
    color: #000535 !important;
}
#sssTab.nav-tabs .nav-link.active {
    background: var(--textRedColor);
}

footer {
    background-color: #000535;
    color: #cdd3e3;
}

/* Newsletter Box */
.newsletter-box {
    background: #0d133b;
    border-radius: 20px;
}

.newsletter-box h3 {
    color: #fff;
}

.newsletter-box p {
    color: #bac2d8;
}

.subscribe-btn {
    background: #d64545;
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
}

.subscribe-btn:hover {
    background: #bb3a3a;
}

/* Sol iletişim ikon kutuları */
.icon-box-sm {
    background: rgb(207, 53, 70);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

/* Footer Linkleri */
footer a {
    color: #cdd3e3;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

/* Footer başlıkları */
footer h5 {
    color: #fff;
    font-size: 18px;
}

/* Sosyal medya ikonları */
.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.social-icon:hover {
    background: rgba(255,255,255,0.2);
}

/* Distribütör box'ları */
.partner-box {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 18px 40px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    min-width: 160px;
    text-align: center;
}

.partner-box:hover {
    background: rgba(255,255,255,0.18);
}

/* Alt bilgi */
footer .small a {
    opacity: 0.7;
}

footer .small a:hover {
    opacity: 1;
}

/* Responsive iyileştirmeler */
@media (max-width: 768px) {
    .newsletter-box {
        text-align: center;
    }

    .partner-box {
        margin-bottom: 12px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 60px;
        height: 60px;
        background-size: contain !important;
    }
    #myCarousel .display-5 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .carousel-item {
        min-height: 500px !important;
    }
}

footer.position-relative {
    margin-top: 150px;
    padding-top: 150px;
}
footer .position-absolute {
    top: -90px;
}

.widget, .page-content {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.widget .widget-title {
    font-family: 'sorabold', sans-serif;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 1px #E5E7EB solid;
}
.widget ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.widget ul li {
    padding-left: 10px;
}
.widget ul li a{
    text-decoration: none;
    height: 56px;
    display: flex;
    align-items: center;
    color: #374151;
    font-family: 'soraregular', sans-serif;
    font-size: 14px;
}
.widget ul li.current-menu-item{
    background-color: #DC2626;
    border-radius: 12px;
}
.widget ul li.current-menu-item a{
    color: #FFFFFF;
}
.whyBox {
    width: 48px;
    height: 48px;
}
.ourvalues {
    list-style-type: none;
}
.ourvalues li {
    list-style-type: none;
    position: relative;
}
.ourvalues li::before {
    content: ' ';
    background: url('../images/icons/about/li.png') no-repeat;
    width: 24px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: -30px;
}
.busspartner {
    background: #3B82F6;
}
.offcanvas {
    background-color: var(--baseColor) !important;
}
.offcanvas .offcanvas-title {
    color: var(--textWhiteColor);
    font-family: 'sorabold', sans-serif;
    font-size: 24px;
}
/* Mobile Offcanvas */
@media (max-width: 991.98px) {
    .offcanvas {
        max-width: 300px;
    }

    .header-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 1rem 0;
        border-top: 1px solid #dee2e6;
        margin-top: 1rem;
    }
    
}