@import url(../fonts/Abar/fontiran.css);
body{
    font-family: AbarLowFaNum, font-awesome sans-serif;
	font-style: normal;
	font-weight: 600;
    direction: rtl;
}
.main{
    padding: 0;
    margin: 0;
}
a, a:active, a:focus, a:hover{
    text-decoration: none !important;
}
.hero-section{
    background: url(../images/hero-back.svg) no-repeat;
    background-size: cover;
    min-height: 90vh;
    display: flex;
}
.glass-navbar{
    background:rgba(255,255,255,.35);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.4);
    border-radius:26px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08), inset 0 1px rgba(255,255,255,.6);
    padding: .6rem .8rem;
    margin-top: 30px;
}
.logo{
    width:42px;
    height:42px;
    border-radius:12px;
}
.navbar-brand{
    font-size: 1.53rem;
    font-weight: 700;
    color: #111;
}
.navbar-nav{
    gap:12px;
}
.nav-link{
    color:#222;
    font-weight:600;
    padding: 12px 18px !important;
    border-radius: 15px;
    transition:.35s;
    font-size: 1rem;
}
.nav-link:hover{
    background:rgba(255,255,255,.55);
    backdrop-filter:blur(15px);
}
.nav-link .active{
    background:rgba(203,243,244,.75) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 8px 20px rgba(147,220,225,.35) !important;
}
.login-btn{
    padding:12px 28px;
    border-radius:18px;
    border:none;
    background: linear-gradient(
        90deg,
        rgba(59,141,153,.95) 0%,
        rgba(95,141,124,.95) 40%,
        rgba(154,146,102,.95) 75%,
        rgba(200,154,70,.95) 100%
    );
    backdrop-filter:blur(15px);
    color:#111;
    font-weight:500;
    transition:.3s;
    color:#fff !important;
}
.login-btn:hover{
     color:#fff !important;
}
.cart-box{
    width: 48px;
    height: 48px;
    background: #B39A5F;
    border-radius:14px;
    border:none;
    padding: 8px;
    margin: 0 5px;
}
.cart-box img{
    width: 100%;
}







@media (max-width:991px){
     .glass-navbar{
          padding:1rem;
     }
     .navbar-collapse{
          margin-top:20px;
     }
     .navbar-nav{
          gap:8px;
          text-align:right;
     }
     .navbar-nav {
          padding: 0;
     }
     .nav-link{
          padding:14px;
     }
    .login-btn{
          width:100%;
          margin-top:15px;
     }
}










/* Glass Card */

.glass-card{
    background:rgba(255,255,255,.28);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.35);
    border-radius:28px;
    overflow:hidden;
    box-shadow:
        0 15px 40px rgba(0,0,0,.08),
        inset 0 1px rgba(255,255,255,.45);

}

/* Slider */

.carousel-item img{
    height:520px;
    object-fit:cover;
}

.carousel-caption{
    right:40px;
    left:auto;
    bottom:45px;
    text-shadow:0 5px 15px rgba(0,0,0,.45);
}

.carousel-caption h2{
    font-size:2.5rem;
    font-weight:700;
}

.carousel-caption p{
    font-size:1.1rem;
}
.section-title p{
    font-weight: 100 !important;
    line-height: 2;
}
.course-intro p{
    font-weight: 300;
    line-height: 2.1;
    color: #666;
}
.main-course-box{
    margin-top: 20px;
}
.course-main-title{
    font-weight: 900;
    margin-bottom: 20px;
}
.lesson-list li{
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    direction: rtl;
}

.course-hero-description{
    font-weight: 100;
    line-height: 2.2;
    color: #666;
}
.add-to-cart-btn{
    color: #fff !important;
    font-size: 1.1rem;
    border-radius: 50px;
    border: none;
    padding: 12px 28px;
}
.off-price{
    display: flex;
    font-size: 1.6rem;
    font-weight: 600;
    color: #C1994A;
    text-decoration: line-through;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}
.price{
    font-size: 2.2rem;
    display: flex;
    font-weight: 800;
    color: #3B8D99;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.course-details-list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
}
.course-details-list li {
    display: flex;
    justify-content: start;
    padding: 12px 0;
}
.learn-list li{
    color: #666;
}
.learn-list {
    list-style: none;
    padding: 0;
}

.learn-list li {
    padding: 10px 0;
}

.learn-list li::before {
    content: "✓";
    color: #3B8D99;
    margin-left: 10px;
    font-weight: bold;
}

