@import url('https://fonts.cdnfonts.com/css/euclid-circular-b');

* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    font-family: "Euclid Circular B" !important
}

.color-white {
    color: #0e43b4 !important;
}

html {
    font-size: 15px;
    height: 100%;
    scroll-behavior: smooth
}

body {
    font-family: "Euclid Circular B" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    background-color: #f6f6f6
}

.container {
    width: 1250px;
    height: auto;
    margin: 0 auto
}

.top-bar {
    width: 100%;
    height: 65px;
    background-color: #0a2540;
    -webkit-box-shadow: 0 2px 5px rgba(207, 207, 207, .8);
    box-shadow: 0 2px 5px rgba(207, 207, 207, .8)
}

@media (max-width:1175px) {
    .top-bar .container {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .top-bar .container .left a {
        font-size: 13px !important
    }

    .top-bar .container .right {
        display: none !important
    }
}

.top-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.top-bar .container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-bar .container .left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.top-bar .container .left a svg {
    margin-right: 5px
}

.top-bar .container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-bar .container .right .currency-switch {
    width: 72px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 3px #0a2540;
    box-shadow: 0 0 0 3px #0a2540
}

.top-bar .container .right .currency-switch.checked span:first-child {
    background-color: #f3f3f3;
    color: #0a2540
}

.top-bar .container .right .currency-switch.checked span+span {
    background-color: #0a2540;
    color: #fff
}

.top-bar .container .right .currency-switch span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0a2540
}

.top-bar .container .right .currency-switch span.active {
    background-color: #0a2540;
    color: #fff
}

.top-bar .container .right .lang {
    position: relative;
    padding-bottom: 0
}

.top-bar .container .right .lang:hover .lang-a {
    background: #0a3a6b
}

.top-bar .container .right .lang:hover .lang-drop {
    opacity: 1;
    pointer-events: all
}

.top-bar .container .right .lang .lang-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    margin-left: 20px;
    padding: 0 5px;
    border-radius: 3px;
    height: 38px
}

.top-bar .container .right .lang .lang-a:hover {
    background: #0a3a6b
}

.top-bar .container .right .lang .lang-a svg {
    margin-right: 5px
}

.top-bar .container .right .lang .lang-a .fa-chevron-down {
    margin-left: 5px
}

.top-bar .container .right .lang .lang-drop {
    position: absolute;
    top: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #fff;
    margin-top: 0;
    width: 117px;
    -webkit-transition: .2s all;
    transition: .2s all;
    padding: 5px 10px;
    opacity: 0;
    pointer-events: none;
    z-index: 999
}

.top-bar .container .right .lang .lang-drop a {
    background: 0 0;
    padding: 0 5px;
    color: #0a2540;
    font-size: 12px;
    margin: 0
}

.top-bar .container .right .lang .lang-drop a:hover {
    background: #eee
}

.top-bar .container .right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    height: 38px;
    border-radius: 3px;
    padding: 0 5px
}

.top-bar .container .right a:hover {
    background: #0a3a6b
}

.top-bar .container .right a svg {
    margin-right: 5px
}

.top-bar .container .right a:last-child {
    background-color: #0a3a6b;
    height: 38px;
    border-radius: 5px;
    padding: 0 12px
}

header {
    width: 100%;
    height: 102px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16)
}

@media (max-width:1175px) {
    header .container {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    header .container .burger {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    header .container .logo a img {
        max-width: 150px !important
    }

    header .container nav {
        display: none
    }

    header .container .basket {
        margin-left: auto;
        margin-right: 10px
    }

    header .container .basket a {
        font-size: 0 !important;
        width: auto !important;
        padding: 0 5px
    }

    header .container .basket a span {
        font-size: 13px
    }
}

header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .container .burger {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    outline: 0;
    height: 40px;
    width: 40px;
    background-color: #0a2540;
    border: 0;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    z-index: 9999;
    border-radius: 5px;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .container .burger span {
    width: 25px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 3px;
    margin-top: 3px
}

header .container .burger:after,
header .container .burger:before {
    content: '';
    width: 25px;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    will-change: transform
}

header .container .burger:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

header .container .burger:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

header .container .active.burger span {
    display: none
}

header .container .active.burger:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

header .container .active.burger:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

header .container nav {
    margin-left: 100px
}

header .container nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .container nav>ul>li {
    position: relative;
    min-width: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
    padding-bottom: 30px;
    margin-top: 30px
}

header .container nav>ul>li:hover a {
    color: #0a2540
}

header .container nav>ul>li:hover .mega-dropdown {
    opacity: 1;
    pointer-events: all
}

header .container nav>ul>li .badge {
    padding: 0 4px;
    height: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 100%;
    left: 0;
    -webkit-animation: blink .5s infinite alternate;
    animation: blink .5s infinite alternate
}

@-webkit-keyframes blink {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

header .container nav>ul>li .badge.pink {
    background-color: #b33fad
}

header .container nav>ul>li .badge.orange {
    background-color: #dfb133
}

header .container nav>ul>li .badge.green {
    background-color: #3bbb61
}

header .container nav>ul>li .badge.red {
    background-color: #ce3744
}

header .container nav>ul>li .badge.black {
    background-color: #000000   
}

header .container nav>ul>li>a {
    color: #0a2540;
    font-weight: 600
}

header .container nav>ul>li>a .fa-chevron-down {
    margin-left: 5px
}

header .container .basket {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px
}

header .container .basket:hover .basket-box {
    opacity: 1;
    pointer-events: all
}

header .container .basket a {
    width: 117px;
    height: 38px;
    border-radius: 5px;
    background-color: #0a2540;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px
}

header .container .basket a svg {
    margin-right: 5px
}

header .container .basket a span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #0a2540;
    border-radius: 50%;
    margin-left: 4px;
    font-weight: bolder
}

.company-logos {
    width: 100%;
    height: 103px;
    background-color: #0a2540
}

.company-logos .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 103px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.company-logos .container .logo-item {
    margin: 5px 0;
    width: 148px;
    height: 69px;
    border-radius: 10px;
    background-color: #0a2540;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px
}

.company-logos .container .logo-item img {
    max-width: 90%;
    height: auto;
    max-height: 90%
}

.newsletter {
    width: 100%;
    background-color: #f3f3f3;
    padding: 15px 0
}

.newsletter .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1175px) {
    .newsletter .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.newsletter .container span {
    font-size: 24px;
    color: #0a2540;
    margin-right: 20px
}

@media (max-width:1175px) {
    .newsletter .container span {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.newsletter .container .input-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    border-radius: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media (max-width:1175px) {
    .newsletter .container .input-area {
        width: 100%
    }
}

.newsletter .container .input-area input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: none;
    border: none;
    background: 0 0;
    text-indent: 20px;
    font-size: 18px;
    color: #9b9b9b
}

@media (max-width:1175px) {
    .newsletter .container .input-area input {
        font-size: 14px
    }
}

.newsletter .container .input-area button {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background: #0a2540;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border: none;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

@media (max-width:1175px) {
    .newsletter .container .input-area button {
        width: 120px;
        font-size: 14px
    }
}

.newsletter .container .input-area button:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

footer {
    background: #0a2540;
    width: 100%;
    padding: 24px 0
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:1175px) {
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .container .footer-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
    color: #fff
}

@media (max-width:1175px) {
    footer .container .footer-col:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@media (max-width:1175px) {
    footer .container .footer-col {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }
}

footer .container .footer-col img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

footer .container .footer-col p {
    text-align: center;
    margin: 20px 0
}

footer .container .footer-col .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .container .footer-col .socials a {
    font-size: 26px;
    margin: 0 10px;
    color: #fff
}

footer .container .footer-col .title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 0 10px
}

footer .container .footer-col .links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    border-radius: 3px;
    color: #fff;
    padding: 0 10px
}

footer .container .footer-col .links a:nth-child(odd) {
    background: rgba(199, 199, 199, .06)
}

footer .container .footer-col .links a:hover {
    background: #0a3a6b
}

footer .container .footer-col .links a .fa-chevron-right {
    margin-right: 7px
}

footer .container .footer-col:last-child {
    margin-right: 0
}

.footer-bottom {
    width: 100%;
    padding: 20px 0;
    background: #fff
}

.footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1175px) {
    .footer-bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.footer-bottom .container p {
    color: #0a2540;
    font-size: 18px
}

@media (max-width:1175px) {
    .footer-bottom .container p {
        margin-bottom: 10px;
        font-size: 15px
    }
}

main {
    padding: 30px 0
}

main.mt-top {
    margin-top: -80px
}

.login-page {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.login-page .login-box {
    width: 540px
}

.login-page .login-box .buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.login-page .login-box .buttons a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 64px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
    color: #989898;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s all;
    transition: .2s all;
    font-weight: 600
}

.login-page .login-box .buttons a.active {
    background: #fff
}

.login-page .login-box .buttons a:hover {
    background: #fff
}

.login-page .login-box .buttons a:first-child {
    margin-right: 10px
}

.login-page .login-box .content {
    background: #fff;
    width: 100%;
    padding: 40px 80px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16)
}

@media (max-width:1075px) {
    .login-page .login-box .content {
        padding: 40px 20px
    }
}

.login-page .login-box .content .input {
    position: relative;
    margin-bottom: 20px
}

.login-page .login-box .content .input .phone {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 600
}

.login-page .login-box .content .input .phone img {
    margin-right: 4px
}

.login-page .login-box .content .input small {
    text-align: center;
    color: #aeaeae;
    font-size: 12px
}

.login-page .login-box .content .input span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
}

.login-page .login-box .content .input input {
    width: 100%;
    height: 60px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    text-indent: 15px;
    font-size: 18px
}

.login-page .login-box .content .input input::-webkit-input-placeholder {
    color: #b4b4b4
}

.login-page .login-box .content .input input:-ms-input-placeholder {
    color: #b4b4b4
}

.login-page .login-box .content .input input::-ms-input-placeholder {
    color: #b4b4b4
}

.login-page .login-box .content .input input::placeholder {
    color: #b4b4b4
}

.login-page .login-box .content .forget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.login-page .login-box .content .forget label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #989898
}

.login-page .login-box .content .forget label input {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    accent-color: #0a2540
}

.login-page .login-box .content .forget a {
    color: #0a2540;
    font-size: 16px;
    font-weight: 500
}

.login-page .login-box .content>button {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    background: #0a2540;
    color: #fff;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 700
}

.page-banner {
    width: 100%;
    height: 300px;
    background: #0a2540;
    background-image: url(../images/world2.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:1175px) {
    .page-banner {
        height: auto
    }
}

.page-banner.small {
    height: 220px
}

@media (max-width:1175px) {
    .page-banner.small {
        height: auto
    }
}

.page-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
    height: 100%;
    color: #fff
}

@media (max-width:1175px) {
    .page-banner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 50px 10px
    }
}

