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

/* 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 {
    border: 2px solid var(--theme-color);
}

.choose-item: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-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-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);
}

.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.active {
    max-height: 1000px !important;
}

.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;
    width: 110px;
}

.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;
}