body{
  font-family: 'RobotoRegular', sans-serif;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2");
  font-display: swap; 
}

.container {
    max-width: 85%;
}

/************ Start Background CSS **********/
.bg-green {
  background: #27B24D !important;
}

.bg-light-green {
  background: #F0FFF4 !important;
}

.bg-darkgreen {
  background: #123237 !important;
}

.bg-light-green {
  background: #EFFFF3 !important;
}

.bg-about-card {
  background: #e9e9e9 !important;
}

.bg-light-white {
  background: #f5f5f5 !important;
}

.bg-blue {
  background: #003f63 !important;
}

/************ End Background CSS **********/

/************ Start Text CSS **********/
.text-green {
  color: #27B24D !important;
}

.text-black {
  color: #272727 !important;
}

.text-light-black {
  color: #444444 !important;
}

.text-gray {
  color: #606060 !important;
}

.text-justify {
  text-align: justify !important;
}

.text-dark-blue {
  color: #012646 !important;
}

/************ End Text CSS **********/

/************ Start Green Border CSS **********/
.border-green {
  border: 1px solid #27B24D !important;
}

.border-bottom-green {
  border-bottom: 1px solid #27B24D !important;
}

.border-blue {
  border: 1px solid #003f63 !important;
}

.border-top-blue {
  border-top: 1px solid #27b24d59;
}

.border-bottom-blue {
  border-bottom: 1px solid #27b24d59;
}

.left-spc {
  left: 15px;
}

.right-spc {
  right: 15px;
}

/************ End Green Border CSS **********/

/*********** Start Font Size CSS **********/
.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

/*********** End Font Size CSS **********/

/* ================= TOP BAR ================= */
.top-header{
    background:#1d2029;
    padding:12px 0;
}
.top-contact{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:16px;
    font-weight:400;
}
.top-contact i{
    font-size:20px;
    line-height:1;
    position:relative;
    top:-1px;
}
.top-contact strong{
    font-weight:700;
}
/* ================= TOP BAR ================= */

/************** Main Navigation CSS ************/
#maintop{
    position:relative;
    padding: 14px 0;
    background: #ECF9FE;
    z-index:999;
}
#maintop .container{
    background:#fff;
    border-radius:14px;
    padding:14px 22px;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
#logo img{
    max-width:220px;
    width:100%;
    height:auto;
    display:block;
}
#mainnav{
     min-height: 35px;	
    flex:1;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
#desknav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:22px;

    margin:0;
    padding:0;
    list-style:none;
}
#desknav > li{
    position:relative;
}
#desknav > li > a{
    font-family:'Roboto', sans-serif;
    font-size:17px;
    font-weight:400;
    color:#333;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:6px;
    transition:0.3s;
    white-space:nowrap;
}
#desknav > li > a:hover{
  color:#1db446;
}
#desknav > li.menu-item-has-children > a::after {
  content:"\F282";
  font-family:bootstrap-icons;
  font-size: 14px;
  color: #1db446;
  font-weight: 600;
}
#desknav .current-menu-item > a, #desknav .current-menu-parent > a, #desknav .current_page_item > a, #custom-mobnav .current-menu-item > a, #custom-mobnav .current-menu-parent > a, #custom-mobnav .current_page_item > a {
  color:#1db446 !important;
  font-weight:600;
}
#custom-mobnav .sub-menu {
  display:none;
  list-style:none;
  padding-left:15px;
  margin-top:10px;
}
#custom-mobnav .menu-item-has-children.active > .sub-menu {
  display:block;
}
#custom-mobnav .menu-item-has-children > a {
  position:relative;
  padding-right:35px;
}
#custom-mobnav .menu-item-has-children > a::after {
  content:"\F282";
  font-family:bootstrap-icons;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  font-size:14px;
  color:#1db446;
  transition:0.3s;
  font-weight: 600;
}
#custom-mobnav .menu-item-has-children.active > a::after {
    transform:translateY(-50%) rotate(180deg);
}
#desknav .sub-menu {
    position:absolute;
    top:120%;
    left:0;
    min-width:240px;
    background:#fff;
    border-radius:10px;
    padding:12px 0;
    list-style:none;
    margin:0;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:999;
}
#desknav li:hover > .sub-menu {
    opacity:1;
    visibility:visible;
    top:100%;
}
#desknav .sub-menu li a {
    display:block;
    padding:10px 18px;
    color:#333;
    text-decoration:none;
    font-size:15px;
    transition:0.3s;
}
#desknav .sub-menu li a:hover {
    background:#f5f5f5;
    color:#1db446;
}
#desknav #menu-item-838, #desknav #menu-item-839, #desknav #menu-item-840 {
  display: none;
}
.mobile-toggle{
    display:none;
    width:45px;
    height:45px;
    border:none;
    background:#1db446;
    color:#fff;
    border-radius:8px;
    font-size:22px;
    align-items:center;
    justify-content:center;
}
#navi-mob{
    display:none;
    width:100%;
}
#custom-mobnav{
    list-style:none;
    margin:15px 0 0;
    padding:0;
    background:#fff;
    border-top:1px solid #eee;
}
#custom-mobnav li{
    border-bottom:1px solid #eee;
}
#custom-mobnav li a{
    display:block;
    padding:14px 0;
    color:#333;
    text-decoration:none;
    font-size:16px;
}
#custom-mobnav li a:hover{
    color:#1db446;
}
@media(max-width:1399px){
    #desknav{
        gap:16px;
    }
    #desknav > li > a{
        font-size:15px;
    }
}
@media(max-width:991px){
    #maintop .container{
        flex-wrap:wrap;
        padding:14px 16px;
    }
    #logo img{
        max-width:180px;
    }
    #mainnav{
        flex:none;
    }
    #pagenav{
        display:none;
    }
    .mobile-toggle{
        display:flex;
    }
    #navi-mob.active{
        display:block;
    }
}
@media(max-width:576px){
    .container {
        max-width: 100%;
    }
    #maintop{
        padding:10px 0;
    }
    #maintop .container{
        border-radius:10px;
    }
    #logo img{
        max-width:160px;
    }
    .mobile-toggle{
        width:40px;
        height:40px;
        font-size:20px;
    }
    #custom-mobnav li a{
        font-size:15px;
        padding:12px 0;
    }
}
/************** END Main Navigation CSS ************/

