/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.w-hwrapper.us_custom_3faca8ad.valign_top.align_none {
    --hwrapper-gap: 0px !important;
}
.textGraident {
	background: linear-gradient(90deg, #C026D3 0%, #701A75 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordionWrap .w-tabs-sections .w-tabs-section {
	margin-bottom: 24px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	overflow: hidden;	
}
.accordionWrap .w-tabs-sections .w-tabs-section .w-tabs-section-header {	
	background: #FFFFFF;
	color: #0F172A;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	padding: 32px;
}
.accordionWrap .w-tabs-sections .w-tabs-section .w-tabs-section-content {
	padding: 0 32px 32px;
}
.textBox input#name{
    width: 476px;
	height: 50px;
	gap: 8px;
	angle: 0 deg;
	opacity: 1;
	padding-top: 13px;
	padding-right: 24px;
	padding-bottom: 13px;
	padding-left: 24px;
	 border: 1px solid ;
	border-width: 1px;
	border-radius: 26px;
	border-color: rgba(203, 213, 225, 1);
    background: #ffff;

}
@media (max-width: 360px) {
	.fc-submit-wrapper-2025::after{
	left: 587% !important;
}
}
@media screen and (max-width: 767px) {
	.fc-submit-wrapper-2025::after{
		  right: 6px;
	}
	.Renterprice.w-hwrapper{
	    justify-content: center !important;
}
    .textBox input#name {	
        width: 100%;
        max-width: 100%;
        height: 48px;
        padding: 12px 20px;
        border-radius: 24px;
        font-size: 15px;	
    }
	.wpb_column.vc_column_container.us_custom_e121141e.section3backgroundimg.has_bg_color {
		width: 100% !important;
		background-position: center !important;
		background-size: cover !important;
		height: 100% !important;
		border-radius: 0px !important;
   }
	  .w-text.us_custom_7f28b6a0.problem-come.has_text_color {
		  margin-left: 0% !important;
		}	
}
@media screen and (max-width: 300px) {
     .textBox input#name {	
        width: 100%;
        max-width: 100%;
        height: 48px;
        padding: 12px 20px;
        border-radius: 24px;
        font-size: 15px;	
    }
	.wpb_column.vc_column_container.us_custom_e121141e.section3backgroundimg.has_bg_color {
    width: 100% !important;    
	  border-radius: 0px !important;
  }
	.us_custom_6fb34dbc.w-text.us_custom_be764246.has_text_color {
  text-align: center !important;
  margin-left: 0px !important;
  font-size: 40px !important;
  line-height: 48px !important;
  max-width: 318px !important;
  line-width: 351px !important;
  width: 100% !important;
}
	.wpb_text_column.us_custom_c7f5b25f.has_text_color {
  margin-left: 0px !important;
}
	.improve-btn.icon_atright {
  margin-right: 85px !important;
}
	.wpb_column.vc_column_container.us_custom_fa913525.join-community.has_bg_color{
		background-position: center !important;
		width: 100% !important;
		background-size: cover !important;
		height: 100% !important;
		border-radius: 0px !important;
	}	
}

.w-html.hm3text {
    width: 64%;
    border: solid;
    border-color: #CBD5E1;
    border-radius: 8px;
    border-width: 2px;
    margin-top: 14px !important;
}
.hm3text input#name {
    background: #ffff;
}

.wpb_column.vc_column_container.us_custom_1817b382.sect3-back-image.has_bg_color {
	background-position-y: 60px !important;
}
.g-cols.via_grid.type_default>.has_bg_color {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
}
.us_custom_e121141e.section3backgroundimg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
	border-radius: 20px !important;
	width: 1293px !important;
	height: 496px !important;
}

