/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - Scrollbar
    - General   
    - Loader
    - Navbar
    - Side Menu
    - Services-Section
    - Learn-More-Section
    - Counter-Section
    - Team-Section
    - Portfolio-Section
    - Quote-Section
    - Pricing-Section
    - Blog-Section
    - Contact-Section
    - Footer
   */

.project-card {
    border: none !important;
    border-radius: 20px !important;
    padding: 30px 25px !important;
    background: linear-gradient(135deg, #fff8f3, #fefdf9) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07) !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease !important;
    min-height: 480px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative;
    overflow: hidden;
}

.project-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12) !important;
    background: linear-gradient(135deg, #fff3e9, #fcf9f2) !important;
}

.project-card::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -20%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at center, rgba(255,122,42,0.09) 0%, transparent 80%);
    transform: rotate(45deg);
    z-index: 0;
}

.project-card h5 {
    font-weight: 700 !important;
    font-size: 1.15rem !important;
    line-height: 1.5 !important;
    color: #FF7A2A !important;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.project-card .card-duration span {
    font-size: 14px;
    font-weight: 600;
    color: #7D1F1D;
    background-color: #f9f0e9;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(125, 31, 29, 0.1);
}

.project-card .card-description p {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

.project-card .button-group {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.project-card .button-group .btn {
    background-color: #FF7A2A !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 10px 22px !important;
    font-weight: 600;
    font-size: 14px;
    margin: 5px 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px rgba(255,122,42,0.25);
}

.project-card .button-group .btn:hover {
    background-color: #e5671e !important;
    box-shadow: 0 4px 14px rgba(255,122,42,0.35);
}

/* Modal Genel Arka Plan ve Gövde */
.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}

/* Modal Başlık Alanı */
.modal-header {
    background-color: #FF7A2A;
    color: white;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px 25px;
    border-bottom: none;
}

.modal-title {
    font-weight: 600;
    font-size: 20px;
}

/* Kapatma Butonu */
.modal-header .close {
    color: white;
    opacity: 1;
    font-size: 1.5rem;
}

/* Modal Gövdesi */
.modal-body {
    padding: 30px 25px;
}

/* İç başlık butonları */
.modal-body .btn.btn-block {
    background: linear-gradient(135deg, #FF7A2A, #f9b56d);
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    border: none;
    box-shadow: 0 3px 10px rgba(255,122,42,0.3);
}

.modal-body .btn.btn-block:hover {
    background: #e5671e;
}

/* Açılan collapse içeriği */
.collapse-section {
    background-color: #fef9f5;
    border-left: 4px solid #FF7A2A;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* İçerikteki başlıklar */
.collapse-section h6 {
    font-weight: 600;
    font-size: 15px;
    color: #7D1F1D;
    margin-top: 15px;
}

/* İçerikteki liste */
.collapse-section ul {
    padding-left: 20px;
    list-style-type: disc;
}

.collapse-section ul li {
    margin-bottom: 6px;
    font-size: 14.5px;
}

/* Responsive iyileştirme */
@media screen and (max-width: 768px) {
    .modal-body {
        padding: 20px;
    }

    .modal-title {
        font-size: 18px;
    }

    .modal-body .btn.btn-block {
        font-size: 14px;
    }
}


/* Collapse kutularını kartlaştır (tek stil yapısı) */
.modal-body .collapse {
    background: #fff;
    border-radius: 16px;
    border-left: 5px solid #FF7A2A;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* Başlıklar ve ikon */
.modal-body .collapse h6 {
    font-size: 16px;
    font-weight: 600;
    color: #7D1F1D;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.modal-body .collapse h6::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: 0;
    color: #FF7A2A;
    top: 2px;
}

/* Paragraflar */
.modal-body .collapse p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

/* Liste yapısı */
.modal-body .collapse ul,
.modal-body .collapse ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.modal-body .collapse ul li,
.modal-body .collapse ol li {
    font-size: 15px;
    color: #333;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
}

.modal-body .collapse ul li::before,
.modal-body .collapse ol li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #FF7A2A;
    position: absolute;
    left: 0;
    top: 5px;
}

/* Nested lists (alt maddeler) */
.modal-body .collapse ul li ul,
.modal-body .collapse ol li ol {
    margin-top: 8px;
    padding-left: 20px;
}

.modal-body .collapse ul li ul li,
.modal-body .collapse ol li ol li {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.modal-body .collapse ul li ul li::before,
.modal-body .collapse ol li ol li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #FF7A2A;
    position: absolute;
    left: 0;
    top: 3px;
}

/* Hover efekti isteğe bağlı */
.modal-body .collapse:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease-in-out;
}

/* Geçiş efekti */
.collapse {
    transition: height 0.3s ease-in-out !important;
}

/* =========================================
   SERVICES-SECTION (HAKKIMIZDA) NEXT-GEN MODERN TASARIM
   ========================================= */
/* =========================================
   SERVICES-SECTION (HAKKIMIZDA) NEXT-GEN MODERN TASARIM
   ========================================= */

/* =========================================
   SERVICES-SECTION (HAKKIMIZDA) NEXT-GEN MODERN TASARIM
   ========================================= */

.services-section {
    background: #ffffff;
    padding: 100px 0;
}

.services-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #2c2c2c;
    position: relative;
    margin-bottom: 80px;
    animation: fadeInDown 0.8s ease both;
}


.services-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin: 0 auto;
}

.services-section .row > div[class*="col-"] {
    flex: 0 0 calc(45% - 40px) !important;
    max-width: calc(45% - 40px) !important;
}

@media (max-width: 992px) {
    .services-section .row > div[class*="col-"] {
        flex: 0 0 calc(90% - 20px) !important;
        max-width: calc(90% - 20px) !important;
    }
}

.service-card {
    background: linear-gradient(135deg, #FF7A2A 0%, #FFCCAA 100%) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 32px rgba(151,33,28,0.4) !important;
    transition: transform 0.5s ease, box-shadow 0.5s ease !important;
    flex: 0 0 calc(48% - 40px) !important;
    max-width: 500px !important;
    position: relative !important;
    padding: 50px 40px !important;
    min-height: 450px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    animation: zoomIn 0.6s ease both !important;
}
.service-card:hover {
    transform: translateY(-16px) scale(1.03) !important;
    box-shadow: 0 20px 48px rgba(151,33,28,0.5) !important;
}

.service-card::before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
.service-card::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: rgba(255,122,42,0.2);
    border-radius: 50%;
}

.service-card .card-body {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    z-index: 1 !important;
}

