/*     
        FULL STACK DEVELOPER
            Emirhan Akpınar 
           emirhanakpinar.com.tr
*/

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Karla', sans-serif;
}

body {
    background-color: #f3f7fe;
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}

img {
    user-select: none;
}

.container {
    max-width: 1240px;
    width: 100%;
}

#header {
    width: 100%;
}

#nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

#header #nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nav-top-left {
    height: 100%;
}



.nav-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    background-color: #276221;
    
}
.sticky {
    /* Başlıkla ilgili gereken stiler buraya eklenebilir */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 70% !important;
    margin-left: 15%;
    border-radius: 15px;
}
.nav-top a {
    color: #C5D8E7;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.n {
          margin-right: 7px !important;
    padding-right: 10px !important;
}

.nav-top-left a.n:last-child {
    margin-right: 0;
}

.nav-top a img {
    margin-bottom: 2.5px;
}

.customer-area-btn {
       background-color: #3b8132;
    padding: 7px 20px;
    margin-left: 0;
    line-height: 16px !important;
    border-radius: 15px;
    color: #fff !important;
    font-size: 13px;
}

.nav-top-left p {
    display: none;
}

.nav-top-left label {
    cursor: pointer;
    position: relative;
    align-items: center;
    height: 100%;
    display: none;
}

.nav-top-left label input {
    display: none;
}

.nav-top-left label .fast-menu {
    width: 200px;
    height: auto;
    background-color: #c4d8e7;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.363);
    position: absolute;
    top: 50px;
    border-radius: 10px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    padding: 5px;
    z-index: 5;
}

.fast-menu a {
    color: #0d3b58;
    background-color: #f1fafe77;
    border-radius: 10px;
    margin: 0 0 5px 0;
    padding: 10px 10px;
    border: none;
}

.fast-menu a:last-child {
    margin-bottom: 0;
}

.fast-menu a svg {
    margin-right: 10px;
}

#fm:checked~.fast-menu {
    visibility: visible;
    opacity: 1;
}

.nav-top a img {
    margin-right: 5px;
}

.nav-bottom {
    height: 90px;
    width: 100%;
    background-color: #F2F9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-bottom: 3px solid #DFE7F3;
    font-size: 16px;

    
}

.nav-bottom-right {
    display: flex;
    align-items: center;
    height: 90%;
}

.nav-bottom-right .dropdown-nav {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
}

.domain-area {
    background-color: #E4ECFA;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.domain-area span {
    white-space: nowrap;
    color: BLACK;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
}

.domain-input {
    display: flex;
}

.domain-input a {
    padding: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: #46923C;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    white-space: nowrap;
    margin-left: 10px;
}

.domain-input input {
    display: flex !important;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: BLACK;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 7px;
}

.domain-input input::placeholder {
    color: BLACK;
    font-weight: 500;
}

.mega-menu {
       position: absolute;
    top: 60px;
    left: 10%; 
    background-color: #F2F9FF;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    width: max-content;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    transition: 0.2s;
    z-index: 5;
}

.mega-menu {
    visibility: hidden;
    opacity: 0;
}

.dropdown-nav:hover .mega-menu {
    visibility: visible;
    opacity: 1;
}

.mm-1{
    right:0;
    left:auto;
}

.mega-bt {
    display: inline-block;
    padding: 0px;}

.col-domain {
      width: 100%;
    padding: 0px;}
.col-domain:first-child {
    border-bottom: 1px solid #E4ECFA;}

.col-domain .cd-box:last-child {
    border-bottom: none;
}

.col-domain .cd-box {
   display: flex;
    text-decoration: none;
    border-bottom: 1px solid #E4EBF8;
    padding: 16px 14px;
    width: 100%;
}

.col-domain .cd-left {
       min-width: 40px;
    width: 40px;
    height: 40px;
     border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.col-domain .cd-right p {
    margin-bottom: 5px;
        color: BLACK;
    white-space: nowrap;
    font-weight: 500;
}

.col-domain .cd-right p span{
    background-color:orange;
    padding:2px 5px;
    border-radius:5px;
    color:#fff;
    font-size:11px;
    font-weight:500;
    margin-left: 5px;
}

.col-domain .cd-right span {
    color: BLACK;
    font-weight: 400;
    font-size: 13.4px;    white-space: nowrap;
}

.nav-bottom-right .mb span {
    display: flex;
    align-items: center;
}

.nav-bottom-right .mb,
.menu-area a {
    display: inline-flex;
    align-items: center;
    margin: 0 15px;
    font-weight: 500;
    color: BLACK;
    text-decoration: none;
    cursor: pointer;
}

.menu-area a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    justify-content: center;
    margin: 0;
    /* border-bottom: 1px solid #D0DAEB; */
    transition: 0.2s;
}

.menu-area .panel a:last-child {
    border: none;
}

.menu-area a:hover {
    background-color: #D0DAEB;
}

.nav-bottom-right .mb:nth-child(1) {
 }

.nav-bottom-right .mb:nth-child(7) {
    margin-right: 0 !important;
}

.nav-bottom-right .mb img {
    margin-left: 5px;
}

.nav-bottom-right .mb:hover {
    background-color: transparent !important;
}

.nav-bottom-right .bsket {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4ECFA;
    padding: 12px 20px;
    border-radius: 15px;
    color: BLACK;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 500;
    margin-left: 20px;
}

.nav-bottom-right .bsket img {
    margin-right: 5px;
}

.nav-bottom-right label {
    display: none;
}

.basket-number {
    background-color: #3b8132;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 5px;
}

.nav-bottom-right .bsket:hover {
    background-color: #E4ECFA !important;
}

.m-btn {
    display: flex;
    min-width: 40px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #E4ECFA;
    cursor: pointer;
    margin-right: 5px;
}

.nav-bottom-right input {
    display: none;
}

.menu-area {
    position: fixed;
    top: 0;
    left: -100%;
    background: #f1fafe;
    height: 100%;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    padding: 0 20px 20px 20px;
    overflow-y: auto;
}

.menu-area .accordion {
    padding: 10px 20px;
}

#ma:checked~.menu-area {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.nav-bottom-right .m-btn:hover {
    background-color: #E4ECFA;
}

.close-menu {
    padding: 20px 0px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.close-menu label {
    cursor: pointer;
}

.nav-bottom-middle a {
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
    font-weight: 500;
    color: BLACK;
    text-decoration: none;
}

.nav-bottom-middle a img {
    margin-left: 5px;
}

#first-area {
    background-color: #E9F0FB;
    font-size: 14px;
    display: flex;
    justify-content: center;
    padding: 90px 0 70px 0;
}

