/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1761669177
Updated: 2025-10-28 16:32:57

*/
.herobanner-form-align> p {
	margin-bottom: 25px;
}
.sbt-box {
    margin-top: 15px;
}
.herobanner-form-align> p span .wpcf7-form-control.wpcf7-radio{     
	flex-direction: column;
    display: flex;
}
.herobanner-form-align> p span .wpcf7-form-control.wpcf7-radio span {
	color: #333;
	font-size: 15px;
}

.herobanner-form-align:nth-child(3)> p {
	margin: 0;
}
.herobanner-form-align> p> label {
	margin-top: 0 !important;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.herobanner-form-align> p> span input,
.herobanner-form-align> p> span textarea{
    background: transparent;
    padding: 6px 7px;
    font-size: 15px;
    border: 1px solid #5f5f5f;
    color: #333333;
}
.herobanner-form-align> p> span textarea{
	height: 80px;
}
.herobanner-form-align> p> span input:focus-visible,
.herobanner-form-align> p> span textarea:focus-visible{
	outline: none;
}
/* 🌟 Parent Wrapper */
.cf7-multistep-wrapper {
  max-width: 600px;
  margin: 50px auto;
  background: #24163f;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  padding: 40px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* 🌟 Form Step Style */
.cf7-step {
    display: none;
    background: #ffffff1a;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease;
    border: 0.5px solid #cfcfcf;
}
.cf7-step.active {
  display: block;
}

/* 🌟 Labels & Inputs */
label {
  font-weight: 600;
  margin-top: 10px;
  display: block;
}
/* input,
textarea {
  width: 100%;
  background: #422b6d;
  border: none;
  padding: 12px;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 15px;
}
 */
/* 🌟 Interest Options */
.interest-options p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 25px;
}
.interest-item span {
	position: relative;
}
.interest-item:nth-child(1) span:before,
.interest-item:nth-child(2) span:before,
.interest-item:nth-child(3) span:before,
.interest-item:nth-child(4) span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
}
.interest-item:nth-child(1) span:before {
    background-image: url("https://thegmiagency.com/wp-content/uploads/2025/10/home-insurance.png");
}
.interest-item:nth-child(2) span:before {
    background-image: url("https://thegmiagency.com/wp-content/uploads/2025/10/protection-1.png");
}
.interest-item:nth-child(3) span:before {
    background-image: url("https://thegmiagency.com/wp-content/uploads/2025/10/healthcare.png");
}
.interest-item:nth-child(4) span:before {
    background-image: url("https://thegmiagency.com/wp-content/uploads/2025/10/briefcase-1.png");
}
.interest-item {
    background: transparent;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    flex-direction: row-reverse;
    justify-content: space-between;
    border: 1px solid #5f5f5f;
}
/* .interest-item:hover {
  background: #5b3f9f;
} */
.interest-item span {
    color: #333333;
    font-size: 14px;
    padding-left: 25px;
}
/* 🌟 Buttons */
.cf7-next,
.cf7-prev,
input.wpcf7-submit {
  background: #121212;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  transition: 0.3s;
}
.cf7-next:hover,
.cf7-prev:hover,
input.wpcf7-submit:hover {
  background: #333333;
}
.cf7-next:focus,
.cf7-prev:focus,
input.wpcf7-submit:focus {
	  background: #121212;
}
span.cf7-error-msg, .wpcf7-not-valid-tip {
    color: #7a7a7a;
    font-size: 14px;
}
.cf7-prev {
	display: none;
}
.sbt-box p {
	white-space: nowrap;
}
/* 🌟 Button Row (Prev + Next side by side) */
.cf7-btn-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

/* 🌟 Step Indicator Dots (optional) */
.cf7-steps-indicator {
  text-align: center;
  margin-bottom: 20px;
}
.cf7-steps-indicator span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #5a3b8a;
  border-radius: 50%;
  margin: 0 4px;
  transition: 0.3s;
}
.cf7-steps-indicator span.active {
  background: #7a4dd9;
}


/******************/
.form-career p {
  margin-bottom: 15px;
}

.form-career input[type="text"],
.form-career input[type="email"],
.form-career input[type="tel"],
.form-career textarea {
  width: 100%;
  padding: 6px 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

.form-career textarea {
  height: 80px;
}

.form-career input[type="submit"] {
    width: 100%;
    background: #000000;
    color: #fff;
    border: none;
    padding: 9px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.form-career input[type="submit"]:hover {
  background: #7a7a7a;
}

.form-career p input:focus-visible,
.form-career p textarea:focus-visible{
	outline: none;
}

/********Blog-css**********/
.blog-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Inter", sans-serif;
}

/* Headings */
.featured-articles h2,
.all-articles h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}

/* Featured Section */
.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.all-articles {
    margin-top: 80px;
}

.featured-post {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0px 1px #eae7ec;
}

.featured-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.featured-content {
  padding: 20px;
}

.featured-content h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.featured-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}

.read-more {
    color: #121212;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #121212;
    padding: 10px 18px;
    border-radius: 4px;
    display: inline-block;
}

/* All Articles */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.article-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 0px 1px #eae7ec;
  overflow: hidden;
}


.article-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.article-content {
  padding: 15px 20px;
}

.article-content h3 {
  font-size: 17px;
  color: #222;
  margin-bottom: 10px;
}

.article-content p {
  font-size: 14px;
  color: #666;
}

.post-category {
    display: inline-block;
    background: #e4e4e4;
    color: #121212;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.featured-content h3, .article-content h3 {
  margin-top: 8px;
}


/**********popup-css*************/
/* === Consultation Popup === */
.consult-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
}

.consult-popup {
  background: #fff;
  border-radius: 15px;
  max-width: 600px;
  width: 90%;
  padding: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: popupFade 0.3s ease-in-out;
}
.consult-popup .cf7-step {
    border: none !important;
    padding-top: 0px;
    padding-bottom: 24px;
}
.consult-popup .close-popup {
	display: none;
}

@keyframes popupFade {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close-popup {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
}

.close-popup:hover {
  color: #000;
}
.popup-content h2 {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: left;
    color: #333;
    font-weight: 600;
    padding: 10px 30px;
}
@media (max-width: 640px) {
.featured-grid {
  grid-template-columns: 1fr;

}
}
