/* this is loan calculator button  */
input#wpmc1_send_mail {
    line-height: 10px !important;
	margin-left: 7px;
}
input#cal1_email {
    border-width: 1px !important;
}


/* this is single blog css in the content */
.custom-blog-quote,
blockquote {
    border-left: 3px solid rgba(94, 148, 135, 1);
    padding: 20px;
    margin: 30px 0;
    position: relative;
}
.faq-contact-card .btn-contact:hover {
    background: linear-gradient(
        140deg,
        rgba(8, 54, 84, 1) 0%,
        rgba(94, 148, 135, 1) 50%
    );
}

.custom-blog-quote::before,
blockquote::before {
    content: "❞";
    font-size: 40px;
    color: #cbd5e1;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.custom-blog-quote cite,
blockquote cite {
    display: block;
    margin-top: 10px;
    color: #94a3b8;
    font-style: normal;
}
/* end css in single blog  */

/*--------------------------------------------------------------
   # 4. STYLESHEET LAYERS & GLOBAL RESPONSIVE GRID SYSTEM
   --------------------------------------------------------------*/
h4.aj_question_hedding {
    color: rgba(5, 41, 66, 1) !important;
}
   

.tl-blog-container {
        max-width: 1380px;
        margin: 0 auto;
        font-family: "Silka", "Plus Jakarta Sans", Arial, sans-serif;
        padding: 40px 20px;
        box-sizing: border-box;
    }

	.comments-area a, .page-content a {
		text-decoration: none !important;
	}

    .tl-blog-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 24px;
        margin-bottom: 32px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .tl-blog-header h2 {
        margin: 0;
        font-size: 40px;
        color: #1A2E4A;
        font-weight: 700;
        font-family: Inter, sans-serif;
        letter-spacing: -0.5px;
    }

    .tl-header-right {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
    }

    .tl-post-count {
        color: #1A2E4A;
        font-size: 16px;
        font-family: Silka, sans-serif;
        font-weight: 500;
		line-height:25px;
    }
	.tl-search-form input{
		 padding:12px 19px !important;
	}
	.tl-cta-btn {
    position: relative;
    display: inline-block;
	}

	.tl-cta-btn ::before {
    	content: "";
    	position: absolute;
    	left: 35px;
   	 	top: 50%;
    	transform: translateY(-50%);
    	width: 15px;
    	height: 15px;
    	background: url('/wp-content/uploads/2026/07/SVG.png') no-repeat center;
    	background-size: contain;
    	pointer-events: none;
	}

    .tl-search-form {
        display: flex;
        position: relative;
        width: 320px;
    }

    .tl-search-form input {
        width: 100% !important;
        padding: 12px 42px 12px 16px;
        border: 1px solid rgba(215, 215, 215, 0.8) !important;
        border-radius: 9px !important;
        outline: none;
        font-size: 14px;
        background: #ffffff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
        transition: all 0.2s ease;
        font-family: Arial, sans-serif;
        font-weight: 400;
        color: rgba(74, 85, 104, 1);
        box-sizing: border-box;
    }

    .tl-search-form input:focus {
        border-color: #00a896;
        box-shadow: 0 0 0 3px rgba(0, 168, 150, 0.1);
    }

    .tl-search-form button {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        cursor: pointer;
        color: rgba(0, 0, 0, 1);
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tl-blog-layout {
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }

    .tl-blog-grid-wrapper {
        flex: 3;
        min-width: 0;
    }

    .tl-blog-sidebar {
        flex: 1;
        min-width: 340px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /* 2-Column Main Post Grid */
    .tl-blog-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        transition: opacity 0.2s ease-in-out;
    }

    /* Card Presentation Layout matching Figma Mockups */
    .tl-blog-card {
        background: #ffffff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1), 0 0 6px -6px rgba(0, 0, 0, 0.01);
        display: flex;
        flex-direction: column;
    }

    .tl-card-image img {
        width: 100%;
        height: 210px !important;
        object-fit: cover;
        display: block;
    }

    .tl-card-content {
        padding: 25px 21px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
		gap:7px;
    }

    .tl-card-category {
       	color: #2A7F7F;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		display: block;
		line-height:23px;
		margin-bottom: 10px;
		text-transform: uppercase;
    }

    .tl-card-title {
        margin:0 !important;	
		line-height: 26px !important;
		color: #1A2E4A !important;
    }

    .tl-card-title a {
        color: #0f172a;
		font-size: 20px !important;
		font-weight: 600 !important;
        text-decoration: none;
        transition: color 0.2s;
    }

	a.tl-cta-btn {
		color: #ffffff !important;
	}

    .tl-card-excerpt {
        color: #4A5568;
		font-size: 16px;
		line-height:25px;
		margin: 0 0 12px;
		flex-grow: 1;
		font-family: Arial;
		font-weight: 400;
    }
	span.tl-date {
		font-family: "Plus Jakarta Sans", sans-serif;
		color: rgba(42, 127, 127, 1);
		font-weight: 700;
		font-size: 13.9px;
		line-height:23px;
	}
	span.tl-read-time
	{
		font-family: "Plus Jakarta Sans", sans-serif;
		color: rgba(74, 85, 104, 1);
		font-weight: 500;
		font-size: 13.9px;
		line-height:23px;
	}

    .tl-card-meta {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        color: #94a3b8;
        font-weight: 500;
    }

    .tl-card-meta .dashicons {
        font-size: 16px;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-right: 4px;
        color: rgba(74, 85, 104, 1);
    }

    /* Widgets Styling Base Structure */
    .tl-widget {
        background: rgba(240, 243, 246, 1);
        border-radius: 18px;
       	padding: 24px 11px 24px 10px;
        border: 1px solid rgba(200, 224, 224, 1);
        box-sizing: border-box;
    }

    .tl-widget h4 {
        margin: 0 0 19px 15px;
        font-size: 16px !important;
        color: rgba(26, 46, 74, 1);
        font-weight: 500 !important;
        font-family: 'Silka', sans-serif;
    }

    h4.aj_question_hedding {
        margin: 0 0 22px 0;
        font-size: 22px;
        color: rgba(5, 41, 66, 1);
        font-weight: 600;
        font-family: 'Silka', sans-serif;
    }
	#tl-cat-filter-list{padding-top:8px !important;}
    /* Categories Widget Flex Layout */
    .tl-categories-widget ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .tl-categories-widget li {
        margin-bottom: 4px;
    }

    .tl-categories-widget li a {
        display: flex;
        align-items: center;
        padding: 12px 19px;
        color: rgba(26, 46, 74, 1);
        text-decoration: none;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        font-family: Silka, sans-serif;
        transition: all 0.2s ease;
    }

    .tl-cat-custom-icon {
        width: 20px;
        height: 20px !important;
        object-fit: contain;
        margin-right:23px;
        flex-shrink: 0;
    }

    .tl-cat-icon-placeholder {
        margin-right: 14px;
        color: #94a3b8;
        display: flex;
        align-items: center;
    }

    .tl-cat-icon-placeholder .dashicons {
        font-size: 18px;
    }

    .tl-cat-text {
        flex-grow: 1;
    }

    .tl-categories-widget li a:hover,
    .tl-categories-widget li a.active {
        background: #f1f5f9;
        color: #00a896;
        font-weight: 600;
    }

    /* Popular Sidebar Lists Layout */
    .tl-popular-item {
        display: flex;
        gap: 10px;;
        margin-bottom: 30px;
		max-width: 275px;
    	margin-left: 7px;
    }

    .tl-popular-item:last-child {
        margin-bottom: 0;
    }
	.tl-pop-img{width:30%}
	.tl-pop-info{width:70%}
    .tl-pop-img img {
        width: 80px !important;
        height: 80px !important;
        object-fit: contain;
        border-radius: 10px !important;
    }

    .tl-pop-info h5 {
        margin: 0 0;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
    }

    .tl-pop-info h5 a {
        color: rgba(26, 46, 74, 1);
        text-decoration: none;
        transition: color 0.2s;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    .tl-pop-info h5 a:hover {
        color: #00a896;
    }

    .tl-pop-info span {
        font-size: 13.9px;
        color: rgba(157, 165, 179, 1);
        font-weight: 400;
        font-family: 'Silka', sans-serif;
    }

	.tl-popular-widget h4 {
		margin-bottom: 15px;
	}

	hr.aj_divider {
		height: 1px;
		background: rgba(200, 224, 224, 1) !important;
		width: 100%;
		border: none;
		margin: 0 0 20px 0; /* bottom space after divider */
	}
	.aj_headding_divider {
		margin-bottom: 23px;
	}
	.tl-cat-icon-placeholder .dashicons {
		font-size: 18px;
		color: rgba(42, 127, 127, 1);
	}
	button#tl-blog-search-submit {
		background: none !important;
		color: rgba(0, 0, 0, 1) !important;
	}

	.aj_post_image img,
	.elementor-widget-theme-post-featured-image img {
		width: 100%;
		height: auto;
		object-fit: contain;

	}

    /* Call To Action Custom Sidebar Layout Widget with Figma Asset Placement */
    .tl-cta-widget {
       background: rgba(241, 251, 252, 1)
        url('/wp-content/uploads/2026/07/f3f0c1991984d94ce69a3b9fec08bf0cbd19b0ab-scaled.png')
        no-repeat bottom center;
        background-size: 100% auto;
        border: 1px solid rgba(91, 175, 165, 1);
        border-radius: 18px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 28px 110px 25px;
        position: relative;
        box-sizing: border-box;
    }

    .tl-cta-tagline {
        font-size: 16px;
        font-weight: 500;
        font-family: Silka, sans-serif;
        color: rgba(91, 175, 165, 1);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 14px;
    }

    .tl-cta-widget h4 {
        margin-bottom: 12px;
        font-size: 22px !important;
        color: rgba(5, 41, 66, 1);
		line-height:20px !important;
		letter-spacing:0.5px !important;
    }

    .tl-cta-widget p {
        font-size: 16px;
        color: rgba(74, 85, 104, 1);
        line-height: 1.6;
        font-family: Arial, sans-serif;
        margin: 0 0 28px 0;
        font-weight: 400;
    }

    .tl-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(94, 148, 135, 1), rgba(8, 54, 84, 1));
        color: #ffffff;
        text-decoration: none;
        padding: 15px 19px 15px 50px;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 600;
        width: auto;
        min-width: 210px;
        box-sizing: border-box;
        box-shadow: 0 4px 14px rgba(32, 70, 79, 0.25);
        transition: all 0.2s ease;
    }

    .tl-cta-btn:hover {
        background: linear-gradient(90deg, rgba(8, 54, 84, 1), rgba(94, 148, 135, 1));
    	box-shadow: 0 6px 20px rgba(32, 70, 79, 0.35);
    }

    .tl-cta-btn .dashicons {
        margin-right: 8px;
        font-size: 16px;
    }

    /* Rounded Minimalist Pagination Layout */
    .tl-pagination {
        margin-top: 55px;
        text-align: center;
    }

    .tl-pagination ul {
        display: inline-flex;
        list-style: none;
        padding: 0;
        gap: 33px;
        margin: 0;
    }

	.tl-pagination li a {
		width: 38px;
		height: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		border-radius: 19px;
		font-size: 14px;
		font-weight: 600;
		background: rgba(98, 182, 163, 0.12);
		color: #8FBDBC;
		border: none;
		transition: all 0.2s ease;
	}

	.tl-pagination li a.current {
		color: #fff;
		background: linear-gradient(
			180deg,
			rgb(98, 182, 163) 0%,
			rgb(49, 129, 165) 60%,
			rgb(0, 25, 47) 100%
		);
	}

	.tl-pagination li a:hover:not(.current) {
		background: rgba(98, 182, 163, 0.2);
		color: rgb(49, 129, 165);
	}

	.tl-pagination {
		display: flex;
		gap: 10px;
		justify-content: center;
		align-items: center;
	}



    .tl-no-posts-found {
        grid-column: span 2;
        text-align: center;
        padding: 60px 20px;
        color: #64748b;
        font-size: 16px;
    }

    /* --- RESPONSIVE ADAPTATION LAYERS --- */
    @media (max-width: 1180px) {
        .tl-blog-layout {
            flex-direction: column;
            gap: 30px;
        }

        .tl-blog-grid-wrapper {
            width: 100%;
        }

        .tl-blog-sidebar {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        .tl-cta-widget {
            grid-column: span 2;
        }
    }

    @media (max-width: 768px) {
        .tl-blog-grid {
            grid-template-columns: 1fr;
            gap: 24px;
        }
		.mcalc{margin-bottom:50px !important;}
        .tl-blog-sidebar {
            grid-template-columns: 1fr;
        }

        .tl-cta-widget {
            grid-column: span 1;
            padding-bottom: 150px;
            background-size: contain;
        }

        .tl-blog-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }

        .tl-header-right {
            width: 100%;
            justify-content: space-between;
            gap: 15px;
        }

        .tl-search-form {
            width: 100%;
            max-width: unset;
        }

        .tl-no-posts-found {
            grid-column: span 1;
        }
    }


