html,body{
    min-height: 100vh;
    scroll-behavior: smooth;
    /* Text rendering optimization for crisp fonts */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern" 1;
}

/* Enhanced text rendering for headings and ticariofis font */
h1, h2, h3, h4, h5, h6,
.ticariofis-enhanced {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.3px;
    font-weight: 500;
}

/* Override w-100 for logos-bank image to show natural size */
img[src*="logos-bank.png"] {
    width: auto !important;
    max-width: 100%;
}
/*
@font-face {
    font-family: tr-black;
    src: url(../fonts/black.otf)
}
@font-face {
    font-family: ticariofis;
    src: url(../fonts/bold.otf)
}
@font-face {
    font-family: ticariofisItalic;
    src: url(../fonts/boldItalic.otf)
}
@font-face {
    font-family: tr-light;
    src: url(../fonts/light.otf)
}
@font-face {
    font-family: tr-lightItalic;
    src: url(../fonts/lightItalic.otf)
}
@font-face {
    font-family: ticariofis;
    src: url(../fonts/regular.otf)
}
@font-face {
    font-family: ticariofis;
    src: url(../fonts/semiBold.otf)
}
@font-face {
    font-family: ticariofisItalic;
    src: url(../fonts/semiBoldItalic.otf)
}
@font-face {
    font-family: tr-thin;
    src: url(../fonts/thin.otf)
}
@font-face {
    font-family: tr-xthin;
    src: url(../fonts/xthin.otf)
}
*/

