.cust_heading{font-size: 35px !important;}
.txt-cnt{text-align: center;}
.ai-cnt{align-items: center;}
.txt-white{color: #fff;}
.pb0{padding-bottom: 0;}
.pt0{padding-top: 0;}
.pb30{padding-bottom: 30px;}
.cont-cust-w{max-width: 1400px !important;}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  height: auto !important;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.dropdown-menu li a {
  color: #333;
  padding: 12px 15px !important;
  display: block;
}

.dropdown-menu li a:hover {
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.contact-form {
    max-width: 500px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #c29d59; /* gold / luxury tone */
    outline: none;
}

.contact-form textarea {
    resize: none;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    background: #c29d59;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background: #a98545;
}