#first-area .container {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}

.first-area-left {
    padding-right: 10px;
}

.first-area-left h1 {
    font-size: 40px;
    color: BLACK;
    margin-bottom: 20px;
}


.first-area-left p {
    font-size: 16px;
    color: BLACK;
    margin-bottom: 30px;
}

.first-area-left,
.first-area-right {
    width: 50%;
}

.first-area-right {
    padding-left: 10px;
}

.btn-1 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 10px;
    background-color: #F2F9FF;
    border-radius: 100px;
    margin-bottom: 20px;
    color: BLACK;
    white-space: nowrap;
    padding-right: 22px;
}

.fal-btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.fal-btn-area ul li {
    color: BLACK;
    list-style-type: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
}

.fal-btn-area ul li img {
    margin-right: 7px;
}

.fal-btn-area ul:first-child {
    margin-right: 100px;
}

.fal-btn-area ul li:last-child {
    margin-bottom: 0;
}

.btn-1 img {
    background-color: #E9F0FB;
    padding: 8px 15px;
    border-radius: 50px;
    margin-right: 5px;
}

.btn-2 {
    background-color: #3b8132;
    padding: 10px 10px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-decoration: none;
    margin-right: 30px;
    height: 50px;
    transition: 0.2s;
}

.btn-2 img {
    margin-right: 5px;
    padding: 10px;
    border-radius: 10px;
}

.btn-3 {
    background-color: transparent;
    border: 1px solid #3b8132;
    color: #3b8132;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 30px;
    height: 50px;
}

.far-container {
    background-color: #F2F9FF;
    border-radius: 15px;
    width: 100%;
    display: flex;
}

.far-left,
.far-right {
    width: 100%;
}

.far-right {
    padding: 20px;
}

.far-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}

.far-icon {
    background-color: #CCE2F1;
    display: inline-flex;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.packet-name {
    font-size: 20px;
    color: BLACK;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4ECFA;
    margin-bottom: 20px;
}

.far-right ul li {
    list-style-type: none;
    display: flex;
    margin-bottom: 5px;
    color: BLACK;
    font-size: 14px;
}

.far-right ul li img {
    margin-right: 5px;
}

.far-right ul {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4ECFA;
    margin-bottom: 20px;
}

.btn-4 {
    text-decoration: none;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}

.btn-4 span:first-child {
    background-color: #DFE7F4;
    color: BLACK;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}

.btn-4 span:last-child {
    background-color: #3b8132;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 15px;
    width: 60%;
}

#second-area {
    background-color: #f3f7fe;
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#second-area h1 {
    font-size: 28px;
    color: BLACK;
    text-align: center;
    margin-bottom: 7px;
}
#second-area h2 {
    font-size: 28px;
    color: BLACK;
    text-align: center;
    margin-bottom: 7px;
}

#second-area p.h1-bottom {
    text-align: center;
    color: #53748C;
    font-size: 16px;
    margin-bottom: 70px;
}

.sarea-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.second-area-left {
    padding-right: 10px;
}

.sal-box {
    display: inline-flex;
    flex-direction: column;
    background-color: #E9F0FB;
    border-radius: 15px;
    height: 100%;
}

.sal-box img {
    border-radius: 15px 15px 0 0;
}

.sal-bottom {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding-top: 40px;
}

.sal-bottom::before {
    content: '';
    width: 150px;
    height: 150px;
    background: #DFE7F480;
    border-radius: 50%;
    position: absolute;
    top: -40%;
    z-index: -1;
    left: -10%;
}

.salbottom-price {
    background-color: #3b8132;
    font-size: 13px;
    color: #fff;
    padding: 12px 9px;
    border-radius: 15px;
    margin-right: 10px;
}

.sal-bottom img {
    padding-right: 10px;
    border-radius: 0;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    border-right: 1px solid #D7E0EF;
}

.sal-bottom p {
    display: flex;
    flex-direction: column;
}

.sal-bottom p span:first-child {
    font-size: 13px;
    color: #53748C;
}

.sal-bottom p span:last-child {
    font-size: 18px;
    color: BLACK;
}

.second-area-right {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    width: 100%;
}

.sal-search-area {
    width: 100%;
    display: flex;
    align-items: center;
    height: 80px;
    border-radius: 15px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.sal-search-area input {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 10px;
    outline: none;
    margin-right: 5px;
    font-family: 'Roboto', sans-serif;
    color: #53748C;
    font-size: 16px;
}

.sal-search-area .btn-2 {
    font-size: 15px;
    white-space: nowrap;
    margin-right: 10px;
}

.sar-box-area {
    display: flex;
}

.sar-box {
    width: 25%;
    background-color: #E9F0FB;
    margin-right: 10px;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.sar-box p {
    font-size: 14px;
    color: BLACK;
}

.sar-box:last-child {
    margin-right: 0;
}

.sar-box::before {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: #DFE7F480;
    border-radius: 50%;
    z-index: -1;
    top: -50%;
    right: -30%;
}

.sar-box img {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.sarea-domain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sad-box {
    background-color: #fff;
    height: 60px;
    width: 180px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sad-box img {
    padding-right: 10px;
    border-right: 1px solid #E4ECFA;
    margin-right: 10px;
    width: 53px !important;
}

.sad-box span {
    font-size: 11px;
    background-color: #E9F0FB;
    padding: 11px 10px;
    border-radius: 15px;
}

/* İyileştirilmiş Third Area CSS */
#third-area {
    padding: 70px 0;
    display: flex;
    justify-content: center;
    background-color: #eff5fd;
}

#third-area .container {
    padding: 0 20px;
    max-width: 1240px;
    width: 100%;
}

.th-area-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
    text-align: center;
}

.tat-left h1 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.tat-left h2 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.tat-left p {
    color: #53748C;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
}

.th-area-bottom {
    margin-bottom: 30px;
}

.th-area-bottom:last-child {
    margin-bottom: 0;
}

.tat-right .tab {
    padding: 13px 10px;
    border: 1px solid #3b8132;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tat-right .tablinks {
    font-size: 16px;
    border: none;
    background-color: transparent;
    color: #53748C;
    outline: none;
    white-space: nowrap;
    padding: 13px 20px;
    border-radius: 15px;
    cursor: pointer;
    margin-right: 10px;
}

.tat-right .tablinks.active {
    background-color: #3b8132;
    color: #FFFFFF;
}

.tat-right .tablinks:last-child {
    margin-right: 0;
}

.th-area-bottom .tabcontent {
    justify-content: space-between;
}

/* Grid Layout için iyileştirmeler */
.packages-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.packages-row {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.packages-row .item {
    flex: 0 0 auto;
    width: 320px;
    min-height: 100%;
}

/* Kart tasarımı - tamamen yenilendi */
.tab-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 520px;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}

.tab-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b8132, #46923C);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.tab-box:hover::before {
    transform: scaleX(1);
}

