/*---

-----------------------------------------------------------------------------------
Template Name: Sasly - Multipurpose Landing Page HTML Template
Page Name: Home E-Learning
Description: Landing page for e-learning platforms, including sections for course offerings, testimonials, and key benefits.
Author: Pixelfit
Version: 1.0
-----------------------------------------------------------------------------------

---*/
/* Common CSS */
:root {
    --primary-color: #f6d469;
    --primary-black-color: #1f1f1f;
    --secondary-color: #f6dc66;
}
.client-slider {
    display: flex;
    flex-wrap: wrap; /* küçük ekranlarda alta geçsin */
    justify-content: center; /* ortalasın */
    gap: 20px; /* aralarına boşluk koy */
}

.client-item {
    flex: 0 1 150px; /* her kutu max 150px genişlik alsın */
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-img {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.wmbl100{
}
@media (max-width: 768px) {
    .wmbl100{
width: 100%;
}
}

.sub-heading {
    background-color: rgba(246, 220, 102, 0.05);
    border-color: var(--primary-color);
}

a.sub-heading-button {
    background-color: #fff;
    display: inline-block;
    padding: 5px 22px;
    border-radius: 14px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: 400;
    color: var(--heading-color);
    /* margin-bottom: 15px; */
}

a.sub-heading-button:hover {
    background-color: #ffefa7;
    color: var(--heading-color);
    border-color: transparent;
}

.theme-btn.style-one {
    padding: 22px 50px;
    color: var(--heading-color);
    font-weight: 700;
    font-size: 16px;
    border-radius: 14px;
}

.theme-btn.style-one:hover {
    background-color: var(--secondary-color);
    color: var(--heading-color);
}

.ratings li {
    display: inline-block;
    color: #042a1b;
    vertical-align: middle;
}

.author-box .author-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author-box .author-list li:not(:first-child) {
    margin-left: -10px;
}

.author-box .author-list li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}

.author-box .author-list li .add-author-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color);
    font-size: 24px;
    color: var(--heading-color);
}

.author-box .author-list li .add-author-btn i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Hero Section */
.hero-sel {
    position: relative;
    background-color: #042a1b;
    padding: 300px 0 130px;
    overflow: hidden;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .hero-sel {
        padding: 200px 0 130px;
    }
}

.hero-sel .pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: -1;
}

