/* NUCLEAR RESET - TAŞMAYI KESİN ENGELLEME */
* {
    box-sizing: border-box !important;
}

html,
body {
    width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-overflow-scrolling: touch;
    /* iOS stabilizasyon */
}

ul,
li,
li a {
    font-size: 16px;
    list-style: none;
}


.fs-24px {
    font-size: 1.5rem;
}

.color-primary {
    color: var(--o-theme-primary);
}

.o-bg-primary {
    background-color: var(--common-mavi);
}

.dotted-bg:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

    /* black overlay with 50% transparency */
    /*background: rgba(0, 0, 0, 0.6);*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGUlEQVQ4y2NgoBJwoJAedcGoC0ZdMOAuAABF0hABJ/8lyQAAAABJRU5ErkJggg==);

}

.dotted-bg>* {
    position: relative;
    z-index: 1;
}

/* Custom Bordered Tab Buttons (Collapse Style) */
.custom-tab-btn {
    background: transparent;
    border: 1px solid var(--o-theme-primary);
    color: var(--o-theme-primary);
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}

.custom-tab-btn:not(.collapsed) {
    background-color: var(--o-theme-primary) !important;
    border-color: var(--o-theme-primary) !important;
    color: #fff !important;
}

.custom-tab-btn:hover:not(:not(.collapsed)) {
    background-color: rgba(36, 89, 164, 0.05);
}

/* Video Play Pulse Wave Effect */
.o-banner-5-video a {
    position: relative;
    display: inline-block;
}

.o-banner-5-video a span {
    position: relative;
    z-index: 2;
}

.o-banner-5-video a::before,
.o-banner-5-video a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    background-color: var(--o-theme-primary);
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    animation: pulse-wave 3s infinite linear;
}

.o-banner-5-video a::after {
    animation-delay: 1.5s;
}

@keyframes pulse-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

/* Hizmetler Area Modernization */
.o-hizmetler-area {
    background-color: #f8f9fa;
    /* Soft Light Gray */
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.o-hizmet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.o-hizmet-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.o-hizmet-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
}

/* Included Icons: Refined Green */
.o-hizmet-list li i.fa-check {
    color: #28a745;
    opacity: 0.8;
}

/* Excluded Icons: Muted Red */
.o-hizmet-list li i.fa-xmark {
    color: #dc3545;
    opacity: 0.7;
}

.pt-250 {
    padding-top: 250px;
}

.pt-140 {
    padding-top: 140px;
}

.o-breadcrumb-ptb {
    border-bottom: 1px solid #EEEEEE;
}

.o-hero-8-wrapper .hero-style-8 {
    padding-bottom: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .o-hero-8-wrapper .hero-style-8 {
        padding-bottom: 160px;
    }
}

@media (max-width: 767px) {
    .o-hero-8-wrapper .hero-style-8 {
        padding-bottom: 60px;
    }
}

.sec-bg {
    position: relative;
}

.sec-bg::after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;

}

.bg-l1 {
    background-color: rgba(185, 194, 12, 0.2);
}

.bg-l2 {
    background-color: rgba(169, 56, 149, 0.2);
}

.bg-l3 {
    background-color: rgba(44, 179, 25, 0.2);
}

.bg-l4 {
    background-color: rgba(13, 47, 225, 0.2);
}

.bg-l5 {
    background-color: rgba(1, 180, 226, 0.2);
}

.bg-l6 {
    background-color: rgba(108, 158, 127, 0.2);
}

.tour-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
}

/* SOL ORTA */
.tour-sec.itinerary-stops-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.itinerary-stops-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
    list-style: none;
    min-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.itinerary-stops-list li::before {
    content: "";
    /* Sadece pin şekli */
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1.5px solid var(--o-theme-primary);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Tour Details UI - Normal Flow */
.o-tour-grid-top-bar {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: fit-content;
    margin-left: auto;
}

@media (max-width: 767px) {
    .o-tour-grid-top-bar {
        top: 80px;
        padding: 6px 10px;
    }
}

.o-tour-grid-top-bar:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.o-icon-btn {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #111;
    font-size: 16px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: 8px;
    cursor: pointer;
}

.o-icon-btn:hover {
    background-color: var(--o-theme-primary);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .o-icon-btn {
        width: 32px;
        height: 32px;
        font-size: 13px;
        margin-left: 5px;
    }
}

.itinerary-stops-list li::after {
    content: "\f3c5";
    /* location-dot simgesi */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    /* Daha küçük ikon */
    color: var(--o-theme-primary);
    z-index: 2;
}

.itinerary-stops-list li strong {
    color: var(--o-common-black);
    display: block;
    margin-bottom: 2px;
}

.o-map-marker .custom-marker span {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--o-theme-primary);
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.itinerary-stop-item {
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 6px;
    padding: 6px 10px;
}

.itinerary-stop-item:hover {
    background: rgba(36, 89, 164, 0.05);
    transform: translateX(5px);
}

.itinerary-stop-item strong {
    color: var(--o-theme-primary) !important;
}

.tour-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 160px;
    opacity: 0.1;
    color: #9e9e9e;
    /*-webkit-text-stroke: 4px #fff;*/
    pointer-events: none;
    z-index: 99;
}

