body, html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fcfcfc;
}

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

select {
    background: transparent;
}

:root {
    --main-color: #1c2d34;
}

#site-header {
    background-color: #198754;
    overflow: hidden;
    height: 70px;
    border-bottom: 1px solid #dcdcdc;
}

.logo img {
    object-fit: cover;
    max-height: 70px;
}

#site-main {
    margin-top: 25px;
    margin-bottom: 25px;
}

.payment-tab {
    padding-bottom: 20px;
    border-bottom: 3px solid;
    border-color: #dcdcdc;
    text-align: center;
}

.tab-title {
    color: #999;
    font-weight: 600;
    font-size: 13px;
}

.tab-number {
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #777;
    border: 1px solid;
    border-color: #999;
    border-radius: 50%;
    font-weight: 600;
}

.payment-tab.active .tab-title {
    color: var(--main-color);
}

.payment-tab.active,
.payment-tab.active .tab-number {
    border-color: var(--main-color);
}

.payment-tabs .payment-tab-item:nth-child(1),
.payment-tabs .payment-tab-item:nth-child(2) {
    padding-right: 0 !important;
}

.payment-tabs .payment-tab-item:nth-child(2),
.payment-tabs .payment-tab-item:nth-child(3) {
    padding-left: 0 !important;
}

.payment-form{
    margin-top: 40px;
    margin-bottom: 50px;
}

.payment-form-title {
    color: #435062;
    font-weight: 600;
}

/* Mobil cihazlar için (örneğin, 768px ve daha küçük) */
@media (max-width: 768px) {
    .payment-form-title {
        font-size: 18px; /* Mobilde daha küçük font boyutu */
    }
}

/* Masaüstü için (örneğin, 769px ve daha büyük) */
@media (min-width: 769px) {
    .payment-form-title {
        font-size: 20px; /* Masaüstünde daha büyük font boyutu */
    }
}
/* Varsayılan olarak herhangi bir margin-top değeri tanımlı değil */
.form-block {
    margin-top: 20px;
}

.payment-form input[type="text"],
.payment-form input[type="tel"],
.payment-form input[type="email"],
.payment-form input[type="phone"],
.payment-form input[type="submit"],
.payment-form textarea{
    color: rgb(67 80 98);
    border: 1px solid rgb(234 234 234);
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 15px;
}
.payment-form textarea{
    min-height:120px;
    resize:none;
    width:100%;
}

.packet-info{
    padding-left: 80px;
}
input::placeholder,
textarea::placeholder {
    font-weight: 600;
    color: #999 !important;
}
.payment-radio label{
    background: #fff;
    display: block;
    border: 2px solid #eee;
    text-align: center;
    padding: 35px 15px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #777;
    transition: .3s;
    overflow: hidden;
    cursor: pointer;
}
.payment-radio label span{
    display: block;
}
.payment-radio input[type="radio"] {
  /*display: none;*/
  display: block;
  height: 0px !important;
  width: 0px !important;
  opacity: 0;
  padding: 0px !important;
  margin: 0px;
  line-height: 0px !important;
	
}
.payment-radio input {
    max-width: 100%;
    position: relative;
    height: 40px;
    margin-top: 5px;
}
label[for="p6"] {
    padding: 25px 15px !important;
}
.payment-radio input:checked + label{
    border-color: var(--main-color);
    box-shadow: rgba(28, 45, 52, 0.5) 0px 2px 8px 0px;
    color: var(--main-color);
}
.payment-info-text{
    font-size: 14px;
    margin-top: 15px;
}

.payment-form-result{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

.payment-form-result-text{
    max-width: 750px;
    margin: 0 auto;
}

.payment-elem-title{
    color: #8c96a4;
    font-size:14px;
    font-weight:600;
    margin-bottom: 5px;
}
.submit-btn {
    background-color: var(--main-color);
    color: #fff !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    font-size: 15px !important;
    font-weight: 700;
}
.payment-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #878787;
}

#site-footer {
    border-top: 1px solid #dcdcdc;
}

.footer-row {
    align-items: center;
    height: 80px;
}

#site-footer a {
    text-decoration: none;
    color: var(--main-color);
    font-weight: 700;
}

.copyright {
    color: #888;
    font-weight: 600;
    font-size: 14px;
}

.payment-select {
    color: #565656;
    border: 1px solid rgb(234 234 234);
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 13px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.secure-payment {
    max-height: 50px;
}

span.sozlesme {
    font-weight: 600;
    color: #777;
    line-height: 20px;
    display: inline;
	font-size: 14px;
}

span.sozlesme a {
    text-decoration: none;
    color: var(--main-color);
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.custom-checkbox label {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 4px; /* Yuvarlatılmış köşeler için */
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked + label {
    background-color: #007bff; /* Onaylandığında mavi arka plan */
    border-color: #007bff;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
Açıklama:
}

.payment-card img {
    max-height: 35px;
}

.payment-icon img {
    max-height: 60px;
}

.packet-info .border {
    border-radius: 3px;
}

.price-info li {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #888;
    line-height: 32px;
}

.price-info li:last-child {
    color: #555;
}

.packet-subtitle {
    font-weight: 600;
    color: #888;
    display: block;
}

.packet-price {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

ul.hire-info {
    list-style-type: none;
}

.hire-info li {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #666;
    line-height: 35px;
}

.taksit {
    font-weight: 600;
    color: #878787;
    display: flex;
    justify-content: space-between;
	font-size: 15px;
}

.taksit a {
    color: var(--main-color);
    text-decoration: none;
}

.bank-images {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.bank-images img {
    max-height:31px;
}

.payment-approved {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.payment-approved img {
    width: 180px;
    height: 180px;
}

.payment-approved h1 {
    margin-top: 25px;
    font-weight: 600;
    color: #555;
}

@media screen and (min-width:992px) {
    .packet-info .border {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
}

@media screen and (max-width:992px) {
    .payment-approved {
        width: 100%;
    }
    .payment-tab:not(.active) {
        display: none;
    }
    .header-right {
        display: none;
    }
    .logo {
        text-align: center;
    }
    .packet-info {
        padding-left: 15px;
		margin-top: -15px;
    }
    .footer-left, .footer-right {
        text-align: center !important;
    }
    .submit-btn {
        margin: auto !important;
    }
    .modal-content {
        width: 95% !important;
    }
}

@media screen and (max-width:768px) {
    .modal-content {
        width: 95% !important;
    }
}

.header-left, .header-right {
    height: 70px;
    align-items: center;
}

.header-right {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

.header-mail {
    margin-right: 50px;
}

.modal {
    display: none;
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 75%; 
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .form-check {
  display: block;
  min-height: 2.2rem;
  padding-left: 0rem;
  margin-bottom: .125rem;
   }
  
  
  