.hero-sel .hero-image_one {
    position: absolute;
    top: 15%;
    left: -100px;
    z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sel .hero-image_one {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hero-sel .hero-image_one {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-sel .hero-image_one {
        left: -20%;
    }
}

.hero-sel .hero-image_one img {
    border-radius: 250px;
}

.hero-sel .hero-image_one span.circle {
    position: absolute;
    top: -15%;
    left: -15%;
    width: 500px;
    height: 650px;
    border: 1px solid #f6dc66;
    border-radius: 250px;
    z-index: -1;
}

.hero-sel .hero-image_two {
    position: absolute;
    top: 30%;
    right: 70px;
    z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sel .hero-image_two {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hero-sel .hero-image_two {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-sel .hero-image_two {
        right: -20%;
    }
}

.hero-sel .hero-image_two img {
    border-radius: 250px;
}

.hero-sel .hero-image_two span.circle {
    position: absolute;
    top: -27%;
    right: -100px;
    width: 500px;
    height: 650px;
    border: 1px solid #f6dc66;
    border-radius: 250px;
    z-index: -1;
}

.hero-sel .hero-content {
    margin-bottom: 120px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sel .hero-content {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .hero-sel .hero-content {
        margin-bottom: 40px;
    }
}

.hero-sel .hero-content h1 {
    font-size: 110px;
    line-height: 109%;
    letter-spacing: -3.6px;
    color: var(--white-color);
    margin-bottom: 60px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-sel .hero-content h1 {
        font-size: 100px;
        line-height: 115px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sel .hero-content h1 {
        font-size: 120px;
        line-height: 140px;
    }
}

@media screen and (max-width: 991px) {
    .hero-sel .hero-content h1 {
        font-size: 94px;
        line-height: 110px;
    }
}

@media (max-width: 767px) {
    .hero-sel .hero-content h1 {
        font-size: 52px;
        line-height: 80px;
    }
}

.hero-sel .hero-content p {
    font: 500 18px var(--body-font);
    line-height: 35px;
    color: var(--white-color);
    max-width: 635px;
    margin-bottom: 40px;
}

.hero-sel .hero-wrap-box {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 120px;
    padding-bottom: 130px;
    max-width: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sel .hero-wrap-box {
        padding-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .hero-sel .hero-wrap-box {
        padding-top: 40px;
    }
}

.hero-sel .hero-wrap-box .item .content h2 {
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-sel .hero-wrap-box .item .content h5 {
    color: var(--white-color);
    font: 500 20px var(--body-font);
    margin-bottom: 20px;
}

.hero-sel .hero-wrap-box .item .content .ratings li {
    color: #f6dc66;
}

.categories-sel {
    overflow: hidden;
}

.categories-sel .categories-slider {
    margin-right: -40%;
    /* padding-left: 20px; */
}

.categories-sel .categories-slider .slick-slide {
    margin-right: 20px;
    min-width: 200px;
    max-width: 180px;
}

.about-sel .section-content-box > p {
    margin-bottom: 30px;
}

.about-sel .section-image-box {
    position: relative;
    max-width: 560px;
    height: 710px;
    margin-left: auto;
    padding-left: 70px;
}

.about-sel .section-image-box .sasly-img_one {
    position: absolute;
    top: 0;
    left: 30px;
    max-width: 300px;
}

.about-sel .section-image-box .sasly-img_one img {
    width: 100%;
    border-radius: 150px;
}

.about-sel .section-image-box .sasly-img_two {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 300px;
}

.about-sel .section-image-box .sasly-img_two img {
    width: 100%;
    border-radius: 150px;
}

.about-sel .section-image-box .sasly-img_three {
    position: absolute;
    bottom: 95px;
    left: 0;
    max-width: 220px;
}

.about-sel .section-image-box .sasly-img_three img {
    width: 100%;
    border-radius: 150px;
}

.about-sel .section-image-box .circle-shape {
    position: absolute;
    top: 80px;
    right: 35px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 1px solid #042a1b;
    z-index: -1;
}

.about-sel .section-image-box .sasly-rating-item {
    position: absolute;
    top: 20%;
    right: 0;
    background-color: var(--white-color);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 10px 4px 30px 0px rgba(180, 180, 180, 0.3);
    box-shadow: 10px 4px 30px 0px rgba(180, 180, 180, 0.3);
    border: 1px solid #042a1b;
    max-width: 280px;
    width: 100%;
    padding: 10px;
}

.about-sel .section-image-box .sasly-rating-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--heading-color);
    background-color: var(--secondary-color);
    font-size: 40px;
    margin-right: 20px;
}

.about-sel .section-image-box .sasly-rating-item .content {
    line-height: 1;
}

.about-sel .section-image-box .sasly-rating-item .content .ratings {
    margin-bottom: 10px;
}

.about-sel .section-image-box .sasly-rating-item .content .ratings li span {
    font: 700 24px var(--heading-font);
    color: var(--heading-color);
    margin-right: 10px;
}

.courses-sel {
    background-color: #f4f5fa;
}

.why-choose-sel {
    position: relative;
    z-index: 1;
}

.why-choose-sel .choose-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #042a1b;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .why-choose-sel .choose-bg-left {
        display: none;
    }
}

.why-choose-sel .choose-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.why-choose-sel .choose-bg-right:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 991px) {
    .why-choose-sel .choose-bg-right {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .why-choose-sel .section-content-box {
        text-align: center;
        margin-bottom: 40px;
    }
}

.why-choose-sel .section-content-box .section-title {
    margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
    .why-choose-sel .section-content-box .section-title {
        margin-bottom: 40px;
    }
}

.why-choose-sel .section-content-box > p {
    margin-bottom: 40px;
    color: var(--white-color);
}

.why-choose-sel .section-content-box .sasly-iconic-box.style-seven {
    margin-left: auto;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .why-choose-sel .section-content-box .sasly-iconic-box.style-seven {
        margin-left: inherit;
        margin: 0 auto 20px;
    }
}

.faqs-sel .sasly-image-box {
    position: relative;
    z-index: 1;
    max-width: 550px;
    height: 650px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .faqs-sel .sasly-image-box {
        margin: 0 auto 50px;
    }
}

.faqs-sel .sasly-image-box .circle {
    position: absolute;
    top: 0;
    width: 570px;
    height: 570px;
    border-radius: 50%;
    border: 1px solid #042a1b;
    left: -120px;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .faqs-sel .sasly-image-box .circle {
        left: -50px;
    }
}

@media (max-width: 575px) {
    .faqs-sel .sasly-image-box .circle {
        display: none;
    }
}

.faqs-sel .sasly-image-box .item {
    position: absolute;
    bottom: 0;
    right: 30px;
    max-width: 280px;
    background-color: #2eb67d;
    padding: 40px 40px;
    border-radius: 10px;
}

.faqs-sel .sasly-image-box .item .content h2 {
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 20px;
}

.faqs-sel .sasly-image-box .item .content h5 {
    margin-bottom: 15px;
    color: var(--white-color);
    font-weight: 500;
}

.faqs-sel .accordion-item {
    border-radius: 10px;
    border: 1px solid rgba(0, 68, 70, 0.1);
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 60px 0px rgba(138, 138, 138, 0.25);
    box-shadow: 10px 4px 60px 0px rgba(138, 138, 138, 0.25);
    padding: 0;
}

.faqs-sel .accordion-item .accordion-header .accordion-title {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
}

.faqs-sel .accordion-item .accordion-header .accordion-title span.sn {
    margin-right: 8px;
}

.faqs-sel .accordion-item .accordion-header .accordion-title:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(16, 16, 16, 0.1);
    background-color: var(--secondary-color);
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.faqs-sel
    .accordion-item
    .accordion-header
    .accordion-title[aria-expanded="true"] {
    background-color: #042a1b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--white-color);
}

.faqs-sel
    .accordion-item
    .accordion-header
    .accordion-title[aria-expanded="true"]:after {
    border-color: #26272b;
    content: "\f068";
}

.faqs-sel .accordion-item .accordion-content {
    background-color: #042a1b;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 20px 20px;
}

.faqs-sel .accordion-item .accordion-content p {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--white-color);
}

.testimonial-sel {
    position: relative;
    background-color: #042a1b;
}

.client-sel .client-text {
    position: relative;
}

.client-sel .client-text:after {
    position: absolute;
    left: 0;
    bottom: 17px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 68, 70, 0.1);
    z-index: -1;
}

.client-sel .client-text span {
    position: relative;
    font: 600 18px var(--heading-font);
    line-height: 20px;
    letter-spacing: -0.36px;
    padding: 9px 20px;
    border-radius: 10px;
    background-color: #f5d469;
    color: #745e1a;
}

.client-sel .client-slider {
    margin-left: -45px;
    margin-right: -45px;
}

.client-sel .client-slider .client-item {
    margin-left: 45px;
    margin-right: 45px;
}

/* media 991 */
@media screen and (max-width: 991px) {
    .client-sel .client-slider {
        margin-left: 0px;
        margin-right: 0px;
    }

    .client-sel .client-slider .client-item {
        margin-left: 0px;
        margin-right: 0px;
    }
}

ul.mobile-sectoral-cat.sub-menu a {
    font-size: 14px !important;
}

.footer-widget h4.widget-title {
    color: var(--white-color);
}

.footer-widget .footer-content .social-link li a {
    background-color: var(--primary-color);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

.footer-widget .footer-content .social-link li a:hover {
    color: var(--heading-color);
}

.footer-widget.footer-newsletter-widget
    .footer-content
    .form-group
    .form_control {
    border-radius: 10px;
    border: 1.2px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: var(--white-color);
}

.footer-widget.footer-newsletter-widget
    .footer-content
    .form-group
    .theme-btn.style-one {
    padding: 13px 25px;
    font-size: 14px;
    border-radius: 8px;
    background-color: var(--secondary-color);
}

.elearning-footer {
    background-color: #042a1b;
    color: var(--white-color);
}

.elearning-footer .newsletter-wrapper {
    padding: 100px 20px;
}

.elearning-footer .newsletter-wrapper .section-content-box h2 {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1.04px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .elearning-footer .newsletter-wrapper .section-content-box h2 {
        font-size: 42px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .elearning-footer .newsletter-wrapper .section-content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.elearning-footer .newsletter-wrapper .section-content-box h5 {
    font-weight: 500;
    color: #b8b8b8;
    margin-bottom: 40px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .elearning-footer .newsletter-wrapper .section-content-box h5 {
        line-height: 35px;
    }
}

.elearning-footer .footer-copyright {
    border-color: rgba(255, 255, 255, 0.1);
}

.elearning-footer .footer-copyright .copyright-text p {
    color: #bbb;
}

.elearning-footer .footer-copyright .copyright-text p span {
    color: var(--white-color);
}

.elearning-footer .footer-copyright .copyright-nav ul li a {
    color: #bbb;
}

.elearning-footer .footer-copyright .copyright-nav ul li a:hover {
    color: var(--white-color);
}

/* Blog Page CSS */
.blog-standard-ss .blog-quote-post-item {
    background-color: rgb(203, 244, 197);
}

.course-details-wrapper .course-thumbnail {
    margin-bottom: 35px;
}

.course-details-wrapper .course-thumbnail img {
    border-radius: 10px;
}

.course-details-wrapper .course-info h3.title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 25px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .course-details-wrapper .course-info h3.title {
        font-size: 24px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .course-details-wrapper .course-info h3.title {
        font-size: 20px;
        line-height: 30px;
    }
}

.course-details-wrapper .course-info .course-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.course-details-wrapper .course-info .course-meta .instructor {
    margin-bottom: 20px;
}

.course-details-wrapper .course-info .course-meta .instructor .info {
    margin-left: 20px;
}

.course-details-wrapper .course-info .course-meta .ef-category-box {
    margin-bottom: 20px;
}

.course-details-wrapper .course-info .course-meta .ef-category-box h6 {
    margin-bottom: 10px;
}

.course-details-wrapper .course-info .course-meta .ef-rating-box {
    margin-bottom: 20px;
}

.course-details-wrapper .sasly-content-box h4 {
    margin-bottom: 20px;
}

.course-details-wrapper .sasly-content-box p {
    margin-bottom: 25px;
}

.course-details-wrapper .sasly-content-box ul {
    margin-bottom: 20px;
}

.course-details-wrapper .sasly-content-box ul.video-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course-details-wrapper .sasly-content-box ul.video-list li:not(:last-child) {
    margin-bottom: 20px;
}

.course-details-wrapper .sasly-content-box .accordion-content {
    padding-top: 30px;
}

.course-details-wrapper .course-instructor-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .course-details-wrapper .course-instructor-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.course-details-wrapper .course-instructor-box .instructor-thumbnail {
    max-width: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .course-details-wrapper .course-instructor-box .instructor-thumbnail {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.course-details-wrapper .course-instructor-box .instructor-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.course-details-wrapper .course-instructor-box .instructor-info h4 {
    margin-bottom: 15px;
}

.course-details-wrapper .course-instructor-box .instructor-info p {
    margin-bottom: 35px;
}

.course-details-wrapper
    .course-instructor-box
    .instructor-info
    ul.social-link
    li {
    display: inline-block;
}

.course-details-wrapper
    .course-instructor-box
    .instructor-info
    ul.social-link
    li:not(:last-child) {
    margin-right: 10px;
}

.course-details-wrapper
    .course-instructor-box
    .instructor-info
    ul.social-link
    li
    a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
}

.course-details-wrapper
    .course-instructor-box
    .instructor-info
    ul.social-link
    li
    a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.course-details-wrapper .rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.course-details-wrapper .rating-box .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 20px;
}

.course-details-wrapper .rating-box .author-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.course-details-wrapper .rating-box .author-content .author-name {
    font-weight: 700;
    color: var(--heading-color);
}

.course-details-wrapper .rating-box .author-content .author-name span {
    margin-left: 10px;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.course-details-wrapper .rating-box .author-content ul {
    margin-bottom: 10px;
}

/*  Event Details Wrapper  */
.event-details-wrapper .event-thumbnail {
    margin-bottom: 30px;
}

.event-details-wrapper .event-thumbnail img {
    border-radius: 10px;
}

.event-details-wrapper .event-info h4,
.event-details-wrapper .event-info h4.title {
    margin-bottom: 20px;
}

.event-details-wrapper .event-info p {
    margin-bottom: 30px;
}

.event-details-wrapper .event-info .block-image {
    margin-bottom: 25px;
}

.event-details-wrapper .event-info .block-image img {
    border-radius: 10px;
}

.event-details-wrapper .event-info ul.check-list {
    margin-bottom: 25px;
}

/* Page Banner CSS */
.page-hero-ss {
    padding: 245px 0 135px;
    background-color: #042a1b;
}

@media screen and (max-width: 991px) {
    .page-hero-ss {
        padding: 200px 0 130px;
    }
}

@media (max-width: 575px) {
    .page-hero-ss {
        padding: 165px 0 80px;
    }
}

.page-hero-ss .page-content h1.page-title {
    color: var(--white-color);
}

.page-hero-ss .page-content h3.page-title {
    color: var(--white-color);
}

.page-hero-ss .page-content .breadcrumb-link li {
    color: var(--white-color);
}

.page-hero-ss .page-content .breadcrumb-link li.active {
    color: var(--primary-color);
}

.sasly-tabs {
    margin-bottom: 40px;
}

.sasly-tabs .nav-link {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    margin-right: 30px;
    padding: 0;
    padding-bottom: 15px;
    color: var(--heading-color);
    font: 500 18px var(--heading-font);
}

.sasly-tabs .nav-link.active {
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .sasly-tabs .nav-link {
        margin-right: 15px;
        font-size: 16px;
    }
}

/* Contact Page css */
.contact-ss .sasly-iconic-box.style-twelve {
    background-color: rgba(122, 227, 106, 0.0784313725);
}

/* Error Page css */
.error-page {
    padding: 130px 0;
}

@media screen and (max-width: 991px) {
    .error-page {
        padding: 100px 0;
    }
}

/* Features Section CSS */
.key-features-sf .sasly-card-item.style-three .content {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Testimonial CSS */
.testimonial-ss {
    border-radius: 20px;
    margin: 0 30px;
}

@media (max-width: 767px) {
    .testimonial-ss {
        margin: 0;
        border-radius: 0;
    }
}

.testimonial-ss .testimonial-slider {
    margin-right: -50%;
}

@media screen and (max-width: 991px) {
    .testimonial-ss .testimonial-slider {
        margin-right: 0;
    }
}

/* Intregration CSS */
.intregration-tools-ss .tool-item {
    background-color: #f8fafb;
}

.intregration-tools-ss .tool-item h5 {
    color: var(--heading-color);
}

/* Creative Agency Footer */
.creative-agency-footer {
    background-color: #fefced;
    position: relative;
    z-index: 1;
    border-top: 1px solid #f1da93;
}

.creative-agency-footer .shape {
    position: absolute;
    z-index: -1;
}

.creative-agency-footer .shape.shape-blur-one {
    bottom: -40%;
    left: -10%;
}

.creative-agency-footer .shape.shape-blur-one span {
    width: 400px;
    height: 400px;
    border-radius: 400px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ee54d5),
        to(#7530fa)
    );
    background: linear-gradient(180deg, #ee54d5 0%, #7530fa 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
}

.creative-agency-footer .shape.shape-blur-two {
    bottom: -40%;
    right: -10%;
}

.creative-agency-footer .shape.shape-blur-two span {
    width: 400px;
    height: 400px;
    border-radius: 400px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ee54d5),
        to(#7530fa)
    );
    background: linear-gradient(180deg, #ee54d5 0%, #7530fa 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
}

.creative-agency-footer .shape.element-one {
    top: 10%;
    left: 10%;
}

@media (max-width: 767px) {
    .creative-agency-footer .shape.element-one {
        left: 5%;
        top: 5%;
    }
}

.creative-agency-footer .shape.element-two {
    top: 48%;
    right: 7%;
}

@media screen and (max-width: 991px) {
    .creative-agency-footer .shape.element-two {
        top: 70%;
    }
}

.creative-agency-footer .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.creative-agency-footer .footer-top .footer-content h2 {
    letter-spacing: -4.5px;
    font: 700 150px var(--heading-font);
    color: var(--white-color);
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .creative-agency-footer .footer-top .footer-content h2 {
        font-size: 130px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .creative-agency-footer .footer-top .footer-content h2 {
        font-size: 80px;
    }
}

@media screen and (max-width: 991px) {
    .creative-agency-footer .footer-top .footer-content h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .creative-agency-footer .footer-top .footer-content h2 {
        font-size: 40px;
    }
}

.creative-agency-footer .footer-widget .footer-content h4.widget-title {
    color: var(--primary-black-color);
}

.creative-agency-footer .footer-widget .footer-content p {
    font-size: 14px;
    color: var(--primary-black-color);
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.creative-agency-footer .footer-widget .footer-content ul.social-link li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

.creative-agency-footer
    .footer-widget
    .footer-content
    ul.social-link
    li
    a:hover {
    border-color: var(--white-color);
}

.creative-agency-footer .footer-copyright {
    border-color: rgb(0 0 0 / 5%);
}

.creative-agency-footer .footer-copyright .copyright-text p {
    color: #a7a282;
    font-size: 14px;
}

.creative-agency-footer .footer-copyright .copyright-text p span {
    color: var(--white-color);
}

.creative-agency-footer .footer-copyright .copyright-nav ul li a {
    color: #a7a282;
    font-size: 14px;
}

.creative-agency-footer .footer-copyright .copyright-nav ul li a:hover {
    /* color: var(--white-color); */
}

.author-company img {
    max-height: 80px;
}

.cta-wrapper-two {
    position: relative;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#fe7587),
        to(#7d42dc)
    );
    background: linear-gradient(270deg, #ffefa8 0%, #ffc107 100%);
    padding: 30px 30px 30px;
    border-radius: 20px;
}

.section-content-box h2 {
    font-size: 32px;
}

.cta-wrapper-two .section-content-box h2 {
    color: #68510a;
}

@media (max-width: 767px) {
    .cta-wrapper-two .section-content-box h2 {
        text-align: center;
        line-height: 1.6;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cta-button a {
        margin: 0 auto;
        display: block !important;
        width: fit-content;
    }
}

.product-sidebar-area .product-widget.product-tag-widget .widget-content a {
    padding: 10px 15px;
    border-radius: 7px;
    border: 1.2px solid rgba(31, 31, 31, 0.1);
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 3px;
    background-color: #fff;
}

.product-sidebar-area
    .product-widget.product-tag-widget
    .widget-content
    a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent;
}

.sasly-category-item h6.title {
    font-size: 16px;
}

.member-info .position {
    display: block;
}

.hover-content .theme-btn.style-four {
    font-weight: 700;
    border: transparent;
    display: inline-block;
    padding: 5px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
    background-color: #fefdf7;
}

.sasly-category-item span.sub-title {
    font-size: 13px;
    /* background: #fff; */
    padding: 0 10px;
    border-radius: 10px;
    color: #b39c36;
    transition: all 0.3s ease;
}

.sasly-category-item:hover span.sub-title {
    /* background: #fefdf7; */
    color: #6d5c11;
    /* transform: translateY(5px); */
}

.campaign-grid-inner {
    /* background: #fefced; */
    /* border: 1px solid #f6dc66; */
    /* border-radius: 10px; */
}

.campaign-grid .camp-item {
    border-radius: 7px;
    transition: box-shadow 100ms ease;
}

.campaign-grid .camp-item:hover {
    cursor: pointer;
    position: relative;
    z-index: 999;
    border-radius: 15px;
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
    margin-top: calc(var(--bs-gutter-y) * 0.3);
}

.sectoral-menu.header-navigation .main-menu ul > li > a {
    padding: 15px 0;
}

.header-bottom-menu {
    background: #fefced;
    border-top: 1px solid #f6dc66;
    border-bottom: 1px solid #f6dc66;
}

.header-eight .header-navigation.sectoral-menu {
    background-color: transparent;
}

/* media 768 */
@media (max-width: 991px) {
    .header-navigation {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

/* Styling for .instructor-item */
.instructor-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instructor-thumbnail {
    text-align: center;
    margin-bottom: 15px;
}

.instructor-thumbnail img {
    background: url("../images/logo-bg.jpg");
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: 1px solid #ddd;
    aspect-ratio: 1;
    object-fit: contain;
    padding: 15px;
    background-size: 200px;
}

.instructor-info {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.instructor-info .instructor-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.instructor-info .position {
    font-size: 1rem;
    color: #777;
    margin-bottom: 15px;
}

.instructor-info h6 {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 8px;
}

.instructor-info h6 a {
    color: #007bff;
    text-decoration: none;
}

.instructor-info h6 a:hover {
    text-decoration: underline;
}

.instructor-info .social-link {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.instructor-info .social-link li {
    display: inline-block;
}

.instructor-info .social-link li a {
    color: #555;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.instructor-info .social-link li a:hover {
    color: #007bff;
}

.instructor-info .theme-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #fff;
    background-color: #007bff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.instructor-info .theme-btn:hover {
    background-color: #0056b3;
}

/* Styling for updated .instructor-details-wrapper */
.instructor-details-wrapper .info-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
}

.instructor-details-wrapper .info-title i {
    display: none;
}

.instructor-details-wrapper .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.instructor-details-wrapper .info-list li {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 8px;
}

.instructor-details-wrapper .info-list li strong {
    font-weight: 600;
    color: #000;
}

.instructor-details-wrapper .info-list li a {
    color: #007bff;
    text-decoration: none;
}

.instructor-details-wrapper .info-list li a:hover {
    text-decoration: underline;
}

.instructor-fast-menu ul li {
    border-bottom: 1px solid #f7f7f7;
    padding: 5px 0;
}

.instructor-fast-menu ul li:last-child {
    border-bottom: none;
}

.instructor-fast-menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.instructor-fast-menu ul li a:hover {
    font-weight: bold;
}

.instructor-fast-menu ul li a:hover i {
    color: var(--primary-color);
}

.instructor-info-desc {
    /* border: 1px solid var(--border-color);
    padding: 20px 30px 25px;
    border-radius: 10px; */
    /* background-color: rgba(26, 26, 26, 0.01);x§ */
}

.instructor-info-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    letter-spacing: 0.3px;
}

.instructor-info-short-info {
    background: #fefced;
    padding: 10px 15px;
    margin: 15px 0 0 0;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: normal;
    border: 1px solid #f6dc66;
    color: #000;
}

.instructor-info-short-info ul {
    display: flex;
    gap: 2em;
}

/* Redesigned Sosyal Medya Section */
.social-media-section {
}

.social-media-boxes {
    display: flex;
    justify-content: start;
    gap: 10px;
    padding: 10px 0;
}

.social-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: AUTO;
    aspect-ratio: 1;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: transform 0.3s ease;
    padding: 10px 0;
}

.social-box i {
    font-size: 30px;
    margin-bottom: 10px;
}

.social-box:hover {
    transform: scale(1.03);
}

.social-box.facebook {
    background-color: #3b5998;
}

.social-box.twitter {
    background-color: #1da1f2;
}

.social-box.instagram {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.social-box.linkedin {
    background-color: #0077b5;
}

.social-box.youtube {
    background-color: #ff0000;
}

.social-box.tiktok {
    background: linear-gradient(45deg, #25f4ee, #fe2c55);
}

/* Promotion Stats Section */
.promotion-stats-boxes {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    gap: 20px;
    margin: 10px 0;
}

.promotion-box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #f6dc66;
    background-color: #fefced;
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
    gap: 10px;
}

.promotion-box:hover {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.promotion-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fefced;
    border-radius: 50%;
    font-size: 24px;
    color: #bfa634;
    min-width: 50px;
}

.promotion-box .content {
    display: flex;
    flex-direction: column;
}

.promotion-box .content .title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    max-width: 150px;
    line-height: 24px;
}

.promotion-box .content .value {
    font-size: 17px;
    color: #191919;
    font-weight: 400;
}

.instructor-info-wrapper span.position {
    color: #dec248;
}

/* Updated Contact Info Section */
.info-box {
}

.info-box .info-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-black-color);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.info-box .info-title i {
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 10px;
}

.info-box .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-box .info-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.info-box .info-list li i {
    font-size: 16px;
    color: var(--primary-color);
    margin-right: 10px;
}

.info-box .info-list li a {
    color: var(--primary-black-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .instructor-details-wrapper .info-title i {
        display: inline-block;
    }

    .instructor-details-wrapper .info-list {
        display: none;
    }

    .info-box .info-title {
        margin-bottom: 0;
    }
}

.corporate-hide-name {
    display: none;
}

.corporate-hide-sectorname {
    display: none;
}

.instructor-main-title {
    display: none;
}

@media (max-width: 991px) {
    .instructor-item {
        border: none;
        padding: 0 20px;
    }

    .instructor-thumbnail {
        width: 100px;
        margin: 0;
    }

    .social-media-boxes {
        display: flex;
        justify-content: start;
        gap: 10px;
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .social-box {
        width: calc((100% - 20px) / 3);
    }

    .instructor-thumbnail-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        margin-bottom: 15px;
    }

    .corporate-hide-name {
        display: block;
        font-size: 27px;
        line-height: 40px;
        font-weight: 700;
        margin: 0px;
        color: var(--heading-color);
        font-family: var(--heading-font);
    }

    .corporate-hide-sectorname {
        display: block;
        color: #dec248;
    }
    .instructor-main-sectorname {
        display: none;
    }

    .instructor-main-title {
        display: block;
    }

    .instructor-main-name {
        display: none;
    }

    .social-box {
        padding: 10px 0;
    }

    .promotion-stats-boxes {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .promotion-box .content .title {
        max-width: 100%;
    }
}

/* Custom Styles for Protocol Terms Page */
.protocol-terms-page {
    /* background-color: #f8f9fa; */
    /* padding: 20px 0; */
}

.protocol-terms-page .instructor-info-desc {
    background-color: #ffffff;
    /* padding: 25px; */
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
}

.protocol-terms-page .instructor-info-desc h3 {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary-black-color);
    margin-bottom: 15px;
}

.protocol-terms-page .instructor-info-desc p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.protocol-terms-page .campaign-grid {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
}

.protocol-terms-page .campaign-grid h4 {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-black-color);
    margin-bottom: 15px;
}

/* .protocol-terms-page .campaign-grid ul, .protocol-terms-page .campaign-grid ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.protocol-terms-page .campaign-grid ul li, .protocol-terms-page .campaign-grid ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
} */

.protocol-terms-page .campaign-grid table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.protocol-terms-page .campaign-grid table th,
.protocol-terms-page .campaign-grid table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
    color: #555;
}

.protocol-terms-page .campaign-grid table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.protocol-terms-page .theme-btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--primary-color);
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.protocol-terms-page .theme-btn:hover {
    background-color: var(--secondary-color);
}

/* Enhanced Design for Protokol Teklif Koşulları */
.protocol-terms-page .campaign-grid.protokol-terms {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-left: 5px solid var(--primary-color);
}

.protocol-terms-page .campaign-grid.protokol-terms h4 {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-black-color);
    margin-bottom: 20px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 10px;
}

.protocol-terms-page .campaign-grid.protokol-terms ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.protocol-terms-page .campaign-grid.protokol-terms ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.protocol-terms-page .campaign-grid.protokol-terms ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 14px;
}

.protocol-terms-page .campaign-grid.protokol-terms ul li strong {
    color: var(--primary-black-color);
}

/* Side-by-Side Layout for Başvuru Süreci ve Gerekli Belgeler and İletişim */
.protocol-terms-page .side-by-side-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.protocol-terms-page .side-by-side-section .half-section {
    flex: 1;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 5px solid var(--primary-color);
}

.protocol-terms-page .side-by-side-section .half-section h4 {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-black-color);
    margin-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 10px;
}

.protocol-terms-page .side-by-side-section .half-section ul,
.protocol-terms-page .side-by-side-section .half-section ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.protocol-terms-page .side-by-side-section .half-section ul li,
.protocol-terms-page .side-by-side-section .half-section ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
}

.protocol-terms-page .side-by-side-section .half-section ul li strong {
    color: var(--primary-black-color);
}

.protocol-terms-page .instructor-info-desc p.intro-paragraph {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    letter-spacing: 0.3px;
}
