@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.rbt-card .rbt-card-body .rbt-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* SatÄ±r sayÄ±sÄ±nÄ± belirler */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rbt-modern-select .bootstrap-select .dropdown-menu li a span.text {
    text-wrap: balance;
}

.form-group {
    position: relative;
}

label.error {
    position: absolute !important;
    bottom: -28px !important;
    top: unset !important;
    font-size: 12px;
    color: var(--color-danger) !important;
    transition: 0.3s;
}

.rbt-form-group label.error {
    bottom: -18px !important;
}

.rbt-form-group {
    margin-bottom: 15px !important;
    position: relative;
}

.rbt-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cardTypeOutput {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 22%;
    right: 40px;;
}

#cardTypeOutput{
    width: 40px;
    height: 40px;
}
#cardTypeOutput svg{
    width: 40px;
    height: 40px;
}


.fastContactButton {
    background-repeat: no-repeat;
    position: fixed;
    left: 15px;
    bottom: 95px;
    width: 150px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: 0.3s;
    transition: 0.5s;
    display: flex;
    align-items: center;
    background-color: #2f57ef;
    left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: pulse-blue;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}

.fastContactButton span{
    color: #fff;
    font-size: 16px;
    z-index: 9999;
}

.whatsapp {
    background-repeat: no-repeat;
    position: fixed;
    right: 25px;
    bottom: 95px;
    width: 65px;
    height: 65px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: 0.3s;
    transition: 0.5s;
    display: flex;
    align-items: center;
    background-color: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9;
}

.whatsapp span{
    background-size: 36px;
    float: left;
    width: 56px;
    height: 100%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(47, 87, 239, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(47, 87, 239, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    left: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.rbt-team-modal, .rbt-default-modal {
    z-index: 99999999;
    background: unset;
    padding: 60px 15px !important;
}

.rbt-team-modal .modal-dialog, .rbt-default-modal .modal-dialog {
    width: 100%;
    max-width: 768px;
}

#fastContactModal .dropdown-toggle {
    height: 50px;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: var(--color-body);
    box-shadow: var(--shadow-10);
}

#fastContactModal .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    font-size: 13px;
}

#fastContactModal .bootstrap-select .dropdown-menu {
    max-width: 150px !important;
}

#fastContactForm label.error {
    position: unset !important;
    bottom: -28px !important;
    top: unset !important;
    font-size: 12px;
    color: var(--color-danger) !important;
    transition: 0.3s;
}

.homeCertificationSliderAltFind {
    overflow: hidden;
}

.rbt-banner-6.variation-03 .wrapper {
    height: 500px;
}

.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: 30px;
    right: auto;
}


.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: auto;
    right: 30px;
}

.homeCertificationSliderContainer {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-top: 0px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(49, 63, 114, 0.1);
    z-index: 1;
    padding: 20px 80px;
    overflow: hidden;
}

.homeCertificationSliderContainer .homeCertificationSliderAltFind {
    overflow: hidden;
}

.rbt-swiper-thumb.rbtmySwiperThumb {
    overflow: hidden;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    /* Fade effect at edges */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.rbt-thumb-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
    pointer-events: none;
    z-index: 100;
}

.rbt-thumb-navigation button {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    pointer-events: auto;
    transition: 0.3s;
}

.rbt-thumb-navigation button:hover {
    background: var(--color-primary);
}

.rbtmySwiperThumb .swiper-slide {
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.5;
    display: flex;
    justify-content: center;
}

.rbtmySwiperThumb .swiper-slide-thumb-active {
    opacity: 1;
}

.rbtmySwiperThumb .swiper-slide img {
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    min-width: 60px;
    object-fit: cover;
}

.rbtmySwiperThumb .swiper-slide-thumb-active img {
    border-color: var(--color-primary);
    box-shadow: 0 0 20px rgba(var(--color-primary-rgb), 0.5);
    transform: scale(1.15);
}

@media only screen and (max-width: 767px) {
    .rbt-swiper-thumb.rbtmySwiperThumb {
        max-width: 250px;
        bottom: 20px;
        padding: 8px;
        border-radius: 50px;
    }
    .rbtmySwiperThumb .swiper-slide img {
        width: 45px;
        height: 45px;
        min-width: 45px;
        border-width: 2px;
    }
}

.slider-button-wrap .swiperGalleryPrev {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35%;
    left: 10px;
    right: auto;
}

.slider-button-wrap .swiperGalleryPrev i {
    font-size: 21px;
    color: #1c2a52;
}

.slider-button-wrap .swiperGalleryNext {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35%;
    left: auto;
    right: 10px;
}

.slider-button-wrap .swiperGalleryNext i {
    font-size: 21px;
    color: #1c2a52;
}

.homeCertificationSliderAltFind img {
    max-height: 100px;
}

.homeCertificationSliderAltFind .swiper-wrapper{
    display: flex;
    align-items: center;
}

.homeCertificationSliderAltFind .swiper-wrapper .thumbnail {
    display: flex;
    justify-content: center;
}

.swal2-container {
    z-index: 99999999 !important;
}


.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    text-wrap: auto;
}

@media only screen and (max-width: 767px) {
    .rbt-banner-6.variation-03 .wrapper {
        padding: 40px 0;
    }
}

.swal2-popup.swal2-modal {
    width: 42rem;
    padding-bottom: 25px;
}

.swal2-popup.swal2-modal .swal2-content {
    font-size: 1.5em;
}

.swal2-actions.swal2-modal button {
    font-size: 1.5em !important;
}
.swal2-popup .swal2-title {
    font-size: 1.5em !important;
}
.swal2-popup.swal2-modal .swal2-title {
    font-size: 2.5em !important;
}

/* Dashboard Header Styles */
.rbt-dashboard-content-wrapper .rbt-tutor-information {
    position: relative !important;
    bottom: unset !important;
    padding: 30px !important;
    background: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%) !important;
    border-radius: 10px;
    box-shadow: var(--shadow-1);
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.rbt-dashboard-content-wrapper .rbt-tutor-information .rbt-tutor-information-left .tutor-content .title {
    color: #fff !important;
}

.rbt-dashboard-content-wrapper .rbt-tutor-information .rbt-meta li, 
.rbt-dashboard-content-wrapper .rbt-tutor-information .rbt-meta li i {
    color: #efefef !important;
}

.rbt-dashboard-content-wrapper .rbt-tutor-information .rbt-tutor-information-left .thumbnail img {
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-1);
}

