@media (min-width: 1200px) {
    .container {
        min-width: 1300px;
    }
}

.whatsapp-float {
-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #0f667ba6;
    border-radius: 7px 7px 0 0;
    bottom: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 1;
    padding: 13px 10px 30px;
    position: fixed;
    right: 245px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
	font-size: 21px
}

.whatsapp-float.visible {
	opacity: 1;
	visibility: visible;
}

.whatsapp-float:hover {
    color: #0099e6;
}


.call-float {
-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #0f667ba6;
    border-radius: 7px 7px 0 0;
    bottom: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 1;
    padding: 13px 10px 30px;
    position: fixed;
    right: 300px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
	font-size: 21px
}

.call-float.visible {
	opacity: 1;
	visibility: visible;
}

.call-float:hover {
    color: #0099e6;
}

.text-primary {
    color: #6ba3d3 !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-10 {
	margin-top:10px;
}

.mr-5 {
	margin-right: 5px;
}

@media (max-width: 768px) {

    .whatsapp-float,
    .call-float {
        bottom: auto;
        top: 82%;
        transform: translateY(-50%);
        right: 30px;
        border-radius: 50px;
        padding: 12px 10px;
        height: auto;
    }

    /* Üst üste binmesinler diye */
    .whatsapp-float {
        margin-top: -20px;
    }

    .call-float {
        margin-top: 35px;
    }
}




/* Hesap Oluştur */
#create .create-container {
  width: 100%;
}

#create .row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 22px;
  overflow: hidden;
}

#create .col-md-4 {
  flex: 0 0 33.333%;
  padding: 50px 75px;
  color: #FFF;
  background: linear-gradient(160deg, #0ea5e9, #6366f1);
}

#create .col-md-8 {
  flex: 0 0 66.666%;
  padding: 50px 60px;
  color: #FFF;
  background: radial-gradient(circle at top, #1f2933, #0f172a);
  backdrop-filter: blur(14px);
}


/* Sol Bilgi Alanı */
#create .info h2 {
  font-size: 30px;
  margin-bottom: 16px;
  color: #FFF;
}

#create .info p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
  color: #FFF;
}

#create .info ul {
  margin-top: 25px;
  padding-left: 18px;
}

#create .info ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

#create .info a {
  display: inline-block;
  margin-top: 35px;
  padding: 12px 22px;
  border-radius: 12px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s;
}

#create .info a:hover {
  background: rgba(255,255,255,0.3);
}

/* Form Alanı */
#create .form h2 {
  font-size: 28px;
  margin-bottom: 6px;
  color: #fff;
}

#create .form p {
  font-size: 15px;
  opacity: 0.7;
  margin-bottom: 30px;
}

#create .form-group {
  margin-bottom: 18px;
}

#create .form-row {
  display: flex;
  gap: 14px;
}

#create label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  opacity: 0.8;
}

#create input, select {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: #fff;
  outline: none;
  transition: 0.25s;
}

#create input::placeholder {
  color: rgba(255,255,255,0.45);
}

#create input:focus, select:focus {
  border-color: #38bdf8;
  background: rgba(255,255,255,0.12);
}

#create select option {
  color: #000;
}

#create button {
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

#create button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(56,189,248,0.35);
}

#create .form small {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  opacity: 0.6;
  text-align: center;
}


/* Font Size */
.big-font {
  font-size: 20px; 
  line-height: 1.5;
}

.small-font {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}