/* card color  */
.aj_card_colors{
    background: #022744 !important;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.aj_card_colors:before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 50% 65%,
        rgba(98,182,163,.45) 0%,
        rgba(98,182,163,.25) 20%,
        rgba(98,182,163,.12) 40%,
        transparent 65%
    );
    z-index: 0;
}

.aj_card_colors > *{
    position: relative;
    z-index: 1;
}

.aj_icon_backgroung_color{
	background-color: radial-gradient(
        rgba(98, 182, 163, 1),
        rgba(49, 129, 165, 1),
		rgba(0, 25, 47, 1)
    );
}

.e-con-inner .aj_container_background_color{
    background: linear-gradient(
        140deg,
        rgba(99, 184, 164, 1) 0%,
        rgba(48, 128, 164, 1) 30%,
        rgba(0, 25, 48, 1) 100%
    );
}

.aj_number_listing {
    background: linear-gradient(
        140deg,
        rgba(99, 184, 164, 1) 0%,
        rgba(48, 128, 164, 1) 50%,
        rgba(0, 25, 48, 1) 100%
    );
}
.contact-box .elementor-image-box-title{margin-top:0 !important;}
/* 
///////////////////////////////////FAQ CSS //////////////////////////////////////////// */


  /* Baseline layout structure */
    .faq-container {
        display: flex;
        flex-direction: row;
        gap: 30px;
        font-family: 'Silka', 'Inter', sans-serif;
        background: transparent;
        max-width: 1420px;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
		justify-content: space-between;
    }

    .faq-sidebar {
        width: 26.5%;
        min-width: 280px;
        box-sizing: border-box;
    }

    .faq-content-pane {
        width: 70%;
	    height: fit-content;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(218, 221, 226, 1);
        border-radius: 22px;
        padding: 24px;
        box-shadow: 0px 4px 16px 0px rgba(0, 25, 47, 0.1);
        box-sizing: border-box;
    }

    .faq-cat-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        background: #fff;
        border: 1px solid #E4E7EC;
        border-radius: 12px;
        overflow: hidden;
    }

    .faq-cat-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 22px 24px 22px;
        cursor: pointer;
        border-bottom: 1px solid #F2F4F7;
        transition: all 0.2s ease;
        color: #475467;
    }

    .faq-cat-item:last-child {
        border-bottom: none;
    }

    .faq-cat-item .cat-left {
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .faq-cat-item .cat-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #475467;
    }

    .faq-cat-item .cat-custom-icon {
        width: 22px;
        height: 20px;
        object-fit: contain;
    }

    .faq-cat-item .cat-name {
        font-family: 'Silka', sans-serif;
        font-weight: 500;
        font-size: 18px;
    }

    .faq-cat-item.active .cat-name {
        font-weight: 600;
    }

    .faq-cat-item .cat-count {
        font-family: 'Silka', sans-serif;
        font-size: 18px;
        color: #98A2B3;
    }

    .faq-cat-item.active {
        background: #0B253F;
    }

