html {
    scroll-behavior: smooth;
}

* {
    scroll-behavior: smooth !important;
}

:target {
  scroll-margin-top: 0; 
}

main {
    width: 100%;
    background-color: rgba(18, 18, 18, 1);
    background-image: url(https://asset.turktelekom.com.tr/SiteAssets/images/gradient-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

html , body {
    background-color: rgba(18, 18, 18, 1);
}

#contentRow, #s4-bodyContainer {
    max-width: 100% !important;
}

header.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: space-around;
}

header.site-header .nav {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 113px;
    transition: all 0.3s ease;
    align-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

header.site-header:hover {
    background-color: rgba(18, 18, 18, 1);
    box-shadow: 0 2px 20px rgba(29, 35, 47, 0.8);
}
header.site-header .nav .logo {
    z-index: 11;
    margin-bottom: 0;
}

header.site-header .nav .logo img {
    height: 40px;
    width: auto;
}

header .nav .links {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

header.site-header .nav .links li {
    position: relative;
    list-style: none;
}

header.site-header .nav .links li a {
    text-decoration: none;
    color: #FFF;
    opacity: 0.6;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

header.site-header .nav .links li a:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 35%;
    border-radius: 2px;
    color: #FFF;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

header.site-header .nav .links li a:hover,
header.site-header .nav .links li a:active,
header.site-header .nav .links li a:focus {
    opacity: 1;
}

header.site-header .nav .links li a:hover:after,
header.site-header .nav .links li a:active:after,
header.site-header .nav .links li a:focus:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%);
}

header.site-header .nav .links li a.active {
    opacity: 1;
}

header.site-header .nav .links li a.active:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%);
}

.hamburger {
    display: none;
}

.hamburger.active{
    content: url(https://www.turktelekom.com.tr/Assets/img/5G/carpi-icon.svg);
    width: 32px;
    height: 32px;
}

.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: #121212;
    padding: 16px 24px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 11;
}

.mobile-menu.active {
    right: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    box-shadow: unset;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.mobile-menu-logo img {
    height: 40px;
    width: auto;
}

.mobile-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 5px;
    line-height: 1;
}

.mobile-menu ul {
    list-style: none;
    padding-top: 24px;
}

.mobile-menu ul li {
    margin: 20px 0;
}

.mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease;
    cursor: pointer;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a.active {
    color: #0DD4EC;
}

.content-section {
    min-height: 100vh;
    padding: 120px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

img.mobile-logo-tt {
    display: none;
}

.page-head {
    display: none;
}

section {
    scroll-margin-top: 100px;
}





#Nedir-5g .inner-section {
    position: relative;
}

#Nedir-5g .inner-section picture {
    width: 100%;
}

#Nedir-5g .inner-section picture img {
    width: inherit;
    height: 100%;
    object-fit: cover;

}
#Nedir-5g .banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 80px 133px 0;
}

#Nedir-5g .banner-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

#Nedir-5g .banner-text p {
    color: rgba(255, 255, 255, 0.75);
    width: 100%;
    max-width: 1170px;
    font-size: 18px;
}

#Nedir-5g .inner-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 159, 255, 1) 100%);
    filter: blur(94px);
    pointer-events: none;
}

@media (max-width: 1440px) and (min-width: 990px) {
  header.site-header .nav {
    gap: 0;
  }
}

@media(max-width: 1200px) {
    #Nedir-5g .banner-text {
        padding: 32px 16px !important;
        position: relative;
    }

    header.site-header .nav {
        flex-direction: row;
        padding: 16px;
        margin: 0;
        max-height: 71px;
        justify-content: space-between;
        align-items: center;
        background-color: transparent;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    div#_5g-Nedir {
        scroll-margin-top: 50px;
    }
    .outer-links {
        display: none;
    }

    header.site-header {
        position: fixed;
    }

    header.site-header .nav{
        gap:0;
        width: 100%;
    }

    header.site-header .nav .logo {
        order: 1;
    }

    header.site-header .nav .logo img {
        display: none;
    }

    img.mobile-logo-tt {
        display: block;
    }

    .hamburger {
        display: flex;
        order: 2;
        content: url(https://www.turktelekom.com.tr/Assets/img/5G/menu-icon.svg);
        flex-direction: column;
        cursor: pointer;
        z-index: 12;
    }

    .mobile-overlay.active {
        display: block;
    }

    .mobile-menu {
        display: block;
    }

    .content-section {
        padding: 100px 20px 40px;
        font-size: 20px;
    }

    .mobile-menu ul li a:hover,
    .mobile-menu ul li a.active {
        color: #fff;
    }
    main {
        background-image: none !important;
    }
}