/**************** Hero SEction CSS **************/
.hero-section {
    position: relative;
    overflow: hidden;
    min-height:700px;
    padding: 50px 0 190px;
  /*  background: url('/wp-content/uploads/2026/05/hero-home-banner.webp') center bottom/cover no-repeat; */
    display:flex;
    align-items:center;
}
.hero-bg-image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: bottom;
    z-index:1;
}
/* .hero-section::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:320px;
    background:url('/wp-content/uploads/2026/05/hero-home-banner.webp') center bottom/cover no-repeat;
    z-index:1;
} */
.hero-content{
    position:relative;
    z-index:5;
}
.hero-title{
    font-size:42px;
    font-weight:600;
    color:#1b1f27;
    margin-bottom:18px;
}
.hero-subtitle{
    max-width:620px;
    font-size:22px;
    line-height:1.4;
    color:#202020;
    margin-bottom:34px;
}
.webinar-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    background:#fff;
    min-height:330px;
    box-shadow:0 4px 18px rgba(0,0,0,0.08);
}
.webinar-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: bottom right;
}
.webinar-content{
    position:relative;
    z-index:5;
    padding:24px;
    height:100%;
}
.webinar-logo{
    max-width:170px;
    margin-bottom:20px;
}
.webinar-title-wrap{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:26px;
}
.webinar-title{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#111;
}
.webinar-badge{
  background:#198754;
  color:#fff;
  padding:6px 14px;
  border-radius:30px;
  font-size:16px;
  font-weight:700;
}
.webinar-arrow{
  width:28px;
  height:28px;
  border:2px solid #163943;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  color:#163943;
}
.qr-wrapper{
  display:flex;
  align-items:flex-start;
  gap:28px;
}
.qr-box{
  text-align:center;
}
.qr-box img{
  width:92px;
  height:92px;
  object-fit:contain;
  margin-bottom:12px;
}
.qr-box p{
  margin:0;
  font-size:12px;
  line-height:1.6;
  color:#17313a;
  font-weight:500;
}
.qr-divider{
  width:1px;
  height:120px;
  background:#28b34b;
}
.webinar-person{
  position:absolute;
  right:55px;
  bottom:0;
  height:300px;
  z-index:3;
}
.speaker-info{
  position:absolute;
  right: 20px;
  bottom: -5px;
  z-index:6;
  text-align:right;
}
.speaker-info h4{
  margin:0 0 4px;
  font-size: 24px;
  font-weight:700;
  color:#28b34b;
}
.speaker-info span{
    font-size:16px;
    color:#111;
}
.form-box {
    background:#fff;
    border-radius:28px;
    /* padding:36px; */
    padding: 15px;
    box-shadow:0 4px 18px rgba(0,0,0,0.08);
}
.form-title {
    text-align:center;
    font-size:18px;
    line-height:1.2;
    font-weight:700;
    color:#444;
    margin-bottom:15px;
}
.form-divider{
    width:100%;
    height:1px;
    background:#d7d7d7;
    margin-bottom:15px;
}
.form-desc{
    text-align:center;
    font-size:17px;
    line-height:1.5;
    color:#495057;
    margin-bottom:15px;
}
.form-label-custom{
    display:block;
    font-size: 16px;
    font-weight: 600;
    color:#444;
    margin-bottom:12px;
}
.form-control-custom, .form-select-custom {
    height: 45px;
    border: 1px solid #28b34b;
    border-radius: 50px;
    padding: 0 24px;
    font-size: 16px;
    color: #444;
    box-shadow: none;
}
.form-control-custom::placeholder {
    color:#a1a1a1;
}
.form-control-custom:focus, .form-select-custom:focus {
    border-color:#28b34b;
    box-shadow:none;
}
.select-wrap {
    position:relative;
}
.form-select-custom {
    padding-right:55px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:none !important;
}
.select-wrap i {
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    color:#28b34b;
    pointer-events:none;
}
.estimate-btn {
    width:100%;
    margin: 8px 0;
    /* margin-top:28px; */
    border:none;
    height:45px;
    border-radius:60px;
    background: #1f8f3c;
    color:#fff;
    font-size: 20px;
    font-weight: 600;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s;
}
.estimate-btn:hover{
    background:#0e842d;
}
.estimate-btn span{
    position:absolute;
    right:6px;
    width: 35px;
    height: 35px;
    border-radius:50%;
    background:#05384a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 18px;
}
.bottom-bar{
    position:relative;
    z-index:10;
    background:#1f8f3c;
    text-align:center;
    color:#fff;
    font-size:20px;
    font-weight:700;
    line-height: 1.4;
    min-height: 45px;
    padding: 8px 20px;
}
@media(max-width:1399px){
    .hero-title{
        font-size: 36px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
}
@media(max-width:1199px){
    .hero-title{
        font-size:48px;
    }
    .hero-subtitle{
        font-size:21px;
    }
    .form-box{
        padding:30px;
    }
    .form-title{
        font-size:24px;
    }
    .webinar-person{
        height:260px;
    }
}

@media(max-width:991px){
    .hero-section{
        padding:15px 0 160px;
    }
    .hero-title{
        font-size: 32px;
        text-align: center;
    }
    .hero-subtitle{
        font-size: 16px;
        text-align: center;
        margin-bottom:28px;
    }
    .bottom-bar {
        font-size: 16px;
    }
    .webinar-card{
        margin-bottom:30px;
    }
    .hero-section::after{
        height:240px;
    }
}

@media(max-width:767px){
    .hero-section {
        padding: 10px 0 130px;
    }
    .hero-title{
        font-size:34px;
    }
    .hero-subtitle{
        font-size:17px;
    }
    .form-box{
        border-radius:20px;
        padding:24px 20px;
    }
    .form-title{
        font-size:22px;
    }
    .form-desc{
        font-size: 13px;
    }
    .form-label-custom{
        font-size:18px;
    }
    .form-control-custom, .form-select-custom{
        height: 40px;
        font-size:16px;
    }
    .estimate-btn{
        height: 40px;
        font-size:18px;
    }
    .estimate-btn span{
        width:46px;
        height:46px;
        font-size:20px;
    }
    .bottom-bar{
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }
    .hero-section::after{
        height:190px;
    }
    .webinar-content{
        padding:20px;
    }
    .webinar-title{
        font-size:16px;
    }
    .webinar-badge{
        font-size:14px;
    }
    .qr-wrapper{
        gap:14px;
    }
    .qr-box img {
        width: 100px;
        height: 100px;
    }
    .qr-box p{
        font-size:10px;
    }
    .qr-divider{
        height:90px;
    }
    .webinar-person{
        position:relative;
        right:auto;
        bottom:auto;
        height:220px;
        margin:20px auto 0;
        display:block;
    }
    .speaker-info{
        position:relative;
        right: 8px;
        bottom:auto;
        text-align: right;
        margin-top: 200px;
    }
    .speaker-info h4{
        font-size:24px;
    }
}
@media(max-width:575px){
    .hero-title{
        font-size:30px;
        text-align: center;
    }
    .hero-subtitle{
        font-size:16px;
        text-align: center;
    }
    .hero-section {
        background: #ECF9FE;
    }
    .hero-bg-image {
        display: none;
    }
    .webinar-card .webinar-bg {
        content: url('/wp-content/uploads/2026/06/sari-mob-img-1.webp');
	object-fit: cover;
        object-position: right;
    }
    .form-title{
        font-size:16px;
    }
    .form-label-custom{
        font-size:16px;
    }
    .stepper {
        padding-left: 0 !important;
    }
    #propertySearchDropDown li .item-county {
        position: relative !important;
        display: block;
        right: 0 !important;
        bottom: 0 !important;
    }
    .qr-wrapper{
        /* flex-direction:column; */
        margin-top: 40px;
        align-items: center;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .qr-divider{
        width: 25px;
        height: 0;
    }
    .webinar-title-wrap{
        justify-content:center;
    }
    .webinar-logo{
        display:block;
        margin:auto auto 20px;
    }
    .gform_legacy_markup_wrapper {
        margin-left: 0px !important;
    }
    #field_1_29, #field_1_2 {
        padding-right: 0 !important;
        width: 100% !important;
    }
    .bonus-section .main-image {
        display: none !important;
    }
}
/****************** END Hero Section *******************/

/*********** Start Steeper Wizard CSS *********/
.wizard-wrapper {
    /* max-width: 900px;
    margin: 60px auto;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}
.stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}
.stepper::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #dcdcdc;
    z-index: 1;
}
.step-progress {
    position: absolute;
    top: 22px;
    left: 0;
    height: 4px;
    background: #28b34b;
    z-index: 2;
    transition: 0.3s;
    width: 0%;
}
.step {
    position: relative;
    z-index: 3;
    text-align: center;
    width: auto;
    /* width: 100%; */
}
.step-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #dcdcdc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 600;
    transition: 0.3s;
}
.step.active .step-circle, .step.completed .step-circle {
    background: #28b34b;
}
.step-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}
.step.active .step-title {
    color:#198754;
}