.page-banner .container .inner {
    max-width: 890px
}

@media (max-width:1175px) {
    .page-banner .container .inner {
        max-width: 100%;
        margin-top: 20px
    }
}

.page-banner .container .inner h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

@media (max-width:1175px) {
    .page-banner .container .inner h1 {
        font-size: 26px
    }
}

.page-banner .container .inner h1 span {
    background: #0a2540;
    border-radius: 3px;
    padding: 4px 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-banner .container .inner p {
    font-size: 24px;
    margin: 15px 0
}

@media (max-width:1175px) {
    .page-banner .container .inner p {
        font-size: 16px
    }
}

.page-banner .container .inner .specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1175px) {
    .page-banner .container .inner .specs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .page-banner .container .inner .specs .item {
        min-width: 49%;
        max-width: 49%;
        margin-bottom: 6px;
        margin-right: 0 !important
    }

    .page-banner .container .inner .specs .item:last-child {
        min-width: 100%;
        max-width: 100%
    }
}

.page-banner .container .inner .specs .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    border: 2px solid #fff;
    height: 58px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    -webkit-transition: .2s all;
    transition: .2s all
}

.page-banner .container .inner .specs .item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.page-banner .container .inner .specs .item:hover img,
.page-banner .container .inner .specs .item:hover svg {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.page-banner .container .inner .specs .item img,
.page-banner .container .inner .specs .item svg {
    -webkit-transition: .2s all;
    transition: .2s all;
    margin-right: 6px
}

.page-banner .container .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1175px) {
    .page-banner .container .image img {
        max-width: 100px
    }
}

.page-wrap {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    padding: 50px 30px
}

@media (max-width:1175px) {
    .page-wrap {
        padding: 30px 15px
    }
}

.page-wrap-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 32px;
    background: linear-gradient(135deg, #f8fdff 0%, #eef6fc 100%);
    border-radius: 16px;
    border: 2px solid #e3e8ef;
    -webkit-box-shadow: 0 4px 16px rgba(10, 37, 64, 0.06), 0 2px 4px rgba(10, 37, 64, 0.02);
    box-shadow: 0 4px 16px rgba(10, 37, 64, 0.06), 0 2px 4px rgba(10, 37, 64, 0.02);
    margin-bottom: 32px;
    position: relative;
    overflow: hidden
}

.page-wrap-heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0a2540 0%, #1e4d7b 50%, #0a2540 100%)
}

@media (max-width:1175px) {
    .page-wrap-heading {
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-wrap-heading .text {
    max-width: 810px
}

@media (max-width:1175px) {
    .page-wrap-heading .text {
        margin-bottom: 10px
    }
}

.page-wrap-heading .text span {
    color: #0a2540;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

@media (max-width:1175px) {
    .page-wrap-heading .text span {
        font-size: 26px
    }
}

.page-wrap-heading .text p {
    color: #4a5568;
    font-size: 17px;
    font-weight: 500;
    margin-top: 4px;
    line-height: 1.6
}

@media (max-width:1175px) {
    .page-wrap-heading .text p {
        font-size: 16px
    }
}

.page-wrap-heading .action {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-wrap-heading .action .name {
    color: #0a2540;
    font-size: 18px;
    margin-bottom: 10px
}

.switch {
    width: 72px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 3px #0a2540;
    box-shadow: 0 0 0 3px #0a2540
}

.switch span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0a2540
}

.switch span.active {
    background-color: #0a2540;
    color: #fff
}

.dedicated-server {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e3e8ef;
    border-radius: 16px;
    margin-bottom: 6px;
    -webkit-box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08), 0 2px 8px rgba(10, 37, 64, 0.04);
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08), 0 2px 8px rgba(10, 37, 64, 0.04);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.dedicated-server::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a2540 0%, #1e4d7b 50%, #0a2540 100%);
    opacity: 0;
    transition: opacity 0.3s ease
}

.dedicated-server:hover::before {
    opacity: 1
}

@media (max-width:1175px) {
    .dedicated-server {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.dedicated-server:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border-color: #0a2540;
    -webkit-box-shadow: 0 16px 48px rgba(10, 37, 64, 0.12), 0 4px 16px rgba(10, 37, 64, 0.08);
    box-shadow: 0 16px 48px rgba(10, 37, 64, 0.12), 0 4px 16px rgba(10, 37, 64, 0.08)
}

.dedicated-server .server-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1175px) {
    .dedicated-server .server-specs {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.dedicated-server .server-specs .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 18px;
    transition: transform 0.2s ease
}

.dedicated-server .server-specs .item:hover {
    transform: scale(1.05)
}

@media (max-width:1175px) {
    .dedicated-server .server-specs .item {
        width: 50%;
        margin-right: 0;
        min-width: 50%;
        padding: 5px
    }
}

.dedicated-server .server-specs .item:last-child {
    margin-right: 0
}

.dedicated-server .server-specs .item .icon {
    width: 90px;
    height: 70px;
    border-radius: 12px;
    border: 2px solid #e3e8ef;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.dedicated-server .server-specs .item .icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(10, 37, 64, 0.05), transparent);
    transition: left 0.5s ease
}

.dedicated-server .server-specs .item:hover .icon {
    border-color: #0a2540;
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.1)
}

.dedicated-server .server-specs .item:hover .icon::before {
    left: 100%
}

.dedicated-server .server-specs .item .icon img {
    transition: transform 0.3s ease
}

.dedicated-server .server-specs .item:hover .icon img {
    transform: scale(1.1)
}

@media (max-width:1175px) {
    .dedicated-server .server-specs .item .icon {
        width: 100%
    }
}

.dedicated-server .server-specs .item span {
    font-size: 11.5px;
    color: #2d3748;
    font-weight: 500;
    line-height: 1.4
}

.dedicated-server .server-specs .item span strong {
    color: #0a2540;
    font-weight: 700;
    font-size: 12px
}

.dedicated-server .server-actions {
    width: 175px;
    margin-left: auto
}

@media (max-width:1175px) {
    .dedicated-server .server-actions {
        width: 100%
    }
}

.dedicated-server .server-actions .price {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e3e8ef;
    -webkit-box-shadow: 0 2px 8px rgba(10, 37, 64, 0.06);
    box-shadow: 0 2px 8px rgba(10, 37, 64, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.dedicated-server .server-actions .price::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(10, 37, 64, 0.03), transparent);
    transition: left 0.6s ease
}

.dedicated-server .server-actions .price:hover {
    border-color: #0a2540;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.12)
}

.dedicated-server .server-actions .price:hover::before {
    left: 100%
}

.dedicated-server .server-actions .price p {
    color: #4a5568;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.dedicated-server .server-actions .price p b {
    color: #0a2540;
    font-size: 22px;
    font-weight: 800
}

.dedicated-server .server-actions a {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0 4px 12px rgba(10, 37, 64, 0.25);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.dedicated-server .server-actions a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease
}

.dedicated-server .server-actions a:hover {
    background: linear-gradient(135deg, #1e4d7b 0%, #0a2540 100%);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 8px 20px rgba(10, 37, 64, 0.35);
    box-shadow: 0 8px 20px rgba(10, 37, 64, 0.35)
}

.dedicated-server .server-actions a:hover::before {
    left: 100%
}

.dedicated-server .server-actions a:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.25)
}

.page-features {
    margin-top: 30px
}

