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

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

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

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


#top-bar{width:100%;padding:1.2rem 0;}
#top-bar .row{justify-content:end;align-items: center;}
#top-bar img{width:28px;transition:0.6s ease-in-out}
#top-bar a{margin:0px 5px;color: #000;font-size: 18px;display: inline-block;font-weight: 800;}
#top-bar .col-md-6:nth-child(1) a{padding:2px 0}
#top-bar a i{margin-right:10px;color:var(--tertiarycolor)}
#top-bar a:hover{color:var(--tertiarycolor);}
#top-bar a:hover img{transform:scale(1.1)}
#top-bar .pull-right,#top-bar .social{float:right;line-height: 1rem;}

.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:280px;}
.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-weight: 600; font-family: var(--primaryfont);}

h1 {font-size: 36px;/*! text-transform: uppercase; */}
h2 {font-size: 40px;}
h3 {font-size: 24px;}
h3, .adv-h3 {font-size: 28px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

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

.btn-primary{background:var(--tertiarycolor);padding: 0.5rem 2rem;margin: 2rem 0;display: table;color:#fff;transition: .6s ease-in-out;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

#slider .more-btn{padding: 14px 87px;margin:1rem 0;display:inline-block;background: var(--secondarycolor);border-radius: 7px;float: right;}
.more-btn{padding: 10px 80px;margin:1rem 0;display:table;background: #000;border-radius: 7px;width: fit-content;color: #fff;font-size: 19px;text-transform: uppercase;font-weight: 500;}
.more-btn:hover{background:#202020;color:#fff !important; }


.btn{padding: 14px 45px;margin:1.8rem 0 0;display:table;background: var(--secondarycolor);border-radius: 7px;color: #fff;font-weight: 500; font-size:18px;}
.btn:hover{background:#000;color:#fff !important; }

.two-btn{display:flex; align-items: center; gap:2rem ; margin-top:1.6rem}
.two-btn a{margin: 0 !important; }

.call-btn{font-size:22px; font-weight:700; color:#fff; display:flex; align-items:center; gap:10px}
.call-btn:before{color:#fff;content:"\f879"; font-family:'Font Awesome 5 Free';font-weight:900 ; color:var(--secondarycolor)}


#slider{position:relative}
#slider img{width:100%;object-fit:fill}
.slider-nav {width: 95%;
  margin:10px auto;
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 40%;
z-index: 3;
}
button.arrow {background:#f1f1f1;color:#555;border:none;padding:5px 10px;font-size:30px;border-radius:100%;width:40px;cursor:pointer;line-height:100%}
button.arrow:hover {color:#000;}
button.arrow--left {float:left;}
button.arrow--right {float:right;}

.carousel-caption {right: 0;top: 0;left: 0;z-index:2;position:absolute;bottom: 0; display:flex;align-items: end;padding-bottom: 4rem;}
.carousel-caption .row {background:linear-gradient(rgba(255,255,255, 0.9),rgba(255,255,255, 0.9));  padding: 2.2rem 1.6rem 1.8rem 1.2rem; border-radius:22px;}
.carousel-caption .col-md-4{margin-top: 1rem;}
.textblock{margin:7rem 0 0 11rem;width:45%}
.carousel-caption h1{font-size: 2.5rem;color: #000;line-height: 1.2;}
.carousel-caption span{font-weight: 900;color:#F68C19;}
.carousel-caption p{color: #000;font-weight: inherit;}


#booking-form{text-align: center; padding: 3.5rem 0;background: var(--secondarycolor);margin-bottom: 5rem;}
#booking-form.inner-form{padding: 3rem 15px 2.8rem; margin-bottom:0}
#booking-form h2{font-weight: 700; font-size:35px}
#booking-form h2+.wpcf7{margin-top: 1.2rem}
#booking-form .line{margin:0.5rem auto 1rem; background:#000; height:3px;/*! width: 103px; */}
#booking-form .dis{width: 58rem; margin: 0 auto 1.4rem; text-align: center;max-width: 100%;}

#aboutus {margin: 5rem 0 5rem 0;}
.aboutimg{float: right; margin:0 2rem 0 0; border-radius:80px 0px 80px 0;}
#aboutus .line{margin-bottom: 1.5rem}

.abouttext{margin-top: 3rem}
.list{ font-weight: 900;line-height: 1.6; list-style-type: none; margin-top: 1.4rem;}
.list li{position: relative; padding-left: 2.2rem }
.list li:before{content: ""; position: absolute; top:5px; left: 0;width: 22px; height: 22px; background: url(https://www.wheelchairtaxicab.com.au/wp-content/uploads/2026/03/Tick.webp) ; background-size:cover; }

.line{height: 3px; width: 200px; background: var(--secondarycolor); margin-bottom:1rem; }

.listicon {width: 18px; display: inline-block;margin: 0 7px 0px 0px;}
.list li {margin:0.2rem 0 11px 0; font-size:23px; line-height:1.4;}

#services .bg-image{width: 100%; background: url(https://www.wheelchairtaxicab.com.au/wp-content/uploads/2026/03/Services-Bg.webp);height: auto;padding: 3.4rem 14px 10.8rem; background:cover;}

#services h2{color: #fff;text-align: center;}
#services p{color: #fff;text-align: center; margin: 0 auto; width: 45rem; max-width:100%;}
#services .line{margin: 0 auto 1rem; width:120px;  }

#servicebox {margin-top:-8rem;margin-bottom: 5.5rem;}
#servicebox .row{gap:1.8rem 1.5rem; margin-bottom:5rem;justify-content: center;}
#servicebox .service-box{text-align: center;  flex:1 0 260px; border:1px solid #ccc;max-width: 382px;}
#servicebox .service-box img{width: 100%;}
#servicebox .boximg{margin: 0 auto;}
#servicebox h3{padding: 1.3rem 0 0 0;}
#servicebox p{width: 90%; margin: 0 auto; max-width: 100%;color: #202020;}
#servicebox .btn{padding: 7px 40px; margin: 1.1rem auto 1.8rem;font-size: 16px;}
#servicebox .boximg img{width: 100%;}

#counter{margin-bottom: 5.5rem;padding: 0 21px;}
#counter .row{gap: 1.5rem; justify-content:center;}

.cbox{flex:  1 0 250px; border: 2px solid var(--secondarycolor); border-radius: 15px ; padding-bottom:1.3rem; display:flex; justify-content: center; align-items: center; flex-direction: column; text-align:center;margin-top: 3.7rem;}
.cbox .icon{width: 110px; margin-top:-3.8rem; margin-bottom:1rem; }
.cbox h3{font-size: 42px; line-height: 1; margin-bottom:0.3rem}
.cbox p{font-weight: 500; color: #606060}

#why-choose {margin-bottom: 5rem;}
#why-choose .row{align-items: center}
#why-choose .image{padding-left: 1.5rem; position:relative}
#why-choose .image img{width: 100%;}
#why-choose .float-num{position: absolute;top:12%; left: 0; background:#f4f4f4; padding:14px 30px; border-radius:0 15px 15px 0 ; border-left:3px solid var(--secondarycolor); text-align: center;}
#why-choose .float-num .num{font-weight: 900; font-size: 38px;font-family: var(--primaryfont);line-height: 1.1;}
#why-choose .float-num .title{font-size: 17px; text-transform: uppercase;}


#features-section{ background: url(https://www.wheelchairtaxicab.com.au/wp-content/uploads/2026/03/CTA-Bg.webp) center no-repeat; background-size:cover; padding:5rem 0;  margin-bottom: 5rem }
#features-section h2{color: #fff; margin-bottom:1.2rem}
#features-section  p{color: #f1f1f1}

/*============================ */
/* Hollow Accordion 06
============================== */
.fa-chevron-down::before {content: "\f078";}

#faqs {
  position: relative;
  margin-bottom: 4.6rem;
}
#faqs h2{text-align: center}
#faqs .line{margin:1.2rem auto 2.5rem;}

#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: #f5f5f5;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	width: 100%;
}
#faqs .col-md-6{display: flex; flex-direction: column}
#faqs .dropdown-title h3 {
  font-size: 22px;
  padding: 15px 2rem 14px !important;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  text-transform: unset;
  font-family: var(--secondarycolor);
  margin: 0;
  color: #101010;
  align-items: center;
}
#faqs .dropdown-title h3 span {
  padding-right: 1rem;
}
#faqs .dropdown-title h3 i {
  font-size: 1rem;
  align-self: center;
  color: #fff;
  transition: all .3s ease;
  background: #000;
  padding: 10px;
  border-radius: 50%;
}
#faqs .dropdown-title:hover h3 i {
  transform: rotate(180deg);
}
#faqs .active .dropdown-title h3 i {
  transform: rotate(180deg);
}
#faqs .dropdown-content {
  padding: 0.3rem 2rem 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 12px;
    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: 500;
    padding: 11px 18px !important;
  }
    #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;
  }
}

#testimonials{padding: 0rem 15px 4.5rem;width: 100%;background:#fff; text-align: center}
#testimonials .line{margin:1rem auto 2.5rem; width:160px;}
#testimonials .testimonial-item{width: 44rem; margin: 0 auto;max-width: 100%;}
#testimonials .testimonial-item .adv-h3{margin-top: 2rem; text-transform: capitalize;font-size: 24px;}
#testimonials .testimonial-item img{width: 135px; margin: 0 auto 1.5rem}

#cta-section{background: var(--secondarycolor); padding:2.5rem 0;}
#cta-section .more-btn{margin-left:auto ;  }
#cta-section .row{align-items: center}

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

#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: 14px;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: #000;color: #fff;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: 11px 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: #ffd7d7 !important;color: #000;}

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

.contact-wrap{background: #f1f1f1; padding: 2rem 1.4rem; text-align: center; border-radius: 20px;border: 1px solid #e5e5e5;}
.contact-wrap #contactform textarea{height: 120px !important;}
.contact-wrap #contactform  input.wpcf7-submit{width:fit-content  !important; margin:1rem auto 0;font-size:17px; font-weight:500; border-radius:60px;background: var(--secondarycolor);}
#main .contact-wrap h3{font-size: 24px}

#bookonline p, #bookonline {text-align: center !important;}
.bookingform{background:#353535;padding:40px 23px 30px;margin-top:30px;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;border-radius: 35px;}
.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;}


#bookonline p, #bookonline {text-align: center !important;}
.bookingform{background:#353535;padding:40px 23px 30px;margin-top:30px;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;border-radius: 35px;}
.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;}
.post h2{font-size: 35px}

.info-box{background: linear-gradient(45deg, #101010, #303030); padding:2rem 1.5rem; border-radius:25px;}
.info-box h2{color: #fff; border-bottom: 0; margin: 0; font-size: 28px; text-transform:capitalize; }
.info-box p, .info-box strong,  .info-box a{color: #f1f1f1 !important;}
 .info-box a{color: #f1f1f1 !important; font-weight:400 !important }
.info-box .line{background: var(--secondarycolor)}

.icon-list{list-style: none;}
.icon-list li{display: flex; align-items: center;  gap:15px; margin-bottom: 30px;}
.icon-list li .icon{width: 60px; background: var(--secondarycolor); padding: 1.1rem; border-radius:50%;}
.icon-list li p{margin-bottom: 0 !important;}
.icon-list li strong{display: flex !important; margin-bottom: 0px !important; font-size:18px;}
.icon-list li:last-child{margin-bottom: 0 ;}

#blog {margin:3rem 0}
#blog img{border-radius:20px}
#blog img{margin-bottom:10px}
#blog h3{font-size: 24px}

#single-post {padding:3rem 10px;}
#single-post h1{text-transform: capitalize;margin-bottom: 1.5rem;font-size:2.2rem;border-bottom:1px dashed;padding-bottom:1rem;font-weight: 800;}
#single-post h2{border-bottom: 1px dashed #ccc; padding-bottom:12px; margin-bottom: 1.2rem}
#single-post h3{position: relative;padding-bottom: 1rem;margin-bottom:1.2rem;}
#single-post h3:before{content:"";position: absolute;bottom: 0;left: 0;background:var(--secondarycolor);width:150px;height: 3px}
#single-post img{margin: 0 auto;border:5px solid var(--secondarycolor);margin-bottom:25px;box-shadow:0px 5px 10px rgb(0,0,0,0.22);float: right;width: 100%;margin-left: 1rem;}
#single-post p{margin-bottom: 25px;text-align:justify;}
#single-post .row{align-items: center}

#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 {padding: 5rem 0 5rem;position: relative;width: 100%;text-align: center;background:url(https://www.wheelchairtaxicab.com.au/wp-content/uploads/2026/03/pagetitle.jpg) no-repeat center;z-index: 1;background-size: cover;float:left;}
#pagetitle:before{content: ""; position: absolute; top: 0 ; bottom: 0; left: 0; right: 0;  z-index: -1;background: #000000b8;}
#pagetitle h1 {color:#fff;text-align: center; margin-bottom: 0;font-size:42px;font-weight: 700; text-transform:uppercase;}
#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;}

#main{padding: 5rem 0 3rem;}
#main p{color:var(--primarycolor);font-size: 16px;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
.roundimg{border-radius: 2rem; position:sticky; top:1rem}

.list2 {list-style :none;margin-bottom: 1.5rem;} 
.list2 li {list-style :none;padding: 0 0px 18px 2.1rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list2 li:before{color:var(--secondarycolor);content: "\f193";font-family:'Font Awesome 5 Free';font-weight:900 ;      position:absolute;left:0rem;top:0px; font-size:19px;}

#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}
#main .line{margin:13px 0 24px;}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 0.7rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;align-items: center;}
.widget ul li::before{content: "-";margin-right: 0.4rem;font-size: 15px;color:#101010;font-family: 'Font Awesome 5 Free';font-weight: 900;}
.main-widget img{width: 330px; max-width: 90%;margin: 0 auto 1.6rem;}

#bottom {background: #fff;color:#101010;font-size: 16px;padding: 5rem 0 0;background-size: cover;position: relative;z-index: 1;}
#bottom .grid{display:grid; grid-template-columns:32% auto;gap: 2.6rem 3rem; -webkit-gap: 2.6rem 3rem; -moz-gap: 2.6rem 3rem;}
#bottom a {color: #101010;}
#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: #000;font-size: 24px;position: relative; margin-bottom:1.6rem;}
#bottom .widget h3:before{content: ""; position: absolute; bottom: 0; left: 0; width: 75px; height: 3px; background: var(--secondarycolor)}
#bottom .widget li {border: none;text-decoration: none;color:#101010;list-style: none;}
#bottom  .main-widget{text-align: center;padding: 0 11px;}

#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem !important;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: var(--secondarycolor);}
#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;}
#bottom .footer-dis{margin-top: 15px; font-weight: 500; margin-top:1.2rem; font-style: italic;}

#footer {clear: both;background:transparent;color: #101010;padding:0.8rem 0 0.8rem;text-align: center;font-size:15px;margin-top: 2.5rem;}
#footer a {color: #101010;}
#footer a:hover {color:var(--secondarycolor);}
.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: 99;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;transform:rotate(90deg)}
.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: 220px;height: auto;float:left;}


#bottom {width: 100%;display: block;padding-top: 3.5rem;}
.fleft, .fright {float: none;}
     .grid{grid-template-columns: 100% !important; }
  
    .abouttext{margin-top:1.8rem !important;}
  .aboutimg{float: none; margin: 0 auto; padding: 0}
  
    #cta-section {text-align: center; padding:3.5rem 0;}
  #cta-section .more-btn{margin: 1.5rem auto 0}
  
  #features-section{text-align: center; position:relative;}
  #features-section:before{content: ""; position:absolute;  top: 0; left: 0; right: 0; bottom: 0; background: #000000c7; }
  #features-section .two-btn{justify-content: center}
  
    #faqs .dropdown-title h3 i{font-size: 11px; padding: 9px;}
  
  .header_area{padding: 18px 0}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
  #why-choose .col-md-6:nth-child(2){padding-left: 1.4rem}
  #contact-page > .row > .col-md-8{padding-left: 1.8rem}
  #hellosection .col-md-7{padding-left: 2.5rem}
 
.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}
  
  .post h2{font-size: 28px}
  .post h3{font-size: 25px}
  
    #slider .bg-image img{height: 560px; object-fit: cover}
  .carousel-caption{padding:0 1rem 3rem;}
  
  .carousel-caption .row{padding: 2rem 10px;}
  #slider .more-btn{padding: 8px 35px; float: none; margin:1rem 0 0; font-size:16px;margin-top: 8px;}
  
  .carousel-caption h1{font-size: 28px}
  #logo img{width: 200px;height: auto;float:left;}
  
  #booking-form{padding: 2.8rem 8px 3rem;margin-bottom: 3.8rem;}
  #booking-form h2{font-size: 30px}
  
  #booking-form #contactform textarea{height: 100px !important;}
  #contactform input.wpcf7-submit{width: fit-content; margin: 1rem auto  0 !important;}
  #aboutus {margin: 3rem 0;margin-bottom: 3.5rem;}
  h2{font-size: 29px;}
  
  .list li{font-size: 20px}
  .btn{padding: 8px 35px}
  
  #servicebox .row{padding: 0 18px; margin-bottom:0;}
  #servicebox , #counter,  #why-choose, #features-section  {margin-bottom: 3.5rem}
 
  #why-choose .row{gap: 1.5rem}
  #features-section{padding:3rem 10px;}
  #features-section h2{font-size: 26px;}
  
  #features-section .two-btn{flex-direction: column; gap:15px}
  #testimonials .testimonial-item img{width: 100px; margin-bottom: 1.4rem}
  
  #testimonials .testimonial-item .adv-h3{margin-top:1.5rem}
  #testimonials {padding-bottom: 2.5rem;}
  
  .widget{margin-bottom: 1.4rem;}
  #footer{margin-top: 0}
  #testimonials .line{margin-bottom: 2.2rem}
  
  .page-id-14 #about .col-md-5, .page-id-14 #about .col-md-7{padding: 0 5px}
  
  #about .row{gap: 2rem; flex-direction: column-reverse}
  
  #pagetitle{padding: 4.5rem 0 5.5rem}
  #pagetitle h1{font-size: 34px}
  
  #hellosection .row{gap: 1.8rem}
  #hellosection  .col-md-5, #hellosection .col-md-7{padding:  0 5px}
  .line{width: 120px}
  
  #main .contact-wrap h3{font-size: 20px;margin-bottom: 1.3rem;}
  
  .contact-wrap{padding: 2rem 10px;}
  
  .icon-list li .icon{width: 50px; padding: 15px}
  .icon-list li{margin-bottom: 1.5rem}
  
  .info-box{padding: 2rem 20px;margin-bottom: 2rem;}
  
  .contact-wrap #contactform input.wpcf7-submit{padding: 0px 35px; height:42px}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
#bottom .col-md-3{width: 47%;float: left;}
#slider .btn-primary{padding:10px 35px;margin:10px 0;}
  #slider .bg-image img{height: 650px; object-fit: cover}
  #slider .more-btn{float:none; margin:1rem 0 0; padding: 10px 35px }
  #why-choose .image{margin-bottom: 1.8rem}
  #why-choose .image img{width: 80%; margin: 0 auto;}
  #bottom .col-md-4{max-width: 33%;}
  #faqs .dropdown-title h3{font-size: 20px}
}
@media  (min-width: 1500px) {
#slider  img{height: 800px; object-fit: cover}
}