/* style/blog-latest-thabet38-access.css */
.page-blog-latest-thabet38-access {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Default text color for dark backgrounds */
    background-color: #08160F; /* Overall background */
}

.page-blog-latest-thabet38-access__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Color Contrast Adjustments */
.page-blog-latest-thabet38-access__dark-bg {
    background-color: #08160F;
    color: #F2FFF6;
}

.page-blog-latest-thabet38-access__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-latest-thabet38-access__card {
    background-color: #11271B;
    color: #F2FFF6;
    border: 1px solid #2E7A4E;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-blog-latest-thabet38-access__card:hover {
    transform: translateY(-5px);
}

.page-blog-latest-thabet38-access__section-title,
.page-blog-latest-thabet38-access__subsection-title,
.page-blog-latest-thabet38-access__card-title,
.page-blog-latest-thabet38-access__step-title,
.page-blog-latest-thabet38-access__benefits-title,
.page-blog-latest-thabet38-access__hero-title,
.page-blog-latest-thabet38-access__video-title {
    color: #F2C14E; /* Gold for titles */
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.page-blog-latest-thabet38-access__hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.7);
}

.page-blog-latest-thabet38-access__video-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-top: 20px;
    text-align: center;
    text-shadow: 0 0 8px rgba(87, 227, 141, 0.6);
}

.page-blog-latest-thabet38-access__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 5px rgba(87, 227, 141, 0.4);
}

.page-blog-latest-thabet38-access__subsection-title {
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    margin-top: 30px;
    margin-bottom: 20px;
    color: #57E38D;
}

.page-blog-latest-thabet38-access__card-title,
.page-blog-latest-thabet38-access__step-title,
.page-blog-latest-thabet38-access__benefits-title {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    color: #F2C14E;
}

.page-blog-latest-thabet38-access__hero-description,
.page-blog-latest-thabet38-access__video-description {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 30px;
    color: #A7D9B8;
}

.page-blog-latest-thabet38-access__text-block,
.page-blog-latest-thabet38-access__card-description,
.page-blog-latest-thabet38-access__step-description,
.page-blog-latest-thabet38-access__benefits-description,
.page-blog-latest-thabet38-access__faq-answer p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.page-blog-latest-thabet38-access__light-bg .page-blog-latest-thabet38-access__text-block,
.page-blog-latest-thabet38-access__light-bg .page-blog-latest-thabet38-access__list-item,
.page-blog-latest-thabet38-access__light-bg .page-blog-latest-thabet38-access__faq-answer p {
    color: #333333;
}

.page-blog-latest-thabet38-access__light-bg .page-blog-latest-thabet38-access__section-title,
.page-blog-latest-thabet38-access__light-bg .page-blog-latest-thabet38-access__subsection-title {
    color: #0A4B2C;
}

.page-blog-latest-thabet38-access__light-bg a {
    color: #13994A;
}

.page-blog-latest-thabet38-access__light-bg a:hover {
    color: #2AD16F;
}

/* Buttons */
.page-blog-latest-thabet38-access__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-blog-latest-thabet38-access__cta-buttons--center {
    justify-content: center;
}

.page-blog-latest-thabet38-access__btn-primary,
.page-blog-latest-thabet38-access__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-latest-thabet38-access__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 10px rgba(34, 199, 104, 0.4);
}

.page-blog-latest-thabet38-access__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 6px 15px rgba(34, 199, 104, 0.6);
}

.page-blog-latest-thabet38-access__btn-secondary {
    background-color: transparent;
    color: #57E38D;
    border: 2px solid #57E38D;
    box-shadow: 0 2px 5px rgba(87, 227, 141, 0.2);
}

.page-blog-latest-thabet38-access__btn-secondary:hover {
    background-color: #57E38D;
    color: #08160F;
    box-shadow: 0 4px 8px rgba(87, 227, 141, 0.4);
}

/* Hero Section */
.page-blog-latest-thabet38-access__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles header offset */
    overflow: hidden;
}

.page-blog-latest-thabet38-access__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for hero image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.page-blog-latest-thabet38-access__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-thabet38-access__hero-content {
    max-width: 800px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Video Section */
.page-blog-latest-thabet38-access__video-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles header offset */
    overflow: hidden;
}