.breadcrumb-item::before {
    display: none;
}
.teacher-name{
    font-weight: 900;
    margin-bottom: 15px;
}
.teacher-title{
    color: #666;
    font-weight: 400;
}
.accordion{
    border-radius: 12px;
    background: rgba(255, 255, 255, .35);
    backdrop-filter: blur(15px);
    border: none !important;
    overflow: hidden;
}
.accordion-header{
    background: #c59e547e !important;
    font-size: 1rem;
    color: #468D91;
    outline: none !important;
}
.accordion-header:focus, .accordion-header:active ,.accordion-header:hover {
    box-shadow: none !important;
    outline: none !important;
}
.accordion-button:not(.collapsed){
    background: #c59e547e !important;
    color: #092628 !important;
}
.accordion-button:not(.collapsed)::after{
    color: #468D91 !important;
}
.accordion-button{
    background: rgba(255, 255, 255, .35) !important;
    box-shadow: none !important;
}
.teacher-stats{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.badge-category {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(59, 141, 153, .15);
    color: #3B8D99;
    font-weight: 600;
}
.glass-btn {
    background: rgba(255, 255, 255, .35);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50px;
}
.purchase-card {
     position: sticky;
     top: 120px;
     padding: 30px;
}
.gradient-btn {
     background: linear-gradient(90deg,#3B8D99,#5F8D7C,#9A9266,#C89A46);
     border: none;
     border-radius: 50px;
     color: #fff;
     padding: 14px;
}
.course-meta{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 25px;
}
.section-title h2{
    font-weight: 800;
    margin-bottom: 25px;
}
.course-section-title{
    font-weight: 700;
    margin-bottom: 25px;
}
.more-blog-btn{
    background-color:#3B8D99;
    color:#fff !important;
    padding:12px 12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    border: none
}
.more-blog-btn:hover{
    background-color:#C1994A;
    color:#fff !important;
}
.carousel-indicators [data-bs-target]{
    border-radius: 0 !important;
    width: 12px !important;
}
/* CTA */
.hero-cta{
     background: url(../images/kadem.svg) no-repeat center center;
     background-size: cover;
    padding:45px 35px;
    display:flex;
    flex-direction:column;
    justify-content:end;
}

.hero-cta h2{
    font-size:2rem;
    font-weight:700;
    line-height:1.5;
}

.hero-cta span{
    color:#4A9AA3;
}

.hero-cta p{
    color:#666;
    line-height:1.9;
}

/* Button */
.hero-btn{
    padding:15px;
    border-radius:50px;
    font-weight:600;
    color:#fff !important;
    border:none;
    background:linear-gradient(
        90deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );
    transition:.35s;
}

.hero-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

/* Indicators */
.carousel-indicators button{
    width:10px;
    height:10px;
    border-radius:50%;
}

/* Responsive */
@media (max-width:992px){
    .carousel-item img{
        height:350px;
    }
    .hero-cta{
        text-align:center;
        padding:35px 25px;
        height: 450px !important;
    }
    .carousel-caption h2{
        font-size:1.8rem;
    }
}
.glass-accordion .accordion-button::after{
    position: absolute;
    left: 15px;
}





.footer-section{
    margin-top:80px;
    margin-bottom:40px;
}

.footer-glass{
    background:rgba(255,255,255,.25);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.35);
    border-radius:35px;
    padding:60px;
    box-shadow:
        0 20px 40px rgba(0,0,0,.08),
        inset 0 1px rgba(255,255,255,.4);
}

.footer-logo{
    width:70px;
}

.footer-glass h3{
    font-weight:700;
    margin-bottom:20px;
}

.footer-glass h5{
    margin-bottom:25px;
    font-weight:800;
}
.footer-glass ul li{
    font-weight: 500;
}

.footer-glass p{
    color:#666;
    line-height:2;
    font-weight: 300;
}

.footer-glass ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-glass ul li{
    margin-bottom:15px;
}

.footer-glass ul li i{
    margin-left:10px;
    color:#4A9AA3;
}

.footer-glass a{
    text-decoration:none;
    color:#444;
    transition:.3s;
    font-weight: 500;
}

.footer-glass a:hover{
    color:#4A9AA3;
}
.kadem{
    position: fixed;
    width: 90px;
    height: 90px;
    z-index: 999;
    left: 5%;
    bottom: 5%;
}
.kadem img{
    width: 100%;
    border-radius: 50%;
}
.social-links{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.social-links a{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#fff;
    background:linear-gradient(
        90deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );
    transition:.35s;
}
.social-links a img{
    width: 25px;
}
.social-links a:hover{
    transform:translateY(-6px) rotate(8deg);
}

.form-control{
    border:none;
    border-radius:50px;
    padding:14px 20px;
    background:rgba(255,255,255,.6);
}

.form-control:focus{
    box-shadow:none;
}

.subscribe-btn{
    border:none;
    border-radius:50px;
    padding:14px;
    color:#fff;
    background:linear-gradient(
        90deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );
}

hr{
    margin:40px 0 25px;
    opacity:.15;
}

.copyright{
    text-align:center;
}

.copyright p{
    margin:0;
    color:#777;
}


@media (max-width:991px){
    .footer-glass{
        padding:35px;
        text-align:center;
    }

    .social-links{
        justify-content:center;
    }

    .footer-glass ul{
        margin-bottom:25px;
    }
}



/* 
.categories-section{

    margin:90px 0;

}

.section-title h2{

    font-size:2.5rem;
    font-weight:700;
    margin-bottom:15px;

}

.section-title p{

    color:#6c757d;
    max-width:600px;
    margin:auto;

}

.section-subtitle{

    display:inline-block;

    padding:8px 18px;

    margin-bottom:15px;

    border-radius:50px;

    background:rgba(255,255,255,.45);

    backdrop-filter:blur(15px);

    color:#3B8D99;

    font-weight:600;

}

.category-card{

    position:relative;

    padding:35px 30px;

    text-align:center;

    border-radius:28px;

    background:rgba(255,255,255,.28);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.35);

    transition:.35s;

    overflow:hidden;

    height:100%;

    box-shadow:
        0 10px 25px rgba(0,0,0,.06);

}

.category-card:hover{

    transform:translateY(-10px);

    box-shadow:
        0 20px 45px rgba(0,0,0,.12);

}

.category-card::before{

    content:"";

    position:absolute;

    top:-70px;
    left:-70px;

    width:150px;
    height:150px;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        rgba(59,141,153,.25),
        rgba(200,154,70,.18)
    );

    filter:blur(20px);

}

.category-icon{

    width:85px;
    height:85px;

    margin:auto auto 25px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#fff;

    background:linear-gradient(
        135deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );

    box-shadow:
        0 10px 25px rgba(59,141,153,.3);

}

.category-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.category-card p{

    color:#666;

    line-height:1.8;

    min-height:70px;

}

.category-card span{

    display:inline-block;

    margin-top:10px;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(59,141,153,.12);

    color:#3B8D99;

    font-weight:600;

}


@media(max-width:991px){

    .section-title h2{

        font-size:2rem;

    }

    .category-card{

        padding:30px 25px;

    }

} */

.categories-section{
    margin:60px 0;
}
.category-card{
    position:relative;
    padding:75px 35px 35px;
    border-radius:30px;
    overflow:visible;
    background:rgba(255,255,255,.25);
    backdrop-filter:blur(22px);
    -webkit-backdrop-filter:blur(22px);
    border:1px solid rgba(255,255,255,.35);
    box-shadow:
        0 15px 40px rgba(0,0,0,.08),
        inset 0 1px rgba(255,255,255,.45);
    transition:.4s;
}

.category-card:hover{
    transform:translateY(-12px);
}

.category-icon{
    position:absolute;
    top:-35px;
    right:30px;
    width:90px;
    height:90px;
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    color:#3B8D99;
    background:rgba(255,255,255,.35);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.5);
    box-shadow:
        0 12px 25px rgba(0,0,0,.1),
        inset 0 1px rgba(255,255,255,.6);
}
.category-icon img{
    width:50px;
    height:50px;
}
.category-content h3{
    font-weight:700;
    margin-bottom:20px;
}

.category-content p{
    color:#666;
    line-height:2;
    min-height:95px;
}

.category-btn{
    display:inline-block;
    margin-top:15px;
    padding:13px 35px;
    border-radius:50px;
    color:#fff !important;
    text-decoration:none;
    background:linear-gradient(
        90deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );
    transition:.35s;
}

.category-btn:hover{
    color:#fff !important;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(59,141,153,.35);
}
.category-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:45%;
    border-radius:30px 30px 100px 100px;
    background:linear-gradient(
        rgba(255,255,255,.35),
        rgba(255,255,255,0)
    );
    pointer-events:none;
}