/* Form Steps */
.step-content {
    display: none;
    animation: fadeIn 0.3s ease;
}
.step-content.active {
    display: block;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.wizard-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

/* Step 1 CSS */
.property-loader {
    padding:15px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
}
.loading-text {
    font-weight:500;
}
#divpropertySearchDropDown {
    width: 100%;
    position: absolute;
    margin-top: 5px;
    background: #f5f5f5;
    border-radius: 12px;
    z-index: 999;
}
#propertySearchDropDown {
    list-style: none;
    margin: 0;
    padding: 10px;
    border: 1px solid #27b24d;
    border-radius: 12px;
}
#propertySearchDropDown li { 
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
}
#propertySearchDropDown li .item-county {
    position: absolute;
    right: 12px;
    bottom: 8px;
} 
#propertySearchDropDown li span {
    font-weight: 700;
    /* color: #27b24d; */
}
/* End Step 1 CSS */

/* Step 2 CSS */
.tax-savings-wrapper {
    padding:10px;
}
.tax-savings-wrapper .main-title{
    text-align:center;
    color:#28b34b;
    font-size:16px;
    font-weight:600;
    margin-top:18px;
}
.tax-savings-wrapper .title-line{
    border-top:2px solid #bdbdbd;
    margin-bottom:30px;
}
/* LEFT GREEN BOX */
.tax-savings-wrapper .property-card{
    background:#28B446;
    border-radius:8px;
    padding:10px;
    height:100%;
}
.tax-savings-wrapper .field-label{
    color:#fff;
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;
}
.tax-savings-wrapper .field-box{
    background: #f3f3f3;
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
    margin-bottom: 0px;
    line-height: 1;
}
/* WHITE CARDS */
.tax-savings-wrapper .savings-card{
    border:1px solid #2db24b;
    border-radius:8px;
    background:#ececec;
    padding:10px;
    height:100%;
}
.tax-savings-wrapper .card-title {
    text-align:center;
    font-size: 14px;
    font-weight:700;
    color:#3f3f3f;
    margin-bottom:8px;
}
.tax-savings-wrapper .card-divider{
    border-top:1px solid #bfbfbf;
    margin-bottom:10px;
}
.tax-savings-wrapper .saving-label{
    font-size:14px;
    font-weight:700;
    color:#4a4a4a;
    margin-bottom:12px;
}
.tax-savings-wrapper .saving-box {
    background: #f5f5f5;
    border-radius: 14px;
    /* min-height: 45px; */
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #4f4f4f;
    margin-bottom: 10px;
}
/* RESPONSIVE */
@media(max-width:991px){
    .tax-savings-wrapper .main-title{
        font-size: 16px;
    }
    .tax-savings-wrapper .field-label, .tax-savings-wrapper .saving-label{
        font-size: 16px;
    }
    .tax-savings-wrapper .field-box, .tax-savings-wrapper .saving-box{
        font-size: 16px;
    }
    .tax-savings-wrapper .card-title{
        font-size: 16px;
    }

}
/* Step 2 CSS End */

/* Step 3 CSS Start */
.gform_legacy_markup_wrapper {
    margin-left: 15px !important; 
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 8px !important; 
}
.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label, .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none !important;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .large.gfield_select, #input_1_31_4 {
    height: 45px;
    border: 1px solid #28b34b;
    border-radius: 50px;
    padding: 0 24px !important;
    font-size: 16px !important;
    color: #444;
    box-shadow: none;
}
#field_1_29, #field_1_2 {
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 50%;
}
.gform_legacy_markup_wrapper .top_label .gsection_description {
    margin-bottom: 0 !important;
    width: 100% !important;
    font-size: 18px;
    font-weight: 500;
}
#input_1_31_1 {
    margin-bottom: 10px;
}
#input_1_5 {
    width: 100% !important;
}
#field_1_5, #field_1_23 {
    margin-top: 0 !important;
}
#field_1_30 {
    display: none !important;
}
.gform_legacy_markup_wrapper .gform_footer {
    display: none;
}
#gform_submit_button_1 {
    display: none !important;
}
@media only screen and (min-width: 641px) {
    .gform_legacy_markup_wrapper .ginput_complex .ginput_left {
        padding-right: 7px !important;
    }
}
/* Step 3 CSS End */

