
    .btn-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.icon-home {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.btn-secondary:hover .icon-home {
  transform: translateX(-3px);
}

    .services-voice {
  background: #fff;
  color: #ffffff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #1a1d21;
}

.section-header p {
  color: #cfcfcf;
  font-size: 18px;
}

.service-block {
  background: #1a1d21;
  padding: 35px;
  margin-bottom: 30px;
  border-radius: 14px;
  transition: transform 0.3s ease;
}

.service-block:hover {
  transform: translateY(-5px);
}

.service-block h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #bf8970;
}

.service-block ul {
  list-style: none;
  padding: 0;
}

.service-block ul li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.service-block ul li:last-child {
  border-bottom: none;
}

.highlight {
  border: 1px solid #bf8970;
  background: linear-gradient(145deg, #1a1a1a, #111);
}

.cta-box {
  text-align: center;
  margin-top: 70px;
}

.cta-box h3 {
  font-size: 28px;
  margin-bottom: 25px;
}

.btn-primary {
  display: inline-block;
  padding: 14px 35px;
  background: #bf8970;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #ddd;
}


/* Responsive */
@media (max-width: 768px) {
  .section-header h1 {
    font-size: 32px;
  }

  .service-block h2 {
    font-size: 22px;
  }
}
     .glass-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 999;
}

.glass-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.glass-modal {
  width: 100%;
  max-width: 560px;
  padding: 42px;
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.85),
    rgba(255,255,255,0.65)
  );
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.4);
  position: relative;
  animation: glassIn 0.5s ease;
}

@keyframes glassIn {
  from {
    transform: translateY(40px) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.glass-modal h3 {
  font-size: 1.6rem;
  color: #bf8970;
  margin-bottom: 10px;
}

.glass-subtitle {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 30px;
}

.glass-close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #888;
}

.glass-form input,
.glass-form select,
.glass-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.glass-form textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.glass-note {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
}

@media (max-width: 640px) {
  .glass-modal {
    padding: 32px 26px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
  .btn-with-icon {
display: inline-flex;
align-items: center;
gap: 0.6rem;
}

.icon-home {
width: 18px;
height: 18px;
transition: transform 0.3s ease;
}

.btn-secondary:hover .icon-home {
transform: translateX(-3px);
}

  .services-voice {
background: #fff;
color: #ffffff;
padding: 80px 20px;
font-family: 'Poppins', sans-serif;
}

.container {
max-width: 1100px;
margin: auto;
}

.section-header {
text-align: center;
margin-bottom: 60px;
}

.section-header h1 {
font-size: 42px;
margin-bottom: 15px;
color: #1a1d21;
}

.section-header p {
color: #cfcfcf;
font-size: 18px;
}

.service-block {
background: #1a1d21;
padding: 35px;
margin-bottom: 30px;
border-radius: 14px;
transition: transform 0.3s ease;
}

.service-block:hover {
transform: translateY(-5px);
}

.service-block h2 {
font-size: 26px;
margin-bottom: 20px;
color: #bf8970;
}

.service-block ul {
list-style: none;
padding: 0;
}

.service-block ul li {
padding: 8px 0;
border-bottom: 1px solid rgba(255,255,255,0.08);
}

.service-block ul li:last-child {
border-bottom: none;
}

.highlight {
border: 1px solid #bf8970;
background: linear-gradient(145deg, #1a1a1a, #111);
}

.cta-box {
text-align: center;
margin-top: 70px;
}

.cta-box h3 {
font-size: 28px;
margin-bottom: 25px;
}

.btn-primary {
display: inline-block;
padding: 14px 35px;
background: #bf8970;
color: #000;
font-weight: 600;
text-decoration: none;
border-radius: 50px;
transition: background 0.3s ease;
}

.btn-primary:hover {
background: #ddd;
}


/* Responsive */
@media (max-width: 768px) {
.section-header h1 {
  font-size: 32px;
}

.service-block h2 {
  font-size: 22px;
}
}
   .glass-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.45);
backdrop-filter: blur(10px);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
pointer-events: none;
transition: opacity 0.4s ease;
z-index: 999;
}

.glass-overlay.active {
opacity: 1;
pointer-events: auto;
}

.glass-modal {
width: 100%;
max-width: 560px;
padding: 42px;
border-radius: 26px;
background: linear-gradient(
  135deg,
  rgba(255,255,255,0.85),
  rgba(255,255,255,0.65)
);
backdrop-filter: blur(20px);
border: 1px solid rgba(255,255,255,0.35);
box-shadow:
  0 30px 80px rgba(0,0,0,0.25),
  inset 0 1px 0 rgba(255,255,255,0.4);
position: relative;
animation: glassIn 0.5s ease;
}

@keyframes glassIn {
from {
  transform: translateY(40px) scale(0.96);
  opacity: 0;
}
to {
  transform: translateY(0) scale(1);
  opacity: 1;
}
}

.glass-modal h3 {
font-size: 1.6rem;
color: #bf8970;
margin-bottom: 10px;
}

.glass-subtitle {
font-size: 0.95rem;
color: #555;
margin-bottom: 30px;
}

.glass-close {
position: absolute;
top: 18px;
right: 20px;
background: none;
border: none;
font-size: 1.8rem;
cursor: pointer;
color: #888;
}

.glass-form input,
.glass-form select,
.glass-form textarea {
width: 100%;
padding: 14px 16px;
border-radius: 14px;
border: 1.5px solid rgba(0,0,0,0.1);
background: rgba(255,255,255,0.75);
font-size: 0.95rem;
margin-bottom: 16px;
}

.glass-form textarea {
min-height: 120px;
resize: vertical;
}

.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}

.glass-note {
display: block;
margin-top: 16px;
text-align: center;
font-size: 0.8rem;
color: #666;
}

@media (max-width: 640px) {
.glass-modal {
  padding: 32px 26px;
}

.form-row {
  grid-template-columns: 1fr;
}
}


