.elementor-kit-17{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-883f7ac:#A17149;--e-global-color-e9139ac:#3E2F23;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============== كروت الخدمات — فقط في الصفحة الرئيسية ============== */

body.home .our-services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    padding: 0px;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    align-items: stretch;
}

body.home .our-services-section .service-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    cursor: default;
    height: 100%;
}

body.home .our-services-section .service-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

body.home .our-services-section .hover-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 0;
    background-color: #A17149;
    transition: height 0.3s ease;
}

body.home .our-services-section .service-card:hover .hover-indicator {
    height: 100%;
}

body.home .our-services-section .icon-container {
    width: 64px;
    height: 64px;
    background-color: #F9F5F0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A17149;
    margin-bottom: 32px;
    transition: all 0.3s ease;
}

body.home .our-services-section .service-card:hover .icon-container {
    background-color: #A17149;
    color: #ffffff;
    transform: rotate(-6deg);
}

body.home .our-services-section .card-title {
    font-size: 24px;
    font-weight: 800;
    color: #3E2F23;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

body.home .our-services-section .service-card:hover .card-title {
    color: #8D6E52;
}

body.home .our-services-section .card-desc {
    color: #6b7280;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.home .our-services-section .card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    color: #A17149;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

body.home .our-services-section .arrow-icon {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

body.home .our-services-section .service-card:hover .arrow-icon {
    transform: translateX(-8px);
}

/* ============== شات المساعد الذكي — فقط في الصفحة الرئيسية ============== */

body.home .ai-chat-container {
  background-color: #ffffff !important;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(62, 47, 35, 0.15);
  width: 100%;
  max-width: 450px;
  font-family: 'Cairo', sans-serif;
  overflow: hidden;
  border: 1px solid #f0eae5;
  height: 560px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

body.home .chat-header {
  background-color: #3E2F23;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  flex-shrink: 0;
}

body.home .status {
  background-color: #A17149;
  color: white;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

body.home .chat-body {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background: transparent !important;
}

body.home .message.bot {
  background-color: #f9f5f0;
  padding: 12px;
  border-radius: 15px;
  margin-bottom: 15px;
  text-align: right;
  color: #3E2F23;
  font-size: 15px;
}

body.home .faq-item {
  margin-bottom: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 0;
  position: relative;
}

body.home .faq-item:hover {
  background-color: #faf8f6;
}

body.home .faq-question {
  background-color: #f9f5f0;
  padding: 12px;
  border-radius: 15px;
  font-weight: 700;
  text-align: right;
  color: #A17149;
  margin-bottom: 0;
  position: relative;
}

body.home .faq-question::after {
  content: "→";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #A17149;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

body.home .faq-item:hover .faq-question::after {
  opacity: 1;
}

body.home .faq-answer {
  background-color: #ffffff;
  padding: 12px;
  border-radius: 15px;
  text-align: right;
  line-height: 1.5;
  color: #444;
  border: 1px solid #f0eae5;
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  transition: 
    opacity 0.25s ease,
    transform 0.25s ease;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 6px;
}

body.home .faq-item:hover .faq-answer {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

/* --- شارة فرانكو — آمنة 100% --- */
body.home .franco-badge-2025 {
    position: relative;
}

body.home .franco-badge-2025 .badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #46372c;
    color: #fff;
    padding: 14px 22px;
    border-radius: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: transform 0.3s ease;
}

body.home .franco-badge-2025 .badge b {
    display: block;
    font-size: 26px;
    line-height: 1.1;
}

body.home .franco-badge-2025 .badge small {
    display: block;
    font-size: 13px;
    opacity: 0.9;
}

body.home .franco-badge-2025 .badge:hover {
    transform: rotate(6deg) translateX(6px) translateY(6px);
}/* End custom CSS */