/* Start custom CSS for text-editor, class: .elementor-element-82febd2 *//* Main Styles for FortiAP Page */
.fortiap-main-section,
.fortiap-about-section, 
.fortiap-features-section,
.fortiap-products-section,
.fortiap-usecases-section,
.fortiap-management-section,
.fortiap-cta-section {
    padding: 40px 0;
    margin-bottom: 30px;
}

/* Headings */
h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0E2339;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0E2339;
    position: relative;
    padding-bottom: 15px;
}

h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #FF6B00;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0E2339;
    margin-bottom: 15px;
}

/* Text styles */
p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.intro-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Lists */
ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
}

/* Feature boxes */
.feature-box {
    background-color: #f8f9fa;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Product categories */
.product-category {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.product-image {
    text-align: center;
    margin: 20px 0;
}

.product-image img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
}

/* Use cases */
.usecase-box {
    background-color: #f1f5f9;
    padding: 20px;
    margin-bottom: 25px;
    border-left: 4px solid #FF6B00;
    border-radius: 0 5px 5px 0;
}

/* Management options */
.management-option {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* CTA button */
.cta-button {
    margin: 30px 0;
    text-align: center;
}

.cta-button .button {
    display: inline-block;
    padding: 14px 30px;
    background-color: #FF6B00;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button .button:hover {
    background-color: #E65000;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255,107,0,0.3);
}

/* FortiAP image styling */
.fortiap-image {
    text-align: center;
    margin: 30px 0;
}

.fortiap-image img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    .product-category, .feature-box, .usecase-box, .management-option {
        padding: 15px;
    }
    
    .cta-button .button {
        padding: 12px 25px;
    }
}

/* Custom color for strong elements */
strong {
    color: #0E2339;
    font-weight: 600;
}

/* Make the page more cohesive */
.fortiap-cta-section {
    background-color: #f8f9fa;
    padding: 50px 20px;
    text-align: center;
    border-radius: 5px;
}

.fortiap-cta-section p {
    max-width: 800px;
    margin: 0 auto 30px;
}

/* Add Fortinet brand colors */
.feature-box h3, 
.product-category h3,
.usecase-box h3,
.management-option h3 {
    color: #FF6B00;
}/* End custom CSS */