.service-icon {
    font-size: 56px !important;
    color: #97211C !important;
    margin-bottom: 24px !important;
}
.service-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #97211C !important;
    margin-bottom: 24px !important;
}

.service-text {
    flex: 1 !important;
    font-size: 16px !important;
    color: #424242 !important;
    line-height: 1.8 !important;
    text-align: left !important;
    max-height: 240px !important;
    overflow-y: auto !important;
    width: 100% !important;
    padding-right: 14px !important;
    margin-bottom: 18px !important;
}
.service-text::-webkit-scrollbar {
    width: 8px !important;
}
.service-text::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2) !important;
    border-radius: 10px !important;
}

.service-bullets {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 0 !important;
    width: 100% !important;
}

.service-bullets li {
    position: relative !important;
    padding-left: 50px !important;
    margin-bottom: 14px !important;
    color: #424242 !important;
    font-size: 14px !important;
}

/* Add bullet symbol */
.service-bullets li::before {
    content: "\f111";              /* Font-Awesome circle */
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #424242 !important;     /* same color as text */
    font-size: 12px !important;
}


/* 1) Remove Bootstrap column gutters for about-us cards */
#about-us .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* 2) Reset padding on each column wrapper */
#about-us .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/* 3) Make cards fill width (two-per-row) on desktop */
@media (min-width: 768px) {
    #about-us .row > [class*="col-"] {
        flex: 0 0 calc(50% - 30px) !important;
        max-width: calc(50% - 30px) !important;
    }
}

/* 4) Ensure cards themselves stretch to their wrapper */
#about-us .service-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

/* 5) On small screens, cards go full width */
@media (max-width: 767px) {
    #about-us .row > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}





@keyframes zoomIn { 0% {opacity:0; transform: scale(0.8);} 100% {opacity:1; transform: scale(1);} }
@keyframes fadeInDown { 0% {opacity:0; transform: translateY(-20px);} 100% {opacity:1; transform: translateY(0);} } { 0% {opacity:0; transform: translateY(-20px);} 100% {opacity:1; transform: translateY(0);} }









/* ==============================
   EKİP SECTION — MODERN DÜZENLEME
   ============================== */
#team {
    background: #f2efe9;
    padding: 100px 0;
}

#team h2 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}


.team-carousel-container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

.team-section-carousel .item {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    margin: 0 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 320px !important;
    height: auto;
}

.team-section-carousel .item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.team-section-carousel .item img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 16px; /* kare + yumuşak kenar */
    border: 4px solid #FF7A2A;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.team-section-carousel .item:hover img {
    transform: scale(1.05);
}

.team-detail h5 {
    font-size: 18px;
    font-weight: 700;
    color: #FF7A2A;
    margin-bottom: 6px;
}

.team-detail p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.carousel-arrow {
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #FF7A2A;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, box-shadow 0.3s;
}

.carousel-arrow.prev {
    left: -30px;
}

.carousel-arrow.next {
    right: -30px;
}

.carousel-arrow:hover {
    background: #FF7A2A;
    box-shadow: 0 6px 16px rgba(255, 122, 42, 0.4);
}

.carousel-arrow i {
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s;
}

.carousel-arrow:hover i {
    color: #ffffff;
}

/* Owl carousel default nav/dots kapalı */
.team-section-carousel.owl-theme .owl-nav,
.team-section-carousel.owl-theme .owl-dots {
    display: none !important;
}

/* Responsive */
@media (max-width: 992px) {
    .team-section-carousel .item {
        width: 280px !important;
        margin: 0 10px;
    }
    .carousel-arrow.prev {
        left: -20px;
    }
    .carousel-arrow.next {
        right: -20px;
    }
}

@media (max-width: 576px) {
    .team-section-carousel .item {
        width: 100% !important;
        margin: 0 auto;
    }
    .carousel-arrow.prev,
    .carousel-arrow.next {
        display: none;
    }

    .side-menu {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        scrollbar-width: none; /* Firefox */
    }

    .side-menu::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

}

/* Modal Styling */
#teamMemberModal .modal-content {
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

#teamMemberModal .modal-header {
    background: linear-gradient(90deg, #FF7A2A, #97211C);
    border-bottom: none;
    color: #fff;
    padding: 24px 32px;
}

#teamMemberModal .modal-title {
    font-size: 24px;
    font-weight: 700;
}

#teamMemberModal .close {
    color: #fff;
    opacity: 0.8;
    font-size: 1.6rem;
}

#teamMemberModal .close:hover {
    opacity: 1;
}

#teamMemberModal .modal-body {
    padding: 32px;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

#teamMemberModal .modal-footer {
    border-top: none;
    background: #f5f5f5;
    padding: 16px 32px;
}

#teamMemberModal .btn-secondary {
    background: #FF7A2A;
    border-color: #FF7A2A;
    font-weight: 600;
    transition: background 0.3s;
}

#teamMemberModal .btn-secondary:hover {
    background: #97211C;
    border-color: #97211C;
}



/* ==============================
   ILETISIM SECTION — MODERN STIL
   ============================== */
#contact {
    background: #fefefe;
    padding: 100px 0;
}

#contact h2 {
    font-size: 36px;
    font-weight: 800;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

/* Resim Kutusu */
#contact .image-container {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#contact .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* İletişim Bilgileri Kutusu */
#contact .col-lg-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contact .contact-info {
    background: #fff;
    border-radius: 16px;
    padding: 30px 40px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    color: #333;
}

#contact .contact-info p,
#contact .contact-info a {
    font-size: 16px;
    color: #555;
    margin: 8px 0 18px;
    line-height: 1.6;
}

#contact .contact-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #FF7A2A;
    margin-bottom: 6px;
}

#contact .contact-info i {
    font-size: 20px;
    color: #FF7A2A;
    margin-right: 12px;
    width: 24px;
    text-align: center;
}

/* Satırlar düzenli dursun */
#contact .media {
    margin-bottom: 24px;
}

/* Responsive düzeltmeler */
@media (max-width: 768px) {
    #contact .contact-info {
        padding: 24px;
    }

    #contact .image-container {
        max-height: 300px;
        margin-bottom: 30px;
    }
}


/* ===============================
   HEADER — MODERN TASARIM
   =============================== */
.navigation-bar {
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    z-index: 999;
}

.navbar {
    padding: 1rem 1.5rem;
    transition: all 0.3s ease-in-out;
}

.navbar-brand img {
    height: 48px;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-nav {
    align-items: center;
    gap: 14px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    padding: 8px 14px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    background-color: #FF7A2A;
    color: #fff;
}

.navbar-nav .nav-link i {
    margin-left: 6px;
}

.social-icons ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px;
}