/* Popup Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-overlay.show {
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.05) -10.88%, rgba(255, 255, 255, 0) 106.13%), linear-gradient(0deg, #2A2A2A, #2A2A2A);
    border-radius: 8px;
    max-width: 770px;
    width: 90%;
    zoom: 0.9;
    max-height: 990px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease
}

.popup-overlay.show .popup-content {
    transform: scale(1);
}

.popup-header {
    padding: 43px 40px 35px;
    position: relative;
    justify-content: left;
    display: flex;
}

.popup-header h2 {
    color: white;
    margin: 0;
    font-size: 20px;
    text-align: center;
}

.close-button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    transition: background 0.3s ease;
}

.close-button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.popup-body {
    margin: 0 40px 40px;
    background: #FFFFFF1A;
    border-radius: 8px;
    padding-bottom: 24px;
}

.popup-body > span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.75);
    margin-left: 24px
}

i.icon-search::before {
    content: "\e901";
    color: rgba(255, 255, 255, 0.4);
    bottom: 40px;
    font-size: 20px;
    left:32px;
    position: relative;
}

.brand-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px;
}

.brand-tab {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.brand-tab.active,
.brand-tab:hover {
    background: #fff;
    color: #121212;
    font-weight: 600;
}

.search-box {
    width: 95%;
    background: rgba(255, 255, 255, -0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px;
    padding: 17px 40px !important;
    color: #fff !important;
    font-size: 14px;
    margin: 20px 20px 0px;
}

.search-box::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search-box:focus {
    outline: none;
    border-color: #fff;
}

.device-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(203px, 1fr));
    gap: 15px;
    margin: 0px 24px;
    padding-bottom: 32px;
    max-height: 576px;
    height: 100%;
    overflow: auto !important;
    scrollbar-width: thin;
    scrollbar-color: #333 transparent;
}
.device-item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    grid-column: 1 / -1;
    padding: 12px 0;
    line-height: 32px;
}

.device-item {
    color: #ffffff;
    font-size: 16px;
}

.device-grid::-webkit-scrollbar {
  width: 2px; 
  height: 2px; 
}

.device-grid::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.info-section {
    background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.05) -10.88%, rgba(255, 255, 255, 0) 106.13%),
        linear-gradient(0deg, #2A2A2A, #2A2A2A);
    margin: 20px 0 40px 0;
}

.info-section h3 {
    color: #fff;
    padding: 24px 0;
    font-size: 16px;
}

.info-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 12px;
}


@media (max-width: 990px) {
    .popup-content {
        height: 100%;
        margin: 0px;
        top: 65px;
        border-radius: unset;
        width: 100%;
        transform: unset !important;
        position: relative;
        box-shadow: none;
    }
    .popup-overlay.show {
        overflow-x: scroll;
        display: flex;
        opacity: 1;
        justify-content: center;
        align-items: center;   
        z-index: 1;
        background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.05) -10.88%, rgba(255, 255, 255, 0) 106.13%), linear-gradient(0deg, #2A2A2A, #2A2A2A);
    }
    .device-grid {
        grid-template-columns: 1fr;
        margin: 0;
    }
    .popup-header {
        padding: 32px 12px;
    }
    .popup-body {
        background: unset;
        margin: 0 16px;
    }
    .popup-body > span{
        margin-left: 0;
    }
    .brand-tabs {
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding: 20px 0;
    }
    input#searchBox {
        margin: 0;
        width: 100%;
    }
    i.icon-search::before {
        left: 30px;
        top: 184px;
        position: absolute;
    }
        #Nedir-5g .inner-section picture img {
        content: url(https://www.turktelekom.com.tr/Assets/img/5G/banner-mobil.webp);
    }

}

h2.widget-title {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    padding: 80px 0 32px 0;
}

.widgets {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 80px;
}

.widget-item {
    background-color: rgba(255, 255, 255, 0.1);
    height: 433px;
    width: 370px;
    border-radius: 24px;
}

.widget-text h2 {
    font-size: 23px;
    line-height: 32px;
    color: #fff;
}

.widget-text {
    padding: 24px 16px;
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.widget-text p {
    font-size: 16px;
    line-height: 22px;
    color:rgba(255, 255, 255, 0.75);
}

.popup-button {
    text-decoration: underline;
    color: #fff;
    text-align: justify;
    background: unset;
    border: unset;
    padding: 0;
    cursor: pointer;
}

.popup-button:hover,
.popup-button:focus {
    outline: unset;
    background-color: unset;
}

.activate-button {
    display: none;
}
@media (max-width: 990px) {
    .widgets {
        flex-direction: column;
        align-items: center;
        margin-bottom: 32px;
    }

    .widget-item {
        width: 343px;
        height: auto;
    }

    .widget-item img {
        width: 342px;
    }

    .activate-button {
        display: inline-block;
        text-decoration: underline;
        text-align: justify;
        color: #fff;
    }
    a.activate-button:hover {
        color: #fff;
    }
    section#Nasil-Faydalanirim h2.widget-title {
        padding: 0 16px 32px;
        font-size: 24px;
        line-height: 32px;
    }
}

#Ne-Kadar-Hizli {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Ne-Kadar-Hizli .tablet-container .tablet:before {
    content: url(https://www.turktelekom.com.tr/Assets/img/5G/iPadAir.png);
    position: absolute;
    bottom: -20px;
}

.video-area-text,
.tablet,
.video-info-box {
    text-align: center;
    max-width: 1170px;
}

.video-area-text h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.video-area-text p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.75);
}

#Ne-Kadar-Hizli .tablet-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

#Ne-Kadar-Hizli .tablet-container .tablet {
    position: relative;
    display: flex;
    justify-content: center;
    width: 570px;
    height: 413px;
    align-items: center;
    z-index: 2;
    border-radius: 25px;
    overflow: hidden;
}

#Ne-Kadar-Hizli .tablet-container .tablet video {
    width: 95%;
    height: 90% !important;
    object-fit: cover;
}

#Ne-Kadar-Hizli .tablet-container .triangle {
    position: absolute;
    filter: blur(1px);
    z-index: 4;
    border-radius: 10px;
    transition: all 1.5s ease-out;
    clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
    background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.05) -10.88%, rgba(255, 255, 255, 0) 106.13%), radial-gradient(39.06% 51.75% at 12.03% 17.31%, rgba(0, 159, 255, 0.1) 0%, rgba(0, 159, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(289.66deg, rgba(255, 255, 255, 0) 38.59%, rgba(252, 252, 237, 0.0833333) 48.08%, #009FFF 98.41%);
    backdrop-filter: blur(23.75px);
    box-shadow: 19px 19px 71.25px 0px #00000040;
}

#Ne-Kadar-Hizli .tablet-container .triangle-1 {
    width: 65px;
    height: 58px;
    top: 30%;
    right: 0;
    left: -300px;
}

#Ne-Kadar-Hizli .tablet-container .triangle-2 {
    width: 109px;
    height: 96px;
    top: 75%;
    left: -300px;
}

#Ne-Kadar-Hizli .tablet-container .triangle-3 {
    width: 175px;
    height: 154px;
    top: 30%;
    left: 225px;
    right: 0;
}


#Ne-Kadar-Hizli .tablet-container .triangle.animate {
    opacity: 1;
}

#Ne-Kadar-Hizli .tablet-container .triangle-1.animate {
    transform: translateX(100px);
    transition-delay: 0.3s;
}

#Ne-Kadar-Hizli .tablet-container .triangle-2.animate {
    transform: translateX(250px);
    transition-delay: 0.6s;
}

#Ne-Kadar-Hizli .tablet-container .triangle-3.animate {
    transform: translateX(450px);
    transition-delay: 0.9s;
}

#Ne-Kadar-Hizli .video-info-box {
    background: linear-gradient(251.04deg, #000000 -93.94%, #005F97 116.66%);
    border-radius: 12px;
    padding: 0 20px 24px;
    max-width: 870px;
    margin: 0 16px;
    color: #fff;
    position: relative;
    bottom: 45px;
    z-index: 3;
}

#Ne-Kadar-Hizli .video-info-box h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    margin-top: 60px;
}

#Ne-Kadar-Hizli .video-info-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 24px;
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 990px) {

    #Ne-Kadar-Hizli .tablet-container .tablet {
        max-width: 235px;
        height: 174px;
        border-radius: 12px;
    }

    #Ne-Kadar-Hizli .tablet-container .tablet:before {
        content: url(https://www.turktelekom.com.tr/Assets/img/5G/iPadAir-responsive.png);
        bottom: -8px;
        position: absolute;
    }

    #Ne-Kadar-Hizli .video-area-text h2 {
        font-size: 24px;
    }

    #Ne-Kadar-Hizli .video-info-box h3 {
        font-size: 48px;
        line-height: 50px;
    }

    #Ne-Kadar-Hizli .video-info-box p {
        font-size: 14px;
        line-height: 18px;
        padding-top: 24px;
    }

    #Ne-Kadar-Hizli .tablet-container .triangle-3 {
        width: 37px;
        height: 34px;
        left: -210px;
    }

    #Ne-Kadar-Hizli .tablet-container .triangle-1 {
        left: -140px;
        width: 26px;
        height: 24px;
    }

    #Ne-Kadar-Hizli .tablet-container .triangle-2 {
        width: 45px;
        height: 40px;
        left: -260px;
    }

    .video-area-text p {
        font-size: 16px;
        margin: 16px 16px 32px;
    }
}

#Hayatimizdaki-Yeri .main-container {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

#Hayatimizdaki-Yeri .main-container .left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#Hayatimizdaki-Yeri .main-container .left-section .main-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
    font-weight: 700;
    max-width: 300px;
    color: rgba(255, 255, 255, 1);
}

#Hayatimizdaki-Yeri .main-container .left-section .main-description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
    max-width: 343px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}

#Hayatimizdaki-Yeri .main-container .left-section .navigation-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

#Hayatimizdaki-Yeri .main-container .left-section .navigation-buttons .nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 1);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}

#Hayatimizdaki-Yeri .main-container .left-section .navigation-buttons .nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

#Hayatimizdaki-Yeri .main-container .left-section .navigation-buttons .nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#Hayatimizdaki-Yeri .navigation-buttons button#nextBtn::after {
    content: "\e91a";
    font-size: 24px;
    font-family: "icomoon" !important;
}

#Hayatimizdaki-Yeri .navigation-buttons button#prevBtn::after {
    content: "\e90d";
    font-size: 24px;
    font-family: "icomoon" !important;
}


#Hayatimizdaki-Yeri .main-container .right-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 60px 0 40px 32px;
    position: relative;
    margin-right: -82px;
}

#Hayatimizdaki-Yeri .main-container .right-section .top-slider-container {
    width: 860px;
    position: relative;
    overflow: hidden;
}

#Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper {
    display: flex;
    height: 100%;
    width: 600%;
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper .top-slide-group {
    height: 100%;
    display: flex;
    gap: 30px;
    padding-left: 46px;
    align-items: center;
}

#Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper .top-slide-group .top-slide {
    width: 370px;
    height: 400px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 25px;
    position: relative;
    overflow: hidden;
    background-size: 370px;
}

#Hayatimizdaki-Yeri .main-container .right-section .bottom-slider {
    width: 860px;
    position: relative;
    overflow: hidden;
}

#Hayatimizdaki-Yeri .main-container .right-section .bottom-slider .bottom-slides-wrapper {
    display: flex;
    height: 100%;
    width: 600%;
    gap: 90px;
    padding-left: 50px;
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#Hayatimizdaki-Yeri .main-container .right-section .bottom-slider .bottom-slides-wrapper .bottom-slide {
    width: 770px;
    height: 290px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 90px;
    justify-content: end;
    padding-right: 16px;
    background-size: 770px;
}

#Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper .top-slide-group .top-slide:first-child {
    background-image: url(https://www.turktelekom.com.tr/Assets/img/5G/AR-VR-gozlukler.webp);
}

#Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper .top-slide-group:nth-child(2) .top-slide:first-child {
      background-image: url(https://www.turktelekom.com.tr/Assets/img/5G/kamu-guvenligi.webp);
}

#Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper .top-slide-group .top-slide:last-child {
    background-image: url(https://www.turktelekom.com.tr/Assets/img/5G/uzaktan-inceleme.webp);
}

#Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper .top-slide-group:nth-child(2) .top-slide:last-child {
    background-image: url(https://www.turktelekom.com.tr/Assets/img/5G/enerji.webp);
}

#Hayatimizdaki-Yeri .main-container .right-section .bottom-slider .bottom-slides-wrapper .bottom-slide:nth-child(1) {
    background-image: url(https://www.turktelekom.com.tr/Assets/img/5G/akilli-sehir.webp);
}

#Hayatimizdaki-Yeri .main-container .right-section .bottom-slider .bottom-slides-wrapper .bottom-slide:nth-child(2) {
    background-image: url(https://www.turktelekom.com.tr/Assets/img/5G/yayincilik.webp);
    margin-left: -50px;
}

#Hayatimizdaki-Yeri .slide-content {
    width: 340px;
    height: 146px;
    color: #fff;
    backdrop-filter: blur(80px);
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.8);
    /* box-shadow: 19px 19px 103.7px 0px rgba(0, 0, 0, 1); */
    background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.05) -10.88%, rgba(255, 255, 255, 0) 106.13%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-radius: 12px;
    display: grid;
    padding: 16px;
    grid-template-columns: 1fr auto;
}

