/*
Theme Name:  1300 Melb Taxi Service
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:#f9c726;
--tertiarycolor:#101010;
  /* Font Variables: */
--primaryfont:'Poppins', sans-serif;
--secondaryfont:'Albert Sans', sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #000;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}
#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_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding: 12px 0 12px; box-shadow:0 5px 12px #0004}
.header_area .row{align-items:center}

#top-bar{/*! float: left; */width:100%;padding:0.8rem 0;}
#top-bar .row{justify-content:space-between;align-items: center;}
#top-bar img{width:28px;transition:0.6s ease-in-out}
#top-bar a{margin:0px 10px;color: #000;font-weight: 700 !important; font-size: 1.1rem;display: inline-flex;font-weight: 600;align-items: center;}
#top-bar .col-md-6:nth-child(1) a{padding:2px 0}
#top-bar a i{margin-right:11px;color:var(--secondarycolor);font-size: 22px;}
#top-bar a:hover{color:var(--secondarycolor);}
#top-bar a:hover img{transform:scale(1.1)}
#top-bar .pull-right,#top-bar .social{line-height: 1rem;text-align: right;}

.topbtn{margin-right:0 !important}
.topbtn a:after{display:none !important}
.topbtn a{width: 133px;margin: 0 auto;border:0;background:var(--secondarycolor);padding:9px 25px;border-radius:2rem;color:#000 !important;;font-size:0.9rem !important;font-weight:700 !important;}
.topbtn a:hover{background: #000; color: #fff !important;;}

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

.sub-heading{font-size: 19px;font-weight:600;color:#000; margin-bottom:0.4rem}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}

h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 38px; font-weight:600}
h3 {font-size: 24px;}
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;}

.two-btn{display: flex; justify-content: start; align-items: center; gap: 1.5rem; margin-top: 1.7rem;}
.two-btn a{margin:0 !important;}
.more-btn{padding: 7px 35px;margin:1rem 0 0; border-radius:60px;display:table;  background:var(--secondarycolor); text-transform:uppercase;font-weight:600; color:#000  }
.more-btn:hover{background:var(--tertiarycolor);color:#fff !important; }

.call-btn{display: flex; align-items: center; gap: 0.5rem; font-size: 21px; font-weight: 700; color: #000; background:#fff; padding: 2px 9px; border-radius:60px;}
.call-btn img{width: 32px}

.call-btn2{border:0;border-radius:8px;color:#000 !important;;font-size:1.2rem !important;font-weight:800 !important; display: flex !important;justify-content:center;align-items: center;line-height: 1.15;font-size: 26px !important;gap: 10px;}
.call-btn2 img{margin-right: 5px; min-width: 42px; width:42px !important;}
.call-btn2 small{font-size: 0.67em; font-weight: 500 !important; text-transform: capitalize;}


#slider-section{position: relative; }
#slider-section .bg-image img{width: 100%; object-fit:cover;object-position: bottom;height: 800px;}
#slider-section .carousal-caption{position: absolute; top:  0 ; left: 0 ;bottom: 0; right: 0; padding-top:6%;}
#slider-section .text-box{width: 34rem;max-width: 100%;padding: 0 10px;}
#slider-section .text-box h1{font-size: 40px; text-transform: capitalize}

.line{display: table; width: 120px; height: 3px; background: #000; margin: 0 auto 1.5rem}

#booking-form{display: flex; justify-content: end;margin-bottom: 5rem;}
#booking-form .form-box{width: 35.3rem;background:var(--secondarycolor); text-align:center; padding: 1.7rem 1rem 1.3rem; position:relative; border-radius: 15px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
#booking-form h2{font-size: 28px; position:relative;margin-bottom: 0.5rem;}
#booking-form .payment-img{margin: 0 auto; }
#booking-form .small-text{color:#000 ; margin-bottom:0 }
.wpa-test-msg{display: none !important;}

#about-us {margin: 7rem 0 5rem;}
#about-us .sub-heading{color:var(--secondarycolor)}
.page-id-64 #about-us{margin: 0}
#about-us .row{align-items: center}
#about-us h2{margin-bottom: 1.2rem;color:var(--secondarycolor)}
#about-us h2 span{color:#000;display: table}
#about-us img{width:520px}

#service-section{text-align: center; background: url("https://www.1300melbtaxiservice.com/wp-content/uploads/2026/07/services-bg-img.webp") no-repeat center; background-size:cover; padding: 4rem 10px 4.5rem; margin-bottom: 5rem;}
#service-section .dis{width:54rem; margin: 0 auto 3rem; color: #f1f1f1; max-width: 100%;}
#service-section h2{color: #fff}
#service-section .sub-heading{color: #f1f1f1 }
#service-section .row{gap: 3rem 1.3rem;}

.service-items *{transition: 0.5s ease;}
.service-items{flex: 1 0 300px; text-align: left}
.service-items .image{border: 20px solid #fff; border-bottom: 0px; }
.service-items:hover .image{border-color: var(--secondarycolor)}
.service-items .icon{width: 85px; background: var(--secondarycolor); padding: 15px; margin:-3.5rem 0 1.2rem auto}
.service-items:hover .icon{background:#fff;}
.service-items .content{padding: 0 25px 20px; width:calc(100% - 40px); margin:0 auto;background: #fff; display:flex;flex-direction:column;}
.service-items h3{text-transform: uppercase; font-weight: 600}
.service-items a {color: var(--primarycolor) !important;}
.normal-btn{display: flex; text-transform:uppercase; transition:0.5s ease; color: #000 ; gap:0.7rem; font-weight:700; margin-top:0.7rem}
.normal-btn:after{content: "\f061";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:900}
.normal-btn:hover{color: var(--secondarycolor)}


#whyus{margin-bottom: 5rem;}
#whyus .dis{color:var(--secondarycolor); font-weight: 500;font-size: 20px;text-transform:uppercase}
#whyus .dis:before{content:""; background:url(https://www.1300taxibooking.com/wp-content/uploads/2025/10/Line.png); height:8px;width:60px;background-size:100%;  left:0;}
#whyus .dis{ display: flex;width: fit-content; text-align: center; color:var(--secondarycolor);font-weight: 500;font-size: 20px;align-items: center;gap: 1rem;}
#whyus img{clip-path: polygon(0 0, 85% 0, 100% 14%, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0% 20%);}
#whyus h2{font-size:38px; margin-bottom:3rem}
#whyus .featurebox{display: flex; align-items: center; margin-top: 4rem;}
#whyus .featurebox img{width: 100px; margin-right: 15px;}
#whyus .featurebox p{line-height: 1.5}
#whyus .row{align-items: start;}

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

#testimonials{padding: 5rem 0px; background:url(https://www.1300melbtaxiservice.com/wp-content/uploads/2026/07/testimonials-img.webp) no-repeat center; background-size:cover; }
#testimonials h2{color: #fff; margin-bottom: 1.5rem}
#testimonials .col-md-6:nth-child(1) p{color: #f1f1f1}
#testimonials .row{align-items: center;}

.testimonial-item{background:#fff; padding:3.5rem 2rem 2.3rem; display:flex; gap:1.5rem;  border-radius: 2rem 2rem 2rem 0;position: relative !important;}
.testimonial-item:before{content: ""; position: absolute; top: 1.5rem; right: 2rem; width: 100px ;height: 100px; background: url(https://www.1300melbtaxiservice.com/wp-content/uploads/2026/07/quotation-icon.webp) no-repeat; background-size:cover;  }
.testimonial-item .image{min-width: 100px}
.testimonial-item h3{font-size: 18px; margin-top:1rem; margin-bottom:0;}
.testimonial-item  .content{position: relative}
.testimonial-item .stars{position: absolute; bottom: 0; right: 0; width: 120px}

.phone-btn{display:flex; align-items:center; gap:0.5rem; font-size:29px; font-weight:700; color: #000 !important;}
.phone-btn img{width: 40px}

#cta-section {background: var(--secondarycolor);padding: 2.4rem 0;}
#cta-section h2{font-size:32px}
#cta-section .row{align-items: center}
#cta-section .more-btn{background: #000; color:#fff;}
#cta-section .two-btn{margin-top: 0; gap: 2rem;}

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

#hollowsection .innerform{margin: 0 !important;}
#hollowsection .innerform .line{margin: 0 auto 1rem}
#hollowsection h2{font-size: 28px}
#hollowsection .line{margin: 0 0 1rem}
#hollowsection .row{/*! align-items: center; *//*! flex-direction: row-reverse; */}
#hollowsection #booking-form{margin: 0;}
#hollowsection #booking-form .form-box{width: 100% !important;}

#whybox{padding: 4rem 0; background: #f1f1f1; text-align: center;}
#whybox .box{flex: 1 0 270px; max-width: 300px; text-align:center; background:#fff; padding: 1rem; border-radius:1rem}
#whybox .box img{margin: 0 auto; width: 90px}
#whybox h3{font-weight:500; font-size: 20px}
#whybox .row{justify-content: center; gap:1rem;margin-top: 2rem;}
#whybox p{line-height: 1.5}

.full-row	{
    width: 99.335vw;
    position: relative;
   margin: 4rem 0 3rem; 
    margin-left: -49.99vw;
    left: 50%;
    /*! background: #F2F2F2; */
    padding: 2rem 0;
}

#hollowsection2{padding: 1rem 0}
#hollowsection2 .line{margin: 0 0 1rem}
#hollowsection2 img{border-radius: 2rem;width: 100%;}
#hollowsection2 .row{/*! align-items: center */}
#hollowsection2 h3{font-weight: 600}


.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: 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(--tertiarycolor);color: #fff;text-transform: uppercase;cursor: pointer;margin: 15px auto;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 10px;border: none;align-items: center;padding: 10px 60px 10px;font-size: 17px;font-weight: 600;width: fit-content;height: 46px;}
#contactform input.wpcf7-submit:hover{background: #353535;color: #fff;}
#contactform .wpcf7-spinner{display: none}

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

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

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

#contactBox{background: #f1f1f1; padding:2.4rem 2rem 2rem; border-radius:25px}
#contactBox #contactform input, #contactBox #contactform textarea, #contactBox #contactform textarea{background: transparent; border-radius: 0; -webkit-border-radius: 0; padding: 0; -webkit-padding:0; border:0; border-bottom: 2px solid #ccc; height:45px; }
#contactBox #contactform input:focus, #contactBox #contactform textarea:focus, #contactBox #contactform textarea:focus{border:0;border-bottom: 2px solid var(--secondarycolor);}
#contactBox #contactform textarea{height:59px; }
#contactBox #contactform .wpcf7-submit{border: none; background: var(--secondarycolor); color:#000; border-radius: 10px; margin: 0.8rem 0 0; font-size: 15px ; padding: 10px 25px; height: fit-content}
#contactBox #contactform .wpcf7-submit:hover{background:#000; color: #fff !important;}
#contactBox .social-list{display: flex; align-items: center; gap: 1rem;margin-top: 2.1rem;}
#contactBox .social-list p{margin-bottom: 0 !important;font-weight: 600;color: #000;font-size: 19px;}
#contactBox .social-list a{width: 34px; height: 34px; background: var(--secondarycolor); border-radius:50%; display: inline-flex; align-items: center; justify-content: center; }
#contactBox .social-list i{color: #fff; font-size:16px}
#contactBox h2{text-transform: capitalize;padding-bottom: 0 !important; margin-bottom: 10px !important; font-size: 32px;}
#contactBox h2:before{display: none; }
#contactBox .sub-heading{color: var(--secondarycolor); margin: 0; font-weight: 700}

.contact-list li{background: #fff; display: flex; align-items: center; gap: 1rem; margin-bottom:1.2rem;padding:14px 18px; border-radius:10px; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;}
.contact-list li h3{border-bottom: 0 !important; padding-bottom: 0 !important; margin-bottom: 7px !important; font-size: 18px !important;  font-weight:500 !important; line-height: 1 !important;margin-top: 7px !important;}
.contact-list li a{font-weight: 400 !important; color: #404040 !important;}
.contact-list p{margin-bottom: 0 !important;}
.contact-list .icon{min-width: 65px; display: flex; align-items: center; justify-content: center; background: var(--secondarycolor); border-radius: 50%; padding: 1rem; width: 65px;}
.contact-list .icon img{filter: invert(1)}

#pagetitle {padding: 6rem 0 6.5rem;position: relative;width: 100%;text-align: center;background:url(https://www.1300melbtaxiservice.com/wp-content/uploads/2026/07/pagetitle-img.webp) no-repeat center;z-index: 1;background-size: cover;}
#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:38px;font-weight: 700;text-transform: capitalize;}
#pagetitle p {color:#f1f1f1;text-align: center;font-size: 15px; margin: 0 auto;}
.breadcrumb {list-style: none;max-width: 100%;float: none;font-size: 13px;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: 3rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}
.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 0.8rem 0;margin-bottom: 1.2rem;}
.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: 250px; max-width: 90%;margin: 0 auto 1rem;}

#bottom {background: #fff;color:#454545;font-size: 16px;padding: 4.5rem 0 0;background-size: cover;}
#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: #454545;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: #000;font-size: 24px; position: relative}
#bottom .widget h3:before{content:""; position: absolute; bottom: 0; left: 0; width: 86px; height: 3px; background: var(--secondarycolor);}
#bottom .widget li {border: none;text-decoration: none;color:#454545;list-style: none;}
#bottom  .main-widget{text-align: center}

#footer {clear: both;background:transparent;color: #454545;padding:0 0 0.5rem;text-align: center;font-size:12px;margin-top: 2.5rem;}
#footer small{font-size: 10px; margin0;margin: 0 auto 1.2rem;display: table;}
#footer a {color: #454545;}
#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: 9999;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#000;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

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

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

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.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;padding-top: 2.5rem;}
.fleft, .fright {float: none;}
    
    #top-bar{display: none;}
    .header_area{padding: 8px 0}
    #booking-form .form-box{width: 100%;}
    
    #about-us .col-md-6:nth-child(1) img{margin: 0 auto 1rem}
    .service-items .icon{width: 75px; margin-top: -3rem}
    #service-section {margin-bottom: 4rem}
    #whyus .col-md-6:nth-child(1) img{margin:0 auto 1.5rem}
    
    #whyus .featurebox{margin-top: 2.5rem}
    
    #testimonials .row{gap: 2.5rem}
    #cta-section{text-align: center}
    #cta-section h2{margin-bottom: 1.5rem}
    #cta-section .two-btn{justify-content: center;align-items: center; flex-direction: column;gap: 0.6rem;}
    
    .grid{grid-template-columns: 100% !important; }
    .main-widget img{width: 180px; margin-bottom: 1rem}
    
    #footer{margin-top: 16px;}
    #booking-form{margin-bottom: 3.5rem}
    
    #hollowsection2 img{margin-bottom: 1rem}
    #hollowsection #booking-form{margin-bottom: 1rem}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
    #booking-form{ margin-top:-47.6rem;height: fit-content;}
    #whyus .featurebox:nth-child(2){margin-top: 4rem}
    #testimonials .col-md-6:nth-child(1){padding-right: 3rem}
    #cta-section .col-md-6:nth-child(2){border-left:3px solid #000; display: flex;align-items: center;justify-content: end;padding: 1.4rem 0;}
.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}
	
  .widget {margin-bottom:1rem}
  .widget ul li{margin-bottom: 0.8rem}
  #footer{margin-top: 0.5rem}
  .main-widget img{width: 250px; margin-bottom: 1.5rem}
    #cta-section h2{font-size: 30px}
    #cta-section h2 br{position: absolute}
    
     .testimonial-item{flex-direction: column; padding: 25px 18px 30px}
    .testimonial-item .image{min-width: 85px; width: 85px}
    
    h2, #whyus h2{font-size: 32px;}
    #about-us h2 br{position: absolute; display: none;}
     #whyus h2{font-size: 32px; margin-bottom:2rem}
    #testimonials{padding: 3rem 0}
    
    #whyus .featurebox img{width: 85px; }
    .two-btn{flex-direction: column;align-items:start; gap: 1.2rem}
    
    #booking-form .form-box{width: 90%; margin: 0 auto; padding:2rem 10px;}
    #slider-section .bg-image img{margin-bottom: 3rem;height: 601px;object-fit: contain;}
    
    .two-btn{ align-items: start; gap: 1rem;}
    #slider-section .text-box{text-align: center}
    #slider-section .text-box h1{font-size: 30px;}
    #slider-section .two-btn a{min-width: 185px; text-align: center}
    #slider-section .carousal-caption{padding-top: 10%}
    #slider-section .two-btn{margin-top: 1rem; gap: 0.9rem;align-items: center;}
    
    #about-us{margin-bottom: 2.8rem}
    #service-section{padding: 2.5rem 10px 3.5rem; margin-bottom:3rem}
    #whyus {margin-bottom: 3.2rem}
    .service-items .content{padding: 0 15px 20px}
    h3{font-size: 21px}
    #logo img{width: 180px;height: auto;float:left;}
    
    #pagetitle{padding: 5rem 0}
    #pagetitle h1{font-size: 32px}
    
    #booking-form{justify-content: center}
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
    #bottom .col-md-4{max-width: 33%}
    #slider-section{margin-bottom: 4rem}
    #slider-section .text-box{text-align: center; margin: 0 auto}
    #slider-section .two-btn{justify-content: center}
    .service-items .content {padding: 0 18px 20px}
}

@media (min-width: 1500px) {
#slider-section .bg-image img{width: 1276px; margin: 0 auto;object-fit:cover;}
  
}