.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-7 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 */.entry-title{
        visibility: hidden;
}
/* General Fonts */
body {
  font-family: 'Tajawal', sans-serif;
  background: #fff;
  color: #333;
}

/* Hero */
#hero_section .elementor-heading-title {
  font-family: 'Cairo', sans-serif;
  font-size: 46px;
  font-weight: 700;
  animation: fadeInLeft 1s ease;
}
#hero_section .elementor-text-editor {
  font-size: 20px;
  margin-bottom: 20px;
  animation: fadeInLeft 1.2s ease;
}
#hero_section img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  animation: fadeInRight 1s ease;
}

/* Buttons */
.elementor-button {
  border-radius: 30px;
  padding: 14px 30px;
  font-weight: bold;
  background: linear-gradient(45deg, #C9A227, #0A2540);
  color: #fff !important;
  transition: 0.3s ease-in-out;
}
.elementor-button:hover {
  transform: scale(1.05);
  background: linear-gradient(45deg, #0A2540, #C9A227);
}

/* Headings */
.elementor-widget-heading h2 {
  font-family: 'Cairo', sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0A2540;
  position: relative;
}
.elementor-widget-heading h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #C9A227;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Blog Cards */
.elementor-post__thumbnail img {
  border-radius: 15px;
  transition: all 0.3s ease;
}
.elementor-post:hover img {
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Contact Section */
#contact_section {
  text-align: center;
}
#contact_section .elementor-heading-title {
  font-size: 32px;
  font-weight: bold;
  color: #C9A227;
  margin-bottom: 30px;
}
#contact_section .elementor-icon-list-text {
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
}
#contact_section .elementor-icon-list-icon i {
  color: #C9A227 !important;
  font-size: 20px;
  margin-left: 8px;
}

/* Animations */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}/* End custom CSS */