@media (max-width:992px){
    .course-info{
        flex-direction:column;
        gap:10px;
    }
}


.courses-section{
    margin:100px 0;
}

.course-card{
    background:rgba(255,255,255,.25);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.35);
    border-radius:28px;
    overflow:hidden;
    transition:.35s;
    height:100%;
    box-shadow:
        0 10px 30px rgba(0,0,0,.08);
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:
        0 20px 45px rgba(0,0,0,.12);
}

.course-image{
    position:relative;
}

.course-image img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.course-category{
    position:absolute;
    top:18px;
    right:18px;
    padding:8px 16px;
    border-radius:30px;
    color:#fff;
    font-size:.9rem;
    background:linear-gradient(
        90deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );
}
.course-body{
    padding:25px;
}

.course-rating{
    color:#ffb400;
    font-weight:600;
    margin-bottom:15px;
}
.course-rating span{
    color:#777;
    font-size:.9rem;
}
.course-body h4{
    font-size:1.3rem;
    font-weight:700;
    margin-bottom:15px;
}

.course-body p{
    color:#666;
    line-height:1.8;
}
.course-info{
    display:flex;
    justify-content:space-between;
    margin:20px 0;
    color:#666;
}
.course-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.course-footer small{
    color:#777;
}
.course-footer h5{
    margin:0;
    font-weight:700;
    color:#3B8D99;
}
.newsletter-form input{
    width:100%;
    border:none;
    border-radius:50px;
    padding:12px 16px;
    border: 1px solid #1b2d2b;
}
.enroll-btn{
    padding:10px 24px;
    border-radius:50px;
    color:#fff;
    background:linear-gradient(
        90deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );
    border:none;
}
.enroll-btn:hover{
    color:#fff;
    transform:translateY(-2px);
}

