/*.opennewaccount
{
    display: none;
}
.deniz-menu-btn-primary {
    display: none!important;
}*/

.slider-acc .slide-subtitle {
    max-width: 80%;
}


@media screen and (max-width: 479px) {
 .sticky-new-nav {
        height: 80px!important;
    }
    .sticky-new-label {
        inline-size: min-content;
        line-height: 1em;
        }
         }

@media screen and (min-width: 1025px) and (max-width: 1450px) {
    .slider-acc .slide-content {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important; 
        bottom: auto !important;
        right: auto !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 99 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important; 
        align-items: flex-start !important;
        padding-left: 8rem !important;
        padding-right: 5rem !important;
        text-align: left !important;
        color: white !important;
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
    
    .slider-acc .promotion-badge {
        transform: scale(0.75) !important;
        transform-origin: center center !important;
    }

    .slider-acc .btn {
        min-width: 130px !important;
        font-size: 14px !important;
        padding: 8px 12px !important;
    }

    .agnm-menuitem > a {
        font-size: 12px !important;
    }

    .slider-acc .slide-title {
        font-size: 2rem !important;
    }

    .slider-acc .slide-subtitle {
        font-size: 1rem !important;
    }

    .slider-acc .dots-container {
        left: 4rem !important;
        bottom: 30px !important; 
    }
}

.slider-acc .dots-container {
    position: absolute !important;
    left: 10rem !important;
    top: auto !important;
    transform: none !important;
    z-index: 20 !important;
}

.swiper-slide-active .slide-content,
.slick-active .slide-content,
.active .slide-content {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.slider-acc .promotion-badge {
    transform: scale(1) !important;
}

@media screen and (max-width: 1400px) {
    .slider-acc .promotion-badge {
        transform: scale(0.8) !important; 
        transform-origin: center center !important;
    }
}

@media screen and (max-width: 768px) {
    .slider-acc .promotion-badge {
        transform: scale(0.7) !important;
    }
    .slider-acc .slide-content {
        padding: 1rem !important;
         padding-left: 1rem !important; 
    }
    .slider-acc .slide-title {
        font-size: 1.6rem !important;
    }
}

#acsbTrigger, .acsb-trigger {
    position: fixed;
    left: 20px;           /* triggerOffsetX */
    bottom: 5rem !important; /* triggerOffsetY */
    width: 50px;          /* medium boyut */
    height: 50px;
    border-radius: 50%;   /* triggerRadius */
    background-color: #146ff8; /* triggerColor */
    color: rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}


.logos-dup {
    display: flex;
}

/* 991px'den büyük ekranlarda gizli */
@media (min-width: 992px) {
    .logos-dup {
        display: none;
    }
    .dock-mobile {
    display: none;

}
}

@media (max-width: 991px) {
   .dock-mobile {
    position: relative !important;
    top: -2rem!important;
    bottom: 1rem!important;
    left: 50%;
    transform: translateX(-50%);
    background: #00000096;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    padding: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}
   .dock{
    display: none!important;
}
}

.headerleftbuttoncta-2 {
    display: flex !important;
    justify-content: flex-end !important;
}

.text-block-208 a {
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
}

.headertopwrapper {
    padding-bottom: 0px !important;
}

.text-block-208 a:hover {
    opacity: 0.5;
}

root {
    --steel-blue: #017BC6 !important;
}
/*slider*/


.hero {
    background-color: #ececec !important;
    width: 100% !important;
    overflow: hidden !important;
}

.slider-acc * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.slider-acc {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

    .slider-acc .slider-track {
        display: flex;
        height: 100%;
        width: 100%;
    }

    .slider-acc .slide {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
        pointer-events: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .slider-acc .slide.active {
            opacity: 1;
            pointer-events: auto;
            z-index: 2;
        }

            .slider-acc .slide.active .slide-content {
                transform: translateY(0);
                opacity: 1;
            }

    /* Background Images with responsive positioning */
    .slider-acc .slide-1 {
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    }

    .slider-acc .slide-2 {
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1511593358241-7eea1f3c84e5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    }

    .slider-acc .slide-content {
        text-align: left;
        width: auto;
        padding: 60px 80px 60px 40px;
        position: relative;
        z-index: 3;
        right: auto;
        left: 8rem;
        height: 100%;
        color: white;
        top: auto;
        bottom: 12rem;
        align-items: flex-start;
        display: flex;
        gap: 1rem;
        flex-direction: column;
        justify-content: flex-end;
        transform: translateY(100px);
        opacity: 0;
        transition: transform 0.8s ease-out, opacity 0.8s ease-out;
    }

    /* CSS Badge instead of SVG */
    .slider-acc .promotion-badge {
        position: relative;
        display: inline-block;
        width: 148px;
        height: 148px;
    }

    .slider-acc .promotion-circle {
        width: 148px;
        height: 148px;
        border-radius: 50%;
        position: relative;
        background-image: url('https://www.denizbank.at/images/shape.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        animation: rotateStar 20s linear infinite;
    }

        /* Star-like edges for the badge */
        .slider-acc .promotion-circle::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border-radius: 50%;
            -webkit-mask-image: url('https://www.denizbank.at/images/shape.svg');
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            -webkit-mask-size: contain;
            mask-image: url('https://www.denizbank.at/images/shape.svg');
            mask-repeat: no-repeat;
            mask-position: center;
            mask-size: contain;
            z-index: -1;
            will-change: transform;
            animation: rotateStar 20s linear infinite;
        }

@keyframes rotateStar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateBadge {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.slider-acc .promotion-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    .slider-acc .promotion-text .main-text {
        font-size: 18px;
        font-weight: bold;
    }

    .slider-acc .promotion-text .sub-text {
        font-size: 11px;
        font-weight: normal;
    }

.slider-acc .slide-title {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    width: 70%;
    color: white;
}

.slider-acc .slide-subtitle {
    font-size: 1.4rem;
    color: white;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.slider-acc .slide-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.slider-acc .btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    min-width: 180px;
    text-align: center;
}

.slider-acc .btn-primary {
    background: #0184d4;
    color: white;
}

    .slider-acc .btn-primary:hover,
    .slider-acc .btn-primary:focus {
        background: #357ABD;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(74, 144, 226, 0.4);
    }

.slider-acc .btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

    .slider-acc .btn-secondary:hover,
    .slider-acc .btn-secondary:focus {
        background: white;
        color: #333;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(255, 255, 255, 0.3);
    }

.slider-acc .btn:focus {
    outline: 3px solid #0184d4;
    outline-offset: 2px;
}

/* Navigation Arrows with SVG icons */
.slider-acc .nav-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(74 144 226);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

    .slider-acc .nav-arrow svg {
        width: 24px;
        height: 24px;
    }

    .slider-acc .nav-arrow:hover,
    .slider-acc .nav-arrow:focus {
        background: rgb(38 104 181);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        outline: 3px solid #0184d4;
        outline-offset: 2px;
        transform: translateY(-50%) scale(1.1);
    }

    .slider-acc .nav-arrow.prev {
        left: 40px;
    }

        .slider-acc .nav-arrow.prev svg {
            transform: rotate(180deg);
        }

    .slider-acc .nav-arrow.next {
        right: 40px;
    }

/* Dots Navigation */
.slider-acc .dots-container {
    position: absolute;
    bottom: 8rem;
    left: 16rem;
    transform: translateX(-50%);
    display: flex;
    background-color: #00000091;
    padding: 0.7rem;
    gap: 15px;
    z-index: 10;
    border-radius: 100px;
}

.slider-acc .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .slider-acc .dot.active {
        background: white;
        transform: scale(1.3);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    }

    .slider-acc .dot:hover,
    .slider-acc .dot:focus {
        background: white;
        outline: 2px solid #0184d4;
        outline-offset: 2px;
    }

/* Screen Reader Only */
.slider-acc .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Auto-play control */
.slider-acc .play-pause-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    display: none;
}

    .slider-acc .play-pause-btn:hover,
    .slider-acc .play-pause-btn:focus {
        background: white;
        outline: 2px solid #0184d4;
        outline-offset: 2px;
    }

/* Responsive background positioning */
@media (max-width: 1200px) {
    .slider-acc .slide-1,
    .slider-acc .slide-2 {
        background-position: center center;
    }
}

@media (max-width: 768px) {
    .slider-acc .slide-1,
    .slider-acc .slide-2 {
        background-position: center top;
    }
}


@media (max-width: 991px) {

.slider-acc .promotion-badge {
    margin-bottom: 360px!important;
}

    .slider-acc .dots-container {
        display: none;
    }

    .slider-acc .nav-arrow {
        display: flex;
    }

    .slider-acc .promotion-badge {
        position: absolute;
        display: inline-block;
        margin-bottom: 320px;
        width: 120px;
        height: 120px;
    }

    .slider-acc .promotion-circle {
        width: 120px;
        height: 120px;
    }

        .slider-acc .promotion-circle::before {
            top: -8px;
            left: -8px;
            right: -8px;
            bottom: -8px;
        }

    .slider-acc {
        height: 730px;
        overflow: visible;
    }

        .slider-acc .slide {
            height: 550px;
            align-items: flex-end;
            justify-content: center;
            background-position: right;
            background-position-x: 69%;
        }

        .slider-acc .slide-content {
            background: rgba(255, 255, 255, 0.95);
            color: #333;
            width: 80%;
            left: 10%;
            text-align: center;
            max-width: 100%;
            padding: 1rem;
            border-radius: 8px;
            backdrop-filter: blur(10px);
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
            bottom: -400px;
            align-items: center;
            height: 300px;
            transform: none !important;
            opacity: 1 !important;
            transition: none !important;
            display: flex;
            justify-content: center;
        }

        .slider-acc .promotion-text {
            width: 65px;
            height: 65px;
            font-size: 14px;
        }

            .slider-acc .promotion-text .main-text {
                font-size: 15px;
            }

            .slider-acc .promotion-text .sub-text {
                font-size: 9px;
            }

        .slider-acc .slide-buttons {
            width: 100%;
            align-items: center;
            gap: 0.5rem;
            justify-content: center;
        }

        .slider-acc .btn {
            width: 100%;
            max-width: 280px;
            padding: 12px 24px;
            font-size: 16px;
        }

        .slider-acc .slide-title {
            color: #333;
            font-size: 1.2rem;
            text-shadow: none;
        }

        .slider-acc .slide-subtitle {
            color: #666;
            font-size: 1rem;
            text-shadow: none;
            opacity: 1;
        }

        .slider-acc .btn-secondary {
            color: #0184d4;
            border: 2px solid #0184d4;
        }

            .slider-acc .btn-secondary:hover,
            .slider-acc .btn-secondary:focus {
                background: #0184d4;
                color: white;
            }

        .slider-acc .nav-arrow {
            width: 45px;
            height: 45px;
        }

            .slider-acc .nav-arrow svg {
                width: 24px;
                height: 24px;
            }

            .slider-acc .nav-arrow.prev {
                left: 15px;
            }

            .slider-acc .nav-arrow.next {
                right: 15px;
            }

        .slider-acc .play-pause-btn {
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            font-size: 14px;
        }
}

@media (max-width: 480px) {
    .slider-acc .slide-title {
        font-size: 1.2rem!important;
    }

    .slider-acc .slide-buttons {
        flex-direction: column;
    }

    .slider-acc .slide-subtitle {
        font-size: 14px;
    }

    .slider-acc .promotion-badge {
        width: 100px;
        height: 100px;
    }

    .slider-acc .promotion-circle {
        width: 100px;
        height: 100px;
    }

    .slider-acc .promotion-text {
        width: 55px;
        height: 55px;
        font-size: 12px;
    }

        .slider-acc .promotion-text .main-text {
            font-size: 13px;
        }

        .slider-acc .promotion-text .sub-text {
            font-size: 8px;
        }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .slider-acc .slider-track {
        transition: none;
    }

    .slider-acc .promotion-circle {
        animation: none;
    }

    .slider-acc * {
        transition: none !important;
    }
}
/*slider-end*/


/* webmenu*/

.agnm-menubar {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
}

.agnm-menuitem {
    position: relative;
    list-style: none;
}

    /* Ana Menü Linkleri */
    .agnm-menuitem > a {
        background: none;
        border: none;
        color: white !important; /* Link rengini beyaz yap */
        text-decoration: none !important; /* Alt çizgiyi kaldır */
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 50px;
        padding: 0 0.5rem;
        border-radius: 4px;
        transition: background-color 0.2s ease;
        box-sizing: border-box;
    }

        .agnm-menuitem > a:hover,
        .agnm-menuitem > a:focus {
            outline: none;
            text-decoration: none !important;
        }

        .agnm-menuitem > a:focus {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
        }

/* Chevron İkonu */
.agnm-chevron {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.agnm-menuitem:hover > a .agnm-chevron,
.agnm-menuitem[aria-expanded="true"] > a .agnm-chevron {
    transform: rotate(180deg);
}

/* Alt Menü Panelleri */
.agnm-submenu, .agnm-sub-submenu {
    position: absolute;
    top: 100%;
    left: -18px;
    background: #f5f5f5;
    color: #333;
    min-width: 240px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    z-index: 10;
    border-radius: 6px;
    border: 1px solid #ddd;
}

    .agnm-submenu.agnm-show, .agnm-sub-submenu.agnm-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    /* Alt Menü Linkleri */
    .agnm-submenu a, .agnm-sub-submenu a {
        background: none;
        border: none;
        padding: 0.4rem 0.7rem;
        width: calc(100% - 0.5rem);
        text-align: left;
        cursor: pointer;
        font-size: 0.95rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 4px;
        margin: 0 0.25rem;
        transition: background-color 0.2s ease;
        /* A etiketine özel eklemeler */
        color: #333 !important; /* Alt menü yazı rengi */
        text-decoration: none !important;
        box-sizing: border-box;
    }

        .agnm-submenu a:hover,
        .agnm-sub-submenu a:hover,
        .agnm-submenu a:focus,
        .agnm-sub-submenu a:focus {
            outline: none;
            text-decoration: none !important;
        }

        .agnm-submenu a:focus,
        .agnm-sub-submenu a:focus {
            box-shadow: 0 0 0 2px #0077cc;
        }

/* Hover ile Menü Açma */
.agnm-menuitem:hover > .agnm-submenu,
.agnm-menuitem[aria-expanded="true"] > .agnm-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.agnm-submenu li {
    position: relative;
    list-style: none;
}

    .agnm-submenu li:hover > .agnm-sub-submenu,
    .agnm-submenu li[aria-expanded="true"] > .agnm-sub-submenu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

.agnm-sub-submenu {
    top: 0;
    left: 100%;
    transform: translateX(10px);
}

    .agnm-sub-submenu.agnm-show {
        transform: translateX(0);
    }

/* Alt Menü Chevron Dönüşleri */
.agnm-submenu li > a .agnm-chevron {
    transform: rotate(0deg);
    color: #333;
}

.agnm-submenu li:hover > a .agnm-chevron,
.agnm-submenu li[aria-expanded="true"] > a .agnm-chevron {
    transform: rotate(-90deg);
}

/* Sol Kenar Çizgisi Efekti */
.agnm-submenu li a,
.agnm-sub-submenu li a {
    position: relative;
    padding-left: 0.8rem;
}

    .agnm-submenu li a::before,
    .agnm-sub-submenu li a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px;
        background-color: transparent;
        transition: background-color 0.3s ease;
        border-radius: 2px;
    }

    .agnm-submenu li a:hover::before,
    .agnm-sub-submenu li a:hover::before,
    .agnm-submenu li a:focus::before,
    .agnm-sub-submenu li a:focus::before {
        background-color: #CF163A;
    }

/* Yüksek kontrast modu desteği */
@media (prefers-contrast: high) {
    .agnm-submenu, .agnm-sub-submenu {
        border: 2px solid #000;
    }

        .agnm-menuitem > button:focus,
        .agnm-submenu button:focus,
        .agnm-sub-submenu button:focus {
            box-shadow: 0 0 0 3px #000;
        }
}

/* Hareket azaltma desteği */
@media (prefers-reduced-motion: reduce) {
    .agnm-chevron,
    .agnm-submenu,
    .agnm-sub-submenu,
    .agnm-submenu button,
    .agnm-sub-submenu button {
        transition: none;
    }
}

/* Skip link */
.agnm-skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
}

    .agnm-skip-link:focus {
        top: 6px;
    }
/* webmenu - end*/

.headerright {
    gap: 0.5rem;
}

.searchfield::placeholder {
    color: #767676 !important;
}

.headernavmenuwrapper {
    padding-right: 32%;
}

body,
html {
    overflow-x: auto;
    max-width: 100vw;
}

.dbag-search {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.dbag-search__container {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #00000021;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255);
    border-radius: 50px;
    padding: 0px 9px 0px 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 38px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

    .dbag-search__container:hover {
        background-color: rgb(0 0 0 / 50%);
        border-color: rgba(255, 255, 255, 0.25);
        transform: translateY(-1px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .dbag-search__container:focus-within {
        background-color: #00000030;
        border-color: rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }

.dbag-search__input {
    flex: 1;
    background: transparent;
    border-radius: 100px;
    outline: none;
    color: rgb(255 255 255);
    font-size: 0.8rem;
    font-weight: 500;
    padding-left: 18px;
    width: 100%;
    border: none;
}

    .dbag-search__input::placeholder {
        color: rgba(255, 255, 255);
        font-weight: 300;
    }

    .dbag-search__input:focus {
        color: #ffffff;
    }

.dbag-search__button {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 12px;
    position: relative;
    overflow: hidden;
}

    .dbag-search__button:hover {
        background: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
    }

    .dbag-search__button:focus {
        outline: 2px solid rgba(255, 255, 255, 0.8);
        outline-offset: 2px;
        background: rgba(255, 255, 255, 0.25);
    }

    .dbag-search__button:active {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.3);
    }

.dbag-search__icon {
    width: 20px;
    height: 20px;
    stroke: rgba(255, 255, 255, 0.8);
    fill: none;
    transition: all 0.3s ease;
    color: white;
}

.dbag-search__button:hover .dbag-search__icon {
    stroke: #ffffff;
    transform: scale(1.1);
}

/* Screen reader only text */
.dbag-search__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus visible for better keyboard navigation */
.dbag-search__input:focus-visible {
    outline: 0px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
    border-radius: 4px;
}

.dbag-search__button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .dbag-search__container {
        border-color: rgba(255, 255, 255, 0.8);
        background: rgba(0, 0, 0, 0.3);
    }

    .dbag-search__input {
        color: #ffffff;
    }

    .dbag-search__button {
        border-color: rgba(255, 255, 255, 0.8);
        background: rgba(255, 255, 255, 0.2);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .dbag-search__container,
    .dbag-search__button,
    .dbag-search__icon {
        transition: none;
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .dbag-search {
        max-width: 100%;
    }

    .dbag-search__container {
        min-height: 45px;
        padding: 4px 4px 4px 20px;
    }

    .dbag-search__input {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 14px 0;
    }

    .dbag-search__button {
        width: 44px;
        height: 44px;
    }

    .dbag-search__icon {
        width: 18px;
        height: 18px;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .dbag-search__container {
        background: rgb(0 0 0 / 50%);
        border-color: rgba(255, 255, 255, 0.15);
    }
}

.left-arrow:focus,
.right-arrow:focus {
    outline: 2px solid #0086D4 !important;
    outline-offset: 4px;
    border-radius: 6px;
    background-color: rgba(0, 134, 212, 0.1);
}

.left-arrow-2:focus,
.right-arrow-2:focus {
    outline: 2px solid #0086D4 !important;
    outline-offset: 4px;
    border-radius: 6px;
    background-color: rgba(0, 134, 212, 0.1);
}

.menuitem button:focus,
.submenu button:focus,
.sub-submenu button:focus {
    outline: 2px solid #fff;
    outline-offset: 3px;
    border-radius: 6px;
}

.slide-nav.w-slider-nav.w-round {
    display: flex;
    flex-wrap: wrap; /* Taşma olduğunda alta geçsin */
    gap: 0.5rem;
    padding: 1rem 0;
}

.container, .footerrow, .footer-content {
    width: 100%;
    max-width: 100%;
    display: block;
    flex-wrap: wrap;
}

.text-block-2 {
    max-width: 100%;
    width: auto;
    font-size: 1em;
    line-height: 1.4;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: anywhere;
}

.mobile-new {
    display: none;
}

.sectiontwotext1 {
    font-weight: 500 !important;
}

.rc-anchor-light .rc-anchor-logo-text,
.rc-anchor-light div a:link,
.rc-anchor-light div a:visited {
    color: #333 !important;
}

.menubar {
    gap: 1rem !important;
    margin-top: 10px !important;
    width: 70% !important;
    justify-content: center !important;
}

.chevron {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .chevron svg {
        width: 1em !important;
        height: 1em !important;
    }

.menuitem > button {
    gap: 3px !important;
}

.headertoplinks {
    text-shadow: 1px 1px 4px #00000050, 0px 0px 4px #00000050, 1px 1px 4px #00000050, 0px 0px 4px #00000050 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
}

    .headertoplinks:hover {
        color: rgba(255, 255, 255, 1) !important;
        text-shadow: 1px 1px 4px #000, 0px 0px 4px #000 !important;
    }

.sliderheading {
    text-shadow: 1px 1px 4px #00000050, 0px 0px 4px #00000050, 1px 1px 4px #00000050, 0px 0px 4px #00000050 !important;
}

.slide-nav {
    text-shadow: 1px 1px 4px #00000050, 0px 0px 4px #00000050, 1px 1px 4px #00000050, 0px 0px 4px #00000050 !important;
}

.sliderdesc {
    text-shadow: 1px 1px 4px #00000050, 0px 0px 4px #00000050, 1px 1px 4px #00000050, 0px 0px 4px #00000050 !important;
}

.w-slider-dot {
    background-color: #666666 !important;
    border: 2px solid #FFFFFF !important;
    width: 1.2em;
    height: 1.2em;
    margin: 0 0.5em;
}

    .w-slider-dot:focus {
        background-color: #FFFFFF !important;
        outline: 2px solid #000000 !important;
        outline-offset: 2px !important;
    }

.sectiontwotext1.blue {
    color: #017BC6 !important;
}

.sticky-new-nav {
    position: fixed;
    top: 35%;
    right: 5%;
    width: 80px;
    background-color: #00000096;
    padding: 16px 0 8px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: opacity 1s ease;
}

    .sticky-new-nav.fade-out {
        opacity: 0;
        pointer-events: none;
    }

.sticky-new-close {
    background: none;
    border: none;
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: opacity 0.3s ease;
}

    .sticky-new-close:hover {
        opacity: 0.5;
    }

    .sticky-new-close svg {
        width: 18px;
        height: 18px;
    }

.sticky-new-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.sticky-new-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    margin-bottom: 20px;
    width: 100%;
}

.sticky-new-icon-circle {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

    .sticky-new-icon-circle svg {
        width: 27px;
        height: 27px;
        stroke: currentColor;
        color: #CF163A;
    }

.sticky-new-label {
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.1;
}

.sticky-new-item:hover .sticky-new-icon-circle {
    background-color: #CF163A;
}

    .sticky-new-item:hover .sticky-new-icon-circle svg {
        color: #ffffff;
    }

@media (max-width: 991px) {

    .hero {
        height: auto !important;
    }

    .footerrow.mobile .footerlist li {
        white-space: nowrap; /* Prevent text from wrapping within an item */
    }

    .footerrow {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        text-align: center;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        display: flex;
    }

        .footerrow.mobile .footerlist {
            display: flex;
            flex-wrap: wrap; /* Allows items to wrap to next line if needed */
            gap: 0.5rem; /* Space between items */
            justify-content: center; /* Center items horizontally */
            align-items: center; /* Center items vertically */
            list-style: none; /* Remove bullet points */
            padding: 0; /* Remove default padding */
            margin: 0; /* Remove default margin */
        }

    .footerlist {
        display: flex;
        flex-wrap: wrap; /* Allows items to wrap to next line if needed */
        gap: 0.5rem; /* Space between items */
        justify-content: center; /* Center items horizontally */
        align-items: center; /* Center items vertically */
        list-style: none; /* Remove bullet points */
        padding: 0; /* Remove default padding */
        margin: 0; /* Remove default margin */
    }

    .footerrow.mobile {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        text-align: center;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        display: flex;
    }

    .mobile-new {
        width: 100%;
        display: block !important;
        position: static;
        inset: 0% 0% auto;
    }

    .headermenuwrapper {
        display: none !important;
    }

    .sticky-new-nav {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        height: 70px;
        width: 100%;
        border-radius: 0;
        background-color: #ffffff;
        padding: 0 8px;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    }

    .sticky-new-close {
        display: flex;
        position: absolute;
        top: -12px;
        right: auto;
        background-color: #2c2c2c;
        border-radius: 50%;
        padding: 4px;
        flex-wrap: nowrap;
    }

    .sticky-new-list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    .sticky-new-item {
        margin: 0;
        color: #444;
        width: auto;
    }

    .sticky-new-icon-circle {
        width: 40px;
        height: 40px;
        background-color: #0086D4;
    }

        .sticky-new-icon-circle svg {
            color: #ffffff;
        }

    .sticky-new-label {
        font-size: 10px;
        color: #444;
    }

    .sticky-new-item:hover .sticky-new-icon-circle {
        background-color: #0086D4;
    }
}

:root {
    --blue: #0077cc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

nav {
    background-color: var(white);
}

.menubar {
    display: flex;
    gap: 2rem;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.menuitem {
    position: relative;
    list-style: none;
}

    .menuitem > button {
        background: none;
        border: none;
        color: white;
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 50px;
    }

.chevron {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.menuitem:hover > button .chevron {
    transform: rotate(180deg);
}

.submenu, .sub-submenu {
    position: absolute;
    top: 100%;
    left: -18px;
    background: #f5f5f5;
    color: #333;
    min-width: 240px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    list-style: none;
    z-index: 10;
    border-radius: 6px;
}

    .submenu button, .sub-submenu button {
        background: none;
        border: none;
        padding: 0.6rem 1rem;
        width: 100%;
        text-align: left;
        cursor: pointer;
        font-size: 0.95rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .submenu button:hover,
        .sub-submenu button:hover {
            background-color: #eaeaea00;
        }

.menuitem:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.submenu li {
    position: relative;
    list-style: none;
}

    .submenu li:hover > .sub-submenu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

.sub-submenu {
    top: 0;
    left: 100%;
    transform: translateX(10px);
}

.submenu li > button .chevron {
    transform: rotate(0deg);
}

.submenu li:hover > button .chevron {
    transform: rotate(-90deg);
}

.submenu li button,
.sub-submenu li button {
    position: relative;
    padding-left: 1.25rem;
}

    .submenu li button::before,
    .sub-submenu li button::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px;
        background-color: transparent;
        transition: background-color 0.3s ease;
        border-radius: 2px;
    }

    .submenu li button:hover::before,
    .sub-submenu li button:hover::before {
        background-color: #CF163A;
    }
/* DenizBank Mobile Menu Styles - Prefixed to avoid conflicts */

/* Header Styles */
.deniz-header {
    background: #0184d4;
    position: relative;
    z-index: 1000;
}

.deniz-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
}

.deniz-logo-container {
    display: flex;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.deniz-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .deniz-header-actions .deniz-btn {
        display: none;
    }

.deniz-mobile-menu.deniz-active ~ .deniz-header .deniz-header-actions .deniz-btn {
    display: inline-flex;
}

.deniz-btn {
    background: none;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .deniz-btn:hover, .deniz-btn:focus {
        background: rgba(255, 255, 255, 0.1);
        outline: 2px solid rgba(255, 255, 255, 0.3);
        outline-offset: 2px;
    }

.deniz-btn-primary {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.deniz-btn-secondary {
    background: #d32f2f;
    border: 1px solid #b71c1c;
}

    .deniz-btn-secondary:hover, .deniz-btn-secondary:focus {
        background: #b71c1c;
    }

.deniz-menu-toggle {
    background: none;
    border: none;
    color: white;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .deniz-menu-toggle:hover, .deniz-menu-toggle:focus {
        background: rgba(255, 255, 255, 0);
        outline: 2px solid rgba(255, 255, 255, 100);
        outline-offset: 2px;
    }

.deniz-hamburger {
    width: 24px;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

    .deniz-hamburger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: white;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.3s ease-in-out;
    }

        .deniz-hamburger span:nth-child(1) {
            top: 0px;
        }

        .deniz-hamburger span:nth-child(2) {
            top: 8px;
        }

        .deniz-hamburger span:nth-child(3) {
            top: 16px;
        }

.deniz-menu-toggle.deniz-active .deniz-hamburger span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
}

.deniz-menu-toggle.deniz-active .deniz-hamburger span:nth-child(2) {
    opacity: 0;
}

.deniz-menu-toggle.deniz-active .deniz-hamburger span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
}

/* Utility Bar */
.deniz-utility-bar {
    background: rgba(255, 255, 255, 0);
    padding: 12px 20px;
    display: none;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.deniz-search-container {
    position: relative;
    flex-grow: 1;
    max-width: 300px;
}

.deniz-search-input {
    width: 90%;
    padding: 10px 16px 10px 40px;
    border: none;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    transition: all 0.3s ease;
}

    .deniz-search-input:focus {
        outline: 2px solid white;
        outline-offset: 2px;
        background: white;
    }

.deniz-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
}

.deniz-utility-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.deniz-utility-btn {
    background: none;
    border: none;
    color: white;
    padding: 3px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .deniz-utility-btn:hover, .deniz-utility-btn:focus {
        background: rgba(255, 255, 255, 0.1);
        outline: 2px solid rgba(255, 255, 255, 0.3);
        outline-offset: 2px;
    }

/* Dropdown Menus */
.deniz-dropdown {
    position: relative;
    display: inline-block;
}

.deniz-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.deniz-dropdown.deniz-active .deniz-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.deniz-dropdown-item {
    display: block ruby;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}

    .deniz-dropdown-item:last-child {
        border-bottom: none;
    }

    .deniz-dropdown-item:hover, .deniz-dropdown-item:focus {
        background-color: #f5f5f5;
        outline: 2px solid #0184d4;
        outline-offset: -2px;
    }

.deniz-flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

/* Mobile Menu - Sağdan sola açılım */
.deniz-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
}

    .deniz-mobile-menu.deniz-active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

.deniz-mobile-menu-header {
    background: linear-gradient(135deg, #0184d4 0%, #357abd 100%);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deniz-mobile-menu-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .deniz-mobile-menu-close:hover, .deniz-mobile-menu-close:focus {
        background: rgba(255, 255, 255, 0.1);
        outline: 2px solid rgba(255, 255, 255, 0.3);
        outline-offset: 2px;
    }

.deniz-mobile-menu-content {
    padding: 20px;
}

/* Header Buttons Section - Menüde gösterilecek */
.deniz-menu-header-buttons {
    background: #0184d4;
    padding: 16px 20px;
    margin: -20px -20px 24px -20px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 36px;
}

.deniz-menu-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
}

    .deniz-menu-header-btn:hover, .deniz-menu-header-btn:focus {
        outline: 2px solid rgb(255 255 255);
        outline-offset: 2px;
        transform: translateY(-2px);
    }

.deniz-menu-btn-primary {
    background: rgb(255 255 255 / 0%);
    border: 2px solid rgb(255 255 255);
}

    .deniz-menu-btn-primary:hover, .deniz-menu-btn-primary:focus {
        background: rgb(255 255 255 / 0%);
        border-color: rgb(255 255 255);
    }

.deniz-menu-btn-secondary {
    background: #d32f2f;
    border: 2px solid #b71c1c;
}

    .deniz-menu-btn-secondary:hover, .deniz-menu-btn-secondary:focus {
        background: #b71c1c;
        border-color: #9a0000;
    }

.deniz-menu-section {
    margin-bottom: 24px;
}

.deniz-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    background-color: white;
}

.deniz-menu-item-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
}

.deniz-menu-item:hover, .deniz-menu-item:focus {
    color: #d3302f;
    outline: 2px solid #0184d4;
    outline-offset: 2px;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.deniz-menu-item.deniz-has-dropdown {
    cursor: pointer;
}

.deniz-menu-item.deniz-active {
    color: #0184d4;
}

.deniz-menu-item .deniz-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
}

.deniz-menu-item.deniz-active .deniz-icon {
    transform: rotate(90deg);
}

.deniz-external-link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    color: #d3302f;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .deniz-external-link-btn:hover, .deniz-external-link-btn:focus {
        background: rgba(74, 144, 226, 0.1);
        color: #0184d4;
        outline: 2px solid #0184d4;
        outline-offset: 2px;
    }

.deniz-submenu {
    display: none;
    padding-left: 16px;
    margin-top: 8px;
    border-left: 2px solid #e0e0e0;
}

    .deniz-submenu.deniz-active {
        display: block;
    }

.deniz-sub-submenu {
    display: none;
    padding-left: 32px;
    margin-top: 8px;
    border-left: 2px solid #e0e0e0;
}

    .deniz-sub-submenu.deniz-active {
        display: block;
    }

.deniz-sub-submenu-item {
    display: block;
    padding: 10px 16px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 4px;
}

    .deniz-sub-submenu-item:hover, .deniz-sub-submenu-item:focus {
        background-color: #f0f8ff;
        color: #0184d4;
        outline: 2px solid #0184d4;
        outline-offset: 2px;
    }

.deniz-submenu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 4px;
    width: 100%;
}

    .deniz-submenu-item:hover, .deniz-submenu-item:focus {
        background-color: #f5f5f5;
        color: #0184d4;
        outline: 2px solid #0184d4;
        outline-offset: 2px;
    }

    .deniz-submenu-item.deniz-has-dropdown {
        cursor: pointer;
    }

    .deniz-submenu-item.deniz-active {
        color: #0184d4;
    }

    .deniz-submenu-item .deniz-icon {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
        margin-left: auto;
    }

    .deniz-submenu-item.deniz-active .deniz-icon {
        transform: rotate(90deg);
    }

.deniz-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #0184d4;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .deniz-header-actions .deniz-btn {
        font-size: 12px;
        padding: 6px 10px;
    }

    .deniz-utility-bar {
        gap: 12px;
        align-items: stretch;
    }

    .deniz-search-container {
        max-width: none;
    }

    .deniz-utility-actions {
        justify-content: center;
    }

    .deniz-mobile-menu {
        width: 100%;
    }

    .deniz-menu-header-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .deniz-menu-header-btn {
        flex: none;
        font-size: 14px;
        padding: 12px 16px;
    }
}

@media (min-width: 769px) {
    .deniz-mobile-menu {
        width: 100%;
    }

    .footerrow {
        flex-flow: wrap;
    }

        .footerrow.mobile {
            flex-flow: wrap;
        }

    .deniz-menu-header-btn {
        font-size: 15px;
        white-space: nowrap;
    }
}

/* Screen Reader Only */
.deniz-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus Management */
.deniz-focus-trap {
    position: fixed;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* Menu Backdrop */
.deniz-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .deniz-menu-backdrop.deniz-active {
        opacity: 1;
        visibility: visible;
    }

.deniz-logocontent {
    max-width: 229px;
    height: auto;
}

.webm-language-selector {
    position: relative;
    display: inline-block;
    max-width: none;
    background-color: #00000021;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.webm-language-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: rgb(0 0 0 / 50%);
    border: 0px solid #fff;
    border-radius: 100px;
    cursor: pointer;
    min-width: auto;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s ease;
    outline: none;
}

    .webm-language-toggle:hover {
        border-color: #ffffff80;
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
    }

    .webm-language-toggle:focus {
        border-color: #ffff;
        box-shadow: 0 0 0 1px #ffffff;
        outline: 1px solid transparent;
        outline-offset: 2px;
    }

    .webm-language-toggle:hover .webm-globe-icon {
        color: #ffffff80;
    }

    .webm-language-toggle:focus .webm-globe-icon {
        color: #fff;
    }

.webm-current-language {
    display: flex;
    align-items: center;
    gap: 6px;
}

.webm-globe-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    flex-shrink: 0;
}

.webm-deniz-flag-icon {
    min-width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}

.webm-dropdown-arrow {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: transform 0.2s ease;
    fill: #fff;
}

.webm-language-toggle[aria-expanded="true"] .webm-dropdown-arrow {
    transform: rotate(180deg);
}

.webm-deniz-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 2px solid #e0e0e0;
    border-top: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    transition: all 0.2s ease;
}

    .webm-deniz-dropdown-menu.open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

.webm-deniz-dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.15s ease;
    outline: none;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
}

    .webm-deniz-dropdown-item:hover {
        background-color: #f8f9fa;
    }

    .webm-deniz-dropdown-item:focus {
        background-color: #e3f2fd;
        outline: 2px solid #007bff;
        outline-offset: -2px;
    }

    .webm-deniz-dropdown-item:active {
        background-color: #bbdefb;
    }

    .webm-deniz-dropdown-item.current {
        background-color: #e3f2fd;
        font-weight: 600;
    }

/* Responsive Design */
@media (max-width: 480px) {
    .slide-nav {
        padding-bottom: 2vh;
        max-width: 100%;
        overflow: hidden;
    }

    .w-slider-dot {
        flex-shrink: 0;
        flex-grow: 0;
    }

    .heroslidercontent {
        height: auto !important;
        padding: 1em !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }


    .promoimage {
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        margin-top: 1rem;
    }

    .webm-deniz-dropdown-menu {
        min-width: 100px;
    }
}

.footerrow {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
}

    .footerrow.mobile {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

.popclose {
    z-index: 1000;
}

.headerlangtoggle:focus {
    box-shadow: 0 0 0 3px #0086D4 !important;
    background-color: rgba(0, 134, 212, 0.05) !important;
    border-radius: 6px !important;
    outline: none !important;
}

.headerlanglist .headerlangdropdownfirst:focus {
    outline: 2px solid #0086D4 !important;
    outline-offset: 2px !important;
    border-radius: 4px !important;
    background-color: rgba(0, 134, 212, 0.08) !important;
}

.footerlist {
    list-style: none !important;
    padding-left: 0px !important;
}

.awards {
    border-radius: 0px !important;
}

.alert-pop-text {
    color: #555555 !important;
    font-size: 0.9rem !important;
    padding: 3rem !important;
    text-align: left !important;
}

.stickynavlinks {
    background-color: rgb(0 0 0 / 59%) !important;
}

.popclose {
    background-image: url(../images/ei_close1.svg) !important;
    background-color: #ffffff00 !important;
}

.homepagepop {
    justify-content: space-evenly !important;
}

.sectiontwocontent1 {
    margin-top: 0rem !important;
}

.button.whiteline.space {
    border-color: #0184d4 !important;
    background-image: none !important;
    background-color: #017AC4 !important;
    color: #FCFEFE !important;
}

    .button.whiteline.space:hover {
        border-color: #006fb3 !important;
        background-color: #006fb3 !important;
        background-image: none !important;
    }

.button.bluecolor {
    background-image: none !important;
    color: #0184d4 !important;
    background-color: #ffffff !important;
    border-color: #017BC6 !important;
}

    .button.bluecolor:hover {
        border-color: #006fb3 !important;
        background-color: #f0f0f1 !important;
        background-image: none !important;
        color: #006fb3 !important;
    }

.title-text {
    color: #ffffff !important;
}

.stickynavhelp {
    display: none !important;
}

.logocontent {
    z-index: 1000;
}

.grecaptcha-badge {
    width: 75px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    right: -2px !important;
    /* Sol yerine sa� tarafa yerle�tirilmi� */
    bottom: 10px !important;
    /* Alt tarafta 10px mesafe */
    z-index: 999;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }

.grecaptcha-badge {
    opacity: 1 !important;
}

.dropdown-menu {
    font-size: 1em !important;
    padding-left: 15px !important;
}

.appareawrapper {
    display: none;
}

.menu-links {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}

.dropdown-wrp {
    position: relative !important;
    margin-right: 5px !important;
    margin-left: -5px !important;
    vertical-align: middle !important;
    font-size: 1em !important;
    cursor: pointer !important;
    padding-top: 20px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    display: block;
    background: url(../images/date_1.svg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.heading-4 {
    font-weight: 300 !important;
    font-size: 1.3em !important;
}

    .heading-4.inner-head {
        margin-bottom: 10px !important;
    }

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 20;
}

input::-webkit-datetime-edit {
    position: relative;
    left: 15px;
}

input::-webkit-datetime-edit-fields-wrapper {
    position: relative;
    left: 15px;
}

.head-2 {
    font-weight: 300 !important;
}

.newsletter-learn-more {
    font-size: 0.7em;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 17% 0 19.5%;
}

.head-1 {
    font-weight: 300 !important;
    padding-top: 20px !important;
    text-align: left !important;
}

.sub-head {
    color: #fff !important;
}

.sectiontwocontent1 {
    border-width: 0.5px !important;
    border-color: #0185d4 !important;
}

.text-field {
    border: 0.5px solid #e5e5e5 !important;
}

.sectiontwocontent2 {
    border-width: 0.5px !important;
    border-color: #ce163a !important;
}

.toplink {
    border-width: 0.5px !important;
    background-size: 80% !important;
}

.heading {
    line-height: 1.2;
}

.text-block-196 {
    line-height: 1.5em !important;
}

.offercontent {
    border-width: 0.5px !important;
}

.footer {
    border-width: 0.5px !important;
}

.footerbottom {
    border-width: 0.5px !important;
}

.text-field {
    border-width: 0.5px !important;
}

.campaigncta {
    border-width: 0.5px !important;
}

.button {
    border-width: 0.5px !important;
    border-radius: 4px !important;
}

.div-block-465 {
    width: 70%;
    padding-left: 25px !important;
}

.mailbutton {
    background-image: url(../images/ico-2-.svg) !important;
}

.div-block-379 {
    border-color: #cfcfcf !important;
    background-color: #fff !important;
    border-width: 0.5px !important;
}

.text-block-2 {
    margin-top: 10px;
    color: #fff;
    font-size: 0.6em;
    line-height: 1.3em;
    text-align: center;
    font-weight: 400;
}

.sectionthree {
    margin-top: 40px !important;
}

.menu-link {
    margin-bottom: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.text-block-2 {
    margin-top: 10px;
    color: #fff;
    font-size: 0.6em;
    font-weight: 400;
}

.div-block-465 {
    margin-top: 30px !important;
    padding-left: 0 !important;
}

.inlinelink {
    margin-left: 3px;
}

.div-block-379 {
    width: 100% !important;
    min-width: 200px;
}

.text-block-156 {
    width: 100%;
    padding-bottom: 20px;
}

.stayinform-text {
    font-size: 0.8em;
    font-weight: 400;
}

.sociallinkedin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    background-image: url(../images/linkedin-blue.svg);
    background-position: 0 -1px;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 1;
    color: #222;
    font-size: 0.8em;
    text-decoration: none;
}

.footerlinkswrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link {
    text-transform: math-auto !important;
}

.mobile-link {
    display: none;
}

.firstseccontent {
    font-size: 0.9em !important;
}

.langflagico.worldtype {
    width: 25px !important;
    height: auto !important;
}

.accessibilitywrapper.on {
    background-color: #0184d400 !important;
}

    .accessibilitywrapper.on:hover {
        background-color: #0184d4 !important;
    }

.accessibility02 {
    color: #000 !important;
    width: auto !important;
}

.accessibility03 {
    color: #000 !important;
    width: auto !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgb(0 67 151 / 35%);
    background-color: #f0f0f0;
}

.image-21 {
    width: 200px !important;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #0184d4;
}

::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 4px rgb(0 67 151 / 35%);
    background-color: #0184d4;
    border: 1px solid transparent;
    background-clip: content-box;
}

body::-webkit-scrollbar-thumb {
    background-color: #0184d4;
}

.text-block-157 {
    text-align: center !important;
}

.w-form-done {
    display: none;
    padding: 20px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border: 0.5px solid !important;
    color: #cf163a !important;
    border-radius: 5px !important;
    border-color: #cf163a !important;
    background-color: #0185d400 !important;
}

.top-header-area {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right;
    width: 100%;
    min-height: 500px;
}

.left-arrow-2 {
    display: none !important;
}

.right-arrow-2 {
    display: none !important;
}

.droplink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.div-block-414 {
    font-weight: 300 !important;
}

top-header-area {
    background-size: cover !important;
    background-position: right;
    background-repeat: no-repeat !important;
}

.helpwrapper {
    bottom: 5px !important;
}

.img-logos {
    max-width: 40%;
    vertical-align: middle;
    display: inline-block;
}

@media screen and (min-width: 1280px) {

    .menubar {
        gap: 0.5rem !important;
    }

    .dropdownwrapper {
        max-width: 1100px;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }

    .firstseclist {
        top: 64px !important;
    }
}

@media screen and (max-width: 1280px) {

    .navigationwrapper-2 {
        margin-left: 241px !important;
    }

    .menuitem > button {
        font-size: 0.9rem !important;
    }

    .promote {
        width: 100px !important;
    }

    .sliderheading {
        font-size: 2em !important;
    }

    .promoimage {
        width: 100px !important;
        height: 100px !important;
    }

    .slidebtnarea {
        margin-top: 20px !important;
    }

    .slide-nav {
        left: 9% !important;
        width: auto !important;
    }

    .logocontent {
        width: 80% !important;
    }

    .dropdown-wrp {
        font-size: 0.9em !important;
    }

    .headernavmenuwrapper {
        padding-right: 30% !important;
    }

    .opennewaccount {
        font-size: 0.8em !important;
    }

    .heroslidercontent {
        padding-left: 5% !important;
    }
}

@media screen and (max-width: 991px) {
    .sliderheading {
        text-shadow: none !important;
    }

    .sliderdesc {
        text-shadow: none !important;
    }

    .w--nav-dropdown-toggle-open
    .headernavmenuwrapper {
        background: #ffffff00;
        width: 100%;
    }

    .headerbottomcontent {
        display: none;
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        background-color: #ffffff00;
    }

    .headernavmenuwrapper {
        display: none;
    }

    .stickynavlinks {
        left: 0% !important;
        top: auto !important;
        right: 0% !important;
        bottom: 0% !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 90% !important;
        height: 90px !important;
        margin: auto 10% 0px 5% !important;
        padding: 0px !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        border-style: solid !important;
        border-width: 0.5px !important;
        border-color: #d6d6d6 !important;
        border-radius: 6px 6px 0px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 30px 50px 0 rgb(0 0 0 / 34%) !important;
    }

    .left-arrow-2 {
        display: block !important;
    }

    .right-arrow-2 {
        display: block !important;
    }

    .slide-nav {
        display: block;
        font-size: 0.3em !important;
        opacity: 0.5 !important;
        justify-content: center;
        left: 0% !important;
        margin-bottom: 2rem !important;
    }

    .campaigncta {
        border-color: #0486d4 !important;
        color: #0486d4 !important;
    }

    .headernavmenuwrapper {
        padding-right: 0px !important;
    }

    .stickynavlinks {
        background-color: white !important;
    }

    .headermenuwrapper {
        position: sticky !important;
        min-height: 60px !important;
        padding-top: 0px !important;
        background-color: #0185d4 !important;
    }

    .stickynavhelp {
        height: 80px !important;
    }

    .slidebtnarea {
        margin-bottom: auto !important;
    }

    .promote {
        margin-bottom: -30px !important;
    }

    .dropdownwrapper {
        width: 100% !important;
    }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
        width: 15px !important;
        height: 15px !important;
        min-width: 15px !important;
        min-height: 15px !important;
    }

    .img-logos {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }

    .div-block-414 {
        font-weight: 400 !important;
        font-size: 1.2em !important;
    }

    .head-1 {
        font-weight: 400 !important;
    }

    .div-block-462 {
        padding-top: 20px !important;
        margin-top: 10px !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-top: 0.5px solid #d6d6d6 !important;
    }

    .text-block-210 {
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
        border-bottom: 0.5px solid #d6d6d6 !important;
        text-align: left !important;
    }

    .text-block-2111 {
        line-height: 1.6 !important;
        font-size: 0.8em !important;
        padding-bottom: 1em !important;
    }

    .nav-link {
        height: auto !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .mobilesearcharea {
        background-size: 18px !important;
    }

    .headerchevron.smallsize {
        display: none !important;
    }

    .langflagico.worldtype {
        width: 26px !important;
        margin-left: 6px !important;
    }

    .headerlangflag {
        margin-right: 0.2em !important;
    }

        .headerlangflag.world {
            margin-right: 0 !important;
        }

    .inlinelink {
        font-size: 1em !important;
    }

    .text-block-156 {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding-left: 1% !important;
    }

    .text-block-158 {
        text-align: left !important;
    }

    .heading-4 {
        font-size: 1em !important;
    }

    .div-block-414 {
        border-radius: 6px !important;
    }

    .head-1 {
        justify-content: left !important;
        flex-direction: row !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .heading {
        text-align: left !important;
        width: 100% !important;
    }

    .sliderheading {
        margin-top: 2rem !important;
    }

    .sliderdesc {
        display: block !important;
        padding-top: 10px !important;
        margin-bottom: auto !important;
    }

    .heroslidercontent {
        height: 275px !important;
        bottom: -159px !important;
    }

    .top-header-area {
        background-image: var(--mid-image) !important;
    }

    .image-52 {
        margin-right: auto !important;
        width: 50px !important;
        height: 50px !important;
    }

    .image-54 {
        background-color: #f5f5f5 !important;
        padding: 5.5rem !important;
        border-color: #f5f5f5 !important;
        width: 100% !important;
    }

    .toggle-text {
        font-size: 14px !important;
        line-height: 1.4em !important;
        text-align: left !important;
        width: 90% !important;
        font-weight: 400 !important;
        margin-left: 1% !important;
    }

    .icon-1 {
        display: none !important;
    }

    .image-45 {
        width: 43px !important;
    }

    .head-1 {
        padding-top: 0 !important;
    }

    .sliderdesc {
        width: 100% !important;
    }

    .header {
        z-index: 999 !important;
    }

    .headernavmenuwrapper.mobile {
        height: 100vh !important;
        font-size: 1em !important;
        max-height: 100vh !important;
        overflow: scroll !important;
        font-family: "Open Sans", sans-serif !important;
        padding-bottom: 150px !important;
    }

    .newsletter-learn-more {
        text-align: center !important;
    }

    .mobile-link {
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 55px;
        height: 55px;
        margin-right: 10%;
        padding-right: 0;
        padding-bottom: 0;
        background-image: url(../images/out-0.svg);
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .heading-6 {
        text-align: left !important;
    }

    .div-block-459 {
        -webkit-box-align: left !important;
        -webkit-align-items: left !important;
        -ms-flex-align: left !important;
        align-items: left !important;
    }

    .text-block-210 {
        text-align: left !important;
    }

    .text-block-211 {
        text-align: left !important;
    }

    .div-block-462 {
        justify-content: left !important;
    }

    .div-block-454 {
        width: 100% !important;
    }

    .text-block-211 {
        line-height: 3.2 !important;
    }

    .heading-4-2 {
        font-size: 1em !important;
    }

    .sub-head {
        width: 98% !important;
        text-align: left !important;
    }

    .accessibilitywrapper.mobile.on {
        background-color: #5550 !important;
    }

    .top-header-area {
        min-height: 500px !important;
    }

    .link-block {
        padding-top: 5px !important;
        width: 25% !important;
    }

    .sticky-ico._01:hover {
        width: 35px !important;
        height: 35px !important;
        min-height: 35px !important;
        min-width: 35px !important;
    }

    .text-block-2 {
        color: #555;
        margin-top: 4px !important;
        font-size: 0.7em !important;
        min-height: 25px !important;
    }

    .links {
        padding-left: 0 !important;
        padding-right: 100px !important;
        width: 100% !important;
        text-align: left !important;
    }

    .sectiontwocontent1 {
        margin-top: 2rem !important;
    }

    .sectiontwowrapper {
        -webkit-flex-direction: column-reverse !important;
    }
}

@media screen and (max-width: 479px) {
    .alert-pop-text {
        color: #555555 !important;
        font-size: 0.9rem !important;
        padding-top: 2rem !important;
    }

    .sectiontwocontent1 {
        margin-top: 2rem !important;
    }

    .sectiontwowrapper {
        -webkit-flex-direction: column-reverse !important;
    }

    .appbutton {
        height: auto;
        padding: 10px;
        border-radius: 5px;
        background-color: #ce163a;
        font-size: 1.1em;
    }

    .text-span-18 {
        font-size: 1.2em;
        font-weight: 500;
    }

    .apptext {
        margin-right: auto;
        margin-left: 0.5rem;
        font-size: 1em;
    }

    .appimage {
        width: auto;
        height: 70%;
        max-width: none;
        margin-left: 0;
        border-radius: 10px;
    }

    .appareaclose {
        width: 40px;
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        padding-right: 0;
        padding-bottom: 0;
        background-image: url(/images/CloseCookie.svg);
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .appareawrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 80px;
        padding: 0.5rem 1rem 0.5rem 0.5rem;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        font-size: 0.7em;
        line-height: 1.2;
        z-index: 1000;
    }

    .text-block-2 {
        color: #555;
        font-size: 0.5em;
    }

    .text-block-2 {
        margin-top: 2px;
        height: 20px;
    }

    .stickynavlinks {
        height: 80px;
    }

    .slide-nav {
        margin-bottom: 2rem !important;
    }
}

@media screen and (max-width: 768px) {
    .sliderheading {
        font-size: 1.5em !important;
    }

    .footerlink.dp {
        display: none !important;
    }

    .appareawrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 80px;
        padding: 1rem;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
        background-image: linear-gradient(180deg, #fff, #e5e5e5);
    }

    .appareaclose {
        width: 40px;
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        padding-right: 0;
        padding-bottom: 0;
        background-image: url(/images/CloseCookie.svg);
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .appimage {
        height: 100%;
        max-width: none;
        margin-left: 0;
        border-radius: 10px;
    }

    .apptext {
        margin-left: 1rem;
        font-size: 0.7em;
        line-height: 1.2;
    }

    .text-span-18 {
        font-size: 1.4em;
        font-weight: 500;
    }

    .appbutton {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-left: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 6px;
        background-color: #ce163a;
        font-size: 0.8em;
    }

    .head-1 {
        padding-top: 1rem !important;
    }

    .text-span-18 {
        font-size: 1.2em;
        font-weight: 500;
    }

    .heroslidercontent {
        height: 275px !important;
        bottom: -159px !important;
    }

    .top-header-area {
        background-image: var(--mobile-image) !important;
    }

    .links {
        padding-left: 0 !important;
        padding-right: 100px !important;
        width: 100% !important;
        text-align: left;
    }

    .slide-nav {
        display: block;
        font-size: 0.3em !important;
        opacity: 0.5 !important;
        justify-content: center;
        left: 0% !important;
        margin-bottom: 6em !important;
    }
}

@media screen and (min-width: 1440px) {
    .navigationwrapper-2 {
        margin-left: 291px !important;
    }

    .dropdownwrapper {
        max-width: 1300px;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }

    .link-block-5:hover {
        background-color: #0185d4 !important;
    }

    .text-block-158 {
        width: 40%;
        color: #fff;
        font-size: 1.2em;
        line-height: 1.5;
        font-weight: 300;
    }

    .top-header-area {
        min-height: 600px !important;
    }
}


@media screen and (max-width: 991px) {

     #acsbTrigger,   .acsb-trigger {
        left: 10px !important;   /* mobile.triggerOffsetX */
        bottom: 6rem !important; /* mobile.triggerOffsetY */
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

     .trigger-button{
     bottom: 6rem !important; 
      }

    .grecaptcha-badge {
        width: 75px !important;
        overflow: hidden !important;
        transform: scale(0.8) !important;
        transition: all 0.3s ease !important;
        opacity: 1 !important;
        right: -5px !important;
        bottom: 6rem!important;
    }

}

@media screen and (max-width: 1280px) {

    .agnm-menuitem > button {
        font-size: 0.9rem;
        padding: 0 0.1rem;
    }

    .agnm-submenu li button, .agnm-sub-submenu li button {
        font-size: 0.9em;
    }

    .agnm-submenu button, .agnm-sub-submenu button {
        padding: 0.4rem 0.6rem;
    }

    .grecaptcha-badge {
        position: fixed;
        right: 1vw;
        bottom: 1vh;
        transform: scale(0.8);
        z-index: 1000;
    }
}

@media screen and (max-width: 1440px) {
    .agnm-menuitem > button {
        font-size: 0.9rem;
        padding: 0 0.1rem;
    }

    .agnm-submenu li button, .agnm-sub-submenu li button {
        font-size: 0.9em !important;
    }

    .agnm-submenu button, .agnm-sub-submenu button {
        padding: 0.4rem 0.6rem;
    }

    .headernavmenuwrapper {
        padding-right: 32% !important;
    }
}

@media (min-width: 991px) {
    .awards {
        margin-top: -25px !important;
    }
}

.dock {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #00000096;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    padding: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dock-item {
    position: relative;
    width: 75px;
    height: 75px;
    transition: transform 0.2s;
}

    .dock-item:hover {
        transform: scale(1.5) translateY(-10px);
    }


.dock-button {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 500px;
    overflow: hidden;
    transition: all 0.2s;
}


    .dock-button:focus {
        outline: 3px solid #63b3ed;
        outline-offset: 2px;
    }


    .dock-button img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }


.tooltip {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.6rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 10;
}


    .tooltip.active {
        opacity: 1;
    }

@media (max-width: 991px) {
    .dock {
        position: fixed;
        bottom: 5rem;
    }
}

@media (prefers-contrast: high) {
    .dock-button:focus {
        outline-width: 4px;
    }

    .dock {
        background: rgba(0, 0, 0, 0.9);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dock-item,
    .dock-button,
    .tooltip {
        transition: none;
    }

        .dock-item:hover {
            transform: scale(1.2);
        }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