.page-features .title {
    width: 100%;
    height: 66px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #0a2540;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

.page-features .desc {
    width: 100%;
    height: 61px;
    background: #fcfcfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #4b4b4b
}

.page-features .features-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-features .features-wrap .feature {
    width: 377px;
    height: 145px;
    border-radius: 16px;
    margin-top: 20px;
    background: #fcfcfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    -webkit-transition: .2s all;
    transition: .2s all
}

@media (max-width:1175px) {
    .page-features .features-wrap .feature {
        width: 100% !important
    }
}

.page-features .features-wrap .feature:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.page-features .features-wrap .feature:hover .icon {
    background: #0a2540;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.page-features .features-wrap .feature:hover .icon svg path {
    fill: #fff
}

.page-features .features-wrap .feature:hover .text b {
    color: #0a2540
}

.page-features .features-wrap .feature .icon {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
    -webkit-transition: .2s all;
    transition: .2s all
}

.page-features .features-wrap .feature .text b {
    color: #0a2540;
    font-size: 20px;
    margin-bottom: 5px;
    -webkit-transition: .2s all;
    transition: .2s all
}

.page-features .features-wrap .feature .text p {
    color: #4b4b4b;
    font-size: 14px
}

.page-features .faq-wrap {
    margin-top: 30px
}

.page-features .faq-wrap .faq-item {
    width: 100%;
    margin-bottom: 4px
}

.page-features .faq-wrap .faq-item .faq-head {
    width: 100%;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    color: #0a2540;
    font-size: 24px;
    z-index: 9;
    position: relative;
    cursor: pointer
}

.page-features .faq-wrap .faq-item .faq-content {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    padding: 30px;
    color: #4b4b4b;
    background: #fff;
    font-size: 18px;
    display: none
}

.page-wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px
}

.page-wrap-content.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-wrap-content.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vds-server {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 580px;
    min-width: 580px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e3e8ef;
    border-radius: 16px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08), 0 2px 8px rgba(10, 37, 64, 0.04);
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08), 0 2px 8px rgba(10, 37, 64, 0.04);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.vds-server::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a2540 0%, #1e4d7b 50%, #0a2540 100%);
    opacity: 0;
    transition: opacity 0.3s ease
}

.vds-server:hover::before {
    opacity: 1
}

@media (max-width:1175px) {
    .vds-server {
        max-width: 100%;
        min-width: 100%
    }
}

.vds-server:hover {
    -webkit-transform: translateY(-8px) scale(1.01);
    transform: translateY(-8px) scale(1.01);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border-color: #0a2540;
    -webkit-box-shadow: 0 16px 48px rgba(10, 37, 64, 0.12), 0 4px 16px rgba(10, 37, 64, 0.08);
    box-shadow: 0 16px 48px rgba(10, 37, 64, 0.12), 0 4px 16px rgba(10, 37, 64, 0.08)
}

.vds-server .server-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 25px;
    gap: 12px
}

.vds-server .server-specs .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 0;
    margin-bottom: 18px;
    width: 107px;
    transition: transform 0.2s ease
}

.vds-server .server-specs .item:hover {
    transform: scale(1.05)
}

.vds-server .server-specs .item:last-child {
    margin-right: 0
}

.vds-server .server-specs .item .icon {
    width: 90px;
    height: 70px;
    border-radius: 12px;
    border: 2px solid #e3e8ef;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.vds-server .server-specs .item .icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(10, 37, 64, 0.05), transparent);
    transition: left 0.5s ease
}

.vds-server .server-specs .item:hover .icon {
    border-color: #0a2540;
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.1)
}

.vds-server .server-specs .item:hover .icon::before {
    left: 100%
}

.vds-server .server-specs .item .icon img {
    transition: transform 0.3s ease
}

.vds-server .server-specs .item:hover .icon img {
    transform: scale(1.1)
}

.vds-server .server-specs .item span {
    font-size: 11.5px;
    color: #2d3748;
    font-weight: 500;
    line-height: 1.4
}

.vds-server .server-specs .item span strong {
    color: #0a2540;
    font-weight: 700;
    font-size: 12px
}

.vds-server .server-actions {
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding: 24px;
    border-radius: 0 0 14px 14px;
    border-top: 2px solid #e3e8ef
}

@media (max-width:1175px) {
    .vds-server .server-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.vds-server .server-actions .price {
    width: auto;
    padding: 0 16px;
    height: 48px;
    margin-right: 12px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e3e8ef;
    -webkit-box-shadow: 0 2px 8px rgba(10, 37, 64, 0.06);
    box-shadow: 0 2px 8px rgba(10, 37, 64, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.vds-server .server-actions .price::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(10, 37, 64, 0.03), transparent);
    transition: left 0.6s ease
}

.vds-server .server-actions .price:hover {
    border-color: #0a2540;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.12)
}

.vds-server .server-actions .price:hover::before {
    left: 100%
}

@media (max-width:1175px) {
    .vds-server .server-actions .price {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px
    }
}

.vds-server .server-actions .price p {
    color: #4a5568;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.vds-server .server-actions .price p b {
    color: #0a2540;
    font-size: 19px;
    font-weight: 800
}

.vds-server .server-actions a {
    width: 160px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    margin-left: auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0 4px 12px rgba(10, 37, 64, 0.25);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.vds-server .server-actions a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease
}

.vds-server .server-actions a:hover {
    background: linear-gradient(135deg, #1e4d7b 0%, #0a2540 100%);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 8px 20px rgba(10, 37, 64, 0.35);
    box-shadow: 0 8px 20px rgba(10, 37, 64, 0.35)
}

.vds-server .server-actions a:hover::before {
    left: 100%
}

.vds-server .server-actions a:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.25)
}

@media (max-width:1175px) {
    .vds-server .server-actions a {
        width: 100%
    }
}

.paketler-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background-color: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

@media (max-width:1175px) {
    .paketler-head {
        display: none
    }
}

.paketler-head span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.vds-paket {
    width: 100%;
    margin-bottom: 4px
}

.vds-paket .paket-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background-color: #fff;
    border: .5px solid #70707036;
    border-radius: 3px
}

@media (max-width:1175px) {
    .vds-paket .paket-head {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0
    }

    .vds-paket .paket-head span {
        min-width: 50%;
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px !important
    }

    .vds-paket .paket-head span::before {
        content: attr(data-title);
        font-size: 14px;
        margin-right: 10px;
        background-color: #eee;
        padding: 3px 6px;
        border-radius: 2px
    }

    .vds-paket .paket-head span:last-child::before {
        display: none
    }
}

.vds-paket .paket-head span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}

.vds-paket .paket-head span a {
    margin-right: 10px;
    width: 138px;
    height: 40px;
    border-radius: 6px;
    background-color: #0a2540;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500
}

@media (min-width:1175px) {
    .vds-paket:hover .paket-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.vds-paket .paket-content {
    padding: 17px 25px;
    background-color: #fff;
    margin-top: 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1175px) {
    .vds-paket .paket-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.vds-paket .paket-content .pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vds-paket .paket-content .pricing .col {
    margin-left: 10px
}

@media (max-width:1175px) {
    .vds-paket .paket-content .pricing .col {
        width: 100%;
        margin-left: 0 !important
    }

    .vds-paket .paket-content .pricing .col:first-child {
        margin-right: 5px
    }
}

.vds-paket .paket-content .pricing .col span {
    width: 142px;
    height: 39px;
    border-radius: 3px;
    border: 1px solid #0a2540;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    color: #000;
    margin-bottom: 4px
}

.vds-paket .paket-content .pricing .col a {
    width: 142px;
    height: 35px;
    border-radius: 6px;
    background-color: #0a2540;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500
}

.vds-paket .paket-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1175px) {
    .vds-paket .paket-content ul li {
        max-width: 50%;
        min-width: 50%;
        font-size: 13px !important
    }
}

.vds-paket .paket-content ul li {
    max-width: 33%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0
}

.vds-paket .paket-content ul li img {
    margin-right: 10px;
    max-width: 20px
}

.server-table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1175px) {
    .server-table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.server-table .table-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
    position: relative;
    color: #4b4b4b
}

@media (max-width:1175px) {
    .server-table .table-col {
        width: 100%
    }
}

.server-table .table-col .col-head {
    background-color: #fff !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 245px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99
}

.server-table .table-col .eposta-select {
    width: 100%;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px
}

.server-table .table-col .eposta-select .select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.server-table .table-col .eposta-select .select small {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.server-table .table-col .eposta-select .select select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16)
}

.server-table .table-col .eposta-select span {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.server-table .table-col a {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #0a2540;
    font-size: 22px
}

.server-table .table-col:first-child {
    background-color: #fcfcfc
}

.server-table .table-col:last-child {
    margin-right: 0
}

.server-table .table-col .location {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #4b4b4b;
    font-size: 24px
}

.server-table .table-col .location img {
    margin-bottom: 15px
}

.server-table .table-col .title {
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #4b4b4b;
    font-weight: 600;
    font-size: 24px
}

.server-table .table-col .name {
    font-size: 32px;
    font-weight: 600
}

.server-table .table-col .prices {
    width: 100%;
    height: 110px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    border-radius: 6px;
    margin: 15px 0
}

.server-table .table-col .prices span {
    color: #0a2540
}

@media (max-width:1175px) {
    .server-table .table-col ul.mobile-hide {
        display: none
    }
}

.server-table .table-col ul.center li {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.server-table .table-col ul li {
    padding: 15px 10px 15px 30px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1175px) {
    .server-table .table-col ul li::before {
        content: attr(data-title);
        margin-right: 10px;
        font-weight: 700;
        position: absolute;
        left: 5px;
        font-size: 13px
    }
}

.server-tabs {
    margin: 20px 0
}

.server-tabs .tab-buttons {
    width: 100%;
    height: 66px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1175px) {
    .server-tabs .tab-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.server-tabs .tab-buttons a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: #4b4b4b;
    position: relative
}

@media (max-width:1175px) {
    .server-tabs .tab-buttons a {
        min-height: 60px;
        width: 100% !important
    }
}

.server-tabs .tab-buttons a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    display: none
}

@media (max-width:1175px) {
    .server-tabs .tab-buttons a::after {
        display: none !important
    }
}

.server-tabs .tab-buttons a.active {
    background-color: #fff
}

.server-tabs .tab-buttons a.active::after {
    display: block
}

.server-tabs .tab-buttons a:hover {
    background-color: #fff
}

.server-tabs .tab-buttons a:first-child {
    width: 300px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:1175px) {
    .server-tabs .tab-buttons a:first-child {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
        padding-left: 0
    }
}

.server-tabs .tab-item {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    margin-top: 15px;
    display: none
}

.server-tabs .tab-item.show-tab {
    display: block
}

.server-tabs .tab-item .tab-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0
}

