.elementor-5447 .elementor-element.elementor-element-45ddf45{--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;--margin-top:0px;--margin-bottom:-6px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-45ddf45 *//* AGTI Welcome Page Styles */
:root {
    --agti-primary: #2c3e50;
    --agti-secondary: #d4af37;
    --agti-accent: #9b59b6;
    --agti-light: #ecf0f1;
    --agti-dark: #1a252f;
}

.agti-welcome-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.agti-header {
    background: linear-gradient(135deg, var(--agti-primary), var(--agti-dark));
    color: white;
    padding: 2rem 0; /* Reduced padding */
    text-align: center;
    border-bottom: 5px solid var(--agti-secondary);
    margin-top: 0; /* Remove top margin */
}

.agti-header h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    margin-top: 0;
}

.agti-tagline {
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 0;
}

.agti-main {
    padding: 0 0 3rem 0; /* Removed top padding */
}

.agti-intro,
.agti-info-section,
.agti-contact {
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

h2 {
    color: var(--agti-primary);
    border-bottom: 2px solid var(--agti-secondary);
    padding-bottom: 0.5rem;
    margin-top: 0;
}

.agti-card-container {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.agti-card {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    padding: 2rem;
}

.agti-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 2rem 0;
    border-radius: 8px;
}

.agti-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.agti-highlight {
    color: var(--agti-secondary);
    font-weight: bold;
}

.agti-footer {
    background: var(--agti-dark);
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-top: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .agti-card-container {
        flex-direction: column;
    }
    
    .agti-header h1 {
        font-size: 2.5rem;
    }
    
    .agti-tagline {
        font-size: 1.2rem;
    }
}/* End custom CSS */