
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: 'Satoshi', sans-serif !important;
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
button:focus {
  outline: none !important;
  box-shadow: inset 0 -1px 0 #ddd;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.bg-primary {
  background-color: #032973 !important;
}
.font-bold {
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
}
.f-700 {
  font-weight: 700 !important;
}
.font-normal {
  font-family: 'Satoshi', sans-serif;
}
.hero-bg {
  background-color: #F9F5EE;
}

.text-success {
  color: #43C272 !important;
}

.text-muted {
  color: #555577 !important;
}

.c-022059 {
  color: #022059;
}

.bg-success {
  background-color: #43C272 !important;
}

.bg-primary-subtle {
  background-color: #032973 !important;
}
.bg-EEF1F9 {
  background-color: #EEF1F9 !important;
}
.bg-022059 {
  background-color: #022059 !important;
}
.bg-E4F2E4 {
  background-color: #E4F2E4 !important;
}
.bg-F3EDE2 {
  background-color: #F3EDE2 !important;
}
.bg-F9F5EE {
  background-color: #F9F5EE !important;
}

.default-green-button {
  background-color: #157347;
  height: 52px;
  padding-top: 14px;
  border: none;
}

.navbar-collapse {
  margin-left: 70px;
}

.navbar-brand img {
  height: 35px;
  object-fit: contain;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #1a1a1a;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd;
}

.btn-login {
  border: 1px solid #000;
  border-radius: 999px;
  padding: 11px 21px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.btn-login:hover {
  background-color: #f5f5f5;
}

.dropdown-mega {
  width: 100%;
  max-width: 1300px;
  padding: 24px;
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  z-index: 1000;
  display: none;
  border-radius: 0 !important;
}

.dropdown-mega ul {
  list-style: none;
  padding-left: 0;
}

.dropdown-mega li {
  margin-bottom: 12px;
}

.dropdown-mega .desc {
  font-size: 0.9rem;
  color: #555;
}

.dropdown-mega img {
  max-width: 280px;
  border-radius: 12px;
}

.position-static {
  position: static !important;
}

.megamenu-content {
  width: 324px;
  padding: 22px;
  border-radius: 16px;
  background-color: #F0F5F8;
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .dropdown-mega {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0;
  }

  .dropdown-mega img {
    display: none;
  }
}

.dropdown-toggle::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0.4em;
  vertical-align: middle;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  position: relative;
  top: -2px;
  left: 6px;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.badge {
  width: 138px;
  height: 35px;
  border-radius: 25px;
  font-weight: 500;
  background-color: #EEE7D9;
  color: #000;
}

.order-button {
  width: 224px;
  height: 56px;
  background-color: #000;
  color: #fff;
  border: none;
}

.s-10 { font-size: 10px; }
.s-11 { font-size: 11px; }
.s-12 { font-size: 12px; }
.s-13 { font-size: 13px; }
.s-14 { font-size: 14px; }
.s-15 { font-size: 15px; }
.s-16 { font-size: 16px; }
.s-17 { font-size: 17px; }
.s-18 { font-size: 18px; }
.s-19 { font-size: 19px; }
.s-20 { font-size: 20px; }
.s-21 { font-size: 21px; }
.s-22 { font-size: 22px; }
.s-23 { font-size: 23px; }
.s-24 { font-size: 24px; }
.s-25 { font-size: 25px; }
.s-26 { font-size: 26px; }
.s-27 { font-size: 27px; }
.s-28 { font-size: 28px; }
.s-29 { font-size: 29px; }
.s-30 { font-size: 30px; }
.s-36 { font-size: 36px; }
.s-40 { font-size: 40px; }
.s-48 { font-size: 48px; }

.wp-icon {
  top: 11%;
  right: 6%;
}

.wp-icon-shadow {
  top: 1%;
  right: 15%;
  z-index: 0;
}

.big-shadow {
  top: 53%;
  right: -8%;
}

.linux-icon {
  top: -2%;
  left: -3%;
}

.cp-icon {
  bottom: 32%;
  left: -12%;
}

.chart-icon {
  bottom: 0%;
  left: 7%;
}

.page-speed-icon {
  bottom: -12%;
  right: 15%;
}

.price-col-size {
  max-width: 358px;
  max-height: 674px;
}
.reseller-price-col-size {
  max-width: 300px;
}

.migration-col-size {
  max-width: 358px;
}

.recommended-card-height {
  height: 740px !important;
  position: relative;
  top: -44px;
}

.default-card {
  background-color: #F9F5EE;
}

.recommmended-card-button {
  background-color: #1E1E1E;
  color: #fff;
  border: none;
}

.btn-outline-dark {
  min-height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev {
  position: relative;
  background-color: #F2F4F9;
  color: #000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1rem;
}
.carousel-control-next {
  position: relative;
  background-color: #F2F4F9;
  color: #000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.custom-container-sizes {
  max-width: 1120px !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #ffffff00;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) -13 var(--bs-accordion-border-color);
}
.hosting-features-list {
    position: relative;
    left: 74px;
    bottom: 28px;
}
.slider-mini-title {
  color: #032973;
  letter-spacing: 6px;
  font-weight: 400;
}


@media (max-width: 992px) {
  .mobile-prices {
    flex-flow: nowrap !important;
    overflow-x: auto !important;
  }
  .recommended-card-height {
    height: unset !important;
    position: inherit;
  }
  .price-col-size {
    max-height: 100% !important;
  }
  .contents-mobile {
    flex-flow: nowrap !important;
    overflow-x: auto !important;
  }
  .mobile-font-sizes {
    font-size: 40px !important;
  }
  .mobile-slider-badge {
    position: absolute;
    right: 35px;
    margin-bottom: 80px;
  }
  .s-48 {
    font-size: 40px !important;
  }
  .order-button {
    width: 100%;
  }
  .reseller-price-col-size {
    max-width: unset;
  }
  .recommended-price-card {
    bottom: unset !important;
  }
  .dedicated-card-sizes {
    max-width: unset !important;
  }
  .migration-col-size {
    max-width: unset !important;
  }
  .about-us-card-sizes {
    max-width: unset !important;
    width: 100% !important;
  }
  .mobile-search {
    width: 250px !important;
  }
}

.btn-login {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0.5rem 2rem;
}

.offcanvas {
  width: 100%;
}

.offcanvas-header {
  border-bottom: 1px solid #eee;
}

.offcanvas-body ul li a {
  text-decoration: none;
  color: #000;
}

.offcanvas-body ul li a:hover {
  text-decoration: underline;
}

.default-prices-card {
  max-height: 456px;
}
.recommended-price-card {
  position: relative;
  bottom: 42px;
}

.offer-card {
  max-height: 180px;
  height: 180px !important;
}

.radius-16 {
  border-radius: 16px;
}
.radius-24 {
  border-radius: 24px;
}
.border-bbb {
  border: 1px solid #BBBBBB;
}

.dedicated-card-sizes {
  max-width: 300px;
}
.about-us-card-sizes {
  min-width: 300px; 
  max-width: 362px; 
  width: 352px;
}

.offcanvas-body ul li a:hover {
  text-decoration: none;
}

.offcanvas {
  width: 100% !important;
}
a, ul > li {
  text-decoration: none !important;
  color: #000;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 2rem 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
}

.cookie-banner p {
  max-width: 1000px;
  margin: 0 0 1rem;
  color: #333;
  line-height: 1.5;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
}

#acceptCookies {
  border: none;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s;
}

#acceptCookies:hover {
  background-color: #28a745;
}

