/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

html,body{
    overflow-x: hidden;
    scroll-behavior: auto !important;
}

/* Header */
.header .menu-item-41, .header .menu-item-42{
    display: none !important;
}
/* Header */

/* -- Home --*/

/* Banner Section */
.rating-txt span{
    font-size: 24px;
}
/* Banner Section */

/* Team Section */
.tesm-posts .elementor-icon-list-text a{
    color: #2E2E2E;
}
.tesm-posts .elementor-icon-list-text a:hover{
    color: #0076B2;
}
.tesm-posts .elementor-icon-list-text:hover{
    color: #0076B2 !important;
}
/* Team Section */

/* Team Details */

/* .canvas-team{
    height: 90vh !important;
    overflow-y: scroll !important;
} */

/* Team Details */

/* Product Section */
.product-loop-sec{
    padding-left: calc((100% - 1460px) / 2) !important;
}
.product-loop-main .loop-text{
    transition: all 0.3s;
    visibility: hidden;
}
.product-loop-main:hover .loop-text{
    margin: 0px 0 70px 0 !important;
    visibility: visible;
}
.product-loop-sec .swiper-pagination-progressbar{
    position: absolute !important;
    top: inherit !important;
    bottom: -90px !important;
    width: 600px !important;
    left: 20% !important;
}
.product-loop-sec .elementor-swiper-button{
    display: none !important;
}
.product-loop-main .loop-btn .elementor-button-icon{
    rotate: -45deg;
    transition: 0.3s;
}
.product-loop-main:hover .loop-btn .elementor-button-icon{
    rotate: 0deg;
}
.product-loop-main:hover .elementor-button{
    background-color: #1CB4CC !important;
}
.product-loop-main:hover .elementor-button-icon svg path{
    fill: #FFFFFF !important;
}
.product-loop-main{ 
    position: relative;
    transition: all 0.3s;
}
.product-loop-main:hover::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    border-radius: 8px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
/* Product Section */

/* About Section */
.about-sec .about-sec-one .elementor-icon{
    outline: 15px solid #fff;
}
/* Initial icon style */
.about-sec .about-sec-two .elementor-icon {
    outline: 15px solid #0A4B8C;
    transition: outline-color 0.4s ease-in-out, background-color 0.4s ease, color 0.4s ease, fill 0.4s ease;
    background-color: transparent;
    color: inherit;
}

/* On scroll */
.about-sec .about-sec-two .elementor-icon.scrolled {
    outline-color: #FFFFFF;
    background-color: #1CB4CC !important;
    color: #FFFFFF;
}

/* Ensure SVG inside icon uses current color */
.about-sec .about-sec-two .elementor-icon.scrolled svg path {
    fill: #FFFFFF !important;
}

.about-sec-line{
    position: relative;
}
.about-sec-line::after{
    position: absolute;
    content: "";
    border: 1px dashed #B7BFBE;
    width: 1px;
    height: 236px;
    top: 0;
    left: 6%;
    transform: translate(0%, 40%);
    z-index: -1;
}
/* About Section */

/* Footer Section */
.footer-sec .gfield_required{
    display: none !important;
}
.footer-sec input:not([type="submit"]){
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    height: 56px !important;
    border-radius: 8px !important;
    padding: 15px 12px 0 12px !important;
    color: #FFFFFF;
}
.footer-sec .gfield_label{
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.4) !important;
    font-family: Roboto;
    font-weight: 500 !important;
    font-size: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-sec #field_1_1 .gfield_label{
    position: absolute;
    top: 9px;
    left: 12px;
}
.footer-sec #field_1_3 .gfield_label{
    position: absolute;
    top: 80px;
    left: 12px;
}
.footer-sec .gform_button{
    border: none !important;
}
.footer-sec input:not([type="submit"]):focus{
    border-style:rgba(255, 255, 255, 0.1) !important;
    outline: 1px solid;
}
.footer-sec input[type="submit"]{
    font-size: 16px !important;
	background-color: #1CB4CC !important;
	color: #FFFFFF !important;
}
.footer-sec input[type="submit"]:hover{
	background-color: #FFFFFF !important;
	color: #1CB4CC !important;
}
.footer-sec .gform_confirmation_message_1{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    color: #fff;
    font-size: 16px;
}
.footer-sec .gform_confirmation_message_1 img{
    width: 50px;
}
.footer-sec .gform-footer{
    margin: 0 !important;
    padding: 10px 0 0 0 !important;
}
.footer-sec .grecaptcha-badge{
	z-index: 99;
}
/* Footer Section */