.page-blog-latest-thabet38-access__video-wrapper {
    width: 100%;
    max-width: 1000px; /* Max width for the video player */
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-thabet38-access__video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-blog-latest-thabet38-access__video-content {
    max-width: 800px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

/* Feature Section */
.page-blog-latest-thabet38-access__feature-section {
    padding: 80px 0;
}

.page-blog-latest-thabet38-access__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-latest-thabet38-access__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* Guide Section */
.page-blog-latest-thabet38-access__guide-section {
    padding: 80px 0;
}

.page-blog-latest-thabet38-access__list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.page-blog-latest-thabet38-access__list-item {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.page-blog-latest-thabet38-access__list-item::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #2AD16F;
}

/* Steps Section */
.page-blog-latest-thabet38-access__steps-section {
    padding: 80px 0;
}

.page-blog-latest-thabet38-access__step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-latest-thabet38-access__step-card {
    text-align: center;
    background-color: #11271B;
    border: 1px solid #2E7A4E;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-latest-thabet38-access__step-image {
    width: 100%;
    height: 180px;
    object-fit: contain; /* Use contain for step images to show full content */
    margin-bottom: 20px;
}

/* Benefits Section */
.page-blog-latest-thabet38-access__benefits-section {
    padding: 80px 0;
}

.page-blog-latest-thabet38-access__benefits-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-latest-thabet38-access__benefits-item {
    background-color: #11271B;
    border: 1px solid #2E7A4E;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-blog-latest-thabet38-access__faq-section {
    padding: 80px 0;
}

.page-blog-latest-thabet38-access__faq-list {
    margin-top: 40px;
}

.page-blog-latest-thabet38-access__faq-item {
    background-color: #11271B;
    border: 1px solid #2E7A4E;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-latest-thabet38-access__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #F2FFF6;
    background-color: #0A4B2C;
    border-bottom: 1px solid #2E7A4E;
    list-style: none;
}

.page-blog-latest-thabet38-access__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-latest-thabet38-access__faq-question:hover {
    background-color: #1E3A2A;
}

.page-blog-latest-thabet38-access__faq-qtext {
    flex-grow: 1;
    color: #F2C14E;
}

.page-blog-latest-thabet38-access__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 10px;
    color: #57E38D;
}

.page-blog-latest-thabet38-access__faq-answer {
    padding: 15px 20px;
    color: #A7D9B8;
}

.page-blog-latest-thabet38-access__faq-item[open] .page-blog-latest-thabet38-access__faq-question {
    border-bottom: none;
}

/* Conclusion Section */
.page-blog-latest-thabet38-access__conclusion-section {
    padding: 80px 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-latest-thabet38-access__hero-section,
    .page-blog-latest-thabet38-access__video-section,
    .page-blog-latest-thabet38-access__introduction-section,
    .page-blog-latest-thabet38-access__feature-section,
    .page-blog-latest-thabet38-access__guide-section,
    .page-blog-latest-thabet38-access__steps-section,
    .page-blog-latest-thabet38-access__benefits-section,
    .page-blog-latest-thabet38-access__faq-section,
    .page-blog-latest-thabet38-access__conclusion-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-blog-latest-thabet38-access__grid,
    .page-blog-latest-thabet38-access__step-grid,
    .page-blog-latest-thabet38-access__benefits-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-blog-latest-thabet38-access__hero-section,
    .page-blog-latest-thabet38-access__video-section,
    .page-blog-latest-thabet38-access__introduction-section,
    .page-blog-latest-thabet38-access__feature-section,
    .page-blog-latest-thabet38-access__guide-section,
    .page-blog-latest-thabet38-access__steps-section,
    .page-blog-latest-thabet38-access__benefits-section,
    .page-blog-latest-thabet38-access__faq-section,
    .page-blog-latest-thabet38-access__conclusion-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-latest-thabet38-access__hero-title {
        font-size: 2rem;
    }
    .page-blog-latest-thabet38-access__video-title {
        font-size: 1.8rem;
    }
    .page-blog-latest-thabet38-access__section-title {
        font-size: 1.5rem;
    }
    .page-blog-latest-thabet38-access__subsection-title {
        font-size: 1.2rem;
    }

    .page-blog-latest-thabet38-access__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-latest-thabet38-access__btn-primary,
    .page-blog-latest-thabet38-access__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 15px;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-latest-thabet38-access__hero-image,
    .page-blog-latest-thabet38-access__card-image,
    .page-blog-latest-thabet38-access__step-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .page-blog-latest-thabet38-access__hero-image-wrapper,
    .page-blog-latest-thabet38-access__card,
    .page-blog-latest-thabet38-access__step-card,
    .page-blog-latest-thabet38-access__benefits-item,
    .page-blog-latest-thabet38-access__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Video specific mobile styles */
    .page-blog-latest-thabet38-access__video-section {
        padding-top: 10px !important;
    }
    .page-blog-latest-thabet38-access__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-bottom: 56.25% !important; /* Ensure aspect ratio is maintained */
    }
    .page-blog-latest-thabet38-access__video-player {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }
    .page-blog-latest-thabet38-access__video-content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0;
        padding-right: 0;
    }

    .page-blog-latest-thabet38-access__grid,
    .page-blog-latest-thabet38-access__step-grid,
    .page-blog-latest-thabet38-access__benefits-list {
        grid-template-columns: 1fr;
    }
}

/* Ensure images don't have color filters */
.page-blog-latest-thabet38-access img {
    filter: none;
}

/* Text contrast fix for light backgrounds if needed */
.page-blog-latest-thabet38-access__light-bg .page-blog-latest-thabet38-access__text-contrast-fix {
    color: #333333 !important;
    text-shadow: none !important;
}