   :root {
            --bg-dark: #f0f4f8;
            --bg-card: #ffffff;
            --orange: #2563eb;
            --orange-hover: #1d4ed8;
            --white: #1e293b;
            --light: #475569;
            --muted: #64748b;
            --border: rgba(30, 41, 59, 0.1);
            --accent-light: #dbeafe;
            --accent-glow: rgba(37, 99, 235, 0.15);
            --hero-start: #e0ecff;
            --hero-mid: #c7d9f7;
            --hero-end: #f0f4f8;
            --card-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(37,99,235,0.06);
            --card-shadow-hover: 0 8px 32px rgba(37,99,235,0.13);
            --text-heading: #0f172a;
            --text-body: #334155;
            --footer-bg: #1e293b;
            --footer-text: #94a3b8;
            --footer-heading: #f1f5f9;
            --success-green: #16a34a;
            --wa-green: #25d366;
        }

        * { margin:0; padding:0; box-sizing:border-box; }

        html { scroll-behavior: smooth; }

        body {
            font-family: 'Roboto', Arial, sans-serif;
            background: var(--bg-dark);
            color: var(--text-body);
            line-height: 1.6;
            overflow-x: hidden;
        }

        a { text-decoration:none; color:inherit; }
        ul { list-style:none; }
        img { max-width:100%; display:block; }

        .container { max-width:1140px; margin:0 auto; padding:0 20px; }


        .nav {
            position:fixed; top:0; left:0; width:100%;
            z-index:100; padding:18px 0;
            transition: background 0.3s, padding 0.3s, box-shadow 0.3s;
            background: rgba(255,255,255,0.7);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
        }
        .nav.scrolled {
            background: rgba(255,255,255,0.95);
            padding: 10px 0;
            box-shadow: 0 1px 24px rgba(37,99,235,0.08);
        }
        .nav .container { display:flex; align-items:center; justify-content:space-between; }

        .logo { display:flex; align-items:center; gap:10px; font-weight:700; font-size:1.3rem; color:var(--text-heading); }
		.logo_ {  display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 35px;
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--text-heading);
    text-decoration: none;
	margin: 0 auto;
    width: fit-content;	}
        .logo-box {
            width:40px; height:40px; background: linear-gradient(135deg, #2563eb, #3b82f6);
            border-radius:10px; display:flex; align-items:center; justify-content:center;
            box-shadow: 0 4px 12px rgba(37,99,235,0.3);
        }
        .logo-box svg { width:22px; height:22px; fill:#ffffff; }
        .logo span { color:var(--orange); }
		.logo_ span { color:var(--orange); }

        .nav-links { display:flex; gap:28px; }
        .nav-links a {
            font-size:0.92rem; color:var(--text-body); transition:color 0.3s;
            position: relative;
        }
        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--orange);
            border-radius: 2px;
            transition: width 0.3s;
        }
        .nav-links a:hover { color:var(--orange); }
        .nav-links a:hover::after { width: 100%; }

        .nav-phone { color:var(--orange); font-weight:600; font-size:0.92rem; }

        .burger { display:none; flex-direction:column; gap:5px; cursor:pointer; z-index:101; }
        .burger i { width:26px; height:2px; background:var(--text-heading); transition:0.3s; border-radius:2px; }
        .burger.open i { background:#ffffff; }
        .burger.open i:nth-child(1){ transform:rotate(45deg) translate(5px,5px); }
        .burger.open i:nth-child(2){ opacity:0; }
        .burger.open i:nth-child(3){ transform:rotate(-45deg) translate(5px,-5px); }

        .mob-menu {
            display:none; position:fixed; inset:0;
            background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
            z-index:99; flex-direction:column; align-items:center; justify-content:center; gap:28px;
            opacity:0; visibility:hidden; transition:0.3s;
        }
        .mob-menu.open { opacity:1; visibility:visible; }
        .mob-menu a { color:#ffffff; font-size:1.4rem; transition: 0.3s; }
        .mob-menu a:hover { opacity: 0.8; }


        .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;        
    align-items: center;           
    justify-content: flex-start;   
    text-align: center;
    padding: 80px 20px 80px;       
    background: linear-gradient(160deg, #e8f0fe 0%, #f5f7fa 30%, #fff 60%, #eef4fb 100%);
    position: relative;
    overflow: hidden;
    gap: 0;
}
        .hero::before {
    content:''; position:absolute; top:-50%; right:-30%;
    width:800px; height:800px;
    background: radial-gradient(circle, rgba(37,99,235,0.08) 0%, transparent 70%);
    border-radius:50%;
    pointer-events:none;
}
        .hero::after {
    content:''; position:absolute; bottom:-30%; left:-20%;
    width:600px; height:600px;
    background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%);
    border-radius:50%;
    pointer-events:none;
}
        .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;                
    padding-top: 2px;
    text-align: center;
}

        .hero-badge {
            display:inline-block; padding:7px 18px; margin-bottom:22px;
            background: rgba(37,99,235,0.08); border:1px solid rgba(37,99,235,0.2);
            border-radius:30px; color:var(--orange); font-size:0.82rem;
            letter-spacing:1.5px; text-transform:uppercase; font-weight:600;
        }

        .hero h1 {
            font-size:clamp(1.8rem,5vw,3.2rem); font-weight:800;
            color:var(--text-heading); line-height:1.2; margin-bottom:2px;
        }
        .hero h1 em {
            color:var(--orange); font-style:normal;
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero p { font-size:1.1rem; color:var(--text-body); margin-bottom:14px; font-weight:300; }

        .hero-features { display:flex; gap:24px; justify-content:center; flex-wrap:wrap; margin-bottom:27px; }
        .hero-features span { display:flex; align-items:center; gap:6px; font-size:0.92rem; color:var(--text-body); }
        .hero-features span::before {
            content:''; display:inline-block; width:8px; height:8px;
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            border-radius:50%; flex-shrink:0;
        }

        .hero-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

        .btn {
            display:inline-flex; align-items:center; gap:8px;
            padding:15px 32px; border-radius:10px; font-size:0.95rem;
            font-weight:600; cursor:pointer; transition:0.3s; border:none;
            font-family:'Roboto',sans-serif;
        }
        .btn-orange {
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            color:#fff;
            box-shadow: 0 4px 16px rgba(37,99,235,0.3);
        }
        .btn-orange:hover {
            background: linear-gradient(135deg, #1d4ed8, #2563eb);
            transform:translateY(-2px);
            box-shadow:0 8px 28px rgba(37,99,235,0.4);
        }
        .btn-outline {
            background:#ffffff; color:var(--text-heading);
            border:2px solid rgba(37,99,235,0.2);
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        .btn-outline:hover {
            border-color:var(--orange); color:var(--orange);
            box-shadow: 0 4px 16px rgba(37,99,235,0.12);
        }
		
		
.hero {
  flex-direction: column;         
  align-items: stretch;            
  padding-top: 80px;              
  gap: 0;
}


.hero-slider {
  position: relative;
  width: 100vw;                    
  left: 50%;
  transform: translateX(-50%);    
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 24px;
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}


.hero-slider__track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}


.hero-slider__slide {
  min-width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


.hero-slider__slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.8s ease;
}



.hero-slider__slide.active img {
  transform: scale(1.03);
}


.hero-slider__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 40px;
  background: linear-gradient(
    to top,
    rgba(10, 25, 60, 0.85) 0%,
    rgba(10, 25, 60, 0.4) 60%,
    transparent 100%
  );
  color: #fff;
  text-align: left;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}

.hero-slider__slide.active .hero-slider__caption {
  opacity: 1;
  transform: translateY(0);
}

.hero-slider__tag {
  display: inline-block;
  background: rgba(37, 99, 235, 0.85);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-slider__caption h2 {
  font-size: clamp(1.1rem, 3vw, 1.8rem);
  font-weight: 800;
  margin: 0 0 6px;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hero-slider__caption p {
  font-size: clamp(0.82rem, 2vw, 1rem);
  opacity: 0.88;
  margin: 0;
  font-weight: 300;
}


.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  z-index: 10;
  padding: 0;
}

.hero-slider__arrow:hover {
  background: rgba(37, 99, 235, 0.75);
  border-color: #3b82f6;
  transform: translateY(-50%) scale(1.1);
}

.hero-slider__arrow--prev { left: 20px; }
.hero-slider__arrow--next { right: 20px; }


.hero-slider__dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.8);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s, width 0.3s;
}

