.elementor-45 .elementor-element.elementor-element-7963c78{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45 .elementor-element.elementor-element-280c94f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45 .elementor-element.elementor-element-a189ba3{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45 .elementor-element.elementor-element-1eb540f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45 .elementor-element.elementor-element-90c8e95{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45 .elementor-element.elementor-element-bdc1dbc{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45 .elementor-element.elementor-element-099a43b{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45 .elementor-element.elementor-element-6c66119{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-18b6590 *//* hero.css - Modern Hero Section Mobile-Friendly */
#hero-section.hero-section {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('https://images.unsplash.com/photo-1551434678-e076c223a692?w=1200') no-repeat center/cover;
  color: #fff;
  overflow: hidden;
}

/* Overlay */
#hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,55,153,0.8) 0%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}

/* Inner Content */
#hero-section .hero-inner {
  position: relative;
  z-index: 2;
  padding: 20px 15px;
  max-width: 900px;
  direction: rtl;
}

/* Title */
#hero-section .hero-title {
  font-family: 'Cairo', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 16px;
  color: #fff;
  text-shadow: 0 4px 15px rgba(0,0,0,0.4);
  animation: fadeSlideDown 1.2s ease forwards;
  line-height: 1.2;
}

/* Subtitle */
#hero-section .hero-sub {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.95);
  animation: fadeSlideUp 1.2s ease 0.3s forwards;
  opacity: 0;
  line-height: 1.4;
}

/* Buttons */
#hero-section .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

#hero-section .hero-buttons .btn {
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.35s ease;
  min-width: 160px;
}

/* Primary Button */
#hero-section .btn-primary {
  background: #f6b93b;
  color: #2c3e50;
  border: 2px solid #f6b93b;
  box-shadow: 0 6px 15px rgba(246,185,59,0.4);
}

#hero-section .btn-primary:hover {
  background: #f3a712;
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(243,167,18,0.5);
}

/* Secondary Button */
#hero-section .btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 4px 15px rgba(255,255,255,0.2);
}

#hero-section .btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px) scale(1.05);
  border-color: #f6b93b;
  color: #f6b93b;
}

/* Animations */
@keyframes fadeSlideDown {
  0% { opacity: 0; transform: translateY(-30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media(max-width:992px){
  #hero-section .hero-title { font-size: 2.5rem; }
  #hero-section .hero-sub { font-size: 1.1rem; }
}

@media(max-width:768px){
  #hero-section.hero-section { height: 80vh; padding: 20px 10px; }
  #hero-section .hero-title { font-size: 2rem; }
  #hero-section .hero-sub { font-size: 1rem; }
  #hero-section .hero-buttons { flex-direction: column; gap: 10px; }
  #hero-section .hero-buttons .btn { width: 100%; max-width: 250px; padding: 12px 0; }
}

@media(max-width:480px){
  #hero-section.hero-section { height: 70vh; }
  #hero-section .hero-title { font-size: 1.6rem; }
  #hero-section .hero-sub { font-size: 0.95rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d17da69 *//* portfolio.css - RTL Fixed and Centered Design */
#portfolio-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* Section Title */
#portfolio-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

#portfolio-section .section-title h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
  direction: rtl;
}

#portfolio-section .section-title p {
  font-size: 1.1rem;
  color: #555;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  direction: rtl;
}

/* Portfolio Grid */
#portfolio-section .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Portfolio Item */
#portfolio-section .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#portfolio-section .portfolio-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Portfolio Image */
#portfolio-section .portfolio-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

#portfolio-section .portfolio-item:hover img {
  transform: scale(1.12);
}

/* Overlay */
#portfolio-section .portfolio-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  opacity: 0;
  transition: all 0.45s ease;
  padding: 20px;
  direction: rtl;
}

#portfolio-section .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Overlay Text */
#portfolio-section .portfolio-overlay h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

#portfolio-section .portfolio-overlay span {
  font-size: 1rem;
  font-weight: 500;
  color: #ddd;
}

/* Responsive */
@media (max-width: 992px) {
  #portfolio-section .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #portfolio-section .portfolio-grid {
    grid-template-columns: 1fr;
  }

  #portfolio-section .portfolio-item img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2af69e3 *//* testimonials.css - Carousel Card Style */
#testimonials-section {
  padding: 80px 0;
  background: #f8f9fa;
  text-align: center;
  position: relative;
}

#testimonials-section .section-title h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1e3799;
  margin-bottom: 10px;
}

#testimonials-section .section-title p {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 40px;
}

/* Slider Container */
#testimonials-section .testimonial-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

/* Slides wrapper */
#testimonials-section .testimonial-slides {
  display: flex;
  transition: transform 0.6s ease;
}

/* Each slide card */
#testimonials-section .testimonial-slide {
  min-width: 300px;
  margin: 0 15px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
  flex-shrink: 0;
  transform: scale(0.85);
  opacity: 0.6;
  transition: transform 0.5s ease, opacity 0.5s ease;
  text-align: center;
}

#testimonials-section .testimonial-slide.active {
  transform: scale(1);
  opacity: 1;
}

#testimonials-section .testimonial-slide img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #4a69bd;
  margin-bottom: 15px;
}

#testimonials-section blockquote {
  font-style: italic;
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
}

#testimonials-section cite {
  display: block;
  font-size: 0.95rem;
  color: #555;
}

#testimonials-section cite strong {
  display: block;
  font-weight: 700;
  color: #1e3799;
  margin-bottom: 4px;
}

/* Controls */
#testimonials-section .slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

#testimonials-section .slider-controls button {
  background: #fff;
  border: 1px solid #e9ecef;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  pointer-events: all;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

#testimonials-section .slider-controls button:hover {
  background: #4a69bd;
  color: #fff;
  border-color: #4a69bd;
}

/* Responsive */
@media(max-width:768px){
  #testimonials-section .testimonial-slide {
    min-width: 250px;
  }
  #testimonials-section .slider-controls {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1619cfc *//* cta.css - Enhanced Design */
#cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #1e3799, #162447);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#cta-section h2 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff; /* make the title white */
}

#cta-section h2 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}

#cta-section p {
  font-size: 1.3rem;
  opacity: 0.95;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Button */
#cta-section .btn-primary {
  background: #f6b93b;
  color: #2c3e50;
  border: 2px solid #f6b93b;
  padding: 14px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

#cta-section .btn-primary:hover {
  background: #fff;
  color: #1e3799;
  border-color: #fff;
  transform: scale(1.05);
}

/* Icon in button */
#cta-section .btn-primary i {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

#cta-section .btn-primary:hover i {
  transform: translateX(5px);
}

/* Small animations for heading */
#cta-section h2 {
  animation: ctaHeading 1s ease forwards;
}

@keyframes ctaHeading {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}/* End custom CSS */