:root {
    --line-through-color: #FF0000;
    --theme-color-transparent: rgb(17, 110, 99, 0.2);
}

.bg-green {
    background: var(--theme-color);
}

/* HEADER */

.header-top-contact ul li {
 color: var(--color-white);
}

.header-top::before {
    width: 30%;
}

@media (max-width:1500px) {
    .header-top::before {
    width: 25%;
    }
}

@media (max-width:1200px)  {
    .header-top-contact ul li {
        font-size: 13px;
    }
}

/* NAVBAR - DROPDOWN MENU */

@media (max-width: 991px) {
    .mega-menu .mega-content .dropdown-item {
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
    
    .navbar-collapse {
    max-height: none !important;
    height: 100vh !important;
    }
}

/* HOME PAGE */

.site-breadcrumb::before{
    background: none;
}

.bottom-pic-breadcrumb {
  background-position: bottom !important;
}

.site-title-tagline {
    text-transform: none;
    letter-spacing: normal;
    font-size: 25px;
    font-weight: 500;
}

.site-title {
    font-size: 45px;
    line-height: 99%;
    font-weight: 790;
}

.small-text-custom {
    line-height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--body-text-color);
}

.small-text-custom2 {
    font-size: 14px;
    line-height: 100%;
    color: var(--body-text-color);
}

.small-text-custom3 {
    line-height: 125%;
    font-size: 16px;
    font-weight: 500;
    color: var(--body-text-color);
}

.page-divider {
    border: none;
    border-top: 1px solid var(--body-text-color);
}

/* HOME PAGE - HERO SECTION*/

.hero-single {
  height: 90vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-single::before {
    background: none;
}

.hero-single .hero-content .hero-sub-title {
    text-transform: none;
    letter-spacing: normal;
    font-size: 30px;
    font-weight: 500;
}

.hero-single .hero-content .hero-title {
    font-size: 60px;
    margin-bottom: 0;
}

.hero-single .hero-content p {
    font-size: 20px;
    line-height: 125%;
}

.hero-btn {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.hero-btn .theme-btn2 {
    color: var(--theme-color2);
}

.hero-btn .theme-btn, .hero-btn .theme-btn2, .video-area .theme-btn, .about-area .theme-btn{
    max-width: 340px;
    padding: 35px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 1.2;
    font-size: 18px;
}

.hero-btn .theme-btn, .hero-btn .theme-btn2 {
    max-width: 360px;
}

.hero-btn .theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1.5);
}