.tab-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: #3b8132;
}

/* Kart başlığı */
.tab-box > p:first-child {
    font-size: 24px;
    color: #1a1a1a;
    margin: 0;
    padding: 30px 30px 10px;
    font-weight: 700;
    text-align: center;
}

/* Paket adı (span) */
.tab-box > span:first-of-type {
    color: #53748C;
    font-size: 16px;
    padding: 0 30px 20px;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid #f0f4f8;
    margin-bottom: 25px;
    font-weight: 500;
    width: 100%;
    display: block;
}

/* Fiyat alanı */
#fiyat {
    font-size: 36px;
    font-weight: 800;
    color: #3b8132;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 30px;
    line-height: 1;
}

/* Özellikler listesi */
.tab-box ul {
    width: 100%;
    margin: 0;
    padding: 0 30px 30px;
    border: none;
    flex: 1;
}

.tab-box ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #2c3e50;
    font-size: 15px;
    line-height: 1.5;
    padding: 8px 0;
}

.tab-box ul li:last-child {
    margin-bottom: 0;
}

.tab-box ul li img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    flex-shrink: 0;
}

.tab-box ul li b {
    color: #3b8132;
    font-weight: 600;
}

/* Buton alanı */
.tab-box .btn-area {
    padding: 0 30px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    white-space: nowrap;
}

.owl-carousel .tab-box {
    width: 290px;
}


.tab-mail {
    padding: 0;
    background-color: #F2F9FF;
}

.tab-mail ul li {
    justify-content: left;
}

.tab-mail-bottom {
    width: 100%;
    padding: 30px;
    padding-top: 0;
}

.tm-a {
    width: 100%;
    background-color: BLACK;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.tm-a img {
    width: 20px !important;
    margin-right: 10px;
    height: 20px;
}

.tab-mail-bottom ul li {
    height: 65px;
    border-bottom: 1px solid #E4ECFA;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
}

.tab-mail-bottom ul {
    border: none !important;
    margin-bottom: 0 !important;
}

.tab-mail-bottom ul li img {
    width: 20px !important;
    height: 20px !important;
}

.tab-mail-img {
    width: 100%;
    height: 125px;
    border-radius: 15px;
    object-fit: cover;
}

.tab-box img.tab-img {
    width: 40px !important;
    background-color: #E9F0FB;
    box-sizing: content-box;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.tab-box span {
    font-size: 13px;
    color: #53748C;
    padding-bottom: 30px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 0px solid #E4ECFA;
}

._fh {
    padding: 0 30px 30px 30px;
}

.tbm {
    padding-bottom: 0;
}

.tab-mail-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #E4ECFA;
}

.tab-mail img.tab-img {
    margin-bottom: 0;
}

.tmail-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
}

.tmail-text p {
    margin-bottom: 4px;
    white-space: nowrap;
}

.tab-mail-bottom .tick-img img {
    width: 10px !important;
    margin-right: 0;
}

._d {
    justify-content: center;
}

.tab-mail-bottom .tick-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmail-text span {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: auto;
}

.btn-5 {
    font-size: 17px;
    background-color: #E9F0FB;
    border-radius: 15px;
    color: BLACK;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 15px;
    padding: 0 20px;
}

.btn-6 {
    background: linear-gradient(135deg, #3b8132, #46923C);
    color: #fff;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 12px;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-6:hover {
    background: linear-gradient(135deg, #46923C, #52A447);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 129, 50, 0.3);
    color: #fff;
    text-decoration: none;
}

#fourth-area {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f3f7fe;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fourth-area .container {
    display: flex;
    padding: 0 20px;
}

.fourth-left,
.fourth-right {
    width: 50%;
}

.fourth-left {
    padding-right: 15px;
}

.fourth-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}

.fourth-right {
    padding-left: 15px;
}

.fourth-right h1 {
    font-size: 28px;
    color: BLACK;
    margin-bottom: 7px;
}

.fourth-right span {
    color: #53748C;
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-flex;
}

.fourth-right span:last-child {
    margin-bottom: 0;
}

.fourth-right p {
    font-size: 20px;
    color: BLACK;
    font-weight: 500;
    margin-bottom: 15px;
}

#fifth-area {
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#fifth-area .container {
    background-color: #EFF5FD;
    box-shadow: 10px 10px 0 0px #e8f0fa;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.fifth-top {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
    margin-bottom: 50px;
}

.fifth-top h1 {
    color: BLACK;
    font-size: 28px;
    margin-bottom: 7px;
}

.fifth-top span {
    color: #53748c;
    font-size: 16px;
}

.fifth-bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fifth-box {
    width: 30%;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    transition: 0.2s;
}

.fifth-box:hover svg {
    fill: #fff;
    background-color: #3b8132;
}

.fb-right p {
    color: BLACK;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.fb-right span {
    color: #53748c;
    font-size: 13px;
}

.fb-left svg {
    background-color: #fff;
    padding: 10px;
    box-sizing: content-box;
    margin-right: 15px;
    border-radius: 15px;
    fill: BLACK;
    max-width: 20px;
    min-width: 20px;
    max-height: 20px;
    min-height: 20px;
}

#sixth-area {
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    justify-content: center;
    background-color: #f3f7fe;
}

#sixth-area .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.sixth-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sixth-top h1 {
    font-size: 28px;
    font-weight: 500;
    color: BLACK;
    margin-bottom: 7px;
}

.sixth-top span {
    font-size: 16px;
    color: #53748C;
    margin-bottom: 70px;
}

.sixth-bottom {
    width: 100%;
    overflow: hidden;
}