/* SAĞ ÜST */
.tour-section::after {
    content: "";
    position: absolute;
    top: -1%;
    right: 0%;
    left: auto !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 160px;
    opacity: 0.1;
    color: #9e9e9e;
    /*-webkit-text-stroke: 4px #fff;*/
    pointer-events: none;
    z-index: 99;
}

/* SAĞ ALT */
.tour-section .shape-extra::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 20%;
    left: auto !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 160px;
    opacity: 0.1;
    color: #9e9e9e;
    /*-webkit-text-stroke: 4px #fff;*/
    pointer-events: none;
    z-index: 99;
}

/* ===== ATMOSFERLER ===== */

/* ❄️ WINTER */
.winter::before {
    content: "\f7c9";
    /* skiing */
}

.winter::after {
    content: "\f2dc";
    /* snowflake */
}

.winter .shape-extra::before {
    content: "\f7d0";
    /* snowman */
}

/* 🏖️ SUMMER */
.summer::before {
    content: "\f5ca";
    /* umbrella-beach */
}

.summer::after {
    content: "\f185";
    /* sun */
}

.summer .shape-extra::before {
    content: "\f773";
    /* water */
}

/* 🎓 LANGUAGE */
.language::before {
    content: "\f1ab";
    /* language */
}

.language::after {
    content: "\f02d";
    /* book */
}

.language .shape-extra::before {
    content: "\f19d";
    /* graduation-cap */
}

/* 🏛️ CULTURE */
.culture::before {
    content: "\f66f";
    /* landmark */
}

.culture::after {
    content: "\f5a0";
    /* church */
}

.culture .shape-extra::before {
    content: "\f57d";
    /* globe-europe */
}

/* 🍽️ GASTRO */
.gastro::before {
    content: "\f2e7";
    /* utensils */
}

.gastro::after {
    content: "\f805";
    /* hamburger */
}

.gastro .shape-extra::before {
    content: "\f000";
    /* wine-glass */
}

/* 🧗 ADVENTURE */
.adventure::before {
    content: "\f6ec";
    /* hiking */
}

.adventure::after {
    content: "\f14e";
    /* compass */
}

.adventure .shape-extra::before {
    content: "\f13d";
    /* anchor */
}


.destination-box-items {
    position: relative;
    /*z-index: 10;*/
}

.destination-box-items::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: var(--transition);
    border-radius: 18px;
    background: linear-gradient(180deg, #20409a00, #333333);
    pointer-events: none;
}

.destination-box-items .destination-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.destination-box-items .destination-image .top-items {
    padding: 4px 8px;
    color: var(--white);
    border-radius: 30px 0 0 30px;
    background: var(--primary);
    font-size: 0.875rem;
    font-weight: 600;
    position: absolute;
    right: 0;
    z-index: 8;
    font-family: var(--o-ff-onest);
}

.destination-box-items .destination-image .top-items.sub-1 {
    top: 20px;
}

.destination-box-items .destination-image .top-items.sub-2 {
    top: 60px;
}

.destination-box-items .destination-image .top-items.sub-3 {
    top: 100px;
}

.destination-box-items .destination-image img {
    border-radius: 18px;
    transition: var(--transition);
    width: 100%;
    height: 100%;
}

.destination-box-items:hover .destination-image img {
    transform: scale(1.05);
}

.destination-box-items .destination-content {
    position: relative;
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 100;
    right: 30px;
}

@media screen and (max-width: 1699px) {
    .destination-box-items .destination-content {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }
}

@media screen and (max-width: 1399px) {
    .destination-box-items .destination-content {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
}

.destination-box-items .destination-content h3 {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 600;
}

.destination-box-items .destination-content h3 a {
    color: var(--white);
}

.destination-box-items .destination-content h3 a:hover,
.destination-box-items .destination-content h3 a:focus {
    text-decoration: underline;
}

.destination-box-items .destination-content ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.destination-box-items .destination-content ul li {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

@media only screen and (min-width:1400px) {
    .destination-box-items .destination-content ul li {
        font-size: 18px;
    }
}

.destination-box-items .destination-content ul li del {
    color: var(--white-500);
    font-size: 18px;
    font-weight: 400;
}

.destination-box-items .destination-content .destination-rattiing {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 20px;
}

.destination-box-items .destination-content .destination-rattiing .first-items {
    display: flex;
    gap: 10px;
}

.destination-box-items .destination-content .destination-rattiing .first-items p,
.destination-box-items .destination-content .destination-rattiing p {
    color: var(--white);
}

.destination-box-items .destination-content .destination-rattiing a {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
}

.destination-box-items .destination-content .destination-rattiing a:hover {
    border-bottom: 1px dotted #fff;
}



.social-wrapper {
    display: inline-flex;
    list-style: none;
}

.social-wrapper .icon {
    position: relative;
    background: #ffffff;

    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 767px) {
    .social-wrapper {
        padding: 0;
        justify-content: center;
        width: 100%;
    }

    .social-wrapper .icon {
        margin: 5px;
        width: 45px;
        height: 45px;
    }
}

.social-wrapper .tooltip {
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.social-wrapper .icon:hover span,
.social-wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-wrapper .facebook:hover,
.social-wrapper .facebook:hover .tooltip,
.social-wrapper .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
}

.social-wrapper .twitter:hover,
.social-wrapper .twitter:hover .tooltip,
.social-wrapper .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #ffffff;
}

.social-wrapper .instagram:hover,
.social-wrapper .instagram:hover .tooltip,
.social-wrapper .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #ffffff;
}

.social-wrapper .linkedin:hover,
.social-wrapper .linkedin:hover .tooltip,
.social-wrapper .linkedin:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
}

.social-wrapper .youtube:hover,
.social-wrapper .youtube:hover .tooltip,
.social-wrapper .youtube:hover .tooltip::before {
    background: #CD201F;
    color: #ffffff;
}



.o-icon-btn span {
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    padding: 5px 30px;
    border-radius: 21px;
    display: inline-block;
    color: var(--o-common-black);
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--o-common-black);
}

.o-icon-btn span i {
    margin-right: 4px;
}

.o-icon-btn span:hover {
    color: var(--o-theme-primary);
    border-color: var(--o-theme-primary);
}

/* Detailed Itinerary Button */
.o-detailed-btn {
    background: #fff;
    border: 1.5px solid var(--o-theme-primary);
    color: var(--o-theme-primary);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(36, 89, 164, 0.1);
}

.o-detailed-btn:hover {
    background: var(--o-theme-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(36, 89, 164, 0.2);
}

.o-detailed-btn i {
    font-size: 18px;
}

/* Detailed Timeline Structure */
.o-detailed-itinerary-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.detailed-timeline {
    position: relative;
    padding-left: 50px;
}

.detailed-timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: #eee;
}

.timeline-block {
    position: relative;
    margin-bottom: 50px;
}

.timeline-block:last-child {
    margin-bottom: 0;
}

.timeline-day-circle {
    position: absolute;
    left: -50px;
    top: 0;
    width: 42px;
    height: 42px;
    background: var(--o-theme-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(36, 89, 164, 0.3);
}

.timeline-day-circle b {
    font-size: 14px;
}

.timeline-content {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 25px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    background: #fff;
    border-color: var(--o-theme-primary);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.timeline-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--o-common-black);
}


.timeline-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

.timeline-text p {
    margin-bottom: 20px;
}

.timeline-text p:last-child {
    margin-bottom: 0;
}

.text-itinerary .timeline-content {
    border-left: 3px solid transparent;
}

.text-itinerary .timeline-block:hover .timeline-content {
    border-left-color: var(--o-theme-primary);
}

@media screen and (max-width: 767px) {
    .o-detailed-itinerary-wrap {
        padding: 25px 15px;
    }

    .detailed-timeline {
        padding-left: 35px;
    }

    .detailed-timeline::before {
        left: 10px;
    }

    .timeline-day-circle {
        left: -35px;
        width: 36px;
        height: 36px;
        font-size: 9px;
    }

    .timeline-day-circle b {
        font-size: 12px;
    }
}

/* Itinerary & Map Styles */
.o-itinerary-map-wrap {
    background: #f9f9f9;
    border-radius: 20px;
}

.o-map-marker {
    background: transparent !important;
    border: none !important;
}

