/*
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.7.1773919629
Updated: 2026-03-19 11:27:09

*/

/****COMMON CSS START*****/
.site-main {
	padding-top:66px;
}
/*tab css start*/
/* Wrapper */
.tab-btn .e-n-tabs-heading {
  position: relative;
  display: inline-flex;
  background: #fff;
  border-radius: 50px;
  padding: 4px;
 margin:auto;
	box-shadow: 0px 0px 10px 0px rgba(118.00000000000016, 91.99999999999999, 245, 0.35);
}

/* Tabs */
.tab-btn .e-n-tab-title {
  position: relative;
  z-index: 2;
  padding: 10px 22px;
  border-radius: 50px;
  border: none;
  background: transparent;
  color: #555;
  font-weight: 600;
  transition: color 0.3s ease;
	margin:0 0 0px 0 !important;
}

/* Active text */
.tab-btn .e-n-tab-title[aria-selected="true"] {
  color: #fff;
}

/* Slider background */
.tab-btn .e-n-tabs-heading::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(50% - 4px); /* 2 tabs only */
  background: #2f6df6;
  border-radius: 50px;
  transition: transform 0.35s ease;
  z-index: 1;
}

/* Slide when second tab active */
.tab-btn .e-n-tab-title:nth-child(2)[aria-selected="true"] ~ ::before {
  transform: translateX(100%);
}

/* Alternative (more reliable) */
.tab-btn .e-n-tabs-heading[data-active="2"]::before {
  transform: translateX(100%);
}
/*tab css end*/
@media (min-width: 768px) {
	.sticky-column {
  position: sticky;
  top: 80px;
  align-self: flex-start;
}
	.site-main {
	padding-top:71px;
}

}
/****COMMON CSS END*****/

/****NAV START*****/
body.nav-open {
	 overflow: hidden;
}
/* Overlay */
body.nav-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none; /* allow clicks to pass if needed */
}

.top-nav .menu-is-active {
	overflow: auto;
    display: flex;
    height: calc(100vh - 80px) !important;
    flex-direction: column;
}
/****NAV END*****/

/****HIRO SECTION START*****/
.hero-title span { color:#1152D4; }
/****HIRO SECTION END*****/

/****CONTACT FORM START*****/
.cf7-form br {
  display:none;
}
.cf7-form p {
	margin-bottom:2px;
}

.cf7-form h2 {
font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #3F48CC;
}

/* Grid */
.cf7-form .row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.cf7-form .col {
  flex: 1;
}

.cf7-form .col-12 {
  width: 100%;
}

/* Labels */
.cf7-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

/* Inputs */
.cf7-form .form-control {
  width: 100%;
  padding: 12px 14px;
      background: #ffffff;
    border: 1px solid #e3e3e3;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}

/* Textarea */
.cf7-form textarea.form-control {
  height: 120px;
  resize: none;
}

/* File input */
.cf7-form input[type="file"] {
  width: 100%;
  padding: 10px;
  background: #f1f2f4;
  border-radius: 8px;
  border: none;
}

/* Button */
.cf7-form .btn-submit {
  width: 100%;
  background: #020617;
  color: #fff;
  padding: 14px !important;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.cf7-form .btn-submit:hover {
  background: #111827;
}
.wpcf7-form-control-wrap span {
	font-size:14px;
}
.cf7-form .required {
	color:red;
}
.wpcf7-list-item-label a {
	font-size:14px;
	    color: #3f48cc;
}
.cf7-form .wpcf7-spinner {
	display:none;
}
/* Input Focus */
.cf7-form .form-control:focus {
  border-color: #3F48CC;
  box-shadow: 0 0 0 2px rgba(63, 72, 204, 0.15);
  background: #fff;
}

/* Textarea Focus (optional separate if needed) */
.cf7-form textarea.form-control:focus {
  border-color: #3F48CC;
  box-shadow: 0 0 0 2px rgba(63, 72, 204, 0.15);
}

/* Select Focus */
.cf7-form select.form-control:focus {
  border-color: #3F48CC;
  box-shadow: 0 0 0 2px rgba(63, 72, 204, 0.15);
}

/* File Input Focus */
.cf7-form input[type="file"]:focus {
  outline: none;
  border: 1px solid #3F48CC;
  box-shadow: 0 0 0 2px rgba(63, 72, 204, 0.15);
}

/* Checkbox Focus (for acceptance field) */
.cf7-form input[type="checkbox"]:focus {
  outline: 2px solid rgba(63, 72, 204, 0.4);
  outline-offset: 2px;
}
.cf7-form .form-control {
  transition: all 0.25s ease;
}
/* Responsive */
@media (max-width: 768px) {
  .cf7-form .row {
    flex-direction: column;
  }
}
/****CONTACT FORM END*****/



/****REFERRAL PROGRAM START*****/


/* Wrapper */
.referral-wrapper {
  max-width: 700px;
  margin: 0px auto;
  padding: 0 15px;
}

/* Title */
.ref-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Card */
.ref-card {
  background: #f7f7f9;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 30px;
}

/* Description */
.ref-desc {
  color: #666;
  margin-bottom: 20px;
}

/* Group */
.ref-group {
  margin-bottom: 20px;
}

.ref-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Field */
.ref-field {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Input */
.ref-input {
  flex: 1;
  padding: 12px 15px;
  border-radius: 5px !important;
	border: 1px solid #ddd !important;
  background: #e9e9ee;
  font-size: 14px;
}

/* Button */
.copy-btn {
	  position: relative;
  background: #0b0d2a;
  color: #fff;
 border: none;
    padding: 8px 12px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-btn:hover {
  background: #1a1d4d;
}
/* Icon */
.copy-btn img {
  width: 18px;
  height: 18px;
}

/* Tooltip */
.tooltip-text {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}

/* Tooltip arrow */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/* Show tooltip */
.copy-btn.show-tooltip .tooltip-text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
/****REFERRAL PROGRAM END*****/

/****BLOG START*****/
/* Blog card image wrapper */
.blog-listing .hfe-post-image img
 {
  width: 100%;
  height: 250px; /* set same height for all */
  object-fit: cover; /* crop image nicely */

}
.blog-listing .hfe-post-title a {
	font-size:18px !important;
	color:#000 !important;
}
.single-post .entry-title {
	font-size:35px;
}
.single-post .type-post {
	padding-top:80px;
	padding-bottom:80px;
}
/****BLOG END*****/