.about-section{
    margin:120px 0;
}
.reset-password-link{
    font-weight: 700;
    font-size: .89rem;
    color: #539394;
    text-align: center;
    display: block;
    width: 100%;
}
.reset-password-link:hover, .reset-password-link:visited, .reset-password-link:active{
    color: #539394;
}
.signup-link{
    font-weight: 700;
    color: #C59D53;
}
.signup-link:active, .signup-link:visited, .signup-link:hover{
    color: #C59D53;
}
.about-image{
    position:relative;
}
.about-image img{
    border-radius:35px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}
.experience-card{
    position:absolute;
    bottom:25px;
    right:25px;
    width:170px;
    text-align:center;
    padding:25px;
    border-radius:28px;
    background:rgba(255,255,255,.28);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.35);
    box-shadow:
        0 15px 35px rgba(0,0,0,.08),
        inset 0 1px rgba(255,255,255,.45);
}
.experience-card h2{
    margin:0;
    font-size:2.6rem;
    font-weight:700;
    color:#3B8D99;
}
.experience-card span{
    color:#555;
}
.about-title{
    font-size:2.5rem;
    font-weight:700;
    margin:20px 0;
    line-height:1.6;
}
.about-text{
    color:#666;
    line-height:2;
}
.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:15px 20px;
    border-radius:18px;
    background:rgba(255,255,255,.25);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.35);
}
.feature-item i{
    color:#3B8D99;
    font-size:20px;
}
.about-stats{
    display:flex;
    justify-content:space-between;
    margin-top:35px;
}
.about-stats h3{
    margin:0;
    font-size:2rem;
    color:#3B8D99;
    font-weight:700;
}
.about-stats span{
    color:#666;
}
.about-btn{
    padding:14px 36px;
    border:none;
    border-radius:50px;
    color:#fff;
    background:linear-gradient(
        90deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );
    transition:.3s;
}
.about-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(59,141,153,.3);
}
@media (max-width:992px){
    .about-title{
        font-size:2rem;
        text-align:center;
    }
    .about-text{
        text-align:center;
    }
    .about-stats{
        flex-wrap:wrap;
        gap:25px;
        justify-content:center;
        text-align:center;
    }
    .experience-card{
        width:150px;
        padding:18px;
    }

    .about-btn{
        width:100%;
    }
}






.faq-section{
    margin:120px 0;
}

.glass-accordion .accordion-item{
    background:rgba(255,255,255,.25);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.35);
    border-radius:22px;
    margin-bottom:20px;
    overflow:hidden;
    border: 1px solid #d3b780 !important;
}

