/*
 Theme Name:   Company Child
 Description:  Company Child Theme
 Author:       Mostafa Kalantari
 Author URI:   https://rtl-theme.com/author/mostafa-kf/
 Template:     company
 Version:      1.0.0
 Text Domain:  company
*/

/* Global styles */
.center-absolute-horizontal {
    position: absolute;
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%) !important;
}

@media screen and (max-width: 1024px) {
    .center-absolute-horizontal-tablet {
        position: absolute;
        left: 50% !important;
        right: inherit !important;
        transform: translateX(-50%) !important;
    }
}

@media screen and (max-width: 767px) {
    .center-absolute-horizontal-mobile {
        position: absolute;
        left: 50% !important;
        right: inherit !important;
        transform: translateX(-50%) !important;
    }
}

selector iframe,
selector video {
    object-fit: contain;
    background-color: black;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.back-to-top.show {
    display: block;
    opacity: 0.5;
}

.back-to-top:hover {
    opacity: 1;
}

/* Hide only before header is ready */
html:not(.header-ready) body:not(.elementor-editor-active):not(.elementor-editor-preview) .top-nav,
html:not(.header-ready) body:not(.elementor-editor-active):not(.elementor-editor-preview) .header-container {
    visibility: hidden;
    opacity: 0;
    min-height: 80px;
}

/* Show when header is ready */
html.header-ready .top-nav,
html.header-ready .header-container {
    visibility: visible;
    opacity: 1;
    transition: .3s;
}
/* /Global styles */

/* //hediye // */

.type-post .table{
	border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 10px 15px;
}
.type-post table tr:first-child {
    background-color: #5a9f3c;
    color: #fff;
}

.type-post .table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    background-color: #04AA6D;
    color: #fff;
}

.type-post table.table td {
    padding: 5px 10px;
	border: 1px solid #5a9f3c;
	
}

#product-content table{
	border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 10px 15px;
}
#product-content th {
       padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    background-color: #04AA6D;
    color: #fff;
}

#product-content td {
    padding: 5px 10px;
	border: 1px solid #5a9f3c;
	
}
@media (max-width: 767px) {
.elementor-3822 .elementor-element.elementor-element-5628a3e:not(.elementor-motion-effects-element-type-background), .elementor-3822 .elementor-element.elementor-element-5628a3e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    /* background-image: url("https://gitadarou.com/wp-content/uploads/2025/11/demo2-timeline-year-bg.png"); */
    /* background-position: top center; */
    /* background-repeat: repeat-x; */
    /* background-size: cover; */
}
}