@font-face {
  font-family: 'Double-Bubble'; /* Give your font a custom name */
  src: url('/fonts/Double-Bubble.ttf') format('truetype'),
       url('/fonts/Double-Bubble-3D.ttf') format('truetype');
  font-weight: normal; /* Define the weight (e.g., normal, bold) */
  font-style: normal;  /* Define the style (e.g., normal, italic) */
}
/*#body-content {
  display: none;
} 
*/
nav{
  width: 90%;
  margin: auto;
}
  /* Modern Footer Styles */
  .modern-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
  }
  
  .footer-main {
    padding: 4rem 0 2rem;
  }
  
  .footer-widget {
    margin-bottom: 2rem;
  }
  .footer-widget {
      display: flex;
      flex-direction: column;
      align-items: center; 
      justify-content: center;
      text-align: center;
  }
  .footer-widget .fb-page {
    width: 100% !important; 
    max-width: 100%; 
    overflow: hidden; 
}
  
  .footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  
  .logo-img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 10px;
  }
  
  .logo-text {
    color: #f1683a;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;
  }
  
  .footer-description {
    color: #bdc3c7;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  
  .widget-title {
    color: #f1683a;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    position: relative;
  }
  
  .widget-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #f1683a;
    border-radius: 2px;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-links li {
    margin-bottom: 12px;
  }
  
  .footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    padding: 8px 0;
  }
  
  .footer-links a:hover {
    color: #f1683a;
    transform: translateX(5px);
  }
  
  .footer-links i {
    width: 16px;
    color: #f1683a;
  }
  
  .social-links {
    display: flex;
    gap: 15px;
    margin-top: 1.5rem;
  }
  
  .social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
  }
  .social-link.facebook:hover {
    background: #3b5998;
    transform: translateY(-3px);
  }
  
  .social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    transform: translateY(-3px);
  }
  
  .social-link.youtube:hover {
    background: #ff0000;
    transform: translateY(-3px);
  }
  
  .social-link.linkedin:hover {
    background: #0077b5;
    transform: translateY(-3px);
  }
  
  .contact-info {
    margin-bottom: 2rem;
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #bdc3c7;
  }
  
  .contact-item i {
    color: #f1683a;
    width: 20px;
  }
  
  .newsletter {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(241, 104, 58, 0.2);
  }
  
  .newsletter h6 {
    color: #f1683a;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .newsletter p {
    color: #bdc3c7;
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  
  .newsletter-form {
    display: flex;
    gap: 10px;
  }
  
  .newsletter-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.9rem;
  }
  
  .newsletter-input::placeholder {
    color: #bdc3c7;
  }
  
  .newsletter-input:focus {
    outline: none;
    border-color: #f1683a;
    background: rgba(255, 255, 255, 0.15);
  }
  
  .newsletter-btn {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(45deg, #f1683a, #e55a2b);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .newsletter-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(241, 104, 58, 0.4);
  }
  
  .footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .copyright {
    color: #bdc3c7;
    margin: 0;
    font-size: 0.9rem;
  }
  
  .footer-bottom-links {
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
  }
  
  .footer-bottom-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
  }
  
  .footer-bottom-links a:hover {
    color: #f1683a;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {    
    .footer-bottom-links {
      justify-content: center;
      margin-top: 1rem;
    }
    
    .newsletter-form {
      flex-direction: column;
    }
    
    .newsletter-btn {
      width: 100%;
      border-radius: 25px;
    }
  }
  
  @media (max-width: 480px) {
    .footer-logo {
      flex-direction: column;
      text-align: center;
    }
    
    .logo-img {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  
  /* Modern 3D Hero Section */
  .hero-section {
    position: relative;
    height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px; /* Account for fixed navbar */
  }
  
  .hero-container {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
  }
  
  .hero-title {
    
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .hero-title span{
    font-family: Double-Bubble !important;;
    font-optical-sizing: auto;
    font-weight: 900;
  }
  .title-line {
    display: block;
    opacity: 0;
    transform: translateY(50px);
    animation: slideInUp 1s ease-out forwards;
  }
  
  .title-line:nth-child(2) {
    animation-delay: 0.3s;
  }
  
  .green-text {
    color: #f1683a;
    text-shadow: 0 0 20px rgba(241, 104, 58, 0.5);
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.6s forwards;
  }
  
  .hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.9s forwards;
  }
  
  .btn-primary-3d, .btn-secondary-3d {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  
  .btn-primary-3d {
    background: linear-gradient(45deg, #f1683a, #e55a2b);
    color: white;
    box-shadow: 0 10px 30px rgba(241, 104, 58, 0.3);
  }
  
  .btn-secondary-3d {
    background: transparent;
    color: white;
    border: 2px solid white;
  }
  
  .btn-primary-3d:hover, .btn-secondary-3d:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  }
  
  /* 3D Slider */
  .slider-3d-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .slider-3d {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
  }
  
  .slide-3d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(90deg);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .slide-3d.active {
    opacity: 1;
    transform: rotateY(0deg);
  }
  
  .slide-content {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
  }
  
  .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 2rem;
    color: white;
  }
  
  .slide-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
  }
  
  .slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 5;
  }
  
  .slider-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
  }
  
  .slider-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
  }
  
  .slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 5;
  }
  
  .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .dot.active {
    background: #f1683a;
    transform: scale(1.2);
  }
  
  /* About Section */
  .about-section {
    padding: 6rem 0;
    background: #f8f9fa;
  }
  
  .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  
  .about-text {
    padding-right: 2rem;
  }
  
  .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
  }
  
  .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(45deg, #f1683a, #e55a2b);
    border-radius: 2px;
  }
  
  .about-description p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 2rem;
  }
  
  .about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
  }
  
  .stat-item {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .stat-item:hover {
    transform: translateY(-5px);
  }
  
  .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f1683a;
    margin-bottom: 0.5rem;
  }
  
  .stat-label {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .btn-learn-more {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(45deg, #f1683a, #e55a2b);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(241, 104, 58, 0.3);
  }
  
  .btn-learn-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(241, 104, 58, 0.4);
    text-decoration: none;
    color: white;
  }
  .btn-video-url {
    display: inline-block;
    padding: 15px 30px;
    background: transparent;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(241, 104, 58, 0.3);
  }
  .btn-video-url:hover {
    transform: translateY(-3px);
    background-color: linear-gradient(45deg, #f1683a, #e55a2b)!important;
    box-shadow: 0 15px 40px rgba(241, 104, 58, 0.4);
    text-decoration: none;
    color: white;
  }
  .about-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo-container {
    position: relative;
    padding: 3rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.3s ease;
  }
  
  .logo-container:hover {
    transform: perspective(1000px) rotateY(0deg);
  }
  
  .company-logo {
    max-width: 300px;
    height: auto;
  }
  
  .logo-placeholder {
    padding: 3rem;
    background: linear-gradient(45deg, #f1683a, #e55a2b);
    color: white;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  
  /* Services Section */
  .services-section {
    padding: 6rem 0;
    
  }
  
  .section-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .section-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-top: 1rem;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
  }
  
  .service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
  }
  
  .service-card.animate {
    opacity: 1;
    transform: translateY(0);
  }
  
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  }
  
  .card-inner {
    position: relative;
    height: 100%;
  }
  
  .card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
  }
  
  .service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .service-card:hover .service-image {
    transform: scale(1.1);
  }
  
  .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(241, 104, 58, 0.8), rgba(229, 90, 43, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .service-card:hover .card-overlay {
    opacity: 1;
  }
  
  .overlay-content {
    text-align: center;
    color: rgb(75, 75, 75);
    padding: 1rem;
  }
  
  .service-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .service-description {
    font-size: 0.9rem;
    opacity: 0.9;
  }
  
  .card-content {
    padding: 2rem;
  }
  
  .card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(75, 75, 75);
  }
  
  .card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
  }
  
  .card-actions {
    display: flex;
    gap: 1rem;
  }
  
  .btn-service-primary, .btn-service-secondary {
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9rem;
  }
  
  .btn-service-primary {
    background: #f1683a;
    color: white;
  }
  
  .btn-service-secondary {
    background: transparent;
    color: #f1683a;
    border: 2px solid #f1683a;
  }
  
  .btn-service-primary:hover, .btn-service-secondary:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
  }
  
  /* Animations */
  @keyframes slideInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
  }
  
  .animate-on-scroll.animate {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .hero-title {
      font-size: 2.5rem;
    }
    
    .hero-subtitle {
      font-size: 1.2rem;
    }
    
    .about-content {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    
    .about-text {
      padding-right: 0;
    }
    
    .about-stats {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    
    .services-grid {
      grid-template-columns: 1fr;
    }
    
    .hero-buttons {
      flex-direction: column;
      align-items: center;
    }
    
    .btn-primary-3d, .btn-secondary-3d {
      width: 100%;
      max-width: 300px;
    }
  }
  
  @media (max-width: 480px) {
    .hero-title {
      font-size: 2rem;
    }
    
    .section-title {
      font-size: 2rem;
    }
    
    .slider-controls {
      padding: 0 1rem;
    }
    
    .slider-btn {
      width: 40px;
      height: 40px;
      font-size: 1.2rem;
    }
  }
  /*##################### team section #####################*/
  /*HH+HHHHHHHHHHHHHHHH*/
/* Team section */
.team-wrap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 5% 0%;
  }
  .team-headline {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 36px;
    font-weight: 700;
    color: #16263a;
  }
  .team-subtitle {
    text-align: center;
    margin: 0 0 28px 0;
    color: #5b6675;
    font-size: 16px;
  }
  .team {
    --gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--gap);
  }
  @media (max-width: 1024px) {
    .team { grid-template-columns: repeat(3, minmax(0,1fr)); }
  }
  @media (max-width: 768px) {
    .team { grid-template-columns: repeat(2, minmax(0,1fr)); }
  }
  @media (max-width: 480px) {
    .team { grid-template-columns: 1fr; }
  }
  .member {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 12px 24px -8px rgba(22, 38, 58, 0.25);
  }
  .member__img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease, filter .4s ease, opacity .4s ease;
  }
  .member__info {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 16px 16px 18px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
  }
  .member__name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }
  .member__role {
    margin: 4px 0 0 0;
    font-size: 14px;
    opacity: .9;
  }
  
  /* Blur other images on hover, keep hovered sharp */
  .team:hover .member .member__img {
    filter: blur(4px) saturate(.85) brightness(.9);
    transform: scale(.95);
    opacity: .9;
  }
  .team .member:hover .member__img {
    filter: none;
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
  
  /* Touch devices: reduce strong blur (optional safe default) */
  @media (hover: none) and (pointer: coarse) {
    .team:hover .member .member__img { filter: none; transform: none; }
  }

  /* Quote Popup Styles */
  .quote-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
  }
  .quote-popup.active { display: flex; }
  .quote-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
  }
  .quote-popup__dialog {
    position: relative;
    width: 95%;
    max-width: 760px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.35);
    z-index: 1;
    animation: modalSlideIn .3s ease;
  }
  .quote-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: background .2s ease;
  }
  .quote-popup__close:hover { background: rgba(0,0,0,0.2); }
  .quote-popup__header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 28px 28px 22px;
  }
  .quote-popup__header h3 {
    margin: 0 0 6px 0;
    font-size: 26px;
    font-weight: 800;
  }
  .quote-popup__header p { margin: 0; opacity: .9; }
  .quote-form { padding: 22px 28px 28px; }
  .quote-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .form-group { display: flex; flex-direction: column; }
  .form-group--full { grid-column: 1 / -1; }
  .form-group label { font-weight: 600; color: #2c3e50; margin-bottom: 6px; }
  .form-group input,
  .form-group select,
  .form-group textarea {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: #f1683a;
    box-shadow: 0 0 0 3px rgba(241, 104, 58, 0.15);
  }
  .error { color: #d14a1c; font-size: 12px; margin-top: 6px; min-height: 16px; }
  .quote-form__actions { display: flex; gap: 12px; margin-top: 10px; }
  .quote-form__feedback { margin-top: 12px; color: #2c3e50; font-weight: 600; }
  @media (max-width: 640px){ .quote-form__grid { grid-template-columns: 1fr; } }

  /* Service Details Page Styles */
  /* Full Screen Loader */

  .site-loader {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .4s ease, visibility .4s ease;
  }
  .site-loader[aria-hidden="true"] { opacity: 0; visibility: hidden; }
  .site-loader__inner { text-align: center; color: #fff; }
  .site-loader__logo img {
    width: 90px; height: 90px; border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
    animation: floatY 2.2s ease-in-out infinite;
  }
  .site-loader__brand {
    margin-top: 16px;
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 28px;
  }
  .site-loader__brand .brand-line { display:block; opacity:0; transform: translateY(12px); animation: riseIn .7s .2s forwards; }
  .site-loader__brand .brand-line.accent { color:#f1683a; animation-delay: .5s; }
  .site-loader__spinner {
    margin: 22px auto 0;
    width: 64px; height: 64px; border-radius: 50%;
    border: 4px solid rgba(255,255,255,.25);
    border-top-color: #fff;
    animation: spin 1s linear infinite;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  @keyframes floatY { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-8px);} }
  @keyframes riseIn { to { opacity:1; transform: translateY(0); } }
  .service-hero {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: -71px;
  }

  .service-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(241, 104, 58, 0.8), rgba(229, 90, 43, 0.6));
  }

  .service-hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
  }

  .hero-text {
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .service-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .service-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
  }

  .hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-primary-modern, .btn-secondary-modern {
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .btn-primary-modern {
    background: linear-gradient(45deg, #f1683a, #e55a2b);
    color: white;
    box-shadow: 0 10px 30px rgba(241, 104, 58, 0.3);
  }

  .btn-secondary-modern {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    backdrop-filter: blur(10px);
  }

  .btn-primary-modern:hover, .btn-secondary-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: white;
  }

  /* Service Description Section */
  .service-description-section {
    padding: 6rem 0;
    background: #f8f9fa;
  }

  .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }

  .content-text {
    padding-right: 2rem;
  }

  .description-content {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 3rem;
  }

  .service-features {
    display: grid;
    gap: 2rem;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .feature-item:hover {
    transform: translateY(-5px);
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #f1683a, #e55a2b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
  }

  .feature-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
  }

  .feature-content p {
    color: #666;
    margin: 0;
  }

  .content-image {
    display: flex;
    justify-content: center;
  }

  .image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .image-container:hover {
    transform: scale(1.05);
  }

  .service-main-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .image-container:hover .image-overlay {
    opacity: 1;
  }

  .overlay-content {
    text-align: center;
    color: white;
  }

  .overlay-content i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
  }

  .overlay-content span {
    font-size: 1.2rem;
    font-weight: 600;
  }

  /* Modern Gallery Section */
  .modern-gallery-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  }
  /* Mosaic Masonry Gallery */
  .masonry-gallery{
    column-count: 3;
    column-gap: 16px;
  }

  
    /* --- Background Geometric Shapes --- */
    .shape {
      position: absolute;
      background-color: #eb61355c;/* Semi-transparent white */
      animation: moveAndRotate 15s infinite linear;
      z-index: 100; /* Keep shapes behind content */
    }
  
    .shape.square {
      width: 80px;
      height: 80px;
      top: 25%;
      left: 6%;
      animation-delay: 0s;
      z-index: 100;
    }
  
    .shape.circle {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      top: 50%;
      left: 20%;
      animation-delay: 3s;
      z-index: 100;
    }
  
    .shape.triangle {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      top: 30%;
      right: 35%;
      animation-delay: 6s;
      z-index: 100;
    }
  
    .shape.square-small {
      width: 50px;
      height: 50px;
      top: 50%;
      right: 12%;
      animation-delay: 9s;
      z-index: 100;
    }
  
    .shape.circle-small {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      bottom: 35%;
      left: 40%;
      animation-delay: 12s;
      z-index: 100;
    }
  
    @keyframes moveAndRotate {
      0% {
        transform: translate(0, 0) rotate(0deg);
      }
      25% {
        transform: translate(50px, -50px) rotate(90deg);
      }
      50% {
        transform: translate(100px, 0px) rotate(180deg);
      }
      75% {
        transform: translate(50px, 50px) rotate(270deg);
      }
      100% {
        transform: translate(0, 0) rotate(360deg);
      }
    }