.cookie-settings {
  text-decoration: none;
  color: black;
  font-size: 1rem;
  align-self: center;
}


.faq-card {
  background-color: #EEF1F9;
  border-radius: 24px;
}
.tab-wrapper {
    background-color: #fff;
    border: 1px solid #CFCFD1;
    border-radius: 999px;
    display: inline-flex;
    padding: 3px;
  }

  .tab-wrapper .nav-link {
    border: none;
    border-radius: 999px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    color: #222;
    height: 48px;
  }

  .tab-wrapper .nav-link.active {
    background-color: #f1ebe3;
    color: #000;
  }

  .tab-content p {
    font-size: 1.2rem;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-bottom: 3px solid #43C272 !important;
    border-radius: unset !important;
    color: unset !important;
    background-color: unset !important;
}
.nav {
  --bs-nav-link-color: unset !important;
  --bs-nav-link-hover-color: unset !important;
  --bs-nav-link-disabled-color: unset !important;
}
.table {
  --bs-table-bg: unset !important;
}

  .dashed-line:before {
    content: '';
    width: 190px;
    height: 1px;
    border: 1px dashed #000;
    display: flex;
    position: absolute;
    left: 24%;
    top: 26%;
  }
  .dashed-line-two:before {
    content: '';
    width: 190px;
    height: 1px;
    border: 1px dashed #000;
    display: flex;
    position: absolute;
    left: 58%;
    top: 26%;
  }

  .navbar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: none !important;
    z-index: 1030;
    animation: fadeInDown 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  .navbar-two-fixed {
    position: fixed !important;
    top: 83px;
    border-top: 1px solid #dee2e6;
    left: 0;
    right: 0;
    z-index: 1030;
    animation: fadeInDown 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

@keyframes fadeInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* a11y contrast */
.text-success{color:#157347 !important;}

/* Top nav: always solid white (not transparent on scroll) */
.navbar, .navbar-two{background-color:#fff !important;}

/* Anchor hedefleri sabit header'in altinda kalmasin.
   Sayfa 100px kaydirilinca script.js .navbar'i (yukseklik 94px, top:0) ve
   .navbar-two'yu (yukseklik 64px, top:83px) fixed yapiyor; seridin alt kenari
   masaustunde 147px. .navbar-two mobilde gizli (d-none d-lg-block), orada
   serit 94px'de bitiyor. Degeri scrollport'a veriyoruz ki hem yan menu
   linkleri hem de disaridan gelen #hash adresleri ayni yere insin. */
html{scroll-padding-top:110px;}
@media (min-width:992px){html{scroll-padding-top:165px;}}