#Hayatimizdaki-Yeri .slide-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
    font-weight: bold;
    grid-column: 1 / 2;
    grid-row: 1;
    color: #fff;
}

#Hayatimizdaki-Yeri .slide-content p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    grid-column: 1 / -1;
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    color:rgba(255, 255, 255, 0.75)
}

#Hayatimizdaki-Yeri .slide-content .category {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 19px;
    font-size: 14px;
    line-height: 18px;
    width: max-content;
    color: rgba(205, 220, 41, 1);
    height: 26px;
    grid-column: 2 / 3;
    justify-self: end;
}

#Hayatimizdaki-Yeri .main-container .left-section .navigation-buttons button:focus {
    outline:unset;
}


@media screen and (min-width: 990px) and (max-width: 1440px) {
    #Hayatimizdaki-Yeri .main-container .left-section {
        margin-left: 135px;
    }
}

@media (max-width: 990px) {
    #Hayatimizdaki-Yeri .main-container {
        flex-direction: column;
    }

    #Hayatimizdaki-Yeri .main-container .left-section {
        padding-left: 0px;
        padding-top: 20px;
        align-items: center;
        text-align: center;
        margin-left: 0;
    }

    #Hayatimizdaki-Yeri .main-container .left-section h1.main-title {
        font-size: 23px;
        line-height: 32px;
    }

    #Hayatimizdaki-Yeri .main-container .right-section {
        flex-direction: column;
        width: 100%;
        padding: 0 0 32px 16px;
    }

    #Hayatimizdaki-Yeri .slide-content h3 {
        margin-bottom: 12px;
    }

    #Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper .top-slide-group .top-slide.top-slide {
        width: 317px;
        padding: 12px;
    }

    #Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper{
        width: max-content;
        transition: none;
        gap: 30px;
    }

    #Hayatimizdaki-Yeri .main-container .right-section .top-slider-container{
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;

    }

    #Hayatimizdaki-Yeri .main-container .right-section .top-slider-container .top-slides-wrapper .top-slide-group {
        width: max-content;
        padding: 0;
    }

    #Hayatimizdaki-Yeri .main-container .right-section .bottom-slider,
    #Hayatimizdaki-Yeri .main-container .left-section .navigation-buttons {
        display: none;
    }

    #Hayatimizdaki-Yeri .main-container .right-section .bottom-slider .bottom-slides-wrapper .bottom-slide {
        background-size: 370px;
    }

    .mobile-bottom-slide {
        width: 317px;
        height: 400px;
        border-radius: 15px;
        display: flex;
        align-items: end;
        justify-content: center;
        padding: 16px;
        position: relative;
        overflow: hidden;
        flex-shrink: 0;
        background-size: 370px !important;
    } 

    .mobile-bottom-slide:last-child {
        margin-right: 30px;
    }
}