.social-icons ul li a {
    font-weight: bold;
    color: #FF7A2A;
    transition: color 0.3s ease;
}

.social-icons ul li a:hover {
    color: #97211C;
}

/* Sidemenu button */
.sidemenu_btn {
    display: inline-block;
    cursor: pointer;
    margin-left: 16px;
}

.sidemenu_btn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

/* Side Menu Styles */
.side-menu {
    background-color: #fff;
    padding: 30px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
}

.side-menu .image img {
    max-width: 160px;
    margin-bottom: 20px;
}

.side-menu .btn-close i {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 2px;
    background: #333;
    transform: rotate(45deg);
}

.side-menu .btn-close i:last-child {
    transform: rotate(-45deg);
}

.side-menu .nav-link {
    color: #333;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
}

.side-menu .nav-link:hover {
    color: #FF7A2A;
}

.side-menu-footer p {
    font-size: 13px;
    color: #999;
    margin-top: 20px;
}






.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
}
.popup-content {
    text-align: left;
}


/* Scrollable kart metinleri */
.service-text {
    max-height: 200px;
    overflow-y: auto;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #424242 #e0e0e0;
}

/* Chrome, Edge, Safari */
.service-text::-webkit-scrollbar {
    width: 6px;
}

.service-text::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 3px;
}

.service-text::-webkit-scrollbar-thumb {
    background-color: #424242;
    border-radius: 3px;
}

.service-text::-webkit-scrollbar-thumb:hover {
    background-color: #333;
}


.owl-prev,
.owl-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    color: white !important;
    padding: 0 !important;
    margin: 0 20px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev span,
.owl-next span {
    font-size: 30px;
    line-height: 45px;
}

.equal-height {
    height: 400px;
    /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.service-bullets {
    list-style-type: disc;
    text-align: left;
    /* Align bullets to the left */
    padding-left: 20px;
    margin-top: 10px;
}

.team-carousel-container,
.equipments-carousel-container {
    position: relative;
    display: flex;
    justify-content: center;
    /* Center the carousel within the container */
    align-items: center;
    /* Align items vertically */
}

/*!* Web (Masaüstü) için: *!
@media (min-width: 769px) { !* Ekran genişliği 769px üzerindeyse *!
    .team-section-carousel .item img {
        width: auto; !* Görseller orijinal genişlikte olacak *!
        height: auto; !* Orijinal yükseklikte olacak *!
        object-fit: contain; !* Görsellerin tamamı görünür *!
    }

    .team-section-carousel .item {
        flex: 0 0 auto; !* Görsellerin genişliği esnek *!
        margin: 0 20px; !* Sağ ve sol boşluk eklenir *!
    }

    .team-section-carousel {
        display: flex;
        justify-content: center; !* Görselleri yatayda ortala *!
        flex-wrap: nowrap; !* Görseller tek satırda kalır *!
        gap: 20px; !* Görseller arasında boşluk bırakılır *!
    }
}*/

/* Mobil için: */
/*@media (max-width: 768px) { !* Ekran genişliği 768px veya daha küçükse *!
    .team-section-carousel .item img {
        width: 100%; !* Görsel genişliğini kapsayıcıya sığdır *!
        height: 200px; !* Sabit bir yükseklik belirle *!
        object-fit: cover; !* Görselleri keserek kapsayıcıya sığdır *!
        display: block; !* Görselleri düzgün hizala *!
    }

    .team-section-carousel .item {
        flex: 1 1 45%; !* Mobilde iki sütun görünüm *!
        margin-bottom: 20px; !* Alt boşluk *!
    }

    .team-section-carousel {
        display: flex;
        flex-wrap: wrap; !* Satırlara ayır *!
        gap: 10px; !* Görseller arasında boşluk *!
        justify-content: center; !* Görselleri ortala *!
    }
}*/



.carousel-arrow {
    position: absolute;
    top: 40%;
    /* Center vertically */
    transform: translateY(-50%);
    /* Adjust for perfect centering */
    background-color: #FF7A2A;
    border: none;
    color: #ffffff;
    font-size: 24px;
    /* Size of the icon */
    width: 50px;
    /* Fixed width for buttons */
    height: 50px;
    /* Fixed height for buttons */
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.3s;
}

.carousel-arrow.prev {
    left: -60px;
    /* Adjust left position */
}

.carousel-arrow.next {
    right: -60px;
    /* Adjust right position */
}

.arrow-icon {
    color: #ffffff;
}

.carousel-arrow:hover {
    opacity: 0.8;
    /* Slightly fade on hover */
    background-color: #FF7A2A;
    /* Darken the background on hover */
}

.team-section-carousel {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0 20px;
    max-width: 1200px;
    margin: 0 auto;

}

.equipment-card {
    text-align: center;
    padding: 15px;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}


/* Kartların Responsive Aynı Boyutta Kalması */

.service-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    flex-grow: 1;
    overflow: hidden;
    /* İçerik taşmasını önlemek için */
}

.service-icon {
    font-size: 50px;
    color: #FF7A2A;
    transition: transform 0.5s;
}

.service-title {
    font-weight: bold;
    color: #FF7A2A;
    margin-top: 15px;
}

.service-text {
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    /* Text taşmasını önlemek için */
    text-overflow: ellipsis;
}

.educations-header {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInDown;
    text-align: center;
    margin-bottom: 70px;
    color: black;
}

@media (max-width: 768px) {
    .service-card {
        min-height: auto;
        /* Küçük ekranlarda kartlar esnek hale gelir */
        margin-bottom: 20px;
        /* Kartlar arasında dikey boşluk */
    }
    .equal-height {
        height: auto
    }
    .flip-box p {
        padding: 0 0 25px 0;
        margin-bottom: 0;
        font-size: 14px!important;
    }
    .flip-box button {
        font-size: 14px;
        padding: 5px 10px
    }
    .flip-box-front {
        height: auto!important
    }
    .category-tab-btn {
        padding: 5px 10px
    }
    .category-tabs {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .educations-header {
        margin-bottom: 2rem;
    }
    .educations-container {
        padding-top: 2.5rem!important;
    }
    .contact-section {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important;
    }
    .carousel-mobile {
        padding-top: 60px;
    }
}


/* ===================================
     Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
.rev-slider .rev-slidebg {
    background-position: center center !important;
    background-size: cover !important;
    height: 100vh;
    /* Tam ekran görünüm sağlar */
}

