/* Start custom CSS for section, class: .elementor-element-9989afc *//* Scoped Styles for Iran Click 6 - Grid Updated */
    :root {
        --ic6-p: #153d8a; /* Primary */
        --ic6-pd: #0f2a5c; /* Primary Dark */
        --ic6-a: #f3bc00; /* Accent */
        --ic6-t: #0a1931; /* Text */
        --ic6-t2: #4a5568; /* Text Secondary */
        --ic6-w: #ffffff; /* White */
        --ic6-lg: #f4f6fa; /* Light Gray BG */
        --ic6-sh: 0 10px 30px rgba(21, 61, 138, 0.1);
    }

    /* Reset wrapper to ensure isolation */
    #ic6-wrapper {
        font-family: 'IRANYekana', Tahoma, sans-serif !important;
        color: var(--ic6-t);
        line-height: 1.7;
        box-sizing: border-box;
        width: 100%;
        overflow-x: hidden;
        background-color: #fff;
        direction: rtl;
        text-align: right;
    }

    #ic6-wrapper * {
        box-sizing: border-box !important;
        outline: none;
    }

    #ic6-wrapper a {
        text-decoration: none;
        transition: 0.3s;
    }

    /* Container */
    #ic6-wrapper .ic6-cnt {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Hero Section */
    #ic6-wrapper .ic6-hero {
        background: linear-gradient(135deg, var(--ic6-p) 0%, var(--ic6-pd) 100%);
        color: var(--ic6-w);
        padding: 80px 0 60px;
        text-align: center;
        position: relative;
    }

    #ic6-wrapper .ic6-hero h1 {
        color: var(--ic6-w) !important;
        font-size: clamp(1.8rem, 4vw, 3rem);
        font-weight: 900;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    #ic6-wrapper .ic6-hero p {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 1.1rem;
        margin-bottom: 10px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    #ic6-wrapper .ic6-btn {
        display: inline-block;
        background: var(--ic6-a);
        color: var(--ic6-p);
        padding: 15px 40px;
        border-radius: 8px;
        font-weight: 800;
        font-size: 1.1rem;
        margin-top: 30px;
        box-shadow: 0 4px 15px rgba(243, 188, 0, 0.4);
        border: none;
        cursor: pointer;
    }

    #ic6-wrapper .ic6-btn:hover {
        transform: translateY(-3px);
        background: #d4a500;
    }

    #ic6-wrapper .ic6-info-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    #ic6-wrapper .ic6-badge {
        background: rgba(255,255,255,0.15);
        padding: 8px 16px;
        border-radius: 50px;
        font-size: 0.9rem;
    }

    /* Hook Section */
    #ic6-wrapper .ic6-hook {
        padding: 80px 0;
        text-align: center;
        background: #fff;
    }

    #ic6-wrapper .ic6-hook h2 {
        color: var(--ic6-p) !important;
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 10px;
    }

    #ic6-wrapper .ic6-hook ul {
        list-style: none;
        text-align: right;
        display: inline-block;
        margin: 30px 0;
    }

    #ic6-wrapper .ic6-hook li {
        font-size: 1.2rem;
        margin-bottom: 15px;
        position: relative;
        padding-right: 30px;
        color: var(--ic6-t);
    }

    #ic6-wrapper .ic6-hook li::before {
        content: "?";
        position: absolute;
        right: 0;
        background: var(--ic6-a);
        color: var(--ic6-p);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    #ic6-wrapper .ic6-highlight {
        background: var(--ic6-lg);
        padding: 20px;
        border-radius: 12px;
        border-right: 5px solid var(--ic6-a);
        display: inline-block;
        text-align: right;
        margin-top: 20px;
        font-weight: 700;
        color: var(--ic6-p);
    }

    /* Experts Section */
    #ic6-wrapper .ic6-experts {
        background: var(--ic6-lg);
        padding: 80px 0;
    }

    #ic6-wrapper .ic6-title {
        text-align: center;
        color: var(--ic6-p) !important;
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 40px;
    }

    /* Grid Utility for Experts & Value */
    #ic6-wrapper .ic6-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    #ic6-wrapper .ic6-card {
        background: #fff;
        padding: 30px;
        border-radius: 16px;
        text-align: center;
        box-shadow: var(--ic6-sh);
        transition: 0.3s;
    }

    #ic6-wrapper .ic6-card:hover {
        transform: translateY(-5px);
    }

    #ic6-wrapper .ic6-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
        border: 4px solid var(--ic6-lg);
    }

    #ic6-wrapper .ic6-name {
        color: var(--ic6-p) !important;
        font-size: 1.3rem;
        font-weight: 800;
        margin-bottom: 5px;
    }

    #ic6-wrapper .ic6-role {
        color: var(--ic6-a);
        font-weight: 700;
        font-size: 0.95rem;
        display: block;
        margin-bottom: 10px;
    }

    #ic6-wrapper .ic6-desc {
        color: var(--ic6-t2);
        font-size: 0.9rem;
        line-height: 1.6;
    }

    /* Agenda Section */
    #ic6-wrapper .ic6-agenda {
        padding: 80px 0;
        background: #fff;
    }

    /* Specific 2x2 Grid for Agenda (4 Items) */
    #ic6-wrapper .ic6-ag-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    #ic6-wrapper .ic6-ag-item {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        background: var(--ic6-lg);
        padding: 25px;
        border-radius: 12px;
        transition: 0.3s;
    }

    #ic6-wrapper .ic6-ag-item:hover {
        background: #fff;
        box-shadow: var(--ic6-sh);
        transform: translateY(-3px);
    }

    #ic6-wrapper .ic6-ag-icon {
        width: 50px;
        height: 50px;
        background: var(--ic6-p);
        color: var(--ic6-a);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        flex-shrink: 0;
    }

    #ic6-wrapper .ic6-ag-text h4 {
        color: var(--ic6-p) !important;
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    #ic6-wrapper .ic6-ag-text p {
        color: var(--ic6-t2);
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Value Section */
    #ic6-wrapper .ic6-value {
        background: var(--ic6-p);
        color: #fff;
        padding: 80px 0;
    }

    #ic6-wrapper .ic6-val-item {
        background: rgba(255,255,255,0.05);
        padding: 30px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.1);
        height: 100%;
    }

    #ic6-wrapper .ic6-val-item i {
        font-size: 2rem;
        color: var(--ic6-a);
        margin-bottom: 15px;
    }

    #ic6-wrapper .ic6-val-item h4 {
        color: #fff !important;
        margin-bottom: 10px;
    }

    /* Pricing / Register */
    #ic6-wrapper .ic6-reg {
        padding: 80px 0;
        background: var(--ic6-lg);
        text-align: center;
    }

    #ic6-wrapper .ic6-box {
        background: #fff;
        max-width: 500px;
        margin: 0 auto;
        padding: 50px;
        border-radius: 20px;
        box-shadow: var(--ic6-sh);
        border-top: 8px solid var(--ic6-a);
    }

    #ic6-wrapper .ic6-price {
        font-size: 3rem;
        font-weight: 900;
        color: var(--ic6-p);
        margin: 20px 0;
    }
    
    #ic6-wrapper .ic6-price span {
        font-size: 1.2rem;
        color: var(--ic6-t2);
        font-weight: 500;
    }

    #ic6-wrapper .ic6-note {
        margin-top: 20px;
        font-size: 0.9rem;
        color: var(--ic6-t2);
        border-top: 1px dashed #ddd;
        padding-top: 20px;
    }

    /* Footer */
    #ic6-wrapper .ic6-ftr {
        background: #0a1931;
        color: #888;
        padding: 30px 0;
        text-align: center;
        font-size: 0.9rem;
    }

    /* Responsive */
    @media (max-width: 900px) {
        #ic6-wrapper .ic6-ag-grid {
            grid-template-columns: 1fr; /* Stack Agenda on Tablets */
        }
    }

    @media (max-width: 768px) {
        #ic6-wrapper .ic6-hero h1 { font-size: 1.8rem; }
        #ic6-wrapper .ic6-grid { grid-template-columns: 1fr; }
        #ic6-wrapper .ic6-box { padding: 30px 20px; }
    }/* End custom CSS */