.glass-accordion .accordion-button{
    background:transparent;
    font-size:1.1rem;
    font-weight:600 !important;
    color:#222;
    padding:22px 28px;
    box-shadow:none;
}
.glass-accordion .accordion-button:not(.collapsed){
    background:rgba(255,255,255,.08);
    color:#3B8D99;
    font-weight:600 !important;
}
.glass-accordion .accordion-button:focus{
    box-shadow:none !important;
}
.glass-accordion .accordion-body{
    padding:25px 28px;
    color:#666;
    line-height:2;
}
.glass-accordion .accordion-button::after{
    width:34px;
    height:34px;
    border-radius:50%;
    background-color:rgba(59,141,153,.12);
    background-position:center;
    background-size:16px;
    padding:10px;
}



@media(max-width:992px){
    .glass-accordion .accordion-button{
        font-size:1rem;
        padding:18px;
    }
    .glass-accordion .accordion-body{
        padding:18px;
    }
}
.blog-section{
    margin:100px 0;
}
.blog-card{
    height:100%;
    overflow:hidden;
    border-radius:30px;
    background:rgba(255,255,255,.25);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.35);
    box-shadow:
        0 15px 35px rgba(0,0,0,.08),
        inset 0 1px rgba(255,255,255,.45);
    transition:.35s;
}
.blog-card:hover{
    transform:translateY(-10px);
}
.blog-image{
    position:relative;
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.5s;
}
.blog-card:hover img{
    transform:scale(1.08);
}

.blog-category{
    position:absolute;
    top:18px;
    right:18px;
    padding:8px 18px;
    border-radius:30px;
    color:#fff;
    font-size:.9rem;
    background:linear-gradient(
        90deg,
        #3B8D99,
        #5F8D7C,
        #9A9266,
        #C89A46
    );
}

.blog-body{
    padding:28px;
}

.blog-meta{
    display:flex;
    justify-content:space-between;
    font-size:.9rem;
    color:#777;
    margin-bottom:20px;
}

.blog-meta i{
    color:#3B8D99;
    margin-left:6px;
}

.blog-body h3{
    font-size:1.35rem;
    font-weight:700;
    line-height:1.7;
    margin-bottom:15px;
}

.blog-body p{
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
}

.blog-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#3B8D99;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.blog-btn:hover{
    color:#C89A46;
    gap:14px;
}

@media (max-width:992px){
    .blog-meta{
        flex-direction:column;
        gap:8px;
    }
    .blog-body{
        padding:22px;
    }
}




.section-subtitle{
    display:inline-block;
    padding:8px 18px;
    margin-bottom:15px;
    border-radius:50px;
    background:rgba(255,255,255,.45);
    backdrop-filter:blur(15px);
    color:#3B8D99;
    font-weight:600;
}