.desktop-img,
.mobile-img {
    object-fit: cover;
    /* Görsellerin her iki dilde aynı oranla görünmesini sağlar */
    width: 100%;
    height: 100%;
}

.genel-kazanimlar ul li {
    font-size: 14px;
    color: #4f4f4f;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    padding: 8px 0;
    margin-left: 20px;
    /* Listeye içe doğru boşluk verir */
}

.genel-kazanimlar th,
.genel-kazanimlar td {
    font-size: 14px;
    color: #4f4f4f;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    padding: 8px;
    text-align: left;
}

.genel-kazanimlar th {
    font-weight: bold;
    /* Başlık hücreleri için arka plan rengi */
}


/* ===================================
    HAKKIMIZDA
====================================== */

.card:hover i {
    transform: rotate(360deg);
}


/* ===================================
    Takvim
====================================== */


/* Calendar Styles */

.calendar {
    width: -webkit-fill-available;
    padding: 1.8rem;
    border-radius: 10px;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: 60px auto;
}

.calendar-top {
    height: 85%;
}

.calendar-top .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    padding: 0;
}

.calendar-top .days .day {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    color: #FF7A2A;
    list-style: none;
}

.calendar-top .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    /* Space between the date boxes */
}

.calendar-top .dates .date {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF7A2A;
    /* Default background color */
    color: white !important;
    /* Force text to stay white */
    /* height: 60px; */
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s, transform 0.3s;
}


/* Hover effect: Only background changes, text color stays white */

.calendar-top .dates .date:hover {
    background-color: #424242;
    transform: scale(1.1);
    /* Hover with grow effect */
    color: white !important;
    /* Keep the original text color as white */
}


/* Special event days (like lesson days) */

.calendar-top .dates .date.current {
    background-color: #d3d3d3;
    /* Lighter color for event days */
    color: #FF7A2A !important;
    /* Text color for event days */
    font-weight: bold;
    /* height: 60px; */
    border-radius: 10px;
    font-size: 18px;
}


/* Hover effect for special event days */

.calendar-top .dates .date.current:hover {
    background-color: #FF7A2A;
    /* Background changes to blue on hover */
    color: white !important;
    /* Force text to stay white */
    transform: scale(1.1);
    /* Hover grow effect */
}


/* Bottom navigation controls (prev/next month) */

.calendar-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.calendar-bottom .prev-btn,
.calendar-bottom .next-btn {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d3d3d3;
    color: #FF7A2A;
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s;
}


/* Hover effect for buttons */

.calendar-bottom .prev-btn:hover,
.calendar-bottom .next-btn:hover {
    background-color: #b0b0b0;
}


/* Month and year text */

.calendar-bottom .current-month-year {
    font-size: 22px;
    font-weight: bold;
    color: #FF7A2A;
}


/* Button click effect */

.calendar-bottom .prev-btn:active,
.calendar-bottom .next-btn:active {
    transform: scale(1.2);
}


/* ===================================
    Ekipmanlar
====================================== */


/* Custom slider */

.custom-slider .item {
    padding: 10px;
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: left;
    /* Enable overlay positioning */
}

.custom-slider .equipment-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* Hide overflow for the hover effect */
}

.custom-slider .equipment-card img {
    height: 100%;
    /* Cover the card fully */
    width: 100%;
    object-fit: cover;
    /* Maintain aspect ratio */
    transition: all 0.4s ease-in-out;
    /* Smooth transition for the hover effect */
}


/* Zoom in on hover */

.custom-slider .equipment-card:hover img {
    transform: scale(1.1);
    /* Slight zoom effect */
}


/* Gradient overlay on hover */

.custom-slider .equipment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
}

.custom-slider .equipment-card:hover::before {
    opacity: 1;
    /* Show gradient overlay on hover */
}


/* Description overlay on hover */

.custom-slider .equipment-card .description {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
}

.custom-slider .equipment-card:hover .description {
    opacity: 1;
    /* Show description on hover */
}


/* Navigation arrows */

.custom-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.custom-slider .owl-nav button {
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    padding: 12px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.custom-slider .owl-nav button:hover {
    background-color: #FF7A2A;
    transform: scale(1.1);
}


/* Remove dots */

.custom-slider .owl-dots {
    display: none !important;
}

.owl-dots {
    display: none !important;
}


/* ===================================
    Scrollbar
====================================== */

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #18191d;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #fff;
}


/* ===================================
    General
====================================== */

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h2 {
    font-size: 44px;
    color: #18191d;
    font-weight: 600;
    text-align: center;
}

p {
    font-size: 14px;
    color: #4f4f4f;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
}

a {
    text-decoration: none;
}

.btn {
    z-index: 2;
    font-size: 17px;
    letter-spacing: .5px;
    border-radius: 0;
    font-weight: 500;
    overflow: hidden;
    position: sticky;
    line-height: inherit;
    display: inline-block;
    border: 2px solid transparent;
    text-transform: capitalize;
    -webkit-appearance: initial;
    transition: all .5s ease !important;
}

.btn.button {
    font-size: 14px !important;
    padding: 9px 34px !important;
    line-height: 1.8em !important;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn.btn-white {
    background: transparent;
    border-color: #18191d;
    color: #18191d;
}

.btn.btn-light-blue {
    color: #A9A9A9;
    background: transparent;
    border-color: #A9A9A9;
}

.btn.trans-btn {
    background: transparent;
    border-color: #fff;
    color: #fff;
}


/*Button Hover bg*/

.btn.btn-hvr-blue:hover,
.btn.btn-hvr-blue:focus {
    color: #fff;
    border-color: #FF7A2A;
    background: transparent !important;
}

.btn.btn-hvr-white:hover,
.btn.btn-hvr-white:focus {
    color: #18191d;
    border-color: #fff;
    background: transparent !important;
}

.btn.btn-hvr-light-blue:hover,
.btn.btn-hvr-light-blue:focus {
    color: #fff;
    border-color: #A9A9A9;
    background: transparent !important;
}

.btn.btn-hvr-blue .btn-hvr-blue {
    background: #18191d;
    border-color: #18191d;
}

.btn.btn-hvr-white .btn-hvr-white {
    background: #fff;
    border-color: #fff;
}

.btn.btn-hvr-light-blue .btn-hvr-light-blue {
    background: #A9A9A9;
    border-color: #A9A9A9;
}

.btn.btn-hvr-white .btn-hvr-effect {
    background: #fff;
    border-color: #fff;
}

.btn.btn-hvr-light-blue .btn-hvr-effect {
    background: #FF7A2A;
    border-color: #A9A9A9;
}

.btn-hvr-setting {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.btn-hvr-setting-inner {
    position: relative;
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.btn-hvr-effect {
    position: absolute;
    top: -5px;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s !important;
    background: #18191d;
    border-color: #18191d;
}

.btn-hvr-effect:nth-child(1) {
    left: 0;
    transition-delay: 0s !important;
}

.btn-hvr-effect:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s !important;
}

.btn-hvr-effect:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s !important;
}

.btn-hvr-effect:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s !important;
}