.custom-marker {
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid var(--o-theme-primary);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.custom-marker i {
    transform: rotate(45deg);
    color: var(--o-theme-primary);
    font-size: 18px;
}

.custom-marker span {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--o-theme-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    border: 2px solid #fff;
}

.day-badge {
    background: var(--o-theme-primary);
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 12px;
    display: inline-block;
}

.leaflet-routing-container {
    display: none !important;
}

.itinerary-accordion .accordion-items {
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

.itinerary-accordion .accordion-buttons {
    padding: 15px 20px !important;
    background: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.itinerary-accordion .accordion-buttons:not(.collapsed) {
    color: var(--o-theme-primary);
}

.itinerary-accordion .accordion-body {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.o-hizmet-box {
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
}

.o-hizmet-box:hover {
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: var(--o-theme-primary);
}

.o-hizmet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.o-hizmet-list li {
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.o-hizmet-list li i {
    margin-top: 4px;
    font-size: 14px;
    min-width: 14px;
}

.o-hizmet-list li i.fa-check {
    color: #28a745;
}

.o-hizmet-list li i.fa-xmark {
    color: #dc3545;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-10 {
    border-radius: 10px;
}

/* ==========================================================================
   Ön Kayıt Formu Stilleri
   ========================================================================== */
.o-pre-reg-form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.o-pre-reg-form .form-label {
    font-size: 14px;
    color: #111;
    display: block;
}

.custom-form-element {
    font-size: 15px !important;
    height: 50px !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    border: 1.5px solid #eee !important;
    background-color: #fbfbfb !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    color: #444 !important;
}

/* Select özel ayarı - Yarım görünme ve küçük yazı sorunu için */
select.custom-form-element {
    line-height: normal !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

textarea.custom-form-element {
    height: auto !important;
    padding: 15px 20px !important;
}

.custom-form-element:focus {
    border-color: var(--o-theme-primary) !important;
    background-color: #fff !important;
    box-shadow: 0 5px 15px rgba(36, 89, 164, 0.1) !important;
    outline: none !important;
}

/* Survey Offcanvas Styles */
.survey-offcanvas {
    width: 450px !important;
    background-color: #fcfcfc;
}

@media (max-width: 575px) {
    .survey-offcanvas {
        width: 100% !important;
    }
}

.survey-progress-wrapper .progress {
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.survey-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.survey-options-grid.month-grid {
    grid-template-columns: repeat(3, 1fr);
}

.survey-option-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    position: relative;
    user-select: none;
}

.survey-option-card span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #444;
    transition: all 0.3s ease;
}

.survey-option-card:hover {
    border-color: var(--o-theme-primary);
    background-color: rgba(36, 89, 164, 0.02);
    transform: translateY(-2px);
}

.survey-option-card.active {
    background-color: var(--o-theme-primary);
    border-color: var(--o-theme-primary);
    box-shadow: 0 4px 12px rgba(36, 89, 164, 0.2);
}

.survey-option-card.active span {
    color: #fff;
}

/* Step Transitions */
.survey-step {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.survey-step.d-none {
    display: none !important;
}

/* Form Styles inside Survey */
.survey-form-wrapper .custom-form-element {
    background-color: #fff;
    border: 1px solid #e9ecef;
    font-size: 0.875rem;
}

.offcanvas-footer {
    background: #fff;
}

#surveyErrorMsg {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* İletişim Sayfası ve Formlar İçin Ek Stiller */
.o-contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.o-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.o-contact-info-item:last-child {
    border-bottom: none;
}

.o-contact-info-icon {
    width: 45px;
    height: 45px;
    background: rgba(36, 89, 164, 0.1);
    color: var(--o-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    flex-shrink: 0;
}

.o-contact-info-text h6 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #111;
}

.o-contact-info-text p,
.o-contact-info-text a {
    margin: 0;
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.o-contact-info-text a:hover {
    color: var(--o-theme-primary);
}

/* Onay Kutusu (Checkbox) Stilleri */
.o-form-check-group {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.o-form-check-label-main {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    color: #333;
}

.o-checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.o-custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.o-custom-checkbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--o-theme-primary);
}

.o-kvkk-check {
    margin-top: 15px;
}

.o-kvkk-check a {
    color: var(--o-theme-primary);
    text-decoration: underline;
}

/* Harita Stili */
#contact-map {
    height: 450px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.leaflet-popup-content-wrapper {
    border-radius: 8px;
    padding: 5px;
}

.leaflet-popup-content {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

/* Hizmet Kutuları (Service Boxes) Tasarım Güncellemesi */
.o-hizmetler-wrapper .o-trand-7-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.o-hizmetler-wrapper .o-trand-7-item-thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.o-hizmetler-wrapper .o-trand-7-item-thumb a {
    display: block;
}

.o-hizmetler-wrapper .o-trand-7-item-thumb img {
    border-radius: 16px;
    width: 100%;
    transition: transform 0.6s ease;
}

.o-hizmetler-wrapper .o-trand-7-item-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 16px;
    z-index: 1;
    pointer-events: none;
}

.o-hizmetler-wrapper .o-trand-7-item-content {
    top: auto !important;
    bottom: 30px !important;
    left: 30px !important;
    right: 30px !important;
    margin: 0 !important;
    text-align: left !important;
    position: absolute !important;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.o-hizmetler-wrapper .o-trand-7-item-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 14ch;
    /* Metni estetik bir şekilde alt satıra kırar */
    word-wrap: break-word;
    color: var(--o-common-white);
    margin-bottom: 0;
}

.o-hizmetler-wrapper .o-trand-7-item-title a {
    color: var(--o-common-white) !important;
}

.o-hizmetler-wrapper .o-trand-7-item:hover .o-trand-7-item-content {
    transform: translateY(-8px);
}

.o-hizmetler-wrapper .o-trand-7-item:hover .o-trand-7-item-thumb img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .o-hizmetler-wrapper .o-trand-7-item-content {
        bottom: 20px !important;
        left: 20px !important;
    }

    .o-hizmetler-wrapper .o-trand-7-item-title {
        font-size: 18px;
    }
}

/* Blog Metin İçi Görsel Hizalaması */
.o-postbox-inline-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .o-postbox-inline-img {
        width: 300px;
        /* Masaüstünde ideal blog görsel boyutu */
    }
}

/* Slider Text Context Constraints */
.o-hero-2-heading h3 {
    max-width: 580px;
    line-height: 1.1;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* Başlığı öne çıkarır */
}

.o-hero-2-heading p {
    max-width: 580px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    /* Paragrafın okunabilirliğini artırır */
    font-weight: 500;
    /* Bir tık daha dolgun ve okunaklı */
}

/* Sadece metin alanını hafifçe karartan gradyan */
.o-hero-2-heading {
    position: relative;
    z-index: 5;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 991px) {

    .o-hero-2-heading h3,
    .o-hero-2-heading p {
        max-width: 100%;
    }
}

/* Custom Button: Filled with White Border */
.o-btn-primary.btn-filled-white-bdr {
    background-color: var(--common-mavi);
    color: var(--o-common-white) !important;
    border: 1px solid var(--o-common-white);
}

.o-btn-primary.btn-filled-white-bdr:hover {
    background-color: var(--o-common-white);
    color: var(--common-mavi) !important;
    border-color: var(--common-mavi);
}

/* ==========================================================================
   DİL OKULLARI (LANGUAGE SCHOOLS) CUSTOM STYLES
   ========================================================================== */

/* Filter Bar Adjustments */
.langs-filter-wrapper {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.langs-filter-swiper {
    padding: 10px 0;
}

.langs-filter-swiper .swiper-slide {
    width: auto !important;
}

.langs-filter-btn {
    display: inline-block;
    padding: 6px 24px;
    background: #f4f4f4;
    color: #555;
    border-radius: 50px;
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
}

.langs-filter-btn:hover {
    background: #e9e9e9;
    color: var(--common-mavi);
}

.langs-filter-btn.active {
    background: var(--common-mavi);
    color: #fff !important;
    border-color: var(--common-mavi);
    box-shadow: 0 4px 12px rgba(36, 89, 164, 0.25);
}

/* Langs Card Design */
.langs-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.langs-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.langs-card-thumb {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.langs-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.langs-card:hover .langs-card-thumb img {
    transform: scale(1.1);
}

.langs-card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    color: var(--common-mavi);
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 6px;
}

.langs-card-badge i {
    font-size: 14px;
}

.langs-card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.langs-card-location {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.langs-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.langs-card-title a {
    color: inherit;
    transition: color 0.3s ease;
}

.langs-card-title a:hover {
    color: var(--common-mavi);
}

.langs-card-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.langs-card-info-list li {
    font-size: 14px;
    color: #666;
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 500;
}

.langs-card-footer {
    padding-top: 15px;
    margin-top: auto;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.langs-card-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--common-mavi);
}

.langs-card-price span {
    font-size: 13px;
    color: #888;
    font-weight: 500;
    margin-left: 2px;
}

.langs-card-btn {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 5px;
}

.langs-card-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.langs-card-btn:hover i {
    transform: translateX(3px);
}