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

/* Existing CSS styles */
*, ::after, ::before {
    box-sizing: border-box;
}

.elementor-4018 .elementor-element.elementor-element-12a5dbe3 {
    padding-top:0;
}
.nd_options_container{
    width:100%;
}
.zr-kurumsal-text p {
        line-height: 2em;
    letter-spacing: 1px;
        color: #4c4c4c;
}

/* Bootstrap Grid System */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-3, .col-md-4, .col-sm-6, .col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

/* Product Grid Layout */
.products-section {
    padding: 40px 0;
    background: url('../images/urun-background.jpeg') no-repeat center center;
    background-size: cover;
}

.product-item {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-item:hover .product-image {
    transform: scale(1.05);
}

.product-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.product-title a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.product-title a:hover {
    color: #007bff;
}

.product-excerpt {
    font-size: 14px;
    color: #fff !important;
    margin-bottom: 10px;
    flex-grow: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #e74c3c;
    margin-top: auto;
}

/* Responsive adjustments for Bootstrap grid */
@media (max-width: 576px) {
    .product-content {
        padding: 10px;
    }
    
    .product-title {
        font-size: 14px;
    }
    
    .product-price {
        font-size: 16px;
    }
}

/* Product Detail Page Styles */
.product-detail-page {
    padding: 40px 0;
    background: url('../images/urun-background.jpeg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}

.product-detail-content {
    background: transparent !important;
    border-radius: 10px;
    box-shadow: none !important;
    padding: 0;
    margin: 20px auto;
    max-width: 1200px;
}

.product-detail-content .row {
    margin: 0;
}

.product-detail-content .col-md-6 {
    padding: 0;
}

.product-detail-image {
    padding: 30px;
    background: transparent !important;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.product-detail-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.product-detail-info {
    padding: 30px;
    background: transparent !important;
    border-radius: 0 10px 10px 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-title {
    color: #fff !important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.product-detail-price {
    display: none; /* Fiyat gizlendi */
}

.product-text {
    margin: 25px 0;
    line-height: 1.8;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.product-text p {
    margin-bottom: 15px;
    color: #fff !important;
}

.product-detail-actions {
    margin-top: auto;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.3) !important;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: self-end;
}

.input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.btn-minus, .btn-plus {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.btn-minus:hover, .btn-plus:hover {
    background: #e9ecef;
}

.input-group input[type="number"] {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 5px;
}

.btn-add-to-cart {
    background: #007bff;
    color: white !important;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    flex: 1;
    min-width: 200px;
}

.btn-add-to-cart:hover {
    background: #0056b3;
}

.btn-whatsapp {
    background: #25d366;
    color: white !important;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 200px;
}

.btn-whatsapp:hover {
    background: #128c7e;
}

.order-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 768px) {
    .product-detail-page {
        padding: 20px 0;
    }
    
    .product-detail-content {
        padding: 0;
        margin: 0;
    }
    
    .product-detail-image {
        padding: 20px;
        background: transparent !important;
        border-radius: 10px 10px 0 0;
        min-height: auto;
    }
    
    .product-detail-info {
        padding: 20px;
        background: transparent !important;
        border-radius: 0 0 10px 10px;
        min-height: auto;
    }
    
    .product-detail-title {
        font-size: 24px;
    }
    
    
    .btn-add-to-cart, .btn-whatsapp {
        min-width: auto;
    }
}

/* Checkout Page Styles */
.checkout-page {
    padding: 40px 0;
    background: url('../images/urun-background.jpeg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}

.checkout-form-section {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.checkout-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
    padding: 5px 10px !important;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #555;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: white;
    height: 46px;
}

.form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

.form-control textarea {
    height: auto;
    resize: vertical;
}

.form-check {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-right: 10px;
    margin-top: 0;
}

.form-check-label {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #555;
    flex-wrap: wrap;
}

.form-check-label a {
    color: #007bff;
    text-decoration: none;
    margin-left: 5px;
}

.form-check-label a:hover {
    text-decoration: underline;
}

.btn-checkout {
    background: #28a745;
    color: white;
    border: none;
    padding: 14px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
}

.btn-checkout:hover {
    background: #218838;
}

.offset-lg-2 {
    margin-left: 16.666667%;
}

@media (max-width: 992px) {
    .offset-lg-2 {
        margin-left: 0;
    }
    
    .col-lg-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .checkout-form-section {
        padding: 20px;
    }
    
    .checkout-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .checkout-page {
        padding: 20px 0;
    }
    
    .checkout-form-section {
        padding: 15px;
    }
    
    .checkout-title {
        font-size: 20px;
    }
    
    .btn-checkout {
        font-size: 16px;
        padding: 12px 20px;
    }
}

/* Sertifikalar Page Styles */
.page-sertifikalar {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.page-sertifikalar .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-sertifikalar .row {
    margin: 0 -15px;
}

.page-sertifikalar .col-md-4, .page-sertifikalar .col-lg-3, .page-sertifikalar .col-xs-12 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.page-sertifikalar .sertifika-card {
    background: white;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding:10px 0;
}

.page-sertifikalar .sertifika-card:hover {
    transform: translateY(-5px);
}

.page-sertifikalar .sertifika-image {
    overflow: hidden;
    border-radius: 8px;
}

.page-sertifikalar .sertifika-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.page-sertifikalar .sertifika-card:hover .sertifika-image img {
    transform: scale(1.05);
}

.page-sertifikalar h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}

.page-sertifikalar .col-12.text-center {
    padding: 50px 0;
}

.page-sertifikalar .text-muted {
    color: #6c757d !important;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .page-sertifikalar {
        padding: 20px 0;
    }
    
    .page-sertifikalar .col-md-4, .page-sertifikalar .col-lg-3, .page-sertifikalar .col-xs-12 {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    
    .page-sertifikalar .sertifika-card {
        padding: 15px;
    }
    
    .page-sertifikalar .sertifika-image img {
        height: 150px;
    }
    
    .page-sertifikalar h3 {
        font-size: 14px;
        padding: 0 5px;
    }
    
    .page-sertifikalar .col-12.text-center {
        padding: 30px 0;
    }
    
    .page-sertifikalar .text-muted {
        font-size: 16px;
    }
}

/* Magnific Popup Custom Styles */
.mfp-zoom-in {
    /* Start state */
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* End state */
.mfp-zoom-in.mfp-ready {
    opacity: 1;
}

/* Close button */
.mfp-zoom-in.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Cursor */
.page-sertifikalar .sertifika-card {
    cursor: zoom-in;
}

/* Magnific Popup Image Link Style */
.page-sertifikalar .sertifika-image {
    position: relative;
}

.page-sertifikalar .sertifika-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-sertifikalar .sertifika-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Contact Section Styles */
.contact-section {
    padding: 40px 0 !important;
    background-color: #f8f9fa !important;
}

.contact-section .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}


.contact-section .col-xl-4, .contact-section .col-lg-4, .contact-section .col-md-6 {
    padding: 0 15px !important;
    margin-bottom: 30px !important;
}

.contact-section .contact-card {
  border: 1px dashed #dee2e6;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;

}

@media (min-width: 1200px) {
    .contact-section .fs-2 {
        font-size: 2rem !important;
    }
}

.contact-section .contact-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* veya center istersen */
    height: 100%;
}

.contact-section .contact-card {
    border: 1px dashed #dee2e6;
    border-radius: 8px;       /* Hafif yuvarlatma */
    padding: 20px;            /* İç boşluk */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* Hafif gölge */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Hover efekti için */
        display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    text-align: center;;
}
@media screen and (max-width:769px){
    .contact-section .contact-card {
        margin-bottom:15px!important;
    }
}
.d-inline-flex {
    display: inline-flex !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.d-inline-flex {
    display: inline-flex !important;
}
.text-center {
    text-align: center;
}

.contact-section .contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.contact-section{
	    padding: 80px 0 80px;
}
.contact-section .text-primary {
    --bs-text-opacity: 1;
    color:#b60e0f;
}
@media (min-width: 1200px) {
    .contact-section .fs-2 {
        font-size: 2rem !important;
    }
}

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

.contact-section .crds-icons {
    color: #b60e0f !important;
}

.contact-section .crds-desc h5 {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 0 !important;
}

.contact-section .crds-desc p {
    color: #666 !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.contact-section .crds-desc a {
    color: #b60e0f !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.contact-section .crds-desc a:hover {
    color: #b60e0f !important;
    text-decoration: underline !important;
}

.contact-section .contactForm {
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    padding: 30px !important;
}

.contact-section .touch-block h2 {
    color: #333 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
}

.contact-section .touch-block p {
    color: #666 !important;
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

.contact-section .form-input {
    position: relative !important;
    margin-bottom: 20px !important;
}

.contact-section .form-input input, 
.contact-section .form-input textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    transition: border-color 0.3s ease !important;
    background-color: white !important;
}

.contact-section .form-input input:focus, 
.contact-section .form-input textarea:focus {
    outline: none !important;
    border-color: #b60e0f !important;
}

.contact-section .form-input label {
    position: absolute !important;
    top: 12px !important;
    left: 15px !important;
    color: #999 !important;
    font-size: 16px !important;
    pointer-events: none !important;
    transition: all 0.3s ease !important;
}

.contact-section .form-input input:focus + label,
.contact-section .form-input textarea:focus + label,
.contact-section .form-input input:not(:placeholder-shown) + label,
.contact-section .form-input textarea:not(:placeholder-shown) + label {
    top: -10px !important;
    left: 10px !important;
    font-size: 12px !important;
    color:#b60e0f !important;
    background: white !important;
    padding: 0 5px !important;
}

.contact-section .form-input textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

.contact-section .button {
    background:#b60e0f!important;
    color: white !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: background 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.contact-section .button:hover {
    background: #b60e0f !important;
}

.contact-section .map-harita {
    border-radius: 10px !important;
    overflow: hidden !important;
    height: 100% !important;
}

 .contact-section .map-harita iframe{
    width:100%;
 }

@media (max-width: 768px) {
    .contact-section {
        padding: 20px 0 !important;
    }
    
    
    .contact-section .col-xl-4, .contact-section .col-lg-4, .contact-section .col-md-6 {
        padding: 0 10px !important;
        margin-bottom: 20px !important;
    }
    
    .contact-section .contact-card {
        padding: 20px !important;
    }
    
    .contact-section .contactForm {
        padding: 20px !important;
    }
    
    .contact-section .touch-block h2 {
        font-size: 24px !important;
    }
    
    .contact-section .crds-desc h5 {
        font-size: 16px !important;
    }
    
    .contact-section .crds-desc p {
        font-size: 14px !important;
    }
}

@media (max-width: 992px) {
    .col-md-6{
        width:100%;
    }   
}

.ologo{
        width: 200px;
    float: left;
    position: absolute;
    left: 15px;
   
}

.ologo img{
    width:200px;
}

@media screen and (min-width:1200px){
    .ologo{ 
        left:30px;
         top: -24px;
    }
}
@media screen and (max-width:1199px){
    .elementor-4018 .elementor-element.elementor-element-190e73cd .elementor-button{
        display:none;
    }
}
@media screen and (max-width:1199px){
    .elementor-4018 .elementor-element.elementor-element-4603b1b1 {
        width: auto;
        float: right;
        position: absolute;
        right: 20px;
    }
}