#Neden-Turk-Telekom-5g .box-container {
    margin: 32px auto;
    color: #fff;
    max-width: 1170px;
    width: 100%
}

#Neden-Turk-Telekom-5g .box-container .box-area {
    text-align: center;
    margin-bottom: 16px;
}

#Neden-Turk-Telekom-5g .box-container .box-area h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 3px;
}

#Neden-Turk-Telekom-5g .box-container .box h3 {
    color: rgba(255, 255, 255, 1) !important;
}

#Neden-Turk-Telekom-5g .box-container .box-area h2 .break-mobile{
    display: flex;
}

#Neden-Turk-Telekom-5g .box-container .box-area p  {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

#Neden-Turk-Telekom-5g .box-container .box-wraper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 60px;
}

#Neden-Turk-Telekom-5g .box-container .box-wraper .box:nth-child(2),
#Neden-Turk-Telekom-5g .box-container .box-wraper .box:nth-child(5) {
    transform: translateY(-50px); 
}

#Neden-Turk-Telekom-5g .box-container .box-wraper .box {
  position: relative;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  backdrop-filter: blur(8px);
  border-radius: 24px;
  box-sizing: border-box;
  background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.05) -10.88%, rgba(255, 255, 255, 0) 106.13%),
  radial-gradient(39.06% 51.75% at 12.03% 17.31%, rgba(255, 94, 80, 0.1) 0%, rgba(255, 94, 80, 0) 100%);

}

