/* === BASE HEADING === */ 

.commercial-two h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.commercial-two h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.commercial-two h1 em {
  font-style: normal;
  font-weight: 600;
}
/* === HEADING STYLE #2 === */
.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #2074aa;
}

.two h1 span {
  font-size: 13px;
  font-weight: 500;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgb(0 0 0 / 48%);
  padding-bottom: 10px;
  text-transform: none;
}
.alt-two h1 {
  text-align:center;
}
.alt-two h1:before {
  left:50%; margin-left:-30px;
}
.commercial-two {	
	position: relative;
    background: #f8f8f8;
    width: 48%;
    max-width: 500px;
    padding: 2em;
    border: 3px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}
.bank-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px auto;
    max-width: 1300px;
    padding: 15px;
}

.bank-box {
    background: #ffffff;
    border-radius: 4px;
    padding: 30px 25px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 4px 14px rgba(0,0,0,0.05);
    transition: 0.2s ease;
	width: 32%;
}

.bank-box:hover {
    box-shadow: 0px 6px 18px rgba(0,0,0,0.09);
}

.bank-logo {
    height: 40px;
    margin-bottom: 25px;
}

.bank-content {
    padding-top: 25px;
    margin-top: 15px;
    border-top: 1px solid #E5E5E5;
    display: grid;
}

.bank-content .title {
    color: #808080;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.bank-content .text {
    font-size: 15px;
    margin-top: 2px;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.4;
}

.ipv4__top-area {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%), url(https://nevihost.com/wp-content/uploads/2024/11/global-connections-1024x683.jpg);
    background-size: 100% 100%, auto 150%;
    background-position: right;
    background-repeat: no-repeat;
	color: #c3c3c3;
}
.ipv4__top-area .title {
	color: #dddddd;
}
.ipv4__top-area .list-wrap li {
	color: #c3c3c3;
}
.dec-btn {
    background-color: #dddddd;
    border-radius: 8px;
    color: #121212;
	text-transform: math-auto;
}

.dec-btn:hover {
    background-color: #dddddd;
	color: #121212;
}
/* Table Styles */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #8da3b7;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: 4px;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table .tg-btn {
    background-color: #109534;
    border-radius: 8px;
    color: #ffffff;
    transition: background-color 0.6s 
ease;
    text-transform: math-auto;
}

.rwd-table .tg-btn:hover {
    background-color: #197a33;
}

.coloc-content .list-wrap {
    display: flex;
    justify-content: space-between;
	margin-bottom: 32px!important;
}
.coloc-content .sub-title {
    background: #cfcfcf5e;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 4px;
}
.hosting__top-area {
    background: #f3f1ff00!important;
}
.coloc-content p {
	margin-bottom: 32px!important;
}
.coloc-content li {
	    min-width: 260px;
}
.coloc-w {
	width: 33%!important;
}