.server-tabs .tab-item .tab-row span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #4b4b4b;
    font-size: 17px;
    font-weight: 600
}

@media (max-width:1175px) {
    .server-tabs .tab-item .tab-row span {
        font-size: 13px
    }
}

.server-tabs .tab-item .tab-row span:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 300px;
    padding-left: 40px
}

@media (max-width:1175px) {
    .server-tabs .tab-item .tab-row span:first-child {
        padding-left: 0;
        width: auto !important
    }
}

.hero-slider {
    width: 100%;
    height: 580px;
    background: #0a2540;
    background-image: url(../images/world1.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:1175px) {
    .hero-slider {
        height: auto !important
    }

    .hero-slider .container .slider-item {
        height: auto !important;
        padding: 40px 0 60px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .hero-slider .container .slider-item .image img {
        max-width: 70% !important;
        margin-bottom: 20px
    }

    .hero-slider .container .slider-item h1 {
        font-size: 30px !important
    }

    .hero-slider .container .slider-item .specs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .hero-slider .container .slider-item .specs ul {
        max-width: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero-slider .container .slider-item .specs ul li {
        width: 50%;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 14px !important
    }

    .hero-slider .container .slider-item .specs ul li img {
        max-width: 15px;
        margin-right: 5px !important
    }
}

.hero-slider .container {
    height: 100%
}

.hero-slider .container .slick-dots {
    bottom: 65px !important
}

@media (max-width:1175px) {
    .hero-slider .container .slick-dots {
        overflow: hidden !important;
        max-width: 50%;
        margin-left: 25%
    }
}

.hero-slider .container .slick-dots li.slick-active button {
    border: 2px solid #0a2540 !important
}

.hero-slider .container .slick-dots li button {
    border: 2px solid #fff !important;
    border-radius: 50%;
    background-color: transparent !important;
    width: 15px !important;
    height: 15px !important
}

.hero-slider .container .slick-dots li button::before {
    width: 15px !important;
    height: 15px !important;
    font-size: 12px !important;
    color: #fff !important;
    content: "" !important
}

.hero-slider .container .slider-item {
    height: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-slider .container .slider-item .text {
    padding-left: 5px;
    max-width: 622px;
    width: 100%;
    position: relative
}

.hero-slider .container .slider-item .text h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff
}

.hero-slider .container .slider-item .text h1 span {
    color: #0a2540
}

.hero-slider .container .slider-item .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.hero-slider .container .slider-item .text .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    width: 100%
}

.hero-slider .container .slider-item .text .line span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 6px;
    border-radius: 6px;
    background-color: #0a2540
}

.hero-slider .container .slider-item .text .line span:nth-child(2) {
    max-width: 30px;
    background-color: #fff;
    margin: 0 10px
}

.hero-slider .container .slider-item .text .line span:last-child {
    max-width: 122px
}

.hero-slider .container .slider-item .text .specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero-slider .container .slider-item .text .specs ul {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero-slider .container .slider-item .text .specs ul li {
    width: 50%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px
}

.hero-slider .container .slider-item .text .specs ul li img {
    margin-right: 10px
}

.hero-slider .container .slider-item .text .specs .pricing {
    width: 122px
}

.hero-slider .container .slider-item .text .specs .pricing .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    background-color: #0a3a6b;
    border-radius: 3px;
    color: #fff;
    padding: 5px
}

.hero-slider .container .slider-item .text .specs .pricing .head span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px
}

.hero-slider .container .slider-item .text .specs .pricing .head span.active {
    background-color: #fff;
    color: #0a2540
}

.hero-slider .container .slider-item .text .specs .pricing .body {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 0 3px 3px;
    height: 60px
}

.hero-slider .container .slider-item .text .specs .pricing .body b {
    color: #0a2540;
    font-size: 25px
}

.hero-slider .container .slider-item .text a.buy {
    width: 130px;
    height: 48px;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #0a2540;
    font-weight: 600;
    margin-top: 20px;
    -webkit-transition: .2s all;
    transition: .2s all
}

@media (max-width:1175px) {
    .hero-slider .container .slider-item .text a.buy {
        position: absolute;
        right: 10px;
        bottom: 00px
    }
}

.hero-slider .container .slider-item .text a.buy:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.hero-slider .container .slider-item .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-slider .container .slider-item .image img {
    max-width: 95%;
    height: auto
}

.main-domain-search {
    margin-top: -50px
}

@media (max-width:1175px) {
    .main-domain-search {
        margin: -50px 10px 0 10px !important
    }

    .main-domain-search .container {
        padding: 16px 12px !important
    }

    .main-domain-search .container .search-input {
        height: 60px !important
    }

    .main-domain-search .container .search-input input {
        font-size: 14px !important
    }

    .main-domain-search .container .search-input button {
        width: 140px !important;
        font-size: 14px !important
    }
}

.main-domain-search .container {
    background-color: #fff;
    border-radius: 15px;
    padding: 24px 42px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.main-domain-search .container .search-input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    border-radius: 80px;
    background-color: #f8f8f8;
    border: 1px solid #fcfcfc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    overflow: hidden
}

.main-domain-search .container .search-input input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 80px;
    color: #9b9b9b;
    font-size: 20px;
    border: none;
    background: 0 0;
    text-indent: 20px
}

.main-domain-search .container .search-input button {
    width: 245px;
    border-radius: 80px;
    background: #0a2540;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer
}

.main-domain-search .container .search-input button:hover {
    opacity: .8
}

.main-domain-search .container .domain-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

@media (max-width:1175px) {
    .main-domain-search .container .domain-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-domain-search .container .domain-slider button {
        display: none !important
    }

    .main-domain-search .container .domain-slider .slider-wrap {
        width: 100% !important;
        margin-bottom: 10px !important
    }

    .main-domain-search .container .domain-slider a {
        width: 100% !important;
        height: 60px !important;
        font-size: 15px !important
    }
}

.main-domain-search .container .domain-slider button {
    width: 70px;
    background: 0 0;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer
}

.main-domain-search .container .domain-slider a {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 74px;
    border-radius: 3px;
    background: #0a2540;
    color: #fff;
    font-weight: 600;
    font-size: 19px
}

.main-domain-search .container .domain-slider a:hover {
    opacity: .8
}

.main-domain-search .container .domain-slider .slider-wrap {
    width: calc(100% - 380px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-domain-search .container .domain-slider .slider-wrap .item {
    width: 117px;
    height: 93px;
    border-radius: 5px;
    background: #f9f9f9;
    border: 1px solid #7070706c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px
}

.main-domain-search .container .domain-slider .slider-wrap .item img {
    max-width: 80%;
    height: auto;
    max-height: 30px
}

.main-domain-search .container .domain-slider .slider-wrap .item .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #7070706c
}

.main-domain-search .container .domain-slider .slider-wrap .item .prices small {
    color: #9b9b9b;
    text-decoration: line-through
}

.main-domain-search .container .domain-slider .slider-wrap .item .prices span {
    color: #4b4b4b;
    margin-left: 6px
}

.hosting-wrapper {
    margin: 50px 0
}

.hosting-wrapper .container .heading {
    text-align: center
}

.hosting-wrapper .container .heading h3 {
    font-size: 40px;
    color: #9b9b9b;
    font-weight: 700
}

@media (max-width:1175px) {
    .hosting-wrapper .container .heading h3 {
        font-size: 26px
    }
}

.hosting-wrapper .container .heading h3 span {
    color: #0a2540
}

.hosting-wrapper .container .heading p {
    color: #4b4b4b;
    font-size: 25px
}

@media (max-width:1175px) {
    .hosting-wrapper .container .heading p {
        font-size: 16px
    }
}

.hosting-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1175px) {
    .hosting-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.hosting-list .host-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 350px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(10, 37, 64, 0.08);
    -webkit-box-shadow: 0 4px 20px rgba(10, 37, 64, 0.08);
    box-shadow: 0 4px 20px rgba(10, 37, 64, 0.08);
    position: relative
}

