/* ATG Hero Slider Styles */
.elementor-widget-atg_hero_slider .elementor-widget-container,
.atg-hero-banner,
.atg-hero-banner * {
    box-sizing: border-box;
}

.elementor-widget-atg_hero_slider .elementor-widget-container {
    text-align: left !important;
}

.atg-hero-banner {
    position: relative;
    width: 100%;
    height: 800px !important;
    min-height: 600px !important;
    margin: 0 auto;
    padding: 90px 120px 50px 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left !important;
    font-family: 'Manrope', sans-serif;
    transition: background-image 0.5s ease-in-out;
}

.atg-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(238, 240, 243, 0.95) 0%, rgba(238, 240, 243, 0.85) 50%, rgba(238, 240, 243, 0.2) 100%);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.atg-hero-banner .content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: clamp(30px, 5vh, 60px) !important;
    max-width: 950px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    z-index: 2 !important;
}

/* Pagination / Numbers - Strict Left Alignment Override for Elementor & Theme Rules */
.atg-hero-banner .pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 40px !important;
    position: relative !important;
    width: max-content !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding: 0 !important;
    align-self: flex-start !important;
    float: left !important;
    clear: both !important;
    text-align: left !important;
    list-style: none !important;
}

.atg-hero-banner .pagination::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 1.5px !important;
    background-color: rgba(1, 144, 146, 0.2) !important;
    z-index: 1 !important;
}

.atg-hero-banner .page-num {
    font-family: 'Manrope', sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    color: #8A9C9E !important;
    padding-bottom: 8px !important;
    position: relative !important;
    cursor: pointer !important;
    z-index: 2 !important;
    transition: color 0.3s ease !important;
    user-select: none !important;
    display: inline-block !important;
    margin: 0 !important;
    text-align: left !important;
}

.atg-hero-banner .page-num.active {
    color: #019092 !important;
}

.atg-hero-banner .active-indicator {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 2px !important;
    background-color: #019092 !important;
    z-index: 3 !important;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), width 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
    pointer-events: none !important;
}

/* Text Section */
.atg-hero-banner .text-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: clamp(20px, 3vh, 30px) !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    transition: opacity 0.25s ease, transform 0.25s ease !important;
}

.atg-hero-banner .subtitle {
    font-family: 'Manrope', sans-serif !important;
	text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 100% !important;
    color: #019092 !important;
    margin: 0 !important;
    text-align: left !important;
}

.atg-hero-banner .title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.0 !important;
    text-align: left !important;
}

.atg-hero-banner .title-line-1 {
    font-family: 'Manrope', sans-serif !important;
	text-transform: uppercase;
    font-weight: 800 !important;
    font-size: clamp(48px, 4.8vw, 85px) !important;
    line-height: 100% !important;
    letter-spacing: 0.03em !important;
    color: #000000 !important;
    display: block !important;
    margin: 0 !important;
    text-align: left !important;
}

.atg-hero-banner .title-line-2 {
    font-family: 'Manrope', sans-serif !important;
	text-transform: uppercase;
    font-weight: 800 !important;
    font-size: clamp(30px, 3.6vw, 68px) !important;
    line-height: 100% !important;
    color: #019092 !important;
    display: block !important;
    margin: 0 !important;
    white-space: nowrap !important;
    text-align: left !important;
}

