.elementor-822 .elementor-element.elementor-element-5b6c974{--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-d98d253 *//* ===== ABOUT US HERO — ULTRA CLEAN PREMIUM CARD (Final) ===== */

.as-sec-1{
  background:#ffffff !important;
  padding:70px 28px;
  border-radius:28px;                             /* larger premium curve */
  max-width:1100px;
  margin:45px auto;
  text-align:center;
  color:#111 !important;
  
  /* subtle premium shadow */
  box-shadow:
      0 4px 10px rgba(0,0,0,0.06),
      0 18px 45px rgba(0,0,0,0.06);               /* layered shadow = richer look */

  border:1px solid rgba(0,0,0,0.05);              /* barely visible, very classy */
}

/* inner container */
.as-sec-1__inner{
  max-width:820px;
  margin:0 auto;
}

/* heading */
.as-sec-1 .as-title{
  font-size:38px;
  font-weight:900;
  margin-bottom:14px;
  letter-spacing:0.5px;
  color:#000 !important;
}

/* paragraph text */
.as-sec-1 .as-desc{
  font-size:17px;
  color:#3a3a3a !important;
  line-height:1.7;
  max-width:720px;
  margin:0 auto;
}

/* Mobile Responsive */
@media(max-width:780px){
  .as-sec-1{
    padding:42px 18px;
    border-radius:22px;
    margin:28px 12px;
  }
  .as-title{ font-size:30px; }
  .as-desc{ font-size:15.8px; }
}

/* remove Elementor overlays */
.as-sec-1 .elementor-background-overlay{
  display:none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4aaee0d *//* ================================
   CONTACT – ULTRA CLEAN SECTION
================================ */

.ct-clean {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.ct-clean__inner {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

/* Title */
.ct-clean__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

.ct-clean__subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 26px;
}

/* Contact list */
.ct-clean__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.ct-clean__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 180px;
}

.ct-clean__label {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

.ct-clean__link {
  font-size: 15px;
  font-weight: 700;
  color: #0ea5e9;
  text-decoration: none;
  margin-top: 2px;
}

.ct-clean__link:hover {
  text-decoration: underline;
}

.ct-clean__meta {
  font-size: 12px;
  color: #64748b;
  margin-top: 3px;
}

/* Footer line */
.ct-clean__footer {
  font-size: 12px;
  margin-top: 14px;
  color: #64748b;
}

/* Responsive */
@media (max-width: 700px) {
  .ct-clean__list {
    flex-direction: column;
    gap: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3652144 *//* ============================
   CONTACT PAGE – SECTION 3
   QUICK ENQUIRY FORM + INFO
   ============================ */

.ct-sec-3 {
  padding: 40px 16px 60px;
  background: #f1f5f9; /* light background like other sections */
}

.ct-sec-3__inner {
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 28px 28px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 32px;
}

/* LEFT SIDE – FORM */
.ct-sec-3__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.ct-sec-3__text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}

.ct-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ct-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ct-form__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ct-form__field label {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}

.ct-form__field label span {
  color: #ef4444;
}

.ct-form__field input,
.ct-form__field select,
.ct-form__field textarea {
  font-size: 14px;
  padding: 9px 11px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.ct-form__field input::placeholder,
.ct-form__field textarea::placeholder {
  color: #94a3b8;
}

.ct-form__field select {
  cursor: pointer;
}

.ct-form__field input:focus,
.ct-form__field select:focus,
.ct-form__field textarea:focus {
  border-color: #0284c7;
  box-shadow: 0 0 0 1px rgba(2, 132, 199, 0.18);
  background: #ffffff;
}

.ct-form__note {
  margin: 4px 0 2px;
  font-size: 12px;
  line-height: 1.5;
  color: #94a3b8;
}

/* Main submit button – same style family as other blue buttons */
.ct-form__btn {
  margin-top: 4px;
  align-self: flex-start;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: #0284c7;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.35);
  transition: background 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.ct-form__btn:hover {
  background: #0369a1;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(2, 132, 199, 0.4);
}

/* RIGHT SIDE – INFO COLUMN */
.ct-sec-3__info {
  background: #f8fafc;
  border-radius: 18px;
  padding: 18px 18px 20px;
  border: 1px dashed rgba(148, 163, 184, 0.7);
}

.ct-info__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.ct-info_block + .ct-info_block {
  margin-top: 12px;
}

.ct-info__block h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.ct-info__block p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

.ct-info__block p strong {
  font-weight: 600;
  color: #0f172a;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .ct-sec-3__inner {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 18px 26px;
    gap: 24px;
  }

  .ct-form__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .ct-form__btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .ct-sec-3 {
    padding: 28px 12px 40px;
  }

  .ct-sec-3__title {
    font-size: 20px;
  }

  .ct-sec-3__text {
    font-size: 13px;
  }

  .ct-sec-3__inner {
    border-radius: 18px;
  }
}


.ct-sec-3__title,
.ct-sec-3__text {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* Center the note */
.ct-form__note {
    text-align: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

/* Center the button */
.ct-form__btn {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}






/* Center the right info box just like the note */
.ct-sec-3__info {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    display: block !important;
}


/* FULL CENTER ALIGN – DESKTOP + TAB + MOBILE */
.ct-sec-3__info {
    width: 100% !important;
    max-width: 480px; /* optional: सुंदर रखने के लिए */
    margin-left: auto !important;
    margin-right: auto !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
}

/* Inner text center */
.ct-info__title,
.ct-info__block h4,
.ct-info__block p {
    text-align: center !important;
    width: 100% !important;
}/* End custom CSS */
/* Start custom CSS */body {
  background: #F7F7F7 !important;  /* yahan apna brown colour dalna */
}
section {
  background: #F7F7F7 !important;
}/* End custom CSS */