/* Server CSS */


        .server-section-title {
            font-size: 21px;
            font-weight: 700;
            text-align: center;
            color: #798eb5;
            margin-bottom: 30px;
            padding: 15px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            border: 1px solid #e1e1e1;
            text-decoration: underline;
        }

        .server-card {
            background: white;
            border-radius: 16px;
            padding: 10px 20px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: grid;
            grid-template-columns: auto 1fr auto;
            gap: 24px;
            align-items: center;
        }

        .server-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
        }

        .server-meta {
 display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 20px 12px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.meta-tag {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    background: rgba(255,255,255,0.06);
    color: #aaa;
}

.meta-tag.yellow {
    background: rgba(255, 193, 7, 0.12);
    color: #f0c96b;
}
.meta-tag.red {
    background: rgba(255, 193, 7, 0.12);
    color: #f0c96b;
}
.meta-tag.black {
    background: rgba(255, 193, 7, 0.12);
    color: #f0c96b;
}
.meta-tag.green {
    background: rgb(7 255 107 / 12%);
    color: #4aa38f;
}
.meta-tag.purple {
    background: rgb(222 7 255 / 12%);
    color: #d16fff;
}

.server-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    margin: 10px 0;
    border-radius: 10px;
    background: rgba(0, 123, 255, 0.08);
    border: 1px solid rgba(0, 123, 255, 0.25);
    font-size: 13px;
    color: #7d92ac;
}

.alert-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 123, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}


        .server-icon-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          gap: 8px;
        }

        .server-code {
            font-size: 16px;
            font-weight: 700;
            color: #1a1a1a;
            min-width: 80px;
        }

        .server-icon {
            width: 80px;
            height: 60px;
            border-radius: 8px;
            background: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .server-icon::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, 
                #e0e0e0 0%, #e0e0e0 20%,
                #d32f2f 20%, #d32f2f 60%,
                #e0e0e0 60%, #e0e0e0 100%);
        }

        .server-icon.brown::before {
            background: linear-gradient(90deg, 
                #e0e0e0 0%, #e0e0e0 20%,
                #795548 20%, #795548 60%,
                #e0e0e0 60%, #e0e0e0 100%);
        }

        .server-icon.dark-brown::before {
            background: linear-gradient(90deg, 
                #e0e0e0 0%, #e0e0e0 20%,
                #5d4037 20%, #5d4037 60%,
                #e0e0e0 60%, #e0e0e0 100%);
        }

        .server-details {
                display: grid;
                grid-template-columns: 3fr 2fr 2fr 1fr 1.7fr 1.5fr;
                gap: 20px;
        }

        .detail-item {
            text-align: center;
        }

        .detail-label {
            font-size: 13px;
            color: #666;
            font-weight: 600;
            margin-bottom: 5px;
            display: block;
        }

        .detail-value {
            font-size: 15px;
            color: #1a1a1a;
            font-weight: 700;
        }

        .processor-name {
            font-size: 14px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 3px;
        }

        .processor-specs {
            font-size: 12px;
            color: #666;
        }

        .raid-check {
            width: 24px;
            height: 24px;
            background: #4caf50;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 16px;
            margin: 0 auto;
        }

        .action-section {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 12px;
        }

        .buy-button {
  background: linear-gradient(135deg, #2675a6 0%, #007789 100%);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(38, 166, 154, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
        }

        .buy-button:hover {
            background: linear-gradient(135deg, #00897b 0%, #00695c 100%);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(38, 166, 154, 0.4);
        }

        .buy-button::before {
            content: '🛒';
            font-size: 16px;
        }

        .price {
            font-size: 24px;
            font-weight: 700;
            color: #1a1a1a;
        }

        .price-period {
            font-size: 14px;
            color: #999;
            font-weight: 400;
        }

        .pricing-link {
            color: #26a69a;
            font-size: 13px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 5px;
            font-weight: 600;
        }

        .pricing-link:hover {
            text-decoration: underline;
        }

        .info-icon {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: #666;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 16px;
            font-size: 11px;
            font-weight: bold;
        }

        

        @media (max-width: 1024px) {
            .server-card {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .server-icon-wrapper {
                justify-content: center;
            }

            .server-details {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
                gap: 15px;
            }

            .action-section {
                align-items: center;
            }

            .section-title {
                font-size: 24px;
            }
        }

        @media (max-width: 640px) {
            .server-details {
                grid-template-columns: repeat(2, 1fr);
            }

            .section-title {
                font-size: 20px;
            }

            .price {
                font-size: 20px;
            }

            .server-card {
                padding: 20px;
            }
        }