.elementor-253 .elementor-element.elementor-element-e3197ac{--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;}/* Start custom CSS for html, class: .elementor-element-e1fb9b1 *//* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #ffffff;
}

#Wrapper {
    width: 100%;
    overflow-x: hidden;
}

#Content {
    width: 100%;
}

.content_wrapper {
    width: 100%;
}

.sections_group {
    width: 100%;
}

.entry-content {
    width: 100%;
}

/* Section Styles */
.section {
    width: 100%;
    padding: 60px 20px;
}

.section_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
}

.column {
    width: 100%;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #2c5f8d 0%, #1a4567 100%);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
}

.main-heading {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    color: #e8f1f8;
    margin-bottom: 0;
}

/* Content Sections */
.content-section {
    background-color: #ffffff;
}

.content-section.alt-bg {
    background-color: #f8f9fa;
}

.content-wrap {
    max-width: 900px;
    margin: 0 auto;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #1a4567;
    margin-bottom: 20px;
    line-height: 1.3;
}

h2 {
    font-size: 2.2rem;
    margin-top: 40px;
    margin-bottom: 25px;
    color: #2c5f8d;
}

h3 {
    font-size: 1.7rem;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #1a4567;
}

h4 {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2c5f8d;
}

p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
}

/* Links */
a {
    color: #2c5f8d;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a4567;
    text-decoration: underline;
}

a.internal-link {
    font-weight: 600;
    border-bottom: 1px solid #2c5f8d;
}

a.internal-link:hover {
    border-bottom: 2px solid #1a4567;
    text-decoration: none;
}

/* Lists */
ul {
    margin: 20px 0 20px 30px;
    list-style-type: disc;
}

ul li {
    margin-bottom: 12px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

/* Info Boxes */
.info-box, .warning-box, .tips-box, .services-highlight {
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 8px;
    border-left: 5px solid #2c5f8d;
    background-color: #f0f7fc;
}

.warning-box {
    background-color: #fff3cd;
    border-left-color: #ff9800;
}

.info-box h4, .warning-box h4, .services-highlight h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a4567;
    font-size: 1.4rem;
}

.info-box i, .warning-box i {
    margin-right: 10px;
    color: #2c5f8d;
}

.warning-box i {
    color: #ff9800;
}

.info-box ul, .tips-box ul, .services-highlight ul {
    margin-left: 20px;
    margin-bottom: 0;
}

.info-box ul li, .services-highlight ul li {
    margin-bottom: 10px;
}

/* Article Intro */
.article-intro {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.article-intro p {
    font-size: 1.15rem;
}

/* Two Column List */
.two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}

.column-left, .column-right {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.column-left h4, .column-right h4 {
    margin-top: 0;
    font-size: 1.3rem;
}

/* Tips Grid */
.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.tip-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #2c5f8d;
}

.tip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.tip-icon {
    font-size: 2.5rem;
    color: #2c5f8d;
    margin-bottom: 15px;
}

.tip-card h4 {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 12px;
    color: #1a4567;
}

.tip-card p {
    font-size: 1rem;
    margin-bottom: 0;
    color: #555;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2c5f8d 0%, #1a4567 100%);
    color: #ffffff;
    padding: 70px 20px;
    text-align: center;
}

.cta-section h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-section p {
    color: #e8f1f8;
    font-size: 1.2rem;
    margin-bottom: 35px;
}

.center-content {
    text-align: center;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* Buttons */
.button {
    display: inline-block;
    padding: 16px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.primary-button {
    background-color: #ffffff;
    color: #2c5f8d;
    border-color: #ffffff;
}

.primary-button:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.secondary-button {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.secondary-button:hover {
    background-color: #ffffff;
    color: #2c5f8d;
    text-decoration: none;
    transform: translateY(-2px);
}

/* FAQ Section */
.faq-container {
    margin: 40px 0;
}

.faq-item {
    margin-bottom: 25px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.faq-question {
    color: #2c5f8d;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.faq-question i {
    margin-right: 10px;
    color: #2c5f8d;
}

.faq-answer {
    color: #444;
    line-height: 1.8;
}

.faq-answer p {
    margin-bottom: 0;
    font-size: 1.05rem;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .section {
        padding: 40px 15px;
    }

    .hero-section {
        padding: 60px 20px;
    }

    .main-heading {
        font-size: 2rem;
        line-height: 1.3;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    p, ul li {
        font-size: 1.05rem;
    }

    .two-column-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tips-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
        text-align: center;
        padding: 15px 25px;
    }

    .info-box, .warning-box, .tips-box, .services-highlight {
        padding: 20px;
    }

    .faq-item {
        padding: 20px;
    }

    .faq-question {
        font-size: 1.15rem;
    }
}

@media screen and (max-width: 480px) {
    .main-heading {
        font-size: 1.6rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .tip-card {
        padding: 20px;
    }

    .tip-icon {
        font-size: 2rem;
    }
}

/* Print Styles */
@media print {
    .cta-section,
    .button {
        display: none;
    }

    body {
        font-size: 12pt;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 18pt;
    }

    h3 {
        font-size: 14pt;
    }
}/* End custom CSS */