.owl-dots {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.owl-dot {
    width: 10px;
    height: 10px !important;
    background-color: #D8E0ED !important;
    margin-right: 8px;
    border-radius: 50%;
    transition: 0.2s;
    outline: none;
    border: none;
}

.owl-dot.active {
    width: 50px !important;
    border-radius: 100px;
    background-color: #3b8132 !important;
    transition: 0.2s;
}

.testimonial-box {
    width: 390px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
}

.testimonial-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #E4ECFA;
    margin-bottom: 30px;
}

.testimonial-top p {
    color: BLACK;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonial-top span {
    color: #53748C;
    font-size: 13px;
}

.testimonial-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-bottom .tb-l {
    display: flex;
    align-items: center;
}

.testimonial-bottom img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
    border-radius: 50%
}

.testimonial-bottom img:last-child {
    width: 30px !important;
    height: 30px !important;
    margin-right: 0;
    border-radius: 0;
}

.prof-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tb-l p {
    font-size: 15px;
    color: BLACK;
}

.tb-l span {
    font-size: 10px;
    color: #53748C;
}

#seventh-area {
    padding: 70px 20px;
    display: flex;
    justify-content: center;
    /* background-color: #f3f7fe; */
}

#seventh-area .container {
    background-color: BLACK;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    min-height: 150px;
    overflow: hidden;
}

.seventh-bg-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.seventh-bg-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

.seventh-container {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px 0 0 15px;
    padding: 20px;
    background-color: #276221;
}

.seventh-effect {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    width: 30%;
    height: 100%;
    top: 0;
    right: 3%;
    border-radius: 15px;
    padding: 20px;
}

.sc-text {
    width: 40%;
    margin-right: 60px;
}

.sc-text p {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 10px;
}

.sc-text span {
    color: #fff;
    font-size: 13px;
}

.sc-mail {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    width: 300px;
    padding: 10px;
    border-radius: 15px;
    background-color: #3b8132;
    margin-right: 50px;
}

.sc-mail span {
    font-size: 11px;
    color: #FFFFFF;
}

.sc-mail p {
    font-size: 15px;
    color: #FFFFFF;
}

.sc-mail svg {
    margin-right: 10px;
    background-color: #52A447;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 15px;
}

.live-sup {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    width: 200px;
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(90deg, #3b8132, #0e3c5a00);
    margin-right: 50px;
}

.live-sup span {
    font-size: 11px;
    color: #FFFFFF;
}

.live-sup p {
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.live-sup p::before {
    content: '';
    display: flex;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #7FEA5A;
}

.live-sup svg {
    margin-right: 10px;
    background-color: #52A447;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 15px;
}

#footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top {
    padding: 70px 20px;
}

.footer-top .container {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    width: 30%;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo img:first-child {
    margin-right: 15px;
}

.footer-left p {
    font-size: 13px;
    color: #53748C;
    margin-bottom: 30px;
}

.footer-left .social-media a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: 0.2s;
}

.footer-left .social-media a:last-child {
    margin-right: 0;
}

.footer-left .social-media svg {
    fill: BLACK;
    transition: 0.2s;
}

.footer-left .social-media a:hover {
    background-color: #3b8132;
}

.footer-left .social-media a:hover svg {
    fill: #fff;
}

.footer-middle {
    display: flex;
    width: 35%;
    justify-content: space-evenly;
}

.footer-links ul li {
    list-style: none;
}

.footer-links ul li .fl-header {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    color: BLACK;
}

.footer-links ul li a {
    color: #53748C;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 20px;
    display: flex;
}

.footer-right {
    display: flex;
    width: 35%;
    justify-content: space-evenly;
}

.footer-bottom {
    background-color: #E1E9F5;
    width: 100%;
    padding: 18px;
    display: flex;
    justify-content: center;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: #53748C;
    font-size: 13px;
}

.footer-bottom a {
    font-size: 13px;
    color: #53748C;
    text-decoration: none;
    margin-right: 20px;
}

.fob-right a {
    display: inline-flex;
    align-items: center;
}

.fob-right a img {
    margin-right: 8px;
}

.footer-bottom a:last-child {
    margin-right: 0;
}

/*SECOND PAGE*/

#thirth-area-2 {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    background-color: #E9F0FB59;
}

#thirth-area-2 .container {
    display: flex;
    flex-direction: column;
}

.tha2-bottom {
    display: flex;
}

.tha2-left {
    display: flex;
    flex-wrap: wrap;
}

.tha2-left .fifth-box {
    width: 50%;
    margin-bottom: 0;
    padding: 15px;
}

.tha2-right img {
    width: 390px;
    object-fit: cover;
    margin-left: 30px;
    border-radius: 15px;
}

#fourth-area-2 {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f3f7fe;
}

#fourth-area-2 .container {
    display: flex;
    flex-direction: column;
}

#fourth-area-2 table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 15px;
    background-color: #F2F9FF;
    color: BLACK;
    box-shadow: 10px 10px 0 0 #E8F0FAB2;
}

.enterprise:hover {
    background-color: #F2F9FF !important;
}

.tab-tb ul li {
    height: auto;
    padding: 10px;
}

.tab-tb .tmail-text p {
    font-size: 15px;
}

.tab-tb img.tab-img {
    width: 20px !important;
    height: 20px;
}

.tab-tb .tab-mail-bottom {
    padding: 0;
}

#fourth-area-2 td,
th {
    border: 1px solid #E4ECFA;
    text-align: left;
    height: 80px;
    text-align: center;
    position: relative;
    align-items: center;
        width: 18%;
}

.icon-bg {
    min-width: 25px;
    width: 25px;
    min-height: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tick-img {
    background-color: #3b8132;
    width: 8px;
    height: 6px;
}

.cross-img {
    background-color: BLACK;
    width: 8px;
    height: 6px;
}

#fourth-area-2 td img.cross {
    width: 8px;
    height: 6px;
}

.table-ticket {
    position: absolute;
    right: 0;
    font-size: 11px;
    border-radius: 15px 0px 0px 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.super-price {
    background-color: #46923C;
    color: #fff;
}

.campaign {
    background-color: #F58420;
    color: #fff;
}

.soon {
    background-color: #E4EBF8;
    color: BLACK;
}

#fourth-area-2 .taleft {
    text-align: left;
    display: flex;
    align-items: center;
    background-color: #EFF5FD;
    padding-left: 30px;
    width: 100%;
}

#fourth-area-2 tr:nth-child(even) {
    background-color: #f3f7fe;
}

#fifth-area-2 {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f3f7fe;
}

#fifth-area-2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conta1 {
    max-width: 550px;
}

.conta2 {
    max-width: 550px;
}

.accordion {
    background-color: #EBF3FC;
    margin-bottom: 5px;
    margin-top: 10px;
    color: BLACK;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.2s;
    border-radius: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion:hover {
    opacity: 0.8;
}

.accordion:after {
    content: '';
    background-image: url(../images/arrow-bottom.svg);
    background-size: 15px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F2F9FF;
    float: right;
    border-radius: 5px;
        margin-left: 7px;
}

.activeakor {
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #D0DAEB;
}

.activeakor:after {
    content: "";
    background-image: url(../images/arrow-top.svg);
    background-size: 15px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3b8132;
    float: right;
    border-radius: 5px;
}

.panel {
    padding: 0px;
    width: 100%;
    background-color: #EBF3FC;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
    border-radius: 0 0 15px 15px;
}

.panel p {
    margin: 30px;
    color: #53748C;
    font-size: 15px;
}

.tha3 {
    flex-direction: row-reverse;
}

.tha3 .tha2-right img {
    margin-right: 30px;
    margin-left: 0;
}

.tabcontent-2 {
    flex-direction: column;
}

/* Yeni Modern VDS Card Tasarımı */
.tab-box2 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 420px;
    margin-bottom: 0;
}

.tab-box2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #007bff;
}

.tab-box2.popular {
    border: 2px solid #007bff;
    position: relative;
}

.popular-badge {
    position: absolute;
    top: -1px;
    right: -1px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0 12px 0 12px;
    z-index: 2;
}

.tb2-header {
    padding: 25px 25px 15px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    position: relative;
}

.tb2-header h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
}

.intel-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.tb2-specs {
    padding: 20px 25px;
    flex: 1;
}

.spec-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
}

.spec-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.spec-icon {
    font-size: 18px;
    margin-right: 12px;
    width: 24px;
    text-align: center;
}

.spec-label {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    min-width: 60px;
    margin-right: 12px;
}

.spec-value {
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
    margin-left: auto;
}

.tb2-pricing {
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-top: 1px solid #e9ecef;
    text-align: center;
    margin-top: auto;
}

.price-amount {
    font-size: 32px;
    font-weight: 800;
    color: #007bff;
    margin-bottom: 5px;
    line-height: 1;
}

.price-period {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}

.order-btn {
    display: inline-block;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-btn:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    color: white;
    text-decoration: none;
}

/* Eski tab-box2 stilleri kaldırıldı */

#eighth-area {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    background-color: #EFF5FD;
}

#eighth-area .container {
    display: flex;
}

.ea-left {
    width: 45%;
    position: relative;
    display: flex;
    align-items: center;
}

.ea-left img:first-child {
    width: 100%;
    object-fit: cover;
}

.ea-left img:last-child {
    position: absolute;
    right: -20%;
}

.ea-icon {
    background-color: #F2F9FF;
    min-width: 45px !important;
    height: 45px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: 0.2s;
}

.ea-box:hover .ea-icon {
    background-color: #3b8132;
}

.ea-box:hover .ea-icon svg {
    fill: #fff;
}

.ea-icon svg {
    fill: BLACK;
    transition: 0.2s;
}

.ea-right {
    width: 55%;
    padding-left: 135px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ea-right h1 {
    font-size: 28px;
    color: BLACK;
    font-weight: 500;
    margin-bottom: 11px;
}

.ea-right p {
    font-size: 16px;
    color: #53748C;
    margin-bottom: 40px;
}

.ea-box {
    display: flex;
    margin-bottom: 30px;
}

.ea-box:last-child {
    margin-bottom: 0;
}

.ea-text p {
    margin-bottom: 0;
    color: BLACK;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}

.ea-text span {
    color: #53748C;
    font-size: 13px;
}

#nineth-area {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    background-color: #f3f7fe;
}

#nineth-area .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nineth-area .fifth-top {
    margin-bottom: 100px;
    margin-top: 0;
}

.ne-box {
    display: flex;
    background-color: #F2F9FF !important;
    border-radius: 15px;
    padding: 20px;
    width: 80%;
    box-shadow: -20px 20px 0 0 #E8F0FAB2;
}

.ne-p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid #E4ECFA;
    width: 25%;
}

.ne-p p {
    color: BLACK;
    font-size: 18px;
    font-weight: 500;
}

.ne-p:last-child {
    border-right: 0;
}

.ne-img {
    margin-right: 20px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
}

#fifth-area-2 .fifth-top {
    margin-top: 0;
    text-align: center;
}

.banner-area {
    background-image: url(../images/banner-img.png);
    height: 230px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.banner-area .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 230px;
}

.banner-area .container p {
    font-size: 25px;
    font-weight: 500;
    color: BLACK;
}

#contract-area {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f3f7fe;
    display: flex;
    justify-content: center;
}

#contract-area .container {
    display: flex;
}

.ca-left {
    width: 30%;
    padding-right: 30px;
}

.ca-left .tab {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
}

.ca-left .tablinks.active {
    border-left: 3px solid #3b8132;
    color: #3b8132;
}

.ca-left .tablinks.active svg {
    fill: #3b8132;
}

.ca-left .tab button {
    height: 70px;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #E4ECFA;
    font-size: 15px;
    font-weight: 500;
    color: BLACK;
    display: flex;
    align-items: center;
       padding-left: 36px;
    justify-content: left;
    cursor: pointer;
}

.ca-left .tab button svg {
    fill: BLACK;
    margin-right: 15px;
}

.ca-left .tab button:first-child {
    /* border-bottom: none; */
    border-radius: 15px 15px 0 0;
}

.ca-left .tab button:last-child {
    border-bottom: none;
    border-radius: 0 0 15px 15px;
}

.ca-right {
    width: 70%;
    padding-left: 30px;
}

.ca-right .tabcontent {
    display: flex;
    flex-direction: column;
}

.ca-right .tabcontent h3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #E4ECFA;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 500;
    color: BLACK;
}

.ca-right .tabcontent h4 {
    font-size: 18px;
    font-weight: 700;
    color: #53748C;
}

.ca-right .tabcontent p {
    font-size: 17px;
    color: #53748C;
}

.bank-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bank-row:last-child {
    margin-bottom: 0;
}

.bank-box {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin-right: 30px;
    width: 100%;
    height: 250px;
}

.bank-row .bank-box:last-child {
    margin-right: 0;
}

.bank-left {
    padding: 0;
    background-color: #E9F0FB;
    border-radius: 15px 0 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    margin-right: 30px;
}