#Neden-Turk-Telekom-5g .box-container .box-wraper .box * {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.75);
}

#Neden-Turk-Telekom-5g .box-container .box-wraper .box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--border-angle, 0deg),
    rgba(var(--c),1) -1deg,
    rgba(var(--c),0) 0deg,
    rgba(var(--c),0) 290deg,
    rgba(var(--c),1) 160deg
  );
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: blur(100px); 
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 3px rgba(var(--c), 0.7), 0 0 10px rgba(var(--c), 0.1);
}

#Neden-Turk-Telekom-5g .box-container .box-wraper .box::after {
  content: "";
  position: absolute;
  inset: -50px; 
  border-radius: inherit;
  background: conic-gradient(
    from var(--border-angle, 0deg),
    rgba(var(--c),0.6) -13deg,
    rgba(var(--c),0) 0deg,
    rgba(var(--c),0) 325deg,
    rgba(var(--c),0.6) 360deg
  );
  filter: blur(90px); 
  z-index: 0;
  pointer-events: none;
}
/* Renkler */
#box1 { --c: 255,70,60; }
#box2 { --c: 0,160,255; }
#box3 { --c: 130,230,60; }
#box4 { --c: 255,145,30; }
#box5 { --c: 190,60,255; }
#box6 { --c: 0,230,255; }