/* Main tabs container */
.w-tabs-list-h {
    display: flex;
    gap: 0;
    background: #ffff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual tab buttons */
.w-tabs-item {
    flex: 1;
    padding: 10px 0px !important;
    text-align: center;
    background: transparent !important;
    border: none !important;
    border-right: 1px solid #d1d5db !important;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    transition: all 0.3s ease;
    border-radius: 0 !important;
}

/* Last tab - no right border */
.w-tabs-item:last-child {
    border-right: none !important;
}

/* Active tab */
.w-tabs-item.active {
    background: #CBD5E1 !important;  
    color: #111827 !important;
}

/* Hover effect */
.w-tabs-item:hover {
    background: rgba(255,255,255,0.5) !important;
}

/* Remove any default margins */
.w-tabs-list-h .w-tabs-item a {
    text-decoration: none !important;
    color: inherit !important;
}



/* Mobile styles (480px and below) */
@media (max-width: 480px) {

	  .wpb_column.vc_column_container.section3backgroundimg.has_bg_color {
		width: 100% !important;
		background-size: cover !important;
		background-position: center center !important;
		border-radius: 0px !important;
		height:100% !important;
	  }

		.wpb_text_column.has_text_color {
	  margin-left: 0px !important;
}
	.w-text.has_text_color1 {
	  margin-left: 0px !important;
	  font-size: 38px !important;
	  line-height: 48px !important;
	  max-width: 318px !important;
	  line-width: 351px !important;
	  width: 100% !important;
}
	.improve-btn.icon_atright {
	  margin-right: 32px !important;
}
		.wpb_column.join-community.has_bg_color{
		background-position: center !important;
		width: 100% !important;
	    background-size: cover !important;
		height: 100% !important;
		border-radius: 0px !important;
	}
}









.l-subheader.at_middle, .l-subheader.at_middle .w-dropdown-list, .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    background: var(--color-header-middle-bg);
    color: var(--color-header-middle-text);
    background: linear-gradient(90deg, #ffffff 36%, #8691A7 150%) !important;
}

.heroText em {
    color: #192E59;
    font-weight: 300;
    font-style: italic;
}

.herosection{
	    background: linear-gradient(90deg, #ffffff 36%, #8691A7 150%) !important;
}
.sec-Text em{
	    font-style: normal;
  	    color: #8691A7;
}
.third-sec-Text em{
	font-style: normal;
	color:#8590A7;
}
.collarbot-Text em{
	font-style: normal;
	color:#8691A7;
}
.callText em{
		font-style: normal;
		color:#FFFFFF;
}
.l-subheader-h{
	        max-width: 1440px !important;
} 
.footer-contact input{
	background: #fff !important;
    border: 1px solid #8691A7 !important;
    border-radius: 27px !important;
    width: 313px !important;
}
.Renterprice.w-hwrapper{
	    justify-content: flex-end;
}

/*.footer-contact .w-btn{
	position:absolute !important;
	top:-63px !important;
}*/


/* Main wrapper */
.fc-email-wrapper-2025 {
    position: relative;
    width: 100%;
    max-width: 313px;
    /*margin: 0 auto;*/
	margin-left: auto !important;
}

/* Input field */
.fc-email-input-field-2025 {
    width: 100% !important;
    padding: 24px 90px 24px 28px !important;
    font-size: 18px !important;
    color: #1e3a5f !important;
    border: 1px solid #8691A7 !important;
    border-radius: 50px !important;
    outline: none !important;
    background-color: white !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    margin: 0 !important;
    height: 51px !important;
}

.fc-email-input-field-2025::placeholder {
    color: #9ca3af !important;
}

.fc-email-input-field-2025:focus {
    border-color: #1e3a5f !important;
}


.fc-submit-wrapper-2025 {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

/* round icon */
.fc-submit-btn-2025 { 
    width: 40px; 
    height: 40px; 
    padding: 0; 
    border-radius: 50%; 
    background-image: url("https://5renterprise.we-coders.in/wp-content/uploads/2026/02/Group-1321318671.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #1e3a5f; /* dark blue background */
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fc-submit-btn-2025:hover {
    opacity: 0.8;
}

