/*
Theme Name:  Manjit Singh theme
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:#fcb715;
--tertiarycolor:#2B2B2B;
  /* Font Variables: */
--primaryfont: "Libre Baskerville", serif;
--secondaryfont:"Manrope", 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: #000;}
#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;padding: 0.8rem 0;}
.header_area .row{align-items:center}

.header-btn{background: var(--tertiarycolor); display:flex !important; font-size: 21px !important;font-weight:600; width:max-content;  font-family: var(--primaryfont); align-items:center; justify-content:center;border-radius:10px;   gap:10px; padding:8px 18px 6px; color: #fff !important;}
.header-btn i{color: var(--secondarycolor); font-size: 22px; transition:0.5s ease}
.header-btn:hover{background: var(--secondarycolor); color: #000 !important;}
.header-btn:hover i{color: #000}

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

h1,h2,h3,h4,h5,h6,  .adv-h3 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}
h1 {font-size: 36px;}
h2 {font-size: 42px;}
h3, .adv-h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h2 span{font-size: 27px; color:var(--secondarycolor)}
.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}

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

.btn-primary{margin: 2rem 0 0;display: flex;color:#000;transition: .6s ease-in-out;align-items: center;justify-content: center;width: fit-content;font-weight: 700;font-size: 19px;gap: 0.6rem;}
.btn-primary:after{content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900; font-size: 20px;transform: rotate(-50deg);color: var(--secondarycolor);}
.btn-primary:hover{color:var(--secondarycolor)}

.more-btn{padding: 10px 25px;margin:2rem 0 0;display:flex;background: var(--secondarycolor);font-family: var(--primaryfont);color: #000;font-weight: 800;text-transform: uppercase;justify-content: center;width: fit-content;align-items: center;gap: 0.8rem;border-radius: 5px;font-size: 15px;}
.more-btn i{font-size: 19px; transform: rotate(-50deg);}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }

.more-btn:after{content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900; font-size: 20px;transform: rotate(-50deg);}
.more-btn:hover{background-color:#151515; color:#fff;}


#slider{position: relative; margin-bottom: 6rem;}
#slider .bg-image img{width: 100%;}
#slider .text-box{margin-bottom: 3.5rem;}
#slider .row{align-items: center}
.carousel-caption{position: absolute; top: 0; left:  0; bottom: 0; right: 0; display: flex; align-items: center; }
.carousel-caption h1{color:#fff;font-size: 44px;font-weight: 500; margin-bottom:1.2rem}
.carousel-caption p{color: #fff}
.carousel-caption .facts-box{display: flex ; gap: 1.2rem;align-items: center;}
.carousel-caption .facts-box img{width: calc(100%/4 - 30px);flex: 1 0 40px;}

.round-image{border-radius: 25px}

#about{margin-bottom:6rem}
#about img{width: 100%}
#about .row{align-items: center; }
#about h2{margin-bottom: 1.3rem;}
#about .btn-primary{margin-left: auto}

#process-section{margin-bottom: 1rem;}
#process-section .row{justify-content: center; gap:2.5rem 2.3rem; -webkit-gap:2.5rem 2.3rem; -moz-gap:2.5rem 2.3rem; }
#process-section h2{text-align: center}
#process-section .line{margin: 1rem auto 2.4rem;}

.p-box{flex: 1 0 280px; background: #f1f1f1; padding:2rem 1.1rem 1.1rem;border-radius: 10px;border: 1px solid #e8e8e8;max-width: 360px;}
.p-box .htitle{display: flex; align-items: center; gap:0.8rem; -webkit-gap:0.8rem; -moz-gap:0.8rem; margin-bottom: 1rem;}
.p-box .num{display: table; font-size: 46px; font-weight:800; color: var(--secondarycolor); line-height: 0.8;}
.p-box .adv-h3{margin-bottom: 0; font-weight: 700;color: #000 !important;font-size: 21px;}


#counter{margin-top: 2.6rem; border: 2px solid #A7A7A7; padding: 20px 10px 18px; border-radius:20px;}
#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0.1em auto; width: 100%;  height: 41px;position: relative;}

#counter .progressbar-text{font-size: 34px; color: var(--secondarycolor) !important;font-weight:800 }
#counter p{margin-bottom: 0 !important;}
#counter .row{gap: 1rem; }
.cbox{flex: 1 0 150px; text-align: center}

.heading{display:grid;grid-template-columns: 43% auto; align-items: center; margin-bottom: 2.4rem;}
.heading h2{margin-bottom: 0}
.heading .content{border-left: 3px solid #A4A4A4; padding-left:3rem; }

p:empty{display: none;}
#service-section{background: #f1f1f1; padding: 4.4rem 10px;}
#service-section .row{gap: 1.8rem 1.2rem;justify-content: center;}
.sbox{flex: 1 0 200px; border: 2px solid #444444; padding: 25px; border-radius: 10px;max-width: 377px;}
.sbox .header-info{display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem}
.sbox .header-info h3{margin-bottom: 0}
.sbox .icon{width: 10px; min-width: 60px;}
.sbox .btn-primary{margin-top: 1rem}
.sbox p{color: var(--primarycolor)}

#property-box{margin:5rem 0;padding: 0 10px;}
#property-box .dis{margin-bottom: 2.5rem; width:48rem;max-width: 100%;}
#property-box .row{gap: 2.5rem 2.5rem;}
#property-box .feature-property{position:relative}
#property-box .more-btn{position: absolute; top:0; right:0;}

.product-item *{transition: 0.5s ease }
.product-item{flex:1 0 300px;max-width: 363px;}
.product-item .image{position: relative; margin-bottom:2rem; overflow:hidden;}
.product-item:hover .image img{transform: scale(1.08)}
.product-item .floating-badge{position:absolute; top: 2rem  ; left:-4rem;  text-transform:uppercase; font-weight: 700; font-size: 18px; color: #000; background: var(--secondarycolor); padding: 4px 80px; transform:rotate(-45deg)}
.product-item .price{margin: 1.2rem 0 0.7rem; color:var(--secondarycolor); font-weight:700; font-size:21px; }
.product-item .info-boxs{display: flex; list-style: none; gap:1.5rem; }
.product-item .info-boxs li{display: flex ; align-items: center; gap: 0.6rem; font-weight:700; color: #606060}
.product-item .info-boxs li img{width: 28px}

#why-section{background:#f1f1f1; padding: 5rem 0;margin-bottom: 6rem;}
#why-section .row{align-items: center; }
#why-section .row .row{gap: 3rem 2.2rem}

.fact-box{flex: 1 0 300px; padding-bottom:24px; border-bottom:2px solid #C8C8C8;}
.fact-box .adv-h3{color: var(--secondarycolor); font-size:40px; margin-bottom: 0.4rem}
.fact-box .title{font-weight: 700; color:#000; font-size: 20px; margin-bottom: 10px}

#testimonials .container{position: relative;}
#testimonials{width: 100%;text-align: center; margin-bottom: 6rem;padding: 0 10px;}
#testimonials h2{margin-bottom: 1rem}
.testimonial .testimonial-item {padding:28px 22px; border: 2px solid #505050;margin-top:5rem;overflow: visible !important;border-radius: 25px;margin-bottom: 0.1rem;background: #fff;}
.quote{width:139px !important;margin:-6rem auto 1rem;}
.rating{width:130px !important;margin:1.5rem auto 0.8rem;}
#testimonials .testimonial h4{margin: 10px 0;color:var(--secondarycolor);font-size:24px}
#testimonials .slider-nav{position: absolute; top: 0 ; left: 0 ;right: 0; bottom: 0; display: flex; align-items: center ; justify-content: space-between; padding-top: 7rem; }
#testimonials .slider-nav .arrow{width: 38px; transition:0.5s ease; height: 38px;font-size: 20px; border-radius: 50%; background: #fff;  border: 1px solid #e5e5e5; cursor: pointer;}
#testimonials .slider-nav .arrow:hover{border-color: #000}

#cta-section{background: var(--tertiarycolor); padding: 6rem 0; text-align:center;}
#cta-section h2{color: #fff; margin-bottom: 1.5rem;font-size: 29px;}
#cta-section p {color: #f1f1f1}
#cta-section .more-btn{margin: 2.6rem auto 0; border:1px solid transparent}
#cta-section .cta-box{width: 60rem; margin: 0 auto;max-width: 100%;}
#cta-section .more-btn:hover{color:var(--secondarycolor) !important; border:1px solid var(--secondarycolor) !important; background: transparent}

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

#booking-form{text-align: center; background: #fff9; padding: 30px 15px; border-radius: 15px}
#booking-form h2{font-size: 26px; margin-bottom: 1rem}

.formWrap{background: #f1f1f1; padding:2rem 1rem; border-radius: 25px;position: sticky;top: 5vh;}
.formWrap h3{border-bottom: 0 !important; padding-bottom: 0 !important; font-size:20px !important; text-align:center; }
.formWrap .line{margin: 0 auto 1.6rem}

.social{margin-top:1rem}
.social li{display:inline-flex !important;margin:10px 3px !important;}
.social li img{width:36px;transition:0.6s ease-in-out}
.social li:before{display:none}
.social li a:hover{opacity:0.7}

#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom: 5px }
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input , #contactform select , #contactform textarea{width: 100%;padding: 10px 20px;background: #fff;border: 1px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 15px;border-radius: 7px;height: 50px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 120px !important;padding: 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}

::-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;text-transform: uppercase;cursor: pointer;margin: 20px auto 0;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 5px;border: none;align-items: center;padding: 0 35px;font-size: 14px;font-weight: 600;width: fit-content;font-family: var(--primaryfont);height: 48px;}
#contactform input.wpcf7-submit:hover{background: var(--tertiarycolor);color: #fff ;}
#contactform .wpcf7-spinner{display: none}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#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}


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

#floatbtn{position: fixed;right: 0;top: 40%;z-index:999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;color:#fff;margin:table;float: right;color:#fff;font-family: var(--secondaryfont);font-weight:400}
#floatbtn .more-btn:after{display:none}
#floatbtn .more-btn:hover{background:var(--tertiarycolor);}

#pagetitle {padding: 6.5rem 0 7rem;position: relative;width: 100%;text-align: center;background:url(https://www.manjitsellshomes.com.au/wp-content/uploads/2025/04/Inner-page-banner.jpg) no-repeat center;z-index: 1;background-size: cover;}
#pagetitle.single-title h1{font-size: 32px}
#pagetitle:before{content: ""; position: absolute; top: 0 ; bottom: 0; left: 0; right: 0;  z-index: -1;background: #000000b8;backdrop-filter: saturate(0.5);}
#pagetitle h1 {color:#fff;text-align: center; margin-bottom: 0;font-size:41px;}
#pagetitle p {color:#f1f1f1;text-align: center;font-size: 15px; margin: 0 auto;}
.breadcrumb {list-style: none;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: #000;font-weight: 400;width: fit-content;background: #fff;padding: 16px 39px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;position: absolute;bottom: -28px;left: 0;right: 0;margin: 0 auto;border-radius: 53px;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
.breadcrumb a{color: #000;}

#blog{padding: 5rem 10px 4rem;}
#blog .row{gap:2rem 2.5rem;}

#galley-section .default-view{display: flex !important;flex-wrap: wrap;flex-direction:column; gap:0.8rem; height:36.6rem; }
#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: 26px;margin-bottom: 1rem;}
#single-post .price{  color: var(--secondarycolor);  }
#single-post .price{margin-bottom: 0 !important;}
#single-post .property-type{display: flex; align-items: center; font-size: 19px; font-weight: 700; gap: 1rem; list-style: none; line-height:1.2; margin-bottom: 1.8rem;}
#single-post .property-type li{color: var(--secondarycolor); 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 #e5e5e5; padding-bottom: 12px; margin-bottom: 20px}
#single-post .framed{background: #f1f1f1; padding: 10px}

.seller-box{display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem;}
.seller-box .image{width: 10px; min-width: 114px; border-radius: 50%; overflow: hidden}
.seller-box .sellerName{font-weight: 700; color: #000;font-size: 18px;}
.seller-box .sellerType{font-size: 16px; margin-bottom: 0.6rem;}
.seller-box a{color: var(--secondarycolor); border: 1px solid var(--secondarycolor);  border-radius: 25px; font-size: 15px; font-weight: 600; display:flex; width:fit-content; justify-content:center; align-items:center;  padding: 2px 12px; gap: 0.4rem; margin-bottom: 6px;}
.seller-box a:before{content: "\f879";font-family:'Font Awesome 5 Free';font-weight:600 ; transform:rotate(90deg); font-size:14px;}
.seller-box a:hover{background: var(--secondarycolor); color: #000}

.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; }
.inner-form .line{width: 80px; margin: 0 auto 1.5rem}
.inner-form #contactform .wpcf7-submit{border-radius: 50px; height:42px; font-size:14px}

.list {margin:0px 0 20px 0px !important;;}
.list li {list-style :none;padding: 0 0px 16px 2.6rem;/*! 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: 26px; height: 26px; position:absolute;left:0rem;top:2px; font-size:13px; border: 1px solid #e4e4e4;background: #fff;}


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

.info-box{flex: 1 0 200px; display:flex;  align-items:center;  gap:1rem;}
.info-box .icon{width: 55px; background: #fff; border-radius: 10px; padding: 0.8rem; }
.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;}

#main{padding: 4.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}

.sub-heading{color: var(--secondarycolor) !important; font-size:18px !important; margin-bottom:0.4rem !important;letter-spacing: 1px;}

.row-full	{width: 99.335vw;position: relative;margin-left: -49.99vw;left: 50%;}
#full-section{background:#f1f1f1; font-size: 16px; margin: 0 0 5rem;}
#full-section img{filter: contrast(1.2) brightness(1.2)}
#full-section .col-md-6:nth-child(1){padding: 3rem 2.5rem; position:relative;}
#full-section .col-md-6:nth-child(2){padding: 0}
#full-section  h2{margin-bottom: 1.2rem;}
#full-section .line{margin-bottom: 1.5rem}
#full-section p:last-child{margin-bottom: 0}

#center-section .row{align-items: center}
#center-section img{border-radius: 35px}

.line{display: table;width: 120px; height: 4px; background: var(--secondarycolor) ;margin: 0.7rem 0 1.5rem;}
.fa-map-marker-alt::before {content: "\f3c5";}
.fa-envelope::before {content: "\f0e0";}

.contact-info {margin-top: 2rem; margin-bottom:3rem}
.contact-info li{margin-bottom:1.4rem; border-bottom:1px dashed #ccc}
.contact-info li a{display:flex; align-items:center; gap:1rem; color: #606060 !important}
.contact-info li img{width: 50px; height: 50px; background:var(--secondarycolor); padding: 0.8rem; border-radius: 12px 12px 0 0 }

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);padding: 0 0 1.1rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}
.main-widget img{width: 450px; max-width: 100%;}

#bottom {background: #fff;color:#404040;font-size: 15px;padding: 5rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:42% auto;gap: 2rem 0rem;}
#bottom a {color: #000;}
#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: 23px;text-transform: capitalize;}
#bottom .widget li {border: none;text-decoration: none;color:#000;list-style: none;}

#footer {clear: both;background:transparent;color: #000;padding:0 0 0.5rem;text-align: center;font-size:14px;margin-top: 2.5rem;}
#footer a {color: #000;}
#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: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#000;}
.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(90deg)}
}

@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: 260px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    
    .header_area{padding: 0.5rem 0}
    #about .row{gap: 2rem}
    
    #bottom {padding-top:3rem; }
    #bottom .grid{grid-template-columns:100%; gap: 1.4rem;}
    .main-widget{display: flex; justify-content: center; margin-bottom: 0.8rem;padding: 0 6px;}
    .heading{grid-template-columns:100%; gap: 1rem; text-align: center}
    .heading .content{border-left: 0; padding:0;}
    #property-box h2, #property-box .dis{text-align: center}
    
    #why-section h2{text-align: center; margin-bottom:1.7rem;}
    #why-section h2 br{position: absolute;}
    #footer{margin-top: 1.5rem}
    
    .quote{width:110px !important;margin:-5rem auto 1rem;}
    .rating{width:110px !important;margin:1.4rem auto 0.6rem;}
    
    #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;  }
    #full-section .row{flex-direction: column-reverse}
    
    #center-section .row{gap: 1.5rem}
    
    #property-box .more-btn{position: relative; margin:0 auto}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
    #booking-form{width: 26rem; margin-left: auto;}
    #slider .container > .row .col-md-7{padding-right: 2.4rem;}
    .carousel-caption  .text-box{width: 29rem;}
    .carousel-caption p{font-weight:600}
    .heading .content{padding-top: 1rem ; padding-bottom: 1rem}
    #about .col-md-6:nth-child(2){padding-left: 1.5rem;}
.site-menu-toggle{display:none;}
    #testimonials .slider-nav{left: -60px; right: -60px;}
    .widget:nth-child(2){padding-left: 0}
    
    #contact-page >.row > .col-md-5{padding-right: 2.5rem}
    #full-section.sticky .row{align-items: stretch }
    #full-section.sticky .col-md-6:nth-child(2) img{height: 100vh; position: sticky; object-fit: cover; top:0;}
    
    #center-section .col-md-6:nth-child(2){padding-left: 2rem}
    .page-id-251 #about{margin-bottom: 4rem}
}


@media screen and (max-width: 800px) {
	#slider #deskslider{display:none}
	#slider #mobslider{display:block}
}
@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}
    
    #slider .bg-image img{height: 950px}
    #slider .text-box{margin: 0 auto 2rem; text-align: center}
    .carousel-caption .more-btn{margin: 1.5rem auto 0;padding: 6px 25px;font-size: 14px;}
    .carousel-caption .more-btn::after{font-size: 17px}
    .carousel-caption h1{font-size: 32px }
    h2{font-size: 30px; line-height: 1.3;}
    h2 span{font-size: 18px}
    h3, .adv-h3{font-size: 20px; line-height: 1.5}
    
    .carousel-caption .facts-box{margin-bottom: 2.2rem; gap: 0.9rem}
    
    #booking-form{padding:2rem 0.4rem}
    #booking-form h2{font-size: 22px}
    
    #about .btn-primary{margin: 1rem 0 0}
    #service-section{background: #f1f1f1; padding: 3rem 10px;}
    .heading, #property-box .dis{margin-bottom: 2rem}
    
    .sbox{padding: 25px 15px}
    .product-item .price{font-size: 20px; margin-top:1rem}
    .product-item{max-width: 100%}
    
    .product-item .image{margin-bottom: 1.5rem}
    #testimonials .testimonial-item{margin-top: 4rem; }
    #testimonials .slider-nav{position: relative; justify-content:center;gap:0.5rem;padding-top: 19px;}
    #cta-section{padding: 4.5rem 10px}
    
    .more-btn{padding:6px 25px 5px;  align-items:center; }
    #cta-section .more-btn{margin-top:2rem}
    .more-btn:after{font-size: 18px}
    
    .widget{margin-bottom: 1.2rem}
    #bottom .widget h3{margin-bottom: 0}
    .widget:last-child{margin-bottom: 0 !important;}
    
    #why-section .row .row{gap: 2rem 2.2rem}
    #why-section{padding: 3rem 0px}
    
    #about, #property-box, #why-section, #testimonials{margin-bottom: 3.5rem}
    
    #property-box{margin-top: 3.5rem}
    
    #pagetitle.single-title {padding: 3.5rem 1rem 5rem}
    #pagetitle.single-title h1{font-size: 24px; line-height: 1.5}
    
    #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: 1.8rem 15px}
    
    .post-section2 {margin-bottom:2rem}
    .info-box{flex: 1 0 100px;}
    .info-box .icon{width: 45px; padding: 0.6rem}
    .info-box .info-title{font-size: 13px}
    .info-box .info-value{font-size: 14px}
    .post-section2 .row{gap: 1.5rem 1rem;}
    
     #full-section .col-md-6:nth-child(1){padding: 2rem 1rem}
    
    #full-section{margin-bottom: 4rem}
    #center-section h2{font-size: 25px}
   .page-id-48 #about .col-md-6 , .page-id-251 #about .col-md-6{padding: 0} 
    #center-section .col-md-6, #process-section .col-md-6{padding:0 }
    
    #pagetitle {padding: 4.5rem 0 5rem;}
    #pagetitle h1{font-size: 38px}
    
    .formWrap{padding: 2rem 0.5rem; margin-top: 1.5rem}
    .formWrap .line{width: 100px;}
    
    .header-btn{margin: 1rem auto 0;padding: 7px 22px !important;}
    
    #main h2{font-size:28px}
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
#bottom .col-md-4{width: 33%;float: left;}
    #slider .text-box{text-align:center;width: 37rem;margin: 0 auto 2.5rem;}
    .carousel-caption .more-btn{margin: 1.5rem auto 0;padding: 6px 25px;font-size: 14px;}
    .carousel-caption .more-btn::after{font-size: 17px}
    .carousel-caption h1{font-size: 40px }
    h2{font-size: 35px;}
    h3, .adv-h3{font-size: 20px; line-height: 1.5}
    .carousel-caption .facts-box{width: 80%; margin: 0 auto 3rem}
    
    #about {text-align: center}
    #about img{width: 80%; margin: 0 auto}
    
    #pagetitle.single-title {padding: 5.5rem 2rem}
    #pagetitle.single-title h1{font-size: 30px; line-height: 1.5}
    
    #sidebar .row{justify-content: space-between; gap:0  1.4rem}
    
}
@media screen and (min-width: 1500px)  {
    #slider .bg-image img{object-fit: cover; height:700px}
}
