/**************************************************PRELOADER************************************************/
#preloader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9999;
}

.box {
    width: 320px;
    text-align: center;
}

.bar {
    width: 100%;
    height: 12px;
    background: #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 12px;
}

.bar>.fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #16a34a, #059669);
    transition: width .2s ease;
}

.percent {
    margin-top: 10px;
    font-weight: 600;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

/*************************************GO TOP BUTTON***********************************/
.go-top {
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

/*************************************WHATSAPP BUTTON***********************************/
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Nabız efekti */
.whatsapp-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.6);
    animation: pulse 1.8s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* Tablet ve küçük laptop */
@media (max-width: 1024px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 30px;
        bottom: 20px;
        left: 20px;
    }
}

/* Mobil cihazlar */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 28px;
        bottom: 18px;
        left: 18px;
    }
}

/* Küçük mobil ekranlar */
@media (max-width: 480px) {
    .whatsapp-float {
        width: 46px;
        height: 46px;
        font-size: 26px;
        bottom: 15px;
        left: 15px;
    }

    .whatsapp-pulse {
        animation: pulse 2.2s infinite;
    }
}

/**************************************************HEADER************************************************/
@media (max-width: 367px) {
    #sub-header .social-icons {
        display: none;
    }
}

.sub-menu {
    width: 240px !important;
}

nav ul li .active,
nav ul li ul li .active {
    color: #e8aa00 !important;
    font-weight: bold !important;
}

.site-header .main-header .inner-header .logo a img {
    margin-top: -20px;
}

.services .service-item img {
    object-fit: contain !important;
}

/*************************************************İNDEX PAGE************************************************/
.first-slide {
    position: relative;
    overflow: hidden;
}

.first-slide .tp-caption {
    margin-left: 15px !important;
}

.first-slide::before {
    content: "Merhaba dünya";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 0.45 = %45 karartma */
    z-index: 1;
}

/* Yazılar yine üstte */
.first-slide .tp-caption {
    position: absolute;
    z-index: 2;
    color: #fff;
    /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8); */
}

.home-services .service-item {
    text-align: center;
}

.services .service-item img {
    height: 100%;
}

#owl-recent-services img {
    object-fit: cover;
}

#owl-recent-services .mix {
    color: #fff;
}

#owl-recent-services .thumb-text {
    padding: 0 15px;
    margin-top: 17% !important;
}

#owl-recent-faqs {
    padding-left: 10px;
}

#owl-recent-faqs .mix {
    height: auto;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 17px 17px 30px 17px;
    margin: 0 10px 0 0;
    color: #fff;
}

.projects {
    margin-top: 100px !important;
}

@media (max-width: 768px) {
    .projects {
        margin-top: 0px !important;
    }
}

#owl-recent-faqs a {
    color: #fff;
}

@media (max-width: 991px) {
    .recent-projects .section-heading {
        margin-bottom: 0px !important;
    }

    .recent-services .section-heading {
        margin-bottom: 20px !important;
    }
}

#owl-clients .item img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
    cursor: context-menu !important;
}

#owl-clients .item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

#owl-recent-services .mix {
    cursor: move;
}

#owl-recent-services .thumb-holder {
    width: 95%;
    margin-left: 12px;
}

.aboutus-tabs-info {
    padding-top: 70px;
}

.home-our-services {
    padding: 20px 0px 65px 0px;
}

/****************************POPUP VİDEO*******************************/
/* SECTION */
/* .video-intro {
    font-family: "Segoe UI", sans-serif;
    padding: 90px 20px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
}

.video-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.video-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.video-text p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 30px;
}

.play-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 14px 28px 14px 18px;
    background: #ffffff;
    color: #203a43;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.play-btn:hover {
    transform: translateY(-3px);
}

.play-icon {
    width: 50px;
    height: 50px;
    background: #203a43;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: anim 1.8s infinite;
}

.play-icon::after {
    content: "";
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

@keyframes anim {
    0% {
        box-shadow: 0 0 0 0 rgba(32, 58, 67, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(32, 58, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(32, 58, 67, 0);
    }
}

.video-preview {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.video-preview img {
    width: 100%;
    display: block;
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-modal.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    width: 90%;
    max-width: 900px;
    position: relative;
}

.modal-content iframe {
    width: 100%;
    height: 500px;
    border-radius: 12px;
}

.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

@media(max-width: 900px) {
    .video-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media(max-width: 450px) {
    .video-text h2 {
        font-size: 30px;
    }

    .video-text p {
        font-size: 15px;
    }
} */

/*************************************************POPUP VİDEO*************************************************/
.offer-intro {
    font-family: "Segoe UI", sans-serif;
    padding: 90px 20px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
}