.bank-right {
    height: 250px;
    padding: 20px;
}

.bank-box .bank-left img {
    transform: rotate(270deg);
    width: 100px;
}

.bank-box span {
    font-size: 13px;
    color: #53748C;
    margin-bottom: 3px;
}

.bank-box p {
    font-size: 15px;
    color: BLACK !important;
    font-weight: 500;
    margin-bottom: 20px;
}

.bank-box p:last-child {
    margin-bottom: 0;
}

#login {
    display: flex;
    height: 100%;
}

.login-left {
    background-color: #f3f7fe;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    padding: 20px;
    padding-top: 100px;
}

.login-left .container {
    display: flex;
    flex-direction: column;
    background-color: transparent;
        max-width: 80%;
    margin: auto;
}

.login-right {
    background-color: BLACK;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 100px 20px 20px 0;
    position: relative;
    overflow: hidden;
}

.login-right:before {
    content: '';
    min-width: 400px;
    width: 400px;
    height: 400px;
    background: linear-gradient(180deg, BLACK, #184768);
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    top: -100px;
    right: -100px;
}

.login-left img {
    width: 340px;
    margin-bottom: 30px;
}

.login-left p {
    font-size: 28px;
    color: BLACK;
    margin-bottom: 7px;
    font-weight: 500;
}

.login-left span {
    font-size: 16px;
    color: #53748C;
    margin-bottom: 50px;
}

.login-left span a {
    color: BLACK;
    font-weight: 500;
    text-decoration: none;
}

.login-left label {
    font-size: 14px;
    color: #53748C;
    margin-bottom: 15px;
}

.login-left input {
    background-color: #FFFFFF;
    border: none;
    outline: none;
    color: BLACK;
    border-radius: 10px;
    height: 65px;
    padding-left: 22px;
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 500;
}

.login-left input::placeholder {
    color: BLACK;
    font-size: 16px;
    font-weight: 500;
}

.login-right img.register-img {
    box-shadow: 10px 10px 0 0 #3b8132;
    border-radius: 0 15px 15px 0;
    z-index: 1;
    position: relative;
    margin-bottom: 90px;
}

.rmmber {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lbl-chk {
    display: flex;
    align-items: center;
    user-select: none;
}

.rmmber label {
    margin-bottom: 0;
}

.remember-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.remember-area a {
    font-size: 14px;
    color: #53748C;
    text-decoration: none;
}

.remember-area span {
    min-width: 25px;
    height: 25px;
    border: 2px solid #3b8132;
    border-radius: 5px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.remember-area span img {
    width: 10px;
    height: 7px;
    margin-bottom: 0;
}

.remember-area #remmber-me {
    display: none;
}

#remmber-me:checked~.chk-area {
    background-color: #3b8132;
}

.btn-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: BLACK;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
}

.btn-7 img {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 0;
    margin-left: 9px;
}

.register-text {
  padding-left: 57px;
    padding-right: 57px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.register-text p {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 500;
}

.rg-row {
    display: flex;
    align-items: center;
    /* align-items:flex-end; */
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 2px solid #3b813280;
}

.rg-row svg {
    fill: #3b8132;
    width: 30px !important;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
}

.register-text span {
    font-size: 16px;
    color: #C5D8E7;
    margin-bottom: 35px;
}

.register-text .btn-6 {
    height: 70px;
}

.register-text .btn-6 img {
    margin-left: 10px;
    width: 25px;
    height: 25px;
}

.login-left .rg-row {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    justify-content: space-between;
}

.row-inpt {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 10px;
}

.row-inpt:last-child {
    margin-right: 0;
}

#contact {
    display: flex;
    justify-content: center;
    background-color: #F2F9FF;
    padding-top: 100px;
    padding-bottom: 60px;
}

#contact .container {
    display: flex;
}

.contact-left {
    width: 50%;
    padding-right: 30px;
}

.cl-box {
    background-color: #F2F9FF;
    border-radius: 15px;
    padding: 30px;
    box-shadow: -10px 10px 0 0 #E8F0FAB2;
    display: flex;
    flex-direction: column;
}

.cl-box p {
    font-size: 19px;
    color: BLACK;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E4ECFA;
}

.cl-box input {
    height: 65px;
    border: none;
    outline: none;
    padding-left: 20px;
    color: BLACK;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 30px;
}

.cl-box input::placeholder {
    color: BLACK;
    font-size: 14px;
    font-weight: 400;
}

.cl-box textarea::placeholder {
    color: BLACK;
    font-size: 14px;
    font-weight: 400;
}

.cl-box textarea {
    border: none;
    outline: none;
    resize: vertical;
    color: BLACK;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
}

.cl-box a img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.cl-box .rg-row {
    border-bottom: none;
    justify-content: space-between;
    padding-bottom: 0;
}

.cl-box .rg-row input {
    width: 50%;
    margin-bottom: 0;
    margin-right: 10px;
}

.cl-box .rg-row input:last-child {
    margin-right: 0;
}

.contact-right {
    width: 50%;
    padding-left: 30px;
}

.cr-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
}

.cr-box p {
    font-size: 19px;
    color: BLACK;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E4ECFA;
}

.cr-box img {
    border-radius: 15px;
    margin-bottom: 30px;
}

.cr-info {
    background-color: #F3F7FE;
    padding: 30px;
    border-radius: 15px;
}

.cr-info p {
    font-size: 17px;
    font-weight: 500;
    color: BLACK;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADEE5;
}

.cr-info span {
    font-size: 16px;
    font-weight: 400;
    color: #53748C;
    margin-bottom: 20px;
    display: flex;
}

.cr-info a {
    font-size: 16px;
    font-weight: 400;
    color: #53748C;
    margin-bottom: 20px;
    display: flex;
    text-decoration: none;
}

.just-img img {
    width: 100%;
}

.fa {    
    font-size: 27px !important;    
    padding-right: 6px;
    vertical-align: middle;
}

#indirimli{       
    background: #3b8132;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    width: max-content;
}

#old-price{
    text-decoration: line-through;
    font-size: 17px;
} 

#fiyat{
    font-size: 35px; 
    position: relative; 
}

#paket-name{
    padding-bottom: 14px;
    border-bottom: 1px solid #E4ECFA;
    margin-bottom: 14px;
}

#ay{
    position: absolute;
}

.swiper {
    width: 100%;
}

/* Responsive styles for th-area-top */
@media (max-width: 900px) {
    .th-area-top {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

/* Responsive Design for Package Grid */
@media (max-width: 1200px) {
    .packages-row .item {
        width: 300px;
    }
    
    .packages-row {
        gap: 25px;
    }
}

@media (max-width: 900px) {
    .th-area-top {
        flex-direction: column;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .tat-left h2 {
        font-size: 28px;
    }
    
    .packages-row .item {
        width: 320px;
        flex: 0 0 calc(50% - 15px);
        max-width: 350px;
    }
    
    .packages-row {
        gap: 20px;
    }
    
    .packages-grid {
        gap: 30px;
    }
}

@media (max-width: 650px) {
    .packages-row .item {
        width: 100%;
        flex: 0 0 100%;
        max-width: 400px;
    }
    
    .packages-row {
        gap: 20px;
    }
    
    .packages-grid {
        gap: 25px;
    }
    
    .tab-box {
        min-height: 480px;
    }
    
    .tab-box > p:first-child {
        font-size: 22px;
        padding: 25px 25px 8px;
    }
    
    #fiyat {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .tab-box ul {
        padding: 0 25px 25px;
    }
    
    .tab-box .btn-area {
        padding: 0 25px 25px;
    }
}

@media (max-width: 400px) {
    #third-area .container {
        padding: 0 15px;
    }
    
    .tab-box {
        min-height: 450px;
    }
    
    .tab-box > p:first-child {
        font-size: 20px;
        padding: 20px 20px 8px;
    }
    
    .tab-box > span:first-of-type {
        padding: 0 20px 15px;
        margin-bottom: 20px;
    }
    
    #fiyat {
        font-size: 28px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    
    .tab-box ul {
        padding: 0 20px 20px;
    }
    
    .tab-box .btn-area {
        padding: 0 20px 20px;
    }
}

@media all and (max-width:1080px) {
    .sticky {
        width: 90% !important;
        margin-left: 5%;
    }
    .dropdown-nav{
        display:none !important;
    }

    .nav-bottom-right label {
        display: flex;
    }

    .mb {
        display: none !important;
    }

    .bsket {
        margin-left: 5px !important;
    }

    .nav-bottom-middle {
        display: none;
    }

    .btn-4 {
        flex-direction: column;
        height: 110px;
        justify-content: space-between;
    }

    .btn-4 span:first-child {
        position: inherit;
        width: 100%;
        margin-bottom: 10px;
    }

    .btn-4 span:last-child {
        width: 100%;
        height: 50px;
    }

    .sarea-bottom {
        flex-direction: column;
    }

    .sal-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .sal-box img:first-child {
        height: 200px;
        object-fit: cover;
    }

    .sal-bottom::before {
        display: none;
    }

    .fifth-box {
        width: 440px;
    }

    .fb-right span {
        height: 100%;
        overflow-y: auto;
    }

    #fourth-area .container {
        flex-direction: column;
    }

    .fourth-left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .fourth-left img {
        height: 350px;
    }

    .fourth-right {
        padding-left: 0;
    }

    .fourth-left,
    .fourth-right {
        width: 100%;
    }

    #thirth-area-2 .container {
        padding: 0 20px;
    }

    .tha2-bottom {
        flex-direction: column;
    }

    .tha2-right img {
        display: none;
    }

    #fourth-area-2 .container {
        padding: 0 20px;
    }

    .fa2-bottom {
        overflow-x: auto;
    }

    .fa2-bottom table {
        min-width: 700px;
    }

    #fifth-area-2 .container {
        padding: 0 20px;
    }

    #eighth-area .container {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

    .ea-left {
        margin-bottom: 20px;
    }

    .ea-right {
        width: 100%;
        padding-left: 0;
    }

    .ea-left img:last-child {
        width: 50%;
    }

    #nineth-area .container {
        padding: 0 20px;
        text-align: center;
    }

    .ne-box {
        flex-direction: column;
        align-items: center;
    }

    .ne-p {
        border: none;
        width: 100%;
        justify-content: flex-start;
    }

    #contract-area .container {
        padding: 0 20px;
    }

    #contract-area .container {
        flex-direction: column;
    }

    .ca-left {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .ca-right {
        width: 100%;
        padding-left: 0;     
        margin-top: 30px
    }

    .ca-left .tab button {
        height: 45px;
    }

    .bank-row {
        flex-direction: column;
    }

    .bank-box {
        margin-bottom: 20px;
        margin-right: 0;
    }

    #contact .container {
        padding: 0 20px;
        flex-direction: column;
    }

    .contact-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact-right {
        width: 100%;
        padding-left: 0;
    }

    .cr-box img {
        width: 100%;
    }

    #login {
        flex-direction: column;
    }

    .login-left {
        width: 100%;
        padding-top: 50px;
    }

    .login-right {
        width: 100%;
    }

    .register-text {
        padding-left: 20px;
    }

    .seventh-effect {
        display: none;
    }

    .seventh-container {
        width: 100%;
    }

    #first-area {
        padding: 70px 20px;
    }

    #first-area .container {
        flex-direction: column;
        padding: 0;
    }

    .first-area-left {
        margin-bottom: 50px;
    }

    .first-area-left,
    .first-area-right {
        width: 100%;
        padding: 0;
    }

    .far-left img {
        width: 100% !important;
        border-radius: 15px;
    }

    .far-left {
        width: 100%;
    }

    .far-container {
        box-shadow: -10px -10px 0 0 #dfe7f4;
    }

}
@media all and (max-width:1400px) {
    .sticky {
        width: 90% !important;
        margin-left: 5%;
    }
}

