/* 
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 *{
	font-family: "Outfit", Sans-serif !important;
}
.mini-text {
    font-size: 12px;
    display: block;
    margin-top: -10px;
    font-weight: 400;
}
.venue-text{
	font-size:12px;
	display:block;
	font-weight: 400;
}
.brand-section .elementor-icon-list-icon{
	order:2;
}
.brand-section .elementor-icon-list-item a{
	justify-content: space-between !important;
	gap:20px;
}
.counters .hfe-counter-title{
	text-align:center;
}
.step p{
	margin-bottom:0;
}

/* Labels */
.wpcf7 label {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 6px;
	line-height: normal;
}
.cf7-steps br{
	display:none;
}
/* Inputs, Selects, Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border-radius: 25px;
    border: none;
    background: #f1f1f1;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}
.qbutton {
    border: none;
    background-color: #eee;
    border-radius: 100px;
	color:#000;
}
.qbutton:hover{
	background-color:#00b4ff;
}

/* Textarea */
.wpcf7 textarea {
    height: 80px;
    padding-top: 12px;
    border-radius: 16px;
}

/* Placeholder */
.wpcf7 ::placeholder {
    color: #999;
    font-size: 13px;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0, 150, 255, 0.15);
}

/* Checkbox & Radio */
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    accent-color: #0096ff;
    margin-right: 6px;
}

/* Checkbox Grid */
.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 18px;
    margin-top: 8px;
}
.cf7-step .iti--allow-dropdown{
	display:block;
}
.cf7-step .iti__selected-flag{
	border-radius:100px;
}
.wpcf7-checkbox label {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

/* 3 Column Layout */
.cf7-three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #00b4ff;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    transition: 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: #0096ff;
}

.cf7-step {
    display: none;
}
.cf7-step.active {
    display: block;
}
.wpcf7-spinner{
	display:none;
}
.cf7-steps button:focus ,.cf7-steps button:hover{
	background-color: #f5a623;
}
.cf7-nav p{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.cf7-next,
.cf7-prev {
    background: #00b4ff;
    color: #fff;
    border: none;
    padding: 10px 26px;
    border-radius: 25px;
    cursor: pointer;
}

.cf7-prev {
    background: #999;
}
/* Progress Wrapper */
.cf7-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
}

/* Step Circle */
.cf7-progress .step {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Active Step */
.cf7-progress .step.active {
    background: #f5a623; 
    color: #fff;
}

/* Connecting Line */
.cf7-progress .line {
    width: 40px;
    height: 2px;
    background: #e0e0e0;
}

/* Completed Line */
.cf7-progress .line.active {
    background: #f5a623;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-radio .last {
    margin-left: 20px;
}
.d-none .elementor-counter-number-wrapper{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	border:none;
}
.ctc-form input,.ctc-form textarea{
	margin-top:10px;
}
.ctc-form .form-col {
    display: flex;
    gap: 20px;
}
.us-map-wrapper {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.us-map-wrapper img {
  width: 100%;
  display: block;
}

/* hotspot dot */
.hotspot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.hotspot::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.6s infinite;
}

@keyframes pulse {
  0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.6); }
}

/* state label */
.state-label {
  position: absolute;
  background: #fff;
  color: #F25F00;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.state-label::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 18px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
}
.orange-text {
    font-weight: 700;
    color: #F25F00;
}
.babco-slider img {
	width: 100%;
	border-radius: 12px;
}

/* Tabs container */
.babco-tabs-wrapper {
	width: 100%;
	max-width:80%;
	margin:30px 0;
	overflow-x: auto;
	white-space: nowrap;
    scrollbar-width: none;
}

.babco-tabs {
	display: inline-flex;
	gap: 12px;
	padding-bottom: 10px;
}

.babco-tab {
	flex: 0 0 auto;
	cursor: pointer;
	padding: 10px 22px;
	border-radius: 30px;
	background-color: rgba(248,248,248,.3019607843);;
	font-weight: 500;
	transition: all 0.3s ease;
	white-space: nowrap;
	color: #fff;
}

.babco-tab.active {
	background-color: #E52A2A;
}