.hosting-list .host-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a2540 0%, #0a3a6b 50%, #0a2540 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.hosting-list .host-item:hover {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-box-shadow: 0 30px 60px rgba(10, 37, 64, 0.15);
    box-shadow: 0 30px 60px rgba(10, 37, 64, 0.15);
    border-color: rgba(10, 37, 64, 0.15)
}

.hosting-list .host-item:hover::before {
    opacity: 1
}

.hosting-list .host-item:hover .badge {
    background: linear-gradient(135deg, #0a3a6b 0%, #0a2540 100%)
}

.hosting-list .host-item .badge {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    height: 36px;
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.hosting-list .host-item .badge span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px
}

.hosting-list .host-item .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 0 25px 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.hosting-list .host-item:hover .box {
    background: transparent
}

.hosting-list .host-item .box .head {
    width: 100%;
    height: auto;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0a2540;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: -0.3px;
    padding: 25px 0 15px;
    border-bottom: 2px solid rgba(10, 37, 64, 0.08)
}

.hosting-list .host-item .box .content {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0
}

.hosting-list .host-item .box .content p {
    padding: 15px 0;
    text-align: center;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
    border-bottom: none;
    margin-bottom: 5px
}

.hosting-list .host-item .box .content ul li {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-size: 14px;
    color: #475569;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 8px;
    margin: 2px 0;
    background: rgba(10, 37, 64, 0.02)
}

.hosting-list .host-item .box .content ul li:hover {
    background: rgba(10, 37, 64, 0.06);
    padding-left: 18px
}

.hosting-list .host-item .box .content ul li i {
    margin-right: 12px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    font-size: 14px !important;
    color: #0a3a6b !important;
    -webkit-box-shadow: 0 2px 8px rgba(10, 37, 64, 0.08);
    box-shadow: 0 2px 8px rgba(10, 37, 64, 0.08)
}

.hosting-list .host-item .box .content ul li s img,
.hosting-list .host-item .box .content ul li svg {
    margin-right: 10px
}

.hosting-list .host-item .box .all-features {
    width: 100%;
    margin: 20px 0 0;
    height: 50px;
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden
}

.hosting-list .host-item .box .all-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease
}

.hosting-list .host-item .box .all-features:hover::before {
    left: 100%
}

.hosting-list .host-item .box .all-features:hover {
    background: linear-gradient(135deg, #0a3a6b 0%, #0a2540 100%);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 30px rgba(10, 37, 64, 0.3);
    box-shadow: 0 10px 30px rgba(10, 37, 64, 0.3)
}

.hosting-list .host-item .box .all-features span {
    display: none
}

.why-we {
    width: 100%;
    height: auto;
    background: #0a2540;
    background-image: url(../images/servers.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.why-we .container {
    padding: 60px 0
}

.why-we .container .heading {
    text-align: center;
    margin-bottom: 40px
}

@media (max-width:1175px) {
    .why-we .container .heading {
        padding: 0 20px
    }
}

.why-we .container .heading h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

@media (max-width:1175px) {
    .why-we .container .heading h3 {
        font-size: 28px
    }
}

.why-we .container .heading h3 span {
    color: #0a2540
}

.why-we .container .heading p {
    color: #fff;
    font-size: 25px
}

@media (max-width:1175px) {
    .why-we .container .heading p {
        font-size: 16px
    }
}

.why-we-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1175px) {
    .why-we-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.why-we-list .item {
    max-width: 270px;
    margin-right: 30px
}

@media (max-width:1175px) {
    .why-we-list .item {
        max-width: 50%;
        margin-right: 0;
        padding: 10px;
        width: 100%
    }
}

.why-we-list .item:last-child {
    margin-right: 0
}

.why-we-list .item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why-we-list .item .head img,
.why-we-list .item .head svg {
    margin-right: 10px
}

@media (max-width:1175px) {

    .why-we-list .item .head img,
    .why-we-list .item .head svg {
        margin-right: 5px
    }
}

.why-we-list .item .head p {
    color: #fff;
    font-size: 25px
}

@media (max-width:1175px) {
    .why-we-list .item .head p {
        font-size: 18px
    }
}

.why-we-list .item .head p span {
    color: #0a2540
}

.why-we-list .item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    width: 100%
}

.why-we-list .item .line span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 6px;
    border-radius: 6px;
    background-color: #fff
}

.why-we-list .item .line span:last-child {
    max-width: 30px;
    background-color: #0a2540;
    margin: 0 10px
}

.why-we-list .item .text {
    color: #fff;
    font-size: 16px;
    text-align: center
}

@media (max-width:1175px) {
    .why-we-list .item .text {
        font-size: 14px
    }
}

.testi-wrapper {
    margin: 50px 0
}

.testi-wrapper .container .heading {
    text-align: center
}

.testi-wrapper .container .heading h3 {
    font-size: 40px;
    color: #9b9b9b;
    font-weight: 700
}

@media (max-width:1175px) {
    .testi-wrapper .container .heading h3 {
        font-size: 26px
    }
}

.testi-wrapper .container .heading h3 span {
    color: #0a2540
}

.testi-wrapper .container .heading p {
    color: #4b4b4b;
    font-size: 25px
}

@media (max-width:1175px) {
    .testi-wrapper .container .heading p {
        font-size: 16px
    }
}

.testi-wrapper .container .testi-general {
    width: 100%;
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1175px) {
    .testi-wrapper .container .testi-general {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.testi-wrapper .container .testi-general .left {
    width: 270px
}

@media (max-width:1175px) {
    .testi-wrapper .container .testi-general .left {
        width: 100%
    }
}

.testi-wrapper .container .testi-general .left .banner {
    width: 270px;
    height: 208px;
    border-radius: 5px;
    background: #0a2540;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1175px) {
    .testi-wrapper .container .testi-general .left .banner {
        width: 100%
    }
}

.testi-wrapper .container .testi-general .left .banner img,
.testi-wrapper .container .testi-general .left .banner svg {
    margin-bottom: 15px
}

.testi-wrapper .container .testi-general .left .banner p {
    color: #fff;
    text-align: center;
    font-size: 18px
}

.testi-wrapper .container .testi-general .left .navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.testi-wrapper .container .testi-general .left .navs button {
    width: 52px;
    height: 33px;
    background: #0a2540;
    border: none;
    margin: 0 5px;
    color: #fff;
    cursor: pointer
}

.testi-wrapper .container .testi-general .left .navs button:hover {
    background: #0a2540
}

.testi-wrapper .container .testi-general .left .navs button:first-child {
    border-radius: 33px 0 0 33px;
    padding-right: 10px
}

.testi-wrapper .container .testi-general .left .navs button:last-child {
    padding-left: 10px;
    border-radius: 0 33px 33px 0
}

.testi-wrapper .container .testi-general .right {
    width: calc(100% - 270px);
    padding: 0 20px
}

@media (max-width:1175px) {
    .testi-wrapper .container .testi-general .right {
        width: 100%;
        margin-top: 20px
    }
}

.testi-wrapper .container .testi-general .right .testi-item {
    width: 270px;
    margin-right: 20px
}

.testi-wrapper .container .testi-general .right .testi-item .box {
    height: 208px;
    padding: 20px 10px;
    background: #fff;
    border-radius: 5px;
    color: #8f8f8f;
    -webkit-box-shadow: 0 3px 2px #a8a8a8;
    box-shadow: 0 3px 2px #a8a8a8;
    position: relative
}

.testi-wrapper .container .testi-general .right .testi-item .box span {
    position: absolute;
    bottom: -24px;
    left: 30px
}

.testi-wrapper .container .testi-general .right .testi-item .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.testi-wrapper .container .testi-general .right .testi-item .author img {
    margin-right: 10px
}

.testi-wrapper .container .testi-general .right .testi-item .author .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testi-wrapper .container .testi-general .right .testi-item .author .text b {
    color: #0a3a6b
}

.testi-wrapper .container .testi-general .right .testi-item .author .text span {
    color: #a8a8a8;
    font-size: 12px
}

.support-wrapper {
    background: #f3f7ff;
    height: 500px;
    background-image: url(../images/destek_server.png)
}

@media (max-width:1175px) {
    .support-wrapper {
        height: auto
    }
}

.support-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1175px) {
    .support-wrapper .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0
    }
}

.support-wrapper .container .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1175px) {
    .support-wrapper .container .text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.support-wrapper .container .text h3 {
    font-size: 40px;
    color: #0a2540
}

.support-wrapper .container .text h3 span {
    color: #0a3a6b
}

.support-wrapper .container .text p {
    color: #888
}

.support-wrapper .container .text .contacts {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1175px) {
    .support-wrapper .container .text .contacts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.support-wrapper .container .text .contacts .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 45px;
    -webkit-transition: .2s all;
    transition: .2s all
}

@media (max-width:1175px) {
    .support-wrapper .container .text .contacts .item {
        margin-right: 0;
        width: 50%
    }

    .support-wrapper .container .text .contacts .item a {
        width: 100%;
        word-break: break-all
    }

    .support-wrapper .container .text .contacts .item img {
        max-width: 70px
    }
}

.support-wrapper .container .text .contacts .item:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.support-wrapper .container .text .contacts .item:first-child a {
    color: #52518e
}

.support-wrapper .container .text .contacts .item:nth-child(2) a {
    color: #0a2540
}

.support-wrapper .container .text .contacts .item:last-child {
    margin-right: 0
}

@media (max-width:1175px) {
    .support-wrapper .container .text .contacts .item:last-child {
        width: 100%;
        margin-top: 20px
    }
}

.support-wrapper .container .text .contacts .item:last-child a {
    color: #0a2540
}

.support-wrapper .container .text .contacts .item a {
    font-size: 18px
}

.support-wrapper .container .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:1175px) {
    .support-wrapper .container .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:1175px) {
    .support-wrapper .container .image img {
        max-width: 90%;
        height: auto
    }
}

