/* ===============================
   GLOBAL
================================ */
body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    color: #2c3e50;
}

/* ===============================
   HEADER
================================ */
.premium-main-title {
    color: #f2b705;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1px;
}

.premium-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.premium-breadcrumb span {
    color: #f2b705;
    margin: 0 6px;
}

/* ===============================
   ABOUT SECTION
================================ */
.premium-subtitle {
    color: #f2b705;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 14px;
}

.premium-heading {
    font-size: 38px;
    font-weight: 700;
    color: #f2b705;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

/* Animated Underline */
.underline-animate::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: #f2b705;
    transition: width 0.6s ease;
}
.underline-animate:hover::after {
    width: 100%;
}

.premium-img {
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}
.premium-img:hover {
    transform: scale(1.03);
}

/* ===============================
   MISSION
================================ */
.premium-mission {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}
.premium-mission:hover {
    transform: translateY(-4px);
}
.premium-mission h3 {
    color: #f2b705;
    font-weight: 700;
}

/* Quote */
.premium-quote {
    border-left: 4px solid #f2b705;
    padding-left: 15px;
    font-style: italic;
    color: #555;
    margin-top: 20px;
}

/* ===============================
   COURSE CARDS
================================ */
.premium-course-card {
    display: flex;
    gap: 20px;
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
    align-items: center;
    transition: all 0.3s ease;
}
.premium-course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.course-number {
    font-size: 30px;
    font-weight: 700;
    color: #f2b705;
}

/* ===============================
   STATS
================================ */
.premium-stat {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}
.premium-stat:hover {
    transform: translateY(-6px);
}

.premium-stat h2 {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(45deg, #f2b705, #ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===============================
   VISION
================================ */
.vision-section {
    background: #ffffff;
    padding: 60px 0;
}

.vision-section h2 {
    color: #f2b705;
    font-weight: 700;
}

/* ===============================
   WHY CHOOSE US
================================ */
.why-choose {
    background: #f8f9fa;
    padding: 60px 0;
}

.feature-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
}
.feature-card:hover {
    transform: translateY(-6px);
}
.feature-card h5 {
    color: #2c3e50;
    font-weight: 600;
}

/* ===============================
   CTA SECTION
================================ */
.cta-section {
    background: 
        linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)),
        url('/noonacademy/img/islamic-pattern.png');
    background-size: 400px;
    background-repeat: repeat;
    padding: 80px 0;
}

.cta-box {
    background: #ffffff;
    padding: 70px 50px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.cta-box h2 {
    color: #f2b705;
    font-size: 34px;
    font-weight: 700;
}

.cta-box p {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #555;
    font-size: 17px;
}

.cta-buttons .btn-warning {
    background-color: #f2b705;
    border: none;
    font-weight: 600;
}
.cta-buttons .btn-warning:hover {
    background-color: #e0a800;
}

/* ===============================
   FADE ANIMATION
================================ */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}
.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* ===============================
   SVG DIVIDER
================================ */
.divider svg {
    width: 100%;
    height: 60px;
    display: block;
}
.premium-about-header {
    position: relative;
    overflow: hidden;
}

.premium-about-header::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(242,183,5,0.15) 0%, transparent 70%);
    animation: heroPulse 6s infinite linear;
}

@keyframes heroPulse {
    0% { transform: translate(-25%, -25%) rotate(0deg); }
    100% { transform: translate(-25%, -25%) rotate(360deg); }
}
.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(242,183,5,0.08);
    animation: float 6s ease-in-out infinite;
    z-index: 0;
}

.shape-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 5%;
}

.shape-2 {
    width: 80px;
    height: 80px;
    bottom: 15%;
    right: 8%;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}
.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.feature-card,
.premium-course-card,
.premium-stat,
.modern-stat-card {
    position: relative;
    overflow: hidden;
}
.feature-card::before,
.premium-course-card::before,
.premium-stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(242,183,5,0.15), transparent);
    transition: 0.5s;
}

.feature-card:hover::before,
.premium-course-card:hover::before,
.premium-stat:hover::before {
    left: 100%;
}

.animated-border-card {
    position: relative;
    padding: 35px;
    background: #ffffff;
    border-radius: 18px;
    z-index: 1;
    overflow: hidden;
}

.animated-border-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 18px;
    background: linear-gradient(45deg, #f2b705, transparent, #f2b705);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    animation: borderRotate 4s linear infinite;
}
.premium-main-title{
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #f6a623, #ffcc70, #f6a623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: goldShimmer 4s ease-in-out infinite;
    letter-spacing: 1px;
}

/* Smooth Golden Shimmer */
@keyframes goldShimmer{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}
@keyframes borderRotate {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
.premium-main-title{
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #f6a623, #ffcc70, #f6a623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: goldShimmer 4s ease-in-out infinite;
    letter-spacing: 1px;
}

/* Smooth Golden Shimmer */
@keyframes goldShimmer{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}