/* Contact Page */

.contact-main input:not([type="submit"]){
    height: 50px;
    background-color: #FCFCFC;
    border: 1px solid #DCDCDC !important;
    border-radius: 4px !important;
    outline: none;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px !important;
    letter-spacing: -0.02em;
    padding: 0 20px !important;
}
.contact-main input:not([type="submit"])::placeholder{
    color: #1E1E1E;
}
.contact-main .gfield_radio {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.contact-main .gfield_label{
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    letter-spacing: -0.02em;
    color: #1E1E1E !important;
    margin-bottom: 12px !important;
}
.contact-main .gform-field-label--type-inline{
    max-width: 100% !important;
    font-family: Roboto;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.contact-main .textarea{
    height: 137px !important;
    background-color: #FCFCFC;
    border: 1px solid #DCDCDC !important;
    border-radius: 4px !important;
    outline: none;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px !important;
    letter-spacing: -0.02em;
    resize: none;
    padding: 12px 20px !important;
}
.contact-main .textarea::placeholder{
    color: #1E1E1E;
}
.contact-main input[type="submit"]{
    border: none !important;
}
.contact-main .gform-footer{
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
}
.contact-main .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 12px !important;
}
.contact-main .gchoice {
    display: flex;
    align-items: center;
    column-gap: 3px;
}

/* Style radio buttons inside .contact-main to look like checkboxes */
.contact-main .gform_wrapper .gfield_radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  transition: all 0.3s ease;
  padding: 0 0 !important;
}

/* Checked state — remove border */
.contact-main .gform_wrapper .gfield_radio input[type="radio"]:checked {
  background-color: #00BCD4;
  border: none !important;
}

/* Tick mark on selected radio */
.contact-main .gform_wrapper .gfield_radio input[type="radio"]:checked::after {
  content: "✓";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 3px;
}
.contact-main .elementor-icon-wrapper{
    display: flex;
    justify-content: end;
}

/* Contact Page */

/* Mortgage Brokers are better */

.brokers-sec ul{
    padding: 0 0 0 30px;
}
.brokers-sec li{
    padding-bottom: 5px;
}
.brokers-sec strong{
    font-weight: 500;
}

/* Mortgage Brokers are better */

/* Loan Details */

.loan-details-sec{
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}
.layout-odd {
    background-color: #F2F8FF;
    border-radius: 20px;
    display: flex;
    column-gap: 60px;
    align-items: center;
}
.loan-image img{
    border-radius: 20px !important;
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}
.loan-image {
    width: 50%;
    display: flex;
}
.loan-content{
    padding: 15px 0;
    width: 50%;
}
.loan-content h3{
    font-family: Roboto !important;
    font-weight: 500 !important;
    font-size: 52px !important;
    line-height: 1.2em !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    width: 606px;
}
.loan-content p{
    font-family: Roboto !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1.5em !important;
    color: #2E2E2E !important;
    width: 631px;
    padding-bottom: 16px;
}
.loan-content li{
    padding-bottom: 5px;
}
.layout-even{
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 60px;
    align-items: center;
    background-color: #EF962C33;
}
.layout-even .loan-content{
    padding-left: 100px;
}
.layout-even .loan-content h3{
    width: 660px;
}

/* Loan Details */