@media (max-width: 991px) {

  .hero-single {
    height: 100vh;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-single .hero-content .hero-title {
    font-size: 38px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .hero-single .hero-content .hero-sub-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .hero-single .hero-content p {
    font-size: 16px;
    line-height: 1.2;
  }

  .hero-single .hero-img {
    display: none;
  }
}

@media (max-width: 767px){

    .hero-single .hero-content .hero-sub-title {
        font-size: 14px;
    }

    .hero-single .hero-content .hero-title {
        font-size: 32px;
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hero-single .hero-content p {
        font-size: 14px;
        line-height: 1;
    }

    .hero-btn {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-single .hero-content .hero-btn{
        margin-top: 0;
        padding: 20x 20px;
    }
}

@media (max-height: 700px) {
    .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
        bottom: 2px !important;
    }
}

/* HOME PAGE - FEATURE ITEMS */

.feature-content .feature-title {
    font-size: 18px;
    font-weight: 700;
    min-height: 2rem;
    margin-bottom: 1rem;
}

.feature-content p {
    font-weight: 18px;
    line-height: 125%;
    color: var(--body-text-color);
}

.feature-content .text-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* HOME PAGE- ABOUT SECTION */

.about-item{
    margin: 10px 10px 20px 10px;
}

.about-item-content h5{
    font-size: 16px;
    font-weight: 800;
    line-height: 100%;
}

.about-quote{
    font-size: 15px;
    line-height: 100%;
    color: var(--body-text-color);
    font-weight: 400;
}

.about-bottom .theme-btn{
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    padding: 28px;
}

.about-experience {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid var(--theme-color2);
}

.about-experience:hover {
    color: var(--color-white);
    border-color: var(--theme-color);
}

.about-experience span {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    width: 50%;
    align-self: center;
}

/* HOME PAGE - EVENT SECTION*/

.event-title-custom, .course-title-custom {
    font-size: 50px;
    line-height: 99%;
    font-weight: 790;
}

.event-meta{
    display: flex;
    justify-content: space-between;
}

.event-date, .event-time {
    font-weight: 500;
}

.event-time{
    padding: 0 20px 0 0;
}

.event-text-custom {
    font-size: 15px;
    line-height: 125%;
    color: var(--body-text-color);
}

.course-bottom{
    margin-top: auto;
}

.event-btn a{
    font-size: 15px;
}

/* HOME PAGE - COUNTER SECTION*/

.counter-box .title {
    font-size: 25px;
    font-weight: 790;
}

/* HOME PAGE - COURSE SECTION */

.course-tag {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
}

.course-meta-left, .lesson-number{
    font-weight: 600;
    font-size: 15px;
}

.course-title {
    font-size: 22px;
    font-weight: 650;
}

.course-bottom-left .course-type{
    padding: 5px 10px;
    background-color: var(--theme-color2);
    color: var(--color-white);
    border-radius: 50px;
    font-size: 13px;
}

.course-text {
    font-size: 15px;
    line-height: 125%;
    color: var(--body-text-color);
    margin: 15px 0;
}

.course-price {
    font-size: 15px;
    padding: 5px 10px;
}

/* HOME PAGE - SEO SECTION */

.seo-content{
    background-color: var(--color-white);
    padding: 40px 40px 20px 40px;
    margin: 60px 0;
    border-radius: 20px 30px 30px 0;
    position: relative;
    z-index: 1;
}

.seo-content .site-title-tagline{
    font-size: 20px;
}

.seo-content::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px dashed white;
    border-radius: 25px 35px 35px 5px;
    z-index: -1;
}

.seo-content h2 {
    color: var(--theme-color);
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 790;
    line-height: 99%;
}

.seo-content h2 span {
    color: var(--theme-color2);
}

.seo-content .site-heading {
    margin: 0 50px 0 50px;
}

.seo-content .site-title-tagline{
    text-transform: none;
    letter-spacing: normal
}

.seo-form input {
    padding: 15px 15px;
    border: 1.5px solid var(--color-dark);
}

.seo-form input::placeholder {
    padding-left: 20px;
    color: var(--color-dark);
    font-weight: 500;
}

.seo-content p{
    color: var(--color-dark);
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 125%;
}

/* HOME PAGE - PRICING SECTION AND PACKAGES */

.pricing-area .site-title {
    font-size: 42px;
}

.pricing-item {
    padding: 30px 20px;
}

.pricing-feature ul{
    border: none;
}

.pricing-header-content h4{
    font-size: 30px;
    font-weight: 790;
    border-bottom: 1px solid var(--border-info-color);
    margin-inline: 30px;
}

.pricing-amount {
    font-size: 50px;
    font-weight: 790;
}

.reverse-pricing-amount{
    font-size: 50px;
    font-weight: 790;
    color: var(--theme-color2);
}

.del-price{
    color: var(--theme-color2);
}

.reverse-del-price {
    color: var(--color-white);
}

.reverse-del-price del, .del-price del {
    font-size: 30px;
    font-weight: 550;
    text-decoration-line: line-through;
    text-decoration-color: var(--line-through-color);
    text-decoration-thickness: 1px;
}

.pricing-feature ul{
    font-size: 14px;
    line-height: 125%;
    font-weight: 500;
}

.small-print{
    font-size: 25px;
    font-weight: 500;
}

.pricing-feature .theme-btn {
    padding: 10px 15px;
    margin: 0;
}

/* HOME PAGE - CTA SECTION */

.cta-area {
  background-size: cover;
  background-position: center center;
}

.cta-content-inner h2{
    font-size: 50px;
    font-weight: 790;
    color: var(--color-white);
}

.cta-content-inner .cta-section-span {
    color: var(--theme-color);
}

.bullet-list {
    padding: 20px 0;
}

.bullet-list li {
    font-size: 25px;
    font-weight: 500;
    line-height: 125%;
    list-style-type: disc;
    margin: 0 0 0 20px;
    color: var(--color-white);
}

.cta-btn {
    width: 60%;
}

.cta-btn .theme-btn {
    font-size: 16px;
}

@media (min-width:1199px) {
  .cta-area {
    background-position: center top;
    background-size: cover;
  }
}

/* HOME PAGE - VIDEO SECTION */

.video-area .site-title {
    font-size: 45px;
    line-height: 99%;
    font-weight: 790;
}

.video-area .theme-btn {
    width: 60%;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 20px;
    line-height: 1;
}

/* HOME PAGE - TESTIMOTIONAL SECTION */

.testimonial-area .site-title {
    font-size: 50px;
}
.testimonial-area .site-title-tagline {
    font-size: 25px;
    font-weight: 500;
}

.testimonial-area .site-title-tagline p {
    font-size: 16px;
    line-height: 100%;
}

.testimonial-slider .testimonial-item {
    display: flex !important;
    flex-direction: column;
    height: 360px; /* Fix magasság */
    min-height: 360px;
    box-sizing: border-box;
}

.testimonial-item .testimonial-rate {
    flex-shrink: 0;
}

.testimonial-item .testimonial-quote {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.testimonial-item .testimonial-quote p {
    margin: 0;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* Maximum 8 sor */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.testimonial-item .testimonial-content {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.testimonial-item .testimonial-quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    opacity: 0.3;
}

/* Owl Carousel specifikus beállítások */
.owl-carousel .owl-item {
    height: auto;
}

.owl-carousel .testimonial-item {
    margin: 0 10px;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease;
}

.owl-carousel .testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Reszponzív beállítások */
@media (max-width: 768px) {
    .testimonial-slider .testimonial-item {
        height: 360px;
        min-height: 360px;
    }
    
    .testimonial-item .testimonial-quote p {
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 480px) {
    .testimonial-slider .testimonial-item {
        height: 360px;
        min-height: 360px;
        margin: 0 5px;
        padding: 20px;
    }
    
    .testimonial-item .testimonial-quote p {
        -webkit-line-clamp: 5;
        font-size: 14px;
    }
}

.ts-bg-custom{
  position: relative;
}

.ts-bg-custom::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 110, 99, .85);
}

/* HOME PAGE - DEPARTMENT SECTION */

.department-item {
    padding-bottom: 0.5rem;
}

.department-area .site-title{
    font-size: 50px;
}

.department-info .department-title {
    font-size: 20px;
    font-weight: 790;
    line-height: 100%;
    min-height: 2rem;
    margin-bottom: 1rem;
}

.button-container .theme-btn {
    max-width: 60%;
}

.theme-btn::before {
  height: 600px;
  width: 600px;
}

.department-btn a {
    color: var(--body-text-color);
    text-transform: none;
    padding-top: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.department-info {
    max-height: 180px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s ease;
}

.department-info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, var(--bg-color, #fff) 100%);
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.department-item.open .department-info {
    max-height: 1000px;
}

.department-item.open .department-info::after {
    opacity: 0;
}

.department-btn a i {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-right: 8px;
    font-size: 1.2rem;
    font-weight: 300;
}

.department-item.open .department-btn a i {
    transform: rotate(180deg);
}

.text-less {
    display: none;
}

.department-item.open .text-more {
    display: none;
}

.department-item.open .text-less {
    display: inline;
}


/* HOME PAGE - CHOOSE SECTION */

.choose-area .site-title {
    font-size: 50px;
}

.choose-area .choose-tile-content {
    font-size: 16px;
    font-weight: 550;
    line-height: 125%;
}

.choose-item-link {
    border: 2px solid var(--theme-color);
}

.choose-item-link:hover {
    border: 2px solid var(--theme-color2);
}

.choose-item-info h4 {
    font-size: 16px;
    font-weight: 790;
}

.choose-item-info p {
    font-size: 14px;
    font-weight: 550;
    line-height: 100%;
    color: var(--body-text-color);
}

.choose-area-custom{
  position: relative;
  background: var(--theme-color);
  z-index: 1;
}

.choose-area-custom::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/shape/01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: -1;
}

/* HOME PAGE - BLOG SECTION */

.blog-area .site-title {
    font-size: 50px;
}

.home-blog-btn {
    width: 60%;
    font-size: 12px;
}

/* TEST SECTION */

.test-subtitle {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 40px;
}

#marketing-teszt-form .subtitle-bigger {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--theme-color);
    margin-top: 70px;
    margin-bottom: 55px;
}

.test-subtitle span {
    font-weight: 500 !important;
}

#test-section .page-desc {
    margin-bottom: 40px;
}

#marketing-teszt-form label {
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 10px;
}

#marketing-teszt-form input {
    border: 1px solid #333;
    background-color: #f4f4f4;
    padding: 5px 10px;
    font-size: 1.5rem;
}

