/*
Theme Name:  Rosero Elena Zirakpur
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:#cd9d4c;
--tertiarycolor:#073640;
  /* Font Variables: */
--primaryfont:'Cormorant Garamond', sans-serif;
--secondaryfont:'Lato', 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;padding: 13px 0;background: var(--tertiarycolor);position:relative;z-index:999; }
.header_area .row{align-items:center}
.header_area  .header-btn{display: table; background: var(--secondarycolor); color: #000 !important; padding: 9px 25px 6px;font-weight: 600;border: 1px solid transparent;}
.header_area  .header-btn:hover{background: transparent; color:  var(--secondarycolor) !important;border-color: var(--secondarycolor);}

.home .header_area{position: absolute; background:transparent; }

.header_area.navbar_fixed .main_menu {position: fixed;padding:0.8rem 0;width: 100%;top: -71px;left: 0;right: 0;z-index: 997;background: var(--tertiarycolor);transform: translateY(70px);transition: transform 500ms ease, background 500ms ease;-webkit-transition: transform 500ms ease, background 500ms ease;box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);}
.header_area.navbar_fixed #logo img{width:180px;}
#fixednavgap.fixed {height:120px;width:100%;}

.home #fixednavgap.fixed {height:0px;width:100%;}

#top-bar{display: flex; justify-content:  end; color: #fff; padding: 0 15px 5px}

.logo-text{display: flex; flex-direction: column; justify-content: center; align-items: center; width: fit-content; gap: 5px; color: #ccc; }


.topbtn{margin-right:0 !important}
.topbtn a:after{display:none !important}
.topbtn a{border:0;background:var(--secondarycolor);padding:5px 20px;border-radius:1rem;color:#000 !important;;font-size:1.5rem !important;font-weight:700 !important;}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:226px;}
.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;text-transform: uppercase;}
h2 {font-size: 48px;}
h3, .adv-h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h1 span{font-size:0.5em}
.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}