.btn-hvr-setting:hover .btn-hvr-effect,
.btn:hover .btn-hvr-effect,
.btn:active .btn-hvr-effect,
.btn:focus .btn-hvr-effect {
    transform: translateZ(0) scale(1.7) !important;
}


/*Slider overly*/

.slider {
    /* Header yüksekliği kadar boşluk bırakır */
    position: relative;
    padding-top: 82px;
    z-index: 1;
}

.bg-white {
    background-color: #fff;
}


/* overlay-setting */

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* opacity */

.opacity-1 {
    opacity: 0;
}

.opacity-2 {
    opacity: 0;
}


/* ===================================
    Loader
====================================== */

@keyframes ldio-8v0e2g029us-o {
    0% {
        opacity: 1;
        transform: translate(0, 0)
    }
    49.99% {
        opacity: 1;
        transform: translate(60px, 0)
    }
    50% {
        opacity: 0;
        transform: translate(60px, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, 0)
    }
}

@keyframes ldio-8v0e2g029us {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(60px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 45%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 1.3s linear infinite;
}

.loader div {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 70px;
    left: 40px;
}

.loader div:nth-child(1) {
    background: #A9A9A9;
    animation: ldio-8v0e2g029us 1.4492753623188404s linear infinite;
    animation-delay: -0.7246376811594202s;
}

.loader div:nth-child(2) {
    background: #18191d;
    animation: ldio-8v0e2g029us 1.4492753623188404s linear infinite;
    animation-delay: 0s;
}

.loader div:nth-child(3) {
    background: #A9A9A9;
    animation: ldio-8v0e2g029us-o 1.4492753623188404s linear infinite;
    animation-delay: -0.7246376811594202s;
}

.loader div {
    box-sizing: content-box;
}


/* ===================================
    Navbar
====================================== */

.navbar {
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 111;
    align-items: flex-end;
    background-color: #FF7A2A !important;
}

.navbar-brand img {
    width: 100%;
}

.nav-link {
    padding: 24px 16px;
    display: block;
}

.navbar .nav-item a {
    text-decoration: none;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item {
    font-size: 14px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin-right: 25px;
    transition: .8s ease;
    border-bottom: solid 3px transparent;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: solid 3px #fff;
    transition: .8s ease;
}

.navbar .social-icons ul {
    margin-bottom: 0;
}

.navbar .social-icons li {
    display: inline-block;
}

.navbar .social-icons ul li a:hover {
    background-color: #fff;
    transition: .8s ease;
    color: #FF7A2A;
}

.navbar .social-icons ul li a {
    border-radius: 50%;
    color: #fff;
    height: 40px;
    line-height: 42px;
    width: 40px;
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    text-align: center;
}

.social-icons .facebook-hovr:hover {
    color: #4267B2;
}

.social-icons .twitter-hovr:hover {
    color: #FF7A2A;
}

.social-icons .instagram-hovr:hover {
    color: #FF7A2A;
}


/*side menu button*/

.sidemenu_btn {
    width: 36px;
    padding: 6px;
    right: 40px;
    top: 20px;
    z-index: 999;
    margin-top: 12px;
    margin-right: 16px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    transition: all .3s linear;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    margin: auto;
    transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}


/* ===================================
    Side Menu
====================================== */

.side-menu {
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    transform: translate3d(100%, 0, 0);
    transition: transform .5s ease;
    position: fixed;
    overflow: hidden;
}

.side-menu.left {
    left: 0;
    right: auto;
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}


/*Side overlay*/

#close_side_menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1031;
    opacity: 0.4;
    background-color: #202020;
    position: fixed;
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


/*side menu image*/

.image {
    position: absolute;
    top: 30px;
}


/*side menu close btn*/

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    top: 30px;
    right: 25px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    display: inline-block;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    top: 5px;
    left: 16px;
    height: 24px;
    width: 2px;
    content: ' ';
    background: #A9A9A9;
    position: absolute;
}

.side-menu .btn-close:before {
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    transform: rotate(-45deg);
}

.side-menu .btn-close:hover {
    transform: scale(0.9);
    overflow: hidden;
    transition: all .5s ease;
}


/*side menu inner-wrapper*/

.side-menu .inner-wrapper {
    height: 100%;
    padding: 4.5rem 5rem;
    position: relative;
    overflow-y: auto;
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    opacity: 0;
    display: block;
    margin: 15px 0;
    padding: 0 !important;
    transition: all 0.8s ease 500ms;
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #A9A9A9;
    padding: 2px 0 3px 0 !important;
    font-size: 24px;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-decoration: none;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background: #A9A9A9;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}


/*side menu footer */

.side-menu-footer .navbar-nav {
    transform: translateY(0);
}

.side-menu-footer p {
    color: #18191d;
    font-size: 15px;
}

.side-menu-footer .banner-icons ul {
    margin-bottom: 0;
}

.side-menu-footer .banner-icons ul li {
    display: inline-block;
}

.side-menu-footer .banner-icons ul li i {
    color: #18191d;
}

.side-menu-footer .banner-icons ul li a:hover {
    background-color: #18191d;
    transition: all .8s ease;
}

.side-menu-footer .banner-icons ul li a {
    border-radius: 50%;
    color: #fff;
    height: 40px;
    line-height: 42px;
    width: 40px;
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    text-align: center;
}

.side-menu-footer .banner-icons ul li a:hover i {
    color: #fff;
}


/* ===================================
    Services-Section
====================================== */

.services-section {
    padding: 120px 0;
    background-color: #f6f6f6;
}

.services-section .container {
    max-width: 1300px;
}

.flip-boxes {
    margin-top: 65px;
    display: flex;
    justify-content: center;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    max-width: 520px;
    height: 100%;
    min-height: 380px;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    perspective: 1600px;
    overflow: hidden;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    /* height: 100%; */
    cursor: pointer;
    text-align: center;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    transform-origin: center;
    /* Center for smooth transition */
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flip-box-front {
    background-color: #fff;
    transform: rotateX(0deg);
}

.flip-box-back {
    background-color: #FF7A2A;
    color: #fff;
    transform: rotateX(180deg);
}

.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}

.flip-box i {
    font-size: 40px;
    color: #FF7A2A;
    margin-top: 10px;
}

.flip-box h5 {
    font-size: 24px;
    font-weight: 500;
    color: #18191d;
    margin-top: 20px;
    text-align: center;
}

.flip-box p {
    font-size: 16px;
    color: #18191d;
    font-weight: 300;
}

.flip-box .flip-box-back h5,
.flip-box .flip-box-back p,
.flip-box .flip-box-back i {
    color: #fff;
}


/* Button Styles */

.btn {
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 20px;
    align-self: center;
}


/* Front button style */

.front-btn {
    background-color: #FF7A2A;
    color: #fff;
}


/* Back button style */

.back-btn {
    background-color: #fff;
    color: #FF7A2A;
    border: 2px solid #FF7A2A;
}


/* ===================================
    Learn-More-Section
====================================== */

.learn-more-section {
    padding: 5rem 0 2rem 0;
    background-color: #f0f0f0;
    /* Arka plan açık gri */
    background-size: cover;
    background-image: none;
}

.learn-more-section .text-area {
    text-align: center;
}

.learn-more-section p {
    color: #18191d;
    margin-bottom: 30px;
}

.learn-more-section h2 {
    color: #18191d;
    margin-bottom: 50px;
}


/* ===================================
    Counter-Section
====================================== */

.counter-section {
    padding: 120px 0;
    background-color: #fff;
}

.counter-section p {
    margin-bottom: 70px;
}

.counter-section .media i {
    color: #18191d;
    font-size: 40px;
}

.counter-section .media .media-body {
    padding-left: 20px;
}

.counter-section .media .media-body span {
    font-size: 38px;
    color: #A9A9A9;
}

.counter-section .media .media-body p {
    color: #333333;
    font-size: 16px;
    padding-top: 10px;
    text-align: left;
}


/* ===================================
    Team-Section
====================================== */


/* Team Section Styles */

.team-section {
    padding: 60px 0;
    background-color: #F5F0EB;
}


/* Individual Carousel Item */

.team-section .item {
    margin-top: 10px;
    /* Minimal margin for close spacing */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    /* Minimal space between image and team-detail */
}


/* Image Styling */
#teamMemberDetails {
    text-align: left;
}



.team-section-carousel .item img {
    width: 100%;
    max-width: 260px;
    /* Increased max width for larger appearance */
    height: auto;
    margin-bottom: 5px;
}

.team-section-carousel .item:hover img {
    transform: scale(1.05);
    /* Slightly enlarge on hover */
}

.team-section-carousel {
    display: flex;
    justify-content: center; /* Yatayda ortala */
    align-items: center; /* Dikeyde ortala */
    flex-direction: column; /* İçerikleri dikey hizala */
    gap: 20px; /* Öğeler arasında boşluk bırak */
    margin: 0 auto; /* Tüm slider'ı ortala */
    /*position: relative;
    left: -10px;*/
}

/* Her Bir Slider Öğesi */
.team-section-carousel .item {
    text-align: center; /* Metni ortala */
    margin: 0 auto; /* Öğeyi ortala */
    max-width: 300px; /* Öğenin genişlik sınırı */
}

/* Görseller */
.team-section-carousel .item img {
    width: 100%; /* Görsel genişliği tam olsun */
    max-width: 250px; /* Maksimum genişlik */
    height: auto; /* Yükseklik orantılı kalsın */
    object-fit: contain; /* Görsellerin bozulmasını önle */
    margin: 0 auto; /* Görselleri tam ortala */
}

/* Metinler */
.team-section-carousel .team-detail h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 10px 0 5px;
}

.team-section-carousel .team-detail p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* Navigasyon Okları */
.carousel-arrow {
    position: absolute;
    top: 50%; /* Dikeyde ortala */
    transform: translateY(-50%);
    background-color: #FF7A2A;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    z-index: 10;
}

.carousel-arrow.prev {
    left: -20px; /* Sol ok */
}

.carousel-arrow.next {
    right: -20px; /* Sağ ok */
}

/* Mobil Düzenlemeler */
/*@media (max-width: 768px) {
    .team-section-carousel {
        flex-direction: column; !* İçerikleri alt alta diz *!
    }

    .team-section-carousel .item {
        max-width: 60%; !* Mobilde genişlik sınırı *!
    }

    .carousel-arrow.prev {
        left: 10px;
    }

    .carousel-arrow.next {
        right: 10px;
    }
}*/

/* Team Detail Card */

.team-section .team-detail {
    width: 100%;
    max-width: 260px;
    /* Larger width for a balanced look */
    margin: 0 auto;
    background: #fff;
    padding: 18px;
    text-align: center;
    height: 160px;
    /* Increased height for balance with larger image */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color 0.6s ease;
    box-sizing: border-box;
}


/* Hover Effects on Team Detail */

.team-section .item:hover .team-detail {
    background-color: #FF7A2A;
}

.team-section .item:hover .team-detail h5,
.team-section .item:hover .team-detail p {
    color: #fff;
}


/* Title and Name Styling */

.team-section .team-detail h5 {
    color: #FF7A2A;
    font-size: 22px;
    /* Larger font for title */
    font-weight: 600;
    margin-bottom: 5px;
}

.team-section .team-detail p {
    color: #FF7A2A;
    font-size: 18px;
    /* Larger font for name */
    margin: 0;
}


/* Owl Carousel Dot Navigation Styling */

.team-section .owl-carousel button.owl-dot {
    opacity: 0.7;
    width: 10px;
    height: 12px;
    margin: 25px 5px 0;
    /* Reduced margin for closer dot placement */
    border-radius: 50%;
    background-color: #18191d;
    border: none;
    transition: width 0.8s ease, opacity 0.8s ease;
}

.team-section .owl-carousel button.owl-dot.active {
    opacity: 1;
    width: 38px;
    height: 12px;
    border-radius: 50px;
    background-color: #FF7A2A;
}


/* Responsive Adjustments */

@media (max-width: 991px) {
    .team-section {
        padding: 50px 0;
    }
    .team-section .team-detail {
        height: 140px;
        max-width: 240px;
    }
    .team-section-carousel .item img {
        max-width: 240px;
        /* Adjust image size on tablets */
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 40px 0;
    }
    .team-section .team-detail {
        height: 130px;
        max-width: 220px;
        position: relative;
        left: -15px;
    }
    .team-section-carousel .item img {
        max-width: 220px;
        position: relative;
        left: -15px;
        /* Adjust image size for mobile */
    }
}