.form-separator {
    margin: 40px 0;
}

.question-head {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}

.question {
    font-size: 1.5rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 30px;
}

.question-list {
    font-size: 1.5rem;
    font-weight: 500;
    color: #666;
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}

.question-list span {
    font-weight: 700;
    color: var(--theme-color);
}

.answers {
    min-width: 250px;
    padding-left: 40px;
}

.alert.alert-error{
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    #test-section .title {
        font-size: 30px;
    }

    #marketing-teszt-form label {
    padding-left: 10px;
    }

    .question-head {
        font-size: 1.2rem;
    }

    .question {
    font-size: 1.2rem;
    }

    .answers {
    padding-left: 0;
    }
}


/* TEST COMPLETED SECTION */

.test-completed {
    min-height: 600px;
    padding-top: 100px !important;
}

.test-completed .text {
    display: block;
    margin: auto;
}

/* COURES - SHOW - DETAILS */

.starting-courses h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--body-text-color);
}

.course-details h2 strong {
    font-size: 20px;
    font-weight: 700;
    color: #444444B2 !important;
}

.course-details h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000 !important;
}

.course-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    color: #444444B2 !important;
}

.course-details p span {
    font-size: 18px;
    color: #444444B2 !important;
}

.course-details span {
    color: #444444B2 !important;
}

.course-details em{
    color: #444444B2 !important;
}


.course-details .course-title {
    font-size: 30px;
    font-weight: 790;
    margin-bottom: 25px;
    color: #000 !important;
}

.course-details ol {
  list-style: none;
  padding: 0;
}

.course-details ol li {
  position: relative;
  padding-left: 25px;
}

.course-details ol li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    color: #FDA31B;
}

.course-details .heading-with-line {
    margin-bottom: 15px;
}

.course-details .heading-with-line::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #ff9500, #ffb347);
    border-radius: 1px;
    margin-left: 20px;
}

.course-img-container {
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

.course-img .course-image {
    border-radius: 40px 40px 40px 0; 
}

.heading-with-line {
    display: flex;
    align-items: center;
}

.heading-with-line .heading-text {
    margin: 0;
    margin-right: 1rem;
    color: var(--body-text-color);
    margin-bottom: 1rem;
    font-size: 20px;
}

.heading-with-line .heading-line {
    flex-grow: 1;
    height: 1px;
    background-color: var(--theme-color2);
}

.course-details .course-single-list {
    font-size: 18px;
    line-height: 150%;
}

/* COURES - SHOW - SIDEBAR */

.widget .categories-list a {
  background: var(--theme-color2);
  color:  var(--color-white);
  padding: 3px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 20px;
  display: inline-block;
  transition: var(--transition);
}

.widget .categories-list a:hover {
  background-color: var(--color-white);
  color: var(--color-dark);
}

.widget .tag-list a {
    padding: 3px 5px;
}

/* CONTACT PAGE - CONTACT-INFO */

.address-content {
    line-height: 120%;
}

/* CONTACT PAGE - FORM */

.contact-wrapper > .row {
    display: flex;
    align-items: stretch;
}

.contact-wrapper .contact-img {
    height: 100%;
}

.contact-wrapper .contact-img img {
    height: 100%;
    object-fit: cover;
}

.contact-form .contact-form-header h2{
    font-size: 25px;
    font-weight: 650;
}

.contact-form .contact-form-header p{
    font-size: 18px;
    font-weight: 450;
    line-height: 125%;
}

.contact-form .theme-btn {
    font-size: 16px;
    padding: 15px 40px;
}

/* ABOUT PAGE */

.how-apply .site-title, .team-area .site-title{
    font-size: 50px;
}

.content-list li {
    list-style: none;
    padding-left: 28px;
    position: relative;
}

.content-list li i {
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    text-align: center;
}

.testimonial-bg-custom {
    background-color: var(--theme-bg-light);
}

/* LOGIN/REGISTER/FORGOT-PASSWORD PAGE*/

.login-form {
    font-size: 20px;
    font-weight: 500;
}

.login-form .form-group label, .login-form .form-check .form-check-label {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.login-form .form-group  input::placeholder {
    font-size: 18px;
    font-weight: 500;
    color: var(--body-text-color);
    letter-spacing: 1px;
}

.login-form .forgot-pass {
    font-weight: 400;
    font-size: 15px;
}

.login-form .login-footer p{
    font-size: 18px;
    font-weight: 500;
}

.login-form .login-footer p a{
    font-weight: 400;
    font-size: 15px;
}

.login-form .theme-btn {
    width: 100%;
}

/* APPLICATION FORM */

.application-form-custom {
    background-color: var(--theme-bg-light);
    outline: 0.5px dashed var(--theme-color);
    outline-offset: 10px;
}

.application-form h3{
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 4px solid var(--theme-color);
}

.application-img {
    max-width: 150px;
    height: auto;
}

.form-group label {
    font-weight: 600;
}

.application-form-select {
    background-color: var(--theme-color);
    color: var(--color-white);
}

.application-btn {
    background-color: var(--theme-color);
    color: var(--color-white);
    padding: 1px;
    border-radius: 10px;
    font-weight: 600;
    transition: var(--transition);
    font-size: 1.5rem;
}

.application-btn:hover {
    background-color: var(--theme-color2);
    color: var(--color-white);
}

/* BLOG PAGE */

.blog-details-title {
    font-size: 30px;
    font-weight: 790;
}

.blog-details-tags {
    display: block;
}

.blog-details-tags ul {
    flex-wrap: wrap;
}

.blog-details-tags-reverse {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-details-tags-reverse ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-details-tags-reverse ul a {
  background: var(--theme-color2);
  color:  var(--theme-bg-light);
  padding: 2px 12px;
  border-radius: 20px;
  transition: var(--transition);
}

.blog-details-tags-reverse ul a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.blog-details ol li {
    list-style: auto;
}

.show-post-button a {
  border: 2px solid var(--theme-color2);
  padding: 10px 15px;
  color:  var(--theme-color2);
  display: block;
  width: 35%;
  margin-bottom: 20px;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  transition: var(--transition);
  text-align: center;
  font-size: 16px;
  font-weight: 550;
}

.show-post-button a:hover {
  background-color: var(--theme-color2);
  color: var(--color-white);
}

.recent-blog-img-container {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 768px) {
    .show-post-button a {
    width: 50%;
    }
}

@media (max-width: 380px) {
    .show-post-button a {
    width: 85%;
    }
}

/* BLOG MOBIL MENU */

#customAccordionBtn {
    background-color: #ffffff;
    border: 1px solid var(--border-info-color);
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 600;
    padding: 1rem 1.25rem;
    border-radius: 20px;
    transition: all 0.15s ease-in-out;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-icon-rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.transition-transform {
    transition: transform 0.3s ease;
}

/* SEO-AUDIT PAGE */

.seo-form-area {
    background-color: var(--theme-color-transparent);
    border-top: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}

.seo-form-area h2 {
    color: var(--theme-color);
    font-size: 50px;
    font-weight: 790;
    margin-bottom: 20px;
}

.seo-form-area .seo-form-title p {
    color: var(--hero-overlay-color);
    font-size: 16px;
    font-weight: 450;
    line-height: 125%;
}

.seo-form-area .seo-form .form-control{
    border-right: 1px solid transparent;
}

.seo-form-area .seo-form .theme-btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid transparent;
}

.seo-info-title {
    font-size: 24px;
}

.seo-info-item {
    position: relative;
    padding: 20px;
    z-index: 1;
}

.seo-info-item::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dashed var(--theme-color);
    border-radius: 20px;
}

.seo-info-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.seo-info-icon {
    text-align: center;
}

.seo-info-icon i {
    font-size: 4rem;
    color: var(--theme-color);
    padding-bottom: 15px;
}

.seo-info-content h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.seo-info-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--hero-overlay-color);
    line-height: 125%;
}

@media (max-width: 767px) {
    .seo-content{
    padding: 40px 0;
    margin: 60px 0;
    }

    .seo-content .site-heading {
    margin: 0 20px;
    }
}

/* FAQ PAGE */

.faq-area .accordion-button {
    color: var(--theme-color);
}

.faq-area .accordion-body{
    line-height: 125%;
}

/* ERROR PAGES */

.error-wrapper h2 {
    font-size: 40px;
    font-weight: 790;
}

/* FOOTER */

.footer-list li a {
    color: var(--footer-text-color);
}

.footer-list li a:hover {
  padding-left: 0;
}

/* FOOTER */

.footer-list li .footer-terms:hover {
  padding-left: 0;
}

@media (max-width:1199px)  {
    .footer-widget-box , .copyright-wrapper, .copyright-wrapper .copyright-text {
    font-size: 14px;
    }

    .footer-contact li i {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-right: 12px;
    }

    .footer-contact li, .footer-contact li a {
      font-size: 14px;
    }
}

@media (max-width:991px){
    .copyright-wrapper .copyright-text {
    text-align: center;
    margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .second-footer-list {
        margin-top: 10px;
    }
}

.course-calendar-widget-wrapper {
    position: fixed;
    left: 0;
    top: 83.5%;
    transform: translateY(-50%);
    z-index: 1000;
}

.course-calendar-widget img {
    width: 190px;
}

.course-info-small{
    font-size: 11px;
}

.course-single-info .single-info i {
    min-width: 50px;
}

.course-feature-list p {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    color: var(--color-dark);
    border-bottom: 1px solid var(--border-info-color);
}

.course-feature-list p:last-child{
  border-bottom: none;
}

.course-feature-list p span{
  float: right;
}

.course-feature-list p i{
  color: var(--theme-color2);
  width: 24px;
}

/* Cookie Consent */
:root {
    --cc-bg: #ffffff;
    --cc-text: #757F95;
    --cc-btn-primary-bg: #FDA31B;
    --cc-btn-primary-text: #ffffff;
    --cc-btn-primary-hover-bg: #e89316;
    --cc-btn-secondary-bg: transparent;
    --cc-btn-secondary-text: #757F95;
    --cc-btn-secondary-hover-bg: rgba(17, 110, 99, 0.05);
    --cc-toggle-bg-off: #d1d5db;
    --cc-toggle-bg-on: #FDA31B;
    --cc-toggle-bg-readonly: #d1d5db;
    --cc-toggle-knob-bg: #ffffff;
    --cc-toggle-knob-icon-color: #FDA31B;
    --cc-cookie-category-block-bg: #f9fafb;
    --cc-cookie-category-block-bg-hover: #f3f4f6;
    --cc-section-border: #e5e7eb;
    --cc-cookie-table-border: #e5e7eb;
    --cc-overlay-bg: rgba(117, 127, 149, 0.5);
    --cc-webkit-scrollbar-bg: #e5e7eb;
    --cc-webkit-scrollbar-bg-hover: #d1d5db;
}

/* Fejléc háttérszín */
#cc-main .cm__header,
#cc-main .pm__header {
    background-color: #012758;
    padding: 20px;
    margin: -1.5em -1.5em 1.5em -1.5em;
    border-radius: 8px 8px 0 0;
}

