/* ========================================
   Resource Header Styles
   ======================================== */

/* Main header container */
.resource_header {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: -10px;
    overflow: hidden;
}

/* Gradient background bar */
.resource_header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 56px;
    left: 0;
    top: 12px;
    background: linear-gradient(90deg, #66DA56 0%, #246B87 100%);
    border-radius: 0 0 45px 0;
    z-index: 1;
}

/* Green circle */
.resource_header::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    left: 13px;
    top: 0; /* Fixed position from top */
    background: #66DA56;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Icon container */
.resource_header .icon_container {
    position: absolute;
    width: 44px;
    height: 60px;
    left: 36px;
    top: 15px; /* Fixed position from top */
    z-index: 3;
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='61' viewBox='0 0 45 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.5825 52.6584L44.329 11.56C44.329 11.56 30.0473 2.37693 22.8924 0.0107422L15.2305 37.7571C15.2586 37.7853 33.1177 44.2359 44.5825 52.6584Z' fill='white'/%3E%3Cpath d='M36.1891 49.3344C36.1891 49.3344 19.8792 40.3486 12.7243 39.1655L20.3581 2.77123L16.0201 2.17969L8.13281 41.7007C8.13281 41.7007 21.6539 43.25 36.1891 49.3344Z' fill='white'/%3E%3Cpath d='M38.4702 51.8696C38.4702 51.8696 18.5829 44.2359 5.06185 42.8837L12.9773 7.47542L9.65338 7.08105L0.216797 47.757C0.216797 47.757 16.8083 46.771 30.5547 50.6865V60.264L34.3857 57.5316L38.2167 60.4611L38.4702 51.8696Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Title styles */
.resource_header h1 {
    position: absolute;
    left: 119px;
    top: 35px !important;
    width: calc(100% - 140px);
    height: 44px;
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: left;
    z-index: 2;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* Specific title classes (if needed for different sections) */
.resource_header .esl_title,
.resource_header .academic_title,
.resource_header .business_title {
    /* Inherits all h1 styles above */
}

/* ========================================
   Responsive Styles
   ======================================== */

/* Desktop - 1200px and up */
@media (min-width: 1200px) {
    .resource_header {
        height: auto;
        min-height: 100px;
        padding-top: 3px;
    }
    
    .resource_header::before {
        height: calc(100% - 40px) !important;
        min-height: 73px !important;
    }
    
    .resource_header::after {
        top: 5px; /* Fixed distance from top */
    }
    
    .resource_header .icon_container {
        top: 20px; /* Fixed distance from top */
    }
    
    .resource_header h1 {
        left: 95px !important;
		line-height: 40px;
        width: calc(100% - 115px) !important;
        top: 11.5px !important;
    }
}

/* Tablet - 769px to 1199px */
@media (min-width: 769px) and (max-width: 1199px) {
    .resource_header {
        height: auto;
        min-height: 90px;
		padding-top: 5px; 
        padding-bottom: 25px;
    }
    
    .resource_header::before {
        height: calc(100% - 40px) !important;
        min-height: 50px !important;
    }
    
    .resource_header::after {
        width: 80px; /* Reduced from 90px */
        height: 80px; /* Reduced from 90px */
        left: 10px;
        top: 5px;
    }
    
    .resource_header .icon_container {
        width: 40px; /* Reduced from 44px */
        height: 54px; /* Reduced from 60px */
        left: 30px; /* Adjusted for smaller circle */
        top: 18px; /* Adjusted for smaller circle */
    }
    
    .resource_header h1 {
        font-size: 36px !important;
        line-height: 40px;
        left: 90px;
        top: 0px !important;
        height: auto;
        position: relative;
        padding-bottom: 10px;
        width: calc(100% - 115px);
    }
}

/* Small Tablet - 481px to 768px */
@media (min-width: 481px) and (max-width: 768px) {
    .resource_header {
        height: auto;
        min-height: 90px;
		padding-top: 5px; 
        padding-bottom: 25px;
    }
    
    .resource_header::before {
        height: calc(100% - 40px) !important;
        min-height: 50px !important;
    }
    
    .resource_header::after {
        width: 65px;
        height: 65px;
        left: 10px;
        top: 5px; /* Fixed distance from top */
    }
    
    .resource_header .icon_container {
        width: 32px;
        height: 42px;
        left: 26.5px;
        top: 16.5px; /* Fixed distance from top */
    }
    
    .resource_header h1 {
        font-size: 32px !important;
        line-height: 36px;
        left: 70px;
        top: 0px !important;
        height: auto;
        position: relative;
        padding-bottom: 10px;
        width: calc(100% - 85px);
    }
}

/* Large Mobile - 415px to 480px */
@media (min-width: 415px) and (max-width: 480px) {
    .resource_header {
        height: auto;
        min-height: 80px;
        padding-top: 5px; 
		padding-bottom: 25px;
    }
    
    .resource_header::before {
        height: calc(100% - 40px) !important;
        min-height: 40px !important;
    }
    
    .resource_header::after {
        width: 55px;
        height: 55px;
        left: 10px;
        top: 5px; /* Fixed distance from top */
    }
    
    .resource_header .icon_container {
        width: 28px;
        height: 38px;
        left: 23.5px;
        top: 13.5px; /* Fixed distance from top */
    }
    
    .resource_header h1 {
        font-size: 28px !important;
        line-height: 32px;
        left: 58px;
        top: 0px !important;
        height: auto;
        position: relative;
        padding-bottom: 10px;
        width: calc(100% - 70px);
    }
}

/* Small Mobile - 414px and below */
@media (max-width: 414px) {
    .resource_header {
        height: auto;
        min-height: 70px;
        padding-top: 5px; 
		padding-bottom: 25px;
    }
    
    .resource_header::before {
        height: calc(100% - 40px) !important;
        min-height: 30px !important;
    }
    
    .resource_header::after {
        width: 50px;
        height: 50px;
        left: 10px;
        top: 5px; /* Fixed distance from top */
    }
    
    .resource_header .icon_container {
        width: 25px;
        height: 35px;
        left: 22.5px;
        top: 12.5px; /* Fixed distance from top */
    }
    
    .resource_header h1 {
        font-size: 26px !important;
        line-height: 30px;
        left: 52px;
        top: 0px !important;
        height: auto;
        position: relative;
        padding-bottom: 10px;
        width: calc(100% - 60px);
    }
}