.elementor-5606 .elementor-element.elementor-element-1be0d46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5606 .elementor-element.elementor-element-7595ef7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-00ee1d9 */.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.contact-form button {
  background-color: #0a2540;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #ffb400;
  color: #0a2540;
}

.contact-map {
  margin-top: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}
.glass-contact-section {
  background: linear-gradient(135deg, #0a2540, #3e8ed0);
  padding: 100px 20px;
  color: white;
  font-family: 'Poppins', sans-serif;
   font-weight: bold;
}

.glass-contact-wrapper {
  max-width: 1200px;
  margin: auto;
  backdrop-filter: blur(15px);
}

.glass-contact-wrapper h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  font: bold;
  font-weight: bold;
}
.glass-contact-wrapper h3 {
  
  font-size: 36px;
  margin-bottom: 50px;
  color: white;
  font-weight: bold;
}
.glass-contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  color: white;
}

.contact-info {
  flex: 1;
  min-width: 300px;
}

.glass-contact-form {
  flex: 1;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.input-box {
  position: relative;
  margin-bottom: 25px;
}

.input-box svg {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: 0.7;
}

.input-box input,
.input-box textarea {
  width: 100%;
  padding: 12px 12px 12px 38px;
  border: none;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  color: white;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}

.input-box label {
  position: absolute;
  top: 12px;
  left: 38px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  transition: 0.3s;
}

.input-box input:focus + label,
.input-box textarea:focus + label,
.input-box input:not(:placeholder-shown) + label,
.input-box textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 30px;
  font-size: 12px;
  color: #fff;
  background: rgba(255,255,255,0.1);
  padding: 0 4px;
  border-radius: 4px;
}

.glass-contact-form button {
  background: var(--accent, #ffb400);
  color: #000;
  padding: 12px 24px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.glass-contact-form button:hover {
  background: #ffc836;
}

/* Map */
.map-wrapper {
  margin-top: 60px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

.map-wrapper iframe {
  width: 100%;
  height: 480px;
  border: none;
}

/* 3D Tilt Effect */
.glass-contact-form:hover {
  transform: perspective(1000px) rotateX(1.5deg) rotateY(1.5deg) scale(1.02);
  transition: transform 0.4s ease;
}
/* Updated Gradient & Typography */
.glass-contact-section {
  background: linear-gradient(135deg, #0a2540, #3e8ed0);
  padding: 100px 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* Contact Wrapper */
.glass-contact-wrapper {
  max-width: 1200px;
  margin: auto;
  backdrop-filter: blur(15px);
  animation: fadeIn 1s ease;
}

.glass-contact-wrapper h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
  font-weight: 700;
  color: #ffffff;
}

/* Flex Container */
.glass-contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  align-items: stretch;
}

/* Left Info */
.contact-info {
  flex: 1;
  min-width: 300px;
  font-size: 18px;
  line-height: 1.8;
}

/* Glassy Contact Form */
.glass-contact-form {
  flex: 1;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  transition: transform 0.4s ease;
  border: 1px solid rgba(255,255,255,0.2);
}

.glass-contact-form:hover {
  transform: perspective(1000px) rotateX(1deg) rotateY(1deg) scale(1.01);
}

/* Input Field Design */
.input-box {
  position: relative;
  margin-bottom: 30px;
}

.input-box svg {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 18px;
  height: 18px;
  fill: #ccc;
  transition: 0.3s;
}

.input-box input,
.input-box textarea {
  width: 100%;
  padding: 14px 14px 14px 42px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  color: white;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
}

.input-box label {
  position: absolute;
  left: 42px;
  top: 16px;
  color: #aaa;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s;
}

.input-box input:focus + label,
.input-box textarea:focus + label,
.input-box input:not(:placeholder-shown) + label,
.input-box textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 35px;
  background: rgba(255,255,255,0.08);
  padding: 0 6px;
  font-size: 12px;
  color: #ffb400;
  border-radius: 4px;
}

/* Button Styling */
.glass-contact-form button {
  display: inline-block;
  background: linear-gradient(to right, #ffb400, #ffc93c);
  color: #000;
  padding: 14px 30px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  box-shadow: 0 4px 20px rgba(255, 180, 0, 0.3);
  margin-top: 70px;
  position: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}

.glass-contact-form button:hover {
  background: #ffd768;
  box-shadow: 0 8px 24px rgba(255, 180, 0, 0.6);
}

/* Map Styles */
.map-wrapper {
  margin-top: 60px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

.map-wrapper iframe {
  width: 100%;
  height: 480px;
  border: none;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .glass-contact-container {
    flex-direction: column;
    gap: 40px;
  }
}
.glass-contact-form button {
  display: inline-block;
}
.glass-contact-form {
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-131a7997 *//* Floating Social - Bottom Left, Smooth Follow on Scroll */
.floating-social {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  transition: transform 0.3s ease-out;
  
}

.floating-social a {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

.floating-social a:hover {
  transform: translateY(-3px) scale(1.05);
}

.floating-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  
}/* End custom CSS */