.more-btn{display: flex;align-items:center; justify-content:center;width: fit-content;height:42px;  background: var(--secondarycolor); color:  #000 !important; transition: 0.5s ease; border-radius: 60px;padding: 4px 4px 4px 25px;font-size: 16px;overflow: hidden;text-transform: capitalize;font-weight: 600;}
.more-btn:after{content:"\f061"; font-family: "Font Awesome 5 Free"; width:36px; height:36px; background: #fff; color: #000; border-radius:50%;   margin-left: 19px; font-weight: 900;font-size: 18px;display: flex;align-items: center;justify-content: center;transform: rotate(-45deg);}

.btn-primary{display: flex;align-items:center; justify-content:center;width: fit-content;height:42px;text-transform:capitalize;  background: var(--secondarycolor); color:  #000 !important; transition: 0.5s ease; border-radius: 60px;padding: 5px 5px 5px 21px;font-weight: 500;font-size: 17px;margin-top: 1.8rem;font-weight: 600;}
.btn-primary:after{content:"\f061"; font-family: "Font Awesome 5 Free"; transition:0.5s ease;  width:30px; height:30px; background: #fff; color: #000; border-radius:50%;   margin-left: 14px; font-weight: 900;font-size: 16px;display: flex;align-items: center;justify-content: center;transform: rotate(-45deg);}

.btn-primary:hover:after{transform: rotate(0); margin-left:1rem}

.line{width: 161px; height: 4px; margin:1rem auto 1.7rem; background: var(--secondarycolor); }

#hero-section{ padding: 9rem 0 15rem;background: var(--tertiarycolor); position: relative; z-index:1;}
#hero-section:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0;right: 0; background: url(https://www.roseroelenazirakpur.in/wp-content/uploads/2025/09/lux-pattren-wh.png) repeat; background-size:40%; opacity: 0.03; max-width: 100%;}
#hero-section .header-text{width:52rem; text-align:center; margin:0 auto; position: relative;z-index: 99;max-width: 100%;}
#hero-section .header-text h1{color: #fff; font-size: 53px; line-height: 1.08;margin-bottom: 1rem;}
#hero-section .header-text .dis{color: #fff; margin-bottom: 1.9rem;font-size: 19px;font-weight: 300;}
#hero-section .header-text .more-btn{margin: 1.5rem auto 0 ;}

#video-section { margin-bottom:5rem; position:relative; z-index:1;background: #ededde; padding: 0 10px 3.2rem;}
#video-section .container{display: flex; flex-direction: column}
#video-section .vide-box{ width: 100%; height:30rem; margin-top:-11.2rem; display:flex; align-items:center; overflow: hidden;box-shadow: 0 0 37px #ffffff0f;}


#counter{width: 100%;text-align: center;background-size: cover;position: relative;margin-top: 2.4rem;}
#counter .progressbar-text{color:  var(--secondarycolor) !important; font-weight: 900; font-size: 47px;line-height: 0.7;width: max-content;}
#counter .progressbar-text small{font-size: 0.4em;margin-left: 0.6rem;font-weight: 600;}

#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0.1em auto; width: 100%;  height: 67px;position: relative;}

#counter .row{justify-content: center;}
#counter .c-items{flex: 1 0 200px; border-right:2px solid #0000000f;padding: 1.4rem 0;}
#counter .c-items:last-child{border: 0}
#counter .c-items .adv-h3{font-size: 17px; font-weight: 400;  font-family:var(--secondaryfont)}
#counter .c-items  .num{margin-bottom: 0.6rem;}

.subheading{font-size:18px; text-transform: uppercase; color: var(--secondarycolor); letter-spacing: 1px}

#about{margin-bottom:5rem;}
#about .row{align-items: center; }
#about .two-img{display: flex;gap:1rem}
#about .two-img .Aimg{flex: 1 0 50px; max-width: 100%;filter: contrast(1.2);}
#about .two-img .Aimg img{aspect-ratio:1/1.5; object-fit: cover}
#about .two-img .Aimg:nth-child(2){margin-top:19%; border-radius:  80px 0 10px 10px; overflow:hidden;}
#about .two-img .Aimg:nth-child(1){border-radius: 0 80px 10px 10px; overflow: hidden}
#about  h2{margin-bottom: 1.4rem;font-weight: 900;text-transform: capitalize;font-size: 42px;}

#floor-section{background: #ededde;padding: 3rem 0; text-align: center;}
.home #floor-section{background: #f6f6ef;}
.page-id-64 #floor-section{padding: 0; background: transparent}
#floor-section .line{margin-bottom:2.2rem}
#floor-section .row{justify-content: center; gap:1.4rem 2.2rem; }
#floor-section h2{padding-bottom: 0 !important;margin-bottom: 0 ! auto;}
#floor-section h2:before{display: none;}
#floor-section .more-btn{margin: 1.2rem auto 0 !important;}

p:empty{display: none; position: absolutel}

.floor-box{flex: 1 0 300px}
.floor-box h3{margin-bottom: 0;font-size: 24px !important;padding-bottom: 0 !important;margin-bottom: 0 !important;border: 0px !important;}
.floor-box .image{margin-bottom: 0.8rem; }

.normal-btn{border-bottom: 1px solid var(--secondarycolor);  color:var(--secondarycolor); margin: 0.3rem auto 0;display: table;padding: 0 5px;font-size: 17px;font-weight: 600;}
.normal-btn:hover{color: #000; border-color: #000}

#project-higlights{position:relative;text-align: center;margin-bottom: 3.5rem;background: var(--tertiarycolor);padding:3.5rem 10px 3.5rem;background-attachment: fixed;background-size: cover;}
#project-higlights:before{content:""; top: 0; left: 0 ; bottom: 0;right:0; position: absolute;background: url(https://www.roseroelenazirakpur.in/wp-content/uploads/2025/09/lux-pattren-wh.png) repeat; opacity: 0.05;background-size: 44%;}
#project-higlights .container{position: relative}
#project-higlights .row{gap:0.2rem 1.5rem}
#project-higlights .item{ display: flex;text-align: left; margin:0 auto 1rem; padding: 13px 15px; align-items: center; gap: 1rem; background: #fff;border-radius: 8px;box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;flex: 1 0 40%;}
#project-higlights .item img{width: 50px;}
#project-higlights .item p{color: #000; font-weight: 500;}
#project-higlights .col-md-4 img{margin-bottom: 1.5rem;border:2px solid #ffff;}

#project-higlights h2{color: #fff; margin-bottom: 0.5rem;font-size: 51px;}
#project-higlights p{color: #ccc;font-weight: 600;}
#project-higlights .short-dis{width: 51rem; margin: 0 auto; margin-bottom:2.2rem;font-weight: 500;max-width: 100%;}
#project-higlights .subheading{color: var(--secondarycolor)}
#project-higlights .btn-primary{margin: 1.4rem auto 0}

#gallery-section{text-align: center; margin-bottom:5rem;}
#gallery-section .line{width: 120px;margin-top: 0;}

#rightlinkfixed{position:fixed;top:45%;right:0;z-index:9999;writing-mode:tb-rl;}
#rightlinkfixed a{background:var(--secondarycolor);color:#000;padding:13px 3px 13px 6px;display:block;text-decoration:none;}

#spu-105 .spu-container{background: var(--tertiarycolor); position: relative ; z-index:  1;border-radius: 25px; }
#spu-105 .spu-container:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0;right: 0; background: url(https://www.roseroelenazirakpur.in/wp-content/uploads/2025/09/lux-pattren-wh.png) repeat; background-size:70%; opacity: 0.03; max-width: 100%;}

#popup-from img{width: 215px; margin: 0px auto 1.2rem;}
#popup-from h3{text-align: center;color: #fff; margin-top: 1.5rem; font-size: 35px}
#popup-from .dis{color: #fff;text-align: center; margin-bottom: 1.2rem;font-size: 15px;line-height: 1.8;}
#popup-from #contactform input{height: 42px}
#popup-from #contactform textarea{height: 90px !important; padding-top:1rem}

.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}
.thank-box h2{ font-size: 28px; padding-bottom:0 !important;margin-bottom: 1.3rem !important;}
.thank-box h2:before{display:none; }
#main .thank-box p{margin-bottom: 0; color: #454545;text-align: center; }


#testimonials{padding: 0rem 12px;width: 100%;text-align: center;margin-bottom: 4.5rem;}
#testimonials h2{margin-bottom:1.2rem;}
#testimonials .line{width: 120px; margin-bottom: 2.5rem}
.testimonial .testimonial-item { background: #f1f1f1;padding:1.5rem;text-align:left;border-radius:0 2rem;width: 95%;margin: 0 auto;}
.name{display: flex;align-items:center;margin-bottom:1rem}
.name img{width:75px !important;margin-right:1rem}
.name h3{font-size:26px;}
.rating{width:98px !important;margin-top:10px}
#testimonials .testimonial h4{margin: 10px 0;color:var(--secondarycolor);}
#testimonials .owl-nav, #testimonials .owl-dots {margin-top: 25px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:30px; height:4px; background:#dbd9e6; border-radius:5px; margin:5px 5px}
#testimonials .owl-dot.active {background-color:var(--secondarycolor);}

#form-section{background: #f6f6ef;}
#form-section .col-md-6{padding: 0}
#form-section .col-md-6:nth-child(1) img{aspect-ratio: 6/4; object-fit: cover; width:100%; height:100%;}
#form-section .content{padding: 2.5rem 2.8rem;position: relative;z-index: 1;}
#form-section .content:before{content:""; position:absolute; top:0; left:0; bottom:0; right:0;  transform:scale(0.95);}
#form-section h2{text-align: center; font-size:40px}
#form-section .line{margin: 0.9rem auto 1.5rem;width: 120px;}

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

#contact-info{gap:1rem 2rem; -webkit-gap:1rem 2rem; -moz-gap:1rem 2rem; margin-bottom: 3.5rem;}
.info-box{flex: 1 0 200px; border:2px dashed #ccc; border-radius:25px; padding:0 0.5rem 1.4rem;text-align: center;margin-top: 2.8rem;background: #f1f1f1;}
.info-box h3{border-bottom: 0 !important;padding-bottom: 0 !important; margin-bottom: 4px;font-weight: 600;margin-bottom: 0.2rem !important;}
.info-box p , .info-box a{margin-bottom:  0 !important; text-align: center !important;  color: var(--primarycolor) !important;}
.info-box a{font-weight: 400 !important;}
.info-box  .icon{width: 85px; height: 85px; margin:-3rem auto 0.8rem; background: var(--secondarycolor); padding: 20px; border-radius: 50%; border: 2px solid #fff;color: #000;}
.info-box  .icon img{filter: brightness(0)}

#form-section2{background: #353535;overflow: hidden;border-radius: 30px;}
#form-section2 .row > .col-md-6{padding: 0;}
#form-section2 .row > .col-md-6:nth-child(2){padding: 2rem 1.2rem; }
#form-section2 .row{align-items: center;}
#form-section2  h3{text-align: center ; border-bottom: 0 !important; color: #fff; font-size: 25px !important; font-weight: 500;padding-bottom: 0 !important;}
#form-section2 .line{margin: 1rem auto 1.5rem; background: var(--secondarycolor) }
#form-section2 #contactform p{margin-bottom: 10px; }
#form-section2 #contactform .wpcf7-submit{font-size: 16px !important; padding:0 35px; height:40px;background: var(--secondarycolor);color: #000;}
#form-section2 iframe{margin-bottom: -0.6rem}

#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: 10px;height: 48px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 100px !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: 15px auto;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 50px;border: none;align-items: center;padding: 9px 36px;font-size: 15px;font-weight: 600;width: fit-content;height: 42px;}
#contactform input.wpcf7-submit:hover{background: var(--secondarycolor);color: #000 ;}
#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: 0 10px;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}

.list {margin:10px 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: 30px; height: 30px; position:absolute;left:0rem;top:2px; font-size:12px; border: 1px solid #e4e4e4;background: #fff;}
.list li:last-child{padding-bottom: 0}

.list2 {margin:10px 0 20px 0px !important;;}
.list2 li {list-style :none;padding: 0 0px 10px 1.7rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list2 li:before{color:var(--secondarycolor);content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ;      position:absolute;left:0rem;top:2px; font-size:15px; }
.list2 li:last-child{padding-bottom: 0}


#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;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {text-align: center;background:url(https://www.roseroelenazirakpur.in/wp-content/uploads/2025/09/inner-banner.jpg) no-repeat bottom;color:#fff;background-size:cover;position: relative;width: 100%;padding: 6rem 0;position: relative; z-index:1;background-attachment: fixed;}
#pagetitle:before{content:'';position:absolute;top:0; left:0; right:0; bottom:0; background:#000000d4; z-index: -1;}
#pagetitle h1 {color:#fff;text-align: center;text-transform: capitalize;font-weight: 900;margin-bottom: 0.5rem;font-size: 49px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 15px;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: 3.5rem 0 3rem;}
.page-id-62 #main{padding: 0}
#main p{color:var(--primarycolor);}
#main a{color:var(--primarycolor)}
#main a:hover{color:var(--secondarycolor);}
#main .subhead{color: var(--secondarycolor); text-transform: uppercase; margin-bottom: 0rem; font-weight: 500}
#main h2{font-size: 42px;    position: relative; padding-bottom:1rem;font-weight: 900;margin-bottom: 1.6rem;text-transform: capitalize;}
#main h2:before{content:""; position: absolute; bottom: 0 ; left: 0; width: 140px; height: 4px; background: var(--secondarycolor);  }
#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;line-height: 1.4;}
#main p+h3{margin-top: 1.8rem;}
.sub-heading{color: var(--secondarycolor) !important;; text-transform: capitalize; font-size: 19px; font-weight:700;  margin-bottom: 8px !important;}
#main .two-btn{margin-top: 2.2rem}
#main  .more-btn{margin-top: 1.8rem;}

/* Main Container */
.faq-container {
  margin: auto;
  padding: 0;
  border-radius: 12px;
}

/* Heading */
.faq-container h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #1f3c88;
  font-size: 28px;
}

/* FAQ Item */
.faq-item {
  padding: 19px 25px;
  margin-bottom: 25px;
  border-left: 5px solid var(--tertiarycolor);
  background: #f5f5f5;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.faq-item:hover {
  background: #f1f1f1;
  transform: translateY(-2px);
}

/* Question */
.faq-item h3 {
  font-size: 18px !important;
  margin-bottom: 8px;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0.5rem !important;;
  font-family: var(--secondaryfont);
}

/* Answer */
.faq-item p {
  color: #444;
  margin-bottom: 0
}



/* Responsive Design */
@media (max-width: 600px) {
  .faq-item { padding: 19px 20px;}
  .faq-container {
    padding: 0px 0px;
  }

  .faq-container h1 {
    font-size: 22px;
  }

  .faq-item h3 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 14.5px;
  }
}

#video-wrapper h2{text-align: center; margin-bottom:2.5rem}
#video-wrapper h2:before{right: 0; margin: 0 auto ;}
#video-wrapper .row{gap: 2.5rem 2.3rem; justify-content: center}

.video-box{flex: 1 0 250px;max-width: 375px;}
.video-box img{border-radius: 10px}

#ap-section1{margin-bottom: 4rem;}
#ap-section1 .row{align-items: center}
#ap-section1:last-child{margin-bottom: 0}
#ap-section1 img{border-radius: 25px}

.row-full	{width: 99.335vw;position: relative;margin-left: -49.99vw;left: 50%;}
#full-section{background:#f6f6ef; 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.5rem}
#full-section .line{margin-bottom: 1.5rem}
#full-section p:last-child{margin-bottom: 0}

div+#price-section{margin-top:3rem}
#price-section h2{text-align: center; padding-bottom: 20px;margin-bottom: 3rem;}
#price-section h2:before{margin: 0 auto; right: 0;}
#price-section .row{gap:0.5rem 2.8rem;}
#price-section .dis{font-size: 17px}

.price-table{flex: 1 0 40%; text-align: center;/*! background: #ededde; *//*! padding: 1.6rem 1.3rem; */border-radius: 27px;}
.price-table h3{border-bottom: 0 !important; padding-bottom: 0 !important; margin-bottom: 10px !important; font-size: 29px !important;font-weight: 900 !important;}

.rtable{width: 100%;text-align: center;overflow: scroll;margin-bottom:2rem;}
.rtable th{background:var(--tertiarycolor);color:#fff;padding:10px 0;text-transform: capitalize;border: 1px solid #1C3859;}
.rtable td{border:1px solid #ccc;padding: 8px 5px; color:#000;background: #fff;} 
.rtable td b{color: #000;}
.rtable .sub-column{background: #f1f1f1;font-weight: 600 !important;;color: #000 !important;}
.rtable .hightlight{background: #ededde;padding: 8px;}

.tw-50{min-width: 80px}
.tw-100{min-width: 250px}
.tw-75{min-width: 200px}

.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 0.8rem 0;}
.main-widget img{width: 265px; max-width: 90%;margin: 0 auto 2rem;}

#bottom {background: var(--tertiarycolor);color:#fff;font-size: 16px;padding: 4.5rem 0 0;background-size: cover;position: relative;z-index: 1;}
#bottom:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0;right: 0; background: url(https://www.roseroelenazirakpur.in/wp-content/uploads/2025/09/lux-pattren-wh.png) repeat; background-size:40%; opacity: 0.03; max-width: 100%;}
#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: #fff;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 900;color: #fff;font-size: 24px;position: relative;}
#bottom .widget h3:before{content: ""; position: absolute;bottom:0; left:0; width:62px; height:2px; background:var(--secondarycolor) }
#bottom .widget li {border: none;text-decoration: none;color:#fff;list-style: none;}
#bottom  .main-widget{clear: both;background:transparent;color: #fff;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: #fff;padding:0 0 0.5rem;text-align: center;font-size:14px;margin-top: 2rem;}
#footer a {color: #fff;}
#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;}
.home .phone-call i, .page-id-61 .phone-call i{ transform:scalex(-1)}
.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;}
.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; }
.main-widget{display: flex;flex-direction:column;justify-content: center;padding: 0 10px;}
    
    #video-section .vide-box{height: fit-content}
    #hero-section .header-text{padding:0 10px}
    #hero-section .header-text h1{font-size: 35px; margin-bottom:0.8rem}
    #hero-section .header-text .dis{font-size: 16px; margin-bottom:1.8rem}
    
    #about .row{gap: 1.5rem}
    
    #about{margin-bottom: 4rem}
    
    h2, #project-higlights h2{font-size: 38px; line-height: 1.1}
    #form-section h2{font-size: 36px;}
    #project-higlights h2{margin: 0.5rem 0 1rem}
    
    .header_area .header-btn{display: flex !important; width: fit-content; margin: 1rem auto 0; padding: 8px 25px !important;}
    
    #ap-section1{margin-bottom: 3rem}
    #full-section{margin-bottom:3.5rem}
    #full-section .row{flex-direction: column-reverse}
    #full-section .col-md-6:nth-child(1){padding: 2.4rem 20px 3.5rem}
    
    .page-id-61 .ngg-galleryoverview{margin: 0 !important;}
    
    #video-wrapper{margin-top: 2.8rem}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
#about .col-md-6:nth-child(1){padding-right: 1rem;}
#about .col-md-6:nth-child(2){padding-left: 3rem;}
.site-menu-toggle{display:none;}
    #counter .c-items br{position: absolute; display: none}
    #ap-section1 .col-md-6:nth-child(2){padding-left: 2rem}
    
    #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;}
    
}


@media screen and (max-width: 800px) {
    #project-higlights .item{flex: 1 0 100%;}
	.rtable.responsive{display: table !important; width: 100%}
}
@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}
    
  .widget{margin-bottom: 1.5rem;}
  #bottom{padding: 3.5rem 0 0;}
  #footer{margin-top: 1rem}
  #bottom .widget h3{margin-bottom: 0.6rem}
  .main-widget img{margin: 0 auto 1.2rem;width: 275px;}
    
    #hero-section{padding: 8.5rem 0 11rem;}
    #video-section .vide-box{margin-top: -8rem;}
    #video-section .vide-box video{height: 16rem; object-fit: cover}
    .header_area{padding: 1rem 0}
    #logo img{width: 190px;}
    .header_area.navbar_fixed #logo img{width: 170px}
    
    #counter .row{gap: 1rem}
    #counter .c-items{flex: 1 0 40%; padding: 1rem; border:0; background: #fff; border-radius:15px}
    #counter .c-items .progressbar-text{font-size: 35px; }
    #counter .c-items .adv-h3{font-size: 15px}
    
    #total-score-circle, #general-score-circle, #speed-score-circle, #privacy-score-circle{height: 45px}
    
    .subheading{font-size: 16px}
    #about h2{font-size: 36px; margin-bottom:1rem}
    
    #project-higlights{padding: 3rem 10px}
    
    .home .ngg-gallery-thumbnail-box, #main .ngg-gallery-thumbnail-box{max-width: 48% !important;}
    
    #gallery-section{margin-bottom: 0rem}
    .testimonial .testimonial-item{padding: 1.8rem 18px 2rem}
    
    #testimonials{margin-bottom: 4rem}
    #form-section .content{padding: 2rem 0.8rem}
    
    #floor-section{padding: 3rem 15px}
    
    	.rtable td{font-size: 14px}
	.rtable th{font-size:15px; text-transform: capitalize}
	.layout-box{width: calc(100%/1 - 0rem); }
    
    #form-section2 .row > .col-md-6:nth-child(2){padding: 2rem 0.8rem}
    #form-section2 h3{font-size: 20px !important;}
    
    #pagetitle{padding: 4.5rem 10px; background-attachment: unset}
    #pagetitle h1{font-size: 36px; margin-bottom:0.8rem}
    #pagetitle .breadcrumb{font-size: 14px}
    #ap-section1 .col-md-6{padding: 0}
    #ap-section1 .row{gap: 1.5rem}
    
    #main h2{font-size: 30px; }
    #price-section h2{margin-bottom: 2rem}
    
    .price-table h3{font-size: 26px !important;}
    #price-section .dis{margin-bottom: 1.8rem}
    
    .tw-100{min-width: 190px;}
    #form-section h2{font-size: 32px;}
    
    #spu-105 .spu-container{padding: 25px 20px !important; border-radius:20px}
    #popup-from .col-md-12{padding: 0}
    
    #popup-from img{width: 200px}
    #popup-from h3{font-size: 28px}
    #popup-from .dis{font-size: 15px}
    
    #video-wrapper h2{font-size: 34px}
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
#bottom .col-md-3{width: 47%;float: left;}
    #hero-section .header-text h1{font-size: 45px}
     #bottom .col-md-4{width: 33%;float: left;}
}


/*============================ */
/* Hollow Accordion 06
============================== */
#faqs {
  position: relative;
  margin-bottom: 2.5rem;
}
#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;
}
#faqs .col-md-6{display: flex; flex-direction: column}
#faqs .dropdown-title h3 {
  font-size: 18px;
  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;
}
#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;
}
#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;
  }
}

.video-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-thumb img {
  max-width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 10px 18px;
}

#videoLightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  z-index: 99999999999;
}

.video-wrap {
  position: relative;
  max-width: 900px;
  margin: 5% auto;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.video-wrap video {
  width: auto;
  height: 85vh;
}

@media (max-width:600px){
    .video-wrap {padding:20px}
.video-wrap video {
  width: 100%;
  height: auto;
}

}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}