@media (max-width:1200px) {
    #Neden-Turk-Telekom-5g .box-container .box-wraper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:990px) {
    #Neden-Turk-Telekom-5g .box-container .box-wraper {
        grid-template-columns: 1fr;
        padding-top: 32px;
    }

    #Neden-Turk-Telekom-5g .box-container .box-wraper .box:nth-child(2),
    #Neden-Turk-Telekom-5g .box-container .box-wraper .box:nth-child(5) {
        transform:none;
    }

    #Neden-Turk-Telekom-5g .box-container .box-wraper .box {
        margin: 0 16px;
    }

    #Neden-Turk-Telekom-5g .box-container .box-area h2 {
        font-size: 24px;
        line-height: 32px;
        display: block;
        margin-bottom: 0;
    }

    #Neden-Turk-Telekom-5g .box-container .box-area p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    #Neden-Turk-Telekom-5g .box-container .box-area {
        margin: 0 12px;
        text-align: center;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }
    #Neden-Turk-Telekom-5g .box-container{
        margin: 0;
    }
}

/* #SSS>.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
} */

#SSS h3 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

#SSS .sss-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#SSS .sss-item {
    transition: all 0.3s ease;
    border-radius: 12px;
}

#SSS .sss-answer p a {
    color: #fff;
    text-decoration-line: underline;
}

