*{padding:0;margin:0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	background-color:#CCC;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:25px;
	background-color:transparent;
	color:#FFF;
	border-radius:50px;
	text-align:center;
}

.my-float{
	margin-top:22px;
}
/* Contact Form Styling */
.contact-form-container {
  background: #c2cccd;
  border-radius: 15px;
  padding: 25px;
  margin-top: 20px;
}

.contact-form-container .form-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #0077b6;
}

.contact-form-container .form-subtitle {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
}

.contact-form {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
}

.contact-form .form-group label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.contact-form input,
.contact-form select {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 15px;
}

.contact-form input:focus,
.contact-form select:focus {
  border-color: #0077b6;
  box-shadow: 0 0 5px rgba(0, 119, 182, 0.3);
}

.contact-form button {
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(45deg, #0077b6, #00b4d8);
  border: none;
  transition: 0.3s;
}

.contact-form button:hover {
  background: linear-gradient(45deg, #023e8a, #0096c7);
  transform: scale(1.05);
}
/* Responsive Map */
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 50%; /* 50% = 2:1 ratio (desktop/laptop ke liye perfect) */
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-top: 20px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Centering the whole page content */
.contact-page {
  display: flex;
  flex-direction: column;
  align-items: center;  /* Center horizontally */
  justify-content: center; /* Center vertically if height set */
  min-height: 100vh;  /* Full page height */
  padding: 20px;
  background: #f1f5f9; /* light gray background */
}

/* Contact Form */
.contact-form-container {
  background: #c2cccd;
  border-radius: 15px;
  padding: 25px;
  width: 100%;
  max-width: 500px; /* fixed width in center */
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  margin-bottom: 30px;
}

/* Google Map Responsive */
.map-container {
  position: relative;
  width: 100%;
  max-width: 800px; /* same width as form or bigger */
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.form-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;   /* Center align text */
  color: #0077b6;
  margin-bottom: 10px;
}
/* ====== CONTACT + MAP LAYOUT ====== */
.contact-section{ padding: 40px 0; }

.contact-wrap{
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  align-items: start;
}

.contact-box, .map-box{
  background: #fff; border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 22px;
}

/* form styling (simple, clean) */
.form-title{ text-align:center; margin: 4px 0 6px; color:#1089ff; }
.form-sub{ text-align:center; margin-bottom:16px; color:#6b7280; font-size:14px; }

.contact-form .fld{ display:block; margin-bottom:14px; }
.contact-form .fld span{ display:block; font-size:14px; margin-bottom:6px; color:#374151; }
.contact-form input, .contact-form textarea{
  width:100%; padding:12px 14px;
  border:1px solid #e5e7eb; border-radius:10px; outline:none;
}
.contact-form input:focus, .contact-form textarea:focus{ border-color:#1089ff; box-shadow:0 0 0 3px rgba(16,137,255,.15); }

.btn-submit{
  width:100%; padding:12px 16px; border:0; border-radius:12px;
  background:#1089ff; color:#fff; font-weight:600; cursor:pointer;
}

/* map iframe should fill the box */
.map-box iframe{ width:100%; height:100%; min-height:420px; border:0; border-radius:10px; }

/* ====== Responsive: stack on mobile ====== */
@media (max-width: 992px){
  .contact-wrap{ grid-template-columns: 1fr; }
  .map-box{ padding: 0; }            /* extra space nahi chahiye */
  .map-box iframe{ min-height: 360px; }
}
.contact-form-container .form-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #0077b6;
}

.contact-form-container .form-subtitle {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
}

.contact-form {
  background: #c2cccd;
  border-radius: 12px;
  padding: 20px;
}

    .form {
  background-color: skyblue;
  padding: 20px;
  border-radius: 10px;
}
.contact-form {
  background-color: skyblue;
  padding: 20px;
  border-radius: 10px;
}


.contact-form .form-group label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.contact-form input,
.contact-form select {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 15px;
}

.contact-form input:focus,
.contact-form select:focus {
  border-color: #0077b6;
  box-shadow: 0 0 5px rgba(0, 119, 182, 0.3);
}

.contact-form button {
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(45deg, #0077b6, #00b4d8);
  border: none;
  transition: 0.3s;
}

.contact-form button:hover {
  background: linear-gradient(45deg, #023e8a, #0096c7);
  transform: scale(1.05);
}
/* Responsive Map */
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 50%; /* 50% = 2:1 ratio (desktop/laptop ke liye perfect) */
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-top: 20px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Centering the whole page content */
.contact-page {
  display: flex;
  flex-direction: column;
  align-items: center;  /* Center horizontally */
  justify-content: center; /* Center vertically if height set */
  min-height: 100vh;  /* Full page height */
  padding: 20px;
  background: #f1f5f9; /* light gray background */
}

/* Contact Form */
.contact-form-container {
  background: #d8e7fb;
  border-radius: 15px;
  padding: 25px;
  width: 100%;
  max-width: 500px; /* fixed width in center */
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  margin-bottom: 30px;
}

/* Google Map Responsive */
.map-container {
  position: relative;
  width: 100%;
  max-width: 800px; /* same width as form or bigger */
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.form-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;   /* Center align text */
  color: #0077b6;
  margin-bottom: 10px;
}
.form-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #0077b6;
  margin-bottom: 10px;
  position: relative;
  display: inline-block; /* underline center me dikhane ke liye */
}

.form-title::after {
  content: "";
  display: block;
  width: 60px;            /* underline length */
  height: 3px;            /* underline thickness */
  background: #00b4d8;    /* underline color */
  margin: 8px auto 0;     /* center me line niche */
  border-radius: 2px;
}
/* ====== CONTACT + MAP LAYOUT ====== */
.contact-section{ padding: 40px 0; }

.contact-wrap{
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  align-items: start;
}

.contact-box, .map-box{
  background: #fff; border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 22px;
}

/* form styling (simple, clean) */
.form-title{ text-align:center; margin: 4px 0 6px; color:#1089ff; }
.form-sub{ text-align:center; margin-bottom:16px; color:#6b7280; font-size:14px; }

.contact-form .fld{ display:block; margin-bottom:14px; }
.contact-form .fld span{ display:block; font-size:14px; margin-bottom:6px; color:#374151; }
.contact-form input, .contact-form textarea{
  width:100%; padding:12px 14px;
  border:1px solid #e5e7eb; border-radius:10px; outline:none;
}
.contact-form input:focus, .contact-form textarea:focus{ border-color:#1089ff; box-shadow:0 0 0 3px rgba(16,137,255,.15); }

.btn-submit{
  width:100%; padding:12px 16px; border:0; border-radius:12px;
  background:#1089ff; color:#fff; font-weight:600; cursor:pointer;
}

/* map iframe should fill the box */
.map-box iframe{ width:100%; height:100%; min-height:420px; border:0; border-radius:10px; }

/* ====== Responsive: stack on mobile ====== */
@media (max-width: 992px){
  .contact-wrap{ grid-template-columns: 1fr; }
  .map-box{ padding: 0; }            /* extra space nahi chahiye */
  .map-box iframe{ min-height: 360px; }
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 500px; /* Height adjust कर सकते हो */
}

.contact-form, 
.contact-map {
    flex: 1;                /* दोनों half half space लेंगे */
    padding: 20px;
    box-sizing: border-box;
}

.contact-form {
    background: #f9f9f9;     /* हल्का बैकग्राउंड */
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 15px;
    color: #0077cc;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form button {
    margin-bottom: 12px;
    padding: 10px;
    font-size: 16px;
}

.contact-form button {
    background: #0077cc;
    color: #fff;
    border: none;
    cursor: pointer;
}

.contact-form button:hover {
    background: #005fa3;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
!-- ===== CSS Styling ===== -->
<style>
.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 500px;
    margin: 30px 0;
}

/* Both sections equal width */
.contact-form, 
.contact-map {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

/* Form Styling */
.contact-form {
    background: #4fc3ef;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #0077cc;
}

.contact-form p {
    text-align: center;
    margin-bottom: 20px;
    color: #555;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.contact-form input,
.contact-form button {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
}

.contact-form input:focus {
    border-color: #0077cc;
}

.contact-form button {
    background: #0077cc;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #005fa3;
}

.contact-form {
  background-color: skyblue;
  padding: 20px;
  border-radius: 10px;
}
/* Map Styling */
.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-form, .contact-map {
        flex: 100%;
        min-height: 300px;
    }
}
</style>