.mobile-menu-bg {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100vh - 285px);
    background: rgba(67, 80, 92, .95);
    z-index: 9800;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .1s all;
    transition: .1s all
}

.mobile-menu-bg.show {
    opacity: 1;
    pointer-events: all
}

.mobile-menu {
    width: 100%;
    padding: 30px 15px 20px 15px;
    background: #f8faff;
    position: fixed;
    top: 167px;
    left: 0;
    z-index: 9900;
    display: none
}

.mobile-menu .login-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4
}

.mobile-menu .login-actions a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 48px;
    background: #0a2540;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    -webkit-transition: .2s all;
    transition: .2s all
}

.mobile-menu .login-actions a:hover {
    background-color: #363998
}

.mobile-menu .login-actions a img {
    margin-right: 5px
}

.mobile-menu nav ul>li {
    padding: 20px 15px;
    border-bottom: 1px solid #f4f4f4
}

.mobile-menu nav ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    color: #43505c
}

.mobile-menu nav ul>li>a.open {
    color: #0a2540
}

.mobile-menu nav ul>li>a.open .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu nav ul>li .dropdown {
    display: none
}

.mobile-menu nav ul>li .dropdown a {
    display: block;
    padding-top: 13px;
    font-size: 13px;
    color: #43505c
}

@media only screen and (max-width:1175px) {
    .container {
        width: 100%;
        padding: 0 10px;
        height: auto;
        margin: 0 auto
    }
}

.mega-dropdown {
    position: absolute;
    width: 580px;
    height: auto;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    z-index: 99;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12px 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.menu-icon {
    font-size: 52px
}

.mega-dropdown.links {
    width: 216px !important
}

.mega-dropdown.links .links {
    padding: 0 20px
}

.mega-dropdown.links .links a {
    display: block;
    margin-bottom: 15px;
    color: #4b4b4b;
    font-size: 16px
}

.mega-dropdown.links .links a:hover {
    color: #0a2540
}

.mega-dropdown.small {
    width: 284px
}

.mega-dropdown.small ul li {
    width: 100%
}

.mega-dropdown::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -9px;
    left: 48.5%
}

.mega-dropdown .menu-search {
    background-color: #eef5fc;
    padding: 16px 18px;
    border-radius: 3px;
    margin-bottom: 20px
}