/* Fejléc szöveg színe */
#cc-main .cm__title{
    color: var(--cc-secondary-color) !important;
}

#cc-main .pm__title {
    color: #FFFFFF !important;
    margin-left: 10px;
    margin-top: 15px;
}

/* Logo hozzáadása a modal tetejéhez */
#cc-main .cm__header::before,
#cc-main .pm__header::before {
    content: '';
    display: block;
    width: 150px;
    height: 40px;
    margin: 15px 20px 0px 20px;
    background-image: url('https://www.marketingragadozo.hu/guest-assets/img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Gomb stílusok */
#cc-main .cm__btn,
#cc-main .pm__btn {
    border-radius: 5px;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* Elsődleges gomb */
#cc-main .cm__btn--primary,
#cc-main .pm__btn--primary {
    background-color: #FDA31B !important;
    color: #ffffff !important;
}

#cc-main .cm__btn--primary:hover,
#cc-main .pm__btn--primary:hover {
    background-color: #e89316 !important;
}

/* Másodlagos gomb */
#cc-main .cm__btn--secondary,
#cc-main .pm__btn--secondary {
    background-color: transparent !important;
    color: #757F95 !important;
    border-color: #757F95 !important;
}

#cc-main .cm__btn--secondary:hover,
#cc-main .pm__btn--secondary:hover {
    background-color: rgba(17, 110, 99, 0.05) !important;
    border-color: #116E63 !important;
    color: #116E63 !important;
}

/* Badge stílus */
.pm__badge {
    display: inline-block;
    padding: 2px 8px;
    background: #116E63;
    color: #ffffff;
    border-radius: 3px;
    font-size: 0.75em;
    font-weight: 600;
    margin-left: 8px;
}

/* Link színek */
#cc-main a.cc__link {
    color: #116E63;
    text-decoration: underline;
}

#cc-main a.cc__link:hover {
    color: #0d5850;
}

/* Footer linkek */
#cc-main .cm__footer a {
    color: #116E63;
}

/* Szekció címek */
#cc-main .pm__section-title {
    color: #116E63;
}

/* Modal árnyék */
#cc-main .cm,
#cc-main .pm {
    box-shadow: 0 10px 40px rgba(17, 110, 99, 0.15);
}

/* Bezáró gomb stílus */
#cc-main .pm__close-btn {
    background: #fff;
    border: 1px solid var(--cc-btn-secondary-border-color);
    border-radius: var(--cc-btn-border-radius);
    height: 40px;
    position: relative;
    transition: all .15s ease;
    width: 40px;
    margin-right: 20px;
    margin-top: 23px;
}

