/*
Theme Name: wassim dev
Theme URI: https://www.wassim.alyaoui.com/
Template: glint
Author: Wassim Alyaoui
Author URI: https://www.wassim.alyaoui.com/
Description: Wassim – Personal Portfolio Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,blog,clean,creative,designer,developer,minimal,one page,personal,personal portfolio,personal-resume,photography,portfolio,responsive,resume,vcard,freelancers,Artist,business,agency,fashion
Version: 6.1.0.1776598327
Updated: 2026-04-19 13:32:07

*/
:root {
  --primary-color: #2ecc71;
  --secondary-color: #27ae60;
  --dark-bg: #0f0f0f;
  --dark-card: #1a1a1a;
  --text-light: #e0e0e0;
  --text-muted: #a0a0a0;
  --border-color: #333333;
  --accent-color: #00ff88;
  --transition: all 0.3s ease;
}
.difference-list {
  list-style: none;
  padding: 0;
}
.primery-heading p {
  margin: 20px 0;
}

.difference-list li {
  padding: 8px 0;
  color: var(--text-light);
  font-size: 18px;
}

.difference-list li::before {
  content: "✓ ";
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 10px;
}
.service-area .row .col-lg-4 .single-service {
  min-height: 380px;
}
.service-area .row .col-lg-4 {
  padding-bottom: 20px;
}
.portfolio-carousel.owl-carousel .owl-item img {
  max-height: 450px;
  object-fit: cover;
}

.skill-tag {
  background: rgba(46, 204, 113, 0.1);
  color: var(--primary-color);
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  border: 1px solid rgba(46, 204, 113, 0.3);
}
.skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.service-features {
  list-style: none;
  color: var(--text-light);
  font-size: 0.95rem;
	padding: 0;
}

.service-features li {
  padding: 5px 0;
  padding-left: 1.5rem;
  position: relative;
}

.service-features li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}
.single-service.active .service-features li::before ,
.single-service:hover .service-features li::before {
  color: #fff;
}
.single-service,
.skill-box1 {
  border-radius: 8px !important;
}

/* ==================== FOOTER ==================== */
.footer-copyright {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
  color: var(--text-muted);
  font-size: 0.9rem;
}
/* ===========================
   FAQ Elementor Premium
=========================== */

.e-n-accordion {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.e-n-accordion-item {
  background: linear-gradient(
    135deg,
    rgba(46, 204, 113, 0.05),
    rgba(0, 255, 136, 0.02)
  );
  border: 1px solid var(--border-color);
  border-radius: 16px;
  overflow: hidden;
  transition: 0.35s;
}

.e-n-accordion-item:hover {
  border-color: var(--primary-color);
  transform: translateY(-3px);
}

.e-n-accordion-item[open] {
  border-color: var(--primary-color);
}

/* Question */

.e-n-accordion-item-title {
  padding: 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(46, 204, 113, 0.02);
  cursor: pointer;
}
.e-n-accordion-item-title:hover {
  background: rgba(46, 204, 113, 0.08);
}

.e-n-accordion-item-title-text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

/* Réponse */

.e-n-accordion-item .elementor-widget-text-editor {
  padding: 0 28px 25px;
}

.e-n-accordion-item .elementor-widget-text-editor,
.e-n-accordion-item .elementor-widget-text-editor p {
  color: #b7c1d1;
  font-size: 16px;
  line-height: 1.8;
}

/* Responsive */

@media (max-width: 768px) {
  .e-n-accordion-item-title {
    padding: 18px !important;
  }

  .e-n-accordion-item-title-text {
    font-size: 17px;
  }

  .e-n-accordion-item .elementor-widget-text-editor {
    padding: 5px;
  }

  .e-n-accordion-item-title-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}
.footer-section p {
  color: var(--text-muted);
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.footer-section a:hover {
  color: var(--primary-color);
}
.banner-social li a {
    font-size: 18px;
    padding: 8px;
}
.single-service {
    text-align: left;
}
.service-icon {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .single-welcome-area {
        text-align: center;
        height: 600px;
    }
}
.navs-tag li a {
    color: #fff;
}
.single-blog {
    border-radius: 8px;
    overflow: hidden;
}
.single-blog:hover {
transform: translatey(-3px);
}
.elementor-widget-glint-experience-widget-dark h3 {
	color: #fff;
}