.mega-dropdown .menu-search b {
    color: #0a2540;
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

.mega-dropdown .menu-search .input-area {
    width: 100%;
    height: 42px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.mega-dropdown .menu-search .input-area input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background: 0 0;
    text-indent: 17px;
    color: #8b8b8b;
    font-size: 14px
}

.mega-dropdown .menu-search .input-area button {
    width: 115px;
    background: #0a2540;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer
}

.mega-dropdown .menu-search .input-area button:hover {
    opacity: .8
}

.mega-dropdown .menu-search .domains {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.mega-dropdown .menu-search .domains a {
    font-size: 16px;
    color: #8b8b8b;
    margin-right: 15px
}

.mega-dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mega-dropdown ul li {
    width: 50%;
    padding: 0 10px 15px 0
}

.mega-dropdown ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mega-dropdown ul li a:hover b {
    color: #0a2540
}

.mega-dropdown ul li a:hover svg path {
    fill: #0a2540
}

.mega-dropdown ul li a .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    color: #8b8b8b
}

.mega-dropdown ul li a .text span {
    font-size: 12px
}

.mega-dropdown ul li a .text b {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600
}

.basket-box {
    position: absolute;
    width: 345px;
    height: auto;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    z-index: 99;
    top: 100%;
    right: 0;
    padding: 12px 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.basket-box::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -9px;
    right: 50px
}

.basket-box span {
    width: 100%;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0a2540;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.basket-box a {
    width: 196px !important;
    height: 50px !important;
    border-radius: 50px !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0a2540;
    font-size: 16px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.basket-box a:hover {
    opacity: .8
}

.polic {
    text-align: center;
    margin-top: 20px;
    color: #707070;
    font-size: 14px
}

.polic a {
    color: #707070;
    text-decoration: underline
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    margin: 0;
    flex-shrink: 0;
}

.logo img {
    width: 100%;
    height: auto;
    max-height: 80px;
}

/* ==================== NEW FOOTER STYLES ==================== */
.footer-new {
    background: linear-gradient(180deg, #0a2540 0%, #071a2e 100%);
}

.footer-top {
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 0;
}

.footer-newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.newsletter-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.newsletter-content h4 i {
    color: #4a9eff;
}

.newsletter-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    flex: 1;
    max-width: 500px;
}

.newsletter-form input {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-form input:focus {
    outline: none;
    border-color: #4a9eff;
    background: rgba(255, 255, 255, 0.08);
}

.newsletter-form button {
    padding: 14px 28px;
    background: linear-gradient(135deg, #4a9eff 0%, #0a6ad8 100%);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(74, 158, 255, 0.3);
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-col.about-col {
    padding-right: 30px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.contact-item i {
    color: #4a9eff;
    font-size: 16px;
    margin-top: 3px;
    width: 18px;
}

.contact-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #4a9eff;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #4a9eff, transparent);
    border-radius: 2px;
}

.footer-title.mt-20 {
    margin-top: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.footer-links a i {
    font-size: 10px;
    color: #4a9eff;
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-links a:hover i {
    transform: translateX(3px);
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background: #4a9eff;
    border-color: #4a9eff;
    color: #fff;
    transform: translateY(-3px);
}

.footer-socials a:hover i.fa-whatsapp { background: #25D366; }
.footer-socials a:hover i.fa-discord { background: #5865F2; }
.footer-socials a:hover i.fa-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.footer-socials a:hover i.fa-twitter { background: #1DA1F2; }
.footer-socials a:hover i.fa-linkedin-in { background: #0077B5; }

.footer-socials a:hover i.fa-whatsapp,
.footer-socials a:hover i.fa-discord,
.footer-socials a:hover i.fa-instagram,
.footer-socials a:hover i.fa-twitter,
.footer-socials a:hover i.fa-linkedin-in {
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
}

.footer-bottom-new {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin: 0;
}

.copyright strong {
    color: rgba(255, 255, 255, 0.7);
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-methods span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.payment-methods img {
    height: 28px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.payment-methods img:hover {
    opacity: 1;
}

/* Footer Responsive */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }
    
    .footer-col.about-col {
        grid-column: span 2;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .footer-newsletter {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .newsletter-form {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
    }
    
    .newsletter-form button {
        justify-content: center;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .footer-col.about-col {
        grid-column: span 1;
        text-align: center;
    }
    
    .footer-contact {
        align-items: center;
    }
    
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links a {
        justify-content: center;
    }
    
    .footer-socials {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

/* ==================== WHY-WE NEW SECTION ==================== */
.why-we-new {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.why-we-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a2540, #4a9eff, #0a2540);
}

.why-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    color: #fff;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.why-header h2 {
    font-size: 42px;
    color: #0a2540;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.why-header h2 span {
    background: linear-gradient(135deg, #4a9eff 0%, #0a3a6b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-header p {
    font-size: 18px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.why-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.why-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    gap: 25px;
    box-shadow: 0 10px 40px rgba(10, 37, 64, 0.08);
    border: 1px solid rgba(10, 37, 64, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #4a9eff, #0a2540);
    transition: height 0.4s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(10, 37, 64, 0.15);
}

.why-card:hover::before {
    height: 100%;
}

.card-icon {
    flex-shrink: 0;
    position: relative;
}

.icon-bg {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(10, 37, 64, 0.3);
}

.icon-bg i {
    font-size: 28px;
    color: #fff;
}

.card-number {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #4a9eff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(74, 158, 255, 0.4);
}

.card-content h4 {
    font-size: 22px;
    color: #0a2540;
    font-weight: 700;
    margin-bottom: 12px;
}

.card-content > p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

.card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475569;
}

.card-features li i {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* Why Stats */
.why-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 20px 50px rgba(10, 37, 64, 0.3);
}

.stat-item {
    text-align: center;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #fff 0%, #4a9eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Why-We Responsive */
@media (max-width: 992px) {
    .why-cards {
        grid-template-columns: 1fr;
    }
    
    .why-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
    
    .stat-item:nth-child(2)::after {
        display: none;
    }
    
    .why-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .why-we-new {
        padding: 60px 0;
    }
    
    .why-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
    }
    
    .card-icon {
        display: flex;
        justify-content: center;
    }
    
    .card-features {
        align-items: center;
    }
    
    .why-stats {
        grid-template-columns: 1fr 1fr;
        padding: 35px 25px;
    }
    
    .stat-item::after {
        display: none !important;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .why-header h2 {
        font-size: 26px;
    }
}

/* ==================== TESTIMONIALS NEW SECTION ==================== */
.testimonials-new {
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-new .container {
    max-width: 100%;
}

.testimonials-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.testi-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.testi-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.testi-badge i {
    color: #4a9eff;
}

.testi-header h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.testi-header h2 span {
    color: #4a9eff;
}

.testi-header > p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.testi-slider-wrapper {
    position: relative;
    z-index: 1;
}

.testi-cards {
    margin: 0;
}

.testi-cards .slick-list {
    padding: 20px 50px !important;
    margin: 0 -50px;
}

.testi-cards .slick-slide {
    padding: 0 20px;
    box-sizing: border-box;
}

.testi-cards .slick-track {
    display: flex;
    gap: 0;
}

.testi-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex !important;
    flex-direction: column;
    margin: 5px;
    height: auto;
    min-height: 220px;
}

.testi-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.testi-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.testi-card .quote-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-card .quote-icon i {
    font-size: 16px;
    color: #fff;
}

.testi-card .rating {
    display: flex;
    gap: 3px;
}

.testi-card .rating i {
    font-size: 14px;
    color: #fbbf24;
}

.testi-card .card-body {
    flex: 1;
    margin-bottom: 15px;
}

.testi-card .card-body p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    font-style: italic;
}

.testi-card .card-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.author-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4a9eff 0%, #0a3a6b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-avatar span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.author-info h5 {
    font-size: 14px;
    color: #0a2540;
    font-weight: 600;
    margin-bottom: 2px;
}

.author-info span {
    font-size: 12px;
    color: #64748b;
}

.service-badge {
    margin-left: auto;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    color: #0a3a6b;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.service-badge i {
    font-size: 11px;
}

.testi-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.testi-prev-new,
.testi-next-new {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-prev-new:hover,
.testi-next-new:hover {
    background: #4a9eff;
    border-color: #4a9eff;
    transform: scale(1.1);
}

.testi-trust {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.trust-item i {
    font-size: 20px;
    color: #4a9eff;
}

.trust-item span {
    font-size: 14px;
}

.trust-item strong {
    color: #fff;
    font-weight: 700;
}

/* Testimonials Responsive */
@media (max-width: 992px) {
    .testi-trust {
        gap: 25px;
        flex-wrap: wrap;
    }
    
    .testi-header h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .testimonials-new {
        padding: 40px 0;
    }
    
    .testi-card {
        padding: 18px;
    }
    
    .testi-trust {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .testi-header h2 {
        font-size: 24px;
    }
    
    .testi-header > p {
        font-size: 14px;
    }
}

/* ==================== SUPPORT NEW SECTION ==================== */
.support-new {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.support-content {
    position: relative;
    z-index: 1;
}

.support-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.support-badge i {
    color: #4a9eff;
}

.support-content h2 {
    font-size: 38px;
    color: #0a2540;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.support-content h2 span {
    color: #4a9eff;
}

.support-content > p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 30px;
}

.support-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.support-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(10, 37, 64, 0.08);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.support-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(10, 37, 64, 0.12);
    border-color: #4a9eff;
}

.support-card .card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.support-card .card-icon i {
    font-size: 22px;
    color: #fff;
}

.support-card.whatsapp .card-icon {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.support-card.email .card-icon {
    background: linear-gradient(135deg, #4a9eff 0%, #0a3a6b 100%);
}

.support-card.web .card-icon {
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
}

.support-card .card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.support-card .card-label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.support-card .card-value {
    font-size: 16px;
    color: #0a2540;
    font-weight: 600;
}

.support-card > i {
    color: #94a3b8;
    font-size: 14px;
    transition: all 0.3s ease;
}

.support-card:hover > i {
    color: #4a9eff;
    transform: translateX(5px);
}

.support-stats {
    display: flex;
    gap: 30px;
}

.support-stats .stat {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 14px;
}

.support-stats .stat i {
    color: #10b981;
    font-size: 18px;
}

.support-stats .stat strong {
    color: #0a2540;
}

.support-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-image > img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(10, 37, 64, 0.15));
}

.support-image .image-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #0a2540 0%, #0a3a6b 100%);
    color: #fff;
    padding: 15px 25px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(10, 37, 64, 0.3);
}

.support-image .image-badge i {
    font-size: 24px;
    color: #4a9eff;
}

.support-image .image-badge span {
    font-size: 14px;
    font-weight: 600;
}

/* Support Responsive */
@media (max-width: 992px) {
    .support-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .support-image {
        order: -1;
    }
    
    .support-content {
        text-align: center;
    }
    
    .support-cards {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    
    .support-stats {
        justify-content: center;
    }
    
    .support-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .support-new {
        padding: 50px 0;
    }
    
    .support-content h2 {
        font-size: 26px;
    }
    
    .support-stats {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .support-image .image-badge {
        bottom: 15px;
        right: 15px;
        padding: 12px 18px;
    }
}

/* VDS Server Badge Styles */
.vds-server.popular {
    border-color: #0a2540;
    box-shadow: 0 12px 32px rgba(10, 37, 64, 0.15), 0 4px 12px rgba(10, 37, 64, 0.08)
}

.vds-server.popular::before {
    opacity: 1
}

.vds-server .server-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(238, 90, 111, 0.4);
    z-index: 10;
    animation: badgePulse 2s ease-in-out infinite
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(238, 90, 111, 0.4)
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(238, 90, 111, 0.6)
    }
}

.vds-server .server-badge.best-value {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4)
}

.vds-server .server-badge.recommended {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4)
}

/* Smooth Scroll Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.vds-server {
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: calc(var(--animation-order, 0) * 0.1s);
    opacity: 0
}

/* Page Banner Enhancement */
.page-banner .specs .item {
    transition: all 0.3s ease
}

.page-banner .specs .item:hover {
    transform: translateY(-5px)
}

.page-banner .specs .item:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease
}

/* Dedicated Server Badge Styles */
.dedicated-server.popular {
    border-color: #0a2540;
    box-shadow: 0 12px 32px rgba(10, 37, 64, 0.15), 0 4px 12px rgba(10, 37, 64, 0.08)
}

.dedicated-server.popular::before {
    opacity: 1
}

.dedicated-server .server-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(238, 90, 111, 0.4);
    z-index: 10;
    animation: badgePulse 2s ease-in-out infinite
}

.dedicated-server .server-badge.best-value {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4)
}

.dedicated-server .server-badge.recommended {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4)
}

/* Smooth Scroll Animation for Dedicated Server */
.dedicated-server {
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: calc(var(--animation-order, 0) * 0.08s);
    opacity: 0
}

/* ========================================
   MODERN FEATURES SECTION STYLES
======================================== */
.features-modern-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden
}

.features-modern-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: radial-gradient(ellipse at top, rgba(10, 37, 64, 0.03) 0%, transparent 70%);
    pointer-events: none
}

.features-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2
}

.features-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(10, 37, 64, 0.2)
}

.features-title {
    font-size: 42px;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 16px;
    line-height: 1.2;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.features-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2
}

.feature-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 35px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a2540 0%, #1e4d7b 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease
}

.feature-card:hover {
    border-color: #0a2540;
    box-shadow: 0 20px 60px rgba(10, 37, 64, 0.15);
    transform: translateY(-8px)
}

.feature-card:hover::before {
    transform: scaleX(1)
}

.feature-icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.4s ease;
    position: relative
}

.feature-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    border-radius: 20px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease
}

.feature-card:hover .feature-icon-wrapper {
    transform: scale(1.08) rotate(5deg)
}

.feature-card:hover .feature-icon-wrapper::after {
    opacity: 0.15
}

.feature-icon {
    width: 32px;
    height: 32px;
    color: #ffffff;
    stroke-width: 2.5
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 12px;
    line-height: 1.3
}

.feature-description {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 18px
}

.feature-highlight {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
    color: #0a2540;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid rgba(10, 37, 64, 0.1)
}

/* ========================================
   MODERN FAQ SECTION STYLES
======================================== */
.faq-modern-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative
}

.faq-header {
    text-align: center;
    margin-bottom: 60px
}

.faq-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.2)
}

.faq-title {
    font-size: 42px;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 16px;
    line-height: 1.2
}

.faq-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7
}

.faq-container-modern {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px
}

.faq-item-modern {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease
}

.faq-item-modern:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08)
}

.faq-item-modern.active {
    border-color: #0a2540;
    box-shadow: 0 12px 32px rgba(10, 37, 64, 0.12)
}

.faq-question-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 26px 30px;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease
}

.faq-question-wrapper:hover {
    background: rgba(10, 37, 64, 0.02)
}

.faq-icon-box {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease
}

.faq-item-modern.active .faq-icon-box {
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    transform: scale(1.05)
}

.faq-icon-box svg {
    width: 24px;
    height: 24px;
    color: #0a2540;
    transition: color 0.3s ease
}

.faq-item-modern.active .faq-icon-box svg {
    color: #ffffff
}

.faq-question-text {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    color: #0a2540;
    line-height: 1.4;
    margin: 0
}

.faq-toggle {
    width: 36px;
    height: 36px;
    background: #f8fafc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease
}

.faq-toggle svg {
    width: 20px;
    height: 20px;
    color: #0a2540;
    transition: transform 0.3s ease
}

.faq-item-modern.active .faq-toggle {
    background: #0a2540;
    transform: rotate(180deg)
}

.faq-item-modern.active .faq-toggle svg {
    color: #ffffff
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 30px 0 96px
}

.faq-item-modern.active .faq-answer {
    max-height: 600px;
    padding: 0 30px 26px 96px
}

.faq-answer p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
    margin: 0
}

.faq-answer p strong {
    color: #0a2540;
    font-weight: 700
}

/* Responsive Design */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }
}

@media (max-width: 768px) {
    .features-modern-section,
    .faq-modern-section {
        padding: 50px 0
    }
    
    .features-title,
    .faq-title {
        font-size: 32px
    }
    
    .features-subtitle,
    .faq-subtitle {
        font-size: 16px
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
    
    .feature-card {
        padding: 28px 24px
    }
    
    .faq-question-wrapper {
        padding: 20px 20px;
        gap: 14px
    }
    
    .faq-icon-box {
        width: 40px;
        height: 40px
    }
    
    .faq-icon-box svg {
        width: 20px;
        height: 20px
    }
    
    .faq-question-text {
        font-size: 16px
    }
    
    .faq-answer {
        padding: 0 20px 0 74px
    }
    
    .faq-item-modern.active .faq-answer {
        padding: 0 20px 20px 74px
    }
    
    .faq-answer p {
        font-size: 15px
    }
}


/* ==================== CORPORATE ABOUT PAGE STYLES ==================== */

/* Hero Section */
.corporate-hero-section {
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.corporate-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-title {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 40px;
}

.hero-stats {
    display: flex;
    gap: 40px;
}

.stat-item {
    text-align: center;
}

.stat-item h3 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #fff 0%, #4a9eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-image {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.3));
}

/* Company Info Section */
.company-info-section {
    padding: 80px 0;
    background: #fff;
}

.section-header {
    margin-bottom: 60px;
}

.section-title {
    font-size: 42px;
    color: #0a2540;
    font-weight: 800;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.info-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e3e8ef;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.4s ease;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(10, 37, 64, 0.12);
    border-color: #0a2540;
}

.info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all 0.4s ease;
}

.info-card:hover .info-icon {
    transform: scale(1.08) rotate(5deg);
}

.info-icon i {
    font-size: 32px;
    color: #f6f6f6ff;
}

.info-content h3 {
    font-size: 16px;
    color: #0a2540;
    font-weight: 700;
    margin-bottom: 8px;
}

.info-content p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

/* Mission & Vision Section */
.mission-vision-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}

.content-box {
    padding: 0 20px;
}

.content-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 24px;
}

.content-badge i {
    font-size: 18px;
    color: #4a9eff;
}

.content-title {
    font-size: 36px;
    color: #0a2540;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.content-description {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 28px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 16px;
    color: #475569;
}

.feature-list li i {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.image-wrapper {
    position: relative;
}

.rounded-image {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(10, 37, 64, 0.15);
    transition: all 0.4s ease;
}

.image-wrapper:hover .rounded-image {
    transform: scale(1.02);
    box-shadow: 0 30px 80px rgba(10, 37, 64, 0.2);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 37, 64, 0.1) 0%, rgba(30, 77, 123, 0.05) 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.image-wrapper:hover .image-overlay {
    opacity: 1;
}

/* Values Section */
.values-section {
    padding: 80px 0;
    background: #fff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e3e8ef;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.4s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(10, 37, 64, 0.12);
    border-color: #0a2540;
}

.value-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all 0.4s ease;
}

.value-card:hover .value-icon-wrapper {
    transform: scale(1.08) rotate(5deg);
}

.value-icon-wrapper i {
    font-size: 36px;
    color: #fff;
}

.value-card h3 {
    font-size: 20px;
    color: #0a2540;
    font-weight: 700;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-stats {
        gap: 30px;
    }
    
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .content-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .corporate-hero-section {
        padding: 50px 0;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .hero-stats {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stat-item h3 {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mission-vision-section {
        padding: 50px 0;
    }
    
    .content-box {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .content-badge {
        justify-content: center;
    }
    
    .content-title {
        font-size: 26px;
    }
    
    .feature-list li {
        justify-content: center;
    }
    
    .values-section {
        padding: 50px 0;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ==================== BANK PAGE STYLES ==================== */

/* Bank Page Section */
.bank-page-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
}

.bank-page-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.bank-page-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.bank-page-header p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* Bank Cards Wrapper */
.bank-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Bank Card Compact */
.bank-card-compact {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.bank-card-compact:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.bank-card-top {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e3e8ef;
}

.bank-logo-compact {
    max-width: 100px;
    height: auto;
    max-height: 36px;
}

.bank-badge-compact {
    background: #0a2540;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.bank-badge-compact.green {
    background: #22c55e;
}

.bank-card-content {
    padding: 20px;
}

.bank-info-row {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.bank-info-row:last-of-type {
    border-bottom: none;
    margin-bottom: 16px;
}

.info-label-compact {
    display: block;
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.info-value-compact {
    display: block;
    font-size: 15px;
    color: #0a2540;
    font-weight: 600;
}

.iban-row {
    background: #f8fafc;
    padding: 12px;
    border-radius: 8px;
    border: 2px dashed #cbd5e1;
}

.iban-value {
    display: block;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #0a2540;
    font-weight: 700;
    letter-spacing: 0.5px;
    word-break: break-all;
}

.copy-button {
    width: 100%;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.copy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(10, 37, 64, 0.3);
}

.copy-button i {
    font-size: 12px;
}

/* Info Cards Row */
.info-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.info-card-mini {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.info-card-mini:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.info-icon-mini {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon-mini i {
    font-size: 16px;
    color: #fff;
}

.info-text-mini {
    font-size: 12px;
    color: #0a2540;
    line-height: 1.4;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .bank-cards-wrapper {
        grid-template-columns: 1fr;
    }
    
    .info-cards-row {
        grid-template-columns: 1fr;
    }
    
    .bank-page-header h1 {
        font-size: 24px;
    }
}

/* Old Bank Styles - To Remove */
.bank-accounts-section {
    padding: 80px 0;
    background: #fff;
}

.bank-accounts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto 60px;
}

.bank-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e3e8ef;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(10, 37, 64, 0.08);
}

.bank-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(10, 37, 64, 0.15);
    border-color: #0a2540;
}

.bank-card-header {
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.bank-card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.bank-card:hover .bank-card-header::before {
    opacity: 1;
}

.bank-logo {
    background: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.bank-logo img {
    max-width: 110px;
    height: auto;
    max-height: 40px;
}

.bank-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bank-badge.popular {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.bank-card-body {
    padding: 24px;
}

.bank-info-item {
    padding: 16px;
    background: #f8fafc;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.bank-info-item:hover {
    background: #f0f4f8;
    transform: translateX(5px);
}

.bank-info-item.highlighted {
    background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
    border: 2px solid #0a2540;
    position: relative;
}

.info-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.info-label i {
    color: #0a2540;
    font-size: 14px;
}

.info-value {
    color: #0a2540;
    font-size: 16px;
    font-weight: 700;
}

.iban-number {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    letter-spacing: 1px;
    word-break: break-all;
}

.copy-btn {
    margin-top: 12px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.copy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10, 37, 64, 0.3);
}

.copy-btn i {
    font-size: 12px;
}

/* Payment Info Section */
.payment-info-section {
    margin-bottom: 60px;
}

.payment-info-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e3e8ef;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    margin-bottom: 20px;
}

.payment-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(10, 37, 64, 0.12);
    border-color: #0a2540;
}

.info-icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0a2540 0%, #1e4d7b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    transition: all 0.4s ease;
}

.payment-info-card:hover .info-icon-box {
    transform: scale(1.1) rotate(5deg);
}

.info-icon-box i {
    font-size: 20px;
    color: #fff;
}

.payment-info-card h4 {
    font-size: 15px;
    color: #0a2540;
    font-weight: 700;
    margin-bottom: 8px;
}

.payment-info-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Payment Notice */
.payment-notice {
    background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
    border: 2px solid #ffc107;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    gap: 24px;
    box-shadow: 0 8px 24px rgba(255, 193, 7, 0.15);
}

.notice-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-icon i {
    font-size: 28px;
    color: #fff;
}

.notice-content h4 {
    font-size: 20px;
    color: #f57c00;
    font-weight: 700;
    margin-bottom: 16px;
}

.notice-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-content ul li {
    padding: 10px 0;
    color: #5d4037;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    padding-left: 24px;
}

.notice-content ul li::before {
    content: '�';
    position: absolute;
    left: 0;
    color: #ff9800;
    font-weight: 700;
}

.notice-content a {
    color: #0a2540;
    text-decoration: underline;
    font-weight: 600;
}

.notice-content a:hover {
    color: #1e4d7b;
}

/* Responsive Design */
@media (max-width: 992px) {
    .bank-accounts-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .bank-logo img {
        max-width: 120px;
    }
}

@media (max-width: 768px) {
    .bank-accounts-section {
        padding: 50px 0;
    }
    
    .bank-card-header {
        padding: 24px;
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .bank-card-body {
        padding: 24px;
    }
    
    .iban-number {
        font-size: 14px;
    }
    
    .payment-notice {
        flex-direction: column;
        padding: 24px;
    }
    
    .notice-icon {
        margin: 0 auto;
    }
    
    .notice-content {
        text-align: center;
    }
    
    .notice-content ul li {
        text-align: left;
    }
}
