/*
Theme Name:  New Chandigarh Omaxe Realty
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#005FA3;
--tertiarycolor:#ED363B;
  /* Font Variables: */
--primaryfont:"Ubuntu", sans-serif;
--secondaryfont:"Inter", sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;border-bottom: 1px solid rgba(255,255,255,0.2);padding:1.5rem 0;}
.header_area .row{align-items:center}


#top-bar{background:var(--secondarycolor);width:100%;padding:0.5rem 0; position:relative; z-index:1;font-size: 17px;}
#top-bar p{color: #fff;  font-weight: 500}
#top-bar .row{align-items: center}
#top-bar .pull-right .hlist{display: flex; align-items: center; justify-content: end; list-style: none; gap: 1.3rem; margin-bottom: 0}

.hlist li a{color: #fff}
.hlist li a i{margin-right:5px;color: #fff;}

.fa-chevron-left::before {content: "\f053";}
.fa-chevron-right::before {  content: "\f054";}

.topbtn{margin-right:0 !important}
.topbtn a:after{display:none !important}
.topbtn a{border:0;background:var(--tertiarycolor);padding:6px 25px;border-radius:8px;color:#fff !important;;font-size:1rem !important;font-weight:600 !important; }
.topbtn i{margin-right: 2px; transform: rotate(100deg);font-size: 16px;}


#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:235px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}
h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 42px;}
h3 {font-size: 21px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:var(--tertiarycolor);padding: 0.3rem 2rem;display: table;color:#fff;transition: .6s ease-in-out;text-transform: uppercase;border-radius: 35px;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{padding: 9px 30px;margin:2rem 0 0;display:flex;background: var(--tertiarycolor);color: #fff;text-transform: uppercase;font-weight: 600;border-radius: 10px;width: fit-content;justify-content: center;align-items: center;}
.more-btn:hover{background:#000;color:#fff !important; }

#slider{position: relative; z-index: 1;}
#slider .bg-image img{width: 100%;object-fit: cover;}

.sliderWrap{position:relative;}
.sliderWrap .navigation .navBtn{position: absolute; top: 50%; transform: translateY(-50%); font-size: 20px; color:#fff; cursor:pointer; transition: 0.5s ease; opacity: 0;width: 40px;height: 40px;background: var(--secondarycolor);border-radius: 50%;display: flex;align-items: center;justify-content: center;backdrop-filter: blur(5px) brightness(0.5);box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;}
.sliderWrap:hover  .navigation .navBtn{opacity: 1;}
.sliderWrap .navigation .navBtn:hover{color: var(--tertiarycolor)}
.sliderWrap .navigation .navBtn:nth-child(1){left: 3%;}
.sliderWrap .navigation .navBtn:nth-child(2){right: 3%;}

.sub-heading{font-size:18px !important; text-transform: uppercase; color: var(--tertiarycolor) !important; letter-spacing: 1px;display: flex; align-items: center; gap: 0.5rem}
.sub-heading:before{content: ""; width: 25px; height: 2px; background: var(--tertiarycolor)}

.carousel-caption{position: absolute; top: 0; left: 0; right:0; bottom: 0; }
.carousel-caption .container{height: 100%;}
.carousel-caption .row{align-items: center; height: 100%;}
.carousel-caption .text-box{width: 42rem;max-width:100%;margin-bottom: 4rem;}
.carousel-caption  h1{color: #fff; font-size: 42px; margin-bottom: 1.4rem;line-height: 1.3;font-weight: 800;}
.carousel-caption  .dis{color: #f1f1f1;margin-bottom: 2.2rem; width:35rem; max-width:100%;line-height: 1.7;}

#features {margin-bottom: 4.5rem;margin-top: -5rem;}
#features .row{gap:2rem 1.3rem;}
#features .feature-box{border: 2px solid #CCCCCC; flex:1 0 220px;height:auto; padding: 1.5rem 15px; background:#f5f5f5;z-index: 999;text-align: center;}
#features .feature-box img{width:95px; margin: 0 auto 15px}
#features .feature-box h3{font-weight: 500}

#about-us{margin-bottom:4rem}
#about-us .row{align-items: center}
#about-us h2{margin-bottom: 1.6rem;}

.line{width:120px; height:5px; background: var(--secondarycolor); margin: 0 auto 1.6rem;}

#posts-section{background: #f1f1f1; padding: 3.5rem 0}
#posts-section .dis{ text-align: center; width:65em; margin: 0 auto 2.5rem; max-width:100%;}
#posts-section .dis, #posts-section h2{text-align: center}
#posts-section .keen-slider__slide{display: flex}

.fa-building::before { content: "\f1ad"; font-weight: 600;}
.fa-registered::before {  content: "\f25d";}
.fa-rupee-sign::before { content: "\f156";}

.project-item{background: #fff; border: 1px solid #e5e5e5; overflow: hidden; border-radius: 20px; font-size: 15px; }
.archive .project-item{flex: 1 0 300px; max-width: 375px;background: #f1f1f1;}
.archive .project-item .post-info{background: #fff;border: 1px solid #e5e5e5 }
.project-item .image img{border-radius: 20px;aspect-ratio: 6/5;object-fit: cover;filter: saturate(1.1) contrast(1.1);}
.project-item .content{padding: 20px;   }
.project-item .view-more-section{display: flex; justify-content: space-between; align-items: center;margin-top: 15px;border-top: 1px solid #e5e5e5;padding-top: 1rem;}
.project-item .address{margin-bottom: 16px}
.project-item .post-info{list-style: none; background: #f1f1f1; padding:5px 15px; border-radius: 15px}
.project-item .post-info li{border-bottom: 1px solid #ccc; padding: 9px 0;display: flex;align-items: start;gap: 0.7rem;}
.project-item .post-info li:last-child{border-bottom: 0;}
.project-item .post-info li i{margin-top: 6px; font-size: 16px}
.project-item h3{margin-bottom: 5px; font-size:24px}
.project-item a{color: #606060}
.project-item .price{font-weight: 600; color: #000; font-size: 16px}

#posts-section2{background: #000; padding: 4rem 0 4.5rem; margin-bottom:6rem}
#posts-section2 h2{text-align: center; color: #fff}
#posts-section2 .dis{ text-align: center; width:65em; margin: 0 auto 2.5rem; max-width:100%; color:#f1f1f1}

.project-item2{font-size: 16px; }
.project-item2 .image img{border-radius: 20px;aspect-ratio: 6/4.2;object-fit: cover;filter: saturate(1.1) contrast(1.1);}
.project-item2 .content{padding: 25px 30px 20px; background: #fff; width:90%; margin:-6rem auto 0; position: relative; border-radius:25px  }
.project-item2 .view-more-section{display: flex; justify-content: space-between; align-items: center;margin-top: 15px;border-top: 1px solid #e5e5e5;padding-top: 1rem;}
.project-item2 .address{margin-bottom: 16px}
.project-item2 .post-info{list-style: none; background: #f1f1f1; padding:5px 15px; border-radius: 15px}
.project-item2 .post-info li{border-bottom: 1px solid #ccc; padding: 9px 0;display: flex;align-items: start;gap: 0.7rem;}
.project-item2 .post-info li:last-child{border-bottom: 0;}
.project-item2 .post-info li i{margin-top: 6px; font-size: 16px}
.project-item2 h3{margin-bottom: 5px; font-size:24px}
.project-item2 a{color: #606060}
.project-item2 .price{font-weight: 600; color: #000; font-size: 16px}

#why-us{margin-bottom: 5rem}
#why-us .list{margin-top: 1.5rem;margin-bottom: 0 !important;}
#why-us .more-btn{margin-top: 1.2rem}

.list {list-style :none;margin-bottom: 1.5rem;} 
.list li {list-style :none;padding: 0 0px 15px 2.4rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:var(--secondarycolor);content:"\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem; width: 25px; height: 25px; position:absolute;left:0rem;top:2px; font-size:12px;background: #fff;border: 1px solid #ccc;}


.sub-title{color: var(--tertiarycolor); font-size: 19px; font-weight: 500; text-transform:uppercase; margin-bottom:5px !important; gap:1.2rem; display:flex; width:fit-content; justify-content:center; align-items:center; }
.sub-title.center{margin: 0 auto 8px;}
.sub-title:before{content:""; display: table; width:  60px; border-bottom: 3px solid var(--tertiarycolor)}
.sub-title.center:after{content:""; display: table; width:  60px; border-bottom: 3px solid var(--tertiarycolor)}


#testimonials{padding: 4rem 0px;width: 100%;float: left;text-align: center}
#testimonials .container{position:relative;}
#testimonials{padding: 4rem 15px 5rem;width: 100%; background:#000 no-repeat center; background-size:cover;}
#testimonials h2{color: #fff; text-align: center; margin-bottom: 3rem;}

.testimonial-item{background: #fff; padding:2.2rem 2.2rem 1.7rem; border-radius: 50px 0; overflow: hidden; position: relative;text-align: left;}
.testimonial-item:before{content:""; position:absolute; top:0; left:0; width:180px; height: 180px;  transform:translate(-40%, -40%); background:var(--tertiarycolor); border-radius:50%;  }
.testimonial-item .header-testimonial{display: flex ; z-index: 1;align-items: center; gap:1.4rem; -webkit-gap:1.4rem; margin-bottom:1rem; position: relative;}
.testimonial-item .header-testimonial:after{content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);  width: 65px; height: 65px; opacity:0.3; background: url(https://www.newchandigarhomaxerealty.com/wp-content/uploads/2026/05/quote-icon-new.png) no-repeat center; background-size: cover;}
.testimonial-item .stars {width: 115px ; margin-bottom:0.8rem}
.testimonial-item  .adv-h3{text-transform: capitalize; font-size: 18px;}
.testimonial-item .header-testimonial .icon{width: 85px; outline: 5px solid #fff; background: #fff; height: 85px; display: flex; align-items: center; justify-content: center; border:1px solid var(--tertiarycolor); border-radius: 50%;}
.testimonial-item .header-testimonial .icon img{width: 40px}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}

.post-section2{background: #f2f2f2; width: 100%; border-radius: 25px; padding: 1rem 1.4rem;margin-bottom: 2.5rem;}
.post-section2 .row{gap: 0.1rem 0.1rem;background: #e5e5e5;}

.info-box{flex: 1 0 40%; display:flex;  align-items:start;  gap:1rem;background: #f1f1f1;padding: 18px 18px;}
.info-box .icon{width: 55px; background: #fff; border-radius: 10px; padding: 0.6rem; min-width: 55px;}
.info-box p{font-size: 16px; line-height: 1.7;}
.info-box .info-value{font-weight: 600;margin-bottom: 0 !important;}
.info-box .info-title{font-size: 15px;margin-bottom: 0 !important;}

.paginate{text-align: center;margin:0 auto;}
.wp-pagenavi {clear: both;padding: 3.3rem 0 0;}
.wp-pagenavi a {display:inline-block;padding: 0.1rem 1.2rem !important;margin: 2px;border: 1px solid #ccc;color: var(--primarycolor);background: #fff;border-radius: 3px;}
.wp-pagenavi a:hover {color: #fff !important;background: var(--secondarycolor);}
.wp-pagenavi span.pages {padding: 0.5rem 1.2rem !important;margin: 3px;border-radius: 3px;border: 1px solid #ccc;}
.wp-pagenavi span.current {padding: 0.7rem 1rem;margin: 3px;font-weight: 700;border: 1px solid #ccc;background: var(--secondarycolor);border-radius: 3px;color: #fff;}
.wp-pagenavi span.extend {padding: 9px;margin: 3px;border: 1px solid #000;color: #fff;background: var(--secondarycolor);box-shadow: 0px 0px 3px 4px #fff inset;border: none;}
.wp-pagenavi .next-comment-page,.wp-pagenavi .previous-comment-page {padding: 12px 14px;border: 1px solid #aaa;}
.wp-pagenavi a.nextpostslink {font-weight: 500;padding: 0.2rem 1rem !important;color: var(--secondarycolor);}
.wp-pagenavi .pages:before{color: var(--secondarycolor);content: "\f15c";margin-right: 8px;font-family: 'Font Awesome 5 Free';font-weight: 900;}


#blog{padding: 3.5rem 10px 3.5rem;}
#blog .row{gap:2rem 1.5rem;justify-content: center;}

#galley-section .default-view{display: flex !important;flex-wrap: wrap;flex-direction:column; gap:0.8rem; height:36.6rem; margin-bottom: 1.5rem !important;margin-top: 1rem;}
#galley-section .ngg-gallery-thumbnail-box:nth-child(1){width:calc(100%/2 - 5px);}
#galley-section .ngg-gallery-thumbnail-box{width:calc(100%/4 - 10px) ;}
#galley-section .ngg-gallery-thumbnail-box img{border-radius: 20px;}

#single-post{padding: 2.5rem 10px 3rem;}
#single-post .grid{display: grid; grid-template-columns: 62% auto;gap: 1.9rem 3.5rem;}
#single-post .post-title{font-size: 30px;margin-bottom: 1rem; border-bottom: 0 !important; padding-bottom:0;}
#single-post .post-title:before{display: none}
#single-post .price{  color: var(--tertiarycolor);  }
#single-post .price{margin-bottom: 0 !important;}
#single-post .property-type{display: flex; align-items: center; font-size: 19px; font-weight: 600; gap: 1rem; list-style: none; line-height:1.2; margin-bottom: 1.8rem;}
#single-post .property-type li{color: var(--tertiarycolor); border-right:2px solid #ccc; padding-right:1rem}
#single-post .post-section1{margin-bottom: 1rem}
#single-post .post-content p{margin-bottom: 1.5rem}
#single-post p+ul{margin-top: -0.4rem !important;}
#single-post h3{border-bottom: 1px dashed #ccc; padding-bottom: 12px; margin-bottom: 20px}
#single-post .framed{background: #f1f1f1; padding: 10px}
#single-post .post-content > p img{border-radius: 25px}

#single-post h2{font-size: 30px; position: relative;padding-bottom: 0.9rem;margin-bottom: 1.5rem;font-weight: 600;}
#single-post h2:before{content: "";position: absolute; bottom: -2px; left: 0; width: 88px; height:4px; background: var(--tertiarycolor);}
#single-post .ngg-slideshow {background: #e8e8e8;margin-bottom: 0 !important;}

.inner-form{background: #f1f1f1; padding: 2rem  0.8rem; border-radius:30px;position: sticky;margin-top: 0.8rem;top: 1rem;}
.inner-form h3{text-align: center; border-bottom: 0  !important; padding-bottom: 0 !important; margin-bottom: 0.8rem !important;font-size: 27px;}
.inner-form .line{width: 80px; margin: 0 auto 1.5rem}
.inner-form #contactform .wpcf7-submit{border-radius: 50px; height:42px; font-size:14px; background: var(--tertiarycolor); color: #fff; margin-top:1rem }
.inner-form #contactform input, .inner-form #contactform select, .inner-form #contactform textarea{background: #fff}

#contactform{/*! margin: 0 0 0px 0; */line-height: 20px;}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform p{margin: 0;line-height: 20px;}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}
#contactform input{width: 100%;background: #f1f1f1;border: 1px solid #ccc;height:50px;padding: 10px 20px;margin: 10px 0;border-radius: 8px;}
#contactform select{width: 100%;background: #f1f1f1;border: 1px solid #ccc;height:50px;padding: 10px 20px;
	margin: 10px 0;color:#595966;-webkit-border-radius:10px;}
#contactform textarea{width: 100%;height: 50px;background: #f1f1f1;border: 1px solid #ccc;padding: 14px;margin: 10px 0;border-radius: 10px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	border: 1px solid #000;color:#595966}

#contactform #returnjourney p{display: flex;flex-direction: column; align-items: center;font-weight: 600;margin: 0.5rem 0;}
#contactform #returnjourney label{display: flex; gap:0.5rem;/*! font-weight:400 */align-items: center;}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--secondarycolor);color: #000;font-size: 20px;font-weight:500;text-transform: uppercase;cursor: pointer;padding: 0.8rem;border: none;display: table;width: 200px;transition: 0.6s ease-in-out;height: 50px;-webkit-border-radius: 10px;margin: 0 auto;}
#contactform input.wpcf7-submit:hover{background: var(--primarycolor);color: #fff;}

.wpa-test-msg{display: none !important;;}

#contactform .wpcf7-spinner{display: none !important;}

.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: #ffdada;color: #000;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset;height: unset;}

.post {padding: 0 10px;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}

#contactbox{background: #f1f1f1;border-radius: 25px;overflow: hidden;}
#contactbox h2{font-size:32px }
#contactbox .col-md-7{background: #f1f1f1; display: flex;flex-direction: column; align-items: center; justify-content: center; text-align: center}
#contactbox .col-md-7 h3{font-size: 22px; margin-bottom: 1.5rem; text-transform:capitalize;border-bottom: 0;padding-bottom: 0;}
#contactbox .col-md-7 textarea{height: 80px;}
#contactbox > .row > .col-md-5{background: #101010; border-radius: 25px;}
#contactbox > .row > .col-md-5 .line{margin: 0  0 1rem;background: var(--tertiarycolor);}

.contact-info li{padding: 0.8rem 0rem; border-bottom: 1px solid #404040}
.contact-info li a{display: flex; align-items: center; justify-content:start; gap:1rem; font-size: 17px;color: #fff !important;word-break: break-all;}
.contact-info li img{width: 40px; min-width: 40px;}
.contact-info li:last-child{border-bottom: 0; padding-bottom: 0}

#contactbox #contactform textarea, #contactbox #contactform input{background: #fff}
#contactbox #contactform .wpcf7-submit{background: var(--tertiarycolor); width: fit-content; margin: 1.5rem auto 0; font-size:16px; font-weight:700; height:45px; padding: 0px 35px; border-radius: 60px;color: #fff;}

.info-section {padding: 35px 40px;}
.info-section h2{color: #fff; }
#contactbox .info-section p{color: #fff}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}

#cta-section{background:  #101010;padding: 3rem 0;}
#cta-section h2{font-size: 38px; margin-bottom:0; text-transform: capitalize;line-height: 1.35;color: #fff;line-height: 1.3;}
#cta-section  .more-btn{background: var(--tertiarycolor); color: #fff !important; font-size: 18px;padding: 7px 30px 7px;font-weight: 700;}
#cta-section .call-btn{background: #fff; font-size: 22px !important ; }
#cta-section .call-btn img{width: 20px; filter: invert(1); transition:0.5s ease; margin-right: 0.4rem}
#cta-section .call-btn:hover{background:#000}
#cta-section .call-btn:hover img{filter: invert(0)}
#cta-section .row{align-items:center; }

.two-btns{display: flex; align-items:center; gap:1rem; -webkit-gap:1rem; -moz-gap:1rem; }
.two-btns a{margin-top:0 !important; height:55px;}

.call-btn{border:0;background:var(--secondarycolor);padding:3px 20px;border-radius:8px;color:#000 !important;padding: 5px 20px;font-size:1.2rem !important;font-weight:800 !important; display: flex;align-items: center;justify-content: center;}
.call-btn i{margin-right: 8px; transform: rotate(100deg)}
.call-btn:hover{background: #000; color: #fff !important;; }

.two-btn{display: flex; align-items:center;}

#pagetitle {text-align: center;background:url(https://www.newchandigarhomaxerealty.com/wp-content/uploads/2026/05/inner-page-bg.webp) no-repeat center;color:#fff;background-size:cover;position: relative;width: 100%;padding: 4.5rem 0;position: relative; z-index:1}
#pagetitle.service-banner{padding: 15.5rem 10px 7rem;}
#pagetitle:before{content:'';position:absolute;top:0; left:0; right:0; bottom:0; background:#0c0c0cd4; z-index: -1;backdrop-filter: saturate(0);}
#pagetitle h1 {color:#fff;text-align: center;text-transform: capitalize;font-weight: 700;font-family: var(--secondaryfont);margin-bottom: 1rem;font-size: 42px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: #f1f1f1;font-weight: 300;}
.breadcrumb a:hover{color:var(--secondarycolor);}
.breadcrumb a{color: #f1f1f1}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #f1f1f1;font-family:'Font Awesome 5 Free';font-weight:900}

#main{padding: 2.5rem 0 1.5rem;}
#main p{color:var(--primarycolor);}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main .subhead{color: var(--secondarycolor); text-transform: uppercase; margin-bottom: 0rem; font-weight: 500}
#main h2{font-size: 32px;   line-height: 1.4; position: relative;font-weight: 600; text-transform: capitalize;}
#main .contact-page h2{padding-bottom: 0; margin-bottom: 0.8rem}
#main .contact-page h2:before{display: none}
#main h3{border-bottom:1px dashed #ccc; padding-bottom:10px; margin-bottom: 1.2rem; font-size: 25px;text-transform: capitalize;width: 100%;font-weight: 600;}
#main p+h3{margin-top: 2.2rem;}
#main li{list-style: none}

.thank-box {text-align: center; width: 572px;margin: 0 auto; padding: 1.6rem 1rem; border-radius: 10px;border: 2px dashed #D7D7D7;max-width: 100%;}
.thank-box img{width: 100px;  background: #f8f8f8; margin: 0 auto 0.5rem; padding: 0.8rem; border-radius: 15px; filter: hue-rotate(315deg) saturate(5);}
.thank-box h2{ font-size: 28px !important; margin-bottom: 1.3rem;}
.thank-box p{text-align: center !important;}

.widget {padding: 0 1rem;}
.widget h3 {text-transform: uppercase;padding: 0 0 0.9rem 0;margin-bottom: 1.3rem;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1.2rem 0;}
.main-widget a{width: 250px; max-width: 90%;margin: 0 auto 1rem;display: table;}
.main-widget a img{width: 100%;}

#bottom {background: #f1f1f1;color:var(--primarycolor);font-size: 16px;padding: 4.2rem 0 0;background-size: cover;position: relative;z-index: 1;}
#bottom .grid{display:grid; grid-template-columns:32% auto;gap: 2.6rem 3rem; -webkit-gap: 2.6rem 3rem; -moz-gap: 2.6rem 3rem;}
#bottom a {color: var(--primarycolor);}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: #000;font-size: 24px;position: relative;}
#bottom .widget h3:before{content: ""; position: absolute;bottom:0; left:0; width:62px; height:3px; background:var(--tertiarycolor); }
#bottom .widget li {border: none;text-decoration: none;color:var(--primarycolor);list-style: none;line-height: 1.5;}
#bottom  .main-widget{clear: both;background:transparent;color: var(--primarycolor);padding:0 10px 0.5rem;text-align: center;font-size:14px;margin-top: 0rem;}
#bottom .footer-dis{margin-top: 15px; font-weight: 500}


#footer {clear: both;background:transparent;color: var(--primarycolor);padding:0 0 1.4rem;text-align: center;font-size:14px;margin-top: 3rem;z-index: 99;position: relative;}
#footer a {color: var(--primarycolor);}
#footer a:hover {color:var(--tertiarycolor);}
.fleft {float: left;}
.fright {float: right;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 999;display: flex; align-items:center; justify-content:center;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#fff;}
.phone-call img{width:24px}

.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879"; }
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1) rotate(50deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}


@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none !important;;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 200px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
	   .grid{grid-template-columns: 100% !important; }
    
  
	#galley-section .default-view{flex-direction: row; justify-content:center; gap: 10px 7px}
    #galley-section .ngg-gallery-thumbnail-box:nth-child(1){width:calc(100%/1 - 0px);}
    #galley-section .ngg-gallery-thumbnail-box{width:calc(100%/2 - 7px) ;}
    #single-post .grid{grid-template-columns: 100% !important;  }
  
      .carousel-caption .row{align-items: start}
    .carousel-caption .text-box .dis{width: 93%;margin: 0 auto 1.6rem;}
    .carousel-caption .more-btn{margin: 1rem auto 0}
  .carousel-caption .sub-heading{width: fit-content; margin: 0 auto 8px}
  .carousel-caption .sub-heading:before{display: none}
      .sliderWrap .navigation .navBtn{font-size: 18px;width: 35px;height: 35px;}
    
  #why-us .row{flex-direction: column-reverse; gap: 2rem}
      .topbtn{display: flex !important; width: fit-content; margin: 1.2rem auto 0;  justify-content: center;}
    .topbtn a{padding: 5px 25px !important;}
  
      #cta-section{text-align: center;padding: 3.5rem 00px;}
    #cta-section h2{margin-bottom: 2rem; font-size:30px}
  
  .two-btns{flex-direction: column ;}
    .two-btns  a{width: 265px;}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
.carousel-caption{background: linear-gradient(90deg, #000, #000000a6 44%, transparent 68%);}
    #about-us .col-md-6:nth-of-type(2){padding-left: 2.5rem;}
    #why-us  .col-md-6:nth-child(1){padding-right: 3.5rem}
        #cta-section .col-md-5{display: flex; justify-content: end}
  #slider .bg-image img{width: 100%;aspect-ratio: 16/8;object-fit: cover;}

.site-menu-toggle{display:none;}
}

@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
	    #single-post{padding: 2.5rem 10px 4rem}
    #single-post .post-title{font-size: 24px; line-height:  1.5}
    #single-post .property-type{font-size: 16px}
    #galley-section .default-view{margin-bottom: 1.8rem}
  
      #bottom .grid{gap: 2rem 3rem;}
    .widget{margin-bottom: 1rem}
    #footer{margin-top: 0.9rem}
    
      #testimonials{padding: 3.5rem 15px 3.8rem;}
    #testimonials h2{margin-bottom: 2.5rem}
    .testimonial-item{padding: 1.5rem 1rem}
    .testimonial-item .header-testimonial .icon{width: 75px; height: 75px}
    .testimonial-item:before{width: 130px; height: 130px}
    .testimonial-item .content img{width: 110px}
    .testimonial-item .header-testimonial:after{width: 50px; height: 50px}
      h2{font-size: 32px;}
  
      .sub-title{font-size: 16px}
  .sub-title::before, .sub-title.center::after{width: 40px}
  
  #posts-section2{margin-bottom: 4.2rem}
  #posts-section2,  #posts-section{padding: 3rem 10px 3.6rem;}
  #why-us{margin-bottom: 3.2rem}
  
  .project-item2 .content{width: 92%; margin-top: -3rem; border-radius: 15px; padding:25px 20px}
  .project-item2 .image img{border-radius: 10px}
  
  #features{width: 85%; margin-bottom: 3.5rem}
  #about-us{margin-bottom: 3.5rem}
  
      #slider{background: #010102;}
  #slider .bg-image img{padding-top:10rem; }
    .carousel-caption{text-align: center; width: 100%; margin-top: 0rem;padding: 2.9rem 10px 0;}
    .carousel-caption .text-box{text-align: center; width: 100%; margin-top: 0rem;}
    .carousel-caption h1{font-size: 29px; margin-bottom: 1rem; line-height: 1.2;text-transform: capitalize;}
    .carousel-caption .dis{margin-bottom: 1.5rem; font-size:14px;margin-bottom: 1.4rem !important;}
    .carousel-caption .sub-heading{font-size: 15px !important;margin-bottom: 0;}
  .carousel-caption .more-btn{font-size: 14px; padding: 7px 30px}
  
  #logo img{width: 180px;height: auto;}
	
	    #main h2{font-size:28px}
	    #pagetitle.single-title {padding: 3.9rem 1rem;}
  #pagetitle.single-title h1{font-size: 32px; line-height: 1.5; margin-bottom:0.8rem}
  #pagetitle.single-title .breadcrumb{font-size: 12px !important;}
  #pagetitle h1{font-size: 32px}
  #pagetitle .breadcrumb{font-size: 12px}
  
    #single-post{padding: 2.5rem 10px 4rem}
    
    #single-post .post-title{font-size: 24px; line-height:  1.5}
    #single-post .property-type{font-size: 16px}
    
    #galley-section .default-view{margin-bottom: 1.8rem}
  .post-section2{padding: 15px 15px;margin-bottom: 2rem;}
  .info-box {padding: 15px 0; flex:1 0 100%;}
  
    .info-section{padding:35px 25px 15px; margin-bottom: 2rem}
    .contact-info li img{width: 32px; min-width: 32px}
    .contact-info li a{font-size: 16px}
    
    #contactbox .col-md-7{padding: 5px 10px 40px}
    #contactbox .col-md-7 h3{margin-bottom: 1rem}
    
}



@media screen and (min-width: 600px) and (max-width: 1200px) {
    .carousel-caption .text-box{text-align: center; width: 100%; margin-top: 5rem;}
    .carousel-caption h1{font-size: 40px; margin-bottom: 1rem}
    .carousel-caption .dis{margin-bottom: 1.5rem}
          #bottom .col-md-4{width: 33%;float: left;}
}


/*============================ */
/* Hollow Accordion 06
============================== */
#faqs {
  position: relative;
  margin-bottom: 3rem;
}
#single-post #faqs{margin-bottom: 2rem}
#single-post #faqs h2{text-align: left;}
#faqs h2{text-align: center}
#faqs .line{margin-bottom: 3rem}
#faqs .flexbox {
  justify-content: space-between;
  flex-wrap: wrap;
}
#faqs .title-wrap h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 300;
  color: var(--defaultMainAccent);
}

#faqs .accordion-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#faqs .dropdown-wrap {
	margin-bottom: 15px;
	background: #f1f1f1;
	border-radius: 8px;
	width: 100%;
}
#faqs .col-md-6{display: flex; flex-direction: column}
#faqs .dropdown-title h3 {
  font-size: 16px;
  padding: 15px 1.3rem 14px !important;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  text-transform: unset;
  font-family: var(--secondarycolor);
  margin: 0;
  color: #101010;
  border-bottom: 0;
  margin-bottom: 0 !important;
}

#faqs p:empty{display: none; position: absolute;}
#faqs .dropdown-title h3 span {
  padding-right: 1rem;
}
#faqs .dropdown-title h3 i {
  font-size: 1rem;
  align-self: center;
  color: var(--secondarycolor);
  transition: all .3s ease;
}
#faqs .dropdown-title:hover h3 i {
  transform: rotate(180deg);
}
#faqs .active .dropdown-title h3 i {
  transform: rotate(405deg);
}
#faqs .dropdown-content {
  padding: 0.3rem 1.3rem 1.1rem;
  display: none;
  transition: 0.5s ease !important;
}
#faqs .active .dropdown-content{
  padding: 0.3rem 1.3rem 1.1rem;
  display: block;
  transition: 0.5s ease;
}
#faqs .dropdown-content p {
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #faqs .flex-container {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width:767px) {
  #faqs {
    padding: 0;
    margin-bottom: 2.1rem;
  }
  #faqs .accordion-wrap {
    width: 100%;
  }
	#faqs .dropdown-wrap{margin-bottom:17px;}
	
  #faqs .dropdown-title h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
  }
    #faqs .dropdown-content p{font-size: 15px}
  #faqs .dropdown-title h3 i {
    font-size: 1.2rem;
  }
  #faqs .dropdown-content {
    padding: 0.4rem 1.3rem 1.4rem;
  }
  
  #faqs .line{margin-bottom: 2.5rem; margin-top: 1rem}
}

@media (min-width: 1500px) {
    #slider .bg-image img{height:750px; object-fit: cover !important;}
}

