/* FIXED BACKGROUND */
.main-wrapper{
  background:url("../asset/style2.png") center top / cover no-repeat fixed;
  min-height:100vh;
}

/* MOBILE BG */
@media(max-width:768px){
  .main-wrapper{
    background:url("../asset/style1.png") center top / cover no-repeat fixed;
  }
}

/* HERO */
.service-hero{
  text-align:center;
  padding:80px 20px;
  backdrop-filter:blur(16px);
  background:rgba(255,255,255,0.35);
  border-bottom:1px solid rgba(255,255,255,0.3);
  margin-bottom:40px;
}

.service-hero h1{
  font-size:2.6rem;
  font-weight:600;
  font-family:"Cormorant Garamond", serif;
  color:#111;
}

.service-hero p{
  font-size:1.1rem;
  margin-top:6px;
  color:#444;
}

/* SERVICE BOX */
.service-box{
  width:80%;
  max-width:1100px;
  margin:0 auto 80px;
  padding:40px 32px;
  border-radius:24px;
  background:rgba(255,255,255,0.35);
  border:1px solid rgba(255,255,255,0.35);
  backdrop-filter:blur(24px) saturate(180%);
  -webkit-backdrop-filter:blur(24px) saturate(180%);
  box-shadow:0 24px 40px rgba(0,0,0,0.12);
}

/* TITLE */
.service-title{
  text-align:center;
  font-size:2.2rem;
  margin-bottom:30px;
  font-family:"Cormorant Garamond", serif;
  font-weight:600;
  color:#111;
}

/* GRID BUTTONS */
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

/* BUTTON */
.service-btn{
  width:100%;
  background:rgba(255,255,255,0.65);
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.45);
  font-size:1.05rem;
  font-weight:500;
  cursor:pointer;
  transition:0.35s;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
  color:#111;
  text-align:left;
}

.service-btn:hover{
  background:#e53935;
  color:#fff;
  transform:translateY(-6px);
  box-shadow:0 14px 34px rgba(0,0,0,0.20);
}

/* MOBILE GRID */
@media(max-width:768px){
  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* POPUP */
.popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.9);
  display:none;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  z-index:9999;
}

.close-popup{
  position:absolute;
  top:30px;
  right:36px;
  font-size:40px;
  color:#fff;
  cursor:pointer;
}

.popup-slider{
  width:70%;
  height:65%;
  overflow:hidden;
  border-radius:20px;
  background:#111;
  position:relative;
}

.popup-slider img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  opacity:0;
  transition:0.6s;
}

.popup-slider img.active{
  opacity:1;
}

/* ARROWS */
.prev-btn, .next-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:42px;
  border:none;
  padding:4px 14px;
  cursor:pointer;
  border-radius:12px;
  background:rgba(255,255,255,0.35);
  backdrop-filter:blur(6px);
  color:#fff;
}

.prev-btn{ left:8%; }
.next-btn{ right:8%; }

/* MOBILE POPUP */
@media(max-width:768px){
  .popup-slider{
    width:90%;
    height:55%;
  }
  .prev-btn{ left:4%; }
  .next-btn{ right:4%; }
}
/* POPUP TITLE */
.popup-title{
  color:#fff;
  font-size:1.6rem;
  margin-bottom:16px;
  font-weight:500;
}

/* POPUP ACTION BUTTONS */
.popup-actions{
  margin-top:20px;
  display:flex;
  gap:20px;
}

.popup-call,
.popup-whatsapp{
  padding:12px 20px;
  font-size:1rem;
  font-weight:500;
  text-decoration:none;
  border-radius:10px;
  color:#fff;
  transition:0.3s;
}

.popup-call{
  background:#0077ff;
}

.popup-whatsapp{
  background:#00a844;
}

.popup-call:hover,
.popup-whatsapp:hover{
  opacity:0.8;
  transform:translateY(-3px);
}
.hero h1 {
  font-family: "Allura", cursive !important;
  font-size: 3.2rem;
  font-weight: 400;
  font-weight: 700 !important;
  letter-spacing: 2px;
  color:#003b52 !important;   /* deep luxury red  */
}
.logo {
  color:#003B52 !important;   /* deep luxury red */
}
.section-title {
  color:#003b52 !important;   /* deep luxury red */
}
.hero p {
  font-size:1.2rem !important;   /* 👉 size increase */
  font-weight:500;
  letter-spacing:0.5px;
}
.logo-pill {
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 999px;
  padding: 8px 22px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #003B52 !important;   /* 👉 NEW COLOUR */
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 6px 22px rgba(0,0,0,0.18);
  font-family: "Nunito extra bold", cursive;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}
.hero h1 {
  font-family: "Allura", cursive !important;
  font-size: 3.2rem;
  font-weight: 400;
  font-weight: 700 !important;
  letter-spacing: 2px;
  color:#003b52 !important;   /* deep luxury red  */
}
.logo {
  color:#003B52 !important;   /* deep luxury red */
}
.section-title {
  color:#003b52 !important;   /* deep luxury red */
}
.hero p {
  font-size:1.2rem !important;   /* 👉 size increase */
  font-weight:500;
  letter-spacing:0.5px;
}
.logo-pill {
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 999px;
  padding: 8px 22px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #003B52 !important;   /* 👉 NEW COLOUR */
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 6px 22px rgba(0,0,0,0.18);
  font-family: "Nunito extra bold", cursive;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}