.main-page{
    padding: 0;
    margin: 0;
}
.main-sigin{
    background: url(../images/hero-back.svg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    height: auto;
    display: flex;
}
.page-content{
    margin: 100px 0;
}
.it-signup-wrap {
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
}
.it-signup-input {
    text-align: start;
}
.it-signup-title{
    margin: 20px 0 40px 0;
    font-weight: 800;
}
.it-signup-input input {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--it-gray-1);
    border: 1px solid rgba(9, 31, 46, 0.1);
    width: 100%;
    margin-top: 5px;
}
.it-signup-input input:focus-visible{
    outline: none;
}
.form-btn{
    padding: 12px 28px;
    border-radius: 18px;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    background: linear-gradient( 90deg, rgba(59,141,153,.95) 0%, rgba(95,141,124,.95) 40%, rgba(154,146,102,.95) 75%, rgba(200,154,70,.95) 100% );
        background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(15px);
    color: #111;
    font-weight: 500;
    transition: .3s;
    color: #fff !important;
    margin: 30px 0;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.it-signup-text span a{
    text-decoration: underline !important;
    margin: 0 5px;
}

.reviews-section{
    margin: 0 auto;
    background: rgba(255,255,255,.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08), inset 0 1px rgba(255,255,255,.4);
    padding: 40px;
  }

  .reviews-section h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 30px;
  }

  /* ---- Rating Summary ---- */
  .reviews-summary{
    display:flex;
    align-items:center;
    gap:40px;
    flex-wrap:wrap;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid var(--border);
  }

  .reviews-score{
    text-align:center;
    min-width:140px;
  }

  .reviews-score .score-number{
    font-size:3rem;
    font-weight:700;
    color:var(--primary);
    line-height:1;
  }

  .reviews-score .stars{
    color:var(--accent);
    font-size:1.1rem;
    margin:8px 0;
  }

  .reviews-score .score-count{
    font-size:.9rem;
    color:var(--text-muted);
  }

  .reviews-bars{
    flex:1;
    min-width:220px;
  }

  .bar-row{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:8px;
    font-size:.9rem;
  }

  .bar-row .bar-label{
    width:55px;
    flex-shrink:0;
    color:var(--text-muted);
  }

  .bar-track{
    flex:1;
    height:8px;
    border-radius:50px;
    background:rgba(0,0,0,.08);
    overflow:hidden;
  }

  .bar-fill{
    height:100%;
    border-radius:50px;
    background:linear-gradient(90deg, var(--primary), var(--accent));
    transition: width .4s ease;
  }

  .bar-row .bar-percent{
    width:40px;
    flex-shrink:0;
    text-align:left;
    color:var(--text-muted);
  }

  /* ---- Add Review Form ---- */
  .review-form{
    margin-bottom:40px;
  }

  .review-form h5{
    font-weight:700;
    margin-bottom:14px;
  }

  .rating-input{
    display:flex;
    gap:8px;
    font-size:1.8rem;
    color:rgba(0,0,0,.25);
    margin-bottom:16px;
    cursor:pointer;
    width:fit-content;
  }

  .rating-input i.active{
    color:var(--accent);
  }

  .review-form textarea,
  .review-form input[type="text"]{
    width:100%;
    border:1px solid var(--border);
    border-radius:16px;
    padding:14px 16px;
    font-family:inherit;
    font-size:.95rem;
    background:rgba(255,255,255,.7);
    margin-bottom:14px;
    resize:vertical;
  }

  .review-form textarea:focus,
  .review-form input[type="text"]:focus{
    outline:none;
    border-color:var(--primary);
  }

  .btn-submit{
    background:linear-gradient(90deg, #3B8D99, #5F8D7C, #9A9266, #C89A46);
    border:none;
    border-radius:50px;
    color:#fff;
    padding:12px 32px;
    font-weight:600;
    cursor:pointer;
    transition: opacity .2s ease;
  }

  .btn-submit:hover{ opacity:.9; }

  .form-msg{
    font-size:.85rem;
    margin-top:10px;
    display:none;
  }

  .form-msg.show{ display:block; }

  .form-msg.success{ color: #2f8a4e; }
  .form-msg.error{ color: #c0392b; }

  /* ---- Reviews List ---- */
  .reviews-list{ margin-bottom:20px; }

  .review-card{
    display:flex;
    gap:16px;
    padding:22px 0;
    border-bottom:1px solid var(--border);
  }

  .review-card:last-child{
    border-bottom:none;
    padding-bottom:0;
  }

  .review-avatar{
    width:50px;
    height:50px;
    border-radius:50%;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:700;
    font-size:1.1rem;
  }

  .review-body{ flex:1; }

  .review-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:8px;
  }

  .review-name{ font-weight:700; margin:0; }

  .review-date{
    font-size:.8rem;
    color:var(--text-muted);
  }

  .review-stars{
    color:var(--accent);
    font-size:.9rem;
    margin:6px 0 10px;
  }

  .review-text{
    margin:0;
    color:rgba(0,0,0,.7);
    line-height:1.9;
    font-size:.95rem;
  }

  .review-actions{
    display:flex;
    gap:18px;
    margin-top:12px;
    font-size:.85rem;
    color:var(--text-muted);
  }

  .review-actions span{
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    gap:5px;
    transition: color .2s ease;
  }

  .review-actions span:hover,
  .review-actions span.liked{
    color:var(--primary);
  }

  .load-more-wrap{
    text-align:center;
    margin-top:10px;
  }

  .btn-outline{
    background:rgba(255,255,255,.35);
    border:1px solid rgba(0,0,0,.1);
    border-radius:50px;
    padding:10px 28px;
    cursor:pointer;
    font-weight:600;
    color:var(--text-dark);
  }

  .btn-outline:hover{ background:rgba(255,255,255,.6); }

  @media(max-width:576px){
    .reviews-section{ 
        padding:24px; 
        border-radius:20px; 
    }
    .reviews-summary{ 
        gap:20px; 
    }
    .it-signup-wrap{
        padding: 40px 20px;
    }
}