/* Start Step 4 CSS */
.thankyou-section{
    padding:0;
    position:relative;
}
/* .thankyou-section::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#42c44c;
} */
.thankyou-section .thankyou-wrapper{
    max-width:1240px;
    margin:0 auto;
    text-align:center;
    padding:10px 20px 28px;
}
.thankyou-section .success-badge{
    width:120px;
    height:120px;
    margin:0 auto 8px;
    position:relative;
}
.thankyou-section .success-badge .outer{
    width:96px;
    height:96px;
    background:linear-gradient(180deg,#4fe36b,#22b84a);
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border:8px solid #21bf55;
    box-shadow: 0 8px 16px rgba(34,184,74,.20);
    position:relative;
    z-index:2;
}
.thankyou-section .success-badge .inner{
    width:70px;
    height:70px;
    background:linear-gradient(180deg,#69ef82,#3dd75c);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.thankyou-section .success-badge i{
    color:#fff;
    font-size:42px;
    font-weight:800;
}
.thankyou-section .ribbon-left, .thankyou-section .ribbon-right{
    position:absolute;
    bottom:0;
    width:0;
    height:0;
    border-left:18px solid transparent;
    border-right:18px solid transparent;
    border-top:55px solid #1db454;
    z-index:1;
}
.thankyou-section .ribbon-left{
    left:22px;
    transform:rotate(10deg);
}
.thankyou-section .ribbon-right{
    right:22px;
    transform:rotate(-10deg);
}
.thankyou-section .thankyou-title{
    font-size:34px;
    font-weight:700;
    color:#42c44c;
    margin-bottom:10px;
}
.thankyou-section .divider-line{
    position:relative;
    width:100%;
    height:1px;
    background:#303030;
    margin:0 auto 16px;
}
.thankyou-section .divider-line::before{
    content:'';
    position:absolute;
    left: 45%;
    top:-1px;
    width:70px;
    height:3px;
    background:#42c44c;
}
.thankyou-section .main-message{
    max-width:900px;
    margin:0 auto 18px;
    font-size:26px;
    line-height:1.3;
    font-weight:700;
    color:#101010;
}
.thankyou-section .sub-message{
    font-size:16px;
    line-height:1.8;
    color:#1c2b3a;
    margin-bottom:8px;
}
.thankyou-section .phone-number{
    color:#42c44c;
    font-weight:700;
    text-decoration:none;
}
#thankyouBtn {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
@media(max-width:991px){
    .thankyou-section .main-message{
        font-size:22px;
    }
    .thankyou-section .thankyou-title{
        font-size:30px;
    }
}
@media(max-width:767px){
    .thankyou-section .thankyou-wrapper{
        padding:15px 15px 30px;
    }
    .thankyou-section .success-badge{
        width:100px;
        height:100px;
    }
    .thankyou-section .success-badge .outer{
        width:82px;
        height:82px;
    }
    .thankyou-section .success-badge .inner{
        width:58px;
        height:58px;
    }
    .thankyou-section .success-badge i{
        font-size:32px;
    }
    .thankyou-section .thankyou-title{
        font-size:24px;
    }
    .thankyou-section .main-message{
        font-size:18px;
    }
    .thankyou-section .sub-message{
        font-size:15px;
        line-height:1.7;
    }
}
/* step 4 CSS End */

/********** END Steeper Wizard CSS *********/

/***************** Start Bonus Section ****************/
.bonus-section {
    position:relative;
    overflow:hidden;
    padding: 50px 0 30px;
}
/* .bonus-section::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:48%;
    height:420px;
    background:#edf8f0;
    border-top-right-radius:180px;
    z-index:1;
} */
.bonus-section .cta-box {
    position:relative;
    z-index:5;
    background:#edf8f0;
    border:1px solid #28b34b;
    border-radius:20px;
    padding:28px 34px;
    margin-bottom:60px;
}
.bonus-section .cta-title{
    font-size:26px;
    font-weight:700;
    color:#495057;
    margin-bottom:12px;
}
.bonus-section .cta-text{
    font-size:18px;
    text-align: justify;
    line-height:1.7;
    color:#495057;
    max-width:980px;
    margin:0;
}
.bonus-section .cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    background:#fff;
    border:2px solid #28b34b;
    border-radius:60px;
    height:58px;
    padding:0 6px 0 28px;
    text-decoration:none;
    color:#28b34b;
    font-size:18px;
    font-weight:700;
    transition:0.3s;
}
.bonus-section .cta-btn:hover{
    background:#28b34b;
    color:#fff;
}
.bonus-section .cta-btn span {
    width:42px;
    height:42px;
    border-radius:50%;
    background:#28b34b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}
.bonus-section .image-wrapper {
    position:relative;
    z-index:5;
}
.bonus-section .main-image {
    width: 90%;
    height: 535px;
    border-radius:20px;
    display:block;
}
.bonus-section .video-card {
    position:absolute;
    right: -15px;
    bottom:44px;
    width:380px;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 4px 18px rgba(0,0,0,0.12);
}
.bonus-section .video-thumbnail {
    position:relative;
}
.bonus-section .video-thumbnail img {
    width:100%;
    display:block;
}
.bonus-section .play-btn {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:72px;
    height:72px;
    border-radius:50%;
    background:#28b34b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:34px;
    z-index:99;
    transition:0.3s;
}
.bonus-section .play-btn:hover {
    background:#149c36;
    color:#fff;
    transform:translate(-50%, -50%) scale(1.08);
}
.bonus-section .video-bottom {
    background:#28b34b;
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:700;
    padding:16px;
}
.bonus-section .content-side {
    position:relative;
    z-index:5;
}
.bonus-section .section-title {
    font-size:28px;
    line-height:1.2;
    font-weight:700;
    color:#444;
    margin-bottom:20px;
}
.bonus-section .content-side p {
    text-align: justify;
    font-size:18px;
    line-height:1.9;
    color:#777;
    margin-bottom:10px;
}
@media(max-width:1399px) {
    .bonus-section .section-title {
        font-size:42px;
    }
    .bonus-section .video-card {
        width:330px;
    }
}
@media(max-width:1199px) {
    .bonus-section .section-title {
        font-size:36px;
    }
    .bonus-section .content-side p {
        font-size:16px;
    }
    .bonus-section .video-card {
        width:300px;
        right:-40px;
    }
}

@media(max-width:991px) {
    .bonus-section{
        padding:40px 0 0px;
    }
    .bonus-section::before{
        width:100%;
        height:320px;
        border-top-right-radius:120px;
    }
    .bonus-section .cta-box{
        padding:24px;
        margin-bottom:50px;
    }
    .bonus-section .cta-title{
        font-size: 18px;
        text-align: center;
    }
    .bonus-section .cta-text{
        font-size:16px;
        margin-bottom:0px;
    }
    .bonus-section .image-wrapper{
        margin-bottom: 0;
    }
    .bonus-section .video-card{
        right:20px;
        bottom:-40px;
    }
    .bonus-section .section-title{
        font-size:34px;
        margin-bottom:24px;
    }
}

@media(max-width:767px){
    .bonus-section{
        padding:30px 0 0px;
    }
    .bonus-section .cta-box{
        border-radius:16px;
        padding:20px;
    }
    .bonus-section .cta-title{
        font-size:22px;
    }
    .bonus-section .cta-text{
        font-size:15px;
        line-height:1.7;
    }
    .bonus-section .cta-btn{
        width:100%;
        justify-content:center;
        margin-top:10px;
    }
    .bonus-section .section-title{
        font-size:30px;
    }
    .bonus-section .content-side p{
        font-size:15px;
        line-height:1.8;
    }
    .bonus-section .video-card{
        position:relative;
        right:auto;
        bottom:auto;
        width:100%;
        margin-top: 0;
    }
    .bonus-section .play-btn{
        width:60px;
        height:60px;
        font-size:28px;
    }
    .bonus-section .video-bottom{
        font-size:16px;
    }
}
@media(max-width:575px){
    .bonus-section .section-title{
        font-size:26px;
    }
    .bonus-section .cta-title{
        font-size:20px;
    }
}
/***************** END Bonus Section ****************/

/***************** Start Highlighted Projects CSS ******************/
.projects-section {
    position:relative;
    overflow:hidden;
    padding:30px 0 30px;
}
/* .projects-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:33%;
    height:360px;
    background:#edf8f0;
    border-bottom-right-radius:180px;
    z-index:1;
} */
.projects-section .section-title {
    position:relative;
    z-index:5;
    text-align:center;
    font-size: 32px;
    font-weight:700;
    color:#444;
    margin-bottom:40px;
}
.projects-section .laptop-wrapper{
    position:relative;
    z-index:5;
}
.projects-section .laptop-screen {
    background:#050505;
    border-radius:28px 28px 12px 12px;
    padding:16px;
    max-width:1430px;
    margin:auto;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}
.projects-section .screen-inner {
    overflow:hidden;
    border-radius:10px;
    background:#EDF7FF;
}
.projects-section .screen-header {
    display:flex;
    max-height: 60px;
    background:#fff;
}
.projects-section .sidebar-header {
    width:225px;
    background:#073B3A;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px;
}
.projects-section .sidebar-header img {
    max-width:165px;
}
.projects-section .main-header {
    flex:1;
    display:flex;
    align-items:center;
    justify-content: center;
    padding:0 24px;
}
.projects-section .main-header h3 {
    margin:0;
    font-size: 20px;
    font-weight: 600;
    color:#444;
}
.projects-section .menu-icon {
    display: none;
    color:#d7d7d7;
    font-size:28px;
}
.projects-section .screen-content {
    display:flex;
}
.projects-section .sidebar {
    width:225px;
    background:#073B3A;
    padding:14px;
    flex-shrink:0;
}
.projects-section .sidebar-image {
    width:100%;
    border-radius:4px;
    margin-bottom:24px;
}
.projects-section .sidebar-title {
    text-align:center;
    color:#fff;
    font-size:24px;
    line-height:1.25;
    font-weight:600;
    margin-bottom:28px;
}
.projects-section .sidebar-btn {
    height:45px;
    border-radius:50px;
    background:#18a53a;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    text-decoration:none;
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    transition:0.3s;
}
.projects-section .sidebar-btn:hover {
    background:#11882f;
    color:#fff;
}
.projects-section .sidebar-btn .textspan {
    position: relative;
    left: 20px;
}
.projects-section .sidebar-btn .arrowspan {
    width:34px;
    height:34px;
    margin-left: 22px;
    border-radius:50%;
    background:#083847;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 15px;
}
.projects-section .table-area {
    flex:1;
    padding:18px 20px 26px;
}
.projects-section .project-tabs {
    position: relative;
    border-bottom: 1px solid #00AE30;
    margin-bottom: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap:0;
}
.projects-section .project-tabs::-webkit-scrollbar {
    display:none;
}
.projects-section .project-tabs .nav-item {
    flex:1;
    text-align:center;
}
.projects-section .project-tabs .nav-link {
    position:relative;
    width:100%;
    border:none !important;
    background:none !important;
    border-radius:0 !important;
    color:#7b7b7b;
    font-size:18px;
    font-weight:400;
    padding:0 10px 16px;
    transition:0.3s;
}
.projects-section .project-tabs .nav-link.active {
    color:#111 !important;
    background:none !important;
    font-weight:400;
}
.projects-section .project-tabs .nav-link.active::after {
    content:"";
    position:absolute;
    left:0;
    bottom: 0;
    width:100%;
    height:2px;
    background:#27B24D;
}
.projects-section .project-tabs .nav-link:hover {
    color:#111;
}
.projects-section .table-wrap {
    overflow-x:auto;
}
.projects-section .custom-table {
    width:100%;
    min-width:980px;
    border-collapse:separate;
    border-spacing:0 8px;
}
.projects-section .custom-table thead th {
    background:#1f8f3c;
    color:#fff;
    text-align:center;
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    font-weight:500;
    border:none;
}
.projects-section .custom-table thead th:first-child {
    border-radius:6px 0 0 6px;
}
.projects-section .custom-table thead th:last-child {
    border-radius:0 6px 6px 0;
}
.projects-section .custom-table tbody tr{
    background:#fff;
}
.projects-section .custom-table tbody tr:nth-child(even) {
    background:#EAFFF0;
}
.projects-section .table>:not(caption)>*>* {
    background:#EAFFF0;
}
.projects-section .custom-table tbody td {
    text-align:center;
    padding:12px 10px;
    font-size: 14px;
    border-top:1px solid #b7ddb9;
    border-bottom:1px solid #b7ddb9;
}
.projects-section .custom-table tbody td:first-child {
    border-left:1px solid #b7ddb9;
    border-radius:6px 0 0 6px;
}
.projects-section .custom-table tbody td:last-child {
    border-right:1px solid #b7ddb9;
    border-radius:0 6px 6px 0;
}
.projects-section .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #FFF;
}
.projects-section .table-note {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    font-weight: 600;
}
.projects-section .laptop-base {
    position:relative;
    max-width:1430px;
    height:34px;
    margin:-2px auto 0;
    background:linear-gradient(to bottom,#757575 0%, #2a2a2a 100%);
    border-radius:0 0 120px 120px;
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
}
.projects-section .laptop-base::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:180px;
    height:14px;
    border-radius:0 0 18px 18px;
    background:#8b8b8b;
}
@media(max-width:1199px){
    .projects-section .section-title{
        font-size:42px;
    }
    .projects-section .sidebar, .sidebar-header{
        width:200px;
    }
}

@media(max-width:991px){
    .projects-section{
        padding:40px 0 70px;
    }
    .projects-section::before{
        width:100%;
        height:220px;
        border-bottom-right-radius:120px;
    }
    .projects-section .section-title{
        font-size:34px;
    }
    .projects-section .screen-content{
        flex-direction:column;
    }
    .projects-section .screen-header{
        flex-direction:column;
    }
    .projects-section .sidebar-header{
        width:100%;
    }
    .projects-section .sidebar{
        width:100%;
        text-align:center;
    }
    .projects-section .sidebar-image{
        max-width:260px;
        display: none;
    }
    .projects-section .sidebar-btn {
        display: none;
    }
    .projects-section .sidebar-title {
        font-size: 20px;
        margin-bottom: 0;
    }
}

@media(max-width:767px){
    .projects-section{
        padding:30px 0 0px;
    }
    .projects-section .section-title{
        font-size:28px;
    }
    .projects-section .laptop-screen{
        padding:10px;
    }
    .projects-section .main-header{
        padding:0 16px;
    }
    .projects-section .main-header h3{
        font-size:16px;
    }
    .projects-section .sidebar-title{
        font-size:22px;
    }
    .projects-section .sidebar-btn{
        font-size:16px;
    }
    .projects-section .project-tabs .nav-link{
        font-size:15px;
        padding-bottom:12px;
    }
    .projects-section .custom-table thead th, .projects-section .custom-table tbody td{
        font-size:13px;
    }
    .projects-section .laptop-base{
        height:24px;
    }
    .projects-section .laptop-base::before{
        width:120px;
        height:10px;
    }
}

@media(max-width:575px){
    .projects-section .sidebar-image, .projects-section .sidebar-btn {
        display: none;
    }
    .projects-section .sidebar-title { 
      margin-bottom: 0;
    }
}

/**************** END Highlighted Projects CSS *******************/

/******************* Start Cost Segregation Study CSS *****************/
.cost-study-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0 0;
    background: #fff;
}
.cost-study-section .section-title {
    text-align:center;
    font-size: 32px;
    font-weight:700;
    color:#444;
    margin-bottom:40px;
}
.cost-study-section .top-row {
    align-items:center;
}
.cost-study-section .meeting-image {
    text-align:center;
}
.cost-study-section .meeting-image img {
    max-width:100%;
    margin:auto;
}
.cost-study-section .study-content {
    padding-left:35px;
}
.cost-study-section .benefits-list {
    list-style:none;
    padding:0;
    margin:0 0 15px;
}
.cost-study-section .benefits-list li {
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:15px;
    font-size:18px;
    line-height:1.6;
    color:#777;
}
.cost-study-section .benefits-list li i {
    color:#28b34b;
    font-size:18px;
    margin-top:2px;
}
.cost-study-section .study-content p {
    font-size:18px;
    text-align: justify;
    line-height:1.75;
    color:#7a7a7a;
    margin-bottom: 15px;
}
.cost-study-section .cpa-section {
    position:relative;
    margin-top: 0px;
}
/* .cost-study-section .cpa-section::before {
    content:"";
    position:absolute;
    right:-180px;
    bottom:-140px;
    width:860px;
    height:520px;
    background:#edf8f0;
    border-top-left-radius:260px;
    z-index:1;
} */
.cost-study-section .cpa-content {
    position:relative;
    z-index:5;
}
.cost-study-section .cpa-content h3 {
    font-size: 32px;
    font-weight:700;
    color:#444;
    margin-bottom:24px;
}
.cost-study-section .cpa-content p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.75;
    color: #7b7b7b;
    margin-bottom: 20px;
}
@media(max-width:1399px){
    .cost-study-section .section-title {
        font-size:48px;
    }
    .cost-study-section .cpa-content h3 {
        font-size:44px;
    }
}
@media(max-width:1199px){
    .cost-study-section .study-content {
        padding-left:10px;
    }
    .cost-study-section .study-content p, .cost-study-section .benefits-list li, .cost-study-section .cpa-content p {
        font-size:17px;
    }
    .cost-study-section .cpa-content h3 {
        font-size:40px;
    }
}
@media(max-width:991px){
    .cost-study-section {
        padding:40px 0 70px;
    }
    .cost-study-section .section-title {
        font-size:38px;
        margin-bottom:30px;
    }
    .cost-study-section .study-content {
        padding-left:0;
        margin-top:30px;
    }
    .cost-study-section .cpa-content {
        padding-right:0;
        margin-bottom:40px;
    }
    .cost-study-section .cpa-content h3 {
        font-size:34px;
    }
    .cost-study-section .cpa-section::before {
        width:100%;
        height:300px;
        right:0;
        bottom:-40px;
        border-top-left-radius:120px;
    }
}
@media(max-width:767px){
    .cost-study-section {
        padding:30px 0 60px;
    }
    .cost-study-section .section-title {
        font-size: 20px;
    }
    .cost-study-section .benefits-list li {
        font-size:16px;
        margin-bottom:16px;
    }
    .cost-study-section .study-content p, .cost-study-section .cpa-content p {
        font-size:16px;
    }
    .cost-study-section .cpa-content h3 {
        font-size:18px;
    }
    .cost-study-section .cpa-section {
        margin-top:40px;
    }
}
/**************** END Cost Segregation Study CSS********************/