/* ===================================
    Story-Section
====================================== */

.story-section {
    padding: 120px 0;
    background-size: cover;
    background-image: url('../../classic-business/img/video.jpg');
}

.story-section .text-area {
    text-align: center;
}

.story-section p {
    color: #fff;
    margin-bottom: 30px;
}

.story-section h2 {
    color: #fff;
    margin-bottom: 50px;
}

.story-section i {
    color: #fff;
    padding-right: 10px;
}

.story-section .trans-btn:hover i {
    color: #18191d;
}


/* ===================================
    Cube-Portfolio-Section
====================================== */

.cubeportfolio {
    padding: 120px 0;
    background-color: #fff;
}

.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item {
    border: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    transition: all .2s ease-in-out;
}

.cubeportfolio .cbp-l-filters-buttonCenter {
    margin-bottom: 0;
    margin-top: 50px;
}

.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #A9A9A9;
}

.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item-active.cbp-filter-item {
    color: #A9A9A9;
}

.cubeportfolio .cbp-l-caption-body .title {
    color: #fff;
    font-size: 20px;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #A9A9A9;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap:hover {
    background-color: #A9A9A9;
    opacity: 0.8;
}

.cbp-item:hover .cbp-caption-defaultWrap {
    transform: scale(1.25);
    transition: 0.6s ease-in-out;
}

.cbp-l-caption-body .cbp-l-caption-title {
    font-size: 20px;
}

.cbp-l-caption-body .cbp-l-caption-desc {
    color: #ffff;
    font-size: 12px;
}

.cubeportfolio .plus {
    margin: 0 auto;
    height: 70px;
    width: 70px;
    margin-bottom: 16px;
    display: block;
    position: relative;
    overflow: hidden;
}

.cubeportfolio .plus::before {
    width: 2px;
    left: 50%;
    top: 5px;
    bottom: 5px;
    margin-left: -1px;
}

.cubeportfolio .plus::after {
    height: 2px;
    top: 50%;
    left: 5px;
    right: 5px;
    margin-top: -1px;
}

.cubeportfolio .plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.cubeportfolio .cube-button {
    text-align: center;
    margin-top: 50px;
}


/* ===================================
    Quote-Section
====================================== */

.quote-section {
    padding: 120px 0;
    background-size: cover;
    background-image: url('../../classic-business/img/quote.jpg');
}

.quote-section .left-quote {
    margin-bottom: 25px;
    margin-left: 120px;
    font-size: 20px;
}

.quote-section h3 {
    font-size: 38.1px;
    color: #18191d;
    text-align: center;
}

.quote-section .right-quote {
    font-size: 20px;
    margin-top: 25px;
    margin-right: 120px;
    text-align: right;
}



@media (max-width: 991px) {

}

/* ===================================
    Pricing-Section
====================================== */

.pricing-section {
    padding: 120px 0;
    background-color: #fff;
}

.pricing-section .pricing-plans {
    margin-top: 90px;
}