#cc-main .pm__close-btn:hover {
    background: #f3f4f6;
    border-color: #116E63;
}

/* PROFILE */

.user-profile .seo-audit-input input, 
.user-profile .seo-audit-input button {
    margin-top: 0px !important;
}

.user-profile .btn-green {
    background-color: #116E63;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.user-profile .btn-green:hover {
    background-color: #0d5850;
    color: #ffffff;
}

.user-profile .card-title-with-underline {
    border-bottom: 2px solid #116E63;
    padding-bottom: 5px;
    display: block;
    width: fit-content;
    margin-bottom: 20px;
}

.user-profile .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #116E63;
}

/* Görgethető tab navigáció */
.user-profile .nav-tabs-scrollable {
    position: relative;
}

.user-profile .nav-tabs-scrollable .nav-tabs-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.user-profile .nav-tabs-scrollable .nav-tabs-scroll-container::-webkit-scrollbar {
    display: none;
}

.user-profile .nav-tabs-scrollable .nav-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    border-bottom: none;
}

.user-profile .nav-tabs-scrollable .nav-tabs .nav-item {
    flex-shrink: 0;
}

.user-profile .nav-tabs-scrollable .nav-tabs-border {
    border-bottom: 1px solid #dee2e6;
}

.user-profile .nav-tabs-scroll-btn {
    position: absolute;
    top: 0;
    bottom: 1px;
    width: 32px;
    border: none;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.6));
    z-index: 2;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    color: #116E63;
    font-size: 14px;
}

.user-profile .nav-tabs-scroll-btn.scroll-left {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0));
}

.user-profile .nav-tabs-scroll-btn.scroll-right {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.95), rgba(255,255,255,0));
}

.user-profile .nav-tabs-scroll-btn.visible {
    display: flex;
}

#faqAccordion .accordion-button {
    border: 1px solid var(--theme-color2);
    background-color: rgba(253, 163, 27, 0.5);
    border-radius: 5px !important;
}

.theme-btn-for-green-bg {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: var(--transition);
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color2);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.theme-btn-for-green-bg:hover {
    background: #fff;
    color: var(--color-dark);
}

/* SEO ANALYZER PAGE */

#form-section #loader-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.spinner-custom {
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-top-color: #F7C948;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

#analyzer-content {
    min-height: 500px;
}

.form-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #E6F4F1;
}

.form-container h1.section-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: center;
    color: #027A48;
}

.form-container p.section-text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: center;
    color: #344054;
}

.form-container p.section-text strong {
    font-weight: 600;
}

.form-container form {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-container .input-group {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-container input {
    font-family: Montserrat, sans-serif;
    line-height: 55px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #D0D5DD;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    margin: 0;
    font-size: 16px;
    color: #344054;
}

.form-container input:focus {
    outline: none;
    border-color: #027A48;
}

.form-container .input-group .btn {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 55px;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    padding: 0 2em;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #344054;
    border: 0;
    background: #F7C948;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.form-container .input-group .btn:hover {
    background: #E5B836;
}

#seo-desc-section {
    padding: 4rem 0 5rem;
    background-color: #fff;
}

#seo-desc-section h2.section-title {
    font-family: Montserrat, sans-serif;
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    font-size: 22px;
    color: #1D2939;
}

#seo-desc-section .info-box {
    background: #fff;
    border: 2px dashed #B8E0D8;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

#seo-desc-section .info-box:hover {
    border-color: #027A48;
    box-shadow: 0 4px 20px rgba(2, 122, 72, 0.1);
}

#seo-desc-section h3.section-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #1D2939;
    text-align: center;
}

#seo-desc-section .section-icon {
    font-size: 48px;
    color: #027A48;
    text-align: center;
    margin-bottom: 20px;
}

#seo-desc-section p.section-text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #475467;
    text-align: center;
}

#analyzer-results {
    padding: 10rem 0 12rem;
    border-top: 1px solid #e5e5e5;
}

#seo-result-summary-section h2.section-title {
    font-family: Montserrat, sans-serif;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    font-size: 24px;
    color: #027A48;
}

.seo-result-summary-actions {
    margin-bottom: 2rem;
}