@media only screen and (max-width: 575px) {
    .rbt-dashboard-content-wrapper .rbt-tutor-information {
        padding: 30px 20px !important;
    }
    .rbt-dashboard-content-wrapper .rbt-tutor-information .rbt-tutor-information-left {
        display: block !important;
        text-align: center;
        width: 100%;
    }
    .rbt-dashboard-content-wrapper .rbt-tutor-information .rbt-tutor-information-left .thumbnail {
        margin: 0 auto 15px auto !important;
        display: inline-block;
    }
    .rbt-dashboard-content-wrapper .rbt-tutor-information .rbt-meta {
        justify-content: center;
    }
}

/* Mobil Uyumluluk ve Kayma Sorunu DÃ¼zeltmeleri */
html, body {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
}

/* Sticky Header Mobilde Oynama Sorunu Fix */
@media only screen and (max-width: 1199px) {
    .header-sticky.rbt-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
        background-color: var(--color-white) !important;
        box-shadow: var(--shadow-1) !important;
        transition: all 0.3s ease-in-out !important;
        animation: headerSlideDown 0.4s ease-in-out !important;
    }
}

@keyframes headerSlideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* SaÄŸdaki kalÄ±n kolon/boÅŸluk sorununa neden olabilecek olasÄ± taÅŸmalarÄ±n engellenmesi */
.rbt-header-campaign, 
.rbt-header-wrapper, 
.row {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Mobilde butonlarÄ±n ve sliderlarÄ±n taÅŸmasÄ±nÄ± engelleme */
@media only screen and (max-width: 767px) {
    .whatsapp, .fastContactButton {
        bottom: 20px !important;
    }
    
    .homeCertificationSliderContainer {
        padding: 20px 15px !important;
    }
}


/* Theme Toggle Styles */
.theme-dark-show {
    display: none !important;
}
.active-dark-mode .theme-dark-show {
    display: block !important;
}
.active-dark-mode .theme-light-show {
    display: none !important;
}

#rbt-theme-mode-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#rbt-theme-mode-toggle i {
    font-size: 20px;
}

/* Logo Toggles */
.active-dark-mode .logo-dark {
    display: none !important;
}
.active-dark-mode .logo-light {
    display: block !important;
}

/* Global Background and Text */
.active-dark-mode, 
.active-dark-mode body {
    background-color: #151521 !important;
    color: #ffffff !important;
}

/* Header Overrides */
.active-dark-mode .rbt-header-wrapper, 
.active-dark-mode .rbt-header,
.active-dark-mode .header-sticky,
.active-dark-mode .rbt-header-campaign {
    background-color: #1e1e2d !important;
    border-bottom: 2px solid #2b2b40 !important;
    box-shadow: none !important;
}

.active-dark-mode .rbt-header-campaign .content .news-text {
    color: #cdcdde !important;
}


.active-dark-mode .mainmenu-nav .mainmenu > li > a {
    color: #ffffff !important;
}

.active-dark-mode .rbt-round-btn,
.active-dark-mode .quick-access .access-icon a {
    background-color: #2b2b40 !important;
    color: #ffffff !important;
}

.active-dark-mode .rbt-round-btn:hover {
    background-color: var(--color-primary) !important;
}

/* Main Content Overrides */
.active-dark-mode .rbt-main-wrapper,
.active-dark-mode main {
    background-color: #151521 !important;
}

.active-dark-mode .bg-color-extra2 {
    background-color: #1a1a29 !important;
}

.active-dark-mode .rbt-section-gap {
    background-color: #151521 !important;
}

/* Fix for White Sections */
.active-dark-mode .bg-color-white,
.active-dark-mode .section-bg-1 {
    background-color: #151521 !important;
}

/* Text Contrast */
.active-dark-mode p,
.active-dark-mode span,
.active-dark-mode .description {
    color: #cdcdde !important;
}

.active-dark-mode h1,
.active-dark-mode h2,
.active-dark-mode h3,
.active-dark-mode h4,
.active-dark-mode h5,
.active-dark-mode h6,
.active-dark-mode .title {
    color: #ffffff !important;
}

.active-dark-mode .rbt-btn {
    box-shadow: none !important;
}

/* Student Panel Specifics */
.active-dark-mode .rbt-shadow-box {
    background-color: #1e1e2d !important;
    border: 1px solid #2b2b40 !important;
    box-shadow: none !important;
}


.active-dark-mode .rbt-dashboard-content {
    background-color: transparent !important;
}

.active-dark-mode .bg-color-white {
    background-color: #151521 !important;
}

.active-dark-mode .rbt-card {
    background-color: #1e1e2d !important;
    border-color: #2b2b40 !important;
}

.active-dark-mode .rbt-title-style-3, 
.active-dark-mode .rbt-title-style-2,
.active-dark-mode h4,
.active-dark-mode .title {
    color: #ffffff !important;
}

.active-dark-mode .rbt-counterup {
    background-color: #1e1e2d !important;
    border-color: #2b2b40 !important;
}

.active-dark-mode .rbt-sidebar-widget {
    background-color: #1e1e2d !important;
    border: 1px solid #2b2b40 !important;
}

.active-dark-mode .user-list-wrapper li a {
    color: #cdcdde !important;
}

.active-dark-mode .user-list-wrapper li a:hover {
    color: var(--color-primary) !important;
}

.active-dark-mode .rbt-progress-style-1 .rbt-title-style-2 {
    color: #9899ac !important;
}

/* Premium Page Transition Overlay */
#page-transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999999999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-transition-overlay .transition-logo {
    max-width: 250px;
    opacity: 1;
    animation: soft-pulse 1.8s ease-in-out infinite alternate;
    transition: opacity 0.4s;
    user-select: none;
}

.active-dark-mode #page-transition-overlay {
    background-color: #151521;
}

/* Fallback for the image if it has background or needs brightness on dark mode, adjust if needed */

.page-loaded #page-transition-overlay {
    opacity: 0;
    visibility: hidden;
}

.page-loaded #page-transition-overlay .transition-logo {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.5s, transform 0.5s;
}

.page-leaving #page-transition-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.page-leaving #page-transition-overlay .transition-logo {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s, transform 0.3s;
}

@keyframes soft-pulse {
    0% {
        transform: scale(0.98);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.02);
        opacity: 1;
    }
}

.active-dark-mode main {
    background-color: #151521 !important;
}

.active-dark-mode .rbt-dashboard-area,
.active-dark-mode .rbt-elements-area,
.active-dark-mode .rbt-about-area,
.active-dark-mode .rbt-course-area,
.active-dark-mode .rbt-rbt-blog-area {
    background-color: #151521 !important;
}

.active-dark-mode .rbt-user-menu-list-wrapper {
    background-color: #1e1e2d !important;
    border-color: #2b2b40 !important;
}