/************ Start Tax savings delivered **********/
.process-section {
    background:#004847;
    padding:70px 0;
    overflow:hidden;
}
.process-section  .container-fluid {
    padding: 0 0 0 155px;
}
.process-section .process-left {
    padding-right:35px;
}
.process-section .process-subtitle {
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.process-section .process-title {
    color:#fff;
    font-size: 34px;
    font-weight: 600;
    line-height:1.18;
    margin-bottom:15px;
}
.process-section .process-number {
    color:#25ef59;
    font-size: 52px;
    font-weight: 600;
    line-height:1;
}
.process-section .process-slider-wrap {
    position:relative;
}
.process-section .slider-nav {
    position: absolute;
    right: 15%;
    top: -40px;
    display: flex;
    gap: 14px;
    z-index: 20;
}
.process-section .slider-nav button {
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#004847;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    transition:.3s;
}
.process-section .slider-nav button:hover {
    background:#25ef59;
}
.process-section .process-scroll {
    display:flex;
    gap:40px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding-top:50px;
    scrollbar-width:none;
}
.process-section .process-scroll::-webkit-scrollbar{
    display:none;
}
.process-section .process-card {
    position:relative;
    min-width: 520px;
    max-width: 520px;
    text-align: justify;
    background:#f5f5f5;
    border-radius:14px;
    padding:95px 34px 32px;
    flex-shrink:0;
    min-height:220px;
}
.process-section .icon-circle {
    position:absolute;
    top:-38px;
    left:48px;
    width:118px;
    height:118px;
    border-radius:50%;
    background:#27ab43;
    display:flex;
    align-items:center;
    justify-content:center;
}
.process-section .icon-circle i {
    color:#fff;
    font-size:54px;
}
.process-section .process-card p {
    margin:0;
    color:#7a7a7a;
    font-size:19px;
    line-height:1.7;
}
@media(max-width:1400px){
    .process-section .process-title {
        font-size:48px;
    }
    .process-section .process-number {
        font-size:60px;
    }
    .process-section .process-card {
        min-width:480px;
        max-width:480px;
    }
}
@media(max-width:991px){
    .process-section{
        padding:50px 0;
    }
    .process-section .process-left {
        margin-bottom:40px;
        padding-right:0;
    }
    .process-section .process-title {
        font-size:38px;
    }
    .process-section .process-number { 
        font-size:46px;
    }
    .process-section .process-card {
        min-width:400px;
        max-width:400px;
    }
    .process-section .container-fluid {
        padding: 0 0 0 20px;
    }
}
@media(max-width:767px){
    .process-section{
        padding:40px 0;
    }
    .process-section .process-subtitle {
        font-size:16px;
    }
    .process-section .container-fluid {
        padding: 0 10px;
    }
    .process-section .process-title {
        font-size:20px;
    }
    .process-section .process-number {
        font-size:30px;
    }
    .process-section .process-card {
        min-width:280px;
        max-width:280px;
        padding:85px 24px 26px;
    }
    .process-section .process-scroll {
        gap: 18px;
    }
    .process-section .slider-nav { 
        right: 2%;
        top: -30px;
    }
    .process-section .process-card p {
        font-size:16px;
    }
    .process-section .icon-circle {
        width:90px;
        height:90px;
        left:24px;
        top:-30px;
    }
    .process-section .icon-circle i {
        font-size:40px;
    }
}
@media(max-width:575px){

}
/************ END Tax savings delivered **********/

/************** Start expert cost CSS *************/
.expert-section {
    padding: 30px 0 30px;
    background: #fff;
}
.expert-section .expert-title {
    color:#444;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:15px;
}
.expert-section .expert-text {
    font-size:18px;
    line-height:1.5;
    text-align: justify;
    color:#7c7c7c;
    margin-bottom:20px;
}
.expert-section .feature-list{
    list-style:none;
    padding:0;
    margin: 0;
}
.expert-section .feature-list li{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom: 15px;
    font-size:18px;
    font-weight:400;
    color:#7c7c7c;
}
.expert-section .feature-icon{
    width: 30px;
    height: 30px;
    border-radius:50%;
    background:#26b44b;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.expert-section .feature-icon i {
    color:#fff;
    font-size:20px;
}
.expert-section .building-image {
    text-align:center;
}
.expert-section .building-image img {
    width:100%;
    max-width:900px;
    height: auto;
    display: block;
    margin:auto;
    aspect-ratio:775/355;  
}
.expert-section .bottom-content {
    margin-top:15px;
}
@media(max-width:1399px){
    .expert-section .expert-title{
        font-size:48px;
    }
}
@media(max-width:1199px){
    .expert-section .expert-title{
        font-size:42px;
    }
    .expert-section .expert-text, .expert-section .feature-list li{
        font-size:18px;
    }
}
@media(max-width:991px){
    .expert-section{
        padding:50px 0;
    }
    .expert-section .expert-title{
        font-size:36px;
    }
    .expert-section .building-image{
        margin-top:40px;
    }
    .expert-section .feature-list{
        margin:30px 0;
    }
    .expert-section .feature-list li{
        margin-bottom:24px;
    }
}
@media(max-width:767px){
    .expert-section{
        padding:40px 0;
    }
    .expert-section .expert-title{
        font-size: 18px;
    }
    .expert-section .expert-text, .expert-section .feature-list li{
        font-size:16px;
        line-height:1.7;
    }
    .expert-section .feature-icon{
        width:36px;
        height:36px;
    }
    .expert-section .feature-icon i{
        font-size:16px;
    }
    .expert-section .feature-list li{
        gap:12px;
    }
}
/************* END  expert cost CSS *************/

/************** Start Why Oconnor CSS **************/
.why-section {
    position:relative;
    overflow:hidden;
    padding:30px 0 30px;
    background:linear-gradient(to right,rgba(0,0,0,0.25) 1px, transparent 1px), linear-gradient(to bottom,rgba(255,140,0,0.08) 1px, transparent 1px), radial-gradient(circle at center,#1d2235 0%,#0c1020 100%);
    background-size:148px 100%, 100% 132px, cover;
}
.why-section .why-title {
    text-align:center;
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
}
.why-section .why-card {
    background:#f6f6f6;
    border-radius: 12px;
    padding: 20px 25px;
    height:100%;
    display:flex;
    align-items:center;
    gap:26px;
    transition:0.3s;
}
.why-section .why-card:hover {
    transform:translateY(-4px);
}
.why-section .why-number{
    min-width: 60px;
    display:flex;              
    align-items:center;    
    justify-content:center;
    font-size: 45px;
    font-weight:800;
    line-height:1;
    color:#25b84a;
    -webkit-text-stroke:1px #ffffff;
    text-shadow: 2px 2px 0 #1a7d35;
}
.why-section .why-text {
    color: #7b7b7b;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    margin: 0;
}
.why-section .card-space {
    margin-bottom:34px;
}
@media(max-width:1399px){
    .why-section .why-title{
        font-size:48px;
    }
    .why-section .why-number{
        font-size:56px;
    }
}
@media(max-width:1199px){
    .why-section .why-title{
        font-size:42px;
    }
    .why-section .why-text{
        font-size:18px;
    }
    .why-section .why-number{
        font-size:50px;
    }
}
@media(max-width:991px){
    .why-section{
        padding:55px 0 65px;
    }
    .why-section .why-title{
        font-size:36px;
        margin-bottom:40px;
    }
    .why-section .why-card{
        padding:28px 26px;
        gap:20px;
    }
    .why-section .why-number{
        min-width:65px;
    }
}
@media(max-width:767px){
    .why-section{
        padding:45px 0 55px;
    }
    .why-section .why-title{
        font-size: 20px;
        margin-bottom:30px;
    }
    .why-section .why-card{
        flex-direction:column;
        gap:16px;
        padding:24px 22px;
    }
    .why-section .why-number{
        font-size:42px;
        min-width:auto;
    }
    .why-section .why-text{
        font-size:16px;
    }
    .why-section .card-space{
        margin-bottom:24px;
    }
}
/************* END Why Oconnor CSS **************/

/************* Start Map Section CSS **********/
.map-section {
    background:#fff;
    padding:40px 0 30px;
}
.map-section .map-title {
    text-align:center;
    color:#444;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:40px;
}
.map-section .map-wrapper {
    text-align:center;
}
.map-section .map-image{
    width:100%;
    max-width:1200px;
    height:auto;
    margin:auto;
}
@media(max-width:1399px) {
    .map-section .map-title{
        font-size:48px;
    }
}
@media(max-width:1199px) {
    .map-section .map-title{
        font-size:42px;
    }
}
@media(max-width:991px){
    .map-section{
        padding:50px 0;
    }
    .map-section .map-title{
        font-size:36px;
        margin-bottom:30px;
    }
}
@media(max-width:767px){
    .map-section{
        padding:40px 0;
    }
    .map-section .map-title{
        font-size: 20px;
        margin-bottom:25px;
    }
}
/************ END Map Section CSS **********/

/************* Start Property Type CSS ************/
.property-layout {
    position:relative;
    padding:35px 0 150px;
    /* overflow:hidden; */
    background:url('/wp-content/uploads/2026/06/benefit_bg.webp');
    background-size:cover;
}
.property-layout.property-layout-bg {
    background: transparent !important;
    padding-bottom: 40px;
}
/* .property-layout::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:linear-gradient(#e6e6e6 1px, transparent 1px), linear-gradient(90deg,#e6e6e6 1px, transparent 1px);
    background-size:128px 128px;
    opacity:.9;
    pointer-events:none;
}
.property-layout::after{
    content:'';
    position:absolute;
    right:-120px;
    top:0;
    width:650px;
    height:100%;
    background:
    radial-gradient(circle,
    rgba(45,184,77,.12) 0%,
    rgba(45,184,77,.03) 45%,
    transparent 75%);
    pointer-events:none;
} */
.property-layout .property-heading {
    position:relative;
    z-index:5;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}
.property-layout .property-heading h2 {
    font-size:32px;
    font-weight:700;
    color:#444;
    margin:0;
    line-height:1.1;
}
.property-layout .pre-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    border: 2px solid #2cb84b;
    border-radius: 60px;
    background: #fff;
    padding: 8px 10px 8px 26px;
    text-decoration: none;
    color: #25b746;
    font-size: 18px;
    font-weight: 700;
}
.property-layout .pre-btn span {
    width: 30px;
    height: 30px;
    border-radius:50%;
    background:#28b84a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}
.property-layout .property-grid {
    position:relative;
    z-index:5;
    display:grid;
    grid-template-columns:
    repeat(8,1fr);
    gap:8px;
    align-items:start;
}
.property-layout .property-card {
    background:#f8f8f8;
    border:1px solid #bdbdbd;
    border-radius:10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;
    overflow:hidden;
    transition:.35s ease;
}
.property-layout .h-small {
    height:215px;
}
.property-layout .h-small-top {
    margin-top: 35px;
}
.property-layout .h-medium {
    height:215px;
}
.property-layout .h-medium-top {
    margin-top: -35px;
}
.property-layout .h-large {
    height:250px;
}
.property-layout .property-card img {
    width:108px;
    transition:.35s ease;
}
.property-layout .property-info{
    position:absolute;
    left:0;
    right:0;
    bottom:12px;
    text-align:center;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.35s ease;
}
.property-layout .property-info h4{
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-bottom:10px;
}
.property-layout .property-info a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:5px 14px;
    border-radius:30px;
    background:#003d3d;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:500;
}
.property-layout .property-card:hover{
    background:#2cb84b;
    border-color:#2cb84b;
    box-shadow:0 10px 25px rgba(45,184,77,.28);
    transform:translateY(-4px);
}
.property-layout .property-card:hover img{
    filter:brightness(0) invert(1);
    transform:translateY(-45px);
}
.property-layout .property-card:hover .property-info{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.property-layout .expert-wrapper {
    position:relative;
    z-index:10;
    margin-top: -125px;
}
.property-layout .expert-box{
    margin-top: -125px;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 8px 30px rgba(0,0,0,0.08);
}
.property-layout .small-green{
    color:#28b84a;
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}
.property-layout .expert-title{
    color:#444;
    font-size:26px;
    font-weight:700;
    line-height:1.15;
    margin-bottom:20px;
}
.property-layout .expert-desc{
    color:#a0a0a0;
    font-size:18px;
    margin-bottom:18px;
}
.property-layout .green-line{
    width:100%;
    height:2px;
    background:#2cb84a;
    margin-bottom:0;
}
.property-layout .area-title{
    color:#444;
    font-size:16px;
    font-weight:500;
    margin-bottom:14px;
}
.property-layout .area-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.property-layout .area-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border:1px solid #bfbfbf;
    border-radius:40px;
    padding:8px 14px;
    color:#777;
    background:#fff;
    font-size:14px;
}
.property-layout .expert-right{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    height:100%;
}
.property-layout .profile-item{
    text-align:center;
    flex:1;
    position:relative;
}
.property-layout .profile-item:not(:last-child)::after{
    content:'';
    position:absolute;
    display:none;
    top:0;
    right:-10px;
    width:1px;
    height:100%;
    background:#d9d9d9;
}
.property-layout .avatar{
    width:72px;
    height:72px;
    border-radius:50%;
    margin:0 auto 14px;
    overflow:hidden;
}
.property-layout .green-avatar{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#29ba4a;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 14px;
}
.property-layout .green-avatar i{
    color:#fff;
    font-size:34px;
}
.property-layout .profile-name{
    color:#444;
    font-size:16px;
    font-weight:700;
    margin-bottom:4px;
}
.property-layout .designation{
    color:#888;
    font-size:14px;
    margin-bottom:12px;
}
.property-layout .stats{
    display:flex;
    justify-content:center;
    gap:18px;
    color:#444;
    font-size:14px;
}
.property-layout .bottom-btn {
    margin-top:30px;
    display:flex;
    justify-content:flex-end;
}
.property-layout .cta-btn {
    display:inline-flex;
    align-items:center;
    gap:18px;
    padding: 5px 5px 5px 28px;
    border-radius:50px;
    background:#149d35;
    color:#fff;
    text-decoration:none;
    font-size: 16px;
    font-weight:700;
}
.property-layout .cta-btn i{
    width: 30px;
    height: 30px;
    border-radius:50%;
    background:#003d3d;
    display:flex;
    align-items:center;
    justify-content:center;
}
@media(max-width:1400px){
    .property-layout .property-grid{
        grid-template-columns:repeat(4,1fr);
    }
}
@media(max-width:1199px){
    .property-layout .property-heading{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }
    .property-layout .expert-title{
        font-size:44px;
    }
    .property-layout .profile-card.divider::after{
        display:none;
    }
    .property-layout .expert-btn{
        margin-top:20px;
    }
    .property-layout .profile-item {
        margin-top: 20px;
    }
    .property-layout .area-title {
        margin-top: 25px;
        font-weight: 700;
    }
    .property-layout .bottom-btn {
        justify-content: center;
    }
}

@media(max-width:767px){
    .property-layout {
        padding:50px 0 120px;
    }
    .property-layout .property-heading h2 {
        font-size: 20px;
    }
    .property-layout .property-grid {
        grid-template-columns:repeat(2,1fr);
    }
    .property-layout .property-card img {
        width:72px;
    }
    .property-layout .h-small, .property-layout .h-medium, .property-layout .h-large {
        height:180px;
    }
    .property-layout .h-small-top {
        margin-top: 0;
    }
    .property-layout .h-medium-top {
        margin-top: 0;
    }
    .property-layout .expert-box {
        padding: 28px 22px;
    }
    .property-layout .expert-title {
        font-size: 20px;
    }
    .property-layout .profile-stats {
        flex-direction:column;
        gap:12px;
    }
    .property-layout .profile-card {
        min-height:auto;
        padding: 22px 0;
    }
    .property-layout .expert-btn {
        width:100%;
        justify-content:center;
    }
}
@media (max-width: 576px) { 
    .property-layout .h-small-top {
        margin-top: 0;
    }
    .property-layout .h-medium-top {
        margin-top: 0;
    }
    .property-layout .expert-right {
        display: block;
    }
    .property-layout .profile-item {
        margin-top: 15px;
    }
    .property-layout .cta-btn {
        font-size: 15px;
    }
    .property-layout .area-title {
        font-weight: 700;
        margin-top: 15px;
        text-align: center;
    }
    .property-layout .area-tag {
        width: 48%;
        float: left;
    }
}
/************ END Property Type CSS ************/

/*********** Start Footer CSS **********/
.footer-wrapper {
  background: #f4f4f4;
  border-top: 1px solid #cfcfcf;
  font-family: 'RobotoRegular', sans-serif;
}
.footer-top {
  padding: 32px 0 22px;
  border-bottom: 1px solid #d9d9d9;
}
.footer-logo {
  max-width: 260px;
}
.footer-contact-box {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  flex-wrap: wrap;
}
.footer-contact-box i {
  width: 36px;
  height: 36px;
  background: #28b34b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.footer-contact-box strong {
  font-weight: 700;
}
.social-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.social-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}
.social-icons {
  display: flex;
  gap: 18px;
}
.social-icons a {
  width: 38px;
  height: 38px;
  background: #28b34b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.social-icons a:hover {
  transform: translateY(-2px);
  background: #179339;
}
.footer-links {
  padding: 25px 0 20px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
  column-gap: 125px;
}
.footer-links li {
  margin-bottom: 20px;
}
.footer-links a {
  color: #6d6d6d;
  text-decoration: underline;
  font-size: 18px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 0;
}
.footer-links a:hover {
  color: #28b34b;
}
.copyright-bar {
  background: #28b34b;
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 600;
}
/*********** End Footer CSS **********/

