.elementor-705 .elementor-element.elementor-element-6d3cc75{--display:flex;--background-transition:0.3s;}.elementor-705 .elementor-element.elementor-element-c7c3026{text-align:center;}.elementor-705 .elementor-element.elementor-element-c7c3026 .elementor-heading-title{color:#000000;}.elementor-705 .elementor-element.elementor-element-15a7385{--display:flex;--background-transition:0.3s;}.elementor-705 .elementor-element.elementor-element-9a1eeb3{--display:flex;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-c390672 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
        background: linear-gradient(135deg, #FFECB3 0%, #FFD700 100%);  
/* Light gold to medium gold */  
            min-height: 100vh;
            padding: 20px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            overflow: hidden;
        }

        .header {
            background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
            color: white;
            padding: 50px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: float 8s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-30px) rotate(180deg); }
        }

        .header h1 {
            font-size: 3rem;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            position: relative;
            z-index: 2;
        }

        .header .subtitle {
            font-size: 1.5rem;
            opacity: 0.95;
            background: rgba(255,255,255,0.2);
            padding: 15px 30px;
            border-radius: 30px;
            display: inline-block;
            margin-top: 15px;
            position: relative;
            z-index: 2;
            backdrop-filter: blur(10px);
        }

        .grade-range {
            background: linear-gradient(135deg, #228B22, #32CD32);
            color: white;
            padding: 12px 25px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 1.2rem;
            display: inline-block;
            margin-top: 15px;
            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.4);
        }

        .content {
            padding: 50px 40px;
        }

        .section {
            margin-bottom: 50px;
        }

        .section h2 {
            color: #B8860B;
            font-size: 2rem;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 3px solid #DAA520;
            position: relative;
        }

        .section h2::after {
            content: '';
            position: absolute;
            bottom: -3px;
            right: 0;
            width: 80px;
            height: 3px;
            background: #228B22;
        }

        .program-description {
            background: linear-gradient(135deg, #f8f9ff 0%, #e9ecef 100%);
            padding: 35px;
            border-radius: 20px;
            border-right: 6px solid #DAA520;
            margin-bottom: 40px;
            font-size: 1.15rem;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            line-height: 1.8;
        }

        .objectives-section {
            background: linear-gradient(135deg, #DAA520 0%, #B8860B 100%);
            color: white;
            padding: 40px;
            border-radius: 20px;
            margin: 40px 0;
            position: relative;
            overflow: hidden;
        }

        .objectives-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: rotate 25s linear infinite;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .objectives-section h2 {
            color: white;
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 30px;
            border: none;
            position: relative;
            z-index: 2;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .objectives-section h2::after {
            display: none;
        }

        .objectives-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
            position: relative;
            z-index: 2;
        }

        .objective-card {
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 15px;
            padding: 25px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .objective-card:hover {
            transform: translateY(-5px);
            background: rgba(255,255,255,0.2);
        }

        .objective-icon {
            background: #228B22;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(34, 139, 34, 0.3);
        }

        .objective-text {
            font-size: 1.1rem;
            line-height: 1.6;
        }

        .features-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 40px;
            border-radius: 20px;
            margin: 40px 0;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }

        .features-section h2 {
            color: #B8860B;
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 30px;
        }

        .features-list {
            list-style: none;
            max-width: 800px;
            margin: 0 auto;
        }

        .features-list li {
            background: white;
            margin: 15px 0;
            padding: 20px;
            border-radius: 15px;
            border-right: 5px solid #DAA520;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .features-list li:hover {
            transform: translateX(-10px);
            box-shadow: 0 8px 25px rgba(218, 165, 32, 0.15);
        }

        .features-list li::before {
            content: '✓';
            color: #228B22;
            font-weight: bold;
            font-size: 1.3rem;
            margin-left: 10px;
        }

        .pricing-section {
            background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 20px;
            margin: 50px 0;
            position: relative;
            overflow: hidden;
        }

        .pricing-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: rotate 30s linear infinite;
        }

        .pricing-section h2 {
            color: white;
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 30px;
            border: none;
            position: relative;
            z-index: 2;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .pricing-section h2::after {
            display: none;
        }

        .pricing-content {
            position: relative;
            z-index: 2;
        }

        .includes-list {
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            margin: 30px 0;
        }

        .includes-list h3 {
            color: white;
            margin-bottom: 25px;
            font-size: 1.6rem;
            text-align: center;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .includes-list ul {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }

        .includes-list li {
            padding: 15px;
            background: rgba(255,255,255,0.1);
            border-radius: 10px;
            position: relative;
            padding-right: 40px;
            font-size: 1.05rem;
        }

        .includes-list li::before {
            content: '✓';
            position: absolute;
            right: 10px;
            color: #228B22;
            font-weight: bold;
            font-size: 1.3rem;
            background: white;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .contact-section {
            background: linear-gradient(135deg, #228B22, #32CD32);
            color: white;
            padding: 40px;
            border-radius: 20px;
            text-align: center;
            margin-top: 40px;
            box-shadow: 0 10px 30px rgba(34, 139, 34, 0.3);
        }

        .contact-section h2 {
            font-size: 2.2rem;
            margin-bottom: 20px;
            border: none;
            color: white;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .contact-section h2::after {
            display: none;
        }

        .contact-info {
            font-size: 1.3rem;
            font-weight: bold;
            margin: 20px 0;
        }

        .phone-numbers {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .phone-number {
            background: #B8860B;
            color: white;
            padding: 12px 20px;
            border-radius: 25px;
            font-weight: bold;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
        }

        .phone-number:hover {
            background: #DAA520;
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4);
        }

        .highlight {
            background: linear-gradient(135deg, #FF6B35, #F7931E);
            color: white;
            padding: 25px;
            border-radius: 15px;
            font-weight: bold;
            text-align: center;
            margin: 30px 0;
            font-size: 1.2rem;
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
        }

        .faculty-section {
            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);
            color: white;
            padding: 40px;
            border-radius: 20px;
            margin: 40px 0;
        }

        .faculty-section h2 {
            color: white;
            text-align: center;
            margin-bottom: 30px;
            border: none;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .faculty-section h2::after {
            display: none;
        }

        .faculty-note {
            text-align: center;
            font-size: 1.2rem;
            background: rgba(255,255,255,0.2);
            padding: 20px;
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }

        .logo-colors-accent {
            background: linear-gradient(135deg, #B8860B 0%, #228B22 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.5rem;
            }
            
            .header .subtitle {
                font-size: 1.3rem;
            }
            
            .content {
                padding: 30px 20px;
            }
            
            .objectives-grid {
                grid-template-columns: 1fr;
            }
            
            .phone-numbers {
                flex-direction: column;
                align-items: center;
            }
            
            .includes-list ul {
                grid-template-columns: 1fr;
            }
        }

        /* Additional Iqra brand colors integration */
        .brand-accent {
            color: #B8860B;
        }

        .brand-secondary {
            color: #228B22;
        }

        .section:nth-child(even) .section h2 {
            color: #228B22;
            border-bottom-color: #32CD32;
        }

        .section:nth-child(even) .section h2::after {
            background: #B8860B;
        }/* End custom CSS */