/*
Theme Name: Homeid Child Theme
Theme URI: https://homeid.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Child theme for Homeid Theme
Version: 1.0.0
Template: homeid
Text Domain: homeid-child
*/
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Montserrat' !important;
}
h1{
	font-weight: 200;
	margin-bottom: 1rem !important;
}
h2{
	color: #0C1C36;
	font-weight: 200;
}
h3{
	font-weight: 300;
	color: #0C1C36;
}
.sub-title p {
    color: #144168;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}
p{
	font-size: 18px;
}
.g5core-site-header.header-layout-stretched .g5core-header-desktop-wrapper > .container {
    max-width: 1800px !important;
}
#main-content .main-banner {
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.callback-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    gap: 30px;
}
.callback-content {
    display: flex;
    flex-direction: column;
}
.help-text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.phone-number {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.phone-number i {
    margin-right: 10px;
    transform: rotate(90deg);
}
.callback-btn {
    background: #144168;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s;
}
.sticky span.help-text {
    color: #000000;
}
.sticky .phone-number {
    color: #000;
}
.info-boxes {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border: 1px solid #b7d6f3;
    border-radius: 40px;
    background: #fff;
}
.feature-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}
.feature-box span {
    color: #144168;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.gel-counter-prefix, .gel-counter-suffix {
    font-size: inherit;
    position: relative;
    top: 0;
    margin-left: 0px;
	font-weight: 300;
	color: #144168;
}
.gel-counter .counter-value{
	font-weight: 300;
	color: #144168;
}
.count-sec {
    background: linear-gradient(
        to top,
        rgba(173, 216, 255, 0.8) 0%,
        rgba(173, 216, 255, 0.4) 60%,
        rgba(173, 216, 255, 0) 100%
    );
}
.count-sec p{
	color: #144168;
	font-weight: 500;
}
.location-grid {
    display: flex;
    width: 100%;
}
.location-box {
    flex: 1;
    padding: 30px 20px;
    position: relative;
    text-decoration: none;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.location-box:last-child {
    border-right: 0;
}
.location-label {
    display: block;
    color: #6095C3;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.location-title {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}
.location-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
}
.popular-box {
    background: #65BFE2;
    min-width: 160px;
    display: flex;
    align-items: center;
    padding: 25px;
}
.popular-box span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}
div#tabsxxx .wpb_wrapper {
    display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
}
#tabsxxx a.btn.btn-icon {
    color: #1D2A4D !important;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #E4E8EC;
    border-radius: 25px;
    background: #fff;
}
#tabsxxx a.btn.btn-icon i.far.fa-arrow-down-left {
    transform: rotate(180deg);
}
.g5core__cate-filer-right {
    justify-content: flex-start;
}
.g5core__cate-filer li a {
    background: #fff;
    border: 1px solid #E4E8EC;
    border-radius: 25px;
    color: #0C1C36;
    font-weight: 500;
    font-size: 15px;
    opacity: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px 30px;
}
.g5core__cate-filer > li.active > a{
      background: #144168;
      opacity: 1;
}
.g5core__cate-filer > li > a:hover{
	background: #144168;
}
.dash p {
    color: #144168;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.dash.mid p {
    justify-content: center;
}
.dash p::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #144168;
    margin-right: 12px;
}
.prop-sec .g5ere__li-bordered {
    border: 1px solid #E4DCCF;
    box-shadow: 6px 6px 54px 0px #0000000D;
    border-radius: 25px;
}
.prop-sec .g5ere__pf-rounded .g5core__entry-thumbnail {
    border-radius: 25px 25px 0 0;
}
.prop-sec .g5ere__property-badge.g5ere__featured {
    background: #65BFE2;
    padding: 5px 20px;
    border-radius: 25px;
    font-weight: 500;
}
.prop-sec .g5ere__loop-property-badge {
    top: 20px;
    left: 20px;
}
.prop-sec .g5ere__loop-property-badge .g5ere__property-badge:last-child {
    background: #65BFE2 !important;
    padding: 5px 20px;
    border-radius: 25px;
    font-weight: 500;
}
.prop-sec .g5ere__loop-property-title {
    font-size: 34px;
    font-weight: 300;
    color: #0C1C36;
}
.prop-sec .g5ere__loop-property-address {
    font-size: 14px;
    color: #193663;
    font-weight: 500;
	margin-bottom: 1rem;
}
.prop-sec .g5ere__loop-property-price {
    font-size: 36px;
    font-weight: 400;
    color: #0C1C36;
}
.prop-sec .g5ere__property-skin-02 .g5ere__lpc-bottom {
    border-top: 1px solid #E1D8CB;
}
.prop-sec ul.g5ere__loop-property-meta li {
    background: #FBF7F3;
    border: 1px solid #E1D8CB;
    border-radius: 25px;
    padding: 5px 20px;
}
.prop-sec ul.g5ere__loop-property-meta li i {
    display: none;
}
.prop-sec ul.g5ere__loop-property-meta li span {
    color: #031F3F;
    font-weight: 500;
}
.founder-sec {
    position: relative;
    display: inline-block;
}
.founder-img img {
    border-radius: 20px;
    width: 100%;
}
.trust-box {
    position: absolute;
    right: -25px;
    bottom: 50px;
    background: #144168;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}
.trust-number {
    color: #fff;
    font-size: 56px;
    font-weight: 200;
    line-height: 1;
}
.trust-text {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.founder-sec img {
    border-radius: 20px;
}
.founder-text p {
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}
.founder-name p {
    font-size: 27px;
    font-weight: 400;
}
.founder-sec p {
    color: #fff;
}
.founder-sec p::before{
	background: #fff;
}
.advisor-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.advisor-tag {
    padding: 10px 20px;
    background: #FFFFFF4D;
    border: 1px solid #55A9C9;
    border-radius: 25px;
    color: #144168;
    font-size: 15px;
    font-weight: 600;
}
.team-card{
    text-align:center;
    padding: 40px 25px;
    border-radius:24px;
    height:100%;
    border: 1px solid #E4DCCF;
    box-shadow: 6px 6px 54px 0px #0000000D;
    background: #FFFFFF;
}
.team-icon{
    margin-bottom:18px;
}
.team-icon img{
    width:95px;
    height:95px;
    border-radius:50%;
    object-fit:cover;
}
.team-badge{
    display:inline-block;
    padding: 5px 20px;
    border-radius:30px;
    background: #E5EEF8;
    color: #144168;
    font-size: 13px;
    font-weight: 700;
}
.team-name{
    font-size: 28px;
    line-height:1.2;
    color: #0C1C36;
    margin:0 0 8px;
    font-weight: 500;
}
.team-designation{
    font-size:13px;
    font-weight:600;
    color: #144168;
    margin-bottom:18px;
}
.team-desc{
    font-size: 14px;
    line-height:1.9;
    color: #444444;
    margin-bottom:25px;
    font-weight: 400;
}
.usp-item{
    display:flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
}
.usp-item:last-child{
    margin-bottom:0;
}
.usp-icon img{
    width: 100%;
    height: 100%;
}
.usp-content h4{
    margin:0 0 6px;
    font-size: 19px;
    font-weight:600;
    color: #0C1C36;
}
.usp-content p{
    margin:0;
    font-size: 17px;
    line-height:1.6;
    color: #000000;
    font-weight: 400;
}
.why-choose-box {
  text-align: left;
  padding: 30px;
  border-radius: 25px;
  border: 1px solid #E4DCCF;
  box-shadow: 6px 6px 54px 0px #0000000D;
  background: #FFFFFF;
/*   height: 400px; */
}
.why-choose-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}
.why-choose-title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #0C1C36;
}
.why-choose-desc {
  font-size: 16px;
  font-weight: 400;
  color: #585858;
}
.footer-main img {
    width: 150px;
}
.footer-main p {
    color: #fff;
	font-size: 16px;
    font-weight: 400;
}
.footer-main p strong a {
    font-weight: 600;
}
.footer-main p a {
    color: #fff;
}
.partners-sec {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.partners-sec .vc_column-inner {
    box-shadow: 6px 6px 44px 0px #0000000D;
}
.partners-sec h3 {
    font-weight: 500 !important;
}
.partners-sec p {
    color: #5A759D;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.partner-heading{
	text-transform: uppercase;
}
.partner-text p{
	font-size: 16px;
	color: #585858;
}
.review-sec a.btn.btn-icon {
    color: #1D2A4D !important;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #E4E8EC;
    border-radius: 25px;
    background: #fff;
}
.review-sec a.btn.btn-icon i.far.fa-arrow-down-left {
    transform: rotate(180deg);
}
.stars p {
    color: #F3DA00;
    font-size: 30px;
}
.reviews {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.reviews .vc_column-inner {
    box-shadow: 6px 6px 54px 0px #0000000D;
    border-top: 4px solid #144168 !important;
	padding: 30px;
}
.testimonial-author{
    display:flex;
    align-items:center;
    gap:12px;
}
.author-avatar{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight: 700;
    color: #144067;
    flex-shrink:0;
    background: #1441670D;
    border: 1px solid #14406733;
}
.author-name{
    font-size: 18px;
    font-weight: 500;
    color: #0C1C36;
    line-height:1.2;
}
.author-designation{
    font-size:14px;
    color: #5A759D;
    margin-top:3px;
    font-weight: 400;
}
.blog-sec a.btn.btn-icon {
    color: #1D2A4D !important;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #E4E8EC;
    border-radius: 25px;
    background: transparent;
}
.blog-sec a.btn.btn-icon i.far.fa-arrow-down-left {
    transform: rotate(180deg);
}
.blogs .g5blog__post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: fit-content;
	margin-top: 0;
}
.blogs .g5blog__post-inner {
    border-radius: 25px !important;
}
.blogs .g5core__post-featured.g5blog__post-featured a {
    border-radius: 25px 25px 0 0 !important;
}
.blogs .g5blog__post-title a {
    color: #0C1C36;
    font-size: 22px;
    font-weight: 400;
}
.blogs .g5blog__post-excerpt p {
    color: #585858;
    font-size: 16px;
}
.blogs .g5core__post-featured.g5blog__post-featured a.g5blog__term-badge {
    border-radius: 25px !important;
    background: #65BFE2;
    padding: 5px 20px;
    height: auto;
    left: 30px;
    bottom: 30px;
}
.footer-topbar h2{
	color: #fff;
}
.footer-topbar p{
	color: #fff;
}
.footer-btns .wpb_wrapper {
    display: flex;
    justify-content: space-evenly;
}
.footer-btns a.btn.btn-icon i.far.fa-arrow-down-left {
    transform: rotate(180deg);
}
.footer-main{
    display: flex;
    flex-wrap: nowrap;
}
.footer-main > .wpb_column:nth-child(1) {
    width: 45%;
}
.footer-main > .wpb_column:nth-child(2),
.footer-main > .wpb_column:nth-child(3),
.footer-main> .wpb_column:nth-child(4) {
    width: 18.333%;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #ffffff;
}
.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-bottom-right a {
    color: #ffffff;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-size: 16px;
}
.contact-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}
a.btn.btn-icon i.far.fa-arrow-down-left {
    transform: rotate(180deg);
}
.sticky-area-wrap.sticky .menu-horizontal>.menu-item>a{
	color: #144168;
}
.page-id-2222 .header-style-layout-02 {
    background: transparent;
}
.page-id-2222 .menu-horizontal .menu-item > a {
    color: #fff;
}
.page-id-2222 img.site-logo.site-logo-sticky {
    display: none;
}
.page-id-2222 img.site-logo.has-sticky {
    display: block;
}
.page-id-2222 span.help-text {
    color: #fff;
}
.page-id-2222 a.phone-number {
    color: #fff;
}
.page-id-2222 .sticky span.help-text {
    color: #144168;
}
.page-id-2222 .sticky a.phone-number {
    color: #144168;
}
.page-id-2222 .g5core-header-desktop-wrapper .menu-horizontal > .menu-item > a:hover {
    color: #fff !important;
}
.page-id-2222 .sticky .g5core-header-desktop-wrapper .menu-horizontal > .menu-item > a:hover {
    color: #144168 !important;
}
.page-id-2222 .sticky .menu-horizontal > .menu-item > a:before {
    background: #144168;
}
.page-id-2222 .menu-horizontal > .menu-item > a:before {
    background: #fff;
}
.menu-horizontal > .menu-item > a:before {
    background: #144168;
}
.header-style-layout-02 {
    background: #fff;
}
.menu-horizontal .menu-item > a {
    color: #144168;
}
img.site-logo.site-logo-sticky {
    display: block;
}
img.site-logo.has-sticky {
    display: none;
}
span.help-text {
    color: #144168;
}
a.phone-number {
    color: #144168;
}
.sticky span.help-text {
    color: #144168;
}
.sticky a.phone-number {
    color: #144168;
}
.g5core-header-desktop-wrapper .menu-horizontal > .menu-item > a:hover {
    color: #144168 !important;
}
.g5core-header-desktop-wrapper .menu-horizontal > .current-menu-item > a{
	color: #144168 !important;
}
.about-section .sub-title p {
    color: #fff;
	font-weight: 400;
}
.about-section .gel-counter .counter-value {
    color: #fff;
}
.about-section.count-sec p {
    color: #fff;
}
.about-section .gel-counter-prefix, .about-section .gel-counter-suffix {
    color: #fff;
}
.about-section.count-sec {
    background: none;
}
.counter-item p {
    font-size: 62px;
    text-align: center;
    font-weight: 300;
    line-height: 62px;
}
.fancy-btn p {
    width: max-content;
    padding: 10px 25px;
    color: #fff;
    background: #65BFE2;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 20%;
}
.about-section .info-boxes{
    flex-wrap:wrap;
    gap: 20px;
    justify-content: flex-start;
}
.about-section .feature-box{
    flex:0 0 auto;
    padding:12px 25px;
    background: #010E1EB5;
    border: none;
}
.about-section .feature-box:nth-child(4){
    flex-basis: max-content;
}
.about-section .feature-box span {
    color: #fff;
}
.about-section .feature-box img {
    filter: brightness(0) invert(1);
}
.office-card{
    padding: 40px;
    border-radius:30px;
    background: #03182A;
    color:#fff;
}
.office-label{
    display:block;
    margin-bottom:12px;
    color: #65BFE2;
    font-size: 13px;
    font-weight: 700;
    letter-spacing:3px;
    text-transform:uppercase;
}
.office-card h2{
    margin:0 0 20px;
    font-size: 36px;
    font-weight: 200;
    line-height:1.1;
    color: #fff;
}
.office-card p{
    margin:0 0 35px;
    color:rgba(255,255,255,0.85);
    font-size: 16px;
    line-height:1.7;
}
.stats-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:18px;
}
.stat-box{
    padding:28px 34px;
    border-radius: 15px;
    border: 1px solid #264662;
    background: #21405A80;
}
.stat-box h3{
    font-size: 36px;
    font-weight:300;
    line-height:1;
    color: #fff;
    margin: 0;
}
.stat-box span{
    display:block;
    font-size: 14px;
    font-weight:500;
}
.breadcrumb {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #63baef21 100%);
    margin: 0;
}
.g5core-breadcrumbs li a {
    color: #144168;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
li.breadcrumb-leaf {
    color: #868484 !important;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.timeline-section{
    position:relative;
    max-width:900px;
    margin:auto;
    padding-left: 40px;
}
.timeline-section::before{
    content:"";
    position:absolute;
    left: 5px;
    top:18px;
    bottom: 13%;
    width:2px;
    background:#6dc7ee;
}
.timeline-item{
    position:relative;
    margin-bottom: 15px;
}
.timeline-dot{
    position:absolute;
    left: -41px;
    top:18px;
    width: 15px;
    height: 15px;
    border-radius:50%;
    background:#6dc7ee;
    z-index:2;
}
.timeline-dot.end{
    background:#fff;
    border:2px solid #6dc7ee;
    box-sizing:border-box;
}
.timeline-card{
    border: 1px dashed #E1D8CB;
    border-radius: 15px;
    padding:24px;
    background: #FBF7F3;
}
.year-badge{
    display:inline-block;
    background: #65BFE2;
    color:#fff;
    font-size: 13px;
    font-weight:700;
    letter-spacing: 20%;
    padding:8px 16px;
    border-radius:50px;
    margin-bottom: 15px;
}
.timeline-card h3{
    margin:0 0 10px;
    font-size: 17px;
    font-weight: 600;
    color: #0C1C36;
}
.timeline-card p{
    margin:0;
    font-size: 15px;
    line-height:1.7;
    color: #0C1C36;
    font-weight: 400;
}
.comment-box .fancy-btn p{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.comment-box p {
    font-size: 20px;
    font-weight: 400;
    color: #0C1C36;
}
.two-btns .wpb_wrapper {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.member-card{
    position:relative;
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    overflow:hidden;
    text-align:center;
    border: 1px solid #E4DCCF;
}
.member-image{
    height:420px;
    border-radius: 20px;
    overflow:hidden;
    transition:.4s ease;
    background: #FBF7F3;
}
.member-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.member-overlay{
    position:absolute;
    top:12px;
    left:12px;
    right:12px;
    height:420px;
    border-radius:22px;
    background:#0E3454;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
    box-sizing:border-box;
    text-align:center;
    line-height:1.8;
    opacity:0;
    visibility:hidden;
    transition:.4s ease;
}
.member-card:hover .member-overlay{
    opacity:1;
    visibility:visible;
}
.member-card:hover .member-image{
    opacity:0;
}
.member-info{
    padding: 25px 10px;
}
.member-info h3{
    margin:0;
    font-size: 32px;
    font-weight:400;
    color: #0C1C36;
}
.member-info span{
    color: #193663;
    font-size: 15px;
    font-weight: 400;
}
.member-overlay p{
    font-size: 20px;
    font-weight: 400;
}
.comparison-table {
    margin: auto;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #E4DCCF;
    box-shadow: 6px 6px 54px 0px #0000000D;
}
.table-header {
    background: #0E3454;
    color: #fff;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    padding: 25px 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.table-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    padding: 20px 50px;
    align-items: center;
    font-size: 18px;
    border: 1px solid #E4DCCF;
}
.title {
    color: #0C1C36;
    font-weight: 600;
    font-size: 18px;
}
.positive {
    color: #30A420;
    font-weight: 600;
}
.negative {
    color: #C40000;
    font-weight: 600;
}
.warning {
    color: #D08606;
    font-weight: 600;
}
.table-row:nth-child(odd) {
    background: #FDFBF9;
}
.table-row:last-child {
    border-radius: 0 0 25px 25px;
}
.positive,
.negative {
    display: flex;
    align-items: center;
    gap: 10px;
}
.positive .icon,
.negative .icon {
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
}
.positive .icon {
    color: #30A420;
    border-color: #30A420;
}
.positive .icon::before {
    content: "✓";
}
.negative .icon {
    color: #C40000;
    border-color: #C40000;
}
.negative .icon::before {
    content: "×";
}
.small-blue {
    color: #65BFE2;
}
.location-sec {
    display: flex;
    justify-content: space-between;
}
.location-contact h4 {
    font-size: 24px;
    font-weight: 400;
}
.location-item span {
    color: #193663;
    font-size: 13px;
    font-weight: 500;
}
.location-item {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.location-item img {
    width: 20px;
    height: 20px;
}
.location-contact span.closed {
    color: #C40000;
    font-size: 16px;
    font-weight: 600;
}
.location-sec .vc_column-inner {
    padding: 20px;
}
.white-bg .reviews .vc_column-inner {
    background: #fff;
}
.white-bg .review-sec a.btn.btn-icon {
    background: transparent;
}
.cta-section h2 {
    color: #fff;
    font-weight: 200;
    line-height: 60px;
    margin-bottom: 1rem;
}
.cta-section p {
    color: #fff;
}
.cta-section .dash p {
    color: #65BFE2;
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 1rem;
}
.cta-section .dash p::before {
    background: #65bfe2;
}
.cta-btn a {
    border: 1px solid #29567D;
    background: #0E345499;
}
.cta-section .btn.btn-md {
    width: 50%;
}
.faq-section{
	padding: 0 5rem;
}
.faq-section .vc_toggle_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 30px !important;
}
.faq-section .vc_toggle_content{
    padding: 20px 30px !important;
    margin: 0;
	padding-top: 0 !important;
}
.faq-section .vc_toggle_content p {
    font-size: 16px;
}
.faq-section i.vc_toggle_icon {
    position: unset !important;
    transform: translateY(0%) !important;
}
.faq-section .vc_toggle_simple .vc_toggle_icon:after, .faq-section  .vc_toggle_simple .vc_toggle_icon:before {
    background: #060218 !important;
}
.faq-section  h4 {
    color: #0E1E4C;
    font-size: 18px;
    font-weight: 600;
	margin: 0;
}
.faq-section .vc_do_toggle {
    border-radius: 15px;
    border: 1px solid #E4DCCF;
    box-shadow: 0px 8px 14px 0px #EBEBF1B2;
	background: #fff;
}
.team-footer {
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E4DCCF;
}
.team-footer-text {
    font-size: 13px;
    color: #8D8D8D;
}
.team-footer-text strong {
    color: #142b4d;
    font-weight: 600;
}
.linkedin-icon {
    width: 40px;
    height: 40px;
    background: #65BFE2;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.3s;
}
.award-section h1 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 72px;
}
.award-section .sub-title p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.award-section h1 strong {
    color: #65bfe2;
}
.award-section .gel-counter .counter-value {
    color: #fff;
}
.award-section .gel-counter-prefix, .award-section .gel-counter-suffix {
    color: #fff;
}
.award-section.count-sec p {
    color: #fff;
}
.award-section.count-sec {
    background: none;
}
.award-section .info-boxes {
    justify-content: center;
}
.award-section .feature-box {
    flex: 0 0 auto;
    padding: 12px 25px;
    background: #010E1EB5;
    border: none;
}
.award-section .feature-box img {
    filter: brightness(0) invert(1);
}
.award-section .feature-box span {
    color: #fff;
}
.award-section .fancy-btn p {
	width: fit-content;
	margin: 0 auto;
}
.award-section .trust-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    flex-wrap: wrap;
    width: max-content;
    margin: 0 auto;
}
.award-section .rating-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.award-section .stars {
    color: #65BFE2;
    font-size: 22px;
    letter-spacing: 2px;
}
.award-section .icon {
    color: #65BFE2;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-section .divider {
    width: 2px;
    height: 2px;
    background: #fff;
}
.award-section .text {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}
span.award-badge {
    background: #65BFE2;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
p.award-subtitle {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
h3.award-title {
    font-size: 34px;
    font-weight: 300;
    color: #fff;
}
p.award-desc {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.more-achievement-sec img {
    border-radius: 20px;
}
.certification-card .vc_column-inner {
    background: #ffffff;
    border-radius: 20px;
    height: 100%;
    padding: 0;
    border: 1px solid #E4DCCF;
    box-shadow: 6px 6px 54px 0px #0000000D;
}
.feature-title {
    font-size: 20px;
    font-weight: 500;
    color: #0C1C36;
    margin: 0 25px 15px;
}
.feature-text {
    font-size: 14px;
    color: #585858;
    margin: 0 25px 25px;
    font-weight: 400;
}
.feature-badge {
    margin-left: 25px;
    padding: 10px 20px;
    background: #65BFE2;
    color: #ffffff;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.certification-card img {
    border-radius: 20px 20px 0 0;
}
.media-recognition-sec .dash.mid p {
    color: #fff;
}
.media-recognition-sec .dash p::before {
    background: #fff;
}
.media-recognition-sec h2 {
    color: #fff;
}
.media-recognition-sec p {
    color: #fff;
}
.partner-card .vc_column-inner{
    border-radius: 15px;
    padding: 30px 15px;
    text-align: center;
    background: #071C2EB2;
}
.partner-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
}
.partner-subtitle {
    font-size: 14px;
    font-weight: 500;
}
.testimonial-card .vc_column-inner {
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 22px;
    padding: 30px;
    border-top: 4px solid #66c6ee;
    min-height: 230px;
    display: flex;
    flex-direction: column;
}
.quote-icon {
    color: #64BCDE;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}
.testimonial-text {
    color: #0C1C36 !important;
    font-size: 17px;
    font-weight: 400;
}
.media-recognition-sec .testimonial-author {
    color: #0C1C36;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}
.media-recognition-sec .testimonial-author::before {
    content: "";
    width: 22px;
    height: 2px;
    background: #6b7785;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.builder-partner span.feature-badge {
    margin: 0 auto;
    width: max-content;
    display: flex;
}
.builder-partner p {
    font-size: 15px;
    color: #585858;
    text-align: center;
}
.builder-partner h3 {
    font-weight: 600 !important;
    font-size: 19px !important;
}
.journey-card .vc_column-inner {
    border-radius: 20px;
    text-align: center;
    padding: 55px 25px 35px;
    position: relative;
    transition: all 0.35s ease;
    background: #071C2EB2;
}
.journey-card .vc_column-inner .wpb_single_image {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    margin: 0 !important;
    z-index: 2;
    background: #65BFE2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}
.journey-card .vc_column-inner .wpb_single_image img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    background: transparent;
    padding: 0;
    transition: all 0.35s ease;
}
.journey-year {
    font-size: 40px;
    font-weight: 200;
    color: #ffffff;
    line-height: 1;
    transition: all 0.35s ease;
}
.journey-title {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.35s ease;
}
.journey-text {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    transition: all 0.35s ease;
}
.journey-card .vc_column-inner:hover {
    background: #67c8f0;
}
.journey-card .vc_column-inner:hover .wpb_single_image {
    background: #ffffff;
}
.journey-card .vc_column-inner:hover .wpb_single_image img {
    filter: brightness(0);
}
.journey-card .vc_column-inner:hover .journey-year,
.journey-card .vc_column-inner:hover .journey-title,
.journey-card .vc_column-inner:hover .journey-text {
    color: #ffffff;
}
.stats-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
}
.stat-card {
    background: #071C2E;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.stat-number {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
}
.stat-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.feature-info-box .vc_column-inner {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 30px !important;
    display: flex;
    align-items: center;
    border: 1px solid #E4DCCF99;
    box-shadow: 6px 6px 54px 0px #0000000D;
}
.feature-info-box .wpb_single_image {
    flex-shrink: 0;
}
.feature-info-box .wpb_single_image img {
    object-fit: contain;
}
.feature-info-box .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.info-title {
    font-size: 13px;
    font-weight: 600;
    color: #0C1C36;
    text-transform: uppercase;
}
.info-desc {
    font-size: 15px;
    color: #585858;
    font-weight: 400;
}
.feature-info-box .wpb_text_column .wpb_wrapper {
    display: block;
}
.g5core__single-breadcrumbs {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #63baef21 100%);
	margin-bottom: 2rem;
}
.card-footer{
	background: none;
}
.custom-blog-search {
    display: flex;
    align-items: center;
    background: #ffffff !important;
    border-radius: 14px !important;
    padding: 5px !important;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #e2e8f0 !important;
}
.custom-blog-search .search-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    font-size: 14px !important;
    color: #5E6E81 !important;
    padding: 0 10px !important;
    margin: 0 !important;
    box-shadow: none !important;
    height: auto !important;
}
.custom-blog-search .search-input::placeholder {
    color: #5E6E81 !important;
    opacity: 1;
}
.custom-blog-search .search-btn {
    background: #65BFE2 !important;
    border: none !important;
    border-radius: 10px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: background 0.2s ease !important;
    box-shadow: none !important;
}
.custom-blog-search .search-btn:hover {
    background: #4fa8cd !important;
}
.custom-blog-search .search-btn svg {
    width: 20px;
    height: 20px;
    display: block;
}
.widget {
    border: 1px solid #E4DCCF;
    border-radius: 25px;
    box-shadow: 6px 6px 54px 0px #0000000D;
    margin-bottom: 30px;
}
h4.widget-title {
    padding: 20px;
    background: #144168;
    border-radius: 25px 25px 0 0;
    color: #fff;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
}
.widget_categories ul {
    padding: 20px;
}
.widget_categories ul li {
    color: #193663;
    font-size: 15px;
    font-weight: 600;
}
.g5blog__post-widget .g5blog__post-inner {
    padding: 20px !important;
    border-bottom: 1px solid #E1D8CB;
}
.g5blog__widget-post-list .g5blog__post-widget {
    margin: 0;
}
.g5blog__post-widget h3.g5blog__post-title {
    font-size: 17px;
    font-weight: 500;
    color: #0C1C36;
    line-height: normal;
}
.g5blog__post-widget ul.g5blog__post-meta {
    font-size: 15px;
    color: #585858;
    font-weight: 400;
}
.tagcloud {
    padding: 20px;
    gap: 5px;
}
.widget .tagcloud a {
    border: 1px solid #E1D8CB;
    background: #FBF7F3;
    border-radius: 20px;
    font-size: 15px !important;
    font-weight: 400;
    color: #031F3F;
}
.main-blog .g5blog__post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: fit-content;
    margin-top: 0;
}
.main-blog article.g5core__gutter-item .g5blog__post-inner {
    padding: 0;
    box-shadow: 6px 6px 54px 0px #0000000D !important;
    border: 1px solid #E4DCCF;
    border-radius: 25px !important;
}
.main-blog .g5blog__post-grid.g5blog__post-grid-2 .g5core__entry-thumbnail {
    border-radius: 25px 0 0 25px;
}
.main-blog article.g5core__gutter-item:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
	padding-bottom: 0;
}
.main-blog article.g5core__gutter-item:first-child .g5blog__post-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.main-blog article.g5core__gutter-item:first-child .g5blog__post-featured {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
}
.main-blog article.g5core__gutter-item:first-child .g5blog__post-content {
    flex: 1;
}
.main-blog article.g5core__gutter-item:first-child .g5blog__post-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch !important;
    gap: 10px;
	margin: 2rem 0;
}
.main-blog article.g5core__gutter-item:first-child .g5blog__post-featured {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    display: flex;
}
.main-blog article.g5core__gutter-item:first-child .g5core__entry-thumbnail::before,
.main-blog article.g5core__gutter-item:first-child .g5core__image-size-1x1::before {
    display: none !important; 
    padding: 0 !important;
}
.main-blog article.g5core__gutter-item:first-child .g5core__entry-thumbnail {
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: 300px !important;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.main-blog article.g5core__gutter-item:first-child .g5blog__post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-blog article.g5core__gutter-item:not(:first-child) .g5core__image-size-1x1::before,
.main-blog article.g5core__gutter-item:not(:first-child) .g5core__entry-thumbnail::before {
    padding-top: 50% !important;
}
.main-blog article.g5core__gutter-item:not(:first-child) .g5core__entry-thumbnail{
    border-radius: 25px 25px 0 0 !important;
}
.main-blog article.g5core__gutter-item:not(:first-child) .g5blog__post-content {
    padding: 20px 25px 30px 25px !important;
}
.main-blog .g5blog__post-featured .g5blog__term-badge{
    left: 20px;
    top: 20px;
    background: #65BFE2;
    border-radius: 25px;
}
.main-blog .g5core__gutter-item h3.g5blog__post-title {
    color: #0C1C36;
    font-size: 26px;
    font-weight: 400;
	line-height: normal;
}
.main-blog .g5blog__post-excerpt p {
    font-size: 15px;
    font-weight: 400;
    color: #585858;
}
.main-blog a.btn.btn-link.btn-dark.btn-read-more {
    font-size: 14px;
    color: #144168;
    font-weight: 600;
    text-transform: uppercase;
	width: fit-content;
}
.main-blog .load-more a {
    background: #0E3454;
    border: 1px solid #29567D;
}
.breadcrumb .vc_column-inner {
    padding: 0 150px !important;
}
.contact-us-section .feature-box {
    background: #010E1EB5;
    flex: 0 0 auto;
    padding: 12px 25px;
    border: none;
}
.contact-us-section .feature-box span {
    color: #fff;
}
.contact-us-section .sub-title p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.contact-us-section .info-boxes {
    justify-content: start;
}
.contact-card .vc_column-inner{
    background:#fff;
    border-radius: 25px;
    padding: 30px!important;
    text-align:center;
    border: 1px solid #E9E7E5;
}
.contact-card .wpb_single_image{
    margin-bottom: 1.5rem!important;
}
.contact-card .wpb_single_image img{
    width: 60px;
    height: 60px;
    border-radius:10px;
}
.contact-label{
    color: #585858;
    font-size:15px;
    font-weight:400;
    margin-bottom: 10px;
}
.contact-title{
    font-size: 19px;
    margin-top: 0 !important;
    font-weight:600;
    margin-bottom: 1.5rem;
    color: #1A3A69;
}
.contact-title a{
    color:#143E74;
    text-decoration:none;
}
.contact-badge{
    display:inline-block;
    background: #65BFE2;
    color:#fff;
    font-size:12px;
    padding:7px 18px;
    border-radius:50px;
    font-weight:500;
}
.jdc-row{
display:flex;
gap:20px;
}
.jdc-col{
flex:1;
}
.jdc-contact-form label{    
	display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
    color: #144168;
    margin-top: 20px;}
.jdc-contact-form input,
.jdc-contact-form textarea,
.jdc-contact-form select{width:100%;border-radius:6px;padding:12px 15px;font-size:14px;border: 1px solid #E1D8CB;background: #FFFFFF;}
.jdc-contact-form input[type=checkbox]{
    width: max-content;
}
.jdc-contact-form textarea{
height:120px;
resize:none;
}
.jdc-btns{display:flex;gap:15px;margin-top:20px;justify-content: space-between;}
.jdc-btn,
.jdc-whatsapp-btn{flex:1;display:flex;align-items:center;border-radius:6px;text-decoration:none;font-size:14px;font-weight:600;height: 100%;justify-content: center;text-transform: uppercase;}
.jdc-btn{
background:#173C6B;
color:#fff;
border:none;
}
.jdc-whatsapp-btn{
background:#6EC8EC;
color:#fff;
min-height: stretch;
}
.jdc-note{
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
    color: #585858;
    font-weight: 400;
}
.our-office-card{background: #FFFDFA;border-radius:18px;padding:20px;margin-bottom:20px;border: 1px solid #E4DCCF;}
.office-tag{display:inline-block;padding:8px 18px;background: #65BFE2;border-radius:40px;color:#fff;font-size: 11px;font-weight:700;margin-bottom:15px;text-transform: uppercase;}
.office-title{font-size: 24px;color: #0C1C36;margin-bottom: 20px;margin-top: 0 !important;font-weight: 400;}
.office-info{
list-style:none;
padding:0;
margin:0 0 20px;
}
.office-info li{margin-bottom: 10px;font-size: 13px;color: #193663;font-weight: 400;}
.office-info i{
width:18px;
color:#143E74;
margin-right:10px;
}
.office-btn{display:inline-block;background: #0E3454;color:#fff;padding: 15px 25px;border-radius:6px;text-decoration:none;font-size: 13px;border: 1px solid #29567D;}
.office-map iframe{
width:100%;
height:180px;
border:0;
border-radius:10px;
}
span.wpcf7-list-item {
    margin: 0;
}
.jdc-btns p {
    width: 100%;
    margin: 0;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.jdc-btn {
    background: #144168;
}
.office-info li span {
    margin-left: 1rem;
    font-weight: 600;
    font-size: 16px;
}
.faq-section.common {
    padding: 0;
}
.office-hours-table{
    width:100%;
    border:1px solid #e8dfd7;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
}
.office-hours-head{
    display:grid;
    grid-template-columns:1fr 1fr;
    background: #0E3454;
    color:#fff;
    padding:18px 24px;
    font-size: 14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.office-hours-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    padding:20px 24px;
    border-bottom: 1px solid #E4DCCF;
}
.office-hours-row:nth-child(odd) {
    background: #FDFBF9;
}
.office-hours-row:last-child{
    border-bottom:none;
}
.office-day{
    font-size: 18px;
    color: #0C1C36;
    font-weight: 500;
}
.office-time{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}
.office-time strong{
    font-size: 18px;
    font-weight:700;
    color: #0C1C36;
}
.status{
    padding:5px 12px;
    border-radius:30px;
    font-size: 12px;
    font-weight: 500;
    line-height:1;
}
.status.open{
    color:#5aae3d;
    border: 1px solid #C2F5B5;
    background: #EDFDE9;
}
.status.closed{
    color: #E6234E;
    border: 1px solid #FFB9B6;
    background: #FEE2E1;
}
.status.limited{
    background:#fff5e5;
    color:#e8a133;
    border:1px solid #ffd188;
}
.status.always{
    background:#edf9e7;
    color:#34a853;
    border:1px solid #bce8a8;
}
.hero-contact-form{
    background:#fff;
    border-radius:40px;
    padding:40px;
    border-top:5px solid #184E84;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}
.hero-form-title{
    font-size: 25px;
    font-weight: 600;
    color: #144168;
}
.hero-form-subtitle{
    color:#666;
    font-size:18px;
    margin-bottom:30px;
}
.hero-contact-form input,
.hero-contact-form select{
    width:100%;
    border-radius:10px;
    padding:0 18px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid #E1D8CB;
    background: #FBF7F3;
    color: #5E6E81;
}
.hero-form-row{
    display:flex;
    gap:16px;
}
.hero-half{
    flex:1;
}
.hero-submit{
    width:100%;
    height:68px;
    border:none;
    border-radius:12px;
    background:#1F4F7F;
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-top:8px;
    cursor:pointer;
}
.hero-whatsapp{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height: 70px;
    margin-top:15px;
    background:#69C5EA;
    color:#fff;
    text-decoration:none;
    border-radius:12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2%;
}
.hero-whatsapp i{
    margin-left:8px;
}
.hero-note{
    text-align:center;
    color: #585858;
    font-size:14px;
    margin-top: 20px;
    margin-bottom: 0;
}
.hero-contact-form br{
    display:none;
}
.hero-contact-form .hero-submit {
    background: #144168;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2%;
    height: 70px;
    margin-bottom: 0;
}
.office-highlight{
    background:url("/wp-content/uploads/2026/06/jdc-section-bg.png") center center/cover no-repeat;
    border-radius: 20px;
    overflow:hidden;
    position:relative;
}
.office-highlight::before{
    content:"";
    position:absolute;
    inset:0;
}
.office-overlay{
    position:relative;
    z-index:2;
    padding: 50px;
    text-align:center;
}
.office-status{
    display:inline-block;
    background: #65BFE2;
    color:#fff;
    padding:12px 24px;
    border-radius:40px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom:25px;
}
.office-main-title{
    color:#fff;
    font-size: 35px;
    font-weight: 400;
    margin-bottom:10px;
    line-height:1.2;
}
.office-address{
    color: #fff;
    font-size: 14px;
    line-height:1.7;
    margin-bottom:45px;
    font-size: 400;
}
.office-stats{
    display:flex;
    justify-content: space-between;
    gap: 20px;
}
.office-stat{
    width: 100%;
    border-radius: 10px;
    padding:30px 20px;
    background: #000305;
    border: 1px solid #365977;
}
.office-stat h3{
    color:#fff;
    font-size: 36px;
    font-weight:300;
    margin:0 0 10px;
    line-height:1;
}
.office-stat p{
    color:#fff;
    font-size: 14px;
    margin:0;
    font-weight:400;
}
.view-btn a.btn-icon.btn-icon-right {
    background: transparent;
    color: #1D2A4D;
    border: 1px solid #E4E8EC;
    border-radius: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.two-mid-btn .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.fancy-text p {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    background: #010E1E33;
    padding: 15px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 20%;
}
.small-text p {
    font-size: 14px;
    text-align: center;
    margin-top: 2rem;
}
.benefits-list{
    list-style:none;
    margin:0;
    padding:0;
}
.benefits-list li{
    position:relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #696969;
    font-size: 18px;
    font-weight: 400;
}
.benefits-list li:last-child{
    margin-bottom:0;
}
.benefits-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top: 5px;
    width:20px;
    height:20px;
    border-radius:50%;
    background: #65BFE2;
    color:#fff;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}
.dark .hero-contact-form {
    background: #0E3454;
    backdrop-filter: blur(24px);
    border-top: 5px solid #65BFE2;
}
.dark .hero-form-title {
    color: #fff;
}
.dark .hero-form-subtitle {
    color: #fff;
}
.dark .hero-note {
    color: #fff;
}
.dark .hero-contact-form .hero-submit {
    background: #65BFE2;
    border: none;
}
.dark .hero-whatsapp {
    border: 1px solid #3B6486;
    background: transparent;
}
.property-type span.jhopdi-subtitle-prefix {
    color: #144168;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
}
.property-type .jhopdi-subtitle-prefix::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #144168;
    margin-right: 12px;
    position: relative;
}
.property-type h2.jhopdi-property-types-title {
    font-size: 60px !important;
    line-height: normal !important;
    letter-spacing: -3px !important;
    font-weight: 200;
}
.property-type a.jhopdi-view-all-btn {
    background: transparent;
    color: #1D2A4D;
    border: 1px solid #E4E8EC;
    border-radius: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: none;
}
.neighborhood .jhopdi-neighborhoods-prefix::after {
    display: none;
}
.neighborhood .jhopdi-neighborhoods-prefix::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #144168;
    margin-right: 12px;
    position: relative;
}
.neighborhood span.jhopdi-neighborhoods-prefix {
    color: #144168;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    justify-content: center;
    padding: 0;
}
.neighborhood h2.jhopdi-neighborhoods-title {
    font-size: 60px !important;
    line-height: normal !important;
    letter-spacing: -3px !important;
    font-weight: 200;
}
.neighborhood p.jhopdi-neighborhoods-subtitle {
    font-size: 18px;
	color: #585858;
}
.blog-subscribe-box{
    background:url('/wp-content/uploads/2026/07/subscribe-bg.png') center center/cover no-repeat;
    position:relative;
    padding:45px 30px;
    border-radius:28px;
    overflow:hidden;
    text-align:center;
}
.blog-subscribe-box>*{
    position:relative;
    z-index:2;
}
.blog-subscribe-box h3{
    color:#fff;
    font-size: 26px;
    font-weight:500;
    margin-bottom:10px;
    line-height:1.2;
}
.blog-subscribe-box p{
    color:rgba(255,255,255,.9);
    font-size: 14px;
    margin-bottom:30px;
}
.blog-subscribe-box input[type="email"]{
    width:100%;
    height: 60px;
    border:none;
    border-radius:14px;
    padding:0 24px;
    font-size: 14px;
    background:#fff;
    margin-bottom:20px;
    color: #5E6E81;
}
.blog-subscribe-box input[type="email"]::placeholder{
    color:#8a8a8a;
}
.blog-subscribe-box input[type="submit"]{
    width:100%;
    height: 60px;
    border:none;
    border-radius:14px;
    background:#69C5EA;
    color:#fff;
    font-size: 15px;
    font-weight: 400;
    cursor:pointer;
    transition:.3s;
}
.blog-subscribe-box input[type="submit"]:hover{
    background:#4fb7e2;
}
.blog-subscribe-box p{
    margin-bottom:20px;
}
.blog-subscribe-box p:last-child{
    margin-bottom:0;
}
.property-specs-grid-v2 .spec-card-v2 {
    text-align: center;
    display: block;
    background: #F3F5F780;
    border: 1px solid #1440671A;
    border-radius: 15px;
}
.spec-card-v2 .spec-text-v2 {
    margin-top: 1rem;
}
.property-price-range-banner {
    background: #FBF7F3;
    border: 1px solid #E1D8CB;
    border-style: dashed;
}
h2.price-range-text {
    font-size: 34px;
    font-weight: 400;
    color: #0C1C36;
}
p.price-range-sub {
    color: #193663;
}
.price-range-actions button.btn-best-price {
    background: #65BFE2;
    padding: 20px 30px;
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
}
.price-range-actions button.btn-brochure {
    padding: 20px 30px;
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
}
.property-section .param-icon-box {
    background: #144168;
    width: 56px;
    height: 56px;
}
.param-details span.param-label {
    color: #0C1C36;
    font-size: 13px;
    font-weight: 600;
}
.param-details span.param-value {
    color: #144168;
    font-weight: 400;
}
.property-section .floor-tab-btn-v2.active {
    background: #144168;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 25px;
    line-height: normal;
	height: 100%;
}
.property-section .floor-tab-btn-v2 {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 25px;
    line-height: normal;
	height: 100%;
}
.menu-item:hover .sub-menu a.x-menu-link {
    color: #144168 !important;
}
.g5core-header-desktop-wrapper .menu-horizontal > .current-menu-parent > a, .g5core-header-desktop-wrapper .menu-horizontal > .current-menu-ancestor > a {
    color: #144168 !important;
}
.property-info-section{
    width:100%;
    max-width:520px;
    margin:auto;
}
.info-card{
    padding:22px 24px;
    border-radius:8px;
    margin-bottom:18px;
    border-left:4px solid;
    box-sizing:border-box;
}
.info-card h3{
    margin:0 0 10px;
    font-size: 22px;
    font-weight: 500;
}
.info-card p{
    margin:0;
    font-size:16px;
    color: #585858;
    font-weight: 400;
}
.yellow-card{
    background: #FBF7F3;
    border-left-color: #C8960D;
}
.yellow-card h3{
    color: #C8960D;
}
.green-card{
    background: #E7F5EE;
    border-left-color: #1C7A4A;
}
.green-card h3{
    color: #1C7A4A;
}
.list-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:25px;
}
.list-box{
    background:#faf7f3;
    border:1px solid #e6ddd4;
    border-radius:14px;
    text-align:center;
    padding:28px 15px;
}
.number{
    font-size: 48px;
    line-height:1;
    font-weight:300;
    color: #000;
    margin-bottom: 10px;
}
.label{
    font-size:18px;
    color: #000;
    font-weight: 500;
}
.office-card .benefits-list li {
    color: #fff;
}
.property-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    width:100%;
    background: #65BFE2;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing:1px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 2rem;
}
.property-btn span{
    font-size:16px;
}
.builder-section .jhopdi-builders-subtitle {
    color: #144168;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
}
.builder-section .jhopdi-builders-subtitle::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #144168;
    margin-right: 12px;
    position: relative;
}
.builder-section .jhopdi-builders-title {
    font-size: 60px !important;
    line-height: normal !important;
    letter-spacing: -3px !important;
    font-weight: 200;
    margin: 0 !important;
}
.builder-section .jhopdi-builders-btn-ask {
    background: transparent;
    color: #1D2A4D;
    border: 1px solid #E4E8EC;
    border-radius: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: none;
}
.builder-section .jhopdi-filter-bar-header {
    margin-bottom: 5rem !important;
}
.builder-section .jhopdi-filter-bar-inner {
    max-width: none;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.builder-section .jhopdi-filter-select-wrapper .jhopdi-archive-filter-select {
    width: 350px;
	padding: 0 20px;
}
.builder-section .jhopdi-filter-btn.active {
    background: #144168;
}
.builder-section .jhopdi-filter-btn {
    padding: 0 20px !important;
}
.builder-section .jhopdi-filter-btn.active::after {
    display: none;
}
.builder-section .jhopdi-builder-badge {
    font-size: 12px;
    font-weight: 500;
	background: #65BFE2;
}
.builder-section .pill-blue {
    background-color: #ECF6FF;
    color: #031F3F;
    border: 1px solid #D1E4F3;
    font-size: 13px;
    font-weight: 500;
}
.builder-section .pill-pink {
    color: #813D72;
    background: #FFE9FA;
    border: 1px solid #FFDDF7;
    font-size: 13px;
    font-weight: 500;
}
.builder-section .badge-jdc-featured {
    background: #144168;
}
h2.jhopdi-search-card-title {
    font-size: 25px;
    font-weight: 600;
}
p.jhopdi-search-card-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #585858;
}
label.jhopdi-field-label {
    font-size: 15px;
    font-weight: 600;
    color: #144168;
}
.jhopdi-search-field-group {
    gap: 0;
}
select.jhopdi-select-field {
    background: #FBF7F3;
    border: 1px solid #E1D8CB;
    padding: 0px 20px;
}
button.jhopdi-search-submit-btn {
    background: #144168;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
}
span.jhopdi-trending-label {
    font-size: 15px;
    font-weight: 600;
    color: #144168;
}
a.jhopdi-trending-pill-btn {
    font-size: 14px;
    border: 1px solid #E1D8CB;
    background: #FBF7F3;
    font-weight: 600;
}
.jhopdi-search-card-inner {
    padding: 50px 40px;
    border-top: 10px solid #144168;
    border-radius: 40px;
}
.jhopdi-search-card-fields-grid {
    gap: 10px 15px;
    margin-bottom: 20px;
}
.jhopdi-search-trending-wrapper {
    margin-top: 20px;
}
.jhopdi-search-card-wrapper{
	margin: 0;
}
.property-section .amenity-icon-box-v2 img {
    width: 100%;
    height: 100%;
}
.property-form{
    font-family:inherit;
}
.form-title{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #144168;
    font-size: 20px;
    margin: 40px 0 25px;
    font-weight: 600;
}
p.field-note {
    font-size: 13px;
    font-weight: 400;
    color: #585858;
    margin-top: 5px;
    margin-bottom: 0;
}
.cf7-row{
    display:grid;
    gap:20px;
    margin-bottom:20px;
}
.cf7-row.three{
    grid-template-columns:repeat(3,1fr);
}
.cf7-row.two{
    grid-template-columns:repeat(2,1fr);
}
.cf7-row label{
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #144168;
}
.property-form input,
.property-form select,
.property-form textarea{
    width:100%;
    height:48px;
    border: 1px solid #E1D8CB;
    border-radius:6px;
    padding:0 15px;
    box-sizing:border-box;
    background: #fff;
}
.property-form textarea{
    height:120px;
    padding-top:15px;
    resize:none;
}
.otp-box {
    padding: 40px;
    background: #fff;
    border: 1px solid #E1D8CB;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.otp-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #144168;
}
.otp-box p {
    font-size: 15px;
    font-weight: 400;
    color: #585858;
}
.otp-btn input[type="button"] {
    background: #65BFE2;
}
.submit-area .wpcf7-submit {
    background: #8F949C;
    padding: 15px;
    height: 100%;
}
.verify {
    display: flex;
    gap: 1rem;
}
.verify img {height: 100%;}
.otp-field {
    display: flex;
    gap: 10px;
}
.otp-field .wpcf7-form-control-wrap {
    width: 100%;
}
.otp-box p.field-note {
    font-size: 13px;
}
p.submit-note {
    text-align: center;
    font-size: 12px;
    margin-top: 1rem;
}

.why-jdc-box{
    border-radius:18px;
    color:#fff;
    position:relative;
    overflow:hidden;
    padding: 40px !important;
}
.why-jdc-box:before{
    content:"";
    position:absolute;
    inset:0;
    background:url(/wp-content/uploads/2026/07/resale-article.png) center bottom/cover;
    opacity:1;
}
.why-jdc-box>*{
    position:relative;
    z-index:2;
}
.why-badge{
    display:inline-block;
    background:#69bee9;
    color:#fff;
    padding:8px 22px;
    border-radius:50px;
    font-size:12px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom: 1rem;
}
.why-title{
    margin-bottom: 1rem;
    margin-top: 0 !important;
}
.why-desc p{
    color: #fff;
    font-size: 14px !important;
    line-height:1.8;
    font-weight: 400;
}
.why-list{
    color:#fff;
    font-size:19px;
    line-height:2.2;
    margin-bottom:40px;
}
.why-jdc-box .benefits-list li {
    color: #fff;
}
.why-jdc-box .gel-btn-inline {
    display: block;
}
.otp-box .cf7-row {
    margin: 0;
}
.property-header-badges .status-badge {
    position: static;
}
.property-section .amenity-card-v2 {
    border: 1px solid #1440671A;
    background: #F3F5F780;
}
.property-section span.amenity-label-v2 {
    color: #0C1C36;
    font-size: 14px;
    font-weight: 600;
}
.property-section .amenity-card-v2 {
    border: 1px solid #1440671A;
    background: #F3F5F780;
}
.property-section span.amenity-label-v2 {
    color: #0C1C36;
    font-size: 14px;
    font-weight: 600;
}
.property-developer-strip .dev-logo-box {
    background: #144168;
}
.property-developer-strip .dev-text-info {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.property-developer-strip span.dev-name {
    font-size: 14px;
    color: #193663;
    font-weight: 600;
    text-transform: capitalize;
}
.property-developer-strip .dev-projects-count {
    color: #144168;
}
h1.property-main-title {
    font-size: 40px;
    color: #0C1C36;
    font-weight: 400;
}
.property-filters-sidebar .location-select{
	padding: 0 20px;
}
.spec-card-v2 .spec-icon-wrapper {
    margin: 0 auto;
}
.single-property .g5ere__sph-layout-2 > .container {
    max-width: 1550px;
    margin: 0 auto;
}
.single-property .g5core__entry-thumbnail {
    border-radius: 25px;
}
.single-property .g5core__metro-gutter-10 .g5core__metro-inner {
    padding: 10px;
}
.single-property #primary-content {
    padding: 0;
}
.single-property .g5core__entry-thumbnail:after {
    border-radius: 25px;
}
.custom-price-form{
    background:#fff;
    border:1px solid #eadfce;
    border-radius:24px;
    padding:34px 32px;
    box-shadow:0 5px 30px rgba(0,0,0,.05);
    max-width:400px;
    width:100%;
    font-family:'Poppins',sans-serif;
}
.custom-price-form h2{
    margin:0;
    color: #0C1C36;
    font-size: 24px;
    font-weight: 500;
}
.custom-price-form .sub-title{
    margin:8px 0 30px;
    color: #585858;
    font-size: 14px;
    font-weight:400;
}
.custom-price-form label{
    display:block;
    margin-bottom:18px;
}
.custom-price-form label span{
    display:block;
    margin-bottom: 10px;
    color: #144168;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    font-family: 'Montserrat';
}
.custom-price-form input,
.custom-price-form select{
    width:100%;
    border-radius:7px;
    padding:0 16px;
    font-size: 14px;
    color: #5E6E81;
    outline:none;
    transition:.3s;
    box-sizing:border-box;
    appearance:none;
    border: 1px solid #E1D8CB;
    background: #FBF7F3;
    font-family: 'Montserrat';
}
.custom-price-form input:focus,
.custom-price-form select:focus{
    border-color:#1d4d79;
}
.custom-price-form input::placeholder{
    color:#7f8793;
}
.custom-price-form select{
    cursor:pointer;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%231d4d79' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    padding-right:45px;
}
.custom-price-form input[type="submit"]{
    width:100%;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing:1px;
    cursor:pointer;
    margin-top:8px;
    transition:.3s;
    background: #144168;
    font-family: 'Montserrat';
    line-height: normal;
    padding: 20px 10px;
}
.custom-price-form input[type="submit"]:hover{
    background:#123b61;
}
.whatsapp-btn{
    display:block;
    margin-top:12px;
    width:100%;
    text-align:center;
    background: #65BFE2;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size: 15px;
    font-weight: 400;
    transition:.3s;
    line-height: normal;
    padding: 20px 10px;
}
.whatsapp-btn:hover{
    background:#4fb3de;
    color:#fff;
}
.whatsapp-btn span{
    font-size:17px;
}
.secure-box{
    margin-top:22px;
    display:flex;
    align-items:flex-start;
    gap:12px;
}
.secure-box svg{
    flex-shrink:0;
    margin-top:3px;
}
.secure-box p{
    margin:0;
    color: #585858;
    font-size:14px;
    line-height:1.6;
    font-weight: 400;
}
.wpcf7-form-control-wrap{
    display:block;
}
.wpcf7-spinner{
    display:none !important;
}
.wpcf7-not-valid-tip{
    margin-top:6px;
    font-size:13px;
}
.wpcf7-response-output{
    margin:18px 0 0 !important;
    padding:10px 15px !important;
    border-radius:6px;
}

/* Responsive Css Start */

@media (max-width: 767px) {

}

/* Responsive Css End */