/*
Theme Name:  Quick Cab Melbourne
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:#F8C62F;
--tertiarycolor:#101010;
  /* Font Variables: */
--primaryfont: "Figtree", 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 35px;border-radius: 25px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 20px;bottom: 82px;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; transition:0.5 ease; border-bottom-color: #000;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}
#scroll:hover span{border-bottom-color: #fff;}
 
.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

#header-wrap{position:absolute;top: 0;left: 0;width: 100%;z-index: 999;background: linear-gradient(0deg, transparent,#050213e3 );}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;position:relative;z-index:999; }
.header_area .row{align-items:center}
.header_area  .header-btn{display: table; background: var(--secondarycolor); color: #000 !important; padding: 5px 20px 4px;font-weight: 700 !important;border: 1px solid transparent;border-radius: 10px;}
.header_area  .header-btn:hover{background: transparent; color:  #000 !important;border-color: var(--tertiarycolor);}
.header_area  .main_menu{background: #ffffffe5; padding: 1rem 1rem;backdrop-filter: blur(5px) brightness(2);border-radius: 15px;}


#top-bar{ color: #fff; padding: 14px 0;}
#top-bar .top-right{display: flex; justify-content: end; gap:1.5rem; -webkit-gap:1.5rem;}
#top-bar .top-right a{ color:#fff; font-weight: 600;}
#top-bar .top-right a:hover{color:var(--secondarycolor);}
#top-bar .top-right a i{margin-right: 3px;color: var(--secondarycolor);font-size: 1.2em;}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:300px;image-rendering: smooth;}
.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: 38px;font-weight: 600;}
h3, .adv-h3 {font-size: 24px;font-weight: 600;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h1  span{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{display: flex;align-items:center; justify-content:center;width: fit-content;height:43px;  background: var(--secondarycolor); color:  #000 !important; transition: 0.5s ease; border-radius: 60px;padding: 4px 4px 4px 25px;font-size: 15px;overflow: hidden;text-transform: uppercase;font-weight: 600;}
.btn-primary:after{content:"\f061"; font-family: "Font Awesome 5 Free";transition: 0.5s ease;  width:35px; height:35px; background: #000; color: #fff; 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:hover:after{transform: rotate(-0deg); margin-left:22px}

.two-btns {display: flex; align-items: center; gap: 1rem 2.5rem; -webkit-gap: 1rem 2.5rem;  margin-top:3rem;}
.two-btns a{margin:0 !important;;}

.call-btn{display: flex; align-items: center; gap: 1rem; -webkit-gap: 1rem; font-size: 25px; font-weight: 600; color: #fff;}
.call-btn img{width: 40px}

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

.normal-btn{color:var(--tertiarycolor) !important; font-weight:600 !important; text-transform:uppercase; display:flex; margin-top:1rem; align-items:center; justify-content:center; width:fit-content; gap:0.6rem; -webkit-gap:0.6rem; font-size: 17px;}
.normal-btn:after{content: "\f061";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:900; bottom:5px;}

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

.carousal-caption{position: absolute; top: 0; left: 0; bottom: 0; right: 0;display: flex; align-items:end; background: url(https://www.quickcabmelbourne.com.au/wp-content/uploads/2025/09/curve-png.png) no-repeat bottom;background-size: 100%;}
.carousal-caption .hero-title{font-size: 46px;}
.carousal-caption .hero-title h1{font-size: 1em;color: #fff;letter-spacing: 1px;margin-bottom: 1.3rem;}
.carousal-caption .hero-title .sub-heading{font-size: 0.7em;font-weight: 700;text-transform: uppercase;font-family: var(--primaryfont);line-height: 1.4;}
.carousal-caption .text-box{text-align: center;color: #f1f1f1;}
.carousal-caption .text-box .dis{font-size: 15px}
.carousal-caption .more-btn{margin: 1.5rem auto 0;}
.carousal-caption .hero-image img{width: 100%}

#booking-form{text-align: center; padding-bottom: 3.5rem;background: #ecedf6;}
#booking-form h2{margin-bottom: 2rem;font-weight: 600;}

.subtext{width: fit-content; display: table; border: 1px solid var(--secondarycolor); color: var(--secondarycolor); padding: 3px 20px; border-radius:50px; margin-bottom:1rem}

#about-us{background: var(--tertiarycolor); padding:4.5rem 0; color: #f1f1f1}
#about-us h2, #about-us .advv-h3{color: #fff}
#about-us .dis{margin-bottom: 2rem;}
#about-us .container > .row{align-items: center}
#about-us  .row .row{gap: 1rem; -webkit-gap: 1rem;}
#about-us .aimg img{width: 100%}
#about-us .aimg{position: relative}

.float-num{position: absolute; top: 6.7%; right:8.4%; display: flex; flex-direction: column; line-height:1; gap:0.2rem; -webkit-gap:0.2rem; width:24.9%; text-align:center; font-size: 42px; font-weight: 800; font-family:var(--primaryfont);height: 26%;background: var(--secondarycolor);border-radius: 50%;color: #000;align-items: center;justify-content: center;padding: 1rem;}
.float-num .text{font-size: 0.4em; line-height: 1.3;font-weight: 700;}

.icon-box{flex: 1 0 40%;}
.icon-box .title{display: flex; align-items: center; gap:0.5rem; -webkit-gap:0.5rem; margin-bottom:0.6rem; }
.icon-box .title img{width: 45px}
.icon-box .adv-h3{color: #fff; font-size: 20px;margin-bottom: 0;}


p:empty{display: none !important; position: absolute !important;}

#service-section{background: #ecedf6;padding: 4.5rem 0 5.5rem;}
#service-section .subtext{margin: 0 auto 0.4rem; color:#000; text-transform:uppercase; font-weight:500}
#service-section h2{text-align: center;}
#service-section .dis{width: 42rem; text-align: center; margin: 0.9rem auto 3rem;max-width: 100%;}
#service-section .row{gap: 2.5rem 2rem; -webkit-gap: 2.5rem 2rem}

.sBox{flex: 1 0 300px;  padding: 2rem 1.4rem 1.6rem;border-radius: 15px;position: relative; z-index:1;overflow: hidden;}
.sBox h3{margin-bottom: 0;text-transform: uppercase;font-size: 21px;transition:0.5s ease;}
.sBox .icon{width: 65px; background: var(--secondarycolor); border-radius: 50%; padding: 0.8rem;min-width: 65px;}
.sBox  .title {display: flex; align-items: center; gap: 0.8rem; -webkit-gap: 0.8rem; margin-bottom:0.8rem}
.sBox p{transition:0.5s ease; }
.sBox:before{content: ""; position: absolute; top: 0; left: 0; right:0; bottom: 0; background: #000000b8;z-index: -1;}
.sBox:after{content: ""; position: absolute; top: 0; left: 0; right:0; bottom: 0; background:#fff;z-index: -1; transition:0.5s ease; }
.sBox:hover .normal-btn{color: var(--secondarycolor) !important;}
.sBox:hover p{color:#fff;}
.sBox:hover  h3{color: var(--secondarycolor)}
.sBox:hover:after{opacity: 0}

#counter{background:url(https://www.quickcabmelbourne.com.au/wp-content/uploads/2025/09/Counter-BG-image.jpg) no-repeat; background-size:cover; padding:3.5rem 15px 3.5rem;margin-bottom: 5.5rem;}
#counter .row{gap:2rem 4rem; -webkit-gap:2rem 4rem;}
#counter .progressbar-text{font-size: 50px; font-weight: 600; color:  #fff !important; left:0 !important;transform: translate(0%, -58%) !important;}
#total-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0.1em auto; width: fit-content;   height: 70px; margin-bottom:-9px;position: relative;}
#general-score-circle div{margin-bottom:-1px;}

.count-box{flex: 1 0 200px;max-width: 347px;}
.count-box .count-header{  display: flex;align-items: center;gap: 1.3rem; -webkit-gap: 1.3rem; margin-bottom: 1.4rem;}
.count-box .icon{width: 100px;background: #303030; padding:1.2rem; border-radius: 50%;}
.count-box p{color: #ccc !important;font-size: 14px;}

#why-choose{margin-bottom: 4.5rem}
#why-choose p{margin-bottom: 1.4rem}
#why-choose .btn-primary{margin-bottom: 0; margin-top: 1.5rem}
#why-choose .row{align-items: center}
#why-choose .subtext{margin-bottom: 0.8rem}

.list {list-style :none;}
.list li {list-style :none;padding: 0 0px 12px 2.4rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:#fff;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: var(--secondarycolor);}

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


#testimonials{padding: 4.5rem 12px;width: 100%;text-align: center; background: url(https://www.quickcabmelbourne.com.au/wp-content/uploads/2025/09/Testimonial-BG-image.jpg) no-repeat; background-size:cover; }
#testimonials .subtext{margin: 0 auto 10px; text-transform:uppercase;}
#testimonials h2{color: #fff; margin-bottom:2.5rem;}
#testimonials .testimonial .keen-slider__slide{padding-top: 2rem;padding-bottom: 1px;}
.testimonial-item{width: 54rem; max-width:100%; margin:0 auto; border: 1px solid var(--secondarycolor); padding: 0 2rem 2rem; text-align:left;}
.testimonial-item .Quote{width: 60px; margin-top: -2.5rem;margin-bottom: 1.5rem;margin-left: 2rem;}
.testimonial-item p{color: #f1f1f1}
.testimonial-item .adv-h3{font-size: 18px; margin-top:1.6rem; color: var(--secondarycolor); display:flex; align-items:center; gap:1rem;}
.testimonial-item .adv-h3:after{content: "";flex: 1; border-bottom: 1px solid #454545;  }
.testimonial-item .stars{margin-left: auto; width: 125px}

#cta-section{background: var(--secondarycolor) ;text-align: center; padding:3rem 0 2.8rem;  }
#cta-section h2{font-size: 42px; font-weight: 800; text-transform: uppercase;}
#cta-section .call-btn img{width: 52px;}
#cta-section .call-btn{font-size:42px; color:#000; font-weight:800}
#cta-section .two-btns{justify-content: center; font-size: 30px !important;margin-top: 0.8rem;}
#cta-section .more-btn{background: #000; color: #fff !important;}
#cta-section .more-btn:after{background: #fff; color: #000;}
#cta-section  p{color: #000; font-size: 19px; font-weight: 500}

.column{column-count: 2;}
.column3{column-count: 3;}


#blog{width:100%;float:left;padding:4rem 0;}
#blog h1{text-align: center;}
#blog .col-md-4{margin:3rem 0.5rem 0;width:32%;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;padding:0 0 1.5rem;}
.blog-thumbnail img{width: 100%;height:200px;}
#blog .col-md-4:hover{box-shadow:12px 15px 20px 0px rgba(46,61,73,0.15) ;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;}
#blog .col-md-4 .post-title{font-size: 1.2rem;color:var(--primarycolor);margin:1rem 0;display: block;font-weight: bold;}
#blog .col-md-4 .post-title:hover{color:var(--secondarycolor);}
#blog .col-md-4 p{text-align: justify;margin:0 0 25px;padding:0 15px;}
#blog .col-md-4 .more-link{background:var(--secondarycolor);text-align: center;color:#fff;max-width: 100%;float: right;padding:0.5rem 1rem;margin:0 1rem;border: 2px solid var(--secondarycolor);transition: .6s ease;}
#blog .col-md-4 .more-link:hover{background:transparent;color:var(--primarycolor);border-color: var(--secondarycolor);}

#single-post {padding:3rem 0;}
#single-post .post-title{font-size:1.5rem;color:var(--primarycolor);margin:1rem 0;display: block;border-bottom: 1px solid #eee;line-height: 3rem;}
#single-post .post-title:hover{color:var(--secondarycolor);}
#single-post p{margin-bottom: 25px;text-align:justify;}
#single-post img{max-width: 100%;height: auto;margin-bottom:25px;}
#single-post #featured-img img{max-width: 100%;display: block;margin-top:35px;height: auto;}

#contact-info{gap:1rem 2rem; -webkit-gap:1rem 2rem; -moz-gap:1rem 2rem; margin-bottom: 3rem;}
.info-box2{flex: 1 0 200px; border:2px dashed #ccc; border-radius:25px; padding:0 0.5rem 1.4rem;text-align: center;margin-top: 3.3rem;background: #f1f1f1;}
.info-box2 h3{border-bottom: 0 !important;padding-bottom: 0 !important; margin-bottom: 4px;font-weight: 600;margin-bottom: 0.2rem !important;}
.info-box2 p , .info-box2 a{margin-bottom:  0 !important; text-align: center !important;  color: var(--primarycolor) !important;}
.info-box2 a{font-weight: 400 !important;}
.info-box2  .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-box2  .icon img{filter: brightness(0)}

#form-section{background: #303030;overflow: hidden;border-radius: 30px;}
#form-section .row > .col-md-6{padding: 0;}
#form-section .row > .col-md-6:nth-child(2){padding: 2rem 1.2rem; }
#form-section .row{align-items: center;}
#form-section  h3{text-align: center ; border-bottom: 0 !important; color: #fff !important; font-size: 24px !important; font-weight: 500;padding-bottom: 0 !important;margin-bottom: 1rem !important;}
#form-section .line{margin: 1rem auto 1.5rem; background: var(--secondarycolor) }
#form-section #contactform p{margin-bottom: 10px; }
#form-section #contactform .wpcf7-submit{font-size: 16px !important; padding:0 35px; height:40px;background: var(--secondarycolor);color: #000;}
#form-section #contactform input, #form-section #contactform select{height: 42px}
#form-section #contactform textarea{height:120px !important}
#form-section #contactform input.wpcf7-submit{width:fit-content !important; margin: 0.8rem auto 0;}
#form-section iframe{margin-bottom: -0.6rem}

.xdsoft_timepicker{min-width:200px}
#contactform .pickup-date p {width:100%;}
#contactform .pickup-date p span {width:100%;display:block;}
#contactform .pickup-date p span input {width:100%;display:block;-webkit-appearance: none; -moz-appearance: none;text-align:left!important;}
#contactform .pickup-date p input::-webkit-date-and-time-value {text-align: left;width: 100%;}
#contactform .pickup-date p input[type="date"] { display: block; text-align: left;}

#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: 15px 20px;background: #fff;border: 1px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 15px;border-radius: 15px;height: 52px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 52px !important;padding: 16px 20px;resize: none;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}
#contactform .payment-img{width: 720px; margin: 1.5rem auto 0; max-width:100%;}


::-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: 6px 0;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 15px;border: none;align-items: center;padding: 14px 60px 10px;font-size: 17px;font-weight: 600;width: fit-content;width: 100%;height: 51px;}
#contactform input.wpcf7-submit:hover{background: #353535;color: #fff;}
#contactform .wpcf7-spinner{display: none}
.wpa-test-msg{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}

#bookonline p, #bookonline {text-align: center !important;}
.bookingform{background:#eee;padding:40px 23px 30px;margin-top:30px;border-radius: 35px;border: 1px solid #ccc;}
.bookingform #contactform input.wpcf7-submit{background: var(--secondarycolor); color: #000; border: none; transition:0.5s ease-in-out;}
.bookingform #contactform input.wpcf7-submit:hover{background: var(--secondarycolor); filter: brightness(1.1)}
.bookingform #contactform textarea{height: 48px; padding:14px 18px; resize: none;}



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

.service-list {list-style :none;margin-bottom: 0;} 
.service-list  li {list-style :none;padding: 0 0px 15px 2.4rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.service-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;}

#pagetitle {text-align: center;background:url(https://www.quickcabmelbourne.com.au/wp-content/uploads/2025/09/Inner-hero-bg.jpg) no-repeat center;color:#fff;background-size:cover;position: relative;width: 100%;padding: 13rem 0 3.5rem;position: relative; z-index:1}
#pagetitle.service-banner{padding: 15.5rem 10px 7rem;}
#pagetitle:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0;right: 0; background: #000000b5; background-size:50%;  max-width: 100%;z-index: -1;}
#pagetitle h1 {color:#fff;text-align: center;text-transform: capitalize;font-weight: 700;margin-bottom: 0.5rem;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}

#inner-form{background: #353535; padding:2rem 1.2rem 0.8rem; border-radius:25px;  position: relative;z-index: 5;max-width: 93%;margin: -3.6rem auto 0;}
#inner-form #contactform textarea{height: 48px; padding:14px 18px; resize: none;}
#inner-form #contactform input.wpcf7-submit{margin-bottom: 0;background: var(--secondarycolor);color: #000;}
#inner-form h2{font-size: 26px; text-transform: uppercase; text-align: center; color: #fff; margin-bottom: 1.5rem}

.line{width: 120px; height: 4px; background: var(--secondarycolor); margin-bottom: 1.5rem}

#main{padding: 3.5rem 0 2.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: 30px;}
#main .contact-page h2{padding-bottom: 0; margin-bottom: 0.8rem}
#main .contact-page h2:before{display: none}
#main h3{list-style: none;color: #000;margin-bottom: 1.8rem;}
#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}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 1rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;align-items: center;}
.main-widget img{width: 351px; max-width: 98%;margin-bottom: 1.3rem;}
.main-widget {padding-right: 2.5rem}

#service-section1{margin-bottom: 3.5rem;}
#service-section1 .row{align-items: center}
#service-section1 .btn-primary{margin-top: 1.4rem}
#service-section1  img, #service-section2  img{border-radius: 20px}

#service-section2 h2{margin-bottom: 1.8rem}
#service-section2 .btn-primary{margin-top: 1.2rem;}


#bottom {background: #fff;color:#000;font-size: 16px;padding: 4rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:36% auto;gap: 1.8rem 0rem; -webkit-gap: 2.5rem 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: 600;color: var(--secondarycolor);font-size: 24px;}
#bottom .widget li {border: none;text-decoration: none;color:#fff;list-style: none;text-transform: capitalize;}
.main-widget .paymentcard{margin: 1rem  0 0;border-radius: 1rem;width:250px;}

#bottom .footer-contact li{margin-bottom: 1rem; display:flex; align-items:center;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900;color:var(--secondarycolor);font-size:1.4rem}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}

#footer {clear: both;background:transparent;color: #000;padding:0 0 0.5rem;text-align: center;font-size:13px;margin-top: 3rem;}
#footer a {color: #000;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

.bottom-info{border-bottom: 1px solid #ccc; padding-bottom: 1.5rem; margin-bottom: 3.5rem;}
.bottom-info .row{justify-content:center; gap: 1.5rem 1.5rem; -webkit-gap: 1.5rem 1.5rem}
.info-box{flex:  1 0 230px; display: flex; align-items: center; justify-content: center;font-size:18px;max-width: 100%;}
.info-box .heading{font-weight: 600; font-family: var(--primaryfont); font-size: 24px; line-height:1.4}
.info-box  .icon{width: 60px; min-width: 60px; height: 60px; padding: 0.8rem; background: var(--secondarycolor); border-radius: 50%; margin-right: 1rem}

.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{ 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(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;}
.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: 240px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
 .grid{grid-template-columns: 100% !important; }
.info-box .heading{font-size: 18px;}
.info-box {font-size: 16px;justify-content: start;}
.bottom-info{margin-bottom: 3.5rem;overflow: hidden;padding-bottom: 2.6rem;}
.bottom-info .row{gap: 1.7rem 0; -webkit-gap: 1.7rem 0; padding:0 15px;}
.info-box .icon{width: 50px; min-width: 50px; height: 50px}
.main-widget .paymentcard{margin:1rem auto 0}
#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    .main-widget{justify-content: center; display: flex; align-items: center; flex-direction: column; text-align: center; padding: 0 10px}
    .main-widget a{max-width: 85%; margin-bottom: 1.5rem !important;}
    
    .header_area .header-btn{display: flex !important; width: fit-content; margin: 1rem auto 0; padding: 8px 25px !important;}
    .header_area .header-btn:hover{color:#fff !important; border-color: var(--secondarycolor);} 
    
    #contactform input.wpcf7-submit{width: fit-content; margin: 1rem auto 0; height: 44px; padding:0 40px}
    #contactform textarea{height: 110px !important; padding: 20px !important;}
    
    #about-us  .row{gap: 2.5rem; -webkit-gap: 2.5rem}
    #why-choose .row{flex-direction: column-reverse; gap: 2rem; -webkit-gap: 2rem}
    #why-choose  img{width: 85%;margin: 0 auto;}
	
	  #pagetitle{padding: 11.5rem 10px 4rem;}
	  #pagetitle.service-banner{padding: 10.4rem 10px 6.5rem;}
	  #pagetitle h1{font-size: 35px}
	  #pagetitle.service-banner h1{font-size: 32px;}
	  #pagetitle .breadcrumb{font-size: 12px}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
    .carousal-caption .text-box{margin-right: -14rem;}
    .carousal-caption  .dis{width: 82%; margin: 0 auto}
    .carousal-caption  .hero-image{margin-left: -0.5rem;padding-bottom: 1rem;}
    
    #about-us .col-md-6:nth-child(2){padding-left: 1.8rem;}
    #why-choose  .col-md-6:nth-child(1){padding-right: 3.5rem}
    
    #service-section1 .col-md-6:nth-child(2){padding-left: 1.5rem}
    #service-section2 .col-md-6:nth-child(1){padding-right: 1.5rem}
    #service-section2 .col-md-6:nth-child(2) img{position: sticky; top: 2rem; }
.site-menu-toggle{display:none;}
}


@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}
    .header_area.navbar_fixed #logo img{width: 180px;}
    .header_area .main_menu{width:94%; margin:0 auto}
    .header_area .main_menu{ padding:15px 0;}
    #logo img{width: 220px;}
    
    #top-bar{text-align: center;padding: 7px;}
    #top-bar .col-md-6:nth-child(2){display: none;}
  #bottom .widget li{margin-bottom: 0.7rem;text-transform: capitalize;}
  .widget{margin-bottom: 1rem}
  #bottom{padding: 3rem 0 0}
  #footer{margin-top: 0;font-size: 13px;}
  #bottom .widget h3{margin-bottom: 0rem;margin-top: 0.5rem; font-size: 22px}
  .main-widget img{margin: 0 auto}
    #bottom .col-md-4{width: 100%}
    #bottom .col-md-8{width: 100%}
    #slider-section .bg-image img{ height: 750px;}
    .carousal-caption .hero-title{font-size: 32px;}
    .carousal-caption .hero-title h1{margin-bottom: 0.8rem}
    .carousal-caption .hero-title .sub-heading{font-size: 0.6em}
    .carousal-caption .hero-image img{margin: 1.2rem auto 0;width: 87%;}
    .carousal-caption{background-size: 120% 80px}
    #booking-form h2{font-size: 28px; margin-bottom: 1rem}
    #booking-form{padding: 1.5rem 15px 2.8rem;}
    .float-num{font-size: 29px; width:29%;height: 30%;top: 4%;}
    h2{font-size: 30px;}
    #main h2{font-size: 28px}
    #testimonials h2{margin-bottom: 1.5rem}
    #about-us  .row{gap: 2.5rem; -webkit-gap: 2.5rem; flex-direction: column}
    #about-us .row .row{gap: 1.8rem; -webkit-gap: 1.8rem;}
    .two-btns{flex-direction: column; align-items:start; margin-top: 2rem;}
    .subtext{font-size: 14px; padding: 2px 15px}
    #about-us{padding: 3.5rem 5px 2.5rem}
    .sBox h3{font-size: 18px}
    #service-section{padding: 3.4rem 15px 3.5rem;}
    .sBox .icon{width: 60px; min-width: 60px}
    .normal-btn{font-size: 16px}
    #counter .progressbar-text{font-size: 36px;}
    .count-box .icon{width: 85px}
    .count-box .count-header{margin-bottom: 1rem;}
    
    #counter{padding: 3.2rem 20px;margin-bottom: 3rem;}
    #why-choose img{width: 100%;}
    #why-choose{margin-bottom: 1.2rem}
    #testimonials{padding: 3.5rem 12px}
    .testimonial-item{padding: 0 1.2rem 1.8rem}
    .testimonial-item .Quote{margin-bottom: 0.8rem}
    
    .testimonial-item .adv-h3{margin-top: 1.5rem}
    
    #cta-section h2{font-size: 29px; margin-bottom: 0.6rem}
    #cta-section p{font-size: 18px}
    
    #cta-section .two-btns{align-items: center;gap: 0.5rem; -webkit-gap: 0.5rem;}
    #cta-section  .call-btn{font-size: 34px}
    #cta-section  .call-btn img{width: 55px}
    #cta-section  .more-btn{font-size: 15px;}
    
    #service-section .dis{margin-bottom: 2.2rem}
    #contactform input , #contactform select , #contactform textarea{padding: 10px 20px; height:46px;border-radius: 10px;}
    
    .carousal-caption .more-btn{margin-top: 1.4rem; font-size:16px; height: 42px}
    .carousal-caption .more-btn:after{width: 35px; height: 35px}

	  #contactform .col-md-3, #contactform .col-md-9,  #contactform .col-md-2,  #contactform .col-md-3,  #contactform .col-md-6,  #contactform .col-md-12,  #contactform .col-md-4{padding:0 }
    
    #service-section1{margin-bottom: 1.5rem}
    #service-section1 .col-md-6, #service-section2 .col-md-6{padding: 0 5px}
    #service-section2  .row{flex-direction: column-reverse}
    #service-section1 .row, #service-section2 .row{gap: 0.8rem; -webkit-gap: 0.8rem}
    .line{margin-bottom: 1.2rem}
    #service-section2 h2{margin-bottom: 1.3rem}
    
    #inner-form h2{font-size: 20px;margin-bottom: 1.4rem;}
    #inner-form{padding-bottom: 2rem}
    
    #main{padding: 2.5rem 0 2.5rem;}
     .home .ngg-gallery-thumbnail-box, #main .ngg-gallery-thumbnail-box{max-width: 48% !important;}
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
#top-bar .col-md-6{max-width: 40%}
#top-bar .col-md-6:nth-of-type(2){max-width: 60%}
    #top-bar .top-right a{font-size: 15px}
    #top-bar .top-right i{font-size: 15px}
    
    .header_area .main_menu{border-radius: 10px;padding: 0.9rem;}
    .carousal-caption .hero-title{font-size: 42px}
    .carousal-caption .hero-image {width: 70%; margin: 2rem auto 0}
    #booking-form{padding-top: 1.5rem}
    #slider-section .bg-image img{height: 900px; object-fit: cover}
    #booking-form h2{margin-bottom: 1.5rem; font-size: 32px}
    h2{font-size: 38px;}
    #cta-section h2{font-size: 38px}
    #about-us h2 br{position: absolute; display: none;}
    #about-us .aimg{width: 90%; margin: 0 auto}
    #service-section{padding: 3.5rem 0}
    
    #bottom .col-md-4{width: 35%}
    #bottom .col-md-8{width: 65%}
    .main-widget img{width: 330px;}
}

@media screen and (min-width: 1480px){
    #slider-section .bg-image img{object-fit: cover;height: 760px; width:100%;}
}