@media(max-width: 768px) {
  .shape.square-small {
    top: 35%;
    right: 35% !important;
  }
  .shape.square-small {
    top: 50%;
    right: 30% !important;
  }
}

  @media(max-width: 992px){
     .masonry-gallery{ 
      column-count: 2; 
    }
  }
  @media(max-width: 576px){
     .masonry-gallery{
       column-count: 1; 
      }
    }
  .masonry-item{ break-inside: avoid; margin-bottom: 16px; overflow:hidden; border-radius: 16px; }
  .masonry-item img{ width:100%; height:auto; display:block; transform: scale(1.02); transition: transform .6s ease, filter .6s ease; filter: brightness(.92); }
  .masonry-item:hover img{ transform: scale(1.06); filter: brightness(1); }

  .gallery-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .gallery-header .section-title {
    color: white;
  }

  .gallery-header .section-title::after {
    background: linear-gradient(45deg, #f1683a, #e55a2b);
  }

  .section-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-top: 1rem;
  }

  .gallery-filter {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }

  .filter-btn {
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: white;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .filter-btn.active,
  .filter-btn:hover {
    background: #f1683a;
    border-color: #f1683a;
    transform: translateY(-2px);
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }

  .gallery-item {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
  }

  .gallery-item.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .gallery-item.hidden {
    display: none;
  }

  .gallery-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
  }

  .gallery-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  }

  .gallery-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
  }

  .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .gallery-card:hover .gallery-image {
    transform: scale(1.1);
  }

  .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(241, 104, 58, 0.8), rgba(229, 90, 43, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .gallery-card:hover .gallery-overlay {
    opacity: 1;
  }

  .overlay-actions {
    display: flex;
    gap: 1rem;
  }

  .action-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
  }

  .action-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
  }

  .gallery-info {
    padding: 1.5rem;
  }

  .gallery-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: white;
  }

  .video-card {
    background: rgba(255, 255, 255, 0.05);
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .no-gallery {
    text-align: center;
    padding: 4rem 0;
  }

  .no-gallery-content {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
  }

  .no-gallery-content i {
    font-size: 4rem;
    color: #f1683a;
    margin-bottom: 1rem;
  }

  .no-gallery-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: white;
  }

  .no-gallery-content p {
    font-size: 1.1rem;
    opacity: 0.8;
    margin: 0;
  }

  /* Image Modal */
  .image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }

  .image-modal.active {
    display: flex;
  }

  .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
  }

  .modal-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
  }

  @keyframes modalSlideIn {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.3s ease;
  }

  .modal-close:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .modal-image-container {
    max-height: 70vh;
    overflow: hidden;
  }

  .modal-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .modal-info {
    padding: 1.5rem;
    background: #f8f9fa;
  }

  .modal-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .service-title {
      font-size: 2.5rem;
    }

    .service-subtitle {
      font-size: 1.2rem;
    }

    .content-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .content-text {
      padding-right: 0;
    }

    .hero-actions {
      flex-direction: column;
      align-items: center;
    }

    .btn-primary-modern, .btn-secondary-modern {
      width: 100%;
      max-width: 300px;
    }

    .gallery-grid {
      grid-template-columns: 1fr;
    }

    .gallery-filter {
      flex-direction: column;
      align-items: center;
    }

    .filter-btn {
      width: 100%;
      max-width: 200px;
    }
  }
  /*last update */
  @media screen and (max-height: 850px){
  .slider .list .item .content {
    width: 100% !important ;
  }
  .slider .list .item .content h2{
    font-size: 42px !important;
  }
}
@media (min-width: 768px) {
  .serve .content .S-title {
    font-size: 40px;
  }
  .serve-img .clipped-image{
    width: 250px;
    height: 250px;
  }
  .about-content{
    grid-template-columns:1fr;
  }
}
/*end */
  @media screen and (max-height: 700px){
      .serve .content .s-row{
        padding-top: 0 !important;
      }
      .S-title{
        font-size: 40px !important;
      }
      .slider .list .item .content h2{
        font-size: 42px !important;
      }
  }
  @media (max-width: 480px) {
    .service-title {
      font-size: 2rem;
    }

    .service-hero {
      height: 60vh;
    }

    .feature-item {
      flex-direction: column;
      text-align: center;
    }

    .modal-content {
      max-width: 95vw;
      max-height: 95vh;
    }
  }
  @media (max-width: 1024px) {
    .footer-widget .fb-page {
        width: 100% !important;
        height: auto !important; 
    }

    .footer-widget {
        padding: 10px; 
    }
}