@media all and (max-width:850px) {
    .sticky {
        width: 90% !important;
        margin-left: 5%;
    }
    .footer-top {
        padding: 20px 20px;
    }

    .nav-top-left label {
        display: flex;
    }

    .second-area-left {
        padding-right: 0;
    }

    .footer-top .container {
        flex-direction: column;
    }

    .footer-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-links {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-links:last-child {
        margin-bottom: 0;
    }

    .seventh-bg-img img {
        width: 100%;
        border-radius: 15px;
    }

    .seventh-bg-img {
        display: none;
    }

    .seventh-container {
        flex-direction: column;
        position: relative;
    }

    .sc-text {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .sc-mail {
        margin-bottom: 10px;
    }

    .live-sup,
    .sc-mail {
        width: 100%;
        margin-right: 0;
    }

    .second-area-right {
        padding-left: 0;
    }

    .sar-box {
        font-size: 12px;
    }

    .sar-box img {
        margin-bottom: 5px;
    }

    .sar-box::before {
        right: -80%;
    }

    .sal-search-area .btn-2 {
        margin-right: 10px;
    }

    .th-area-top {
        flex-direction: column;
    }

    .tat-left {
        margin-bottom: 20px;
        text-align: center;
    }

    .nav-top {
        font-size: 12px;
    }

    .nav-top-left a.n {
        display: none;
    }

    .nav-top-right a:first-child {
        display: none;
    }

    .nav-top-left p {
        color: #fff;
        display: flex;
        display: none;
    }

    .accordion {
        font-size: 13px;
    }

    .th-area-bottom .tabcontent {
        overflow-x: auto;
    }

    .th-area-bottom .tabcontent .tab-box2 {
        width: 1000px;
    }
}

@media all and (max-width:500px) {
    .sticky {
        width: 90% !important;
        margin-left: 5%;
    }
    .nav-bottom-left img {
        width: 140px;
    }

    .owl-carousel .tab-box {
        width: 100% !important;
    }

    .nav-bottom-right .bsket {
        font-size: 12px;
        padding: 6px 20px;
        height: 40px;
    }

    .nav-bottom-right .m-btn img {
        width: 20px;
        height: 20px;
    }

    .tmg .far-left {
        display: none;
        width: 0;
    }

    .far-container .far-right {
        width: 100%;
    }

    .fal-btn-area {
        flex-direction: column;
    }

    .fal-btn-area ul {
        width: 100%;
    }

    .fal-btn-area .btn-2 {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }

    .fal-btn-area .btn-3 {
        width: 100%;
        margin-right: 0;
    }

    .sal-search-area {
        flex-direction: column;
        height: auto;
    }

    .sal-search-area input {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .sal-search-area .btn-2 {
        width: 100%;
        margin-right: 0;
    }

    .btn-1,
    .btn-2,
    .btn-3,
    .btn-4,
    .btn-5,
    .btn-6,
    .btn-7 {
        white-space: break-spaces;
    }

    .sar-box {
        padding: 10px;
        font-size: 11px;
    }

    .footer-bottom .container {
        flex-direction: column;
    }

    .fob-left {
        margin-bottom: 5px;
    }

    .fourth-left img {
        height: 200px;
    }

    .first-area-left {
        padding: 0;
    }

    .tha2-left {
        flex-direction: column;
    }

    .tha2-left .fifth-box {
        width: 100%;
    }

    .fal-btn-area ul:first-child {
        margin-right: 0;
    }

    .fal-btn-area ul {
        margin-bottom: 20px;
    }

    .tab-mail {
        width: 280px !important;
    }

    .ca-right .tabcontent p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .bank-row {
        margin-bottom: 0;
    }

    .bank-box {
        height: 200px;
    }

    .bank-box span {
        font-size: 11px;
    }

    .bank-left {
        height: 100%;
    }

    .bank-right {
        height: auto;
        padding: 0;
    }

    .login-left img {
        width: 240px;
    }

    .login-left input {
        font-size: 13px;
    }

    .login-left input::placeholder {
        font-size: 13px;
    }
}

@media all and (max-width:400px) {
    .tat-right .tab {
        display: block !important;
    }
    .sticky {
        width: 100% !important;
        margin-left: 0%;
    }
    .nav-bottom {
        height: 60px;
    }

    .nav-top-left label .fast-menu {
        top: 40px;
    }

    .nav-top {
        height: 40px;
    }

    .customer-area-btn {
        padding: 5px 20px;
    }

    .nav-bottom-right a:last-child p {
        display: none;
    }

    .nav-bottom-right .bsket {
        padding: 6px 10px;
    }

    .basket-number {
        border-radius: 15px;
    }

    .nav-bottom-right .m-btn img {
        width: 16px;
        height: 16px;
    }

    .nav-bottom-left img {
        width: 110px;
    }

    .nav-bottom-left {
        display: flex;
        align-items: center;
    }

    .fifth-box {
        padding: 20px 0;
        width: 100%;
    }

    .seventh-container {
        padding: 0;
    }

    .footer-top {
        width: 100%;
        padding: 15px;
    }

    .footer-logo img:last-child {
        width: 120px;
    }

    .footer-logo img:first-child {
        width: 30px;
    }

    .footer-links {
        justify-content: space-around;
    }

    .footer-bottom {
        text-align: center;
    }

    .sar-box-area {
        flex-wrap: wrap;
    }

    .sar-box {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 4%;
    }

    .sar-box:nth-child(even) {
        margin-right: 0;
    }

    .testimonial-box {
        width: 280px;
    }

    .sal-bottom p span:last-child {
        font-size: 14px;
    }

    .salbottom-price {
        white-space: nowrap;
    }

    .tab-mail {
        width: 250px !important;
    }

    .ea-left {
        width: 70%;
    }

    ._fh .btn-area {
        display: flex;
        flex-direction: column;
        white-space: normal;
        align-items: center;
    }

    ._fh .btn-5 {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }

    ._fh .btn-6 {
        width: 100%;
    }

    .bank-box span {
        font-size: 9px;
    }

    .ca-right .tabcontent p {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .bank-left {
        margin-right: 10px;
    }

    .cl-box {
        padding: 0;
    }

    .cr-box {
        padding: 15px;
    }

    .cr-info {
        padding: 15px;
    }
}

@media all and (max-width:850px) {
    .th-area-bottom .tabcontent .tab-box2 {
        width: 100%;
        max-width: 100%;
        display: contents;
    }
}

@media all and (max-width:850px) {
    .tb2-left {
        display: inherit;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media all and (max-width:850px) {
    .tb2-left img {
        margin-bottom: 15px;
        width: 95%;
    }
}

@media all and (max-width:850px) {
    .tb2-right {
        display: inherit;
        background-color: #F2F9FF;
        border-radius: 0 15px 15px 0;
        width: 100%;
        padding: 20px;
    }
}

@media all and (max-width:850px) {
    .tab-box2 {
        display: inline-block;    
        width: 100%;
        background-color: #E9F0FB;
        border-radius: 15px;
        margin-bottom: 60px;     
        width: 100%;
        max-width: 100%;
        box-shadow: 10px 10px 0 0 #e8f0fab2;
    }
}

@media (max-width: 850px) {
    .th-area-bottom .tabcontent .tab-box2 {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 850px) {
    .tb2-info {
        width: 100%;
    }
}