.single-price {
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.single-price.active {
    padding-bottom: 50px;
    background-color: #fff;
    transform: translateY(-20px);
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.center.price-tag {
    color: #fff;
}

.price-tag h3 {
    color: #18191d;
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.price-tag span {
    font-size: 30px;
}

.active .price-tag h4 {
    color: #A9A9A9;
}

.price-tag p {
    color: #18191d;
    font-size: 14px;
}

.active .price-tag p {
    color: #A9A9A9;
    font-size: 14px;
}

.price-tag h4 {
    font-size: 18px;
    padding: 30px;
    color: #fff;
    background-color: #18191d;
}

.active .price-tag h4 {
    font-size: 18px;
    padding: 50px;
    color: #fff;
    background-color: #A9A9A9;
}

.price-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-item ul li {
    font-size: 15px;
    padding: 7px 0;
    margin: 5px 0;
    color: #4f4f4f;
}

.single-price a {
    margin-top: 15px;
}


/* ===================================
    Blog-Section
====================================== */

.blog-section {
    padding: 120px 0;
    background-color: #f6f6f6;
}

.blog-section .left-text {
    margin-bottom: 40px;
}

.blog-section img {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: 107px;
}

.blog-section h2 {
    text-align: left;
    margin-bottom: 30px;
}

.blog-section p {
    font-size: 14px;
    text-align: left;
}

.blog-section .button {
    margin-top: 30px;
}

.blog-section .right-text {
    margin-top: 40px;
}

.right-text h2 {
    margin-top: 50px;
    text-align: right;
}

.blog-section .right-text img {
    margin-left: 0;
}

.right-text p {
    text-align: right;
}

.blog-section .right-text .button {
    float: right;
}


/* ===================================
    Contact-Section
====================================== */

.contact-section {
    padding: 120px 0;
    background-color: #fff;
}

.contact-section h2 {
    margin-bottom: 25px;
    text-align: left;
}

.contact-section .contact-form {
    margin-right: 40px;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.0rem transparent;
}

.contact-section .button {
    margin-left: 15px;
    margin-top: 15px;
    padding-left: 53px !important;
    padding-right: 53px !important;
}

.contact-section label {
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 14px;
    margin-top: 30px;
    text-align: justify;
}

.contact-section .media {
    margin-top: 30px;
}

.contact-section .media i {
    font-size: 25px;
    color: #333333;
}

.contact-section .media-body {
    margin-left: 20px;
}

.contact-section .media-body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #A9A9A9;
    margin-bottom: 10px;
}

.contact-section .media-body p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
}


/* ===================================
    Footer
====================================== */

footer {
    padding: 50px;
    background-color: #f6f6f6;
    justify-content: center;
    display: flex;
}

footer .footer-social-icons ul {
    margin-bottom: 0;
    text-align: center;
}

.footer-social-icons ul li {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    display: inline-block;
}

.footer-social-icons ul li a {
    overflow: hidden;
    border-radius: 50%;
    display: block;
    color: #333333;
    height: 40px;
    line-height: 42px;
    width: 40px;
    border: 1px solid transparent;
    text-align: center;
}

.footer-social-icons ul li a:hover {
    color: #fff;
    background-color: #00cfcc;
    transition: 0.5s ease;
}

footer p {
    font-size: 13px;
    color: #888888;
}

.mobile-img {
    display: none;
}


/* ===================================
    Media Queries
====================================== */

@media (max-width: 1200px) {
    /*Loader*/
    .loader {
        top: 40%;
        left: 40%;
    }
    /*Navbar*/
    .sidemenu_btn {
        right: 0;
        margin-right: 9px;
    }
    .navbar-light .navbar-nav .nav-item {
        font-size: 15px;
    }
    /*Side Menu*/
    .side-menu {
        width: 45%;
    }
    .side-menu-footer p {
        font-size: 18px;
    }
    /*Services-Section*/
    .flip-box {
        width: 100%;
    }
    /*Quote Section*/
    .quote-section .left-quote {
        margin-left: 50px;
    }
    .quote-section .right-quote {
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    /*General*/
    h2 {
        font-size: 40px;
    }
    p {
        font-size: 16px;
    }
    /*Loader*/
    .loader {
        top: 40%;
        left: 40%;
    }
    /*Navbar*/
    .navbar .social-icons ul li {
        display: none;
    }
    .navbar-light .navbar-nav .nav-item {
        font-size: 13px;
    }
    .sidemenu_btn {
        right: 0;
    }
    /*Side Menu*/
    .side-menu {
        width: 50%;
    }
    /*Services Section*/
    .services-section .flip-boxes {
        margin-top: 20px;
    }
    /*Services Section*/
    .flip-box {
        width: 100%;
    }
    /*Counter Section*/
    .counter-section {
        text-align: center;
    }
    .counter-section .media {
        display: block;
    }
    .counter-section .media i {
        margin-bottom: 20px;
    }
    .counter-section .media .media-body {
        padding-left: 0;
    }
    .counter-section .media .media-body p {
        text-align: center;
    }
    /*Quote section*/
    .quote-section h3 {
        font-size: 29px;
    }
    .quote-section .left-quote {
        margin-left: 18px;
    }
    .quote-section .right-quote {
        margin-right: 28px;
    }
    /*Pricing Section*/
    .price-tag h3 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .single-price {
        margin-bottom: 40px;
    }
    .single-price.active {
        transform: translateY(0px);
    }
    /*Blog Section*/
    .blog-section {
        text-align: center;
    }
    .blog-section img {
        width: 100%;
        margin-left: 0;
    }
    .blog-section .right-text .button {
        float: none;
    }
    .blog-section h2 {
        text-align: center;
    }
    .blog-section p {
        font-size: 15px;
        text-align: center;
    }
    .right-text h2 {
        margin-top: 0;
        text-align: center;
    }
    .right-text p {
        text-align: center;
    }
    /*Contact Section*/
    .contact-section .contact-form {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    /*General*/
    p {
        font-size: 15px;
    }
    h2 {
        font-size: 35px;
    }
    .wow {
        visibility: visible !important;
        animation: none !important;
    }
    /*Loader*/
    .loader {
        top: 40%;
        left: 30%;
    }
    /*Navbar*/
    .navbar {
        padding-bottom: 8px;
    }
    /*Side Menu*/
    .side-menu {
        width: 100%;
    }
    .sidemenu_btn {
        top: 10px;
        right: 0;
    }
    .side-menu-footer p {
        font-size: 16px;
    }
    /*Services Section*/
    .services-section .flip-boxes {
        margin-top: 20px;
    }
    /* Learn-more-section*/
    .learn-more-section p {
        font-size: 17px;
    }
    /*Quote Section*/
    .quote-section h3 {
        font-size: 20px;
    }
    /*Counter Section*/
    .counter-section .media .media-body p {
        text-align: center;
    }
    /* .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }
    .mobile-img,
    .desktop-img,
    .tp-bgimg {
        max-width: 100%!important;
    } */
}

@media (max-width: 575px) {
    /*General*/
    h2 {
        font-size: 33px;
    }
    .opacity-2 {
        opacity: .7;
    }
    /*Loader*/
    .loader {
        top: 35%;
        left: 25%;
    }
    /*Side Menu*/
    .side-menu-footer p {
        font-size: 14px;
    }
    /*Quote Section*/
    .quote-section h3 {
        font-size: 27px;
    }
    .quote-section .right-quote {
        margin-top: 6px;
    }
    .calendar-top .dates .date.current,
    .calendar-top .dates .date {
        font-size: 12px;
    }
    .calendar-top .dates .date.current {
        padding: .1rem .2rem;
    }
    .calendar-top .dates .date {
        font-weight: 600;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .days .day {
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 15px!important;
    }
    .days .day:first-child {
        margin-left: 5px!important;
    }
    /* Slider */
    .owl-carousel.mobile {
        display: block!important;
    }
    #carouselDesktop {
        display: none;
    }
    .carousel-arrow.next {
        right: -8px;
    }
    .carousel-arrow.prev {
        left: -8px;
    }
    .team-section-carousel.owl-carousel .owl-item {
        margin-right: 28px!important;
        margin-left: 5px!important;
    }
    .equipments-carousel-container .owl-carousel .owl-item {
        margin-right: 12px!important;
        margin-left: 1.5px!important;
        padding-top: 77px!important;
    }
}

@media (max-width: 400px) {
    /*General*/
    h2 {
        font-size: 30px;
    }
    p {
        font-size: 14px;
    }
    /*Side Menu*/
    .side-menu-footer p {
        font-size: 12px;
    }

    .side-menu {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .side-menu .btn-close i {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 24px;
        height: 2px;
        background: #333;
        transform: rotate(45deg);
    }

    .side-menu .btn-close i:last-child {
        transform: rotate(-45deg);
    }

    .side-menu {
        overflow-y: auto !important;
        scrollbar-width: none; /* Firefox */
    }

    .side-menu::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

}

@media(min-width: 575px) {
    .calendar-top .dates .date {
        height: 60px;
    }
    .owl-carousel.mobile {
        display: none !important;
    }
}

.slider-desktop {
    max-width: 100%;
}

.owl-carousel.mobile button {
    display: none;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}



/* Show sidebar only on mobile */

@media (max-width: 991px) {
    /* Hide main navigation */
    .navbar-collapse {
        display: none;
    }
    /* Show the side menu button and side menu on mobile */
    .sidemenu_btn {
        display: block;
    }
    .side-menu {
        display: block;
        /* Initially hidden, but shown on mobile */
    }

}

@media (max-width: 768px) {
    .category-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .category-tab-btn {
        flex: 0 0 45%;
        max-width: 45%;
        margin: 0 auto;
        text-align: center;
    }
}




/* Hide the side menu on desktop */

@media (min-width: 992px) {
    .side-menu {
        display: none;
    }
    .sidemenu_btn {
        display: none !important;
    }
}

.side-menu {
    overflow-y: auto !important;
    scrollbar-width: thin; /* Firefox */
}

.side-menu::-webkit-scrollbar {
    width: 4px;
}

.side-menu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
}