.calc-container {max-width:1350px; margin:auto;}
.section-title {font-size:24px; font-weight:bold; margin:20px 0;}
.card-group {display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:20px;}
.card {background:white; border-radius: 4px!important; padding:20px; border:2px solid #eee!important; cursor:pointer; transition:0.2s;}
.card:hover {border-image: linear-gradient(135deg, #2075aa, #32a4db) 1 !important;}
.card.selected {border-color: #2075aa !important;
    box-shadow: 0 0 10px rgb(0 118 255 / 40%);}
.card h3 {margin:0 0 10px;}
.card .price {font-size:22px; font-weight:bold; color:#0568b1;margin-bottom: 15px;}
.summary-box {background:white; border-radius:4px; padding:20px; margin-top:30px; border:2px solid #eee;}
.summary-item {display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid #eee;}
.summary-total {font-size:20px; font-weight:bold;}
.btn {padding:7px 20px; border-radius:8px; text-align:center; margin-top:20px; cursor:pointer; font-size:18px;}
.btn.disabled {background:#ccc; pointer-events:none;}
.btn-whatsapp {background:#3591cd; color:white;}
.btn-whatsapp:hover {background:#2775ab; color:white;}
.btn-cart {background:#ff9900; color:white;}
.calc-container h3 {font-size: 18px;}
.card li {font-size: 13px;}
.card li::marker {content: "✔   "; font-size: 1.2em; color: #1c9a3d;}
.vds-svg {
	width: 50px;
    background: #dcdcdd;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
}
.vds-span {
	margin-top: 3px;
    margin-left: 8px;
}

/*============================
	VDS PLAN PRİCİNG
=============================*/
.plan-tab {
  border: 2px solid var(--bs-white);
  border-radius: 9999px;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 30px;
}
.plan-tab button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 700;
  padding: 19.5px 56px;
  margin: -2px;
  border-radius: 9999px;
}
.plan-tab button:hover {
  color: var(--bs-orange);
}
.plan-tab button.active {
  color: var(--bs-white);
  background-color: var(--bs-orange);
}
.plan-box {
  background-color: #f6f7fb;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 12px;
}
.plan-box .box-inner {
  background-color: var(--bs-white);
  padding: 37px 40px 48px 40px;
  border-radius: 12px;
}
.plan-box .plan-box-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 17px;
}
.plan-box ul {
  margin: -6px 0 54px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.plan-box li {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-dark);
  border-bottom: 1px solid #f1f2f7;
  position: relative;
  padding: 0 0 23px 0;
  margin: 0 0 23px 0;
}
.plan-box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.plan-box li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  background-color: var(--bs-danger);
  color: var(--bs-white);
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 3px;
}
.plan-box li i.fa-check {
  background-color: var(--bs-success);
}
.plan-box li i.fa-times {
  background-color: red;
}
.plan-nav button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 56px;
  line-height: 1;
  border: 2px solid #eff2fb;
  margin-bottom: 40px;
  border-radius: 6px;
}
.plan-nav button:last-child {
  margin-bottom: 30px;
}
.plan-nav button .discount {
  background-color: var(--bs-success);
  color: var(--bs-white);
  font-size: 14px;
  line-height: 1;
  border-radius: 9999px;
  padding: 8.5px 13.5px;
  display: inline-block;
  position: absolute;
  top: -15.5px;
  left: 55px;
}
.plan-nav button .btn-text {
  font-size: 30px;
  font-weight: 600;
  color: var(--bs-dark);
}
.plan-nav button .btn-text::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #eff2fb;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 22px;
  color: rgba(0, 0, 0, 0);
}
.plan-nav button .amount {
  font-size: 36px;
  font-weight: 600;
  color: var(--bs-dark);
}
.plan-nav button .duration {
  font-weight: 600;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-left: 8px;
  color: var(--bs-gray);
}
.plan-nav button,
.plan-nav button .discount,
.plan-nav button .amount,
.plan-nav button .duration,
.plan-nav button .btn-text,
.plan-nav button .btn-text:before {
  transition: all ease 0.4s;
}
.plan-nav button.active,
.plan-nav button:hover {
  background-color: #3591cd;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 4px 6.928px 24px 0 rgba(0, 55, 255, 0.2);
}
.plan-nav button.active .duration,
.plan-nav button.active .amount,
.plan-nav button.active .btn-text,
.plan-nav button:hover .duration,
.plan-nav button:hover .amount,
.plan-nav button:hover .btn-text {
  color: var(--bs-white);
}
.plan-nav button.active .btn-text:before,
.plan-nav button:hover .btn-text:before {
  border-color: var(--bs-white);
}
.plan-nav button.active .btn-text:before {
  background-color: var(--bs-white);
  color: #4391ca;
}
.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: #3591cd;
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 22px 40px;
  border-radius: 9999px;
  z-index: 1;
  text-decoration: none;
}
.vs-btn:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-color: var(--bs-white);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transition: all ease 0.4s;
}
.vs-btn > i {
  margin-left: 8px;
}
.vs-btn:hover {
  color: var(--bs-dark);
}
.vs-btn:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
/*============================
	VDS PLAN PRİCİNG
=============================*/
.pad-bottom {
	    padding-bottom: 0px!important;
}
/*============================
	DEDİCATED PLAN PRİCİNG
=============================*/
.pricing-container {
    margin:auto;
    background:#fff;
    border-radius:16px;
}

.pricing-header,
.pricing-row {
    display:grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1.2fr;
    align-items:center;
}

.pricing-header {
    font-weight: 600;
    color: #7a7a9e;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding-top: 15px;
    background: #7e8b9e1a;
    border-radius: 2px;
}

.pricing-row {
    padding:25px 0;
    border-bottom:1px solid #f1f1f1;
}

.server-title {
    font-weight:700;
    font-size:16px;
}

.server-brand {
    font-size:13px;
    color:#7a7a9e;
}

.pricing-container .col {
    text-align:center;
}

.pricing-container .col b {
    display:block;
    font-size:18px;
}

.pricing-container .col span {
    font-size:13px;
    color:#7a7a9e;
}

.pricing-container .price {
    font-size:26px;
    font-weight:800;
}

.buy-btn {
    background:#1d2633;
    color:#fff;
    border:none;
    padding:12px 28px;
    border-radius:50px;
    cursor:pointer;
    font-size:15px;
    transition:.3s;
}

.buy-btn:hover {
    background:#111822;
}

@media(max-width:1000px) {
    .pricing-header,
    .pricing-row {
        grid-template-columns:1fr;
        row-gap:15px;
        text-align:center;
    }

    .server-box {
        justify-content:center;
        flex-direction:column;
    }
}
/*============================
	DEDİCATED PLAN PRİCİNG
=============================*/

.nv-video-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    height: 720px;
}

/* Video */
.nv-video-hero .nv-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.nv-video-hero .container {
    height: 100%;
}

.nv-video-hero .row {
    height: 100%;
    display: flex;
    align-items: center;   /* ← DİKEY TAM ORTA */
    justify-content: center;
}

.nv-video-hero .hosting__top-content {
    text-align: center;
    width: 100%;
}

/* ANA KARARTMA – TÜM ALAN */
.nv-video-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2;
    pointer-events: none;
}

/* ALT YUMUŞAK GEÇİŞ – ÜSTÜNDE OLMALI */
.nv-video-hero::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(
        360deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.70) 40%,
        rgba(0, 0, 0, 0.30) 75%,
        rgba(0, 0, 0, 0.00) 100%
    );
    z-index: 3;
    pointer-events: none;
}

