.elementor-26960 .elementor-element.elementor-element-4da49e0{--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;}.elementor-26960 .elementor-element.elementor-element-4b7ef97{text-align:center;}.elementor-26960 .elementor-element.elementor-element-08f1c6c{--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;}.elementor-26960 .elementor-element.elementor-element-cc687f3{--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;}.elementor-26960 .elementor-element.elementor-element-67c1d72{text-align:center;}.elementor-26960 .elementor-element.elementor-element-33ee74d{--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;}.elementor-26960 .elementor-element.elementor-element-6a4171a{--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;}.elementor-26960 .elementor-element.elementor-element-b987ce3{--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-715b94b */.device-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px 10px;
    max-width: 1100px;
    margin: 0 auto;
    font-family: sans-serif;
}

.device-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.device-card:hover {
    transform: translateY(-5px);
}

.device-icon {
    font-size: 40px;
    margin-bottom: 15px;
    /* This makes the emoji/icon color tinted if using SVG, 
       but for standard text icons, we use the color below */
    color: #D36B73; 
}

.device-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.device-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
    margin: 0;
}

/* Responsive adjustment for Mobile */
@media (max-width: 900px) {
    .device-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .device-grid-container {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-013fe39 */.troubleshoot-container {
    background-color: #f8f9fa; /* Light grey background like the image */
    padding: 50px 20px;
    display: flex;
    justify-content: center;
}

.troubleshoot-card {
    background: #ffffff;
    max-width: 800px;
    width: 100%;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.troubleshoot-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.tip-row {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 12px;
    transition: transform 0.2s ease;
}

.tip-row:hover {
    transform: translateX(5px);
    border-color: #d36b73; /* Using your pink accent color on hover */
}

.tip-icon {
    font-size: 18px;
    margin-right: 15px;
    min-width: 25px;
    text-align: center;
}

.tip-row p {
    margin: 0;
    font-size: 14.5px;
    color: #444;
    line-height: 1.5;
}

/* Icon Colors */
.red { color: #e74c3c; }
.yellow { color: #f1c40f; }
.blue { color: #3498db; }
.green { color: #2ecc71; }
.purple { color: #9b59b6; }
.pink { color: #d36b73; }
.grey { color: #95a5a6; }

/* Responsive */
@media (max-width: 600px) {
    .troubleshoot-card {
        padding: 20px;
    }
    .tip-row {
        padding: 12px;
    }
    .tip-row p {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5448d27 */.support-container {
    background-color: #f4f6f8; /* Light grey section background */
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.support-card {
    text-align: center;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.support-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.support-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #D36B73; /* Your pink brand color */
    color: #ffffff !important;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(211, 107, 115, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #b5565d; /* Darker pink on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 107, 115, 0.4);
}

.whatsapp-btn svg {
    fill: #ffffff;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .support-title {
        font-size: 22px;
    }
    .whatsapp-btn {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */