/*
Theme Name: Jagsness
Author: Aditya Chauhan
Author URI: http://techmind.co.in/
Version: 2.0
Text Domain: Jagsness
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*** for default theme's css ***/


/* Contact Form 7 Error Default CSS */
/* body,html{
	overflow-x:hidden!important;
} */

span.wpcf7-not-valid-tip {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 3px 10px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 13px;
}

.wpcf7-response-output {
    position: relative!important;
    padding: 12px 15px!important;
    margin-bottom: 0;
    border: 1px solid transparent!important;
    border-radius: 0.25rem!important;
    font-size: 18px!important;
}

.invalid .wpcf7-response-output {
    color: #856404!important;
    background-color: #fff3cd!important;
    border-color: #ffeeba!important;
}

.sent .wpcf7-response-output {
    color: #155724!important;
    background-color: #d4edda!important;
    border-color: #c3e6cb!important;
}

.failed .wpcf7-response-output {
    color: #721c24!important;
    background-color: #f8d7da!important;
    border-color: #f5c6cb!important;
}


/* error page design  */

.error_template {
    width: 900px!important;
    max-width: 100%!important;
    padding: 100px 15px;
    box-shadow: 0px 0px 33px rgb(0 0 0 / 6%);
    margin: 60px auto;
}

.error_template h1 {
    font-size: 100px;
    margin: 0;
}

.error_template h3 {
    font-size: 28px;
    margin: 0;
}

.error_template p {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0;
}

.error_template p a {
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none!important;
}


/* when page is empty  */

.singular_page:empty {
    position: relative;
    padding: 50px 50px;
    background: #0000001f;
    width: 900px;
    max-width: 95%;
    margin: 250px auto 90px;
    color: #3a5766;
    font-size: 50px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 19%);
}

.singular_page:empty::before {
    position: absolute;
    content: "Page is not Created Yet";
    content: attr(data-pageName) " page is not created yet";
    width: 540px;
    max-width: 100%;
    text-align: center;
    line-height: 1;
}        
@media screen and (max-width:992px) {
    .singular_page:empty {
        font-size: 42px;
        margin: 220px auto 80px;
    }
    .singular_page:empty::before {
        width: 480px;
    }
}

@media screen and (max-width:768px) {
    .singular_page:empty {
        font-size: 36px;
        margin: 150px auto 70px;
    }
    .singular_page:empty::before {
        width: 400px;
    }
}

@media screen and (max-width:576px) {
    .singular_page:empty {
        font-size: 32px;
        margin: 120px auto 60px;
    }
    .singular_page:empty::before {
        width: 320px;
    }
}

/* Blog Posts Default Design */

:root {
    --main-color: #D4AF37;
    --main-color-opacaity: #D4AF3754;
    --dim-gray: #222222;
    --white-color: #fff;
    --black-color: #0a0a0a;
    --gold-color: #D4AF37;
}

img {
    max-width: 100%;
}

#single-post .jn-featured-image img {
    width: 100%;
}

#single-post #post-1 {
    padding: 40px;
    background-color: var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#single-post .jn-post-info ul {
    padding: 0px;
    display: flex;
    background-color: var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px 0px;
    margin-bottom: 45px;
}


#single-post .jn-post-info ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid var(--white-color);
    border-right-style: dotted;
    padding: 0px 17px;
    color: var(--white-color);
}

#single-post .jn-post-info ul li:last-child {
    border: none;
}

#single-post .jn-post-heading {
    font-size: 35px;
    line-height: 1.2;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 20px;
}

#single-post .jn-desc_wrap p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--black-color);
    font-weight: 400;
}

#single-post .jn-desc_wrap h4 {
    font-size: 30px;
    color: var(--black-color);
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 50px;
}

#single-post .jn-desc_wrap h4::after {
    content: "";
    position: absolute;
    width: 110px;
    border-bottom: 2px solid var(--main-color);
    border-bottom-style: dotted;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    max-width: 100%;
}


#single-post .jn-desc_wrap ol li,
#single-post .jn-desc_wrap ul li {
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--main-color);
}

#single-post .jn-desc_wrap ol li p {
    color: var(--main-color);
}

#single-post hr {
    margin: 50px 0px;
}


#single-post h3 {
    font-size: 22px;
    color: var(--black-color);
    margin-bottom: 20px;
    font-weight: 700;
}

#single-post .alignnone {
    margin: 25px 0px;
    box-shadow: #959da533 0px 8px 24px;
}

#single-post blockquote {
    padding: 50px;
    background-color: var(--main-color-opacaity);
    margin: 0px;
    box-shadow: #63636333 0px 2px 8px 0px;
    border-radius: 12px;
}


@media (max-width: 767.98px) {
    #single-post .jn-post-heading {
        font-size: 25px;
    }

    #single-post .jn-desc_wrap h4 {
        font-size: 22px;
        margin-top: 30px;
    }

    #single-post blockquote {
        padding: 35px;
    }
    #single-post .jn-post-info ul li{
        font-size: 16px;
    }
    #single-post h3{
        font-size: 18px;
    }
}




footer{
    font-family: "Inter", sans-serif;
    background:#071f4a;
}

.footer{
    background:#071f4a;
    color:#d6d9df;
    padding:80px 0 30px;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1.2fr;
    gap:70px;
}

/* Logo Area */
.footer-logo{
    width:130px;
    margin-bottom:30px;
}

.footer-logo img{
    width:100%;
    display:block;
}

.footer-desc{
    color:#c4c8d1;
    line-height:1.8;
    font-size:16px;
    max-width:280px;
}

.socials{
    display:flex;
    gap:25px;
    margin-top:35px;
}

.socials a{
    color:#d7b53e;
    font-size:24px;
    text-decoration:none;
    transition:.3s;
}

.socials a:hover{
    transform:translateY(-3px);
}

/* Headings */
.footer-title{
    color:#d7b53e;
    font-size:18px;
    letter-spacing:3px;
    margin-bottom:35px;
    font-family: "Cormorant Garamond", serif;
    text-transform:uppercase;
}

/* Links */
.footer-links{
    list-style:none;
}

.footer-links li{
    margin-bottom:22px;
}

.footer-links a{
    color:#cfd4dd;
    text-decoration:none;
    font-size:17px;
    transition:.3s;
}

.footer-links a:hover{
    color:#d7b53e;
}

.highlight-link{
    color:#d7b53e !important;
    font-weight:600;
    border-bottom:1px solid #d7b53e;
    padding-bottom:3px;
}

/* Contact */
.contact-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:28px;
}

.contact-item i{
    color:#d7b53e;
    font-size:18px;
    margin-top:4px;
}

.contact-item span{
    color:#cfd4dd;
    line-height:1.7;
}

.contact-btn{
    display:inline-block;
    margin-top:20px;
    background:#d7b53e;
    color:#071f4a;
    text-decoration:none;
    padding:18px 34px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:.3s;
}

.contact-btn:hover{
    background:#e5c44e;
}

/* Bottom */
.footer-bottom{
    margin-top:80px;
    padding-top:30px;
    border-top:1px solid rgba(255,255,255,0.1);

    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.bottom-left{
    display:flex;
    gap:40px;
    flex-wrap:wrap;
}

.bottom-left a,
.bottom-right{
    text-decoration:none;
    color:#7f8ba2;
    letter-spacing:2px;
    font-size:13px;
    text-transform:uppercase;
}

.bottom-left a:hover{
    color:#d7b53e;
}

@media(max-width:992px){

    .footer-grid{
        grid-template-columns:1fr 1fr;
        gap:50px;
    }
}

@media(max-width:768px){

    .footer-grid{
        grid-template-columns:1fr;
    }

    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
}




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

.header {
	padding: 20px 0;
	font-family: "Inter", Sans-serif!important;
	transition: all .3s ease;
    background: rgb(7 31 74);
    backdrop-filter: blur(10px);
	position: sticky;
	top:0;
	z-index:999;
}

.page-id-9 .header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: transparent;
    backdrop-filter: unset;
}

.page-id-9 .header.scrolled{
    background: rgb(7 31 74 / 70%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    backdrop-filter: blur(10px);
}

.header *{
	font-family: "Inter", Sans-serif!important;
}

.header-inner {
	display: flex;
	align-items: center;
}

.logo {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-decoration: none;
}

.logo img {
    width: 100px;
}

.nav-menu {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.nav-menu ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 35px;
}

.nav-menu ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition: .3s;
}

.nav-menu ul li a:hover {
	color: #d4af37;
}

.enquire-btn {
	margin-left: 40px;
	padding: 12px 28px;
	border-radius: 50px;
	text-decoration: none;
	background: #d4af37;
	color: #222222;
	font-weight: 600;
	transition: .3s;
}

.enquire-btn:hover {
	background: #fff;
}

.menu-toggle {
	width: 45px;
	height: 45px;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	margin-left: 18px;
	z-index: 1002;
}

.menu-toggle span {
	width: 28px;
	height: 3px;
	background: #fff;
	margin: 3px 0;
	transition: .35s;
}

.menu-toggle.active span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

/* Overlay */

.overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	opacity: 0;
	visibility: hidden;
	transition: .35s;
	z-index: 998;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}

/*==========================
MOBILE
==========================*/

@media(max-width:991px) {

	.menu-toggle {
		display: flex;
	}

	.nav-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 320px;
		max-width: 100%;
		height: 100vh;
		background: #0b1f3a;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 90px 35px 40px;
		transition: .4s;
		z-index: 1001;
	}

	.nav-menu.active {
		right: 0;
	}

	.nav-menu ul {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		gap: 25px;

	}

	.nav-menu ul li {
		width: 100%;
	}

	.nav-menu ul li a {
		font-size: 20px;
	}

	.nav-menu .enquire-btn {
		margin: 35px 0 0;
		width: 100%;
		text-align: center;
	}

	/* Header button visible */

	.header>.container>.header-inner>.enquire-btn {
		display: inline-flex;
		margin-left: auto;
	}

}

@media(min-width:992px) {

	.header>.container>.header-inner>.enquire-btn {
		display: none;
	}

}

@media(max-width:575px) {

	.logo {
		font-size: 26px;
	}

	.header>.container>.header-inner>.enquire-btn {
		padding: 10px 18px;
		font-size: 14px;
	}

	.nav-menu {
		width: 100%;
	}
	
	.logo img {
		width: 80px;
	}
}

.pos_abs_all_img {
    width: calc(100% - 10px);
    top: 0px !important;
    left: 10px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    height: calc(100% - 10px);
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
	cursor: pointer;
}

@media screen and (max-width:576px){
	.pos_abs_all_img {
		left: 0px !important;
	}
}


/* contact us */

.contact-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.contact-form-wrapper > div {
    width: 100%;
}

.contact-form-wrapper > div:last-child,
.contact-form-wrapper > div:has(textarea),
.contact-form-wrapper > div:nth-last-child(2) {
    grid-column: 1 / -1;
}

.contact-form-wrapper p {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.contact-form-wrapper input,
.contact-form-wrapper select,
.contact-form-wrapper textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5;
    background: #fff;
    transition: border-color .3s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper select:focus,
.contact-form-wrapper textarea:focus {
    outline: none;
    border-color: #000;
}

.contact-form-wrapper textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form-wrapper input[type="submit"] {
    width: 100%;
    min-width: 180px;
    padding: 14px 30px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: opacity .3s ease;
    background: #d4af37;
}

.contact-form-wrapper input[type="submit"]:hover {
    opacity: .85;
}

.contact-form-wrapper .wpcf7-spinner {
    display: block;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .contact-form-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact-form-wrapper > div {
        grid-column: auto !important;
    }

    .contact-form-wrapper input[type="submit"] {
        width: 100%;
    }
}




div#popup_show_box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
	transition:0.5s ease;
	visibility: visible!important;
	pointer-events: unset!important;
	opacity: 1!important;
}
div#popup_show_box.hidePopup{
	visibility: hidden!important;
	pointer-events: none!important;
	opacity: 0!important;
}

div#popup_show_box .swiper figure img.swiper-slide-image {
    height: 700px;
    object-fit: contain;
}

div#popup_show_box > div>div {
    margin: auto auto;
}

.elementor-element ul li {
    list-style: disc;
}

.elementor-element ul {
    margin-left: 35px;
}


/* features */



.property-features{
    max-width:1200px;
    font-family:'Inter',sans-serif;
}

.features-preview,
.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px 60px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.feature-item img{
    width:22px;
    height:22px;
    object-fit:contain;
}

.feature-item span{
    font-size:16px;
    color:#16223c;
}

.view-all-btn{
    margin-top:25px;
    border:none;
    background:none;
    padding:0;
    font-size:18px;
    text-decoration:underline;
    cursor:pointer;
    font-family:'Inter',sans-serif;
}

/* Modal */

.features-modal > div{
	padding: 15px 25px;
}

.features-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    display:none;
    justify-content:center;
    align-items:flex-start;
    z-index:9999;
    padding:30px;
}

.features-modal.active{
    display:flex;
	align-items: center;
}

.features-modal-content{
    background:#fff;
    width:100%;
    max-width:1200px;
    max-height:90vh;
    overflow-y:auto;
}

.modal-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px 40px;
    border-bottom:1px solid #ddd;
}

.modal-header h2{
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    font-weight:500;
    margin:0;
	margin-bottom: 20px;
}

.close-modal{
    border:none;
    background:none;
    font-size:40px;
    cursor:pointer;
}

.modal-body{
    padding:20px 40px 40px;
}

.feature-section{
    margin-bottom:40px;
}

.feature-section h3{
    font-size: 18px;
    font-weight:600;
    margin-bottom:25px;
}

.modal-body .row > div > div {
    font-size: 14px;
}

@media(max-width:991px){

    .features-preview,
    .feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:600px){

    .features-preview,
    .feature-grid{
        grid-template-columns:1fr;
    }

    .modal-header{
        padding:20px;
    }

    .modal-body{
        padding:20px;
    }

    .modal-header h2{
        font-size:34px;
    }

}

.position_sticky {
    position: sticky!important;
    top: 150px;
}

.e-n-accordion-item-title {
    justify-content: space-between !important;
}