.atg-hero-banner .divider {
    width: 160px !important;
    height: 3.5px !important;
    background-color: #019092 !important;
    border-radius: 2px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.atg-hero-banner .description {
    font-family: 'Manrope', sans-serif !important;
	text-transform: uppercase;
    font-weight: 600 !important;
    font-size: clamp(18px, 1.5vw, 24px) !important;
    line-height: 135% !important;
    letter-spacing: 0.02em !important;
    color: #333D37 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Bottom Controls */
.atg-hero-banner .bottom-controls {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 750px !important;
    z-index: 2 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.atg-hero-banner .btn-more {
    width: 188px !important;
    height: 60px !important;
    padding: 10px 30px !important;
    border-radius: 5px !important;
    background-color: #019092 !important;
    color: #ffffff !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
    text-decoration: none !important;
}

.atg-hero-banner .btn-more:hover {
    background-color: #017a7c !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.atg-hero-banner .arrows {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-left: auto !important;
}

.atg-hero-banner .arrow-btn {
    width: 60px !important;
    height: 60px !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

.atg-hero-banner .arrow-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08) !important;
}

.atg-hero-banner .arrow-btn:focus-visible,
.atg-hero-banner .btn-more:focus-visible,
.atg-hero-banner .page-num:focus-visible {
    outline: 2px solid #019092 !important;
    outline-offset: 3px !important;
}

.atg-hero-banner .arrow-btn img {
    width: 60px !important;
    height: 60px !important;
    display: block !important;
}

/* Responsive Rules */
@media (min-width: 1920px) {
    .atg-hero-banner {
        height: 850px !important;
        padding: 100px 180px 60px 180px !important;
    }
    .atg-hero-banner .content-wrapper {
        max-width: 1100px !important;
    }
    .atg-hero-banner .title-line-1 {
        font-size: 96px !important;
    }
    .atg-hero-banner .title-line-2 {
        font-size: 78px !important;
        white-space: nowrap !important;
    }
    .atg-hero-banner .subtitle {
        font-size: 34px !important;
    }
    .atg-hero-banner .description {
        font-size: 28px !important;
    }
    .atg-hero-banner .bottom-controls {
        max-width: 900px !important;
    }
    .atg-hero-banner .btn-more {
        width: 210px !important;
        height: 65px !important;
        font-size: 18px !important;
    }
    .atg-hero-banner .arrow-btn {
        width: 65px !important;
        height: 65px !important;
    }
    .atg-hero-banner .arrow-btn img {
        width: 65px !important;
        height: 65px !important;
    }
}

@media (min-width: 2560px) {
    .atg-hero-banner {
        height: 950px !important;
        padding: 140px 260px 80px 260px !important;
    }
    .atg-hero-banner .content-wrapper {
        max-width: 1300px !important;
    }
    .atg-hero-banner .title-line-1 {
        font-size: 120px !important;
    }
    .atg-hero-banner .title-line-2 {
        font-size: 98px !important;
        white-space: nowrap !important;
    }
    .atg-hero-banner .subtitle {
        font-size: 42px !important;
    }
    .atg-hero-banner .description {
        font-size: 34px !important;
    }
    .atg-hero-banner .page-num {
        font-size: 38px !important;
    }
    .atg-hero-banner .bottom-controls {
        max-width: 1150px !important;
    }
    .atg-hero-banner .btn-more {
        width: 240px !important;
        height: 75px !important;
        font-size: 20px !important;
    }
    .atg-hero-banner .arrow-btn {
        width: 75px !important;
        height: 75px !important;
    }
    .atg-hero-banner .arrow-btn img {
        width: 75px !important;
        height: 75px !important;
    }
}

@media (max-width: 1600px) {
    .atg-hero-banner {
        height: 800px !important;
        padding: 80px 100px 50px 100px !important;
    }
}

@media (max-width: 1200px) {
    .atg-hero-banner {
        height: 720px !important;
        padding: 60px 60px 40px 60px !important;
    }
    .atg-hero-banner::before {
        opacity: 1 !important;
    }
    .atg-hero-banner .content-wrapper {
        max-width: 720px !important;
    }
    .atg-hero-banner .title-line-1 {
        font-size: 60px !important;
    }
    .atg-hero-banner .title-line-2 {
        font-size: 50px !important;
    }
    .atg-hero-banner .subtitle {
        font-size: 22px !important;
    }
    .atg-hero-banner .description {
        font-size: 18px !important;
    }
}

@media (max-width: 992px) {
    .atg-hero-banner {
        height: auto !important;
        min-height: auto !important;
        justify-content: flex-start !important;
        gap: 40px !important;
        padding: 50px 40px 40px 40px !important;
        background-position: right 15% center !important;
    }
    .atg-hero-banner .content-wrapper {
        max-width: 600px !important;
        gap: 35px !important;
    }
    .atg-hero-banner .title-line-1 {
        font-size: 48px !important;
    }
    .atg-hero-banner .title-line-2 {
        font-size: 40px !important;
        white-space: normal !important;
    }
    .atg-hero-banner .subtitle {
        font-size: 20px !important;
    }
    .atg-hero-banner .page-num {
        font-size: 24px !important;
    }
    .atg-hero-banner .description {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .atg-hero-banner {
        height: auto !important;
        min-height: auto !important;
        padding: 40px 24px 35px 24px !important;
        justify-content: flex-start !important;
        gap: 30px !important;
        background-position: right center !important;
    }
    .atg-hero-banner::before {
        background: linear-gradient(180deg, rgba(238, 240, 243, 0.94) 0%, rgba(238, 240, 243, 0.88) 55%, rgba(238, 240, 243, 0.4) 100%) !important;
    }
    .atg-hero-banner .content-wrapper {
        max-width: 100% !important;
        gap: 25px !important;
    }
    .atg-hero-banner .title-line-1 {
        font-size: 38px !important;
    }
    .atg-hero-banner .title-line-2 {
        font-size: 30px !important;
    }
    .atg-hero-banner .subtitle {
        font-size: 17px !important;
    }
    .atg-hero-banner .description {
        font-size: 15px !important;
    }
    .atg-hero-banner .bottom-controls {
        max-width: 100% !important;
        justify-content: space-between !important;
    }
}

@media (max-width: 480px) {
    .atg-hero-banner {
        height: auto !important;
        min-height: auto !important;
        padding: 30px 16px 24px 16px !important;
        gap: 25px !important;
    }
    .atg-hero-banner .content-wrapper {
        gap: 20px !important;
    }
    .atg-hero-banner .title-line-1 {
        font-size: 30px !important;
    }
    .atg-hero-banner .title-line-2 {
        font-size: 24px !important;
    }
    .atg-hero-banner .subtitle {
        font-size: 15px !important;
    }
    .atg-hero-banner .bottom-controls {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
    }
    .atg-hero-banner .btn-more {
        width: auto !important;
        flex: 1 !important;
        max-width: 160px !important;
        height: 50px !important;
        font-size: 14px !important;
        padding: 8px 14px !important;
    }
    .atg-hero-banner .arrow-btn {
        width: 50px !important;
        height: 50px !important;
    }
    .atg-hero-banner .arrow-btn img {
        width: 50px !important;
        height: 50px !important;
    }
    .atg-hero-banner .pagination {
        gap: 25px !important;
    }
    .atg-hero-banner .page-num {
        font-size: 20px !important;
    }
}