#SSS .sss-question {
    padding: 20px;
    background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.05) -10.88%, rgba(255, 255, 255, 0) 106.13%);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 12px;
}

#SSS .sss-question.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#SSS .sss-question::after {
    content: "\e90b";
    font-size: 16;
    position: relative;
    font-size: 24px;
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: rotate(90deg);
}

#SSS .sss-question.active::after {
    transform: rotate(-90deg);
}

#SSS .sss-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.05) -10.88%, rgba(255, 255, 255, 0) 106.13%);
}

#SSS .sss-answer p {
    padding: 0 20px 20px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

#SSS .sss-question.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px 12px 0 0;
  padding: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0.02));
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding-bottom: unset;
  pointer-events: none;
}

#SSS .sss-answer.active {
  position: relative;
  border-radius: 0 0 12px 12px;
  max-height: 500px;
  transition: max-height 0.3s ease-in;
}

#SSS .sss-answer.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 12px 12px;
  padding: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0.02));
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding-top: unset !important;
  pointer-events: none;
}

@media (max-width: 768px) {
    #SSS .container {
        padding: 10px;
    }

    #SSS h3 {
        font-size: 1.5rem;
        margin-top: 0;
    }

    #SSS .sss-question {
        padding: 15px;
        font-size: 0.9rem;
    }

    #SSS .sss-answer p {
        padding: 15px;
        font-size: 0.9rem;
    }
}

a.footer-logo:after {
    content: url('https://www.turktelekom.com.tr/Assets/img/5G/5G-Footer.svg');
}

footer.footer-5g {
    margin: auto 0;
    /* max-width: 1920px; */
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: rgba(18, 18, 18, 1);
    border-top: 1px solid;
    padding-top: 40px;
}

footer .footer-bottom.tt-5g ul li {
    margin-right: 0;
}
footer .footer-bottom.tt-5g{
    background-color: rgba(18, 18, 18, 1);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0;
}
footer .footer-bottom{
    background-color: rgba(18, 18, 18, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-container {
    max-width: 1170px;
    width: 100%;
}

footer.footer-5g ul#accordion-listF3 {
    display: flex;
    gap: 32px;
}

.footer-bottom.tt-5g .container .d-flex {
    justify-content: space-between;
}

.footer-bottom.tt-5g .container .d-flex ul {
    display: flex;
    gap: 32px;
}

.footer-bottom.tt-5g .container .d-flex ul.list-icon {
    gap: 0;
}

footer .footer-bottom.tt-5g ul#accordion-listF2 {
    opacity: 0.5;
}

footer .footer-bottom.tt-5g img.x-i {
    filter: brightness(1.5);
}

footer .footer-bottom.tt-5g ul li:hover {
    text-decoration-line: underline;
}

footer .footer-bottom.tt-5g a.link-icon i:before {
    color: #fff;
}
footer .footer-bottom.tt-5g ul li a{
    color: #fff;
}
@media(max-width: 990px) {
    .footer-container {
        text-align: center;
    }

    .footer-bottom.tt-5g .container .d-flex ul {
        flex-direction: column;
        gap: 6px;
    }

    .footer-bottom.tt-5g .container .d-flex {
        flex-direction: column-reverse;
    }

    .footer-bottom.tt-5g .container .d-flex ul.list-icon {
        flex-direction: row;
        gap: 12px;
    }

    .footer-bottom.tt-5g {
        padding-bottom: 32px;
    }

    footer .footer-bottom.tt-5g ul li {
        padding-bottom: 0;
    }
}