.hero-slider__dot.active {
  background: #fff;
  width: 28px;                     
  border-radius: 6px;
  transform: none;
}



@media (max-width: 768px) {

  .hero {
    padding-top: 70px;
  }

  .hero-slider__slide img {
    height: 220px;                 
  }

  .hero-slider__caption {
    padding: 16px 20px;
  }

  .hero-slider__caption h2 {
    font-size: 1rem;
  }

  .hero-slider__caption p {
    display: none;                 
  }

  .hero-slider__arrow {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
  }

  .hero-slider__arrow--prev { left: 10px; }
  .hero-slider__arrow--next { right: 10px; }

  .hero-slider__dot {
    width: 8px;
    height: 8px;
  }

  .hero-slider__dot.active {
    width: 22px;
  }
}

@media (max-width: 480px) {

  .hero-slider__slide img {
    height: 180px;
  }

  .hero-slider__caption {
    padding: 12px 16px;
  }

  .hero-slider__tag {
    font-size: 0.65rem;
    padding: 3px 10px;
  }
}

       
        .stats {
            background:#ffffff;
            border-top:1px solid var(--border);
            border-bottom:1px solid var(--border);
            padding:36px 0;
            box-shadow: 0 2px 20px rgba(0,0,0,0.03);
        }
        .stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
        .stat-num {
            font-size:2.4rem; font-weight:800;
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .stat-lbl { font-size:0.88rem; color:var(--muted); margin-top:4px; }

        
        .section { padding:80px 0; }
        .sec-hdr { text-align:center; margin-bottom:50px; }
        .sec-label {
            color:var(--orange); font-size:0.8rem; font-weight:700;
            letter-spacing:2.5px; text-transform:uppercase; margin-bottom:12px;
        }
        .sec-title {
            font-size:clamp(1.6rem,3.5vw,2.5rem); font-weight:800;
            color:var(--text-heading); margin-bottom:12px;
        }
        .sec-title em {
            font-style:normal;
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .sec-desc { color:var(--muted); max-width:560px; margin:0 auto; font-size:1rem; }

        
        .adv-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:22px; }

        .adv-card {
            background:#ffffff; border:1px solid var(--border);
            border-radius:16px; padding:32px 26px; text-align:center;
            transition:0.35s;
            box-shadow: var(--card-shadow);
        }
        .adv-card:hover {
            transform:translateY(-6px);
            border-color:rgba(37,99,235,0.2);
            box-shadow: var(--card-shadow-hover);
        }

        .adv-icon {
            width:60px; height:60px; margin:0 auto 18px;
            background: var(--accent-light);
            border:1px solid rgba(37,99,235,0.12);
            border-radius:14px; display:flex; align-items:center; justify-content:center;
            transition:0.35s;
        }
        .adv-icon svg { width:28px; height:28px; fill:var(--orange); transition:0.35s; }
        .adv-card:hover .adv-icon {
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            border-color: transparent;
            box-shadow: 0 4px 16px rgba(37,99,235,0.3);
        }
        .adv-card:hover .adv-icon svg { fill:#ffffff; }

        .adv-card h3 { font-size:1.05rem; color:var(--text-heading); margin-bottom:10px; font-weight:700; }
        .adv-card p { font-size:0.88rem; color:var(--muted); line-height:1.6; }

       
		.sec-label_ {
    color: var(--orange);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
	
}
        .about { background:#ffffff; }
        .about-grid { display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; }

        .about-img {
            background-image: url("/images/gallery/Premium_.jpg");
			background-position: center center;     
    background-repeat: no-repeat;           
    background-size: contain;               
            border-radius:18px; height:380px; display:flex; align-items:center;
            justify-content:center; position:relative; overflow:hidden;
            box-shadow: 0 12px 40px rgba(37,99,235,0.2);
        }
        .about-img svg { width:120px; height:120px; fill:rgba(255,255,255,0.2); }
        .about-exp {
            position:absolute; top:16px; left:16px;
            background:#ffffff;
            color:var(--orange); padding:14px 18px; border-radius:12px; text-align:center;
            box-shadow: 0 4px 16px rgba(0,0,0,0.1);
        }
        .about-exp b { display:block; font-size:1.8rem; line-height:1; color:var(--orange); }
        .about-exp small { font-size:0.7rem; text-transform:uppercase; letter-spacing:1px; color:var(--muted); }

        .about-content h3 { font-size:1.8rem; color:var(--text-heading); margin-bottom:16px; line-height:1.3; }
        .about-content h3 em {
            font-style:normal;
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .about-content p { color:var(--muted); margin-bottom:20px; font-size:0.95rem; }

        .about-list li {
            padding:8px 0; display:flex; align-items:center; gap:10px;
            color:var(--text-body); font-size:0.92rem;
        }
        .check {
            width:22px; height:22px; background:var(--accent-light);
            border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0;
        }
        .check svg { width:12px; height:12px; fill:var(--orange); }

        
            .reviews-section {
      max-width: 1200px;
      margin: 40px auto;
      padding: 0 20px;
    }

    .reviews-section h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #1a1a2e;
    }

    .reviews-subtitle {
      text-align: center;
      font-size: 16px;
      color: #777;
      margin-bottom: 40px;
    }

   
    .reviews-wrapper {
      position: relative;
      padding: 0 54px; 
    }

    
    .reviews-viewport {
      overflow: hidden;
      width: 100%;
    }

    
    .reviews-track {
      display: flex;
      transition: transform 0.45s ease;
    }

    
    .review-card {
      flex-shrink: 0;
      padding: 0 10px;
    }

    .review-card-inner {
      background: #fff;
      border-radius: 14px;
      padding: 28px 22px;
      height: 100%;
      min-height: 280px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 3px 18px rgba(0,0,0,0.06);
      border: 1px solid #e8ecf1;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .review-card-inner:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    }

    .review-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }

    .review-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: linear-gradient(135deg, #667eea, #764ba2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      flex-shrink: 0;
    }

    .review-author {
      font-size: 15px;
      font-weight: 600;
      color: #1a1a2e;
    }

    .review-company {
      font-size: 12px;
      color: #999;
      margin-top: 2px;
    }

    .review-stars {
      display: flex;
      gap: 2px;
      margin-bottom: 12px;
      font-size: 17px;
    }

    .star { color: #fbbf24; }
    .star.empty { color: #ddd; }

    .review-text {
      font-size: 14px;
      line-height: 1.65;
      color: #555;
      flex-grow: 1;
    }

    .review-date {
      margin-top: 14px;
      font-size: 12px;
      color: #bbb;
      text-align: right;
    }

  
    .rev-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 2px solid #ccc;
      background: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.25s;
      box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    }

    .rev-btn:hover {
      background: #1a1a2e;
      border-color: #1a1a2e;
    }

    .rev-btn:hover svg { stroke: #fff; }

    .rev-btn svg {
      width: 18px;
      height: 18px;
      stroke: #333;
      stroke-width: 2.5;
      fill: none;
      transition: stroke 0.25s;
    }

    .rev-btn.prev { left: 0; }
    .rev-btn.next { right: 0; }

    .rev-btn:disabled {
      opacity: 0.25;
      cursor: default;
      pointer-events: none;
    }

    
    .rev-dots {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 28px;
    }

    .rev-dot {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #cfd5de;
      border: none;
      cursor: pointer;
      transition: 0.3s;
    }

    .rev-dot.active {
      background: #1a1a2e;
      transform: scale(1.25);
    }
	.sec-title em {
    font-style: normal;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sec-label {
    color: var(--orange);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
	text-align:center;
}

    
    @media (max-width: 1024px) {
      .reviews-wrapper { padding: 0 48px; }
    }

    @media (max-width: 700px) {
      .reviews-wrapper { padding: 0; }
      .rev-btn { display: none; }
      .reviews-section h2 { font-size: 24px; }

      .reviews-viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
      }

      .reviews-track { transition: none; }
      .review-card { scroll-snap-align: start; }
    }

        
             .section { padding: 60px 0; }

        .sec-hdr { text-align: center; margin-bottom: 36px; }
        .sec-label { font-size: 0.85rem; color: #3b82f6; margin-bottom: 8px; }
        .sec-title { font-size: 2rem; font-weight: 700; margin-bottom: 8px; }
        .sec-title em { font-style: normal; color: #3b82f6; }
        .sec-desc { color: var(--muted); font-size: 0.95rem; }

        
        .gallery { background: #ffffff; }

        .gal-filters {
            display: flex; gap: 10px; justify-content: center;
            flex-wrap: wrap; margin-bottom: 36px;
        }

        .gal-f {
            padding: 9px 20px; border-radius: 30px;
            border: 1px solid var(--border);
            background: #ffffff; color: var(--muted); cursor: pointer;
            font-family: inherit; font-size: 0.88rem;
            transition: 0.3s;
            box-shadow: 0 1px 4px rgba(0,0,0,0.04);
        }

        .gal-f:hover, .gal-f.on {
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            border-color: transparent; color: #fff;
            box-shadow: 0 4px 16px rgba(37,99,235,0.3);
        }

        .gal-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 14px;
        }

        .gal-item {
            aspect-ratio: 4/3; border-radius: 12px; overflow: hidden;
            cursor: pointer; position: relative;
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
            display: flex; align-items: center; justify-content: center;
            transition: 0.35s;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        }

        .gal-item:hover {
            transform: scale(1.03);
            box-shadow: 0 8px 24px rgba(37,99,235,0.15);
        }

        .gal-item img {
            position: absolute; top: 0; left: 0;
            width: 100%; height: 100%;
            object-fit: cover; object-position: center;
            transition: transform 0.4s ease;
        }

		.gal-item img.img-contain {
    object-fit: contain;
	background: linear-gradient(135deg, #ffffff, #bfdbfe);
}
.gal-caption.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 2px 6px;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

        .gal-item:hover img { transform: scale(1.08); }

        .gal-item .gal-label {
            position: absolute; bottom: 0; left: 0; right: 0;
            z-index: 2; padding: 12px;
            background: linear-gradient(transparent, rgba(30,41,59,0.75));
            color: #fff; font-size: 0.82rem; font-weight: 500;
            transform: translateY(100%); transition: 0.3s;
        }

        .gal-item:hover .gal-label { transform: translateY(0); }

        
        .gal-lb {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            z-index: 99999;
            display: none;
            align-items: center; justify-content: center;
        }

        .gal-lb.active {
            display: flex;
            animation: lbFadeIn 0.3s ease forwards;
        }

        @keyframes lbFadeIn {
            from { opacity: 0; }
            to   { opacity: 1; }
        }

        .gal-lb-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.9);
        }

        .gal-lb-wrap {
            position: relative; z-index: 2;
            display: flex; flex-direction: column;
            align-items: center;
            max-width: 92vw; max-height: 90vh;
            animation: lbZoomIn 0.3s ease;
        }

        @keyframes lbZoomIn {
            from { transform: scale(0.85); opacity: 0; }
            to   { transform: scale(1);    opacity: 1; }
        }

        .gal-lb-img {
            max-width: 90vw;
            max-height: 80vh;
            width: auto;
            height: auto;
            object-fit: contain;
            border-radius: 8px;
            box-shadow: 0 12px 48px rgba(0,0,0,0.6);
            user-select: none;
        }

        .gal-lb-caption {
            margin-top: 14px;
            color: #fff; font-size: 1.05rem;
            font-weight: 500; text-align: center;
        }

        .gal-lb-counter {
            margin-top: 6px;
            color: rgba(255,255,255,0.5);
            font-size: 0.82rem;
        }

        .gal-lb-close {
            position: absolute; top: 16px; right: 20px; z-index: 3;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            color: #fff; font-size: 2rem; line-height: 1;
            width: 48px; height: 48px; border-radius: 50%;
            cursor: pointer;
            display: flex; align-items: center; justify-content: center;
            transition: 0.3s;
        }

        .gal-lb-close:hover {
            background: rgba(255,255,255,0.25);
            transform: rotate(90deg);
        }

        .gal-lb-arrow {
            position: absolute; top: 50%;
            transform: translateY(-50%); z-index: 3;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            color: #fff; font-size: 1.3rem;
            width: 50px; height: 50px; border-radius: 50%;
            cursor: pointer;
            display: flex; align-items: center; justify-content: center;
            transition: 0.3s; user-select: none;
        }

        .gal-lb-arrow:hover {
            background: rgba(255,255,255,0.25);
        }

        .gal-lb-prev { left: 16px; }
        .gal-lb-next { right: 16px; }

        
        @media (max-width: 768px) {
            .section { padding: 40px 0; }
            .sec-title { font-size: 1.5rem; }

            .gal-filters {
                margin-bottom: 24px; gap: 8px;
            }

            .gal-f {
                padding: 7px 14px; font-size: 0.8rem;
            }

            .gal-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }

            .gal-item .gal-label {
                font-size: 0.75rem; padding: 8px 10px;
                transform: translateY(0);
            }

            .gal-item:hover { transform: none; }
            .gal-item:hover img { transform: none; }

            .gal-lb-img {
                max-width: 94vw; max-height: 70vh;
            }

            .gal-lb-caption { font-size: 0.9rem; padding: 0 16px; }

            .gal-lb-arrow { width: 40px; height: 40px; font-size: 1.1rem; }
            .gal-lb-prev { left: 8px; }
            .gal-lb-next { right: 8px; }

            .gal-lb-close {
                top: 12px; right: 12px;
                width: 42px; height: 42px; font-size: 1.6rem;
            }
        }

        @media (max-width: 480px) {
            .sec-title { font-size: 1.3rem; }

            .gal-filters {
                justify-content: flex-start;
                flex-wrap: nowrap;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                padding-bottom: 8px;
                margin-bottom: 20px; gap: 6px;
                scrollbar-width: none;
            }

            .gal-filters::-webkit-scrollbar { display: none; }

            .gal-f {
                padding: 6px 12px; font-size: 0.76rem;
                white-space: nowrap; flex-shrink: 0;
            }

            .gal-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
            }

            .gal-item { border-radius: 8px; }

            .gal-item .gal-label {
                font-size: 0.68rem; padding: 6px 8px;
            }

            .gal-lb-img { max-width: 96vw; max-height: 65vh; }

            .gal-lb-arrow { width: 34px; height: 34px; font-size: 0.95rem; }
            .gal-lb-prev { left: 4px; }
            .gal-lb-next { right: 4px; }

            .gal-lb-close {
                top: 8px; right: 8px;
                width: 36px; height: 36px; font-size: 1.4rem;
            }
        }

        @media (max-width: 360px) {
            .gal-grid { gap: 6px; }
            .gal-item { aspect-ratio: 1/1; border-radius: 6px; }
            .gal-item .gal-label { font-size: 0.62rem; padding: 4px 6px; }
        }

        @media (max-height: 500px) and (orientation: landscape) {
            .gal-lb-img { max-height: 75vh; max-width: 70vw; }
            .gal-lb-caption { font-size: 0.78rem; margin-top: 6px; }
            .gal-lb-counter { display: none; }
        }

        
        .contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:36px; }

        .form-box {
            background:#ffffff; border:1px solid var(--border);
            border-radius:16px; padding:12px;
            box-shadow: var(--card-shadow);
        }
        .form-box h3 { color:var(--text-heading); font-size:1.3rem; margin-bottom:22px; }

        .f-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }

        .f-group { margin-bottom:16px; }
        .f-group label { display:block; font-size:0.82rem; color:var(--muted); margin-bottom:6px; font-weight:500; }
        .f-group input, .f-group textarea, .f-group select {
            width:100%; padding:12px 14px;
            background:#f8fafc; border:1px solid #e2e8f0;
            border-radius:10px; color:var(--text-heading); font-family:'Roboto',sans-serif;
            font-size:0.92rem; outline:none; transition:0.3s;
        }
        .f-group input:focus, .f-group textarea:focus, .f-group select:focus {
            border-color:var(--orange);
            box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
            background:#ffffff;
        }
        .f-group textarea { min-height:100px; resize:vertical; }
        .f-group input::placeholder, .f-group textarea::placeholder { color:#94a3b8; }
        .f-group select option { background:#ffffff; }

        .f-submit {
            width:100%; padding:14px;
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            color:#fff;
            border:none; border-radius:10px; font-size:0.95rem; font-weight:600;
            cursor:pointer; transition:0.3s; font-family:'Roboto',sans-serif;
            box-shadow: 0 4px 16px rgba(37,99,235,0.3);
        }
        .f-submit:hover {
            background: linear-gradient(135deg, #1d4ed8, #2563eb);
            box-shadow: 0 6px 24px rgba(37,99,235,0.4);
            transform:translateY(-1px);
        }

        .f-ok { display:none; text-align:center; padding:30px 10px; }
        .f-ok.show { display:block; }
        .f-ok svg { width:56px; height:56px; fill:var(--success-green); margin:0 auto 14px; }
        .f-ok h4 { color:var(--text-heading); margin-bottom:6px; font-size:1.15rem; }
        .f-ok p { color:var(--muted); font-size:0.9rem; }

        .info-cards { display:flex; flex-direction:column; gap:14px; }
        .info-card {
            display:flex; align-items:center; gap:14px;
            background:#ffffff; border:1px solid var(--border);
            border-radius:14px; padding:18px; transition:0.3s;
            box-shadow: var(--card-shadow);
        }
        .info-card:hover {
            border-color:rgba(37,99,235,0.2);
            box-shadow: var(--card-shadow-hover);
        }
        .info-ic {
            width:44px; height:44px; background:var(--accent-light);
            border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0;
        }
        .info-ic svg { width:20px; height:20px; fill:var(--orange); }
        .info-card small { color:var(--muted); font-size:0.78rem; display:block; }
        .info-card strong, .info-card a { color:var(--text-heading); font-size:0.92rem; font-weight:500; }
        .info-card a:hover { color:var(--orange); }

        .map-box {
            border-radius:14px; overflow:hidden; border:1px solid var(--border);
            height:240px; margin-top:14px; background:#dbeafe;
            display:flex; align-items:center; justify-content:center;
            box-shadow: var(--card-shadow);
        }
        .map-box iframe { width:100%; height:100%; border:none; }

        .socials { display:flex; gap:10px; margin-top:14px; }
        .soc-link {
            width:40px; height:40px; border-radius:10px;
            border:1px solid var(--border); background:#ffffff;
            display:flex; align-items:center; justify-content:center;
            transition:0.3s; cursor:pointer;
            box-shadow: 0 1px 4px rgba(0,0,0,0.04);
        }
        .soc-link:hover {
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            border-color:transparent;
            box-shadow: 0 4px 16px rgba(37,99,235,0.3);
        }
        .soc-link svg { width:18px; height:18px; fill:var(--muted); transition:0.3s; }
        .soc-link:hover svg { fill:#fff; }

        
        .footer {
            background: var(--footer-bg);
            border-top:none; padding:50px 0 24px;
        }
        .foot-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:36px; margin-bottom:36px; }
        .footer p { color:var(--footer-text); font-size:0.88rem; line-height:1.7; }
        .footer .logo { color:#ffffff; }
        .foot-title {
            color:var(--footer-heading); font-size:0.95rem; font-weight:600;
            margin-bottom:16px; padding-bottom:8px;
            border-bottom:2px solid var(--orange); display:inline-block;
        }
        .foot-links li { margin-bottom:10px; }
        .foot-links a { color:var(--footer-text); font-size:0.88rem; transition:0.3s; }
        .foot-links a:hover { color:#60a5fa; }

        .foot-contact { color:var(--footer-text); font-size:0.88rem; }
        .foot-contact div { display:flex; align-items:center; gap:8px; margin-bottom:10px; }
        .foot-contact svg { width:14px; height:14px; fill:#60a5fa; flex-shrink:0; }
        .foot-contact a { color:var(--footer-text); transition:0.3s; }
        .foot-contact a:hover { color:#60a5fa; }

        .foot-bottom {
            border-top:1px solid rgba(255,255,255,0.08); padding-top:20px;
            display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
        }
        .foot-bottom p { color:var(--footer-text); font-size:0.82rem; }
        .foot-bottom a { color:#60a5fa; }

      
        .modal-bg {
            position:fixed; inset:0; background:rgba(15,23,42,0.5);
            backdrop-filter: blur(4px);
            z-index:200; display:flex; align-items:center; justify-content:center;
            opacity:0; visibility:hidden; transition:0.3s; padding:20px;
        }
        .modal-bg.open { opacity:1; visibility:visible; }
        .modal-box {
            background:#ffffff; border:1px solid var(--border);
            border-radius:18px; padding:34px; max-width:500px; width:100%;
            transform:translateY(20px); transition:0.3s; position:relative;
            max-height:90vh; overflow-y:auto;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }
        .modal-bg.open .modal-box { transform:translateY(0); }
        .modal-x {
            position:absolute; top:12px; right:16px; background:none;
            border:none; color:var(--muted); font-size:1.6rem; cursor:pointer;
        }
        .modal-x:hover { color:var(--orange); }
        .modal-box h3 { color:var(--text-heading); font-size:1.3rem; margin-bottom:6px; }
        .modal-box > p { color:var(--muted); font-size:0.88rem; margin-bottom:22px; }

     
        .lb {
            position:fixed; inset:0; background:rgba(15,23,42,0.92);
            z-index:300; display:flex; align-items:center; justify-content:center;
            opacity:0; visibility:hidden; transition:0.3s;
        }
        .lb.open { opacity:1; visibility:visible; }
        .lb-close {
            position:absolute; top:20px; right:24px; background:none;
            border:none; color:#fff; font-size:2rem; cursor:pointer;
        }
        .lb-inner {
            width:80%; max-width:700px; aspect-ratio:4/3; border-radius:14px;
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
            display:flex; align-items:center; justify-content:center;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }
        .lb-inner svg { width:80px; height:80px; fill:rgba(37,99,235,0.2); }
        .lb-nav {
            position:absolute; top:50%; transform:translateY(-50%);
            width:46px; height:46px; border-radius:50%;
            background:rgba(255,255,255,0.15); border:1px solid rgba(255,255,255,0.2);
            display:flex; align-items:center; justify-content:center;
            cursor:pointer; transition:0.3s;
            backdrop-filter: blur(8px);
        }
        .lb-nav:hover {
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            border-color:transparent;
        }
        .lb-nav svg { width:18px; height:18px; fill:#fff; }
        .lb-prev { left:20px; }
        .lb-next { right:20px; }

      
        .to-top {
            position:fixed; bottom:24px; right:24px;
            width:46px; height:46px;
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            border:none; border-radius:12px; color:#fff; cursor:pointer;
            display:flex; align-items:center; justify-content:center;
            z-index:90; opacity:0; visibility:hidden; transition:0.3s;
            box-shadow: 0 4px 16px rgba(37,99,235,0.35);
        }
        .to-top.show { opacity:1; visibility:visible; }
        .to-top:hover { transform:translateY(-2px); box-shadow: 0 6px 24px rgba(37,99,235,0.5); }
        .to-top svg { width:20px; height:20px; fill:#fff; }

        
        .wa {
            position:fixed; bottom:24px; left:24px;
            width:52px; height:52px; background:linear-gradient(135deg, #2563eb, #3b82f6);
            border-radius:50%; display:flex; align-items:center; justify-content:center;
            z-index:90;
            transition:0.3s;
        }
        .wa:hover { transform:scale(1.1); box-shadow:0 6px 24px #3479F3; }
        .wa svg { width:28px; height:28px; fill:#fff; }

       
        @media(max-width:900px){
            .nav-links, .nav-phone { display:none; }
            .burger { display:flex; }
            .mob-menu { display:flex; }
            .stats-grid { grid-template-columns:1fr 1fr; }
            .about-grid { grid-template-columns:1fr; }
            .contact-grid { grid-template-columns:1fr; }
            .foot-grid { grid-template-columns:1fr 1fr; }
        }
        @media(max-width:600px){
            .stats-grid { grid-template-columns:1fr 1fr; gap:12px; }
            .stat-num { font-size:1.8rem; }
            .adv-grid { grid-template-columns:1fr; }
            .gal-grid { grid-template-columns:1fr 1fr; }
            .review-card { min-width:280px; }
            .f-row { grid-template-columns:1fr; }
            .foot-grid { grid-template-columns:1fr; }
            .hero-btns { flex-direction:column; align-items:stretch; }
            .btn { justify-content:center; }
        }


.modal-link {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin: 2px;
}
.modal-link:hover { color: #0056b3; }


.modal-state {
  display: none;
}


.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  
 
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  
 
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}


.modal-window {
  background: #fff;
  width: 90%; 
  max-width: 450px; 
  border-radius: 12px;
  padding: 25px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  
  
  transform: scale(0.8);
  transition: all 0.3s ease;
}


.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
.modal-close:hover { color: #333; }


.modal-content {
  max-height: 60vh; 
  overflow-y: auto; 
  padding-right: 10px; 
}


.modal-content::-webkit-scrollbar { width: 6px; }
.modal-content::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }




.modal-state:checked + .modal-overlay {
  opacity: 1;
  visibility: visible;
}


.modal-state:checked + .modal-overlay .modal-window {
  transform: scale(1);
}

.protected {
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;     
    user-select: none;           
    

    -webkit-user-drag: none;
    pointer-events: auto;
}