.elementor-73 .elementor-element.elementor-element-b18ac92{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73 .elementor-element.elementor-element-b18ac92:not(.elementor-motion-effects-element-type-background), .elementor-73 .elementor-element.elementor-element-b18ac92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF4D4E;}.elementor-73 .elementor-element.elementor-element-67e5408{--display:flex;}.elementor-73 .elementor-element.elementor-element-67e5408:not(.elementor-motion-effects-element-type-background), .elementor-73 .elementor-element.elementor-element-67e5408 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-73 .elementor-element.elementor-element-b06b77b{--display:flex;}.elementor-73 .elementor-element.elementor-element-b06b77b:not(.elementor-motion-effects-element-type-background), .elementor-73 .elementor-element.elementor-element-b06b77b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5F5;}.elementor-73 .elementor-element.elementor-element-fdefdc6{--display:flex;}.elementor-73 .elementor-element.elementor-element-fdefdc6:not(.elementor-motion-effects-element-type-background), .elementor-73 .elementor-element.elementor-element-fdefdc6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-73 .elementor-element.elementor-element-e36f520{--display:flex;}.elementor-73 .elementor-element.elementor-element-e36f520:not(.elementor-motion-effects-element-type-background), .elementor-73 .elementor-element.elementor-element-e36f520 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF2F2;}.elementor-73 .elementor-element.elementor-element-ea111e9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-e6bd455 *//* Outbound Link Section Styling */
.outbound-link-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    text-align: center;
}

.outbound-link-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.outbound-content {
    max-width: 600px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    color: #FF5556;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.outbound-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    background-color: #FF5556;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 85, 86, 0.3);
    border: 2px solid #FF5556;
}

.outbound-button:hover {
    background-color: white;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 85, 86, 0.4);
    border-color: #FF5556;
    background-color: #e64545;
}

.outbound-button .arrow {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.outbound-button:hover .arrow {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .outbound-link-section {
        padding: 60px 15px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-description {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .outbound-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
    }
    
    .outbound-button {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}/* End custom CSS */