.faq-cat-item.active span{color:#fff;}
    .faq-cat-item.active .cat-icon,
    .faq-cat-item.active .cat-count {
        color: #fff;
        opacity: 0.8;
    }

    .faq-contact-card {
        background: #EAF5F6;
        padding: 24px;
        border-radius: 12px;
        text-align: left;
		border: 1px solid rgba(91, 175, 165, 1);
    }

    .faq-contact-card h3 {
        margin: 0 0 8px 0;
        color: rgba(5, 41, 66, 1) !important;
        font-family: 'Silka', sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    .faq-contact-card p {
        font-family: 'Arial', sans-serif !important;
		font-size: 16px !important;
		color: rgba(74, 85, 104, 1) !important;
		line-height: 1.5 !important;
		margin: 0 0 16px 0 !important;
		font-weight: 400 !important;
    }
   .faq-contact-card .btn-contact {
        display: inline-block;
        background: linear-gradient(
            140deg,
            rgba(94, 148, 135, 1) 0%,
            rgba(8, 54, 84, 1) 50%
        );
        color: #fff;
       padding: 15px 41px 15px 60px;
        border-radius: 100px;
        text-decoration: none;
        font-weight: 500;
        font-size: 15px;
    }

    .faq-accordion-item {
        border-bottom: 1px solid #E4E7EC;
        padding: 22px 10px;
    }

    .faq-accordion-item:last-child {
        border-bottom: none;
    }

    .faq-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        gap: 15px;
    }

    .faq-accordion-header h3 {
        margin: 0;
        font-family: 'Silka', sans-serif !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        color: rgba(26, 46, 74, 1) !important;
    }

    .faq-accordion-header .arrow-icon {
        position: relative;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }

    .faq-accordion-header .arrow-icon::before {
        content: '';
        position: absolute;
        top: 6px;
        right: 6px;
        width: 8px;
        height: 8px;
        border-right: 2px solid rgba(26, 46, 74, 1);
        border-bottom: 2px solid rgba(26, 46, 74, 1);
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    .faq-accordion-item.open {
        background-color: rgba(242, 250, 250, 1);
        border-radius: 12px;
        padding-left: 20px;
        padding-right: 20px;
		margin-top: 22px !important;
        border-bottom-color: transparent;
    }

    .faq-accordion-item.open .faq-accordion-header .arrow-icon::before {
        transform: rotate(-135deg);
        top: 10px;
    }

    .faq-accordion-body {
        margin-top: 12px;
    }

    .faq-accordion-content p,
    .faq-accordion-content {
        font-family: 'Arial', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 29px;
        color: rgba(74, 85, 104, 1);
        margin: 0;
    }

    /* Responsive Breakpoint: Tablet Devices */
    @media screen and (max-width: 991px) {
        .faq-container {
            flex-direction: column;
            gap: 20px;
            padding: 0 10px;
        }

        .faq-sidebar {
            width: 100%;
        }

        /* Changes category list to a dynamic swiping element horizontally on tablets */
        .faq-cat-list {
            display: flex;
            flex-direction: row;
            overflow-x: auto;
            white-space: nowrap;
            border-radius: 8px;
            margin-bottom: 15px;
            -webkit-overflow-scrolling: touch;
        }

        .faq-cat-list::-webkit-scrollbar {
            display: none;
            /* Hide scrollbars for look and feel */
        }

        .faq-cat-item {
            border-bottom: none;
            border-right: 1px solid #F2F4F7;
            padding: 12px 20px;
            flex: 0 0 auto;
        }

        .faq-cat-item .cat-left {
            gap: 8px;
        }

        .faq-cat-item .cat-count {
            margin-left: 8px;
        }

        .faq-content-pane {
            width: 100%;
        }

        .faq-contact-card {
            display: none;
            /* Safely hides contact sidebar layout block on intermediate breakpoints */
        }
    }

    /* Responsive Breakpoint: Mobile Devices */
    @media screen and (max-width: 767px) {
        .faq-accordion-header h3 {
            font-size: 16px;
            line-height: 22px;
        }

        .faq-accordion-content p,
        .faq-accordion-content {
            font-size: 14px;
            line-height: 24px;
        }

        .faq-content-pane {
            padding: 15px;
            border-radius: 14px;
        }

        .faq-accordion-item.open {
            padding-left: 12px;
            padding-right: 12px;
        }
    }
/* ////////////////////////////////faq css end /////////////////////////////////////////// */

.aj_button_text_colors .elementor-button-text{
    background: linear-gradient(
        90deg,
        #62B6A3 0%,
        #3181A5 50%,
        #00192F 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}



/* Hover */
.aj_button_text_colors:hover .elementor-button-text{
    background: none;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}
.aj_button_text_colors .elementor-button-link {
    background-color: #ffffff !important;
    background-image: none !important;
}
.aj_button_text_colors a:hover {
		background-color: transparent;
		color: #FFFFFF;
		background-image: linear-gradient(180deg, #64B9A5 0%, #3182A7 100%) !important;
	}
}

/* ===========================
CARD CONTAINER
=========================== */

.aj_property-card {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #dce4ec;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f7f9;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

.aj_property-card *, 
.aj_property-card *::before, 
.aj_property-card *::after {
    box-sizing: border-box;
}

/* ===========================
HEADER
=========================== */

.aj_property-card .aj_property-header {
    background: #112846;
    padding: 30px 25px 30px 25px;
    border-radius: 32px 32px 0 0;
    overflow: hidden !important;
    box-shadow: 0 20px 40px rgba(0,0,0,.08) !important;
    border: 1px solid #d8e1ea !important;
    text-align: left;
}

.aj_property-card .aj_property-header h2 {
    color: #ffffff !important;
    font-family: "Inter", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
}

.aj_property-card .aj_property-header p {
    color: #a3bfd9 !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* ===========================
BODY
=========================== */

.aj_property-card .aj_property-body {
    background: #f4f7f9;
    padding: 30px 25px 30px 25px;
    border-radius: 0 0 32px 32px;
    overflow: hidden !important;
    box-shadow: 0 20px 40px rgba(0,0,0,.08) !important;
    border: 1px solid #d8e1ea !important;
}

/* CF7 Theme Overrides */
.aj_property-card .aj_property-body p {
    margin: 0 !important;
    padding: 0 !important;
}

.aj_property-card .aj_property-body br {
    display: none !important;
}

.aj_property-card .aj_property-body span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

/* ===========================
ROW & COLUMNS
=========================== */

.aj_property-card .aj_cf7-row {
    display: flex;
    gap: 16px;
    margin: 0px !important;
}

.aj_property-card .aj_cf7-col {
    flex: 1;
    width: 50%;
}

/* ===========================
LABELS & TYPOGRAPHY
=========================== */

.aj_property-card .aj_property-body label {
    display: block;
    margin-bottom: 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: #112846;
}

/* ===========================
INPUTS & SELECTS WITH BORDER & RADIUS
=========================== */

.aj_property-card .aj_property-body input:not([type=submit]):not([type=checkbox]),
.aj_property-card .aj_property-body select,
.aj_property-card .aj_property-body textarea {
    width: 100% !important;
    height: 46px !important;
    border: 1.5px solid #2b8082 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    padding: 0 14px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #333333 !important;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
}

.aj_property-card .aj_property-body input::placeholder,
.aj_property-card .aj_property-body textarea::placeholder {
    color: #8c9ba5;
    opacity: 1;
}

/* Textarea Specific */
.aj_property-card .aj_property-body textarea {
    height: 85px !important;
    padding: 12px 14px !important;
    resize: vertical;
    line-height: 1.4;
    border: 1.5px solid #d3dee8 !important;
    border-radius: 12px !important;
}

/* Active Highlight Focus States */
.aj_property-card .aj_property-body input:focus,
.aj_property-card .aj_property-body textarea:focus,
.aj_property-card .aj_property-body select:focus {
    outline: none !important;
    border-color: #2b8082 !important;
    box-shadow: 0 0 0 3px rgba(43, 128, 130, 0.2) !important;
}

/* Custom Dropdown Arrow */
.aj_property-card .aj_property-body select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 36px !important;
}

/* ===========================
CHECKBOX
=========================== */

.aj_property-card .aj_accept-box {
    margin: 18px 0 20px 0;
}

.aj_property-card .aj_accept-box label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12.5px;
    color: #556575;
    font-weight: 400;
    line-height: 1.5;
}

.aj_property-card .aj_accept-box input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin-top: 2px !important;
    border-radius: 4px !important;
    border: 1.5px solid #c0ccd6 !important;
    cursor: pointer;
    flex-shrink: 0;
}

.aj_property-card .aj_accept-box .wpcf7-list-item {
    margin: 0;
}

/* ===========================
SUBMIT BUTTON
=========================== */

.aj_property-card .aj_property-body input[type=submit] {
    width: 100% !important;
    height: 52px !important;
    background: #2b8082 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    margin-top: 5px !important;
}

.aj_property-card .aj_property-body input[type=submit]:hover {
    background: #216769 !important;
}

/* ===========================
FOOTER
=========================== */

.aj_property-card .aj_form-footer {
    text-align: center;
    margin-top: 16px;
    color: #718292;
    font-size: 12px;
    line-height: 1.5;
}

/* ===========================
RESPONSIVE (MOBILE)
=========================== */

@media (max-width: 600px) {
    .aj_property-card .aj_cf7-row {
        flex-direction: column;
        gap: 0;
    }

    .aj_property-card .aj_cf7-col {
        width: 100%;
    }

    .aj_property-card .aj_property-body {
        padding: 18px;
    }

    .aj_property-card .aj_property-header {
        padding: 20px 18px;
    }

    .aj_property-card .aj_property-header h2 {
        font-size: 20px !important;
    }

    .aj_property-card .aj_property-body input:not([type=submit]):not([type=checkbox]),
    .aj_property-card .aj_property-body select {
        height: 44px !important;
    }
}


/* Target Contact Form 7 ID: 9801 */
div[data-wpcf7-id="9801"] .wpcf7-not-valid-tip,
div[data-wpcf7-id="9801"] .wpcf7-response-output,
div[data-wpcf7-id="9801"] .screen-reader-response ul li {
    font-size: 16px !important;
}
@media(max-width:768px){
.home-imagebox-cont .elementor-image-box-wrapper{flex-direction:column;}
.home-imagebox-cont .elementor-image-box-img{
		width:100% !important;
		justify-content: start !important;
	}

}
.page-id-34 .about_page_gradient::before,
.page-id-32 .about_page_gradient::before{
 	background-position: bottom center !important;
   	background-size: cover !important;
}
@media(max-width:1024px){
	.mcalc-conventional div{
		display:flex !important;
		flex-direction:column !important;	
	}
	.mcalc-main ,.mcalc .mcalc-values{width:100% !important;}	
	.mcalc-main>div{width:100% !important;}
}

.tl-search-form,
.tl-read-time{
    position: relative;
}

.tl-search-form:before{
    content:'';
	position: absolute;
	transform: translateY(-50%);
    right: 18px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5' stroke-linecap='round' 	stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E")no-repeat center;
    top: 50%;
	height:22px;
	width:22px;	
}
.tl-read-time:before{
    content:'';
	position: absolute;
	transform: translateY(-50%);
    left: -20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") no-repeat center;
    top: 50%;
	height:16px;
	width:16px;	
}
/*  Calender*/
.btn-contact {
    position: relative;
}

.btn-contact:before {
   content: "";
    position: absolute;
    left: 36px;
    top: 25px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2026/08/SVG.svg) no-repeat center;
    background-size: contain;
}
@media(max-width:450px){
	.service-cont .elementor-element-e642bd1{margin-bottom:200px;}
}


