.elementor-6014 .elementor-element.elementor-element-635c8ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6014 .elementor-element.elementor-element-e061be4{background-image:url("https://atsride.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-17-2026-10_07_29-PM.png");column-gap:0px;text-align:center;color:#FFFFFF;}.elementor-6014 .elementor-element.elementor-element-e061be4 a{color:#FFFFFF;}.elementor-6014 .elementor-element.elementor-element-1382e29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6014 .elementor-element.elementor-element-c187122{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-6014 .elementor-element.elementor-element-c187122 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-6014 .elementor-element.elementor-element-c187122:after{content:"0.66";}.elementor-6014 .elementor-element.elementor-element-c187122 .elementor-post__thumbnail__link{width:100%;}.elementor-6014 .elementor-element.elementor-element-c187122 .elementor-post__meta-data span + span:before{content:"|";}.elementor-6014 .elementor-element.elementor-element-c187122.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-6014 .elementor-element.elementor-element-c187122.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-6014 .elementor-element.elementor-element-c187122.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}body.elementor-page-6014:not(.elementor-motion-effects-element-type-background), body.elementor-page-6014 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-6014 .elementor-element.elementor-element-c187122 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-6014 .elementor-element.elementor-element-c187122:after{content:"0.5";}.elementor-6014 .elementor-element.elementor-element-c187122 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS */.hero-heading {
    position: relative;
    margin: 0;
    line-height: 0;
    display: block;
}

/* Responsive image */
.hero-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Dark overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
}

/* Text styles - TITLE - Full text visible */
.hero-text {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    width: 95%; /* Increased from 90% for more space */
    max-width: 900px; /* Increased from 800px */
    padding: 0 20px;
    line-height: 1.2;
    font-size: clamp(20px, 5vw, 60px); /* Adjusted to fit better */
    
    /* Keep on one line but DON'T truncate */
    white-space: nowrap;
    overflow: visible; /* Changed from hidden to show full text */
    text-overflow: clip; /* Changed from ellipsis to not add ... */
}

/* Text styles - BREADCRUMB */
.hero-breadcrumb {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    z-index: 2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    width: 95%;
    max-width: 700px;
    padding: 0 20px;
    font-size: clamp(12px, 1.8vw, 18px);
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    margin: 0;
    line-height: 1.4;
}

.breadcrumb-home {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.breadcrumb-home:hover {
    color: #d4af37;
}

.breadcrumb-current {
    color: #d4af37;
    font-weight: 600;
}

.hero-breadcrumb a {
    color: #d4af37;
    text-decoration: none;
}

.hero-breadcrumb a:hover {
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .hero-text {
        font-size: clamp(16px, 4vw, 28px); /* Smaller to fit */
        top: 42%;
        white-space: nowrap;
        overflow: visible;
        width: 98%;
        padding: 0 10px;
    }
    
    .hero-breadcrumb {
        font-size: clamp(10px, 2.2vw, 14px);
        top: 54%;
        white-space: nowrap;
        overflow: visible;
        width: 98%;
        padding: 0 10px;
    }
    
    .hero-heading {
        min-height: 200px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .hero-text {
        font-size: clamp(14px, 3.5vw, 20px); /* Even smaller to fit */
        top: 40%;
        padding: 0 8px;
        white-space: nowrap;
        overflow: visible;
        width: 100%;
    }
    
    .hero-breadcrumb {
        font-size: clamp(8px, 2vw, 11px);
        top: 51%;
        padding: 0 8px;
        white-space: nowrap;
        overflow: visible;
        width: 100%;
    }
    
    .hero-heading {
        min-height: 150px;
    }
    
    .hero-img {
        border-radius: 12px;
    }
    
    .hero-overlay {
        border-radius: 12px;
    }
}

/* Extra small phones */
@media (max-width: 360px) {
    .hero-text {
        font-size: clamp(12px, 2.8vw, 16px);
        white-space: nowrap;
        overflow: visible;
    }
    
    .hero-breadcrumb {
        font-size: clamp(7px, 1.8vw, 10px);
        white-space: nowrap;
        overflow: visible;
    }
}

/* Landscape phones */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-text {
        font-size: clamp(16px, 3.5vw, 24px);
        top: 42%;
        white-space: nowrap;
        overflow: visible;
    }
    
    .hero-breadcrumb {
        font-size: clamp(10px, 1.8vw, 14px);
        top: 54%;
        white-space: nowrap;
        overflow: visible;
    }
    
    .hero-heading {
        min-height: 180px;
    }
}

/* Large screens */
@media (min-width: 1200px) {
    .hero-text {
        font-size: clamp(40px, 4.5vw, 60px);
        top: 44%;
        white-space: nowrap;
        overflow: visible;
        max-width: 1000px;
    }
    
    .hero-breadcrumb {
        font-size: clamp(16px, 1.5vw, 18px);
        top: 57%;
        white-space: nowrap;
        overflow: visible;
        max-width: 800px;
    }
}/* End custom CSS */