.active-dark-mode .rbt-admin-profile {
    border-bottom: 1px solid #2b2b40 !important;
}

.active-dark-mode .admin-info .name {
    color: #ffffff !important;
}

.active-dark-mode .user-list-wrapper li {
    border-bottom: 1px solid #2b2b40 !important;
}

/* Fixed Social Media Sidebar */
.fixed-social-sidebar {
    position: fixed;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 0 10px 10px 0;
    padding: 15px 5px;
    transition: all 0.3s ease;
}

.fixed-social-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fixed-social-sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #555555;
    background-color: #f6f6f6;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
}

.fixed-social-sidebar ul li a {
    animation-name: pulse-blue;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    color: var(--color-primary);
    background-color: rgba(255, 255, 255, 0.9);
}

.active-dark-mode .fixed-social-sidebar ul li a {
    color: var(--color-primary);
    background-color: rgba(30, 30, 45, 0.9);
}

.fixed-social-sidebar ul li a:hover {
    color: #ffffff;
    transform: translateX(5px) scale(1.1);
    animation-play-state: paused;
}

.fixed-social-sidebar ul li a.facebook:hover { background-color: #3b5998; border-color: #3b5998; }
.fixed-social-sidebar ul li a.twitter:hover { background-color: #1da1f2; border-color: #1da1f2; }
.fixed-social-sidebar ul li a.instagram:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); border-color: #f09433; }
.fixed-social-sidebar ul li a.map-pin:hover { background-color: #ff5722; border-color: #ff5722; }
.fixed-social-sidebar ul li a.linkedin:hover { background-color: #0077b5; border-color: #0077b5; }
.fixed-social-sidebar ul li a.youtube:hover { background-color: #ff0000; border-color: #ff0000; }

/* Dark Mode Support for Sidebar */
.active-dark-mode .fixed-social-sidebar {
    background-color: #1e1e2d;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.6);
}

.active-dark-mode .fixed-social-sidebar ul li a:hover {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .fixed-social-sidebar {
        padding: 10px 4px;
        z-index: 99999;
        top: 60%;
    }
    
    .fixed-social-sidebar ul {
        gap: 10px;
    }
    
    .fixed-social-sidebar ul li a {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .whatsapp {
        bottom: 90px !important;
        right: 15px !important;
        width: 50px !important;
        height: 50px !important;
    }

    .whatsapp span {
        background-size: 28px;
    }

    .rbt-progress-parent {
        right: 15px !important;
        bottom: 25px !important;
    }

    .fastContactButton {
        left: 15px !important;
        bottom: 90px !important;
        width: 130px !important;
        height: 40px !important;
    }

    .fastContactButton span {
        font-size: 14px !important;
    }

    .footer-widget {
        text-align: center !important;
    }

    .footer-widget .logo {
        justify-content: center !important;
        margin-bottom: 20px;
    }

    .footer-widget .logo.logo-dark {
        display: flex !important;
    }

    .footer-widget .logo.logo-light {
        display: none !important;
    }

    .active-dark-mode .footer-widget .logo.logo-dark {
        display: none !important;
    }

    .active-dark-mode .footer-widget .logo.logo-light {
        display: flex !important;
    }

    .footer-widget .social-icon {
        justify-content: center !important;
    }

    .footer-widget .ft-title {
        text-align: center !important;
    }

    .footer-widget .ft-link {
        text-align: center !important;
    }

    .footer-widget .contact-btn {
        display: flex;
        justify-content: center;
    }
}

/* Premium Auth Pages Design */
.rbt-elements-area { background: linear-gradient(135deg, #f8f9fc 0%, #eef2f7 100%) !important; }
.active-dark-mode .rbt-elements-area { background: linear-gradient(135deg, #151521 0%, #1e1e2d 100%) !important; }
.rbt-contact-form.contact-form-style-1 { background: rgba(255, 255, 255, 0.9) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3) !important; border-radius: 30px !important; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08) !important; padding: 60px !important; max-width: 550px !important; margin: 0 auto; }
.active-dark-mode .rbt-contact-form.contact-form-style-1 { background: rgba(30, 30, 45, 0.7) !important; border: 1px solid rgba(255, 255, 255, 0.05) !important; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4) !important; }
.rbt-contact-form .title { font-size: 32px !important; font-weight: 800 !important; letter-spacing: -1px; margin-bottom: 40px !important; text-align: center; background: linear-gradient(to right, var(--color-primary), var(--color-secondary)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.form-group { position: relative; margin-bottom: 30px !important; }
.form-group input { height: 64px !important; padding: 15px 25px 5px !important; border: 2px solid #f0f2f5 !important; border-radius: 16px !important; background: #ffffff !important; font-size: 16px !important; color: #1c2a52 !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; width: 100%; }
.form-group label { position: absolute; left: 25px; top: 50%; transform: translateY(-50%); color: #adb5bd; font-size: 16px; font-weight: 500; pointer-events: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); margin: 0 !important; padding: 0 !important; }
.form-group input:focus, .form-group input:not(:placeholder-shown) { border-color: var(--color-primary) !important; box-shadow: 0 0 0 4px rgba(47, 87, 239, 0.1) !important; }
.form-group input:focus + label, .form-group input:not(:placeholder-shown) + label { top: 15px; font-size: 12px; color: var(--color-primary); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.active-dark-mode .form-group input { background: rgba(255, 255, 255, 0.03) !important; border-color: rgba(255, 255, 255, 0.1) !important; color: #fff !important; }
.active-dark-mode .form-group label { color: #9899ac; }


/* Certification Thumbnail Overlay */
.modern-course-features-box .thumbnail {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.modern-course-features-box .thumbnail a {
    display: block;
    width: 100%;
}
.modern-course-features-box .thumbnail .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
    pointer-events: none;
}
.modern-course-features-box:hover .thumbnail .video-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.modern-course-features-box .thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.4s;
}
.modern-course-features-box:hover .thumbnail::after {
    opacity: 1;
}
.modern-course-features-box .rounded-player-2 {
    width: 70px;
    height: 70px;
    background: var(--color-primary);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 10px 30px rgba(47, 87, 239, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Magnific Popup Premium Styling */
.mfp-bg {
    background: rgba(15, 15, 26, 0.95) !important;
    backdrop-filter: blur(8px);
}
.mfp-image-holder .mfp-content {
    max-width: 85% !important;
}
.mfp-img {
    padding: 0 !important;
    border-radius: 12px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.mfp-figure::after {
    display: none;
}
.mfp-close {
    width: 50px !important;
    height: 50px !important;
    background: #fff !important;
    color: #1c2a52 !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    top: 20px !important;
    right: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 28px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.mfp-close:hover {
    transform: rotate(90deg) scale(1.1);
    background: var(--color-primary) !important;
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
    .mfp-close {
        top: 10px !important;
        right: 10px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 24px !important;
    }
    .mfp-image-holder .mfp-content {
        max-width: 95% !important;
    }
}

/* Gallery Interaction Fixes */
.modern-course-features-box .thumbnail a {
    position: relative !important;
    z-index: 10 !important;
}

.modern-course-features-box .thumbnail::after {
    pointer-events: none !important;
}


/* Slider Arrow Hint Animations */
@keyframes hintBounceLeft {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-5px); }
}
@keyframes hintBounceRight {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

.thumb-prev i, 
.slider-button-prev i, 
.swiperGalleryPrev i {
  animation: hintBounceLeft 1.5s infinite ease-in-out;
  display: inline-block;
}

.thumb-next i, 
.slider-button-next i, 
.swiperGalleryNext i {
  animation: hintBounceRight 1.5s infinite ease-in-out;
  display: inline-block;
}


/* Enhanced Prominent Arrows */
.rbt-thumb-navigation button {
    background: #ffffff !important;
    color: var(--color-primary) !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4) !important;
    border: 3px solid var(--color-primary) !important;
    transition: all 0.4s ease !important;
}
.rbt-thumb-navigation button:hover {
    background: var(--color-primary) !important;
    color: #ffffff !important;
    transform: scale(1.15) !important;
}
.rbt-thumb-navigation button i {
    font-size: 28px !important;
    font-weight: 900 !important;
}


/* Sizing adjustments for Mobile Displays */
@media (max-width: 767.98px) {
    .rbt-thumb-navigation button {
        width: 38px !important;
        height: 38px !important;
        border-width: 2px !important;
    }
    .rbt-thumb-navigation button i {
        font-size: 16px !important;
    }

    .slider-button-prev.swiperGalleryPrev,
    .slider-button-next.swiperGalleryNext {
        width: 32px !important;
        height: 32px !important;
        border-width: 1px !important;
    }
    .slider-button-prev.swiperGalleryPrev i,
    .slider-button-next.swiperGalleryNext i {
        font-size: 14px !important;
    }
}

/* =========================================================
   EZBERSİZ AKADEMİ – KURUMSAL SAYFALAR RENK DÜZENİ
   Ana renk: #e0bd71
   Koyu renk: #212527
========================================================= */

/* =========================================================
   GENEL SAYFA
========================================================= */

html,
body {
    background-color: #030b1b !important;
    color: #f5f1e8 !important;
}

.rbt-overlay-page-wrapper {
    background-color: #030b1b !important;
    background-image: none !important;
    min-height: 100vh;
}

/* =========================================================
   BREADCRUMB / SAYFA BAŞLIK ALANI
========================================================= */

.breadcrumb-image-container,
.breadcrumb-style-max-width {
    position: relative;
    width: 100% !important;
    max-width: 1085px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 60px 40px !important;
    background: #030b1b !important;
    background-image: none !important;
    border: 1px solid rgba(224, 189, 113, 0.45) !important;
    border-radius: 22px 22px 0 0 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28) !important;
    overflow: hidden;
}

/* Hafif altın ışık efekti */

.breadcrumb-image-container::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -100px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(224, 189, 113, 0.13);
    filter: blur(10px);
    pointer-events: none;
}

.breadcrumb-image-container::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(224, 189, 113, 0.08);
    pointer-events: none;
}

/* Başlık */

.breadcrumb-image-container h1,
.breadcrumb-image-container h2,
.breadcrumb-image-container .title,
.breadcrumb-image-container .page-title,
.breadcrumb-image-container .breadcrumb-title {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    color: #e0bd71 !important;
    font-size: clamp(38px, 5vw, 64px) !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    text-align: center !important;
    letter-spacing: -1px;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.30);
}

/* Breadcrumb linkleri */

.breadcrumb-image-container a,
.breadcrumb-image-container span,
.breadcrumb-image-container li {
    color: rgba(255, 255, 255, 0.78) !important;
}

.breadcrumb-image-container a:hover {
    color: #e0bd71 !important;
}

/* =========================================================
   İÇERİK ALANI
========================================================= */

.rbt-blog-details-area {
    background-color: #030b1b !important;
    background-image: none !important;
}

.rbt-blog-details-area.breadcrumb-style-max-width {
    max-width: 1085px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 50px 70px 80px !important;
    background: #030b1b !important;
    border: 1px solid rgba(224, 189, 113, 0.35) !important;
    border-top: none !important;
    border-radius: 0 0 22px 22px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30) !important;
}

.blog-content-wrapper,
.rbt-article-content-wrapper {
    background: transparent !important;
    color: #030b1b !important;
}

/* =========================================================
   METİNLER
========================================================= */

.blog-content-wrapper p,
.rbt-article-content-wrapper p,
.blog-content-wrapper li,
.rbt-article-content-wrapper li,
.blog-content-wrapper div,
.rbt-article-content-wrapper div {
    color: rgba(255, 255, 255, 0.80) !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
}

.blog-content-wrapper strong,
.rbt-article-content-wrapper strong,
.blog-content-wrapper b,
.rbt-article-content-wrapper b {
    color: #e0bd71 !important;
    font-weight: 700 !important;
}

/* İçerik başlıkları */

.blog-content-wrapper h1,
.blog-content-wrapper h2,
.blog-content-wrapper h3,
.blog-content-wrapper h4,
.blog-content-wrapper h5,
.blog-content-wrapper h6,
.rbt-article-content-wrapper h1,
.rbt-article-content-wrapper h2,
.rbt-article-content-wrapper h3,
.rbt-article-content-wrapper h4,
.rbt-article-content-wrapper h5,
.rbt-article-content-wrapper h6 {
    color: #e0bd71 !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
    margin-top: 36px !important;
    margin-bottom: 18px !important;
}

/* =========================================================
   LİNKLER
========================================================= */

.blog-content-wrapper a,
.rbt-article-content-wrapper a {
    color: #e0bd71 !important;
    text-decoration-color: rgba(224, 189, 113, 0.5) !important;
    transition: all 0.25s ease;
}

.blog-content-wrapper a:hover,
.rbt-article-content-wrapper a:hover {
    color: #ffffff !important;
}

/* =========================================================
   LİSTELER
========================================================= */

.blog-content-wrapper ul,
.blog-content-wrapper ol,
.rbt-article-content-wrapper ul,
.rbt-article-content-wrapper ol {
    padding-left: 24px !important;
    margin-bottom: 22px !important;
}

.blog-content-wrapper li::marker,
.rbt-article-content-wrapper li::marker {
    color: #e0bd71 !important;
}

/* =========================================================
   ÇİZGİLER
========================================================= */

.blog-content-wrapper hr,
.rbt-article-content-wrapper hr {
    border: 0 !important;
    height: 1px !important;
    margin: 35px 0 !important;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(224, 189, 113, 0.65),
        transparent
    ) !important;
}

/* =========================================================
   BUTONLAR
========================================================= */

.rbt-btn,
a.rbt-btn,
button.rbt-btn,
.btn-primary,
button[type="submit"] {
    background: #e0bd71 !important;
    color: #212527 !important;
    border: 1px solid #e0bd71 !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 30px rgba(224, 189, 113, 0.22) !important;
    transition: all 0.25s ease !important;
}

.rbt-btn:hover,
a.rbt-btn:hover,
button.rbt-btn:hover,
.btn-primary:hover,
button[type="submit"]:hover {
    background: #212527 !important;
    color: #e0bd71 !important;
    border-color: #e0bd71 !important;
    transform: translateY(-2px);
}

/* =========================================================
   SABİT HEMEN BAŞVUR BUTONU
========================================================= */

.fixed-apply-button,
.hemen-basvur,
.apply-button,
a[href*="basvur"] {
    background: #e0bd71 !important;
    color: #212527 !important;
    border: 2px solid #212527 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28) !important;
}

.fixed-apply-button:hover,
.hemen-basvur:hover,
.apply-button:hover,
a[href*="basvur"]:hover {
    background: #212527 !important;
    color: #e0bd71 !important;
    border-color: #e0bd71 !important;
}

/* =========================================================
   WHATSAPP SABİT BUTONU
========================================================= */

.whatsapp-button,
.whatsapp-float,
a[href*="wa.me"],
a[href*="whatsapp"] {
    background: #e0bd71 !important;
    color: #212527 !important;
    border-color: #212527 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30) !important;
}

.whatsapp-button i,
.whatsapp-float i,
a[href*="wa.me"] i,
a[href*="whatsapp"] i {
    color: #212527 !important;
}

/* =========================================================
   HEADER ALT KISMI İLE UYUM
========================================================= */

.rbt-header,
.rbt-header-wrapper,
.rbt-header-wrapper.header-sticky,
.rbt-header .mainbar-row {
    background-color: #030b1b !important;
}

.rbt-header a,
.rbt-header .mainmenu-nav .mainmenu > li > a {
    color: #f5f1e8 !important;
}

.rbt-header a:hover,
.rbt-header .mainmenu-nav .mainmenu > li > a:hover {
    color: #e0bd71 !important;
}

/* Header ikonları */

.rbt-header .rbt-round-btn,
.rbt-header .rbt-cart-sidenav-activation,
.rbt-header .hamberger-button {
    color: #e0bd71 !important;
    border-color: rgba(224, 189, 113, 0.55) !important;
    background: transparent !important;
}

.rbt-header .rbt-round-btn:hover,
.rbt-header .rbt-cart-sidenav-activation:hover,
.rbt-header .hamberger-button:hover {
    color: #212527 !important;
    background: #e0bd71 !important;
}

/* =========================================================
   BOŞLUK DÜZENLEMELERİ
========================================================= */

.rbt-section-gapBottom {
    padding-bottom: 80px !important;
}

.breadcrumb-image-container {
    margin-top: 70px !important;
}

.rbt-blog-details-area {
    margin-top: 0 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {

    .breadcrumb-image-container,
    .breadcrumb-style-max-width {
        width: calc(100% - 40px) !important;
        padding: 48px 28px !important;
        margin-top: 40px !important;
    }

    .rbt-blog-details-area.breadcrumb-style-max-width {
        width: calc(100% - 40px) !important;
        padding: 42px 36px 60px !important;
    }
}

/* =========================================================
   MOBİL
========================================================= */

@media only screen and (max-width: 767px) {

    .rbt-overlay-page-wrapper {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .breadcrumb-image-container,
    .breadcrumb-style-max-width {
        width: 100% !important;
        margin-top: 25px !important;
        padding: 42px 18px !important;
        border-radius: 18px 18px 0 0 !important;
    }

    .breadcrumb-image-container h1,
    .breadcrumb-image-container h2,
    .breadcrumb-image-container .title,
    .breadcrumb-image-container .page-title {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }

    .rbt-blog-details-area.breadcrumb-style-max-width {
        width: 100% !important;
        padding: 32px 22px 50px !important;
        border-radius: 0 0 18px 18px !important;
    }

    .blog-content-wrapper p,
    .rbt-article-content-wrapper p,
    .blog-content-wrapper li,
    .rbt-article-content-wrapper li {
        font-size: 15px !important;
        line-height: 1.8 !important;
    }

    .rbt-section-gapBottom {
        padding-bottom: 50px !important;
    }
}
/* =====================================
   13. DINAMIK VE BASKIN MODAL TEMA TASARIMI
===================================== */
:root {
    /* Senden gelecek 3 rengi buraya tanımlayacağız: */
    --modal-primary-bg: #030b1b;  /* Renk 1: Genelde baskın koyu arka plan rengi */
    --modal-accent-gold: #e0bd71; /* Renk 2: Vurgu, kenarlık ve buton rengi */
    --modal-secondary: #96896f;   /* Renk 3: Yardımcı ton, gölge veya soft geçiş rengi */
    
    /* Yardımcı yarı saydam cam efekti rengi */
    --modal-glass-border: rgba(224, 189, 113, 0.2); 
}

/* Modal Ana Gövdesi (Glassmorphism & Karanlık Tema Uyumu) */
.modal-dialog .modal-content,
div.modal-content {
    background: linear-gradient(145deg, var(--modal-primary-bg), #071323) !important;
    border: 2px solid var(--modal-accent-gold) !important;
    border-radius: 24px !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8), 
                0 0 30px rgba(224, 189, 113, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    color: #ffffff !important;
    padding: 30px !important;
    transition: all 0.4s ease-in-out;
}

/* Modal Başlık Alanı (Header) */
.modal-dialog .modal-header,
div.modal-header {
    border-bottom: 1px solid var(--modal-glass-border) !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    background: transparent !important;
}

/* Modal Başlık Yazısı */
.modal-dialog .modal-title,
.modal-dialog h1, .modal-dialog h2, .modal-dialog h3, .modal-dialog h4, .modal-dialog h5 {
    color: var(--modal-accent-gold) !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}

/* Kapatma Butonu (Close Button) */
.modal-dialog .btn-close,
.modal-dialog [data-bs-dismiss="modal"] {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid var(--modal-glass-border) !important;
    border-radius: 50% !important;
    opacity: 0.8 !important;
    color: white !important;
    transition: all 0.3s ease;
}

.modal-dialog .btn-close:hover,
.modal-dialog [data-bs-dismiss="modal"]:hover {
    background-color: var(--modal-accent-gold) !important;
    color: var(--modal-primary-bg) !important;
    transform: rotate(90deg);
}

/* Modal İçerisindeki Inputlar, Selectler ve Textarea Alanları */
.modal-dialog input,
.modal-dialog select,
.modal-dialog textarea {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--modal-glass-border) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    padding: 12px 18px !important;
    transition: all 0.3s ease !important;
}

/* Input Focus (Tıklanınca parlaması) */
.modal-dialog input:focus,
.modal-dialog select:focus,
.modal-dialog textarea:focus {
    border-color: var(--modal-accent-gold) !important;
    box-shadow: 0 0 10px rgba(224, 189, 113, 0.25) !important;
    outline: none !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

/* Form Etiketleri (Labels) */
.modal-dialog label {
    color: #e0e0e0 !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

/* Modal İçindeki Butonlar (Hemen Başvur vb.) */
.modal-dialog .btn,
.modal-dialog button[type="submit"],
.modal-dialog .rbt-btn {
    background: linear-gradient(135deg, var(--modal-accent-gold), var(--modal-secondary)) !important;
    color: var(--modal-primary-bg) !important;
    border: none !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    padding: 14px 30px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.modal-dialog .btn:hover,
.modal-dialog button[type="submit"]:hover,
.modal-dialog .rbt-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 25px rgba(224, 189, 113, 0.35) !important;
}
/* =====================================
   14. HEMEN BAŞVUR MODAL - CAM EFEKTİ VE BUTON ORTALAMA
===================================== */

/* 1. Modal Kartına Ultra Cam (Glassmorphism) Efekti */
.modal-dialog .modal-content,
div.modal-content {
    background: rgba(3, 11, 27, 0.45) !important; /* Arka planı transparan lacivert yaptık */
    backdrop-filter: blur(20px) !important;       /* Arkadaki içeriği pürüzsüzce buğulama efekti */
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(224, 189, 113, 0.25) !important; /* Çok ince asil bir gold çerçeve */
    border-radius: 24px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1) !important; /* İç kısımdan hafif beyaz parlama çizgisi */
}

/* 2. Hemen Başvur Buton Yazısını Kusursuz Ortalama */
.modal-dialog .btn,
.modal-dialog button[type="submit"],
.modal-dialog .rbt-btn,
.modal-dialog .rbt-btn .icon-reverse-wrapper {
    display: inline-flex !important;
    justify-content: center !important; /* Yatayda ortalama */
    align-items: center !important;     /* Dikeyde ortalama */
    text-align: center !important;
    line-height: 1 !important;          /* Satır yüksekliğinden kaynaklı kaymaları önler */
    padding: 14px 30px !important;
    font-weight: 700 !important;
}

/* Eğer buton içinde "btn-text" adında bir span varsa onun da ortalandığından emin olalım */
.modal-dialog .rbt-btn .btn-text {
    display: inline-block !important;
    margin: 0 auto !important;
}
/* =====================================
   15. EĞİTİM SEÇİNİZ DROPDOWN TEMA AYARI
===================================== */
/* Select kutusunun kendisi ve açılan seçenekler */
.modal-dialog select,
.modal-dialog select option {
    background-color: #030b1b !important; /* Siyah / Koyu lacivert arka plan */
    color: #ffffff !important;            /* Beyaz yazılar */
}

/* Üzerine gelindiğinde (Hover/Focus durumlarında) renklerin korunması için */
.modal-dialog select:focus option {
    background-color: #071323 !important;
    color: #ffffff !important;
}
/* =====================================
   16. SEPET YAN MENÜSÜ (SIDE CART) CAM TEMA TASARIMI
===================================== */

/* Sepet Ana Gövdesi (Cam Efekti & Koyu Arka Plan) */
.rbt-cart-side-menu {
    background: rgba(3, 11, 27, 0.75) !important; /* Transparan asil lacivert arka plan */
    backdrop-filter: blur(25px) !important;       /* Arkadaki içeriği buğulama efekti */
    -webkit-backdrop-filter: blur(25px) !important;
    border-left: 1px solid rgba(224, 189, 113, 0.25) !important; /* İnce gold sol kontur */
    box-shadow: -15px 0 45px rgba(0, 0, 0, 0.6) !important;
}

/* Sepet Üst Başlık Alanı */
.rbt-cart-side-menu .inner-top {
    border-bottom: 1px solid rgba(224, 189, 113, 0.15) !important;
    padding-bottom: 20px !important;
}

/* "Sepetim" Başlık Yazısı */
.rbt-cart-side-menu .inner-top h4.title {
    color: #e0bd71 !important; /* Başlık gold rengi */
    font-weight: 700 !important;
}

/* Kapatma Butonu (X) */
.rbt-cart-side-menu .minicart-close-button {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(224, 189, 113, 0.2) !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.rbt-cart-side-menu .minicart-close-button:hover {
    background: #e0bd71 !important;
    color: #030b1b !important;
    transform: rotate(90deg);
}

/* Sepet Boş Uyarısı */
.rbt-cart-side-menu .rbt-cart-empty p {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
}

/* Fiyat ve Toplam Alanları */
.rbt-cart-side-menu .rbt-cart-subttotal {
    border-top: 1px solid rgba(224, 189, 113, 0.1) !important;
    padding: 15px 0 !important;
}

.rbt-cart-side-menu .rbt-cart-subttotal .subtotal strong {
    color: #ffffff !important; /* "Toplam:" yazısı beyaz */
}

.rbt-cart-side-menu .rbt-cart-subttotal .price {
    color: #e0bd71 !important; /* Fiyat rakamları gold */
    font-weight: 700 !important;
    font-size: 18px !important;
}

/* Çizgilerin Rengi */
.rbt-cart-side-menu hr {
    border-color: rgba(224, 189, 113, 0.15) !important;
}

/* =====================================
   17. SEPET BUTONLARININ DÜZENLENMESİ
===================================== */
.rbt-cart-side-menu .rbt-btn {
    display: inline-flex !important;
    justify-content: center !important; /* Yatayda ortalama */
    align-items: center !important;     /* Dikeyde ortalama */
    text-align: center !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    padding: 14px 20px !important;
    transition: all 0.3s ease !important;
}

/* "Sepetim" Butonu (Sınır Çizgili - Border) */
.rbt-cart-side-menu .view-cart-btn .rbt-btn.btn-border {
    background: transparent !important;
    border: 1px solid #e0bd71 !important;
    color: #e0bd71 !important;
}

.rbt-cart-side-menu .view-cart-btn .rbt-btn.btn-border:hover {
    background: #e0bd71 !important;
    color: #030b1b !important;
    transform: translateY(-2px);
}

/* "Ödeme Yap" Butonu (Gold Gradyant) */
.rbt-cart-side-menu .checkout-btn .rbt-btn.btn-gradient {
    background: linear-gradient(135deg, #e0bd71, #96896f) !important;
    color: #030b1b !important;
    border: none !important;
}

.rbt-cart-side-menu .checkout-btn .rbt-btn.btn-gradient:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(224, 189, 113, 0.3) !important;
}
/* =====================================
   18. SERTİFİKA SEÇİM MODALİ (SESSİZ VE ASİL CAM TEMA)
===================================== */

/* Modal Arka Planı ve Cam Efekti */
#exampleModal1 .modal-content,
.modal-content[style*="min-height: 55vh"] {
    background: rgba(3, 11, 27, 0.8) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(224, 189, 113, 0.25) !important;
    border-radius: 24px !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7) !important;
    color: #ffffff !important;
}

/* Tablo Başlıkları ve Hücre Düzenlemeleri */
.programsRenderArea table {
    background: transparent !important;
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
}

.programsRenderArea table thead th {
    color: #e0bd71 !important; /* Tablo başlıkları gold */
    font-weight: 700 !important;
    border-bottom: 2px solid rgba(224, 189, 113, 0.2) !important;
    padding: 12px !important;
}

.programsRenderArea table tbody tr {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(224, 189, 113, 0.1) !important;
    transition: all 0.3s ease;
}

.programsRenderArea table tbody td {
    color: #ffffff !important;
    border: none !important;
    padding: 15px !important;
}

/* Fiyat Badge ve Switch Tasarımları */
.programsRenderArea .badge.text-dark {
    background: rgba(224, 189, 113, 0.15) !important;
    color: #e0bd71 !important; /* Fiyat etiketleri gold */
    border: 1px solid rgba(224, 189, 113, 0.3) !important;
    font-weight: 700 !important;
}

/* =====================================
   19. SOL VE SAĞ KARTLAR (DANIŞMANLIK & ÖZET)
===================================== */
/* Sol Taraftaki Danışmanlık Al Kutusu */
.callto-action-default.bg-color-white {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(224, 189, 113, 0.15) !important;
    border-radius: 16px !important;
    padding: 24px !important;
}

.callto-action-default .inner p {
    color: #d8d8d8 !important;
}

.callto-action-default .inner .rbt-category a {
    color: #e0bd71 !important;
    font-weight: 700;
}

/* Sağ Taraftaki Özet / Tutar Kutusu */
.cart-summary {
    background: rgba(3, 11, 27, 0.5) !important;
    border: 1px solid rgba(224, 189, 113, 0.25) !important;
    border-radius: 16px !important;
    padding: 24px !important;
}

.cart-summary h6.title {
    color: #e0bd71 !important; /* Siyah kalan başlık asil gold yapıldı */
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(224, 189, 113, 0.15) !important;
    padding-bottom: 10px !important;
}

.cart-summary p {
    color: #e8e8e8 !important;
    display: flex;
    justify-content: space-between;
}

.cart-summary p span {
    color: #ffffff !important;
    font-weight: 600;
}

.cart-summary h2 {
    color: #e0bd71 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    border-top: 1px solid rgba(224, 189, 113, 0.15) !important;
    padding-top: 15px !important;
    display: flex;
    justify-content: space-between;
}

/* Alt Kapat & Sepete Ekle Butonları */
.modal-footer {
    border-top: 1px solid rgba(224, 189, 113, 0.15) !important;
}

.modal-footer .rbt-btn {
    padding: 12px 28px !important;
    font-weight: 700 !important;
}

/* =====================================
   20. MOBİL REAKTİF GÖRÜNÜM (RESPONSIVE)
===================================== */
@media (max-width: 768px) {
    /* Modal'ın mobilde ekranı düzgün kaplaması */
    #exampleModal1 .modal-dialog {
        margin: 10px !important;
        max-width: calc(100% - 20px) !important;
    }

    #exampleModal1 .modal-content {
        padding: 15px !important;
    }

    /* Tabloyu dikey kart düzenine çeviriyoruz */
    .programsRenderArea table, 
    .programsRenderArea tbody, 
    .programsRenderArea tr { 
        display: block !important; 
        width: 100% !important;
    }
    
    /* Gerçek tablo başlıklarını (thead) mobilde gizle */
    .programsRenderArea thead {
        display: none !important;
    }
    
    /* Her satırı bağımsız bir karta dönüştür */
    .programsRenderArea tbody tr {
        margin-bottom: 15px !important;
        border-radius: 12px !important;
        padding: 15px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(224, 189, 113, 0.2) !important;
    }

    /* Her hücreyi (td) flex yaparak yan yana etiket ve buton düzeni kuruyoruz */
    .programsRenderArea tbody td {
        display: flex !important;
        justify-content: space-between !important; /* Etiketi sola, butonu/fiyatı sağa yaslar */
        align-items: center !important;
        text-align: right !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        width: 100% !important;
    }

    .programsRenderArea tbody td:last-child {
        border-bottom: none !important;
    }

    /* ----------------------------------------------------
       MÜKEMMEL ÇÖZÜM: CSS ile Mobilde Sol Tarafa Başlık Ekleme
       ---------------------------------------------------- */
    /* 1. Hücre (Sertifika Adı) */
    .programsRenderArea tbody td:nth-of-type(1)::before {
        content: "Sertifika Adı:" !important;
        color: #e0bd71 !important;
        font-weight: 700 !important;
        text-align: left !important;
        font-size: 14px !important;
    }

    /* 2. Hücre (Sertifika Ücreti ve Seçimi) */
    .programsRenderArea tbody td:nth-of-type(2)::before {
        content: "Sertifika Ücreti:" !important;
        color: #e0bd71 !important;
        font-weight: 700 !important;
        text-align: left !important;
        font-size: 14px !important;
    }

    /* 3. Hücre (ICCW Ücreti ve Seçimi) */
    .programsRenderArea tbody td:nth-of-type(3)::before {
        content: "ICCW Sertifikası:" !important;
        color: #e0bd71 !important;
        font-weight: 700 !important;
        text-align: left !important;
        font-size: 14px !important;
    }

    /* TD içindeki badge ve butonların mobilde sağa yaslanması */
    .programsRenderArea td span.badge,
    .programsRenderArea td .form-check {
        margin: 0 !important; /* Kaymaları önler */
        display: inline-flex !important;
    }

    /* Danışmanlık ve Özet kolonlarının mobilde alt alta düzgün yerleşmesi */
    .programsRenderArea + .row,
    .modal-body .row .col-lg-12 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .callto-action-default, 
    .cart-summary {
        margin-top: 15px !important;
        padding: 15px !important;
    }

    /* Mobilde Butonların Yan Yana Sığması */
    .modal-footer {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        justify-content: space-between !important;
        padding: 15px 0 0 0 !important;
    }

    .modal-footer button {
        flex: 1 !important;
        font-size: 14px !important;
        padding: 12px 10px !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
}

/* =====================================
   21. SWITCH VE RADIO BUTONLARININ AYRIŞTIRILMASI (MOBİL GÜVENLİ)
===================================== */

/* Switch yapısının genel çerçevesi */
.programsRenderArea .form-check-custom {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: auto !important;
}

/* Seçim Anahtarları (Checkbox & Radio) Varsayılan Hali */
.programsRenderArea .form-check-input {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(224, 189, 113, 0.3) !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
    outline: none !important;
    box-sizing: border-box !important;
}

/* 1. Soldaki Üniversite Sertifikası (Radio - Yuvarlak Tekli Seçim) */
.programsRenderArea .form-check-input[type="radio"] {
    width: 24px !important;
    min-width: 24px !important;  /* Mobilde ezilmeyi önler */
    height: 24px !important;
    border-radius: 50% !important;
    position: relative !important;
    display: inline-block !important;
}

/* Radio seçildiğinde ortasında asil bir gold nokta çıksın */
.programsRenderArea .form-check-input[type="radio"]:checked {
    background-color: rgba(224, 189, 113, 0.1) !important;
    border-color: #e0bd71 !important;
}

.programsRenderArea .form-check-input[type="radio"]:checked::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #e0bd71 !important;
    border-radius: 50% !important;
}

/* 2. Sağdaki ICCW Sertifikası (Checkbox - Sağa Kayan Switch) */
.programsRenderArea .form-check-input[type="checkbox"] {
    width: 46px !important;
    min-width: 46px !important;  /* MOBİLDE ÇEKİRDEK ÇÖZÜM: Genişliğin ezilmesini engeller */
    height: 24px !important;
    border-radius: 30px !important;
    position: relative !important;
    display: inline-block !important;
}

/* Switch seçili değilken içindeki yuvarlak butonun konumu */
.programsRenderArea .form-check-input[type="checkbox"]::after {
    content: "" !important;
    position: absolute !important;
    top: 3px !important;
    left: 3px !important;
    width: 16px !important;
    height: 16px !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 50% !important;
    transition: all 0.25s cubic-bezier(0.2, 0.85, 0.32, 1.2) !important;
}

/* Switch AKTİF (Tikli) olduğunda arka plan gold olsun ve buton sağa kaysın */
.programsRenderArea .form-check-input[type="checkbox"]:checked {
    background-color: #e0bd71 !important;
    border-color: #e0bd71 !important;
}

.programsRenderArea .form-check-input[type="checkbox"]:checked::after {
    left: 25px !important; /* Yuvarlağı sağa kaydırıyoruz */
    background-color: #030b1b !important;
}
/* =====================================
   22. TOPLAM TUTAR ALANI (MOBİL UYUMLU & TEK SATIRDA)
===================================== */

/* Kartın Arka Planını Beyaz Yapma */
.cart-summary {
    background: #ffffff !important; /* Arka planı tamamen beyaz yaptık */
    border: 1px solid rgba(224, 189, 113, 0.4) !important; /* Gold çerçeve belirginleştirildi */
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important; /* Hafif modern bir gölge */
}

/* "Toplam Tutar" Başlığı */
.cart-summary .section-title h6.title {
    color: #030b1b !important; /* Başlık asil koyu lacivert */
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(224, 189, 113, 0.3) !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}

/* Eğitim, Sertifika ve ICCW Açıklama Satırları (Siyah Yapıldı) */
.cart-summary p {
    color: #1e293b !important; /* Yazılar beyaz fonda net okunan koyu füme/siyah */
    font-weight: 600 !important; /* Okunabilirliği artırmak için kalınlaştırıldı */
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
}

/* Satırların Sağ Tarafındaki Fiyat Rakamları (Siyah Yapıldı) */
.cart-summary p span {
    color: #0f172a !important; /* Sağdaki fiyat rakamları da koyu siyah */
    font-weight: 700 !important;
}

/* En Alttaki Genel Toplam Tutar Alanı */
.cart-summary h2 {
    color: #e0bd71 !important; /* "Toplam Tutar" yazısı asil gold rengini koruyor */
    font-size: 20px !important;
    font-weight: 800 !important;
    border-top: 1px solid rgba(224, 189, 113, 0.3) !important;
    padding-top: 18px !important;
    margin-top: 15px !important;
    
    /* Yan yana durma garantisi */
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important; /* Mobilde alt alta geçmeyi kesinlikle yasaklar */
}

/* En Alttaki Genel Toplam Fiyat Rakamı */
.cart-summary h2 span#totalPrice {
    color: #030b1b !important; /* Genel toplam rakamı beyaz fonda parlaması için koyu lacivert */
    font-weight: 800 !important;
    white-space: nowrap !important; /* Rakamın (örneğin 11000.00 TL) kendi içinde bölünmesini önler */
}

/* ----------------------------------------------------
   MOBİL İÇİN ÖZEL DÜZELTME (H2 BOYUTU VE ALAN AYARI)
   ---------------------------------------------------- */
@media (max-width: 768px) {
    .cart-summary {
        padding: 15px !important; /* Mobilde iç boşluğu daraltarak yazı alanını genişletiyoruz */
    }
    
    .cart-summary h2 {
        font-size: 16px !important; /* Çok küçük ekranlarda taşmayı önlemek için fontu hafif tatlıya çektik */
        gap: 8px !important; /* Başlık ve fiyat arasına güvenli minik bir boşluk */
    }

    .cart-summary h2 span#totalPrice {
        font-size: 16px !important;
    }
}

/* KVKK Sayfası Yazı Rengini Zorla */
.blog-content-wrapper h1,
.blog-content-wrapper h2,
.blog-content-wrapper h3,
.blog-content-wrapper h4,
.blog-content-wrapper h5,
.blog-content-wrapper h6{
    color: #e8b15b !important;
}

.blog-content-wrapper p,
.blog-content-wrapper li,
.blog-content-wrapper span,
.blog-content-wrapper strong,
.blog-content-wrapper a,
.blog-content-wrapper td,
.blog-content-wrapper th{
    color: #ffffff !important;
}