/* Titan Header Responsive Styles */

/* Styles for the Titan header image */
.gmail-header-image img, .google-header-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

/* Header content spacing */
header .content {
    margin-top: 20px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .gmail-header-content {
        flex-direction: column-reverse;
    }
    
    .gmail-header-text {
        padding-right: 0;
        text-align: center;
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .gmail-header-text p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .gmail-logo {
        margin: 0 auto 20px;
    }
    
    .google-header-image {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .gmail-header {
        padding: 40px 0;
    }
    
    .gmail-header-text h1 {
        font-size: 36px;
    }
    
    .gmail-header-text p {
        font-size: 16px;
    }
    
    .google-header-image {
        max-width: 85%;
        margin-bottom: 20px;
    }
    
    header .title {
        font-size: 28px;
    }
    
    header .para {
        font-size: 15px;
    }
    
    .header-buttons .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .header-buttons .ml-3 {
        margin-left: 10px !important;
    }
    
    .app-store-logos {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .gmail-header {
        padding: 30px 0;
    }
    
    .gmail-header-text h1 {
        font-size: 28px;
    }
    
    .gmail-header-text p {
        font-size: 15px;
        padding: 0 10px;
    }
    
    .gmail-cta-button {
        width: 100%;
        text-align: center;
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }
    
    .google-header-image {
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    header .sub-title {
        font-size: 16px;
    }
    
    header .title {
        font-size: 24px;
    }
    
    header .para {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .header-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .header-buttons .btn {
        margin-bottom: 10px;
        width: 80%;
    }
    
    .header-buttons .ml-3 {
        margin-left: 0 !important;
    }
}