/* arrows color */
.babco-slider .swiper-button-next,
.babco-slider .swiper-button-prev {
	top:90%;
}
.babco-slider .swiper-button-prev{
	left: unset;
    right: 100px;
}
.babco-slider .babco-image-swiper{
	position:unset;
}
.babco-slider .swiper-button-prev:after{
	content:url('/wp-content/uploads/2026/01/prev-icon.svg')
}
.babco-slider .swiper-button-next:after{
	content:url('/wp-content/uploads/2026/01/next-icon.svg')
}
.last-menu-item{
	display:none;
}
/* Popup Overlay */
#cf7-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
#cf7-popup {
  background: #ffffff;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  border-radius: 15px;
  position: relative;
  animation: fadeIn 0.5s ease-in-out;
}

/* Close Button */
#cf7-popup-close {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 20px;
    background-color: #E52A2A;
    cursor: pointer;
    padding: 3px 12px;
    border-radius: 100%;
    color: #fff;
}
#cf7-popup p{
	font-size: 18px;
    font-weight: 500;
    color: #0e1a2b;
}
.success-gif {
    margin-bottom: 30px;
}
.success-gif img{
	max-width:110px;
	width:100%;
}
.all-doc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 18px;
    margin-top: 8px;
    width: 100%;
}
.doc-item{
	width:100%;
}
.all-doc .wpcf7-checkbox{
	display:block;
}
.wpcf7 .intl-tel-input{
	margin-top:10px;
}
.wpcf7 .selected-flag{
	border-radius:100px;
}
/* Fade Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.glass-effect {
    background: linear-gradient(268deg, rgba(255, 171, 188, 0.1) 0%, rgba(164, 179, 255, 0.1) 97%);
    background-blend-mode: ;
    box-shadow: inset 0px 5px 5px 0px rgba(255, 255, 255, 0.1), inset 0px -5px 5px 0px rgba(164, 179, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.cat-title {
	min-height:65px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:5px;
}
.icon-box ul{
	padding:0 !important;
	padding-left:20px !important;
}
.required {
    color: red;
    font-weight: bold;
}


input:invalid, textarea:invalid {
  border: 1px solid red;
}
.teams .elementor-image-box-img img{
	padding:10px;
}
.dest {
    font-size: 18px;
    display: block;
    color: #E52A2A;
}
.field-error{
  color:#dc3232;
  font-size:13px;
  margin-top:5px;
  display:block;
}
/* Responsive */
@media screen and (max-width: 1540px) {
	.about-us-section .elementor-heading-title br{
		display:none;
	}
}
@media (max-width: 1024px) {
    .wpcf7-checkbox {
        grid-template-columns: repeat(2, 1fr);
    }

    .cf7-three-col {
        grid-template-columns: 1fr;
    }

/*     .wpcf7 input[type="submit"] {
        float: none;
        width: 100%;
    } */
	.cf7-progress .line {
        width: 25px;
    }
	.cf7-nav p{
		gap:20px;
	}
	.counter{
		text-align:center;
	}
	.babco-slider .swiper-button-next, .babco-slider .swiper-button-prev {
		top: 87%;
	}
	.babco-tabs-wrapper {
		max-width:75%;
	}
	.all-doc {
		grid-template-columns: repeat(2, 2fr);
	}
	.ctc-form .form-col{
		display:block;
	}
}

@media (max-width: 600px){
	.state-label.chicago {
		top: 17% !important;
		left: 64% !important;
	}
	.state-label.san-france {
		top: 25% !important;
		left: 15% !important;
	}
	.state-label.dallas {
		top: 60% !important;
		left: 47% !important;
	}
	.state-label.atlanta {
		top: 55% !important;
		left: 73% !important;
	}
	.state-label.jersey {
		top: 24% !important;
		left: 85% !important;
	}
	.babco-slider .swiper-button-next, .babco-slider .swiper-button-prev {
		top: 100%;
	}
	.babco-tabs-wrapper {
		max-width:100%;
	}
	.babco-slider .swiper-button-prev{
		right:60%;
	}
	.babco-slider .swiper-button-next{
		right:35%;
	}
	.babco-slider img
	{
		height:250px;
		object-fit:cover;
	}
	.last-menu-item{
		display:block;
	}
	.state-label {
		font-size:10px;
	}
	.all-doc {
		grid-template-columns: repeat(1, 4fr);
	}
}
