:root {
    --orange: #E85D04;
    --orange-light: #F48C06;
    --orange-dark: #C44B00;
    --black: #111111;
    --dark: #1A1A1A;
    --charcoal: #2C2C2C;
    --gold: #D4A017;
    --cream: #FDF6EC;
    --white: #FFFFFF;
    --gray: #F5F0E8;
    --text-muted: #7A7A7A;
    --border: rgba(232,93,4,0.2);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Nunito Sans', sans-serif; color: var(--dark); background: var(--white); overflow-x: hidden; }

  /* ── TOP BAR ── */
  .topbar {
    background: var(--black);
    color: #ccc;
    font-size: 0.78rem;
    padding: 7px 0;
    border-bottom: 2px solid var(--orange);
  }
  .topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
  .topbar a { color: var(--orange-light); text-decoration: none; }
  .topbar span { margin-right: 18px; }
  .topbar i { margin-right: 5px; color: var(--orange); }
  .top_left_contact {margin-left:50px !important;}

  /* ── NAV ── */
  nav {
    background: var(--dark);
    position: sticky; top: 0; z-index: 1000;
    box-shadow: 0 3px 20px rgba(0,0,0,0.5);
  }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 70px; }
  .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; background:#1A1A1A !important; padding:10px !important; border-radius:0px 0px 10px 10px !important; }
  .logo img{ height:110px; }
  .logo-icon { width: 46px; height: 46px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .logo-icon i { color: white; font-size: 1.3rem; }
  .logo-text h1 { color: var(--white); font-family: 'Playfair Display', serif; font-size: 1.2rem; line-height: 1.1; }
  .logo-text span { color: var(--orange-light); font-size: 0.72rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
  .nav-links { display: flex; list-style: none; gap: 6px; }
  .nav-links a { color: #ccc; text-decoration: none; font-weight: 600; font-size: 0.88rem; padding: 8px 16px; border-radius: 4px; transition: all 0.3s; letter-spacing: 0.5px; text-transform: uppercase; }
  .nav-links a:hover, .nav-links a.active { color: var(--white); background: var(--orange); }
  .nav-cta { background: var(--orange); color: white !important; border-radius: 30px !important; padding: 9px 22px !important; }
  .nav-cta:hover { background: var(--orange-dark) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { width: 26px; height: 2px; background: white; transition: 0.3s; }

  /* ── CONTAINER ── */
  .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

  /* ── SLIDER ── */
  .slider { position: relative; height: 580px; overflow: hidden; }
  .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
  .slide.active { opacity: 1; }
  .slide-bg {
    width: 100%; height: 100%; object-fit: cover;
    background-size: cover; background-position: center;
    filter: brightness(0.45);
  }
  .slide-1 { background: url('../images/slider/1.jpg') center/cover no-repeat; }
  .slide-2 { background: url('../images/slider/2.jpg') center/cover no-repeat; }
  .slide-3 { background: url('../images/slider/3.jpg') center/cover no-repeat; }
  .slide-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.55); display: flex; align-items: center; }
  .slide-content { padding: 0 80px; max-width: 720px; }
  .slide-tag { display: inline-block; background: var(--orange); color: white; font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 3px; margin-bottom: 16px; }
  .slide-content h2 { font-family: 'Playfair Display', serif; color: white; font-size: 2.8rem; line-height: 1.25; margin-bottom: 16px; }
  .slide-content p { color: rgba(255,255,255,0.82); font-size: 1.05rem; line-height: 1.7; margin-bottom: 28px; }
  .slide-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-primary { background: var(--orange); color: white; padding: 13px 30px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; }
  .btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
  .btn-outline { border: 2px solid white; color: white; padding: 11px 28px; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.3s; }
  .btn-outline:hover { background: white; color: var(--dark); }
  .slider-icons { position: absolute; bottom: 0; left: 0; right: 0; background: var(--orange); display: flex; }
  .slider-icon-item { flex: 1; display: flex; align-items: center; gap: 12px; padding: 16px 24px; border-right: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: background 0.3s; }
  .slider-icon-item:hover { background: var(--orange-dark); }
  .slider-icon-item:last-child { border-right: none; }
  .slider-icon-item i { font-size: 1.5rem; color: white; }
  .slider-icon-item div h4 { color: white; font-size: 0.85rem; font-weight: 700; }
  .slider-icon-item div p { color: rgba(255,255,255,0.8); font-size: 0.72rem; }
  .slider-dots { position: absolute; top: 50%; right: 24px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 8px; }
  .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: all 0.3s; border: 2px solid transparent; }
  .dot.active { background: var(--orange); border-color: white; transform: scale(1.2); }

  /* ── SECTION HEADERS ── */
  .sec-header { text-align: center; margin-bottom: 50px; }
  .sec-tag { display: inline-block; color: var(--orange); font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; }
  .sec-header h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--black); line-height: 1.3; }
  .sec-header h2 span { color: var(--orange); }
  .sec-header p { color: var(--text-muted); margin-top: 12px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.7; }
  .divider { width: 60px; height: 3px; background: var(--orange); margin: 14px auto 0; }

  /* ── INTRO ── */
  .intro { padding: 80px 0; background: var(--white); }
  .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .intro-visual { position: relative; }
  .intro-img-box { width: 100%; height: 420px; border-radius: 8px; overflow: hidden; }
  .intro-img-box img { width: 100%; height: 100%; object-fit: cover; }
  .intro-badge { position: absolute; bottom: -20px; left: -20px; background: var(--orange); color: white; padding: 20px 24px; border-radius: 8px; box-shadow: 0 8px 30px rgba(232,93,4,0.4); }
  .intro-badge .num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; line-height: 1; }
  .intro-badge .lbl { font-size: 0.75rem; font-weight: 600; opacity: 0.9; }
  .intro-content h2 { font-family: 'Playfair Display', serif; font-size: 2rem; margin-bottom: 16px; line-height: 1.35; }
  .intro-content h2 span { color: var(--orange); }
  .intro-content p { color: var(--text-muted); line-height: 1.75; margin-bottom: 14px; }
  .intro-points { margin: 22px 0; display: flex; flex-direction: column; gap: 10px; }
  .intro-point { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 0.92rem; }
  .intro-point i { color: var(--orange); font-size: 1rem; }

  /* ── SERVICES ── */
  .services { padding: 80px 0; background: var(--cream); }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .service-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.07); transition: all 0.35s; border-bottom: 4px solid transparent; }
  .service-card:hover { transform: translateY(-6px); border-bottom-color: var(--orange); box-shadow: 0 14px 40px rgba(232,93,4,0.15); }
  .service-img { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 3rem; position: relative; overflow: hidden; background-size: cover; background-position: center; }
  .service-img::before { content:''; position:absolute; inset:0; background:rgba(0,0,0,0.45); z-index:0; }
  .service-img i { position: relative; z-index: 1; color: rgba(255,255,255,0.85); }
  .service-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.4)); }
  .s1 { background-image: url('../images/services/1.jpg'); }
  .s2 { background-image: url('../images/services/2.jpg'); }
  .s3 { background-image: url('../images/services/3.jpg'); }
  .s4 { background-image: url('../images/services/4.jpg'); }
  .s5 { background-image: url('../images/services/5.jpg'); }
  .s6 { background-image: url('../images/services/6.jpg'); }
  .s7 { background-image: url('../images/services/7.jpg'); }
  .s8 { background-image: url('../images/services/8.jpg'); }
  .s9 { background-image: url('../images/services/9.jpg'); }
  .s10 { background-image: url('../images/services/10.jpg'); }
  .s11 { background-image: url('../images/services/11.jpg'); }
  .s12 { background-image: url('../images/services/12.jpg'); }
  .service-body { padding: 22px 20px; }
  .service-body h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--black); margin-bottom: 8px; }
  .service-body p { color: var(--text-muted); font-size: 0.84rem; line-height: 1.6; margin-bottom: 14px; }
  .service-link { color: var(--orange); font-weight: 700; font-size: 0.83rem; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; transition: gap 0.2s; }
  .service-link:hover { gap: 10px; }
  /* ── QUICK LINKS ── */
  .quick-links { padding: 70px 0; background: var(--dark); }
  .quick-links .sec-header h2 { color: white; }
  .quick-links .sec-tag { color: var(--orange-light); }
  .quick-links .sec-header p { color: rgba(255,255,255,0.6); }
  .locations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .loc-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(232,93,4,0.2); border-radius: 8px; padding: 14px 16px; text-decoration: none; transition: all 0.3s; display: flex; align-items: center; gap: 10px; }
  .loc-card:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-3px); }
  .loc-card i { color: var(--orange); font-size: 0.9rem; transition: color 0.3s; }
  .loc-card:hover i { color: white; }
  .loc-card span { color: #ddd; font-size: 0.85rem; font-weight: 600; transition: color 0.3s; }
  .loc-card:hover span { color: white; }

  /* ── WHY US ── */
  .why-us { padding: 80px 0; background: var(--cream); }
  .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .why-card { background: white; border-radius: 10px; padding: 32px 24px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.35s; }
  .why-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(232,93,4,0.14); }
  .why-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--orange), var(--orange-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
  .why-icon i { font-size: 1.6rem; color: white; }
  .why-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; margin-bottom: 10px; }
  .why-card p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.65; }

  /* ── TESTIMONIALS ── */
  .testimonials { padding: 80px 0; background: var(--black); position: relative; overflow: hidden; }
  .testimonials::before { content: ''; position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(232,93,4,0.12) 0%, transparent 70%); }
  .testimonials .sec-header h2 { color: white; }
  .testimonials .sec-tag { color: var(--orange-light); }
  .testimonials .sec-header p { color: rgba(255,255,255,0.6); }
  .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .testi-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(232,93,4,0.2); border-radius: 12px; padding: 30px 26px; transition: all 0.3s; }
  .testi-card:hover { border-color: var(--orange); background: rgba(232,93,4,0.08); }
  .testi-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 14px; }
  .testi-card p { color: rgba(255,255,255,0.8); font-size: 0.9rem; line-height: 1.75; font-style: italic; margin-bottom: 20px; }
  .testi-card p::before { content: '\201C'; color: var(--orange); font-size: 2rem; line-height: 0; vertical-align: -0.5rem; margin-right: 4px; font-family: Georgia, serif; }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-weight: 700; color: white; font-size: 1rem; }
  .testi-info h4 { color: white; font-size: 0.9rem; font-weight: 700; }
  .testi-info span { color: rgba(255,255,255,0.5); font-size: 0.78rem; }

  /* ── GALLERY ── */
  .gallery { padding: 80px 0; background: var(--white); }
  .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto; gap: 14px; }
  .gal-item { border-radius: 8px; overflow: hidden; cursor: pointer; position: relative; background: #1a1a1a; display: flex; align-items: center; justify-content: center; }
  .gal-item.tall { grid-row: span 2; }
  .gal-item.wide { grid-column: span 2; }
  .gal-placeholder { width: 100%; height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; transition: all 0.4s; background-size: cover; background-position: center; position: relative; }
  .gal-placeholder::after { content:''; position:absolute; inset:0; background:rgba(0,0,0,0.3); }
  .tall .gal-placeholder { height: 100%; min-height: 414px; }
  .wide .gal-placeholder { height: 200px; }
  .gal-item:hover .gal-placeholder { opacity: 0.8; }
  .gal-item i, .gal-item span { position: relative; z-index: 1; }
  .gal-item i { font-size: 2rem; color: rgba(255,255,255,0.7); }
  .gal-item span { color: rgba(255,255,255,0.7); font-size: 0.78rem; }
  .g1 { background: url('https://images.unsplash.com/photo-1605296867304-46d5465a13f1?w=600&q=80') center/cover; }
  .g2 { background: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=600&q=80') center/cover; }
  .g3 { background: url('https://images.unsplash.com/photo-1470116945706-e6bf5d5a53ca?w=600&q=80') center/cover; }
  .g4 { background: url('https://images.unsplash.com/photo-1519741347686-c1e0aadf4611?w=800&q=80') center/cover; }
  .g5 { background: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=600&q=80') center/cover; }
  .g6 { background: url('https://images.unsplash.com/photo-1601758003122-53c40e686a19?w=600&q=80') center/cover; }
  .g7 { background: url('https://images.unsplash.com/photo-1568992687947-868a62a9f521?w=600&q=80') center/cover; }
  .g8 { background: url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?w=600&q=80') center/cover; }
  .gal-overlay { position: absolute; inset: 0; background: rgba(232,93,4,0); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
  .gal-item:hover .gal-overlay { background: rgba(232,93,4,0.3); }
  .gal-overlay i { color: white; font-size: 2rem; opacity: 0; transform: scale(0.5); transition: all 0.3s; }
  .gal-item:hover .gal-overlay i { opacity: 1; transform: scale(1); }

  /* ── CTA BANNER ── */
  .cta-banner { background: linear-gradient(135deg, var(--orange-dark), var(--orange), var(--orange-light)); padding: 60px 0; text-align: center; }
  .cta-banner h2 { font-family: 'Playfair Display', serif; color: white; font-size: 2rem; margin-bottom: 10px; }
  .cta-banner p { color: rgba(255,255,255,0.88); margin-bottom: 28px; font-size: 1rem; }
  .cta-banner .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .btn-white { background: white; color: var(--orange-dark); padding: 13px 32px; border-radius: 4px; font-weight: 700; text-decoration: none; font-size: 0.9rem; transition: all 0.3s; }
  .btn-white:hover { background: var(--dark); color: white; }
  .btn-dark { background: var(--dark); color: white; padding: 13px 32px; border-radius: 4px; font-weight: 700; text-decoration: none; font-size: 0.9rem; transition: all 0.3s; }
  .btn-dark:hover { background: black; }

  /* ── FOOTER ── */
  footer { background: #0a0a0a; color: #aaa; }
  .footer-top { padding: 60px 0 40px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; }
  .footer-brand .logo { margin-bottom: 16px; display: block; }
  .footer-brand p { font-size: 0.87rem; line-height: 1.7; color: #888; margin-bottom: 20px; }
  .footer-socials { display: flex; gap: 10px; }
  .soc-btn { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: all 0.3s; text-decoration: none; color: #aaa; }
  .soc-btn:hover { background: var(--orange); color: white; }
  .footer-col h4 { color: white; font-size: 0.9rem; font-weight: 700; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--orange); display: inline-block; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .footer-col ul li a { color: #888; text-decoration: none; font-size: 0.85rem; transition: color 0.3s; display: flex; align-items: center; gap: 7px; }
  .footer-col ul li a:hover { color: var(--orange); }
  .footer-col ul li a i { font-size: 0.7rem; color: var(--orange); }
  .contact-item { display: flex; gap: 12px; margin-bottom: 16px; }
  .contact-item i { color: var(--orange); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
  .contact-item div a { color: #888; text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
  .contact-item div a:hover { color: var(--orange); }
  .contact-item div small { display: block; color: #555; font-size: 0.75rem; }
  .footer-bottom { background: #050505; padding: 18px 0; text-align: center; font-size: 0.8rem; color: #444; border-top: 1px solid rgba(232,93,4,0.15); }
  .footer-bottom a { color: var(--orange); text-decoration: none; }
  .available-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(232,93,4,0.15); border: 1px solid var(--orange); border-radius: 30px; padding: 5px 14px; font-size: 0.78rem; color: var(--orange-light); margin-top: 12px; }
  .available-badge .dot-live { width: 8px; height: 8px; background: #22c55e; border-radius: 50%; animation: pulse 1.5s infinite; }
  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.4)} }

  /* ── RESPONSIVE ── */
  @media(max-width:900px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .intro-grid { grid-template-columns: 1fr; }
    .intro-img-box { height: 260px; }
    .locations-grid { grid-template-columns: repeat(2,1fr); }
    .services-grid { grid-template-columns: repeat(2,1fr); }
    .why-grid { grid-template-columns: repeat(2,1fr); }
    .testi-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); }
    .slider-icons { display: none; }
    .slide-content { padding: 0 30px; }
    .slide-content h2 { font-size: 1.9rem; }
  }
  @media(max-width:600px) {
    .slider { height: 420px; }
    .testi-grid { grid-template-columns: 1fr; }
    .locations-grid { grid-template-columns: repeat(1,1fr); }
    .services-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr 1fr; }
	.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; background:#1A1A1A !important; padding:0px !important; border-radius:0px 0px 10px 10px !important; }
  	.logo img{ height:70px; }
	.top_left_contact {margin-left:0px !important;}
  }