/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
  background: #000626;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  color: #fff;
}
.w_fit {
  width: fit-content !important;
}

/* header */
.inner_header {
  padding: 14px 20px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(6, 19, 54, 0.3);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(30px);
}
.hfe-site-logo-container {
  display: flex;
}

/* header */

/* footer */

.copy_write {
  background: rgba(3, 13, 42, 0.8);
  backdrop-filter: blur(15px);
}

/* footer */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background: #fff;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 1230px;
  position: relative;
  border-radius: 40px;
  height: 100%;
  max-height: 572px;
  padding-right: 12px;
}
.modal_body {
  display: flex;
  align-items: start;
  gap: 60px;
  overflow-y: hidden;
  height: 100%;
  overflow-x: hidden;
  padding-right: 2px;
}

.close {
  position: absolute;
  right: -40px;
  top: -30px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  z-index: 1;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.close span {
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Urbanist", Sans-serif;
}
.close:hover {
  background: #000626;
}

.left_content {
  border-radius: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  background-image: linear-gradient(146.78deg, #f6fbff 26.9%, #8bc8ff 179.72%),
    linear-gradient(141.07deg, #d4e6f6 1.32%, #d4e6f6 93.7%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 26px 30px;
  width: 100%;
  max-width: 437px;
  position: relative;
  z-index: 0;
}
.left_content::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  background: url("https://dev1.sentientgeeks.us/xyra/wp-content/uploads/2026/01/union-modal.png")
    no-repeat center center;
  background-size: contain;
  width: 140px;
  height: 140px;
  z-index: -1;
}
.modal_title {
  font-family: "Urbanist", Sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 38px;
  max-width: 313px;
  color: #000626;
}
.modal_details {
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #616b74 !important;
  margin-block: 20px 32px !important;
}
.icon_box_set {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.icon_box {
  box-shadow: 0px 4px 8px 0px #c6def3;
  background: #fff;
  border-radius: 15px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
.icon_circle_box {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eaf5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_title {
  color: #333c4e;
  font-family: "Inter", Sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  flex: 1;
}
.main_no {
  width: 100%;
  display: block;
  color: #1c3887;
}
.add_detail{
  font-size: 15px;
}

.mob_no {
  font-size: 13px !important;
}
/* Grid layout */
.cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

/* Full width field */
.cf7-grid .full {
  grid-column: 1 / -1;
}

/* Labels */
.cf7-grid label {
  display: block;
  color: #96a2ad;
  margin-bottom: 0px;
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
}

/* Inputs & textarea */

.cf7-grid input,
.cf7-grid textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e3e6eb;
  padding: 8px 0;
  font-size: 16px;
  color: #333c4e;
  font-family: "Inter", Sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  background: transparent;
  outline: none;
  border-radius: 0;
}

/* Placeholder style */
.cf7-grid ::placeholder {
  color: #1f2a44;
  font-weight: 500;
}

/* Textarea spacing */
.cf7-grid textarea {
  resize: none;
  min-height: 80px;
  max-height: 100px;
}

/* Submit button wrapper */
.cf7-submit {
  margin-top: 22px;
}

.modal {
  display: none;
}

.modal.active {
  display: flex;
}
.cf7-grid .field br {
  display: none;
}
.right_content {
  padding: 20px 30px 20px 0;
  height: 100%;
  overflow-y: auto;
  max-width: calc(100% - 497px);
}
/* Mobile responsive */
@media (max-width: 768px) {
  .cf7-grid {
    grid-template-columns: 1fr;
  }
  .right_content {
    width: 100%;
  }
  .modal_title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 1023px) {
  .modal_body {
    flex-direction: column;
    gap: 30px;
    overflow-y: auto;
  }
  .left_content,
  .right_content {
    max-width: 100%;
    height: auto;
  }
  .right_content {
    padding: 0 20px 20px;
    overflow: hidden;
    display: table;
  }
  .close {
    right: -25px;
    top: -30px;
  }
  .modal-content {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .modal-content{
    border-radius: 26px;
  }
  .wpcf7 form .wpcf7-response-output{
    margin-inline: 0 !important;
  }
  .cf7-grid input, .cf7-grid textarea {
    font-size: 15px;
  }
  .icon_box {
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }
  .left_content {
    padding: 20px;
  }
  .right_content {
    padding: 0;
  }
  .wpcf7-form-control.wpcf7-submit {
    width: 100%;
  }
  .wpcf7-response-output {
    margin-top: 0;
  }
  .icon_title {
    font-size: 16px;
    line-height: 24px;
  }
}
/* Width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}

/* Optional: hover effect */
::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}