@font-face {
	font-family: 'ticariofis';
	src: url('../fonts/Euclid-Circular-A-Regular.otf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ticariofis';
	src: url('../fonts/Euclid-Circular-A-Medium.otf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ticariofis';
	src: url('../fonts/Euclid-Circular-A-SemiBold.otf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ticariofis';
	src: url('../fonts/Euclid-Circular-A-Bold.otf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ticariofis';
	src: url('../fonts/Euclid-Circular-A-Light.otf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #222;
    outline: none!important;
    font-weight: 600;
}
body {
    margin: 0;
    background-color: #fff;
    color: #494F57;
    font-family: ticariofis;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  }
  
  main {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  
  main > section:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  header{
      border-top: solid 10px #F0F5F6;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.25);
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*min-height: 120px;*/
  }
  a{
    text-decoration: none;
  }
  .top-bar{
    background-color: #F0F5F6;
    padding: 8px 5px 8px 5px;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    list-style: none;
    align-items: center;
    width: fit-content;
    float: right;
  }
  .top-bar li{
    padding:0px 10px;
    border-right: solid 1px #ccc;
  }
  .top-bar li:last-child{
    border-right:0px;
  }
  a.navbar-brand{
    margin-top: 0px;
    margin-left: 10px;
    vertical-align: unset !important;
    
  }

   a.navbar-brand img{
    width: 150px;
    height: 49px;
    vertical-align: unset !important;
    
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 18px;
    font-family: ticariofis;
    color: #333333;
    padding: 15px 15px;
    font-weight: bold;
  }

  .account-buttons .btn{
    font-size: 14px;
    font-family: ticariofis;
    text-transform: uppercase;
    margin-left: 5px;
    display: flex;
    align-items: center;
    background-color:#F0F5F6;
    padding: 10px 20px;
    color: #707070;
    border: 1px solid #ccc !important;
    transition: all 0.2s ease;
    text-decoration: none;
  }

  .account-buttons .btn:hover,
  .account-buttons .btn:focus {
    border-color: #207cff !important;
    background-color: #eaf4ff !important;
    color: #207cff !important;
    box-shadow: 0 0 0 2px rgba(32, 124, 255, 0.2);
    text-decoration: none;
  }

  .account-buttons .btn:active {
    border-color: #1bb24a !important;
    background-color: #def7e9 !important;
    color: #1bb24a !important;
    box-shadow: 0 0 0 2px rgba(27, 178, 74, 0.2);
    text-decoration: none;
  }

  .account-buttons .btn .lni{
    font-size: 16px;
  }

  /* Language and Currency Button Fixes */
  .account-buttons .btn.icon-btn {
    min-width: 45px;
    min-height: 45px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .account-buttons .btn.icon-btn img {
    width: 20px !important;
    height: auto;
  }

  /* Consistent font sizes for all account buttons */
  .account-buttons .btn,
  .account-buttons .btn .lni,
  .account-buttons .btn .fa {
    font-size: 16px !important;
  }

.dropdown-toggle::after {
    display:none;
}

.slogan-bar{
    background-color: #001A41;
    color: #fff;
    font-size: 24px;
    font-family: ticariofis;
    text-align: center;
    padding: 20px 10px;
}
.slogan-bar p{
    margin-bottom: 0px;
}

h3{
    color: #001A41;
    margin-bottom: 0px;
    font-size: 32px;
    font-family: ticariofis;
}
.text-orange{
    color: #DC2F02;
}
.blog-card {
    border: 0px;
}
.blog-card p{
    font-family: ticariofis;
    margin-bottom: 0px;
}
.bg-light-cyhan{
    background-color: #F0F5F6;
}
.option-card{
    text-align: center;
    border:0px;
}
.card-img-top.out-img{
        margin: auto;
    margin-top: -70px;
    width: 70%;
}
.option-card-margin{
    margin-top: 100px;
}

.option-card h5{
    font-size: 20px;
    font-family: ticariofis;
    color: #001a41;
}

/* Blog card h5 styling to match option-card */
.blog-card h5{
    font-size: 20px;
    font-family: ticariofis;
    color: #001a41;
}

/* Blog card description styling */
.blog-card-description {
    font-size: 14px;
    color: #494F57;
    margin-bottom: 0;
    line-height: 1.2;
}

/* Blog card body min-height for uniform card heights */
.blog-card .card-body {
    min-height: 114px;
}

/* Option card body min-height for uniform card heights */
.option-card .card-body {
    min-height: 196px;
}

.option-card p{
    color: #494F57;
    font-size: 14px;
}

.bg-gray-2{
    background-color: #E2E2E2;
}

.bg-gray-400{
  background-color: #ced4da;
}
.get-info h4{
color: #001A41;
    margin-bottom: 0px;
    font-size: 26px;
    font-family: ticariofis;
}
.get-info .form-control{
    height: 54px;
    box-shadow: 0px 3px 6px #00000020;
}
.get-info .btn{
    height: 54px;
    background-color: #2CA8C3;
    border:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000020;
}
.btn-cyn{
    background-color: #2CA8C3;
    border:0px;
}

.video-content{
position: relative;
}

.video-content > img{
    border-radius: 10px;
    width: 100%;
}
.video-content .overlay{
position: absolute;
width: 96%;
height: 94%;
margin: 2% 2%;
background-color: #001A4166;
z-index: 9;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.video-title{
    font-size: 26px;
    font-family: ticariofis;
    color: #001A41;
    margin-bottom: 0px;
    margin-top: 15px;
}
.video-text{
    font-size: 16px;
    color: #001A41;
}
.video-btn{
    background-color: transparent;
    border: 0px;
}
#videoModal .btn-close{
    z-index: 100;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    right: -10px;
    top: -10px;
    opacity: 1;
}
#videoModal .modal-body{
    padding: 5px;
}
.btn-dark-blue {
    background-color: #001A41 !important;
    border: solid 1px #001A41 !important;
    padding: 10px 35px;
    font-family: ticariofis;
    color: white !important; /* Yazı rengini beyaz olarak sabitliyoruz */
}

.btn-dark-blue:hover, 
.btn-dark-blue:focus, 
.btn-dark-blue:active {
    background-color: #001A41 !important;
    border-color: #001A41 !important;
    color: white !important;
    box-shadow: none !important; /* Bootstrap'ın glow efektini engeller */
    text-decoration: none !important; /* Alt çizgiyi kaldırır */
}

.price-card{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
}
.price-card.sugg{
    background-color: #D1ECFB;
}

.price-card.sugg .header-area{
  background-color: #ffffff;
}
.price-card.sugg .header-area .btn-price{
  background-color: #D1ECFB;
  padding: 10px 30px;
}

.price-card .header-area{
    background-color: #D1ECFB;
    border-radius: 8px;
    padding: 20px 10px;
    text-align: center;
    color: #001A41;
}
.price-card .header-area h5{
    font-weight: bold;
    margin-bottom: 0px;
}
.price-card .header-area small{
    font-family: ticariofis;
}
.price-card .header-area .btn-price{
    background-color: #ffffff;
    padding: 10px 30px;
}

.price-text{
    display: flex;
    align-items: center;
    justify-content: center;

}
.price-text .price-icon{
    font-family: ticariofis;
    font-size: 21px;
    font-weight: bold;
}
.price-list{
    margin-top: 30px;
    padding: 0px 5px;
    list-style: none;
    font-size: 16px;
}
.price-list li{
    padding: 3px 0px;
}
.price-list .fa{
    margin-right: 10px;
}
.price-list .fa.fa-check{
    color: green;
}
.price-list .fa.fa-times{
    color: red;
}

.bg-light-blue{
    background-color: #D1ECFB;
}
.blue-title{
    font-size: 22px;
    font-family: ticariofis;
    color: #001A41;
    margin-bottom: 0px;
    margin-top: 15px;
}
.btn-orange{
    background-color: #FD6120;
    color: #fff;
    border: solid 1px #FD6120;
    padding: 5px 40px;
    font-family: ticariofis;
}

.accordion-item{
    background-color: transparent !important;
    border: 0px;
    border-bottom: solid 1px #D1ECFB;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-button{
    font-family: ticariofis;
    font-size: 20px;
    background-color: transparent;
    color: #001A41;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
     border-bottom: solid 1px #D1ECFB;
    
}

/* Accordion body styling for accordionFaq */
#accordionFaq .accordion-body {
    font-family: ticariofis;
    font-size: 16px;
}

.page-header-blue{
    background-image: url('../images/page-header-bg-blue.png');
    background-size: cover;
    margin-top: 140px;
}

@media (max-width: 768px) {
  .page-header-blue {
    margin-top: 100px;
  }
}

/* E-commerce Hero Section */
.e-commerce-hero-section {
  background: #00a9c6;
  margin-top: -140px;
  padding-top: 260px !important;
  position: relative;
  z-index: -1;
}

@media (max-width: 768px) {
  .e-commerce-hero-section {
    margin-top: -100px;
    padding-top: 200px !important;
    padding-bottom: 30px !important;
  }
}

.e-commerce-hero-content {
  min-height: 180px;
}

.e-commerce-hero-content h1 {
  color: white !important;
}

.e-commerce-hero-content p {
  color: white !important;
  font-size: 1.2rem !important;
}

@media (max-width: 768px) {
  .e-commerce-hero-content {
    min-height: 150px;
  }
}

.page-title-text-white h2 {
  color: white !important;
  font-family: ticariofis;
  font-size: 52px;
  margin-bottom: 0px;
  font-weight: 600;
}

.page-title-text-white p {
  color: white !important;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.page-title-text h2{
    color: #fff;
    font-family: ticariofis;
    font-size: 52;
    margin-bottom: 0px;
}
.page-title-text p{
    color: #fff;
    margin-bottom: 0px;
}

.buy-list-item{
    border: solid 1px #D1ECFB;
    display: flex;
    align-items: center;
    
}
.buy-list-item .col-12{
    border-right: solid 1px #D1ECFB;
    padding: 15px;
}
.buy-list-item .col-12:last-child{
    border-right: none;
}
.buy-list-item h4{
    font-family: ticariofis;
    font-size: 26px;
    margin-bottom: 0px;
    color: #001A41;
    padding: 10px 0px;
    text-align: center;
}
.buy-list-item h5{
    font-family: ticariofis;
    font-size: 26;
    margin-bottom: 0px;

}
.buy-list-item p{
    margin-bottom: 0px;
}

.contact-form{}
.contact-form .form-control{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px #2223;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), 0px 3px 5px #2223;
    outline: none;
}

.contact-form .form-control:hover {
    border-color: #b3b3b3;
    box-shadow: 0px 4px 8px #2224;
}

.contact-form .form-check-input {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.contact-form .form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.contact-form .form-check-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}



.tio-pricing-table{
    display: block;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    max-width: 1640px;
    position: relative;
    top: 0;
    color: #111;
}
.tio-pricing-header{
    display: block;
    position: sticky;
    background-color: #fff;
    top: 80px;
    z-index: 2;
}
.tio-pricing-header-row {
    display: flex;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}
.tio-pricing-footer-row {
    display: flex;
}
.tio-pricing-header-last {
    display: flex;
    border-bottom:unset !important;
    border-left:unset !important;
    border-right:unset !important;
}
.tio-pricing-header-col {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    border-left: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    padding: 10px 15px;
}
.tio-pricing-footer-col {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 10px 15px;
}
.tio-pricing-footer-col:first-child {
    border-left: none;
}
.tio-pricing-table-pack{

}
.tio-pricing-table-pn {
    font-size: 1.5rem;
    margin-bottom: .3rem;
    padding-bottom: .3rem;
    line-height: 1.5;
    border-bottom: 1px solid #e2e8f0;
}
.tio-pricing-table-pg {
    margin-bottom: .5rem;
}
.tio-pricing-table-pf {
    color: #64748b;
    font-size: 1.25em;
    font-weight: 500;
}
.tio-pricing-table-pp {
    font-weight: 900;
    font-size: 2.125em;
    line-height: 1.125em;
    margin-bottom: .3rem;
    display: flex;
    justify-content: center;
    gap: 3px;
}
.tio-pricing-table-pp span, .tio-pricing-table-pt span {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}
.tio-pricing-table-sg {
    color: #475569;
    display: inline-block;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    padding: 5px 7px;
    line-height: 1;
    font-weight: 500;
}
.tio-pricing-btn {
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.45rem 0.3rem !important;
    background-color: #0f172a;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    margin-bottom: .3rem;
    font-weight: 500;
    height: 35px;
    text-wrap: nowrap;
    text-decoration: none !important;
    font-size: 0.85rem;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.tio-pricing-header-tab-content.bronz .tio-pricing-btn, .tio-pricing-header-col.bronz .tio-pricing-btn, .tio-pricing-footer-col.bronz .tio-pricing-btn {
    background-color: #0f172a;
}

.yedekleme-satin-al-btn {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    padding: 25px 50px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 10px !important;
}




.tio-pricing-body {
    position: relative;
}
.tio-pricing-body-row{}
.tio-pricing-body-row-inner:not(.grup) {
    display: flex;
    border-bottom: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    transition: all .1s ease-in-out;
}
@media only screen and (min-width: 1400px){
    .tio-pricing-body-col-name {
        flex: 0 0 450px;
        max-width: 450px;
    }
}
.tio-pricing-body-col-name {
    display: block;
    padding: 15px 20px;
}
.tio-pricing-body-col-name>div {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
}
.tio-pricing-body-col-name>span {
    display: block;
    color: #475569;
    font-size: 90%;
    line-height: 1.5;
    margin-top: .35rem;
}
.tio-pricing-body-col-value {
    flex: 1 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e2e8f0;
    padding: 8px 12px;
    text-align: center;
}
.tio-pricing-table .fa-times {
    color: #ef4444 !important;
}
.tio-pricing-table .fa-check {
    color: #16a34a !important;
}


@media only screen and (min-width: 1126px) {
    .tio-pricing-header-row-m {
        display:none
    }

    .tio-pricing-body-row:not(.grup) .tio-pricing-body-row-inner:hover {
        position: sticky;
        position: -webkit-sticky;
        background-color: var(--pm-pricing-bch)
    }

    .tio-pricing-header-col {
        height: calc(var(--pm-pricing-group-siticky-top) - var(--pm-pricing-siticky-top))
    }
}

@media only screen and (min-width: 1126px) and (max-width:1399px) {
    .tio-pricing-footer-row,.tio-pricing-header-row {
        padding-left:calc(450px/2)
    }

    .tio-pricing-body-col-name {
        flex: 0 0 calc(450px/2);
        max-width: calc(450px/2)
    }
}

@media only screen and (min-width: 1400px) {
    .tio-pricing-footer-row,.tio-pricing-header-row {
        padding-left:450px
    }

    .tio-pricing-body-col-name {
        flex: 0 0 450px;
        max-width: 450px
    }
}

@media only screen and (min-width: 1126px) and (max-width:1530px) {
    .tio-pricing-header-col .tio-pricing-table-pack .tio-pricing-table-pt {
        font-size:1.5em
    }
}

footer{
    background-color: #39444B;
}
footer h4{
    color: #fff;
    font-size: 18px;
    font-family: ticariofis;

}
footer nav .nav-link{
    color: #7F8A92;
    padding: 0px;
    font-size: 14px;
    font-family: ticariofis;
    font-weight: normal;
    color: #ffffff !important;

}
footer nav .nav-link:hover{
    color: #fff9;
}
footer .social-nav .nav-link{
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
}
.m-visible{
    display: none;
}
@media screen and (max-width: 720px) {
    body{}
    header {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .top-bar {display: flex; width: 100%; padding: 0px 10px 3px 10px; justify-content: space-between; border-radius: 0px 0px 0px 0px;}
    .top-bar li {border-right: solid 0px #ccc; padding: 0px 3px; font-size: 16px}
    .top-bar li:first-child{display: none}
    a.navbar-brand {margin-top: 0px; margin-left: 5px; vertical-align: unset !important;}
    a.navbar-brand img{max-width: 120px; height: auto; margin-top: 15px; margin-bottom: 15px; vertical-align: unset !important;}
    .navbar-nav .nav-item .nav-link {font-size: 16px; color: #5E5E5E; padding: 15px 0px 10px 0px; border-bottom: 1px solid #eee;}
    .slogan-bar p {font-size: 16px;}
    .m-img-fluid{width: 100%}
    .card-img-top.out-img {margin: auto; margin-top: 15px; width: 50%;}
    h3{text-align: center; font-size: 26px;}
    .option-card-margin {margin-top: 10px;}
    .get-info .flex-fill:first-child{text-align: center;}
    .account-buttons{display: none !important;}
    footer{text-align: center;}
    footer nav.nav.social-nav {display: flex; align-items: center; justify-content: center;}
    .m-visible{display: block !important;}
}
@media only screen and (min-width:721px) and (max-width: 1024px) {
    a.navbar-brand {margin-top: 0px; margin-left: 10px; vertical-align: unset !important;}
    .navbar-nav .nav-item .nav-link {font-size: 13px; white-space: nowrap !important;}
    .account-buttons .btn {font-size: 14px;}
    .account-buttons .btn .lni, .account-buttons .btn .fa {font-size: 14px;}
    .option-card h5 {font-size: 21px;}
    .top-bar li {font-size: 13px;}
    .price-card .header-area small {line-height: 24px; display: block;}
    .get-info h4 {text-wrap: nowrap; font-size: 21px;}
    .get-info .btn{font-size: 14px; white-space: nowrap !important;}
}
@media only screen and (min-width:1025px) and (max-width: 1366px) {
    a.navbar-brand {margin-top: 0px; margin-left: 15px; vertical-align: unset !important;}
    .navbar-nav .nav-item .nav-link {font-size: 15px; white-space: nowrap !important;}
    .price-list li {font-size: 13px;}
}
@media only screen and (min-width: 1367px) {

}

.navbar.navbar-expand-lg {
  padding: 15px 0;
}

.navbar .container-fluid {
  align-items: center;
}

/* Hero Section Styles */
.hero-section {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
}

.hero-bg {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #001A41 0%, #003366 50%, #001A41 100%);
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(220, 47, 2, 0.1) 0%, rgba(0, 26, 65, 0.9) 100%);
  z-index: 1;
}

.hero-bg-1::before {
  background: linear-gradient(135deg, rgba(0, 26, 65, 0.95) 0%, rgba(44, 168, 195, 0.3) 100%);
}

.hero-bg-2::before {
  background: linear-gradient(135deg, rgba(220, 47, 2, 0.8) 0%, rgba(0, 26, 65, 0.9) 100%);
}

.hero-bg-3::before {
  background: linear-gradient(135deg, rgba(0, 26, 65, 0.9) 0%, rgba(220, 47, 2, 0.4) 100%);
}

.hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-bg .row {
  justify-content: center;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-image {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.1;
  font-family: ticariofis;
}

.hero-title-orange {
  font-size: 3.5rem;
  font-weight: 700;
  color: #DC2F02;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: ticariofis;
}

.hero-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-hero-primary {
  background: linear-gradient(45deg, #DC2F02, #FF4500);
  color: #fff;
  border: none;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 47, 2, 0.3);
}

.btn-hero-primary:hover {
  background: linear-gradient(45deg, #FF4500, #DC2F02);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 47, 2, 0.4);
  color: #fff;
}

.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 13px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.hero-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.min-vh-70 {
  min-height: 70vh;
}

.hero-section .carousel-indicators {
  bottom: 20px;
  z-index: 15;
  margin-bottom: 0;
  position: absolute;
}

.hero-section .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin: 0 6px;
  opacity: 1;
}

.hero-section .carousel-indicators .active {
  background-color: #DC2F02;
  border-color: #fff;
  width: 14px;
  height: 14px;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  z-index: 15;
  width: 5%;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.hero-section .carousel-control-prev:hover,
.hero-section .carousel-control-next:hover {
  opacity: 1;
}

.hero-section .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DC2F02'%3e%3cpath d='m11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.hero-section .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DC2F02'%3e%3cpath d='m4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.hero-section .carousel-control-prev-icon:hover,
.hero-section .carousel-control-next-icon:hover {
  opacity: 0.8;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .hero-bg {
    min-height: 60vh;
    text-align: center;
  }
  
  .hero-section .container {
    padding: 0 10px;
  }
  
  .hero-section .carousel-control-prev,
  .hero-section .carousel-control-next {
    width: 8%;
  }
  
  .hero-section .carousel-control-prev-icon,
  .hero-section .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }
  
  .hero-title,
  .hero-title-orange {
    font-size: 2.5rem;
  }
  
  .hero-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .btn-hero-primary,
  .btn-hero-outline {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-title,
  .hero-title-orange {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
}

/* Modern Hero Section */
.modern-hero {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 160px 0 80px;
  position: relative;
  overflow: hidden;
}

.modern-hero-slide {
  background: url('../images/hero2-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 0 60px;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

/* Compact version for 2nd and 3rd sliders */
.modern-hero-slide-compact {
  background-color:#00a9c6;
  padding: 160px 0 10px;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
}

/* Light background version for 2nd slider */
.modern-hero-slide-light {
  background: #F0F5F6;
  padding: 160px 0 40px;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.modern-hero::before,
.modern-hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(0, 26, 65, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(220, 47, 2, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 40% 80%, rgba(44, 168, 195, 0.03) 0%, transparent 50%);
  z-index: 1;
}

.hero-content-modern {
  position: relative;
  z-index: 10;
  text-align: center;
}

.hero-main-title {
  font-size: 3.4rem;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 1.2rem;
  line-height: 1.1;
  font-family: ticariofis;
}

.text-highlight {
  background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 1.2rem;
  line-height: 1.5;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.section-description-text {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}



.hero-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

/* Yedekleme sayfası için özel hero-actions */
.yedekleme-hero .hero-actions,
.yedekleme-hero .hero-actions.justify-content-center {
  justify-content: center !important;
}

/* Yedekleme sayfası başlık stili */
.yedekleme-hero h3 {
  background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2.5rem;
  font-weight: 700;
}

.btn-hero-primary-modern {
  background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
  color: #fff;
  border: none;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.3);
}

.btn-hero-primary-modern:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #4f46e5 100%);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(79, 70, 229, 0.4);
  color: #fff;
  text-decoration: none;
}

.btn-hero-secondary-modern {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-hero-secondary-modern:hover {
  background: #3b82f6;
  border-color: #3b82f6;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
  text-decoration: none;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-width: 140px;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.stat-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #DC2F02;
  margin-bottom: 0.5rem;
  font-family: ticariofis;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.stat-label {
  display: block;
  font-size: 0.95rem;
  color: #475569;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .modern-hero,
  .modern-hero-slide {
    padding: 180px 0 20px;
    min-height: auto;
  }
  
  .modern-hero-slide-compact {
    padding: 180px 0 20px;
    min-height: auto;
  }
  
  .hero-main-title {
    font-size: 2.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  
  .btn-hero-primary-modern,
  .btn-hero-secondary-modern {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  
  .hero-stats {
    gap: 1.5rem;
  }
  
  .stat-item {
    min-width: 120px;
    padding: 1rem;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .hero-main-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .stat-item {
    width: 100%;
    max-width: 200px;
  }
}

/* Hero Visual Elements */
.hero-visual {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-person {
  max-width: 500px;
  height: auto;
  z-index: 5;
  position: relative;
  display: block;
  object-fit: contain;
}

/* Floating Elements */
.floating-element {
  position: absolute;
  z-index: 1;
}



.floating-element.chart-1 { animation: floatVertical 10s ease-in-out infinite; animation-delay: 0s; }
.floating-element.chart-2 { animation: floatHorizontal 12s ease-in-out infinite; animation-delay: 1.5s; }
.floating-element.chart-3 { animation: floatDiagonal 9s ease-in-out infinite; animation-delay: 3s; }
.floating-element.chart-4 { animation: floatCircular 14s ease-in-out infinite; animation-delay: 5s; }
.floating-element.chart-5 { animation: floatVerticalSlow 11s ease-in-out infinite; animation-delay: 1.2s; }
.floating-element.chart-6 { animation: floatGentle 12s ease-in-out infinite; animation-delay: 2s; }

@keyframes floatVertical {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

@keyframes floatHorizontal {
  0%, 100% { transform: translateX(0px); }
  50% { transform: translateX(10px); }
}

@keyframes floatDiagonal {
  0%, 100% { transform: translate(0px, 0px); }
  25% { transform: translate(8px, -8px); }
  75% { transform: translate(-8px, 8px); }
}

@keyframes floatCircular {
  0% { transform: translate(0px, 0px); }
  25% { transform: translate(12px, -6px); }
  50% { transform: translate(0px, -12px); }
  75% { transform: translate(-12px, -6px); }
  100% { transform: translate(0px, 0px); }
}

@keyframes floatVerticalSlow {
  0%, 100% { transform: translateY(0px); }
  30% { transform: translateY(-8px); }
  70% { transform: translateY(-12px); }
}

@keyframes floatBounce {
  0%, 100% { transform: translateY(0px); }
  20% { transform: translateY(-15px); }
  40% { transform: translateY(-5px); }
  60% { transform: translateY(-12px); }
  80% { transform: translateY(-2px); }
}

@keyframes floatWave {
  0%, 100% { transform: translate(0px, 0px); }
  33% { transform: translate(-6px, -10px); }
  66% { transform: translate(6px, -5px); }
}

@keyframes floatPulse {
  0%, 100% { transform: scale(1) translateY(0px); }
  25% { transform: scale(1.1) translateY(-5px); }
  50% { transform: scale(0.95) translateY(-8px); }
  75% { transform: scale(1.05) translateY(-3px); }
}

@keyframes floatGentle {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(8px); }
}

@keyframes floatEcommerce {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-8px) rotate(1deg); }
  50% { transform: translateY(-15px) rotate(0deg); }
  75% { transform: translateY(-8px) rotate(-1deg); }
}

/* Dashboard Cards */
.mini-dashboard {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  padding: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-width: 120px;
  text-align: center;
}

.mini-dashboard h6 {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.chart-placeholder {
  width: 100%;
  height: 40px;
  background: linear-gradient(45deg, #DC2F02, #FF4500);
  border-radius: 6px;
  opacity: 0.7;
}

.mini-dashboard .stat-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: #4f46e5;
  margin: 0;
}



/* Positioning - Fixed distance from center */
.chart-1 {
  top: 21%;
  left: calc(53% - 650px);
  max-width: 300px;
}

.chart-2 {
  top: 18%;
  right: calc(51% - 650px);
  max-width: 300px;
}

.chart-3 {
  bottom: 6%;
  left: calc(52% - 600px);
  max-width: 300px;
}

.chart-4 {
  top: 48%;
  left: calc(57% - 700px);
  max-width: 300px;
}

.chart-5 {
  bottom: 5%;
  right: calc(52% - 630px);
  max-width: 300px;
}

.chart-6 {
  top: 44%;
  right: calc(53% - 670px);
  max-width: 300px;
}

/* Fallback for smaller screens */
@media (max-width: 1200px) {
  .chart-1 { left: 10%; }
  .chart-2 { right: 10%; }
  .chart-3 { left: 15%; }
  .chart-4 { left: 8%; }
  .chart-5 { right: 12%; }
  .chart-6 { right: 10%; }
}

/* Button Arrow Icons */
.btn-hero-primary-modern i,
.btn-hero-secondary-modern i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-hero-primary-modern:hover i,
.btn-hero-secondary-modern:hover i {
  transform: translateX(3px);
}

/* E-commerce Image Animation */
.hero-visual-animated {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-top: 2rem;*/
  margin-left: 2rem;
}

.hero-ecommerce-image {
  max-width: 400px;
  height: auto;
  animation: floatEcommerce 8s ease-in-out infinite;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

/* Text Alignment Utilities */
.text-start .hero-subtitle {
  text-align: left !important;
  margin-left: 0;
  margin-right: auto;
}

.text-start .hero-actions {
  justify-content: flex-start !important;
}

/* Support Floating Area */
.support-floating-area {
  position: relative;
  min-height: 400px;
}

/* Support Element Positioning - Within right column */
.support-element-1 {
  top: 10%;
  left: 20%;
}

.support-element-2 {
  top: 25%;
  right: 15%;
}

.support-element-3 {
  top: 50%;
  left: 10%;
}

.support-element-4 {
  bottom: 35%;
  right: 20%;
}

.support-element-5 {
  bottom: 15%;
  left: 25%;
}

.support-element-6 {
  top: 70%;
  right: 10%;
}

/* Support Element Animations */
.support-element-1 { animation: floatVertical 7s ease-in-out infinite; animation-delay: 0.5s; }
.support-element-2 { animation: floatHorizontal 8s ease-in-out infinite; animation-delay: 1.8s; }
.support-element-3 { animation: floatDiagonal 6s ease-in-out infinite; animation-delay: 3.2s; }
.support-element-4 { animation: floatCircular 9s ease-in-out infinite; animation-delay: 4.5s; }
.support-element-5 { animation: floatVerticalSlow 7.5s ease-in-out infinite; animation-delay: 0.8s; }
.support-element-6 { animation: floatGentle 8.5s ease-in-out infinite; animation-delay: 2.3s; }

/* Mobile Responsive for Visual */
@media (max-width: 768px) {
  .hero-visual {
    margin-top: 2rem;
  }
  
  .hero-person {
    max-width: 280px;
  }
  
  .hero-ecommerce-image {
    max-width: 280px;
  }
  
  .floating-element {
    display: none; /* Hide floating elements on mobile */
  }
  
  .support-floating-area {
    display: none; /* Hide support floating area on mobile */
  }
  
  .hero-visual-animated {
    display: none; /* Hide hero visual animated on mobile */
  }
  
  .hero-section .carousel-indicators {
    position: absolute;
    bottom: 30px;
    z-index: 1;
  }
  
  .modern-hero-slide,
  .modern-hero-slide-compact {
    padding-bottom: 80px !important;
  }
  
  .text-start .hero-main-title,
  .text-start .hero-subtitle,
  .text-start .hero-actions {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 769px) {
  .floating-element {
    display: block;
  }
}

/* E-commerce Page Mobile Responsive Styles */
@media (max-width: 768px) {
  /* E-commerce Hero Section Mobile */
  .e-commerce-hero-section {
    padding-top: 200px !important;
    padding-bottom: 30px !important;
  }
  
  .e-commerce-hero-content {
    padding: 30px 15px !important;
    margin: 0 -15px !important;
  }
  
  .e-commerce-hero-content h1 {
    font-size: 2rem !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    color: white !important;
  }
  
  .e-commerce-hero-content p {
    font-size: 1.1rem !important;
    margin-bottom: 0 !important;
    color: white !important;
  }
  
  /* Pricing Table Mobile - No Scroll, Responsive */
  .tio-pricing-wrapper {
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  
  .tio-pricing-table {
    width: 100%;
    min-width: auto !important;
  }
  
  .tio-pricing-header-row {
    width: 100% !important;
    min-width: auto !important;
  }
  
  .tio-pricing-header-col {
    flex: 1 !important;
    min-width: auto !important;
    max-width: none !important;
    padding: 10px 4px !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-pn {
    font-size: 1rem !important;
    margin-bottom: 6px !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-title {
    font-size: 1.1rem !important;
    margin-bottom: 8px !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-pp {
    font-size: 1.8rem !important;
    margin-bottom: 5px !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-pp span {
    font-size: 1rem !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-pf strike {
    font-size: 0.8rem !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-sg {
    font-size: 0.75rem !important;
  }
  
  .tio-pricing-header-col .tio-pricing-btn {
    padding: 0.4rem 0.4rem !important;
    font-size: 0.7rem !important;
    height: 28px !important;
    margin-bottom: 0.3rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* Feature Rows Mobile - Responsive */
  .tio-pricing-body-row {
    min-height: auto !important;
  }
  
  .tio-pricing-body-row-inner {
    padding: 8px 0 !important;
    font-size: 0.75rem !important;
    min-width: auto !important;
    width: 100% !important;
  }
  
  .tio-pricing-body-col-name {
    flex: 0 0 40% !important;
    min-width: auto !important;
    max-width: 40% !important;
    font-size: 0.7rem !important;
    font-weight: 500 !important;
    padding: 8px 4px !important;
  }
  
  .tio-pricing-body-col-name > div {
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
    margin-bottom: 2px !important;
  }
  
  .tio-pricing-body-col-name > span {
    font-size: 0.6rem !important;
    line-height: 1.1 !important;
    margin-top: 2px !important;
  }
  
  .tio-pricing-body-col-value {
    flex: 0 0 15% !important;
    min-width: auto !important;
    max-width: 15% !important;
    padding: 4px 2px !important;
  }
  
  /* Feature Icons Mobile */
  .tio-pricing-body-row-inner .fa-check,
  .tio-pricing-body-row-inner .fa-times {
    font-size: 0.7rem !important;
  }
  
  /* Container Margins Mobile */
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Section Spacing Mobile */
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 576px) {
  /* Extra Small Mobile Devices */
  .e-commerce-hero-section {
    padding-top: 240px !important;
  }
  
  .e-commerce-hero-content {
    padding: 20px 8px !important;
  }
  
  .e-commerce-hero-content h1 {
    font-size: 1.5rem !important;
    color: white !important;
  }
  
  .e-commerce-hero-content p {
    font-size: 1rem !important;
    color: white !important;
  }
  
  /* Pricing Header Even Smaller - No Scroll */
  .tio-pricing-header-col {
    flex: 1 !important;
    min-width: auto !important;
    max-width: none !important;
    padding: 8px 2px !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-pn {
    font-size: 0.75rem !important;
    margin-bottom: 4px !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-title {
    font-size: 0.8rem !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-pp {
    font-size: 1.2rem !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-pp span {
    font-size: 0.7rem !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-pf strike {
    font-size: 0.65rem !important;
  }
  
  .tio-pricing-header-col .tio-pricing-table-sg {
    font-size: 0.6rem !important;
  }
  
  .tio-pricing-header-col .tio-pricing-btn {
    padding: 0.3rem 0.3rem !important;
    font-size: 0.6rem !important;
    height: 24px !important;
    margin-bottom: 0.3rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 85% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  .tio-pricing-body-row-inner {
    padding: 6px 0 !important;
    font-size: 0.65rem !important;
  }
  
  .tio-pricing-body-col-name {
    flex: 0 0 35% !important;
    max-width: 35% !important;
    font-size: 0.6rem !important;
    padding: 6px 2px !important;
  }
  
  .tio-pricing-body-col-name > div {
    font-size: 0.6rem !important;
    line-height: 1.2;
  }
}

/* Diğer bilgi ve sözleşme sayfaları header metni için özel stil */
.dns-bilgileri-hero .page-title-text-white p,
.firma-bilgileri-hero .page-title-text-white p,
.kullanim-sartlari-hero .page-title-text-white p,
.gizlilik-politikasi-hero .page-title-text-white p {
  max-width: 90vw !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 10px !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

@media (max-width: 768px) {
  .dns-bilgileri-hero .page-title-text-white p,
  .firma-bilgileri-hero .page-title-text-white p,
  .kullanim-sartlari-hero .page-title-text-white p,
  .gizlilik-politikasi-hero .page-title-text-white p {
    font-size: 15px !important;
    max-width: 98vw !important;
    padding: 0 5px !important;
  }
}

/* Hover lift efekti */
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

/* Yedekleme Sayfası Özel Stilleri */
.yedekleme-ozellik-section {
}

.yedekleme-ozellik-section .row {
    align-items: start;
}

.yedekleme-ozellik-resim {
    max-width: 600px;
}

.yedekleme-hr {
    border-color: #dee2e6;
    border-width: 1px;
    opacity: 0.6;
}

.yedekleme-ozellik-baslik {
    color: #212529;
    margin-bottom: 1.1rem;
    font-size: 1.5rem; /* 24px, h3 boyutunda */
    font-weight: 400;
}

.yedekleme-ozellik-metin {
    font-size: 18px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.yedekleme-ozellik-liste {
    list-style: none;
    font-size: 16px;
    padding: 0;
    color: #000000;
}

.yedekleme-ozellik-liste li {
    margin-bottom: 0.3rem;
}

.yedekleme-ozellik-liste .fa-check {
    color: #28a745;
    margin-right: 0.5rem;
}

/* Yedekleme Tabpanel Styles */
.yedekleme-tabpanel {
    margin-top: 1rem;
}

.yedekleme-tab-nav {
    border-bottom: none;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    gap: 0;
}

.yedekleme-tab-nav .nav-link {
    border: none;
    background: none;
    color: #212529;
    font-weight: 500;
    padding: 1.2rem 1.05rem;
    margin: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    text-align: center;
    font-size: 1.3rem;
    border-right: none;
    min-width: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yedekleme-tab-nav .nav-link:last-child {
    border-right: none;
}

.yedekleme-tab-nav .nav-link:hover:last-child {
    border-right: none;
}

.yedekleme-tab-nav .nav-link.active:last-child {
    border-right: none;
}

.yedekleme-tab-nav .nav-item {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    width: auto;
    min-width: 0;
}

.yedekleme-tab-nav .nav-link i {
    font-size: 1.5rem;
}

.yedekleme-tab-nav .nav-link:hover {
    color: #007bff;
    background-color: #f8f9fa;
    border-right: none;
    border-radius: 12px 12px 0 0;
    z-index: 1;
    padding: 1.2rem 1.05rem;
}

.yedekleme-tab-nav .nav-link:hover:last-child {
    border-right: none;
}

.yedekleme-tab-nav .nav-link.active {
    color: #007bff;
    background-color: #fff;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    border-right: none;
    margin: 0;
    padding: 1.2rem 1.05rem;
    z-index: 2;
}

.yedekleme-tab-nav .nav-link.active:last-child {
    border-right: none;
}

.yedekleme-tab-content {
    background: #fff;
    border-radius: 0;
    padding: 2rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-top: 0;
}

.yedekleme-tab-pane {
    display: none;
}

.yedekleme-tab-pane.active {
    display: block;
}

.yedekleme-tab-feature {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.yedekleme-tab-feature-text {
    flex: 1;
    padding-top: 0;
}

.yedekleme-tab-feature-image {
    flex: 0 0 400px;
    text-align: center;
}

.yedekleme-tab-feature-image img {
    max-width: 469px;
    /*width: 100%;*/
    height: auto;
    border-radius: 0.5rem;
    box-shadow: unset !important;
   /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
}

@media (max-width: 768px) {
    .yedekleme-tab-feature {
        flex-direction: column;
        gap: 1rem;
    }
    
    .yedekleme-tab-feature-image {
        flex: 0 0 auto;
        order: -1;
    }
    
    .yedekleme-tab-feature-image img {
        max-width: 100%;
    }
    
    .yedekleme-tab-nav .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

/* Hesap Numaraları sayfası başlık açıklaması için özel stil */
.hesap-numaralari-hero .page-title-text-white p {
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

/* Tüm bilgi/sözleşme sayfaları için standart header stil */
.dns-bilgileri-hero .page-title-text-white h2,
.firma-bilgileri-hero .page-title-text-white h2,
.hesap-numaralari-hero .page-title-text-white h2,
.hizmet-sozlesmesi-hero .page-title-text-white h2,
.kullanim-sartlari-hero .page-title-text-white h2,
.gizlilik-politikasi-hero .page-title-text-white h2 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.dns-bilgileri-hero .page-title-text-white p,
.firma-bilgileri-hero .page-title-text-white p,
.hesap-numaralari-hero .page-title-text-white p,
.hizmet-sozlesmesi-hero .page-title-text-white p,
.kullanim-sartlari-hero .page-title-text-white p,
.gizlilik-politikasi-hero .page-title-text-white p {
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

/* Bank account card'lar için gölge ve hover efekti */
.bank-account-card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.bank-account-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  border-color: #007bff;
}

/* 3 Adımda Verilerinizi Yedekleyin cards - white background */
.card.bg-light.border-0.shadow-sm.h-100.hover-lift,
.card.bg-light.border-0.shadow-sm.h-100.hover-lift .card-body {
    background-color: #ffffff !important;
}