/*********** Responsive CSS **************/
@media (max-width: 576px) {
    .footer-logo {
        max-width: 200px;
    } 
    .footer-links ul { 
        column-count: 2;
        column-gap: 15px;
        text-align: left;
   }
   .footer-contact-box {
        font-size: 16px;
    }
  .social-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .social-wrap {
    gap: 12px;
  }
  .social-icons {
    justify-content: center;
    width: 100%;
  }
  .footer-links a {
    font-size: 16px;
  }
  .copyright-bar {
    font-size: 14px;
  }
}

@media(max-width:767px){
    .container {
        max-width: 85%;
    }
  .top-header .row {
    gap:12px;
    text-align:center;
  }
  .top-contact{
    justify-content:center;
  }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
  .footer-top {
    text-align: center;
  }
  .footer-contact-box {
    justify-content: left !important;
    margin-top: 0px;
    font-size: 18px;
  }
  .social-title {
    font-size: 18px; 
   }
  .social-wrap {
    justify-content: left;
    gap: 15px;
    margin-top: 0px;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links li {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1170px;
    }
    .hero-title {
        font-size: 36px;
    }
    .webinar-content {
        padding: 15px;
    }
    .qr-wrapper {
        gap: 12px;
    }
    .webinar-title-wrap {
        gap: 5px;
    }
    .speaker-info {
        right: 18px;
        bottom: -27px;
    }
    .stepper {
        padding-left: 5px !important;
        gap: 10px !important; 
    }
    .bonus-section .cta-title {
       font-size: 20px; 
    }
    .bonus-section .section-title {
        font-size: 26px;
    }
    .projects-section .screen-content {
        flex-direction: column;
    }
    .projects-section .sidebar-header {
        width: 100%;
    }
    .projects-section .sidebar-image {
        display: none;
    }
    .projects-section .sidebar-title {
        margin-bottom: 0;
    }
    .projects-section .sidebar {
        width: 100%;
        text-align: center;
    }
    .projects-section .sidebar-btn, .projects-section .main-header {
        display: none;
    }
    .cost-study-section .section-title, .cost-study-section .cpa-content h3, .expert-section .expert-title, .why-section .why-title, .map-section .map-title {
        font-size: 32px;
    }
    .process-section .container-fluid {
        padding: 0 0 0 25px;
    }
    .process-section .process-subtitle {
        font-weight: 500;
    }
    .process-section .process-title {
        font-size: 22px;
    }
    .process-section .process-number {
        font-size: 32px;
    }
    .property-layout .property-heading h2 {
        font-size: 22px; 
    }
    .property-layout .h-small-top, .property-layout .h-medium-top {
        margin-top: 0px;
    }
    .expert-right .profile-item:nth-child(2){
        display: none;
    }
    .footer-logo {
        max-width: 180px;
    }
    .footer-contact-box, .social-title {
        font-size: 16px; 
    }
    .social-wrap {
        gap: 15px;
    }
}

@media (min-width: 1400px) and (max-width: 1900px) {
    .container {
        max-width: 90%;
    }
    .stepper {
        padding-left: 15px !important;
    }
    .process-section .container-fluid {
        padding: 0 0 0 50px;
    }
    .process-section .process-title {
        font-size: 26px;
    }
    .process-section .process-subtitle {
        color: #ffffffde;
        font-size: 16px; 
    }
    .footer-logo {
        max-width: 180px;
    }
    .footer-contact-box, .social-title {
        font-size: 16px; 
    }
    .social-wrap {
        gap: 15px;
    }
} 

/* @media (min-width: 1400px) { 
  .container {
    max-width: 85%;
  }
} */
.uppernav{
  list-style: none;
  display: flex;
  gap: 10px;
  margin-bottom:0px!important;
}
.uppernav li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.uppernav li a{
color: #FFF;
text-decoration: none;
}

