:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ad6032f */.services{
  background:#000;
  padding:80px 20px;
  text-align:center;
  color:#fff;
}

.services h2{
  font-size:36px;
  margin-bottom:50px;
  background:linear-gradient(90deg,#d4af37,#ffd700);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Grid */
.services-container{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(250px,1fr));
  gap:25px;
  max-width:1100px;
  margin:auto;
}

/* Card */
.service-card{
  background:#111;
  padding:30px 20px;
  border-radius:15px;
  transition:0.4s;
  border:1px solid rgba(212,175,55,0.2);
}

.service-card:hover{
  transform:translateY(-10px) scale(1.03);
  border:1px solid #d4af37;
  box-shadow:0 0 20px rgba(212,175,55,0.3);
}

/* Icon */
.icon{
  font-size:40px;
  margin-bottom:15px;
}

/* Title */
.service-card h3{
  font-size:20px;
  margin-bottom:10px;
}

/* Text */
.service-card p{
  font-size:14px;
  color:#ccc;
}

/* Responsive */
@media(max-width:768px){
  .services h2{
    font-size:26px;
  }
}
.services{
  background:#f8f8f8;
  padding:80px 20px;
  text-align:center;
  color:#111;
}

.services h2{
  font-size:36px;
  margin-bottom:50px;
  color:#d4af37;
}

.service-card{
  background:#fff;
  padding:30px 20px;
  border-radius:15px;
  transition:0.4s;
  border:1px solid #eee;
}

.service-card:hover{
  transform:translateY(-10px);
  border:1px solid #d4af37;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.service-card p{
  color:#555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3caa211 */.portfolio{
  background:#000;
  padding:80px 20px;
  text-align:center;
  color:#fff;
}

.portfolio h2{
  font-size:36px;
  margin-bottom:50px;
  background:linear-gradient(90deg,#d4af37,#ffd700);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Grid */
.portfolio-container{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px,1fr));
  gap:20px;
  max-width:1100px;
  margin:auto;
}

/* Item */
.portfolio-item{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  cursor:pointer;
}

/* Video */
.portfolio-item video{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.4s;
}

/* Overlay */
.portfolio-item .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  color:#d4af37;
  opacity:0;
  transition:0.3s;
}

/* Hover Effect */
.portfolio-item:hover video{
  transform:scale(1.1);
}

.portfolio-item:hover .overlay{
  opacity:1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d2dedf */.why-us{
  background:linear-gradient(135deg, #000000, #111111, #000000);
  padding:90px 20px;
  text-align:center;
  color:#fff;
}

.why-us h2{
  font-size:36px;
  margin-bottom:50px;
  color:#d4af37;
}

/* Grid */
.why-container{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(200px,1fr));
  gap:30px;
  max-width:1000px;
  margin:auto;
}

/* Box */
.why-box{
  padding:25px;
  border-radius:12px;
  background:rgba(255,255,255,0.03);
  backdrop-filter:blur(10px);
  transition:0.4s;
  border:1px solid rgba(212,175,55,0.1);
}

.why-box:hover{
  transform:translateY(-10px);
  border:1px solid #d4af37;
  box-shadow:0 0 25px rgba(212,175,55,0.2);
}

/* Icon */
.why-box .icon{
  font-size:38px;
  margin-bottom:12px;
  color:#d4af37;
}

/* Title */
.why-box h3{
  font-size:18px;
  margin-bottom:8px;
}

/* Text */
.why-box p{
  font-size:13px;
  color:#bbb;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af9fa02 */.about{
  background:#0f0f0f;
  padding:90px 20px;
  color:#fff;
}

/* Container */
.about-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
  max-width:1100px;
  margin:auto;
  flex-wrap:wrap;
}

/* Image */
.about-image img{
  width:100%;
  max-width:500px;
  border-radius:15px;
  box-shadow:0 0 25px rgba(0,0,0,0.5);
}

/* Content */
.about-content{
  max-width:500px;
}

.about-content h2{
  font-size:34px;
  margin-bottom:20px;
  color:#d4af37;
}

.about-content p{
  font-size:15px;
  color:#ccc;
  margin-bottom:15px;
  line-height:1.6;
}

/* Button */
.about-btn{
  display:inline-block;
  margin-top:10px;
  padding:12px 25px;
  border-radius:30px;
  background:linear-gradient(90deg,#d4af37,#ffd700);
  color:#000;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.about-btn:hover{
  transform:scale(1.05);
}

/* Responsive */
@media(max-width:768px){
  .about-container{
    flex-direction:column;
    text-align:center;
  }
}
.about{
  background:#ffffff;
  padding:90px 20px;
  color:#111;
}

.about-content p{
  color:#555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b3e77f */.contact{
  background:linear-gradient(135deg,#000,#1a1a1a);
  padding:90px 20px;
  text-align:center;
  color:#fff;
}

.contact h2{
  font-size:36px;
  margin-bottom:10px;
  color:#d4af37;
}

.contact p{
  color:#ccc;
  margin-bottom:40px;
}

/* Contact Buttons */
.contact-container{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:40px;
}

.contact-box{
  display:flex;
  flex-direction:column;
  padding:20px 40px;
  border-radius:12px;
  text-decoration:none;
  background:#111;
  color:#fff;
  border:1px solid rgba(212,175,55,0.2);
  transition:0.3s;
}

.contact-box span{
  font-size:13px;
  color:#ccc;
}

.contact-box:hover{
  border:1px solid #d4af37;
  box-shadow:0 0 20px rgba(212,175,55,0.3);
}

/* WhatsApp Highlight */
.contact-box.whatsapp{
  background:linear-gradient(90deg,#d4af37,#ffd700);
  color:#000;
}

/* Form */
.contact-form{
  max-width:500px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:15px;
}

.contact-form input,
.contact-form textarea{
  padding:12px;
  border:none;
  border-radius:8px;
  background:#111;
  color:#fff;
}

.contact-form textarea{
  height:100px;
}

/* Button */
.contact-form button{
  padding:12px;
  border:none;
  border-radius:25px;
  background:linear-gradient(90deg,#d4af37,#ffd700);
  color:#000;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
}

.contact-form button:hover{
  transform:scale(1.05);
}/* End custom CSS */