.elementor-14536 .elementor-element.elementor-element-ef66664{--display:flex;}.elementor-14536 .elementor-element.elementor-element-b81a746{--display:flex;}.elementor-14536 .elementor-element.elementor-element-da7ff10 .swiper-wrapper{align-items:flex-start;}.elementor-14536 .elementor-element.elementor-element-da7ff10 h3.title, .elementor-14536 .elementor-element.elementor-element-da7ff10 .products-title{text-align:center;}/* Start custom CSS for html, class: .elementor-element-648873c *//* Ikagoo Blog Article Styling - Hebrew Edition (RTL) */
.ikagoo-article-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Hebrew-friendly fonts */
    line-height: 1.9;
    color: #333;
    max-width: 950px; /* Wider for long form */
    margin: 0 auto;
    padding: 20px;
    direction: rtl; /* Right-to-Left for Hebrew */
    text-align: right;
    font-size: 17px;
}

.ikagoo-article-container h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #111;
    font-weight: 800;
}

.ikagoo-article-container h2 {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #1a1a1a;
    border-bottom: 3px solid #007cba;
    padding-bottom: 10px;
}

.ikagoo-article-container h3 {
    font-size: 22px;
    margin-top: 35px;
    color: #2c3e50;
    font-weight: 700;
}

.ikagoo-article-container p {
    margin-bottom: 1.6em;
}

.ikagoo-article-container ul, .ikagoo-article-container ol {
    margin-right: 20px; /* Indent for RTL list */
    margin-bottom: 1.6em;
}

.ikagoo-article-container li {
    margin-bottom: 10px;
}

/* Image Styling */
.image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.ikagoo-img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: block;
    margin: 0 auto;
}

.img-caption {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
    font-style: italic;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: inline-block;
}

/* Quality Table Styling */
.ikagoo-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 35px 0;
    font-size: 17px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.ikagoo-specs-table th {
    background-color: #f8f9fa;
    color: #333;
    padding: 15px;
    border: 1px solid #dee2e6;
    text-align: right; /* RTL */
    font-weight: bold;
}

.ikagoo-specs-table td {
    padding: 15px;
    border: 1px solid #dee2e6;
    text-align: right; /* RTL */
}

.ikagoo-specs-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

/* Video Wrapper */
.video-wrapper {
    margin: 40px 0;
    text-align: center;
    background: #f1f3f5;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #dee2e6;
}

.ikagoo-video {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e6ea 100%);
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    margin: 60px 0;
}

.ikagoo-button {
    background-color: #007cba;
    color: #ffffff !important;
    padding: 16px 35px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 19px;
    display: inline-block;
    transition: background-color 0.2s;
}

.ikagoo-button:hover {
    background-color: #005a87;
}

/* Outline Button for inline use */
.ikagoo-button-outline {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #007cba;
    color: #007cba !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.2s;
}

.ikagoo-button-outline:hover {
    background-color: #007cba;
    color: #fff !important;
}

/* FAQ Styling */
dl dt {
    font-weight: bold;
    font-size: 19px;
    margin-top: 30px;
    color: #1a1a1a;
}

dl dd {
    margin-right: 0; /* RTL Reset */
    margin-left: 0;
    color: #555;
    font-style: italic;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-right: 10px;
    border-right: 3px solid #007cba;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 50px 0;
}/* End custom CSS */