/* İçerik öne gelsin */
.nv-video-hero .container {
    position: relative;
    z-index: 3;
}

/* Yazılar ortada ve beyaz */
.nv-video-hero .hosting__top-content {
    text-align: center;
}

.nv-video-hero .hosting__top-content .title,
.nv-video-hero .hosting__top-content .sub-title,
.nv-video-hero .hosting__top-content p {
    color: #fff;
}

.game-main {
  padding: 3em 1.5em;
}

.main__heading {
  font-weight: 600;
  font-size: 2.25em;
  margin-bottom: 0.75em;
  text-align: center;
  color: #eceff1;
}

.cards {
  position: relative;
}

.cards__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
}

.game-card {
  --flow-space: 0.5em;
  flex: 1 1 14rem;
  padding: 1.5em 1em;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-items: start;
  gap: 0.55em;
  color: #eceff1;
  background-color: #2b2b2b;
  border: 1px solid #eceff133;
  border-radius: 15px;
}

.game-card:nth-child(1) {
  --hue: 165;
  --saturation: 82.26%;
  --lightness: 51.37%;
}

.game-card:nth-child(2) {
  --hue: 291.34;
  --saturation: 95.9%;
  --lightness: 61.76%;
}

.game-card:nth-child(3) {
  --hue: 338.69;
  --saturation: 100%;
  --lightness: 48.04%;
}

.card__bullets {
  line-height: 1.4;
  margin-left: 0px;
  list-style: none;
  padding-left: 1rem;
}

.card__bullets li::before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16' title='check' fill='%236BD8A7'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' /%3E%3C/svg%3E");
  transform: translatey(0.25ch);
  margin-right: 1ch;
}

.card__heading {
  font-size: 1.05em;
  font-weight: 400;
  color: #FFF;
}

.card__price {
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}

.flow > * + * {
  margin-top: var(--flow-space, 1.25em);
}

.cta {
  display: block;
  align-self: end;
  margin: 1em 0 0.5em 0;
  text-align: center;
  text-decoration: none;
  color: #101010;
  background-color: #FFD744;
  padding: 0.7em;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
}

.cta:hover {
    background-color: #ffe690;
    color: #020202a3;
}

.overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  opacity: var(--opacity, 0);
  -webkit-mask: radial-gradient(
    25rem 25rem at var(--x) var(--y),
    #000 1%,
    transparent 50%
  );
  mask: radial-gradient(
    25rem 25rem at var(--x) var(--y),
    #000 1%,
    transparent 50%
  );
  transition: 400ms mask ease;
  will-change: mask;
}

.overlay .game-card {
  background-color: hsla(var(--hsl), 0.15);
  border-color: hsla(var(--hsl), 1);
  box-shadow: 0 0 0 1px inset hsl(var(--hsl));
}

:not(.overlay) > .game-card {
  transition: 400ms background ease;
  will-change: background;
}

:not(.overlay) > .game-card:hover {
  --lightness: 95%;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Kart */
.game-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
	min-height: 330px;
}

/* Arka plan görsel */
.game-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s ease;
}

/* Karanlık overlay */
.game-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 85%);
    --overlay-transition: 3s;           /* ← BURADAN SÜREYİ KONTROL EDERSİN */
    opacity: 0.9;
    transition: opacity var(--overlay-transition) ease;
    transition-delay: .2s;
}

/* Logo */
.game-logo {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 180px;
    z-index: 3;
    transition: opacity .6s ease, transform .6s ease;
    transition-delay: .25s;   /* ← logoya biraz daha geç tepki */
}

/* Alt başlık */
.game-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    z-index: 4;
}

/* HOVER EFEKTİ */
.game-card:hover .game-overlay {
	opacity: 0;
}

.game-card:hover .game-logo {
    opacity: 0;
    transform: scale(.90);
}

.game-card:hover .game-bg {
    transform: scale(1.05);
}
@media (max-width: 991px) {
    .game-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .game-card {
        height: 260px;
    }

    .game-logo {
        max-width: 120px;
    }
}
.game-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #e63946;
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 5;
}
.black-bg {
    background: #000000;
}
.section-pd {
	padding: 60px 0 60px 0;
}

.a-grid {
	background-color: #0B0F21;
    background-image: url("../img/game/g_grid_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.a-grid-bgc1 {
    position: relative;  /* ← EN KRİTİK SATIR */
    background-image: url("../img/game/action-wallpaper.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* OVERLAY */
.a-grid-bgc1::before {
    content: "";
    position: absolute;
    inset: 0;               /* ← width + height yerine garanti çözüm */
    background-image: linear-gradient(87deg, #0B0F21 61%, #f2295b 100%);
    z-index: 1;
    opacity: .75;           /* ← karartma gücü */
    pointer-events: none;
}

/* İçerik üstte kalsın (varsa) */
.a-grid-bgc1 > * {
    position: relative;
    z-index: 2;
}

.a-grid-w {
	color: #ffffff!important;
}

.a-grid-w1 {
	color: #cbcbcbe8 !important;
}

.a-grid-center {
    margin-left: auto;
    margin-right: auto;
	border: 0;
}

.a-game-header-img {
    background-color: #000000E6;
    background-image: url("../img/game/wpml-widget-filter.svg");
}

.a-game-btn {
    width: 100%;
    display: block;
    border-radius: 4px;
    font-weight: 500;
    color: #101010 !important;
    padding: 14px 0px 14px 0px;
}

.a-game-header-c {
    background-color: #000000E6;        /* ANA RENK */
}

.a-game-header {
    position: relative;                 /* before için şart */
    background-color: #000000E6;        /* ANA RENK */
    overflow: hidden;                   /* Taşma olmasın */
	padding: 48px 0 48px;
}

/* Görseli getiren pseudo-element */
.a-game-header::before { 
    content: "";                        /* OLMAZSA görünmez */
    position: absolute;
    inset: 0;                           /* top:0; right:0; bottom:0; left:0; */
    background-image: url("../img/game/banner__bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;                         /* en altta kalsın */
}

/* İçerikler görselin üstünde dursun */
.a-game-header > * {
    position: relative;
    z-index: 1;
}

.a-game-header-w {
	width: 272px;	
}
.a-game-header-w img {
	border-radius: 8px;
}
.pricing-plan-c {
    position: relative; /* before için şart */
    background-color: #1A1B1FFA;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	border: 1px solid #5f5f5f!important;
}

.pricing-plan-mc {
	background-image: url("../img/game/minecraft-biome.jpg");
}
.pricing-plan-gmod {
	background-image: url("../img/game/gmod-pb.jpg");
}
.pricing-plan-mta {
	background-image: url("../img/game/mta-pb.jpg");
}
.pricing-plan-ut {
	background-image: url("../img/game/unturned-pb.webp");
}
.pricing-plan-rust {
	background-image: url("../img/game/rust-pb.jpg");
}
.pricing-plan-ac {
	background-image: url("../img/game/ac-pb.jpg");
}
.pricing-plan-cs2 {
	background-image: url("../img/game/cs2-pb.png");
}


/* KARARTMA OVERLAY */
.pricing-plan-c::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);  /* ← karartma gücü */
    z-index: 1;
    pointer-events: none;
}

/* İÇERİK ÜSTTE KALSIN */
.pricing-plan-c > * {
    position: relative;
    z-index: 2;
}

.a-icon {
	font-size: 25px;
    padding: 8px;
    background-color: #fbd758;
    border-radius: 4px;
}

/* Ana grid */
.server-list {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 30px 0;
}

/* Kart */
.server-card {
    width: 430px;
    background: #2A2A2E; /* koyu gri */
    overflow: hidden;
    color: #fff;
}

/* Üst bar */
.server-header {
    background: linear-gradient(180deg, #777 0%, #555 100%);
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
}

/* İçerik */
.server-body {
    padding: 20px;
    text-align: center;
}

/* Sunucu info satırı */
.server-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 20px;
}

.woot-widget-bubble {
    background: #1175ae !important;
}
.pulse {
    vertical-align: baseline;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #42cb6f;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(66, 203, 111, 0.4);
    animation: pulse 2s infinite;
}
.pulsered {
    vertical-align: baseline;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #ff392b;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(66, 203, 111, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
        opacity: .5;
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* Minecraft ikonu */
.game-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* Sunucu adı */
.server-name {
    font-size: 16px;
}

/* Sunucu adresi */
.server-address {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* Kopyala butonu */
.copy-btn {
    font-size: 17px;
    cursor: pointer;
    background: #2775ab;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
}
.hosting__top-content .title {
    color: #54595f;
}
.pricing__box-four {
    border-radius: 12px!important;
	background: #ffffff;
	--tw-shadow: 3px 4px 10px 0 rgb(0 0 0 / 16%);
    --tw-shadow-colored: 3px 4px 10px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pricing__box-top {
	border: 1px solid #cdcdcd!important;
    border-radius: 12px!important;
	text-align: center;
	background: #eeeeee!important;
}
.section-nav {
    display: inline-flex;
    align-items: center;
    background: #ededed;
    padding: 8px;
    border-radius: 40px;
    gap: 15px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
    margin: 30px 0 0 0;
}

.section-nav .nav-item {
    border: none;
    background: transparent;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.25s ease;
    color: #333;
    font-weight: 500;
}

.section-nav .nav-item.active {
    background: #2f3b52;   /* koyu buton rengi */
    color: #fff;
}

.section-nav .nav-item:hover:not(.active) {
    background: #f1f3f7;
}

.section-nav .arrow {
    margin-right: 8px;
    font-size: 18px;
}

.host-content .list-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px !important;
}
.host-content .sub-title {
    background: #cfcfcf5e;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 4px;
}
.host-img {
	width: auto;
    border-radius: 8px !important;
}
.pricing__box-four .pricing__plan .title {
    justify-content: center;
}
.pricing__box-four .pricing__plan .price-off {
    display: inline!important;
    color: aliceblue;
    background: #3591cd;
}
.hosting__inner-wrap {
    padding: 100px 15px 40px;
}

.tg-mega-menu-wrap {
	width: auto!important;
}

/* Mega menu ana kutu */
.tg-mega-menu-wrap-two {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    padding: 30px;
}
.mega-grid2 {
    grid-template-columns: repeat(2, 1fr)!important;
}

/* Sağ tarafı tamamen iptal */
.tg-mega-menu-right-side {
    display: none;
}

/* Başlık */
.mega-menu-title-two {
    font-size: 18px;
    font-weight: 600;
    color: #414141D1;
    margin-bottom: 10px;
    text-transform: none;
}

.mega-grid a {
    padding: 0px!important;
	width: 373px;
}

/* 3 kolon grid */
.mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Kart */
.mega-menu-item-two {
    background: #f2f2f2;
    border-radius: 6px;
    padding: 16px;
    transition: .25s ease;
    height: 100%;
	display: flex;
	width: 373px;
	border: 1px solid #50505000;
	gap: 15px;
}

.mega-menu-item-two:hover {
    background: #e8e8e8;
	border: 1px solid #50505052;
}

/* Kart içi */
.mega-menu-item-two a {
    display: flex;
    gap: 14px;
    text-decoration: none;
    align-items: flex-start;
}

/* Icon */
.mega-menu-item-two .icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mega-menu-item-two .icon img {
    width: 35px;
}

/* Yazılar */
.mega-menu-item-two .title {
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    display: block;
    margin-bottom: 4px;
	text-transform: none;
}

.mega-menu-item-two span {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
	text-transform: none;
}
.domain__search-bg {
	background-color: #F1F3F4;
	padding: 80px 0 0!important;
}

.whmp_domain_search_ajax_results .whmp_search_ajax_title {
    padding: 20px;
    text-align: left;
    max-width: 100%!important;
    margin: 0 auto 20px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_result .whmp_domain_price {
    width: 17%!important;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_result .whmp_duration {
    width: 5%!important;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_result .whmp_search_ajax_buttons {
    width: 10%!important;
    min-width: 150px;
    text-align: right;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_result .whmp_domain {
    width: 60%!important;
    margin-left: 10px;
}
.whmp_domain_search_ajax_results .whmp_not_found_result .whmp_domain {
    width: 48% !important;
    margin-left: 10px;
}
.whmp_domain strong {
    display: none!important;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_result {
    padding: 25px!important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 32px rgba(0, 0, 0, 0.08);
}
.whmp_icon .fa-check {
    color: #31ae70;
    background: #c0d6c2;
    border-radius: 20px;
    padding: 8px;
    font-size: 25px;
}
.whmp_domain_search_ajax_results .whmp_found_result {
    background: #ffffff!important;
    color: #4e5670!important;
    border-left: 3px solid #3aad73!important;
}
.whmp_search_ajax_domain {
    display: none!important;
}
.whmp_search_ajax_message ul {
    list-style: none;
    margin: 0 0 0px;
    display: flex;
    align-items: center;
	padding: 0px!important;
}
.whmp_search_ajax_message .fa-check {
    color: #31ae70;
    background: #c0d6c2;
    border-radius: 20px;
    padding: 8px;
    font-size: 25px;
}
.whmp-domain {
    text-align: left;
    margin-left: 20px;
}

.whmp_domain_search_ajax_results .whmp_search_ajax_title {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 3px;
    margin: 0 0 15px;
    align-items: center;
    background: #ffffff !important;
    color: #4e5670 !important;

}
.whmp_domain_price::after {
    content: " /YIL";
    color: #4e5670;
    font-weight: bolder;
    font-size: 15px;
    margin-left: 8px;
    letter-spacing: 2px;
    position: relative;
    top: 4px;
    
}
.whmp_domain_price {
    color: #4e5670;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    display: flex;
    align-items: flex-end;
}
.whmp_search_ajax_buttons {
    display: flex;
    width: 35%;
    align-items: center;
}
.whmp_title_price {
    margin-right: 18px;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_title.whmp_found_title {
    border-left: 3px solid #3aad73 !important;
    border-top: 0px !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 3px !important;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_title.whmp_not_found_title {
    border-left: 3px solid #ed4454 !important;
    border-top: 0px !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 3px !important;
}
.whmp_icon .fa-times {
    color: #ea4d5e;
    background: #e7babf;
    border-radius: 25px;
    padding: 8px;
    font-size: 25px;
    width: 41px;
}
.whmp_icon .fa-close {
    color: #ea4d5e;
    background: #e7babf;
    border-radius: 25px;
    padding: 8px;
    font-size: 25px;
    width: 41px;
    padding-left: 12px;
}
.whmp_domain_search_ajax_results .whmp_not_found_result {
    background: #ffffff!important;
    color: #4e5670 !important;
    border-left: 3px solid #ed4454 !important;
}

.whmp_domain_search_ajax_results .load-more-div button {
    display: none!important;
}
.whmp_search_ajax_buttons .www-btn {
    display: none!important;
}
.whmp_search_ajax_buttons .whois-btn {
    display: none!important;
}

.btn__theme_found {
    display: flex;
    background-color: #41ac76;
    width: 200px;
    height: 45px;
    border-radius: 5px;
    transition: background-color 300ms ease, box-shadow 300ms ease;
    animation: btn__scale-down 600ms ease;
}
.btn__theme_found:hover {
      cursor: pointer;
    background-color: #16cf72;
}
.btn__theme_found:hover svg {
  transform: translateX(24px);
  opacity: 0;
  animation: arrow__slide-ltr 600ms ease-out;
}
.btn__theme_notfound {
  display: flex;
  background-color: #d5ac0a;
  width: 200px;
  height: 45px;
  border-radius: 5px;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  animation: btn__scale-down 600ms ease;
}
.btn__theme_notfound:hover {
  cursor: pointer;
  background-color: #edc21c;
}
.btn__theme_notfound:hover svg {
  transform: translateX(24px);
  opacity: 0;
  animation: arrow__slide-ltr 600ms ease-out;
}

.btn__content {
    margin: auto;
    text-align: center;
    transition: color 300ms ease;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn__content span {
  vertical-align: middle;
  bottom: 3px;
  position: relative;

}
.btn__content svg {
  transition: opacity 600ms ease;
  width: 20px!important;
}

@keyframes btn__scale-up {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes btn__scale-down {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@keyframes arrow__slide-ltr {
  from {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(24px);
    opacity: 0;
  }
}
@keyframes credits__floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes credits__floating-shadow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.whmp_domain_search_ajax_results .whmp_found_result .whmp_search_ajax_buttons a {
    cursor: pointer!important;
    background: #3a573d00!important;
    border-color: #5a775d00!important;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_result .whmp_search_ajax_buttons a {
    padding: 0px!important;
    color: #fff;
    border-radius: 6px;
    border: 0px!important;
    display: inline-block;
    width: auto!important;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_title.whmp_not_found_title .whmp_search_ajax_buttons a {
    cursor: pointer!important;
    background: #3a573d00!important;
    border-color: #5a775d00!important;
}
.whmp_domain_search_ajax_results .whmp_search_ajax_title.whmp_found_title .whmp_search_ajax_buttons a {
    cursor: pointer!important;
    background: #3a573d00!important;
    border-color: #5a775d00!important;
}
.whmp_whois_link .whois-btn:after {
   font-family: "Font Awesome 5 Free";
    content: "\f128";
    display: inline-block;
    padding-left: 5px;
    vertical-align: revert;
    font-weight: 900;
    color: #e64f61;
}
.whmp_domain_search_ajax_results .whmp_not_found_result .whmp_domain_price {
    margin-left: 50px;
}

.whmpress_domain_search_ajax form button:hover {
    background: #445376 !important;
}
.whmpress_domain_search_ajax form input#search_box {
    height: 60px !important;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px !important;
	border: 1px solid #dde1e5 !important;
	padding-left: 40px;
}
.whmpress_domain_search_ajax form button {
    width: 300px;
    margin-left: 10px;
    background: #3591cd !important;
    height: 60px !important;
    display: block !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
}
.whmpress_domain_search_ajax form button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    margin-right: .5rem !important;
}

#whois-container {
    display: flex;
    justify-content: center;
    height: 60px;
}
#whois-container #whois-domain {
    height: 60px !important;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px !important;
    width: 80%;
    border: 1px solid #dde1e5 !important;
    padding: 8px 10px;
    background: #ffffff;
}
#whois-container #whois-sorgula {
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    transition: background 0.5s ease-in-out;
    width: 20%;
    margin-left: 10px;
    background: #3591cd !important;
    height: 60px !important;
    display: block !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
}
#whois-container #whois-sorgula:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    margin-right: .5rem !important;
}
.whois-section {
    padding: 20px;
    margin-bottom: 10px;
}
.whois-section h3 {
    line-height: 20px;
    font-size: 1.125rem;
	margin-top: 0;
    color: #0056b3;
}
.separator {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    height: 0;
}
.separator.separator-dashed {
    border-bottom-color: #e1e3e9;
    border-bottom-style: dashed;
}
.tg-mega-menu-left-side .row {
	margin: 0px!important;
	padding: 0 20px 0 0;
	width: min-content;
}
.tg-mega-menu-left-side .row > *:nth-child(3) .icon {
    background: #F1F1F1!important;
    border-color: #DADADA!important;
}
.tg-mega-menu-wrap-four {
	padding: 20px!important;
    left: 58%!important;
}
.tg-btn-two {
    background: linear-gradient(180deg, #6db5e4 0%, #3785b2 100%);
    border-radius: 8px !important;
}
.tg-btn-two::before {
    background: #3591cd !important;
    border-radius: 8px !important;
}
.tg-btn-two:hover, .tg-btn-two:focus-visible {
    background: #0a598d !important;
}
.header-dropdown-contact a {
    color: #4391ca;
}
.tgmenu__nav .logo img {
    max-height: 55px;
}
.topbar-row {
	display: flex;
    justify-content: space-between;
}

.tg-header__top-btn {
    background: #00331300;
    display: block;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 15px;
    line-height: 1;
    border-radius: 0;
	border-right: 1px solid #565656a8;
	color: #ecf4fb;
}
.tg-header__top-btn:hover {
    background: #1f91d000;
    color: #ffffffad;
}
.tg-header__top-content {
    gap: 0;
}

.nice-select {
    height: auto;
    border-radius: 4px !important;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2px 20px;
    background: #30303000 !important;
    color: aliceblue !important;
    border: solid 1px #92929254 !important;
    margin-bottom: 0px !important;
    line-height: 22px !important;

}

.nice-select option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #141b25!important;
}

.nice-select .list {
    background-color: #303030!important;
    border-radius: 4px!important;
}
.nice-select option {
	background: #393939!important;
}
.footer__area {
    padding-top: 55px;
}
.footer__top-inner {
    padding: 60px 80px 40px;
}
.footer__cart-content img {
    width: 360px;
}
.tg-header__top {
    background-color: #1f2122;
}
.domain__search-wrap-two input[type="search"] {
    padding-left: 42px; /* ikon için boşluk */
    height: 52px;
    font-size: 16px;
}
.domain__search-wrap-two form {
    position: relative;
}
.domain__search-wrap-two form:before {
    content: "\f002"; /* globe icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    pointer-events: none;
    z-index: 2;
}
.home-domain-price {
	margin: 0 5px;
    border: 1px solid #494c54d1;
    padding: 4px;
    border-radius: 4px;
}
.domain__list .list-wrap {
    width: 100%;
}
.hosting__item-five .hosting__content-four p {
    margin-bottom: 25px;
}
.hosting__item-five {
    border-radius: 12px;
	padding: 35px 35px;
    background: #F1F1F1!important;
}
.hosting__item-five .hosting__content-four a:hover {
    color: var(--tg-theme-primary-2);
}
.services-div-img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-img {
    width: 15%;
}
.testimonial-section {
    padding: 80px 0;
    background: #f8fafc;
}

.testimonial-slider {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-track-wrap {
    overflow: hidden;
    width: 100%;
}

.testimonial-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.testimonial-card {
    background: #F5F7F9;
    border-radius: 12px;
    padding: 26px;
    width: calc(33.333% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
}

.stars {
    color: #22c55e;
    font-size: 18px;
    margin-bottom: 12px;
}

.user {
    margin-top: 20px;
}

.user strong {
    display: block;
    font-size: 15px;
    color: #020617;
}

.user span {
    font-size: 13px;
    color: #64748b;
}

.testimonial-nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    color: #020617;
}

@media (max-width: 900px) {
    .testimonial-card {
        width: calc(50% - 12px);
    }
}

@media (max-width: 600px) {
    .testimonial-card {
        width: 100%;
    }
}
.testimonial-nav.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.feature-card {
    padding: 60px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-card.dark {
    background: #1e293b;
    color: #fff;
}

.feature-card.light {
    background: #f8fafc;
    color: #020617;
    background-image: url('../img/pattern-light.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.feature-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
}

.feature-card p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 420px;
}

/* Responsive */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 40px 24px;
    }
}

.feature-card.dark h3 {
    color: #ffffff;
}
.feature-card.dark p {
    color: #dfdfdf;
}

.feature-card-bg {
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(255 255 255 / 14%), rgb(255 255 255 / 0%)), url(https://new.nevihost.com/wp-content/themes/nevihost/assets/img/images/bg-light2.jpg) !important;
	}

.pricing__price .price {
    justify-content: center;
}

.hostiplans {
	font-size: 40px!important;
    color: #363636!important;
    font-weight: 600!important;
}
.feature-card .icon {
	margin-bottom: 30px;
}
.domain__transfer-img img:nth-child(1) {
    border-radius: 12px;
}

/* Tech Box Area START */

.tech-section { padding: 80px 0; background: #ffffff; }
.tech-title { text-align: center; font-size: 36px; margin-bottom: 30px; }
.tech-tabs { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }

.tech-tab {
  padding: 8px 15px;
  border: 1px solid #d3edff;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.tech-tab.active { background: #2775ab; color: #fff; }

.tech-content {
  display: flex;
  gap: 40px;
  align-items: center;
  background: #f1f9ff;
  padding: 40px;
  border-radius: 12px;
}

.tech-info { flex: 1; }
.tech-panel { display: none; }
.tech-panel.active { display: flex; }

.tech-item {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
	padding: 15px;
    border: 1px solid #c3cad387;
    margin: 5px;
    border-radius: 8px;
}

.tech-icon {
  min-width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-media { flex: 1; }

@media (max-width: 900px) {
  .tech-content { flex-direction: column; }
}
/* Tech Box Area end */

.pricing__box {
    border-radius: 12px;
}
.pricing__box-two .pricing__btn .tg-btn {
    border-radius: 9px;
}
.wrdimg {
	width: 374px;
	height: 250px;
}

/* Right Menü Start */

.terms__sidebar {
    background: #f5f7f9;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 28px;
    position: sticky;
    top: 120px;
}

.terms__sidebar h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #020617;
	border-bottom: 2px solid #a2a8ae4a;
    padding: 0px 10px 24px 10px;
}

.terms__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms__menu li {
    margin-bottom: 10px;
	display: flex;
    align-items: center;
}

.terms__menu a {
    display: block;
    padding: 10px 14px;
    color: #334155;
    text-decoration: none;
	width: 100%;
}

.terms__menu a:hover {
    background: #dce1e5;
}

.terms__menu i {
    margin-right: 10px;
    font-size: 12px;
    color: #cfd5db;
}

/* Mobilde alt alta */
@media (max-width: 991px) {
    .terms__sidebar {
        position: relative;
        top: auto;
        margin-top: 40px;
    }
}
/* Right Menü End */