/* Responsive */
@media (min-width:1367px) and (max-width:1600px){
    body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
    .header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
        zoom: 0.90;
        zoom: 90%;
    }
    [data-elementor-type="header"].elementor.elementor-location-header > .elementor-element {
        zoom: 1.0;
        zoom: 100%;
    }
    .header .menu-item{
        --e-nav-menu-horizontal-menu-item-margin: calc(10px / 2) !important;
    }
    .header .elementor-button{
        padding: 10px !important;
    }
    .header .header-col-one{
        --width: 10% !important;
    }
    .header .header-col-two{
        --width: 90% !important;
    }
    .about-sec-line::after {
        height: 265px;
        top: -8px;
    }
}
@media (min-width:1285px) and (max-width:1366px){
    .product-loop-sec .swiper-pagination-progressbar{
    width: 500px !important;
}
body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0.90;
    zoom: 90%;
}
[data-elementor-type="header"].elementor.elementor-location-header > .elementor-element {
    zoom: 1.0;
    zoom: 100%;
}
}
@media (min-width:1265px) and (max-width:1284px){
    .product-loop-sec .swiper-pagination-progressbar{
    width: 485px !important;
}
body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0.90;
    zoom: 90%;
}
[data-elementor-type="header"].elementor.elementor-location-header > .elementor-element {
    zoom: 1.0;
    zoom: 100%;
}
}
@media (min-width:1200px) and (max-width:1264px){
    .product-loop-sec .swiper-pagination-progressbar{
    width: 460px !important;
}
body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0.90;
    zoom: 90%;
}
[data-elementor-type="header"].elementor.elementor-location-header > .elementor-element {
    zoom: 1.0;
    zoom: 100%;
}
}
@media (min-width:1080px) and (max-width:1199px){
    .product-loop-sec .swiper-pagination-progressbar{
    width: 420px !important;
}
.lines-product{
    visibility: hidden;
}
body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0.90;
    zoom: 90%;
}
[data-elementor-type="header"].elementor.elementor-location-header > .elementor-element {
    zoom: 1.0;
    zoom: 100%;
}
}
@media (min-width:1025px) and (max-width:1079px){
body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0.90;
    zoom: 90%;
}
[data-elementor-type="header"].elementor.elementor-location-header > .elementor-element {
    zoom: 1.0;
    zoom: 100%;
}
}
@media screen and (max-width: 1024px){
    .product-loop-sec{
    padding-left: 20px !important;
}
.product-loop-sec .swiper-pagination-progressbar{
    width: 230px !important;
}
.about-sec-line::after {
    top: -5px;
    left: 8%;
    height: 296px;
}
/* body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0.80;
    zoom: 80%;
} */
[data-elementor-type="header"].elementor.elementor-location-header > .elementor-element {
    zoom: 1.0;
    zoom: 100%;
}
.loan-content h3{
    font-size: 40px !important;
    width: 100%;
}
.loan-content p{
    font-size: 16px !important;
    width: 100%;
}
.loan-content{
    width: 50%;
}
.loan-image {
    padding: 15px;
    width: 50%;
}
.layout-odd {
    column-gap: 30px;
}
.loan-details-sec {
    row-gap: 50px;
}
.layout-even .loan-content{
    padding-left: 0;
}
.layout-even .loan-content h3{
    width: 100%;
}
.canvas-team{
    height: 90vh !important;
    overflow-y: scroll !important;
}
}
@media screen and (max-width: 767px){
    .product-loop-sec{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.product-loop-sec .swiper-pagination-progressbar {
    bottom: -30px !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
.about-sec .about-sec-one .elementor-icon{
    outline: 10px solid #fff;
}
.about-sec .about-sec-two .elementor-icon{
    outline: 10px solid #0A4B8C;
}
.about-sec-line::after{
    display: none;
}
.footer-sec .gform-footer{
    justify-content: center !important;
}
.contact-main .map-abs{
    position: relative;
}
.layout-odd{
    flex-direction: column;
    row-gap: 20px;
    padding: 15px;
}
.loan-image{
    width: 100%;
    padding: 0;
}
.loan-content{
    width: 100%;
    padding: 0;
}
.loan-content h3{
    font-size: 25px !important;
    text-align: center;
}
.loan-content p{
    text-align: center;
}
.loan-details-sec {
    row-gap: 30px;
}
.layout-even{
   flex-direction: column;
   row-gap: 20px;
}
}