.seo-result-summary-actions .btn {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.seo-result-summary-actions .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.seo-result-summary-actions .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.seo-result-summary-actions .btn-success {
    background-color: #027A48;
    border-color: #027A48;
    color: #fff;
}

.seo-result-summary-actions .btn-success:hover {
    background-color: #026339;
    border-color: #026339;
}

.seo-result-summary-content {
    padding: 2rem;
    background: #E6F4F1;
    display: flex;
    align-items: stretch;
}

.seo-result-summary-content > [class*="col-"] {
    display: flex;
}

.seo-result-summary-content .progress-container {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.seo-result-summary-content .progress-container .progressbar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 54px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: #000;
}

.seo-result-summary-content .progress-card {
    display: flex;
    flex-direction: column;
    padding: 35px 20px 20px;
    background-color: #fff;
    width: 100%;
    flex: 1;
}

.seo-result-summary-content .progress-card h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #243b53;
    text-align: center;
}

.seo-result-summary-content .progress-card p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #243b53;
    text-align: center;
}

.seo-result-summary-content .progress-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 20px 20px;
    background-color: #fff;
    width: 100%;
    flex: 1;
}

.seo-result-summary-content .progress-details .progress-line {
    margin: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.seo-result-summary-content .progress-details .progress-line-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #243b53;
    height: 100%;
    display: flex;
    align-items: center;
}

.seo-result-summary-content .progress-details .progress-line-text {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #243b53;
    position: absolute;
    margin-left: 20px;
}

.section-head {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 11px 20px;
    color: #fff;
    background: #027A48;
}

.result-section {
    margin-top: 40px;
}

.result-section h2.section-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.section-container {
    background-color: #f8f9fa;
}

.section-container > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.section-container > .row {
    border-bottom: 1px solid #e5e5e5;
}

.section-component {
    padding: 20px;
}

.col-result-title h3 {
    color: rgb(36, 59, 83);
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.col-result-title {
    display: flex;
}

.col-result-question .fa-circle-question {
    font-size: 14px;
}

.result-icon-wrapper .fa-circle-check {
    font-size: 24px;
    color: #027A48;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.result-icon-wrapper .fa-circle-xmark {
    font-size: 24px;
    color: #d44638;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.result-icon-wrapper .fa-circle-info {
    font-size: 24px;
    color: #3498db;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.col-result-content {
    display: flex;
    column-gap: 20px;
}

.col-result-content p {
    color: #243b53;
}

.result-list {
    color: #243b53;
    background-color: #E6F4F1;
    padding: 15px 15px 0px 15px;
    margin-top: 15px;
    max-height: 250px;
    overflow: scroll;
}

.result-list ul {
    list-style-type: none;
    padding: 0;
}

.result-list ul li {
    padding-bottom: 15px;
}

.result-list-head {
    font-weight: bold;
}

.result-content-wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-preview-wrapper, .mobile-search-preview-wrapper {
    margin-top: 15px;
    padding: 20px;
    background: #fff;
}

.search-preview-title, .mobile-search-preview-title {
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a0dab;
}

@media (max-width: 992px) {
    .search-preview-title, .mobile-search-preview-title {
        white-space: wrap;
    }
}

.search-preview-url, .mobile-search-preview-url {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 3px 0 5px;
    color: #006621;
}

.search-preview-description, .mobile-search-preview-description {
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
    color: #545454;
}

.result-keyword-item {
    background-color: #fff;
}

.result-keyword-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

.result-content-wrapper .fa-solid.fa-check {
    color: #027A48;
    font-size: 18px;
}

.result-content-wrapper .fa-solid.fa-xmark {
    color: #d44638;
}

.result-content-text textarea {
    font-size: 14px;
}

.analyzed-chars {
    margin-top: 10px;
    font-weight: 700;
}

#copy-desc-to-clipboard,
#copy-title-to-clipboard,
#copy-h1-to-clipboard {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}

/* SEO ANALYSIS LIST - DASHBOARD */
.seo-analysis-list .seo-analysis-item {
    border: 1px solid #e9ecef;
    transition: box-shadow 0.2s;
}

.seo-analysis-list .seo-analysis-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.seo-analysis-url {
    word-break: break-all;
    display: block;
}

.seo-analysis-actions .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.mini-progress-container {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.mini-progress-details small {
    font-size: 0.75rem;
    color: #666;
}

.mini-progress-details .progress {
    border-radius: 4px;
}

@media (max-width: 576px) {
    .seo-analysis-actions .btn {
        padding: 0.4rem 0.75rem;
        font-size: 0.8rem;
        flex: 1;
        text-align: center;
    }

    .mini-progress-container {
        width: 60px;
        height: 60px;
    }

    .mini-progress-details small {
        font-size: 0.65rem;
    }
}