.offer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.offer-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.offer-text p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 25px;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* FORM */
.offer-form {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.offer-form input,
.offer-form textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: inherit;
    color: #203a43;
}

.offer-form textarea {
    min-height: 120px;
    resize: vertical;
}

.offer-form input:focus,
.offer-form textarea:focus {
    outline: none;
    border-color: #203a43;
}

.offer-form button {
    width: 100%;
    padding: 15px;
    background: #203a43;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.offer-form button:hover {
    background: #0f2027;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media(max-width: 900px) {
    .offer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media(max-width: 450px) {
    .offer-text h2 {
        font-size: 30px;
    }

    .offer-text p {
        font-size: 15px;
    }
}


/*************************************************ABOUT PAGE************************************************/
.counter-section {
    background: #f9f9f9;
    background: linear-gradient(to right, #f6f6f6, #fff);
    padding: 80px 0;
}

.counter-item {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.counter {
    font-size: 40px;
    font-weight: 700;
    color: #e8aa00;
    display: inline-block;
}

.plus {
    font-size: 30px;
    font-weight: 700;
    color: #e8aa00;
    margin-left: 3px;
    position: relative;
    top: -5px;
}

.counter-item h6 {
    font-size: 15px !important;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.team-member ul {
    /* width: 100% !important; */
    padding: 10px 15px;
}

.team-member ul li a {
    width: 100% !important;
    padding: 0px 10px 15px 10px !important;
    place-items: center !important;
}

.our-team .hover-content h4 {
    margin-bottom: 10px !important;
}

.our-services {
    padding: 20px 0px 65px 0px !important;
}

/************************************************SERVİCES PAGE*************************************************/
.services .service-item img {
    height: 250px;
    object-fit: cover;
}

/*************************************************PAGE BANNER*****************************************************/
img {
    object-fit: cover;
}

/************************************************PAGE BANNER*****************************************************/

#page-heading {
    background-image: url(../images/footer-bg.jpg) !important;
}

@media (max-width: 768px) {
    #page-heading h1 {
        font-size: 27px !important;
    }
}

#page-heading a {
    color: rgb(168, 168, 168) !important;
}

#page-heading a:hover {
    color: rgb(216, 216, 216) !important;
}

#page-heading a span {
    color: rgb(202, 202, 202);
}

#page-heading span {
    color: rgb(231, 231, 231);
}

/************************************************FORM BUTTON*****************************************************/
.accent-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 15px;
    background-color: #e8aa00;
    border: none;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

/*************************************************REFERENCES******************************************************/
.references-section {
    padding: 70px 50px;
    max-width: 1085px;
    margin: 0 auto;
}

.references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.reference-logo {
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

.reference-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

@media (max-width:768px) {
    .references-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 20px;
    }
}

.references-section img {
    filter: grayscale(100%);
    opacity: 0.6;
    cursor: context-menu !important;
    transition: all 0.3s ease;
}

.references-section img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/************************************************************SSS*********************************************************/
.faq-section {
    /* max-width: 1200px; */
    margin: 50px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    /* background: #f7f8fa; */
    color: #333;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
}

.faq-category {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.faq-category:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.faq-category h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    /* color: #0056b3; */
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e6ea;
    padding-bottom: 5px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    background: #f1f3f6;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-answer {
    display: none;
    padding: 10px 15px;
    color: #555;
    line-height: 1.6;
}

.faq-icon {
    font-weight: bold;
    color: #0056b3;
}

@media (max-width:768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

/***************************************************GALERY************************************************/
.gallery {
    text-align: center;
    padding: 60px 40px;
    background-color: #f8f8f8;
}

.gallery h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}

.gallery-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.gallery-container img {
    width: 250px;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
    .gallery-container img {
        max-width: 100%;
        height: 250px;
    }
}

.gallery-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/****************************************************BLOG*************************************************/
.blog-detaill-content p,
.blog-detaill-content .share,
.blog-detaill-content .tags {
    margin-left: 0 !important;
}

@media (max-width: 768px) {

    .blog-content p,
    .blog-content .accent-button {
        margin-left: 0 !important;
    }
}

.side-bar .sidebar-widget {
    margin-bottom: 60px !important;
}

/*********************************************NEWSLETTER & CONTACT**************************************/
.map iframe {
    border: 0 !important;
}

@media (max-width: 767px) {
    .subscribe-us {
        margin-top: 40px !important;
    }
}

@media (max-width: 991px) {
    section.contact-form .right-info h4 {
        margin-top: 90px !important;
    }
}

/***************************************************FOOTER***************************************************/
footer .about-us img {
    margin-bottom: -30px;
    margin-top: -37px;
}

#sub-footer a {
    color: #ccc;
    transition: all 0.5s ease;
}

#sub-footer a:hover {
    color: #eee;
}