/* Font Style */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Joan&display=swap');


body {
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* Common Classes */

a {
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.5s ease;
}

a:hover {
    color: #f68633;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.btn {
    background-color: #ffffff;
    display: block;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: none !important;
    color: rgba(59, 59, 59, 1);
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    border-radius: 5px;
    width: 100%;
    text-transform: capitalize;
}

.btn:hover {
    color: #fff;
    background-color: rgba(244, 179, 0, 1);
    border-color: rgba(244, 179, 0, 1);
    ;
}

.container {
    max-width: 1270px;
    width: 100%;
}

/* Common Color Text */

.yellowText {
    color: rgba(244, 179, 0, 1);
}


/* Login Page Style Here */

.loginBox {
    background: rgba(255, 255, 255, 1);
    border-radius: 25px;
    display: flex;
    align-items: center;
}

.loginFormBox {
    width: 48%;
    padding: 100px 50px 50px 80px;
}

.loginFormBox>a {
    display: inline-block;
    max-width: 210px;
    margin-bottom: 50px;
}

.loginFormBox .heroContent .circleDots {
    top: -40px;
    left: -20px;
}

.loginFormBox .heroContent h1 {
    font-size: 50px;
    line-height: 70px;
    padding-top: 20px;
}

.loginFormBox .heroContent h1 strong:first-child:before {
    height: 11px;
    bottom: 18px;
}

.loginFormBox .heroContent p {
    font-weight: 500;
    padding: 10px 0 30px;
}

.loginFormBox .locationInput {
    display: flex;
    align-items: center;
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 5px;
    padding: 0 120px 0px 50px;
}

.loginFormBox .locationInput .icons {
    width: 40px;
    left: 10px;
}

.loginFormBox .locationInput span img {
    max-width: 40px;
}

.loginFormBox .heroContent .selectDropdown {
    width: 110px;
}

.loginFormBox .heroContent .selectDropdown select.form-control {
    height: 44px;
}

.loginFormBox .locationInput .form-control {
    padding: 0;
    border: 0;
}

.loginFormBox .heroContent .btn-dark {
    border-radius: 4px;
    max-width: 120px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0;
}

.importantNotes {
    padding: 0 0 0 22px;
    margin: 50px 0 0;
    position: relative;
}

.importantNotes::before {
    content: '';
    border: 1px dotted rgba(0, 0, 0, 1);
    border-radius: 10px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 13px;
    height: 73%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.importantNotes li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 0;
    display: block;
    position: relative;
}

.importantNotes li::before {
    content: '';
    background: rgba(244, 179, 0, 1);
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 17px;
    left: -11px;
    z-index: 3;
}

.importantNotes li:last-child::after {
    display: none;
}

.importantNotes li:not(:first-child)::after {
    content: '';
    border-bottom: 1px dotted rgba(0, 0, 0, 1);
    width: 10px;
    height: 2px;
    position: absolute;
    left: -20px;
    top: 19px;
}

.loginFooter {
    padding: 100px 0 0;
}

.loginFooter p a {
    color: rgba(0, 0, 0, 1);
    padding-left: 5px;
}

.loginImageBox {
    width: 52%;
    text-align: right;
    position: relative;
}

.loginImage {
    display: inline-block;
    position: relative;
}

.loginImageBox .circleDots {
    top: -160px;
    left: 0;
    height: 240px;
    width: 240px;
}

.loginImageBox .circleDots.one {
    right: 0;
    left: auto;
}

/* Otp Popup Style Here */

.otpModalPopup .modal-dialog {
    max-width: 450px;
}

.otpModalPopup .modal-content {
    border-radius: 25px;
}

.modal-header {
    padding: 70px 20px 40px;
    justify-content: center;
}

.modal-header h5 {
    max-width: 210px;
}

.modal-body {
    padding: 50px 20px;
}

.otpBox {
    text-align: center;
}

.otpBox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.otpBox p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.otpBox strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0 30px;
}

.otpInput {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.otpInput .form-control {
    padding: 8px;
    width: 44px;
}

.otpBox .btn-dark {
    margin: 40px auto;
    max-width: 240px;
}

.otpBox p.notReceiveText {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 30px;
}

.otpBox a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

/* Register Page Style Here */

.registerSection {
    padding: 60px 0;
    position: relative;
}

.registerSection .circleDots {
    width: 190px;
    height: 190px;
    top: 0;
    left: 180px;
}

.registerSection .heroContent {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.registerSection .heroContent h1 {
    font-size: 30px;
    line-height: 50px;
    max-width: 100%;
}

.registerSection .heroContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 0 40px;
    max-width: 760px;
    margin: 0 auto;
}

.tabFormBox {
    display: flex;
    width: 100%;
    justify-content: center;
}

.tabFormBox .arrow-box {
    width: 200px;
    height: 40px;
    position: relative;
    display: inline-block;
}

.tabFormBox .arrow-box .arrow-body {
    width: calc(100%);
    vertical-align: top;
    height: 40px;
    display: inline-block;
    background: rgba(234, 234, 234, 1);
}

.tabFormBox .arrow-box .arrow-block {
    height: 40px;
    width: 46px;
    position: absolute;
    display: inline-block;
    overflow: hidden;
    right: -28px;
    top: 0;
}

.tabFormBox .arrow-box .arrow-block .arrow-right {
    width: 28.28px;
    height: 28.28px;
    background: rgba(234, 234, 234, 1);
    box-shadow: 2px 2px 0 0 white;
    z-index: 100;
    position: absolute;
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: rgba(234, 234, 234, 1);
    transform: translateY(-50%) rotate(-45deg);
    border: 0 20px 20px 0 solid black;
    left: 0;
    top: 50%;
}

.tabFormBox .arrow-box a {
    color: rgba(0, 0, 0, 1);
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}

.tabFormBox .arrow-box.active a {
    color: rgba(244, 202, 92, 1);
}

.tabFormBox .arrow-box.active {}

.tabFormBox .arrow-box.active .arrow-body {
    background: rgba(59, 59, 59, 1);
}

.tabFormBox .arrow-box.active .arrow-block .arrow-right {
    background: rgba(59, 59, 59, 1);
    border-color: rgba(59, 59, 59, 1);
}

.registerForm {
    padding: 40px 0 0;
    max-width: 350px;
    margin: 0 auto;
}

.registerForm .form-inline {
    gap: 20px;
}

.registerForm .form-inline .form-group {
    width: 100%;
    margin: 0;
}

.registerForm .form-inline .form-control {
    width: 100%;
}

.registerForm .form-inline .form-group:nth-last-child(3),
.registerForm .form-inline .form-group:nth-last-child(2) {
    width: 47%;
}

/* Register 2 Page Style */

.businessCategories {
    padding: 40px 0 0;
}

.businessCategories p {
    text-align: center;
    padding-bottom: 11px;
    max-width: 780px;
    margin: 0 auto;
}

.businessCategories .listing {
    max-width: 980px;
    margin: 20px auto 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.businessCategories .listing .form-check {
    padding-left: 0;
}

.businessCategories .listing input[type=checkbox] {
    display: none;
}

.businessCategories .listing .form-check-label {
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 50px;
    font-weight: 400;
    line-height: 34px;
    padding: 0 10px;
    text-transform: capitalize;
}

.businessCategories .listing input[type=checkbox]:checked+.form-check-label {
    background: rgba(59, 59, 59, 1);
    border: 1px solid rgba(59, 59, 59, 1);
    color: rgba(244, 202, 92, 1);
}

.businessCategories .btn-block {
    max-width: 350px;
    margin: 30px auto 0;
}

/* Register 3 Page Style Here */

.uploadDocument form.form-inline {
    max-width: 350px;
    margin: 20px auto 0;
}

.uploadDocument .form-inline .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.uploadDocument .form-inline .selectDropdown,
.uploadDocument .form-inline .form-control {
    width: 100%;
}

.uploadImageBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(161, 161, 161, 1);
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    margin-bottom: 0;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    background-color: #00f;
    width: 125px;
    height: 125px;
    position: relative;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
}

.uploadDocument .btn {
    margin: 30px 0 10px;
}

.uploadDocument a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

/* Header Section Style Here */

.headerSection {
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    padding: 12px 0;
}

.headerSection .navbar-brand {
    display: inline-block;
    padding: 0;
    margin: 0;
    max-width: 210px;
}

.headFormBox {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: 15px;
}

.headFormBox .form-inline {
    max-width: 530px;
    width: 100%;
    justify-content: end;
    gap: 15px;
    flex-wrap: nowrap;
}

.form-control {
    height: 44px;
    padding: 10px 15px;
    font-size: 12px;
    color: #000000;
    background-color: #fff;
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 5px;
}

.locationInput {
    position: relative;
}

.locationInput .form-control {
    padding-left: 35px;
}

.locationInput .icons {
    /*background-color: #ffffff;*/
    border-radius: 5px 0 0 5px;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 30px;
    height: 42px;
    left: 1px;
    top: 2px;
    z-index: 1;
}

.locationInput span img {
    max-width: 25px;
    width: 100%;
}

.searchBox {
    width: 100%;
    position: relative;
    display: flex;
}

.searchBox .form-control {
    width: 100%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.searchBox .btn {
    background: rgba(244, 179, 0, 1);
    border-color: rgba(244, 179, 0, 1);
    padding: 0;
    border-radius: 0 5px 5px 0;
    width: calc(100% - 44px);
    max-width: 44px;
}

.headBtns {
    max-width: 320px;
    width: 100%;
    gap: 14px;
}

.headBtns .btn {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.headBtns .btn strong {
    text-transform: uppercase;
}


.headBtns .btn.baarBtn,
.headBtns .btn.profileBtn,
.headBtns .btn.bellBtn {
    display: inline-block;
    padding: 0;
    height: 44px;
    max-width: 44px;
    width: 100%;
}

/* After Login Header Style */

.afterLoginHeader .nav.nav-tabs {
    border: 0;
    margin-left: auto;
    margin-right: 10px;
}

.afterLoginHeader .nav-tabs .nav-link {
    color: rgba(0, 0, 0, 1);
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgba(228, 228, 228, 1);
    background: rgba(240, 240, 240, 1);
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.afterLoginHeader .nav-tabs .nav-link img {
    margin-right: 10px;
}

.afterLoginHeader .nav-tabs .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}

.afterLoginHeader .headBtns {
    max-width: 44px;
}

/* Banner Section Style Here */

.heroSection {
    background-repeat: no-repeat;
    background-position: top 44px right -30px;
    background-size: 800px;
    min-height: 690px;
    padding: 44px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.heroSection .container {
    position: relative;
}

.circleDots,
.boxStrip,
.curveLine {
    position: absolute;
}

.circleDots {
    top: 40px;
    left: 80px;
}

.boxStrip {
    bottom: 0px;
    left: 400px;
}

.curveLine {
    top: -60px;
    right: 0;
    z-index: -1;
}

.bannerBox {
    display: flex;
    align-items: center;
}

.heroContent {
    max-width: 640px;
    width: 100%;
}

.heroContent h1 {
    color: #000000;
    font-size: 40px;
    font-weight: 200;
    line-height: 60px;
    max-width: 546px;
}

.heroContent h1 strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.heroContent h1 strong:first-child:before {
    content: '';
    background: rgba(244, 179, 0, 0.5);
    height: 7px;
    width: 93%;
    position: absolute;
    bottom: 8px;
}

.heroContent p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 50px 0 40px;
    max-width: 460px;
}

.heroContent .form-inline {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 630px;
    padding: 15px;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
    position: relative;
}

.heroContent .form-inline::before {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #A7A7A7 0%, #FFFFFF 100%);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 202px;
}

.heroContent .searchBox {
    max-width: 400px;
}

.heroContent .selectDropdown {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.selectDropdown::before {
    height: 38px;
    right: -10px;
    top: -3px;
}

.heroContent .selectDropdown select.form-control {
    padding: 8px 15px 8px 8px;
    width: 100%;
    border: 0;
    height: 30px;
    box-shadow: none;
}

.heroImage {
    display: none;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: rgba(244, 179, 0, 0.6);
    outline: 0;
    box-shadow: none;
}

/* Category Section Style Here */

.homeCategorySection {
    padding: 100px 0 0;
}

.categoryBox {
    background: rgba(246, 246, 246, 1);
    padding: 75px 40px 64px;
    position: relative;
}

.categoryBox::after {
    content: '';
    background-image: url(https://img.cabdunia.com/images/road-strip-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.categorySlider .owl-item:nth-child(even) .categoryBox {
    background: rgba(246, 237, 231, 1);
}

.categoryBox .icons {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.categoryBox .icons:before,
.enquiryList .icons:before {
    content: '';
    background: rgba(244, 179, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    height: 35px;
    width: 35px;
    left: 7px;
    top: 4px;
}

.categoryBox .icons span,
.enquiryList .icons span {
    position: relative;
}

.owl-carousel .owl-item .categoryBox .span img {
    width: 40px;
    height: 46px;
}

.categoryBox h5 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 10px;
}

.categoryBox h5 a {
    color: rgba(0, 0, 0, 1);
}

.categoryBox p {
    font-weight: 300;
    padding-bottom: 30px;
}

.linkArrow {
    display: inline-block;
}

.owl-carousel .owl-item .categoryBox .linkArrow img {
    max-width: 16px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: 4px solid #ffffff;
    background: linear-gradient(90deg, #FFFFFF 50%, #F4CD62 100%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -25px;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button span {
    background-image: url(https://img.cabdunia.com/images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    display: block;
    color: transparent;
    transform: rotate(180deg);
}

/* Our Services Section Style */

.ourServiceSection {
    padding: 100px 0;
}

.subHeading {
    padding: 0 0 20px;
}

.subHeading h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

.subHeading h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.blogBox .subHeading h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.tocheading {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding-top: 10px !important;
}

.subHeading p {
    font-size: 14px;
    line-height: 24px;
}

.serviceListing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto;
    transition: 0.5s;
    height: 90px;
    overflow: hidden;
}

.serviceListing.showMore {
    height: auto;
    overflow: unset;
    transition: 0.5s;
}

.serviceListing p {
    background: rgba(246, 237, 231, 1);
    border-radius: 5px;
    padding: 10px 20px;
}

.viewMore {
    max-width: 166px;
    margin: 20px auto 0;
}

.detailContentListing .serviceListing {
    max-width: 100%;
}

.serviceContentSec .box .detailContentListing .serviceListing p {
    background: transparent;
    padding: 10px 0 0px 0;
}

.detailContentListing .readMoreBtn {
    margin-left: 0;
}

/* Enquiry Section Style Here */

.enquiryBox {
    background: rgba(246, 246, 246, 1);
    padding: 110px 40px 0 70px;
    position: relative;
}

.enquiryLogo {
    display: inline-block;
    padding: 0 0 20px;
    max-width: 210px;
}

.enquiryBox .contentBox p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    max-width: 575px;
    padding: 0 0 35px;
}

.enquiryList .box {
    background: rgba(246, 237, 231, 1);
    padding: 40px;
    max-width: 200px;
    width: 100%;
}

.enquiryList .box:nth-child(even) {
    background-color: #ffffff;
}

.enquiryList .icons {
    position: relative;
    display: block;
}

.enquiryList .icons:before {
    top: -1px;
}

.enquiryList>strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    max-width: 103px;
    padding: 34px 0 0;
}

.enquiryBox .circleDots {
    top: 20px;
    right: 210px;
    left: auto;
}

.enquiryForm {
    border: 1px solid rgba(0, 0, 0, 1);
    background-color: #ffffff;
    border-radius: 25px;
    padding: 75px 40px;
    max-width: 400px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.serviceRightBox .enquiryForm.fixed-header {
    position: sticky;
    top: 43.3%;
    max-width: 330px;
    z-index: 3;
}

.enquiryForm::before {
    content: '';
    background: rgba(244, 179, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    height: 90px;
    width: 100px;
    top: -50px;
    left: -50px;
}

.enquiryForm .boxStrip {
    bottom: auto;
    top: 0;
    right: 0;
    width: 160px;
    left: auto;
}

.enquiryForm h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 10px;
}

.tabBox .nav-tabs {
    border-bottom: 1px solid rgba(195, 194, 194, 1);
    margin-bottom: 30px;
    margin-top: 20px;
}

.tabBox .nav-tabs .nav-item {
    padding-right: 30px;
}

.tabBox .nav-tabs .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 0 6px;
    line-height: 24px;
    position: relative;
}

.tabBox .nav-tabs .nav-item.show .nav-link,
.tabBox .nav-tabs .nav-link.active {
    font-weight: 500;
}

.tabBox .nav-tabs .nav-link.active::before {
    content: '';
    background: rgba(0, 0, 0, 1);
    border-radius: 8px;
    width: 32px;
    height: 2px;
    position: absolute;
    bottom: -1px;
}

.tab-content .serviceListing p {
    font-size: 14px;
}

.serviceListing p a,
.tab-content .serviceListing p a {
    color: rgba(0, 0, 0, 1);
}

/* Tour Package Section Style Here */

.tourPackageSection {
    padding: 100px 0;
}

.tourPackageSection .container {
    max-width: 1140px;
}

.tourPackageSection .tabBox {
    max-width: 680px;
    margin-left: auto;
}

.tourPackageSection .tabBox .nav-tabs {
    margin-top: 0px;
}

.tourPackageSection .serviceListing {
    justify-content: start;
}

/* Footer Section Style Here */

.footerSection {
    padding: 0 0 50px;
}

.footerBox {
    position: relative;
    padding: 55px 0;
}

.footerBox::before,
.footerBox::after {
    content: '';
    background-image: url(https://img.cabdunia.com/images/road-strip-icon.svg);
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 55px;
}

.footerBox::before {
    top: 0;
}

.footerBox::after {
    bottom: 0;
}

.footerUpper {
    padding: 40px 30px 20px;
}

.footerLinks {
    padding-bottom: 12px;
}

.footerLinks h4 {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.linksText a {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-right: 22px;
    margin-bottom: 8px;
}

.linksText a:hover {
    color: rgba(244, 179, 0, 1);
}

.footerMiddle {
    border-bottom: 1px solid rgba(209, 209, 209, 1);
    border-top: 1px solid rgba(209, 209, 209, 1);
    padding: 40px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerMiddle .leftbox {
    display: flex;
    align-items: center;
}

.footerMiddle .leftbox a {
    display: inline-block;
    max-width: 210px;
}

.leftbox>p {
    position: relative;
    max-width: 100%;
    padding: 19px 0;
    padding-left: 30px;
    margin-left: 30px;
}

.leftbox>p::before {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #7F7F7F 0%, #F6EDE7 100%);
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.listWrapper .box .replyEditBtn {
    position: relative;
    top: auto;
    right: auto;
}

.listWrapper .box .replyEditBtn .btn {
    margin-left: auto;
}

.footerMiddle .rightBox {
    display: none;
}

.socialLinks {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 6px;
    padding: 8px;
    display: none;
    position: absolute;
    bottom: -60px;
    right: 0;
    min-width: 240px;
    text-align: center;
    z-index: 4;
}

.socialLinks a {
    /* background: rgba(239, 239, 239, 1); */
    /* border-radius: 50%; */
    height: 44px;
    width: 44px;
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
    line-height: 36px;
    margin: 0 4px;
}

.fixListBox .enquiryList .socialLinks {
    bottom: auto;
    top: -60px;
    right: 56px;
}

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px;
}

.footerBottom .linksText a {
    margin-bottom: 0;
}

/* List Page Style Here */

.googleAddBox {
    padding: 55px 0 0;
}

.googleImage {
    background: rgba(240, 240, 240, 1);
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.googleImage h4 {
    color: rgba(188, 188, 188, 1);
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    max-width: 170px;
    text-align: center;
}

.listWrapper>.box {
    padding: 20px 0 15px;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.breadcrumb-item {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    content: ">";
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb-item.active {
    color: rgba(0, 0, 0, 1);
}

.breadcrumb-item.active {
    font-weight: 300;
}

.shortBy {
    max-width: 280px;
    width: 100%;
}

.shortBy .form-group.form-inline {
    margin: 0;
}

.shortBy label {
    line-height: 24px;
    font-weight: 400;
    margin-right: 10px;
}

.selectDropdown {
    position: relative;
}

.selectDropdown::before {
    content: '';
    background-image: url(https://img.cabdunia.com/images/down-arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
    position: absolute;
    width: 30px;
    height: 42px;
    right: 1px;
    pointer-events: none;
    cursor: pointer;
    top: 1px;
}

.shortBy .selectDropdown {
    width: calc(100% - 54px);
}

.form-inline .custom-select {
    width: 100%;
}

.listHead {
    padding: 0 0 12px;
}

.listHead .subHeading {
    padding: 0;
}

.listHead .socialLinks span {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.listHead .socialLinks a {
    border: 1px solid rgba(202, 202, 202, 1);
    background: rgba(242, 242, 242, 1);
    border-radius: 5px;
    height: 36px;
    width: 36px;
}

/* Filter Style Here */

.filterBox {
    position: relative;
    padding: 2px 0;
    padding-right: 70px;
    /* white-space: nowrap; */
    /* overflow: auto; */
}

.selectToggleTab {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.toggleTab {
    border-radius: 6px;
    border: solid 1px #eaeaea;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8.5px 10px;
    color: #111;
    position: relative;
    background: #f7f7f7;
}

.arrowDown {
    display: inline-block;
    margin-left: 6px;
}

.toggleDropdown {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #b4b4b4;
    border-radius: 0 6px 6px 6px;
    margin: 0;
    margin-top: -3px;
    width: 100%;
    min-width: 150px;
    z-index: 3;
}

.toggleDropdown {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
    padding: 0;
}

.toggleDropdown.open {
    padding: 6px;
    max-height: 500px;
}

.toggleDropdown li {
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 16px;
    display: block;
    transition: all 1s ease-out;
}

.toggleDropdown li:hover {
    background-color: #e4e4e4;
}

.toggleDropdown li a {
    color: rgba(0, 0, 0, 1);
}

.filterBox .btn {
    max-width: 50px;
    padding: 0 6px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
}

.filterBox .btn img {
    max-width: 26px;
}


/* More Filter Style */

.moreFilterBox {
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: -450px;
    max-width: 450px;
    transition: 0.5s;
    min-height: 100vh;
    z-index: 9;
}

.moreFilterBox.active {
    right: 0;
}

.moreFilterBox .subHeading {
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    padding: 40px 40px 20px;
}

.middleFilterContent {
    padding: 30px 40px;
    margin-bottom: auto;
    max-height: calc(100vh - 225px);
    overflow: auto;
}

.middleFilterContent .box {
    padding-bottom: 30px;
}

.middleFilterContent .box h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 0 10px;
}

.middleFilterContent .form-inline {
    gap: 10px;
}

.middleFilterContent .form-inline .form-check-input {
    display: none;
}

.middleFilterContent label.form-check-label {
    border: 1px solid rgba(161, 161, 161, 1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 16px;
    line-height: 42px;
    margin: 0;
}

.middleFilterContent label.form-check-label img {
    margin: -2px 8px 0 0;
}

.middleFilterContent .form-inline input[type=checkbox]:checked+label.form-check-label,
.middleFilterContent .form-inline input[type=radio]:checked+label.form-check-label {
    border: 1px solid rgba(241, 171, 0, 1);
}

.footerFilter {
    padding: 40px;
    display: flex;
    gap: 15px;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}

.serviceListingBox {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.serviceLeftBox {
    max-width: calc(100% - 350px);
    width: 100%;
}

.listingBox .list {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}

.listCarousel,
.listCarouselImage {
    width: 210px;
    height: 140px;
    margin-right: 10px;
}

.listCarousel .item a,
.listCarouselImage a {
    position: relative;
    display: block;
    height: 140px;
}

/* .listCarousel .item a::before, */
.listCarouselImage a::before {
    content: '';
    background: rgba(244, 179, 0, 0.16);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.listCarousel.owl-carousel .owl-item .item a>img,
.listCarouselImage a>img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.listCarousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.listCarousel.owl-carousel button.owl-dot {
    margin: 1px;
}

.listCarousel.owl-carousel button.owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: inline-block;
    width: 12px;
    height: 3px;
}

.listCarousel.owl-carousel button.owl-dot.active span {
    background: rgba(255, 255, 255, 1);
}

.listingBox .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(100% - 220px);
}

.listingBox .content .contentHead {
    width: 100%;
    position: relative;
    padding-right: 155px;
}

.listingBox .content h4,
.listingBox .content h3,
.listingBox .content h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.listingBox .content h4 a,
.listingBox .content h3 a,
.listingBox .content h1 a {
    color: rgba(0, 0, 0, 1);
}

.location {
    color: rgba(59, 59, 59, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    /* margin-top: -24px; */
    padding-right: 155px;
}

.location img {
    margin-right: 6px;
}

.tagBox {
    display: inline-block;
}

.tickIcon {
    display: inline-block;
    margin: 0px 8px 0;
}

.ratingBox {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.ratingBox p {
    line-height: 24px;
    padding-top: 4px;
    font-weight: 500;
}

.listingBox .tags {
    display: flex;
    padding: 16px 0 20px;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

.listingBox .tags li {
    background: rgba(231, 234, 237, 1);
    border-radius: 30px;
    line-height: 25px;
    padding: 0 12px;
    display: block;
}

.listingBox .enquiryList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    gap: 10px;
}

.listingBox .enquiryList>.btn {
    padding: 0 15px;
    line-height: 42px;
    width: 135px;
}

.replyEditBtn {
    max-width: 100px;
    width: 100%;
    display: flex;
    gap: 10px;
    position: relative;
}

.replyEditBtn .btn {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(202, 202, 202, 1);
    padding: 0 8px;
    width: 44px;
}

.clickToRate {
    margin-left: auto;
    margin-top: -26px;
}

.clickToRate>strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 4px;
}

.clickRating {
    direction: rtl !important;
    display: flex;
    gap: 10px;
}

.clickRating label {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 5px;
    display: inline-block;
    color: #d4d4d4;
    cursor: pointer;
    height: 44px;
    transition: color 0.2s;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.clickRating input {
    display: none;
}

.clickRating label:hover,
.clickRating label:hover~label,
.clickRating input:checked~label {
    background-image: url(https://img.cabdunia.com/images/white-star-icon.svg);
    background-repeat: no-repeat;
    background-color: #f1ab00;
    border-color: #f1ab00;
    background-size: 27px;
    background-position: top 9px center;
}

.clickRating label:hover img,
.clickRating label:hover~label img,
.clickRating input:checked~label img {
    display: none;
}

.fixListBox {
    display: none;
}

.fixListBox.show {
    background-color: #ffffff;
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.listingBox .fixListBox .content {
    align-items: center;
}

.listingBox .fixListBox .list {
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 10px 10px 0 0;
    padding: 15px;
    margin: 0;
}

.listingBox .fixListBox .enquiryList {
    width: 100%;
    max-width: 490px;
}

.listingBox .fixListBox .enquiryList .replyEditBtn {
    max-width: 44px;
}

.fixListBox .ratingBox p {
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 14px;
    max-width: unset;
}

.serviceSection {
    padding: 30px 0;
}

.serviceSection .categoryBox {
    background-color: transparent;
    padding: 0;
}

.serviceSection .categoryBox::after {
    right: auto;
    bottom: auto;
    top: 0;
    opacity: 0.5;
}

.serviceSlider .images span {
    display: block;
    height: 310px;
    overflow: hidden;
    margin-bottom: 12px;
}

.serviceSlider.owl-carousel .owl-item .btn {
    max-width: 150px;
}

.serviceSlider.owl-carousel .owl-item .btn img {
    display: inline-block;
    width: 24px;
    max-width: 24px;
    margin-left: 4px;
}

.serviceSlider.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.serviceSlider.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.paginationBox {
    padding: 40px 0 0;
}

.paginationBox .pagination {
    justify-content: center;
    margin: 0;
    position: relative;
    padding: 0 250px;
    flex-wrap: wrap;
    gap: 8px;
}

.paginationBox .pagination::before,
.paginationBox .pagination::after {
    content: '';
    background: linear-gradient(90deg, #D9D9D9 0%, #FFFFFF 100%);
    width: 215px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.paginationBox .pagination::before {
    left: 0;
    transform: rotate(180deg);
}

.paginationBox .pagination::after {
    right: 0;
}

.paginationBox .page-link {
    font-size: 14px;
    font-weight: 500;
    padding: 0 18px;
    margin: 0px;
    line-height: 42px;
    background-color: #ffffff;
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 5px;
    color: rgba(202, 202, 202, 1);
    text-transform: uppercase;
    min-width: 44px;
    text-align: center;
}

.paginationBox .page-item.disabled .page-link {
    color: rgba(202, 202, 202, 1);
}

.paginationBox .page-item.active .page-link {
    color: rgba(59, 59, 59, 1);
    background-color: transparent;
    border: 1px solid rgba(59, 59, 59, 1);
}

.table_contents {
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px 10px;
    margin: 20px 0;
}

.table_contents ol {
    padding: 20px 20px;
}

.table_contents ol li {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.table_contents ol li a {
    display: block;
    margin: 0 10px 5px;
}

.table_contents ol li a:hover {
    color: rgba(244, 179, 0, 1);
}

.blogBox .box ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.readMoreBtn {
    border-color: rgba(244, 179, 0, 1);
    background-color: rgba(244, 179, 0, 1);
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    max-width: 120px;
}

.authorName {
    position: relative;
    padding-left: 30px;
    margin: 15px 0 10px;
    min-height: 24px;
}

.blogBox .box .authorName span.image {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.authorName span.image img {
    width: 20px;
}

.youtubeVideoSection {
    position: relative;
}

.youtubeVideoSection #loaderWrap {
    position: absolute;
    height: 100%;
}

.blogBox .box span.captionText {
    padding: 0;
}

.blogBox .box .images img {
    margin-bottom: 14px;
}

/* Service Detail Left Box Style */

.serviceDetailLeftBox .tickIcon img,
.serviceDetailLeftBox .tagIcon img {
    width: auto;
}

.serviceDetailLeftBox .ratingBox {
    position: static;
    margin-left: auto;
}

/* Table Style Here */

table {
    border: 1px solid #dee2e6;
    border-spacing: 0;
    width: 100%;
}

.table thead th {
    background-color: rgba(244, 179, 0, 1);
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 8px;
    height: 50px;
}

.table thead th:last-child,
.table tbody td:last-child {
    border-right: 0;
}

.table thead th strong {
    color: #000000;
    font-weight: 500;
}

.table tbody td {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
    padding: 4px 8px;
}

.table tbody td strong {
    font-weight: 400;
}

/* Service Right Section Style */

.serviceRightBox {
    max-width: 330px;
}

.serviceRightBox .enquiryForm {
    padding: 36px;
}

.categoryListBox {
    padding: 30px 0 20px;
}

.popularListing {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 20px 30px 40px;
}

.popularListing ul {
    padding-left: 15px;
    margin: 0;
    max-height: 220px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

.popularListing ul.showMoreList.showMore {
    max-height: 100%;
    overflow: unset;
    transition: max-height .4s ease;
}

.popularListing ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 6px;
    padding-bottom: 22px;
}

.popularListing ul li a,
.categoryGoogleBox h5 a {
    color: rgba(0, 0, 0, 1);
}

.popularListing a {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.serviceRightBox .googleImage {
    min-height: 330px;
    border-radius: 10px;
}

.categoryListBox.categoryGoogleBox {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 0 0 20px;
    margin: 30px 0 0;
}

.categoryGoogleBox span a img {
    border-radius: 10px 10px 0 0;
}

.categoryGoogleBox h5 {
    font-size: 16px;
    line-height: 24px;
    padding: 14px;
}

.categoryGoogleBox .btn {
    line-height: 38px;
    max-width: 160px;
    margin: 0 14px;
}

/* Modal Popup Style Here */

.modal-header {
    padding: 20px 20px 20px;
}

/* List Detail Tour Package Style */

.tourPackageSection.tourPackageSectionTwo {
    padding: 50px 0;
}

.tourPackageSection.tourPackageSectionTwo .container,
.tourPackageSection.serviceContentSec .container {
    max-width: 1270px;
}

.tourPackageSectionTwo .box {
    border-top: 1px solid rgba(202, 202, 202, 1);
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 50px 0;
}

.serviceContentSec {
    padding: 0 0 50px;
}

.serviceContentSec .box p {
    font-size: 16px;
    line-height: 26px;
}

.serviceContentSec .box p:not(:last-child) {
    padding-bottom: 20px;
}

/* Faq Style Here */

.faqSection {
    padding: 0 0 50px;
}

.faqSection .subHeading {
    border-top: 1px solid rgba(202, 202, 202, 1);
    padding-top: 50px;
}

.accordionBox .accordion {
    padding-left: 17px;
}

.accordionBox .card {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #D9D9D9;
    overflow: unset;
    padding: 20px 0;
}

.accordionBox .card::before {
    content: '';
    background: rgba(244, 202, 92, 1);
    border-radius: 50%;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 27px;
    left: -17px;
}

.accordionBox .accordion>.card:not(:last-of-type) {
    border-bottom: 2px solid #D9D9D9;
}

.accordionBox .accordion>.card>.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

.accordionBox .card-header .btn {
    border: 0;
    border-radius: 0;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    padding: 0 100px 0 0;
    outline: none;
}

.accordionBox .card-header .btn:hover {
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
}

.accordionBox .card-header .btn[aria-expanded="true"] {
    font-weight: 600;
}


.accordionBox .card-header .btn span {
    background-image: url(https://img.cabdunia.com/images/plus-black-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 23px;
    right: 70px;
}

.accordionBox .card-header .btn[aria-expanded="true"] span {
    background-image: url(https://img.cabdunia.com/images/minus-black-icon.svg);
}

.accordionBox .card-body {
    padding: 10px 100px 0 0;
}

/* List Detail Page Style Here */

.serviceRightBox.showOnMobile {
    display: none;
}

.addSpace20 {
    padding: 25px 0 0;
}

.smallHeading {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 5px;
    display: flex;
    text-transform: uppercase;
}

.smallHeading a {
    margin-left: auto;
    text-transform: capitalize;
}

.photogallerySec .listingBox,
.priceListingSec .listingBox,
.segmentListingSec .listingBox {
    display: flex;
    align-items: start;
    gap: 10px;
}

.listLogoImage {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 5px;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 2px;
}

.listLogoImage span {
    /* max-width: 18px; */
    max-width: 100%;
}

.serviceDetailLeftBox .listingBox .content h4 {
    line-height: 38px;
}

.serviceDetailLeftBox .location {
    margin-top: -12px;
}

.serviceDetailLeftBox .tagBox {
    padding: 6px 0 0;
}

.serviceDetailLeftBox .fixListBox .tagBox {
    padding: 0;
}

.photogallerySec .listingBox .list {
    padding: 0;
    border: 0;
}

.photogallerySec .listingBox .list:not(:last-child),
.priceListingSec .listingBox .list:not(:last-child),
.segmentListingSec .listingBox .list:not(:last-child) {
    margin-bottom: 0px;
}

.photogallerySec .listingBox .list img {
    border-radius: 10px;
}

.priceListingSec .listingBox .list h5,
.segmentListingSec .listingBox .list h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
}

.priceListingSec .listingBox .list p {
    color: rgba(59, 59, 59, 1);
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 0 0;
    width: 100%;
}

.priceListingSec .listingBox .list p span {
    color: rgba(161, 161, 161, 1);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding-left: 4px;
}

.priceListingSec .listingBox .list a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.segmentListingSec .listingBox .list {
    padding: 10px 10px 10px 32px;
}

.segmentListingSec .listingBox .list h5::before {
    content: '';
    background-image: url(https://img.cabdunia.com/images/tick-circle-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.segmentListingSec .listingBox .list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.segmentListingSec .listingBox .list p span {
    text-decoration: underline;
}

.segmentListingSec .listingBox .list p a {
    padding-left: 4px;
}

/* Question Post Style */

.questionPostSec>p {
    color: rgba(161, 161, 161, 1);
    font-size: 13px;
    line-height: 24px;
}

.postBox .form-group.form-inline {
    flex-wrap: nowrap;
}

.postBox .form-inline .form-control {
    width: calc(100% - 60px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.btn-dark {
    background: rgba(49, 53, 41, 1);
    color: rgba(242, 170, 0, 1);
}

.postBox .btn-dark {
    max-width: 62px;
    padding: 0;
    margin-left: -2px;
}

.postQuesListing ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style-type: decimal;
}

.postQuesListing ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.postQuesListing ul li:not(:last-child) {
    margin-bottom: 10px;
}

.postQuesListing ul li strong {
    font-weight: 500;
}

.postQuesListing ul li p {
    font-weight: 300;
}

/* Rating Box Style */

.ratingReviewsBox .box {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 6px 20px 6px 12px;
    display: flex;
    align-items: center;
}

.ratings {
    max-width: 230px;
    width: 100%;
    position: relative;
    padding: 13px 0;
}

.ratings::after {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #B2B2B2 0%, #F2F2F2 100%);
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
}

.ratings span {
    display: inline-block;
    padding-bottom: 6px;
}

.ratings p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 4px 0 0;
}

.ratingCategoryList {
    max-width: 434px;
    width: 100%;
    padding: 0 50px;
}

.progressBoxRating {
    display: flex;
    align-items: center;
}

.progressBoxRating span {
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    max-width: 26px;
    width: 100%;
    text-align: center;
}

.progressBoxRating span img {
    margin: -2px 0 0;
}

.progressBoxRating .progress {
    height: 5px;
    border-radius: 16px;
    background: rgba(238, 238, 238, 1);
    width: 100%;
    margin: 0 11px;
}

.ratingReviewsBox .btn-dark,
.ratingReviewsBox .btnBox {
    max-width: 150px;
    margin-left: auto;
    width: 100%;
}

/* Client Review Style */

.contentRepeat:not(:last-child) {
    padding-bottom: 30px;
}

.clientDetail {
    position: relative;
    padding: 0 20px 0 50px;
}

.clientDetail .profile-image {
    border-radius: 50%;
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
}

.clientDetail .profile-image img {
    border-radius: 50%;
}

.clientDetail h6,
.replyContentBox h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 0 2px;
}

.clientDetail .rating {
    display: inline-block;
}

.clientDetail .rating span img {
    vertical-align: top;
}

.clientContent p {
    padding: 6px 0 4px;
}

.helpBoxText .form-inline .form-check {
    margin-left: 10px;
}

.helpBoxText .form-inline .form-check-input {
    display: none;
}

.helpBoxText .form-inline .form-check-label {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    width: 50px;
}

.helpBoxText .form-inline input[type=radio]:checked+.form-check-label {
    background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
}

.toggleBox {
    position: absolute;
    top: 0;
    right: 0;
}

.toggleBox span {
    display: inline-block;
}

.toggleList {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    display: none;
    position: absolute;
    margin: 0;
    min-width: 90px;
    padding: 10px 12px;
    right: 0;
}

.toggleList.active {
    display: block;
}

.toggleList li {
    display: block;
}

.toggleList li a {
    color: rgba(0, 0, 0, 1);
}

.replyContentBox {
    background: rgba(243, 243, 243, 1);
    border-radius: 10px;
    padding: 20px;
    margin: 12px 0 0 70px;
}

.travelDetailContent {
    border-top: 1px solid rgba(202, 202, 202, 1);
    padding-top: 40px;
    margin-top: 40px;
}

/* List Detail Right Section Style */

.informationDetail {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 20px 8px;
}

.informationDetail .listing {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 10px 5px 10px 35px;
    position: relative;
}

.informationDetail .listing:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.informationDetail .box {
    display: flex;
    gap: 16px;
}

.informationDetail .box a {
    font-size: 14px;
    font-weight: 500;
}

.informationDetail .box a img {
    margin-right: 6px;
}

.informationDetail .icons {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    text-align: center;
}

.informationDetail p {
    color: rgba(0, 0, 0, 1);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.informationDetail p span {
    margin-left: auto;
}

.popularListing.listedInCategory {
    padding: 20px;
}

.popularListing.listedInCategory ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
}

.popularListing.listedInCategory ul li {
    background: rgba(231, 234, 237, 1);
    border: 1px solid rgba(190, 190, 190, 1);
    border-radius: 30px;
    display: block;
    font-weight: 400;
    line-height: 28px;
    padding: 0 14px;
}

/* Package List Second Page Style Here */

.dayDuration span {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    line-height: 44px;
    padding: 0 18px;
    margin-left: 10px;
}

.packageListSection .listingBox .list {
    padding-right: 180px;
}

.listCarouselImage a::before {
    height: 100%;
}

.bestSellerText {
    background-image: url(https://img.cabdunia.com/images/yellow-ractangle-icon.svg);
    background-repeat: no-repeat;
    background-size: 90px;
    line-height: 25px;
    width: 90px;
    height: 25px;
    padding: 0 11px;
    position: absolute;
    left: 0px;
    top: 11px;
}

.packageListSection .listingBox .content {
    display: block;
    padding: 13px 0 0;
}

.dayDurationText {
    background: rgba(231, 234, 237, 1);
    border-radius: 0 50px 50px 0;
    display: block;
    line-height: 25px;
    padding: 0 12px;
    max-width: 130px;
    width: 100%;
}

.packageListSection .listingBox .content h4 {
    width: 100%;
    padding: 10px 0;
}

.facilityContent {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.facilityContent span {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    line-height: 24px;
    position: relative;
    min-width: 80px;
}

.packagePriceText {
    padding: 0 0 10px;
}

.packagePriceText p {
    line-height: 16px;
    padding: 0;
    font-size: 12px;
}

.packagePriceText h6 {
    padding: 4px 0;
    text-decoration: line-through;
}

.packagePriceText h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
}

.packageBtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 150px;
    width: 100%;
}

.packageBtn .btn {}

.packageBtn .btn img {
    max-width: 24px;
    margin-left: 4px;
}

/* Package List Detail Second Page Style Here */

.serviceSection.packageImageSlider .categoryBox::after {
    display: none;
}

.packageImageSlider .serviceSlider .images span {
    height: 330px;
    margin-bottom: 0;
    border-radius: 10px;
}

.packageImageSlider .serviceSlider .images span img {
    border-radius: 10px;
}

.tourPackagePrice {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tourPackagePrice .leftbox {
    width: calc(100% - 290px);
}

.tourPackageTag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tourPackageTag span {
    background: rgba(231, 234, 237, 1);
    border-radius: 30px;
    display: inline-block;
    line-height: 25px;
    padding: 4px 12px;
}

.tourPackageTag span.iconWhithText {
    background-color: transparent;
}

.tourPackageTag span.iconWhithText img {
    max-width: 40px;
    display: block;
    margin: 0 auto;
}

.tourPackagePrice .leftbox h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 16px 0;
}

.bottomBox .ratingBox {
    max-width: 290px;
    width: 100%;
    text-align: left;
    display: flex;
    position: static;
}

.bottomBox .ratingBox p {
    line-height: 33px;
    padding: 0;
    margin-left: 10px;
}

.packageText {
    padding-left: 10px;
}

.packageText strong {
    display: inline-block;
    font-weight: 700;
    line-height: 24px;
}

.packageText span {
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0 0 6px;
}

.packageText span img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.pacakgeFixListBox .ratingBox {
    position: static;
    padding-left: 30px;
}

.pacakgeFixListBox .packageBtn {
    position: static;
    max-width: 450px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
}

.tourPackagePrice .rightBox {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    max-width: 290px;
}

.pacakgeFixListBox .packagePriceText .ratingBox {
    position: static;
    padding-left: 30px;
}

.tourPackagePrice .rightBox .packagePriceText,
.pacakgeFixListBox .packagePriceText {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.pacakgeFixListBox .packagePriceText {
    max-width: 270px;
    width: 100%;
    padding: 0;
}

.tourPackagePrice .rightBox p:first-child,
.pacakgeFixListBox .packagePriceText p:first-child {
    order: 1;
    width: 40%;
}

.tourPackagePrice .rightBox p,
.pacakgeFixListBox .packagePriceText p {
    font-weight: 400;
    line-height: 24px;
    width: 60%;
    order: 3;
}

.tourPackagePrice .packagePriceText h6,
.pacakgeFixListBox .packagePriceText h6 {
    width: 40%;
    order: 3;
}

.tourPackagePrice .packagePriceText h5,
.pacakgeFixListBox .packagePriceText h5 {
    width: 60%;
    order: 2;
}

.tourPackagePrice .rightBox p strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.tourPackagePrice .rightBox .btn {
    margin: 0px 0 4px;
}

.pacakgeFixListBox .packageBtn .btn {
    max-width: 140px;
    line-height: 38px;
    padding: 0 14px;
}

.pacakgeFixListBox .replyEditBtn {
    max-width: 44px;
}

.tourPackagePrice .rightBox span {
    display: inline-block;
    font-size: 10px;
    line-height: 24px;
}

.packageTabBox .tabBox .nav-tabs {
    margin-bottom: 10px;
}

.packageTabBox .tabBox .nav-tabs .nav-link.active::before {
    width: 100%;
}

.packageTabBox.packageSubTabBox .tabBox .nav-tabs {
    margin-top: 0;
}

.packageTabBox .tabBox .nav-tabs .nav-link img {
    max-width: 40px;
    margin-right: 6px;
}

.packageTabBox .content p,
.inportantInformationBox .contentBox p {
    padding-bottom: 8px;
}

.packageDetailListSection .customerMediaPartnerContent {
    padding: 30px 0;
    max-width: 100%;
    gap: 50px;
}

.packageDetailListSection .customerMediaPartnerContent .boxContent {
    width: calc(50% - 26px);
}

.packageDetailListSection .boxContent ul {
    border: 0;
    padding: 0;
    margin: 0;
}

.inportantInformationBox .tagBox span {
    background: rgba(231, 234, 237, 1);
    border-radius: 50px;
    display: inline-block;
    line-height: 25px;
    padding: 0 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* After Login Dashboard Page Style */

.dashboardContainer {
    padding: 25px 0 20px;
}

.dashboardContainer .listingBox {
    gap: 20px;
    max-width: calc(100% - 330px);
    padding-right: 60px;
}

.dashboardContainer .listingBox .listing {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    max-width: calc(145px - 20px);
}

.dashboardContainer .listingBox .listing span {
    border-radius: 50%;
    display: flex;
    height: 110px;
    width: 110px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.dashboardContainer .listingBox .listing p,
.dashboardContainer .listingBox .listing a {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 4px 6px 0;
    max-width: 126px;
}

.dashboardColor01 {
    background: rgba(252, 227, 255, 1);
}

.dashboardColor02 {
    background: rgba(179, 255, 240, 1);
}

.dashboardColor03 {
    background: rgba(227, 240, 255, 1);
}

.dashboardColor04 {
    background: rgba(255, 227, 230, 1);
}

.dashboardColor05 {
    background: rgba(244, 240, 191, 1);
}

.dashboardColor06 {
    background: rgba(216, 244, 191, 1);
}

.dashboardColor07 {
    background: rgba(237, 237, 237, 1);
}

.dashboardColor08 {
    background: rgba(255, 232, 205, 1);
}

.dashboardColor09 {
    background: rgba(179, 239, 182, 1);
}

.dashboardColor10 {
    background: rgba(255, 209, 190, 1);
}

.dashboardColor11 {
    background: rgba(191, 239, 244, 1);
}

.welcomeBox {
    background: rgba(255, 223, 137, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 15px;
    padding: 40px;
    max-width: 330px;
    width: 100%;
    max-height: 336px;
}

.welcomeBox h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    padding: 0 0 4px;
}

.welcomeBox>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.progressBar {
    padding: 28px 0;
}

.progressBar .progress {
    background: rgba(238, 238, 238, 1);
    border-radius: 50px;
}

.progressBar .progress .progress-bar {
    background: rgba(59, 59, 59, 1);
    border-radius: 50px;
}

.progressBar p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 20px 0 0;
}

.welcomeBox .btn {
    max-width: 180px;
}

.dashboardBusinessListing {
    border-top: 1px solid rgba(202, 202, 202, 1);
    padding: 60px 0;
}

.dashboardBusinessListing .listingBox {
    max-width: 940px;
    margin: 0 auto;
    gap: 20px;
}

.dashboardBusinessListing .listing {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 20px 50px 20px 20px;
    position: relative;
    max-width: 300px;
    width: 100%;
}

.dashboardBusinessListing .listing span {
    position: absolute;
    right: 20px;
}

.dashboardBusinessListing .listing h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 5px;
}

.dashboardTwoSection .dashboardBusinessListing .listingBox {
    max-width: 100%;
    margin: 0;
}

.dashboardTwoSection .dashboardBusinessListing .listing {
    max-width: calc(32% - 10px);
}

.dashboardTwoSection .dashboardContainer .listingBox .listing span,
.profileSection .dashboardContainer .listingBox .listing span {
    border: 1px solid rgba(229, 229, 229, 1);
    background: rgba(246, 246, 246, 1);
    position: relative;
}

.dashboardTwoSection .dashboardContainer .listingBox .listing span::before,
.profileSection .dashboardContainer .listingBox .listing span:before {
    content: '';
    background: rgba(244, 179, 0, 0.6);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    position: absolute;
}

.dashboardTwoSection .dashboardContainer .listingBox .listing span img,
.profileSection .dashboardContainer .listingBox .listing span img {
    position: relative;
}

/* Profile Page Style */

.profileSection .dashboardContainer .listingBox {
    max-width: 100%;
    padding: 0px;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 0 60px;
}

.profileSection .dashboardContainer .listingBox .listing {
    padding-bottom: 20px;
    max-width: 140px;
    display: inline-block;
    vertical-align: top;
}

.profileSection .dashboardContainer .listingBox .listing p {
    white-space: pre-wrap;
}

/* Gallery Page Style Here */

.gallerySection {
    padding: 60px 0;
}

.gallerySection .subHeading p {
    font-weight: 400;
}

.storyTabsList {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.storyTabsList a {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 30px 0 20px;
    line-height: 48px;
    margin: 0 4px;
    min-width: 180px;
}

.storyTabsList a img {
    margin: -2px 0 0 10px;
}

.galleryListing {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.galleryListing .box {
    position: relative;
    max-width: calc(25% - 12px);
}

.galleryListing .box>img {
    border-radius: 10px;
    width: 100%;
}

.galleryListing .tags {
    background-image: url(https://img.cabdunia.com/images/black-ractangle-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 45px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 13px;
}

.galleryListing .content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 0 0 10px 10px;
    position: absolute;
    padding: 100px 20px 20px;
    bottom: 0;
    width: 100%;
    height: 190px;
}

.galleryListing .content h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 5px;
}

.galleryListing .content p {
    color: #ffffff;
    font-weight: 400;
}

/* Media Report Page Style Here */

.mediaReportSection {
    padding: 50px 0;
}

.mediaReportSection .listHead {
    padding-top: 12px;
    border-bottom: 1px solid rgba(202, 202, 202, 1);
}

.mediaReportSection .content p {
    font-size: 14px;
    line-height: 24px;
    max-width: 1120px;
    padding-top: 20px;
}

.mediaReportSection .content .btn {
    max-width: 220px;
    margin-top: 20px;
}

.mediaReportSliderSection .subHeading {
    max-width: 210px;
}

.mediaSlider {
    width: 100%;
    max-width: 950px;
}

.mediaSlider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 600px;
}

.mediaSlider .content {
    max-width: 850px;
    padding: 40px 0 0 110px;
    position: relative;
}

.mediaSlider .content:before {
    content: '';
    background-image: url(https://img.cabdunia.com/images/quote-image.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 104px;
    position: absolute;
    left: 0;
    top: 20px;
}

.mediaSlider .content>p {
    padding: 0 0 12px;
}

.signatureText span {
    display: inline-block;
    max-width: 175px;
}

.signatureText p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 3px;
}

.signatureText strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

.mediaSlider.owl-carousel .owl-item strong img {
    max-width: 24px;
    display: inline-block;
    margin-right: 6px;
}

.mediaSlider.owl-carousel .owl-nav button.owl-next,
.mediaSlider.owl-carousel .owl-nav button.owl-prev {
    top: 200px;
    margin-top: -25px;
}

.mediaSlider.owl-carousel .owl-nav button.owl-next {
    right: auto;
    left: 570px;
}


.customerMediaPartnerContent {
    padding: 50px 0;
    max-width: 820px;
    margin: 0 auto;
    gap: 20px;
}

.boxContent {
    width: calc(50% - 10px);
}

.boxContent h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 10px;
}

.boxContent ul {
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 30px;
    margin: 0;
}

.boxContent ul li {
    display: block;
    padding-left: 16px;
    position: relative;
    margin-bottom: 15px;
}

.boxContent ul li:before {
    content: '';
    background: rgba(244, 202, 92, 1);
    border-radius: 50%;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 6px;
    left: 0;
}

.cabNewsBox {
    border-top: 1px solid rgba(202, 202, 202, 1);
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 50px 0;
    margin-bottom: 50px;
}

.newSlider1 {
    padding: 0 75px;
    margin: 0 0 20px;
}

.newSlider1 .item {
    border: 1px solid rgba(224, 224, 224, 1);
    height: 90px;
    padding: 5px;
}

.newSlider1.owl-carousel .owl-item img {
    height: 100%;
    filter: grayscale(100%);
    opacity: 0.4 !important;
    width: unset;
    object-fit: scale-down;
}

.cabNewsBox .categoryBox .icons span {
    height: 60px;
    display: block;
}

.cabNewsBox .owl-carousel .owl-item img {
    height: 100%;
}

.cabNewsBox .categoryBox .dateText {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-weight: 200;
    padding: 0 0 8px;
}

/* About Us Page Style Here */

.aboutImage {
    width: 40%;
}

.aboutContent {
    padding: 25px 0 0;
}

.aboutContent .box {
    width: 60%;
    /* max-width: 740px; */
    padding-left: 40px;
}

.categoryAboutBox .categoryBox {
    width: 25%;
}

.categoryAboutBox .categoryBox:nth-child(odd) {
    background: rgba(246, 237, 231, 1);
}

.aboutGallerySection {
    padding: 50px 0;
}

.aboutGallerySection .images:not(:last-child) {
    width: 25%;
}

.aboutGallerySection .images {
    position: relative;
    width: 50%;
}

.fullOverlay::before,
.halfOverlay::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
}

.fullOverlay::before {
    background: linear-gradient(180deg, rgba(241, 171, 0, 0) 0%, rgba(139, 99, 0, 0.56) 100%);
}

.halfOverlay::before {
    background: linear-gradient(180deg, rgba(241, 171, 0, 0) 0%, rgba(139, 99, 0, 0.28) 100%);
}

/* Blog Page Style Here */

.blogHead {
    padding-top: 50px;
}

.blogHead h2 {
    font-size: 120px;
    font-weight: 200;
    padding: 0 30px 0 0;
}

.blogHead p {
    font-size: 14px;
    line-height: 24px;
    max-width: calc(100% - 350px);
}

.blogBox {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 50px 0;
    margin-bottom: 50px;
}

.blogLeft {
    padding-right: 30px;
    max-width: calc(100% - 650px);
    width: 100%;
}

.blogLeft .box .images {
    margin-bottom: 10px;
}

.blogBox .box h5,
.articleListing .box h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.blogBox .box h5 a,
.articleListing .box h5 a {
    color: rgba(0, 0, 0, 1);
}

.blogBox .box p,
.articleListing .box p {
    font-size: 15px;
    line-height: 24px;
}

.blogBox .box span,
.articleListing .box span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0 0;
}

.blogRight {
    max-width: 650px;
}

.blogRight .box:not(:last-child) {
    padding-bottom: 20px;
}

.blogRight .box .images {
    max-width: 230px;
    padding-right: 20px;
}

.blogRight .box .content {
    max-width: calc(100% - 230px);
}

.articleBox {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 0 0 50px;
}

.articleBox .subHeading {
    max-width: 420px;
    width: 100%;
}

.articleBox .tabBox:nth-child(2) {
    max-width: calc(100% - 420px);
    width: 100%;
}

.articleBox .tabBox .nav-tabs {
    margin-top: 0;
}

.articleListing {
    gap: 30px;
}

.articleListing .box {
    width: calc(33.33% - 20px);
}

.articleListing .box .images {
    padding-bottom: 16px;
}

.blogListingSection+.tourPackageSectionTwo#divPopularCity .box {
    border-top: 0;
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 0 0 50px;
}

.tabBox+.tabBox {
    width: 100%;
}

/* Blog Detail Page Style Here */

.blogDetailSection .blogLeft {
    padding-right: 0;
    max-width: 100%;
}

.blogDetailSection .blogBox .box span {
    display: inline-block;
    padding: 0 6px 0 0;
}

.hasTagsText {
    color: #0076d7;
}

.blogDetailSection .blogLeft .box .images {
    margin: 10px 0;
    text-align: center;
}

.blogDetailSection .blogLeft .content p {
    padding: 12px 0 0;
}

.blogDetailSection .blogBox .box span.captionText {
    padding: 0;
    font-size: 12px;
    font-style: italic;
}

/* Contact Page Style Here */

.contactSection {
    padding: 0 0 50px;
}

.contactBox {
    padding: 50px 0 0;
}

.contactLeft {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    max-width: calc(100% - 480px);
    padding-right: 20px;
    min-height: 700px;
    width: 100%;
}

.contactLeft .subHeading h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
}

.contactLeft .subHeading p {
    max-width: 600px;
}

.contactLeft ul {
    padding: 0;
    margin: 0;
}

.contactLeft li {
    display: block;
    padding-left: 40px;
    position: relative;
    margin-bottom: 12px;
}

.contactLeft li span {
    position: absolute;
    left: 0;
    top: 0;
}

.contactLeft li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 250px;
}

.contactRight {
    border: 1px solid rgba(196, 196, 196, 1);
    background: rgba(241, 241, 241, 1);
    border-radius: 10px;
    padding: 40px;
    max-width: 480px;
    width: 100%;
}

.contactRight h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 0 30px;
}

.contactRight .form-group {
    margin-bottom: 12px;
}

.contactRight .form-control {
    height: 48px;
    padding: 12px 16px;
    font-size: 12px;
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 6px;
}

.contactRight textarea.form-control {
    height: 180px;
}

.contactRight .form-group.form-check {
    padding: 0;
}

.contactRight input[type=checkbox] {
    display: none;
}

.contactRight .form-check-label {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 6px;
    padding: 18px 20px 18px 60px;
}

.contactRight .form-check-label::before {
    content: '';
    border: 1px solid rgba(221, 221, 221, 1);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
}

.contactRight input[type=checkbox]:checked+.form-check-label::before {
    border: 1px solid rgba(244, 179, 0, 1);
    background-color: rgba(244, 179, 0, 1);
}

.mapBox {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 50px 0;
}

/* Loader CSS */

#loaderWrap,
.locationPopup {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f2eed6;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.loadingBar {
    width: 130px;
    height: 5px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: rgba(59, 59, 59, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: rotateY(0);
    transition: transform 0.3s ease-in;
}

.yellowBar {
    height: 100%;
    width: 68px;
    position: absolute;
    transform: translate(-34px);
    background: rgba(244, 179, 0, 1);
    border-radius: 2px;
    animation: initial-loading 1.5s ease infinite;
}

@keyframes initial-loading {
    0% {
        transform: translate(-34px);
    }

    50% {
        transform: translate(96px);
    }

    to {
        transform: translate(-34px);
    }
}

.locationPopup {
    background-color: #0000007d;
}

.locationForm {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
}

.locationForm .subHeading h3 {
    font-size: 18px;
}

.hide-div {
    display: none;
}

.show-div {
    display: block;
}

/* Login Modal Popup Style Here */

.loginModalPopup .modal-dialog {
    max-width: 550px;
    width: 94%;
}

.loginModalPopup .enquiryForm {
    border: 0;
    border-radius: 25px;
    padding: 0;
    max-width: 100%;
}

.loginModalPopup .modal-header {
    padding: 20px 30px 10px;
    border: 0;
}

.loginModalPopup .modal-header .close,
.ratingModalPopup .modal-header .close {
    z-index: 3;
    opacity: 1;
}

.loginModalPopup .enquiryForm::before {
    height: 220px;
    width: 220px;
    top: -140px;
    left: -140px;
}

.loginModalPopup .modal-header>a,
.ratingModalPopup .modal-header>a {
    position: relative;
    z-index: 2;
}

.loginModalPopup .modal-body {
    padding: 0px 40px 35px;
}

.popupHead {
    display: flex;
    flex-wrap: wrap;
}

.popupHead>div {
    width: 70%;
}

.loginModalForm h4 {
    max-width: 180px;
    padding: 0;
}

.loginModalForm p {
    font-size: 13px;
    font-weight: 500;
    max-width: 300px;
    padding: 6px 0 16px;
}

.popupHead h3 {
    font-family: "Joan", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    width: 30%;
}

.popupHead h3 span {
    color: #FFCD3C;
}

.loginModalForm .form-group {
    margin-bottom: 14px;
}

.loginModalForm .form-control {
    height: 44px;
    padding: 12px 15px;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #F4B300;
    border-radius: 8px;
}


.loginModalForm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #816103;
}

.loginModalForm input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #816103;
    opacity: 0.5;
    /* Firefox */
}

.loginModalForm input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #816103;
}

.loginModalForm input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #816103;
}

.loginModalForm input::-moz-placeholder {
    /* Firefox 19+ */
    color: #816103;
}

.loginModalForm input:-moz-placeholder {
    /* Firefox 18- */
    color: #816103;
}

/* Radio Checkbox Style */

.radionBtnBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.radionBtnBox label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.radionBtnBox .form-check:nth-child(2) {
    padding-right: 60px;
}

.checkboxBtnBox input[type=checkbox],
.radionBtnBox input[type=radio] {
    display: none;
}

.radionBtnBox .form-check,
.checkboxBtnBox.form-check {
    padding-left: 0;
}

.radionBtnBox .form-check input[type=radio]+label:before {
    content: '';
    border: 2px solid #000000;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
}

.radionBtnBox .form-check input[type=radio]:checked+label:before {
    border: 2px solid #2196F3;
}

.radionBtnBox .form-check input[type=radio]:checked+label:after {
    content: '';
    background-color: #2196F3;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.radionBtnBox .form-check-label,
.checkboxBtnBox .form-check-label {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}

.checkboxBtnBox.form-check input[type=checkbox]+label:before {
    content: '';
    border: 2px solid #000000;
    border-radius: 5px;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
}

.checkboxBtnBox.form-check input[type=checkbox]:checked+label:before {
    border: 2px solid #2196F3;
    background-color: #2196F3;
}

.checkboxBtnBox.form-check input[type=checkbox]:checked+label:after {
    content: '';
    background-image: url(https://img.cabdunia.com/images/tick-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
}

.loginModalForm .btn {
    border: 1px solid #F4B300;
    padding: 0 15px;
    font-size: 14px;
    line-height: 44px;
    border-radius: 8px;
    max-width: 230px;
    margin: 0 auto;
}

.loginModalForm .btn span img {
    max-width: 22px;
}

.clickText {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
    display: inline-block;
}

.carImage {
    position: relative;
    text-align: center;
    display: none;
}

.sendEnquiryModalBox .modal-dialog {
    max-width: 820px;
    width: 94%;
}

.sendEnquiryModalBox .modal-body {
    padding: 0px 400px 35px 40px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 330px;
}

.sendEnquiryModalBox .form-group {
    max-width: 480px;
}

.sendEnquiryModalBox ul {
    padding: 20px 0;
    margin: 0;
    text-align: left;
}

.sendEnquiryModalBox ul li {
    font-size: 14px;
    line-height: 22px;
}

.bigText {
    font-size: 24px;
    text-align: left;
    font-family: "Joan", serif;
    font-weight: 400;
    font-style: normal;
}

.bigText span {
    color: #FFCD3C;
}

/* Rating Modal Popup Style Here */

.ratingModalPopup .modal-dialog {
    max-width: 800px;
    overflow: hidden;
    width: 94%;
}

.ratingModalPopup .modal-content {
    overflow: hidden;
}

.ratingModalPopup .modal-header {
    padding: 20px 30px 10px;
    border: 0;
}

.ratingModalPopup .modal-header::before {
    content: '';
    background: rgba(244, 179, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    height: 220px;
    width: 220px;
    top: -140px;
    left: -140px;
}

.ratingModalPopup .boxStrip {
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
}

.ratingModalPopup .modal-body {
    padding: 10px 40px 40px;
}

.ratingModelBody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ratingHead {
    padding-left: 100px;
    position: relative;
    width: 45%;
    min-height: 60px;
    order: 1;
}

.ratingHead span {
    display: inline-block;
    max-width: 80px;
    position: absolute;
    left: 0;
}

.ratingHead h3 {
    font-size: 24px;
    line-height: 32px;
}

.ratingHead p {
    font-size: 14px;
    line-height: 20px;
}

.selectServiceTab {
    order: 2;
    width: 50%;
}

.popupHeading h2 {
    font-size: 24px;
    font-family: "Joan", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    padding: 0 0 14px;
}

.serviceSelectListing {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.serviceSelectListing .form-check {
    padding: 0;
    margin: 0;
}

.serviceSelectListing .form-check input[type=checkbox] {
    display: none;
}

.serviceSelectListing .form-check-label {
    background-color: #D9D9D9;
    border-radius: 6px;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
}

.serviceSelectListing .form-check input[type=checkbox]:checked+.form-check-label {
    background-color: #0000007d;
    color: #ffffff;
}

.ratingModelBody .combineBox {
    margin-left: 0;
    margin-top: 0;
    width: 45%;
    order: 3;
}

.ratingModelBody .clickToRate>strong {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 14px;
}

.ratingModelBody .clickRating {
    direction: rtl !important;
    display: flex;
    gap: 10px;
    justify-content: end;
}

.ratingModelBody .clickRating label {
    border: 2px solid #F4B300;
    height: 40px;
    width: 40px;
    padding: 4px;
}

.ratingModelBody .clickRating label:hover,
.ratingModelBody .clickRating label:hover~label,
.ratingModelBody .clickRating input:checked~label {
    background-image: url(https://img.cabdunia.com/images/yellow-fill-star.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: #f1ab00;
    background-size: 26px;
    background-position: top 6px center;
}

.inputBox {
    order: 4;
    width: 50%;
    padding-top: 30px;
}

.inputBox textarea.form-control {
    height: 80px;
    border: 1px solid #000000;
    font-size: 13px;
}

.uploadPhoto {
    padding: 25px 0 0;
}

.uploadPhoto .uploadImageBox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.uploadPhoto .avatar-upload .avatar-edit input+label {
    display: flex;
    flex-wrap: wrap;
    border: 2px dashed #000000;
    width: 80px;
    height: 80px;
}

.uploadPhoto .avatar-upload .avatar-edit input+label span {
    max-width: 36px;
}

.uploadPhoto .avatar-upload .avatar-preview {
    width: 80px;
    height: 80px;
}

.uploadPhoto.hideOnMobile {
    display: none;
}

.inputBox .btn {
    border: 1px solid #F4B300;
    line-height: 36px;
    max-width: 150px;
    margin-top: 15px;
}


.pMsg {
    display: none;
    padding: 10px !important;
    border-radius: 5px !important;
}

    .pMsg.success {
        display: block;
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .pMsg.error {
        display: block;
        background: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }
	
/* ===============================
   Base Styles
================================*/
.errorPage {
    width: 100%;
}

.errorBanner {
    padding: 165px 20px;
    position: relative;
    text-align: center;
    color: #fff;
}

.errorHeading {
    font-size: 48px;
    font-weight: 700;
}

.breadcrumbBox {
    font-size: 16px;
    margin-top: 10px;
}

.breadcrumbBox a {
    color: #ffc107;
    text-decoration: none;
}

/* Body Section */
.errorBody {
    padding: 70px 20px;
    text-align: center;
}

.errorNumbers img {
    max-width: 100%;
    height: auto;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px); /* height of floating */
    }
    100% {
        transform: translateY(0px);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.oopsText {
    font-size: 30px;
    font-weight: 700;
}

.errorDesc {
    max-width: 480px;
    margin: 10px auto;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* ===============================
   Back Home Button
================================*/
.backHomeBtn {
    display: inline-block;
    background: #ffc107;
    color: #000;
    padding: 12px 26px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #ffc107;
    transition: 0.5s ease-in-out;
    max-width: 300px;          /* remove restriction */
}

.backHomeBtn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}


/* ===============================
   Moving Cab
================================*/
.movingCabBox {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.movingCab {
    width: 180px;
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    animation: cabMove 25s linear infinite;
}

@keyframes cabMove {
    0% { transform: translateX(-200px); }
    100% { transform: translateX(calc(100vw + 200px)); }
}

/* ===============================
   Responsive Fixes
================================*/

/* Larger Tablets */
@media (max-width: 992px) {
    .errorHeading { font-size: 40px; }
}

/* Tablets */
@media (max-width: 768px) {
    .errorBanner {
        padding: 80px 20px;
    }

    .errorHeading {
        font-size: 34px;
    }

    .oopsText {
        font-size: 24px;
    }

    .movingCab {
        width: 140px;
    }
}

/* Mobile Phones */
@media (max-width: 576px) {
    .errorBanner {
        padding: 60px 15px;
    }

    .errorHeading {
        font-size: 28px;
    }

    .breadcrumbBox {
        font-size: 14px;
    }

    .oopsText {
        font-size: 22px;
    }

    .errorDesc {
        font-size: 15px;
        padding: 0 10px;
    }

    .backHomeBtn {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        max-width: 200px;
        margin: auto;
    }

    .movingCab {
        width: 110px;
    }
}

/* Extra Small Devices */
@media (max-width: 400px) {
    .errorHeading { font-size: 24px; }
    .oopsText { font-size: 20px; }
    .movingCab { width: 95px; }
}	

.tourPackagePrice h1 {
    font-size: 22px;
    line-height: 35px;
    padding: 0 0 15px 0;
}
/* Extra Small Devices */
@media (max-width: 400px) {
    .errorHeading { font-size: 24px; }
    .oopsText { font-size: 20px; }
    .movingCab { width: 95px; }
}	
@media (max-width: 767.98px) {
    .serviceDetailLeftBox .listingBox .content h1 {
        width: calc(100% - 54px);
        padding-right: 50px;
        line-height: 22px;
    }
    .tourPackagePrice h1 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 10px 0;
}
}

@media (max-width: 575.98px) {
    .listingBox .content h1 {
        font-size: 14px;
        line-height: 20px;
    }
}

.leftbox-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

.leftbox-left > a img {
  max-width: 140px;
  height: auto;
  display: block;
}

.socialLinksFooter {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.aSocial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.aSocial img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.aSocial:hover img {
  transform: scale(1.08);
}

.leftbox > p {
  flex: 1;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .leftbox {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .leftbox-left {
    align-items: center;
  }

  .socialLinksFooter {
    justify-content: center;
  }

  .leftbox > p {
    text-align: center;
  }
}

.clientDetail .profile-image {
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image */
.clientDetail .profile-image .user-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: none; /* hidden by default */
}

/* Letter avatar */
.clientDetail .profile-image .letter-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f4b300;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.clientDetail .profile-image.has-photo .user-photo {
  display: block;
}

.clientDetail .profile-image.has-photo .letter-avatar {
  display: none;
}

/* ==========================================
   BOOTSTRAP MULTISELECT – FLICKER FIX
   Applies BEFORE JS loads
   ========================================== */

/* Wrapper alignment */
.filterBox select.form-control,
.filterBox .bootstrap-multiselect {
    box-sizing: border-box;
}

/* ===== DESKTOP DEFAULT ===== */
@media (min-width: 768px) {

    /* Native select BEFORE JS */
    .filterBox select.form-control[multiple],
    .filterBox select.form-control[size] {
        height: 36px !important;
        min-width: 180px !important;
        max-width: 180px;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 24px;
        overflow: hidden;
    }

    /* Multiselect AFTER JS */
    .filterBox .bootstrap-multiselect,
    .filterBox .bootstrap-multiselect > .btn {
        height: 36px !important;
        min-width: 180px !important;
        max-width: 180px;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 24px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767.98px) {

    /* Native select BEFORE JS */
    .filterBox select.form-control[multiple],
    .filterBox select.form-control[size] {
        height: 30px !important;
        min-width: 140px !important;
        max-width: 140px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 22px;
        overflow: hidden;
    }

    /* Multiselect AFTER JS */
    .filterBox .bootstrap-multiselect,
    .filterBox .bootstrap-multiselect > .btn {
        height: 34px !important;
        min-width: 140px !important;
        max-width: 140px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 22px;
    }
}
/* ========== PROFILE PANEL MODAL ========== */

.profilePanelPopup .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    max-width: 380px;
    width: 100%;
    transform: translateX(100%);
}

.profilePanelPopup.show .modal-dialog {
    transform: translateX(0);
}

.profilePanelPopup .modal-content {
    height: 100%;
    border-radius: 20px 0 0 20px;
    border: 0;
}

.profilePanelBody {
    padding: 0;
}

.profileTop {
    padding: 30px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.profileAvatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fde68a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto 10px;
    position: relative;
}

.avatarUpload {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
}

.profileName {
    font-weight: 600;
    font-size: 18px;
}

.profileMeta {
    font-size: 13px;
    color: #666;
}

.profileMenu {
    padding: 10px 0;
}

.profileItem {
    display: block;
    padding: 18px 22px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 18px;
    color: #000;
}

.profileItem.logout {
    color: red;
    font-weight: 500;
}
/* === Profile panel slide from right (CSS only) === */

.profilePanelPopup .modal-dialog {
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    max-width: 380px;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
}

/* When modal is visible */
.profilePanelPopup.show .modal-dialog {
    transform: translateX(0);
}

/* When modal is hiding */
.profilePanelPopup.fade:not(.show) .modal-dialog {
    transform: translateX(100%);
}

.profilePanelPopup .modal-content {
    height: 100%;
    border-radius: 18px 0 0 18px;
    overflow-y: auto;
}

.questionPostSec {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    padding: 12px 0
}

.questionPostSec .smallHeading,.questionPostSec p {
    padding: 0 16px
}

.questionPostSec .postBox {
    padding: 12px 16px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.questionPostSec>p {
    padding: 4px 16px 8px!important
}

.postQuesListing {
    margin-top: 10px
}

.btnBox {
    text-align: center;
    margin-top: 12px;
    padding-top: 12px
}

.qa-title {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-weight: 600
}

.qa-item {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0
}

.popup-answer-item:last-child,.qa-item:last-child {
    border-bottom: none
}

.question-user {
    font-weight: 600;
    margin-right: 4px
}

.qa-badge {
    color: #2874f0;
    margin-left: 6px
}

.view-answers {
    font-size: 14px;
    color: #2874f0;
    cursor: pointer;
    display: inline-block;
    margin-top: 4px;
    font-weight: 500
}

.popup-question {
    margin-bottom: 12px
}

.popup-answer-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.popup-meta {
    font-size: 12px;
    color: #878787
}

.btnBox,.qa-section .btn-dark {
    max-width: 185px;
    margin-left: 16px
}

.qa-question {
    margin-bottom: 4px
}

.qa-answer {
    padding-left: 18px
}

.qa-label {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 6px
}

.q-label {
    background: #ffe9e9;
    color: #d32f2f
}

.a-label {
    background: #eef3ff;
    color: #1a73e8
}

.popup-question,.qa-answer,.qa-question {
    font-size: 14px;
    font-weight: 500;
    color: #212529
}

.popup-question .q-label,.qa-question .q-label {
    color: #dd1010;
    font-weight: 600;
    margin-right: 4px
}

.qa-answer {
    margin-top: 4px;
    font-weight: 400
}

.popup-answer-item .a-label,.qa-answer .a-label {
    color: #28a745;
    font-weight: 600;
    margin-right: 4px
}

.popup-answer-item .answer-user,.qa-answer .answer-user {
    color: #878787;
    font-weight: 600;
    margin-right: 4px
}

.popup-answer-item .answer-text {
    color: #212529;
    font-weight: 400
}

/* Autocomplete dropdown */
 .autocomplete-list {
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     z-index: 1000;
     display: none;
     max-height: 360px; /* ~10 items */
     overflow-y: auto;
     background: #fff;
     border: 1px solid #ddd;
     border-radius: 6px;
     box-shadow: 0 8px 20px rgba(0,0,0,0.08);
 }

     /* List items */
     .autocomplete-list li {
         cursor: pointer;
         padding: 10px 14px;
         font-size: 14px;
         white-space: normal;
     }

         /* Hover */
         .autocomplete-list li:hover,
         .autocomplete-list li.active {
             background-color: #f5f7fa;
         }
	
.pickup-confirm-modal {
    border-radius: 14px;
    padding: 10px;
}

    .pickup-confirm-modal .modal-title {
        font-size: 20px;
    }

    .pickup-confirm-modal .btn {
        height: 44px;
        font-size: 16px;
        border-radius: 8px;
    }	
	
/* ================= OPTIMIZED POPUP CSS ================= */

/* Freeze background for both popups */
body.service-popup-open,
body.location-popup-open {
  overflow: hidden;
}

/* Common overlay styles */
.service-overlay,
.location-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 20px;
}

/* Common modal styles for desktop */
.service-modal,
.location-modal {
  width: 720px;
  max-width: 95%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Service modal specific desktop */
.service-modal {
  height: 520px;
  padding: 24px;
}

/* Location modal specific desktop */
.location-modal {
  height: 70vh;
  padding: 24px;
  overflow-y: auto;
}

/* Common header styles */
.service-header,
.location-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.service-header h3,
.location-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

/* Service header specific */
.service-header {
  gap: 10px;
  margin-bottom: 16px;
}

.service-header input {
  flex: 1;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.service-header button {
  background: #fbbf24;
  border: none;
  padding: 12px 14px;
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-header button img {
  width: 18px;
  height: 18px;
}

/* Close button common */
.service-header .close-btn,
.location-header .close-btn {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 5px;
}

.service-header .close-btn:hover,
.location-header .close-btn:hover {
  color: #000;
}

/* Search input common */
.service-header input,
.location-search input {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* Location search specific */
.location-search input {
  width: 100%;
  margin: 16px 0;
}

/* Service filters */

.service-filters::-webkit-scrollbar {
  display: none;
}

.service-filter {
  padding: 6px 14px;
  border-radius: 20px;
  background: #f3f4f6;
  font-size: 13px;
  cursor: pointer;
  flex-shrink: 0;
}

.service-filter.active {
  background: #4f46e5;
  color: #fff;
}

/* Service results */
.service-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-right: 8px;
  flex: 1;
  min-height: 0;
  align-content: flex-start;
  overflow-y: overlay;
}

/* Service results scrollbar */
.service-results::-webkit-scrollbar {
  width: 6px;
}

.service-results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.service-results::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.service-results::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* Service item */
.service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: #f9fafb;
  cursor: pointer;
  transition: all 0.2s;
  height: 64px;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
}

.service-item:hover {
  background: #eef2ff;
  transform: translateY(-2px);
  border-color: #4f46e5;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.1);
}

.service-item img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.service-item span {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

/* Location content */
.location-content {
  overflow-y: auto;
  padding-right: 4px;
  flex: 1;
}

/* Current location */
.current-location {
  color: #4f46e5;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.detected-location {
  margin-top: 6px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  padding: 8px 0 8px 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.detected-location:hover {
  color: #4f46e5;
}

/* Sections */
.section {
  margin-bottom: 24px;
}

.section h4 {
  margin-bottom: 12px;
  font-size: 15px;
}

/* Popular Cities */
.popular-cities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 14px;
}

.city-card {
  background: #f5f6ff;
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.city-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.city-card span {
  font-size: 13px;
}

.city-card:hover {
  background: #e8eaff;
}

/* Alphabet */
.alphabet-row {
  font-size: 13px;
  letter-spacing: 6px;
  color: #6b7280;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.alphabet-row span {
  cursor: pointer;
  transition: all 0.2s;
}

.alphabet-row span:hover {
  color: #4f46e5;
  transform: scale(1.1);
}

.alphabet-row span.active {
  color: #4f46e5;
  font-weight: bold;
}

/* All Cities */
.city-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}

.city-list span {
  cursor: pointer;
  font-size: 13px;
  color: #374151;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f9fafb;
  text-align: center;
  transition: all 0.2s;
}

.city-list span:hover {
  color: #4f46e5;
  background: #e8eaff;
  transform: translateY(-2px);
}

/* Hide mobile elements on desktop */
.all-cities-mobile {
  display: none;
}

/* Remove hover effects on touch devices */
@media (hover: none) {
  .service-item:hover {
    transform: none;
    background: #f9fafb;
    border-color: #e5e7eb;
    box-shadow: none;
  }
  
  .service-filter:hover {
    background: #f3f4f6;
  }
  
  .service-filter.active:hover {
    background: #4f46e5;
  }
}	

/* ========== LOCATION SEARCH UI FIX ========== */

/* Allow dropdown to float outside modal */
.location-modal {
    overflow: visible !important;
}

/* Scroll only content */
.location-content {
    overflow-y: auto;
	scrollbar-width: none;
}

/* Anchor dropdown */
.location-search {
    position: relative;
	
}

/* Floating backend results */
.search-dropdown {
    position: absolute !important;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    max-height: 320px;
    overflow-y: auto;
    margin-top: 8px;
	border: 1px solid #e2e5e7;
    padding: 0;
    -ms-overflow-style: none;  /* IE & Edge */
    scrollbar-width: none;     /* Firefox */
	max-height: 260px;
    overflow-y: auto;
}

/* Chrome / Safari */
.search-dropdown::-webkit-scrollbar {
    display: none;
}

/* Backend list items */
.search-dropdown .list-group-item {
    border: none;
    border-bottom: 1px solid #e2e5e7;
    padding: 14px 16px;
    cursor: pointer;
}

.search-dropdown .list-group-item:hover {
    background: #f8f9fa;
}

/* Clear (×) button */
.location-search .clear-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #999;
    cursor: pointer;
    display: none;
}

.service-filters {
    display: flex;
    gap: 10px;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    overflow-x: auto;
    white-space: nowrap;

    /* 🎯 Force scrollbar to always be visible & style it */
    scrollbar-width: thin;          /* Firefox – thin scrollbar, always visible */
    scrollbar-color: #c1c1c1 #f1f1f1; /* Firefox – thumb & track color */
}

/* Chrome, Edge, Safari – always show styled scrollbar */
.service-filters::-webkit-scrollbar {
    height: 6px;                   /* horizontal scrollbar height */
    display: block;               /* force visibility */
}
.service-filters::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.service-filters::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}
.service-filters::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* ========== Corporate ================ */

@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideFromRight {
    0% {
        opacity: 0;
        transform: translateX(80px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes carFloatX {
    0%,to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(20px)
    }
}

@keyframes floatY {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.about-one__left {
    animation: slideFromLeft 1s ease forwards
}

.about-one__right {
    animation: slideFromRight 1s ease forwards
}

.Corporatehero {
    background-size: 720px;
    background-position: right -50px top 70px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding: 44px 0
}

.heroFormCard {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    position: relative;
    max-width: 520px;
    z-index: 2
}

.heroFormCard h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 5px
}

.heroFormCard p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px
}

.heroFormCard .form-control {
    height: 48px;
    border-radius: 8px
}

.heroFormCard textarea.form-control {
    height: auto
}

.whatsappBtn {
    background: #25d366;
    color: #fff;
    border-radius: 8px;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.whatsappBtn:hover {
    background: #1ebc5a;
    color: #fff
}

.whatsappCenter {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

#btnWhatsApp {
    width: 200px;
    justify-content: center
}

.about-one {
    display: block;
    padding: 20px 0;
    position: relative;
	height: auto;
    min-height: 620px;
}

.about-one__left {
    position: relative;
    margin-left: 150px;
    margin-right: -20px
}

.about-one__img-box {
    position: relative;
    width: 450px;
    max-width: 100%
}

.about-one__img {
    position: relative;
    z-index: 3;
    left: 25px;
    border-radius: 12px;
    overflow: hidden
}

.about-one__img img {
    transition: transform 500ms ease
}

.about-one__img-2,.about-one__shape-1,.about-one__shape-2,.about-one__shape-3,.about-one__shape-4 {
    position: absolute
}

.about-one__img-2 {
    left: -172px;
    bottom: -216px;
    width: 100%;
    z-index: 2;
    border-radius: 12px;
    overflow: hidden
}

.about-one__img img,.about-one__img-2 img {
    width: 100%;
    display: block;
    border-radius: 12px
}

.about-one__shape-1 {
    top: 0;
    left: -158px;
    z-index: 1
}

.about-one__shape-2 {
    top: 130px;
    left: -155px;
    z-index: 0;
    animation: floatY 3s ease-in-out infinite
}

.about-one__shape-3 {
    bottom: -208px;
    right: -11px;
    z-index: 1
}

.about-one__shape-4 {
    bottom: -177px;
    right: 0;
    z-index: 0
}

.about-one__experience {
    position: absolute;
    top: 55px;
    left: -50px;
    max-width: 150px;
    background: #ffb51d;
    border-radius: 10px;
    text-align: center;
    padding: 36px 30px 34px;
    border-bottom-left-radius: 0;
    z-index: 5
}

.about-one__experience::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    border-top: 32px solid #ffb51d;
    border-left: 75px solid transparent
}

.about-one__experience-count {
    display: flex;
    align-items: center;
    justify-content: center
}

.about-one__experience-count h3,.about-one__experience-count span {
    font-size: 34px;
    font-weight: 700
}

.about-one__experience p {
    font-size: 16px
}

.about-one__right {
    padding-left: 20px
}

.about h2,.about-one__right h2 {
    font-size: 32px;
    margin-bottom: 20px
}

.about p,.about-one__right p,.feature-card p,.section-title p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px
}

.car-float {
    animation: carFloatX 1s ease-in-out infinite
}

@media (max-width:1199px) {
    .about-one {
        height: auto
    }

    .about-one__left {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: center
    }

    .about-one__img-2,.about-one__shape-1,.about-one__shape-2,.about-one__shape-3,.about-one__shape-4 {
        display: none!important
    }

    .about-one__img {
        left: 0
    }

    .about-one__experience {
        top: -22px;
        left: -18px;
        max-width: 85px;
        padding: 10px
    }

    .about-one__experience::after {
        border-top: 32px solid #ffb51d;
        border-left: 18px solid transparent
    }

    .about-one__experience-count h3,.about-one__experience-count span {
        font-size: 22px
    }

    .about-one__experience p {
        font-size: 12px
    }

    .about-one__right {
        padding-left: 0;
        margin-top: 30px
    }
}

:root {
    --ui-box-width: 260px;
    --ui-box-height: 54px
}

.stats {
    display: flex;
    gap: 1.5rem;
    padding-top: 1.5rem;
    flex-wrap: wrap
}

.stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: default;
    transition: all .3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.06);
    width: var(--ui-box-width);
    height: var(--ui-box-height)
}

.stat-icon {
    font-size: 20px;
    line-height: 1
}

.stat:nth-child(1) {
    background: #eaffea;
    color: #0f7a33
}

.stat:nth-child(1):hover,.stat:nth-child(2):hover {
    box-shadow: 0 12px 28px rgba(15,122,51,.25);
    transform: translateY(-3px)
}

.stat:nth-child(2):hover {
    box-shadow: 0 12px 28px rgba(255,181,29,.35)
}

.stat:nth-child(2) {
    background: #fff5d6;
    color: #9a6b00
}

.stat-content div {
    font-size: 16px;
    font-weight: 600;
    color: #131222
}

.button-group {
    display: flex;
    gap: 1.5rem;
    padding-top: 1.5rem
}

.button-group .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--ui-box-width);
    height: var(--ui-box-height);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600
}

.button-group .btn:hover,.stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.12)
}

.about {
    padding: 2rem 1rem
}

.about-grid {
    display: grid;
    gap: 1rem;
    align-items: center
}

.feature-card {
    padding: 1.25rem;
    border-radius: 12px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.feature-icon {
    font-size: 1.8rem;
    margin-bottom: .75rem
}

.about-grid {
    grid-template-columns: 1.35fr .65fr
}

@media (max-width:1024px) {
    .about-grid {
        grid-template-columns: 1fr 1fr
    }
}

:root {
    --black: #131222;
    --yellow: #FFB51D;
    --white: #ffffff
}

.services-one {
    padding: 30px 0;
    background: #fff;
    counter-reset: count;
    overflow: hidden
}

.section-title {
    text-align: center;
    margin-bottom: 60px
}

.fleetHeading h3,.section-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 15px
}

.services-one__single {
    position: relative;
    background: var(--black);
    border-radius: 20px;
    padding: 40px 15px 15px;
    overflow: hidden;
    z-index: 1;
    transition: color .4s ease;
    height: auto;
	max-height: 280px;
    width: 290px
}

.services-one__single::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--yellow);
    transform: scaleX(.7) rotateX(20deg);
    opacity: 0;
    transition: all .4s linear;
    z-index: -1
}

.services-one__single:hover::before {
    transform: scaleX(1) rotateX(0deg);
    opacity: 1
}

.services-one__single-shape-1,.services-one__single-shape-2,.services-one__single-shape-3 {
    position: absolute;
    border-left: 105px solid transparent;
    border-right: 105px solid transparent;
    border-bottom: 178px solid rgba(255,255,255,.05);
    transition: all .5s ease;
    z-index: -1
}

.services-one__single-shape-1 {
    bottom: 0;
    left: 48%;
    transform: translateX(-51%)
}

.services-one__single-shape-2 {
    top: -90px;
    right: -56px
}

.services-one__single-shape-3 {
    bottom: -57px;
    right: -123px
}

.services-one__single:hover .services-one__single-shape-1 {
    bottom: -30px
}

.services-one__single:hover .services-one__single-shape-2 {
    top: -130px
}

.services-one__single:hover .services-one__single-shape-3 {
    bottom: -90px
}

.services-one__icon {
    font-size: 48px;
    color: var(--yellow);
    margin-bottom: 20px;
    transition: color .4s ease;
    display: inline-block;
    position: relative
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--gorent-base);
    transition: all 500ms linear;
    transition-delay: .1s;
    transform: scale(1);
    top: -20px
}

.services-one__single:hover .services-one__icon,.services-one__single:hover .services-one__title {
    color: var(--black)
}

.services-one__title {
    font-size: 18px;
    font-weight: 600;
    color: #ffb51d;
    margin-bottom: 12px;
    transition: color .4s ease
}

.services-one__text {
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 1.6;
    transition: color .4s ease
}

.services-one__single:hover .services-one__text {
    color: rgba(0,0,0,.8)
}

.services-one__count {
    position: absolute;
    top: 45%;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 15px 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 2
}

.services-one__count::before {
    counter-increment: count;
    content: "0"counter(count);
    font-weight: 700;
    color: var(--black);
    transition: color .4s ease
}

.services-one__count::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--black);
    transform: translateX(100%);
    transition: transform .5s ease;
    z-index: -1
}

.services-one__single:hover .services-one__count::after {
    transform: translateX(0)
}

.services-one__single:hover .services-one__count::before {
    color: #fff
}

.services-one__single::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: var(--yellow);
    transition: all .5s ease-in-out;
    z-index: 0
}

.services-one__single:hover::after {
    background-color: var(--black)
}

.fleetSection {
    padding: 40px 0;
    background: #fff
}

.fleetWrapper {
    position: relative
}

.fleetRow {
    display: flex;
    gap: 30px;
    overflow: hidden
}

.fleetItem {
    flex: 0 0 260px;
    text-align: center
}

.fleetItem img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin: 30px;
    display: block
}

.fleetItem h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1a0dab;
    padding: 20px
}

.fleetItem p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.fleetArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid #fff;
    background: linear-gradient(90deg,#fff 50%,#f4cd62 100%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 5;
    cursor: pointer
}

.fleetArrow span {
    background-image: url(https://img.cabdunia.com/images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.fleetPrev {
    left: -15px
}

.fleetPrev span {
    transform: rotate(180deg)
}

.fleetNext span {
    transform: rotate(0deg)
}

.fleetNext {
    right: -15px;
    background: linear-gradient(270deg,#fff 50%,#f4cd62 100%)
}

.corporateAppSection {
    padding: 60px 0
}

.corporateAppWrapper {
    position: relative
}

.corporateAppPhone {
    position: absolute;
    left: -7px;
    bottom: 0;
    width: 194px;
    height: 430px;
    object-fit: contain;
    border-radius: 14px;
    z-index: 10;
    box-shadow: 20px 12px 20px 0 rgba(0,0,136,.12)
}

.corporateAppBox {
    position: relative;
    background: #fff;
    padding: 48px 32px 48px 22%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-right: 4px solid #7878ff;
    border-bottom: 4px solid #7878ff
}

.corporateAppBox h2 {
    font-size: 32px;
    font-weight: 600;
    color: #008
}

.corporateAppBox p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.6
}

.corporateAppBtn {
    width: fit-content;
    background: linear-gradient(to top right,#eb840c,#ef5600);
    padding: 12px 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
    border: 0;
    cursor: pointer
}

.corporateAppStoreRow {
    display: flex;
    gap: 24px;
    align-items: center;
    align-self: flex-end
}

.corporateAppAvailable {
    font-size: 20px;
    font-weight: 400;
    color: #9a9a9a
}

.corporateAppStoreRow img {
    height: 40px;
    max-width: 100%
}

.corporateAppBox {
    box-shadow: -6px -6px 18px rgba(0,0,136,.08)
}

.testimonialSection {
    padding: 60px 0
}

.testimonialHeading {
    text-align: center;
    margin-bottom: 40px
}

.testimonialHeading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #7878ff;
    margin-bottom: 6px
}

.testimonialContent h4,.testimonialHeading h3 {
    font-weight: 600;
    color: #333;
    font-size: 16px
}

.testimonialHeading h3 {
    font-size: 28px
}

.testimonialWrapper {
    position: relative
}

.testimonialRow {
    display: flex;
    gap: 20px;
    padding: 60px 20px 20px;
    overflow: hidden
}

.testimonialCard {
    position: relative;
    flex: 0 0 280px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgb(0 0 0/9%);
    box-shadow: 0 10px 28px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.04);
    transition: transform .25s ease,box-shadow .25s ease
}

.testimonialCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,.12),0 6px 14px rgba(0,0,0,.06)
}

.testimonialContent {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 200px
}

.testimonialStars {
    color: #ffc107;
    font-size: 14px
}

.testimonialContent p {
    font-size: 14px;
    font-weight: 500;
    color: #6b6b6b;
    line-height: 1.6
}

.testimonialLogo {
    position: absolute;
    right: 24px;
    top: -50px;
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)
}

.testimonialLogo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.contact {
    background-image: url(https://www.wticabs.com/_next/static/media/contact_bg_img.798c03dc.svg);
    color: #fff;
    padding: 4rem 1rem;
    background-size: cover!important;
    background-position: center!important;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.contact .container {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center
}

.contact-left h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1
}

.contact-left h2 span {
    background-color: #fff;
    color: #1e3a8a;
    padding: .5rem 1.5rem;
    display: inline-block;
    border-radius: .5rem
}

.contact-intro {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.6
}

.contact-form,.contact-right {
    display: flex;
    flex-direction: column
}

.contact-right {
    gap: 1.5rem
}

.contact-form {
    gap: 1rem
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

.form-input,.form-textarea {
    padding: .875rem 1.25rem;
    border: 0;
    border-radius: .5rem;
    color: #333;
    font-family: inherit;
    font-size: 1rem;
    background: #fff;
    outline: 0
}

.form-input::placeholder,.form-textarea::placeholder {
    color: #9ca3af
}

.form-textarea {
    grid-column: 1/-1;
    resize: vertical;
    min-height: 7rem
}

.form-submit {
    grid-column: 1/-1;
    padding: 1rem 2rem;
    background: linear-gradient(90deg,#eb840c,#ef5600);
    color: #fff;
    border: 0;
    border-radius: .5rem;
    font-weight: 700;
    font-size: 1.125rem;
    cursor: pointer;
    transition: background-color .3s ease
}

.form-submit:hover {
    background-color: #f59e0b
}

@media (max-width:1024px) {
    .contact .container {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .contact-left h2 {
        font-size: 2.75rem;
        line-height: 1.15
    }

    .contact-left h2 span {
        font-size: 2.25rem
    }
}

.faq-section {
    padding: 40px 0;
    background: #fff;
    overflow: hidden
}

.corporate-cities,.faq-section,.services-one {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.faq-container {
    max-width: 1140px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 2
}

.yellow-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle,rgba(255,181,29,.45),transparent 70%);
    filter: blur(120px);
    z-index: 0
}

.yellow-glow-left {
    top: -150px;
    left: -200px
}

.yellow-glow-right {
    bottom: -200px;
    right: -200px
}

.faq-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fbbf24;
    margin-bottom: 15px
}

.corporate-cities h2,.faq-title {
    font-weight: 700;
    margin-bottom: 40px
}

.faq-title {
    font-size: 42px;
    line-height: 1.25
}

.faq-image-box {
    position: relative;
    max-width: 420px
}

.faq-image-box img {
    width: 100%;
    border-radius: 14px;
    display: block
}

.faq-experience {
    position: absolute;
    bottom: 35%;
    right: -60px;
    background: linear-gradient(270deg,#ffb51d,#fff);
    padding: 26px 20px;
    border-radius: 12px;
    text-align: center;
    min-width: 150px
}

.faq-experience h3 {
    font-size: 42px;
    margin: 0;
    font-weight: 700
}

.faq-experience p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 500
}

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    background: #fff
}

.faq-icon,.faq-question {
    display: flex;
    align-items: center
}

.faq-question {
    width: 100%;
    background: 0 0;
    border: 0;
    padding: 22px 24px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
    justify-content: space-between;
    text-align: left
}

.faq-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #fbbf24;
    border-radius: 50%;
    justify-content: center;
    transition: all .3s ease
}

.faq-answer {
    display: none;
    padding: 0 24px 24px;
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6
}

.faq-item.active .faq-answer {
    display: block
}

.faq-item.active .faq-icon {
    background: #131222
}

.faq-icon img {
    transition: transform .3s ease
}

.faq-item.active .faq-icon img {
    transform: rotate(90deg)
}

@media (max-width:1200px) {
    .faq-experience {
        bottom: 80%;
        right: -20px;
        min-width: 110px;
        height: 100px;
        padding: 0
    }

    .faq-experience h3 {
        font-size: 40px;
        padding-top: 4px
    }

    .faq-experience p {
        margin: 0
    }
}

.corporate-cities {
    background: #f3f4f6;
    padding: 60px 0;
    text-align: center
}

.corporate-cities h2 {
    font-size: 32px;
    color: #1e40af
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px 24px;
    max-width: 100%;
    margin: 0 auto
}

.cities-grid a {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: color .2s ease;
    line-height: 1.4
}

.cities-grid a:hover {
    color: #1e40af;
    text-decoration: underline
}

.brand-marquee,.clients-section {
    width: 100vw;
    overflow: hidden;
    position: relative;
    left: 50%
}

.clients-section {
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #f8f9fa;
    padding: 60px 0
}

.brand-marquee {
    padding: 30px 0;
    transform: translateX(-50%)
}

.brand-track {
    display: flex;
    width: max-content;
    animation: marquee 28s linear infinite
}

.brand {
    flex: 0 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 200px;
}

.brand img {
    width: 100%;
    object-fit: contain;
    transition: all .3s ease
}

.brand img:hover {
    filter: grayscale(0);
    opacity: 1
}

/* =========================================================
   EMPTY SERVICE STATE (NO SERVICES FOUND)
   Mobile-first, Desktop centered (600px)
   ========================================================= */

.service-results .no-service {
  /* spacing */
  margin: 16px;
  padding: 16px 14px;

  /* visual style */
  background: #fff7e6;              /* soft brand yellow */
  border: 1px dashed #ffc107;       /* brand accent */
  border-radius: 10px;

  /* text */
  color: #6b4e00;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;

  /* layout */
  display: flex;
  align-items: center;
  justify-content: center;
width: 600px; 
  min-height: 64px;
}

/* Icon before text */
.service-results .no-service::before {
  content: "🔍";
  font-size: 18px;
  margin-right: 8px;
  line-height: 1;
}

.highlight-text {
    font-weight: 700;
    color: #111;                 /* very dark text */
    background-color: #fff3cd;   /* soft yellow highlight */
    padding: 1px 4px;
    border-radius: 3px;
}

/* Optional: hover effect */
.list-group-item-action:hover .highlight-text {
    background-color: #ffe69c;
}

/* ===== VENDOR INFO MODAL CUSTOM STYLES (applies on all screens, mobile overrides below) ===== */

/* Modal dialog width */
#vendorInfoModal .modal-dialog.modal-xl {
    max-width: 800px;
    width: 70%;
}

/* Header – this overrides .loginModalPopup .modal-header */
#vendorInfoModal .modal-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem; /* your desired padding */
}

#vendorInfoModal .modal-header .header-top {
    display: flex;
    align-items: center;
}

#vendorInfoModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* Enquiry buttons in header */
#vendorInfoModal .modal-header .enquiryList {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

#vendorInfoModal .modal-header .enquiryList .btn {
    padding: 8px 18px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    z-index: 1;
}

#vendorInfoModal .modal-header .enquiryList .btn img {
    margin-right: 6px;
    width: 18px;
}

/* Modal body scrollable */
#vendorInfoModal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1.5rem;
}

/* Gallery image wrapper */
#vendorInfoModal .gallery-image-wrapper {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: transform 0.2s;
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vendorInfoModal .gallery-image-wrapper:hover {
    transform: scale(1.02);
}

#vendorInfoModal .gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Price list image container */
#vendorInfoModal .price-image {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: transform 0.2s;
}

#vendorInfoModal .price-image:hover {
    transform: scale(1.02);
}

#vendorInfoModal .price-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.service-card {
    background: #fff;
  }
  .service-card .card {
    border: 1px solid #d4d4d8;          /* visible light grey border */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #fff;
    position: relative;
  }
  .service-card .card:hover {
    box-shadow: 0 30px 40px -12px rgba(0,0,0,0.2);
    transform: translateY(-8px);
  }
  .service-card .card-img-wrapper {
    position: relative;
    overflow: hidden;
    line-height: 0;
  }
  .service-card .card-img-top {
    border-radius: 20px 20px 0 0;
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease;
  }
  .service-card .card:hover .card-img-top {
    transform: scale(1.03);
  }
  .service-card .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.2) 100%);
    border-radius: 20px 20px 0 0;
    pointer-events: none;
  }
  .service-card .card-body {
    padding: 1.8rem 1.2rem 1.8rem;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .service-card .card-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
  }
  .service-card .card-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #f4b300;
    margin-top: 6px;
    border-radius: 4px;
    transition: width 0.3s ease;
  }
  .service-card .card:hover .card-title::after {
    width: 60px;
  }
  .service-card ul {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0 1.8rem;
  }
  .service-card ul li {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
  }
  .service-card ul li::before {
    content: "•";
    color: #f4b300;
    font-size: 1.5rem;
    line-height: 0;
    margin-right: 0.7rem;
    font-weight: 700;
  }
  .service-card .btn {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #1e293b;
    background: transparent;
    color: #1e293b;
    transition: all 0.25s ease;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .service-card .btn:hover {
    background: #f4b300;
    border-color: #f4b300;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(244,179,0,0.3);
  }
  .service-card .section-title {
    color: #1e293b;
	margin-bottom: 15px;
  }
  .service-card .section-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 300;
  }

  /* Mobile optimisations */
@media (max-width: 767px) {
  .service-card .row {
    --bs-gutter-y: 1.5rem;              /* increases vertical gap between cards */
  }
  .service-card .card-img-wrapper {
    background: #f8fafc;                 /* light background for images with empty space */
    text-align: center;
  }
  .service-card .card-img-top {
    height: auto;                        /* no cropping */
    max-height: 250px;                   /* limits height but keeps proportions */
    object-fit: contain;                 /* shows full image, may leave background */
    width: 100%;
  }
  .service-card .card-body {
    padding: 1.2rem 1rem 1.5rem;
  }
  .service-card .card-title {
    font-size: 1.2rem;
  }
  .service-card ul li {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
  }
  .service-card .section-title {
    font-size: 1.8rem;
	margin-bottom: 15px;
  }
  .service-card .section-subtitle {
    font-size: 1rem;
  }
.service-card .row > [class*="col-"] {
    padding-bottom: 20px; /* adds extra space below each column */
  }
  /* or adjust the gutter variables */
  .service-card .row {
    --bs-gutter-x: 1.5rem; /* horizontal gap */
    --bs-gutter-y: 2rem;   /* vertical gap increased */
  }
 
} 

/* ===== ENQUIRIES PAGE SPECIFIC STYLES ===== */
.badge-success {
    background-color: #28a745;
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}
.badge-primary {
    background-color: #007bff;
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}
tr.pinned { background-color: #fff9e6 !important; }
.table tbody tr:hover { background-color: #f5f5f5; }
.contact-icons a {
    margin-right: 8px;
    font-size: 18px;
    text-decoration: none;
    color: #3b3b3b;
}
.contact-icons a:hover { color: #f4b300; }
.searchBox .btn {
    background: #f4b300;
    border-color: #f4b300;
    padding: 0;
    border-radius: 0 5px 5px 0;
    width: 44px;
    color: #fff;
}
.btn-sm {
    line-height: 32px;
    padding: 0 15px;
    font-size: 13px;
    display: inline-block;
    width: auto;
}

body.vendor-enquiries .footerBox::before {
    display: none !important;
}

/* Progress bar inline with percentage */
.welcomeBox .progressBar {
    display: flex;
    align-items: center;
    gap: 12px;
}
.welcomeBox .progressBar .progress {
    flex: 1;
    margin: 0;
    height: 8px; /* optional: adjust bar height */
}
.welcomeBox .progressBar p {
    padding: 0 !important;  /* remove the top padding */
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    #dashboardListingBox {
        flex-wrap: wrap !important;
        flex: 1 1 auto;
        margin-right: 20px;
        max-width: calc(100% - 350px);
        gap: 10px;
    }
}

/* ========== MOBILE HEADER FIX - WITH POSITION OFFSETS ========== */
@media (max-width: 767px) {
    
    .headerSection .navbar {
        position: relative;
        min-height: 60px;
    }
    
    /* Logo stays */
    .headerSection .navbar-brand {
        position: relative;
        z-index: 2;
    }
    
    /* Location input - positioned with your offsets */
    .headerSection .locationInput {
        width: calc(100% - 100px);
        position: absolute;
        top: 0;
        right: 50px;
    }
    
    .headerSection .locationInput .form-control {
        height: 42px;
        border-radius: 30px;
        padding-left: 38px;
        background: #fff;
    }
    
    .headerSection .locationInput .icons {
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    /* Profile button - top right */
    .headerSection .mobileLoginBtn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    
    .headerSection .mobileLoginBtn .btn.profileBtn {
        width: 35px;
        height: 35px;
        background: #3b3b3b;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    
    .headerSection .mobileLoginBtn .btn.profileBtn img {
        width: 18px;
        filter: brightness(0) invert(1);
    }
    
    /* Hide desktop buttons */
    .headerSection .headBtns {
        display: none !important;
    }
    
    /* Search bar - second row */
    .headerSection .headFormBox {
        position: absolute;
        top: 52px;
        left: 0;
        right: 0;
        width: 100%;
    }
    
    .headerSection .searchBox {
        display: flex !important;
        width: 100%;
    }
    
    .headerSection .locationInput {
        width: 190px;
        position: absolute;
        border: 1px solid #dadadb;
        border-radius: 30px;
        top: -50px;
        right: 50px;
    }

    
    .headerSection .searchBox .btn {
        height: 44px;
        width: 50px;
        background: #f4b300;
    }
    
    /* Add padding to body to prevent overlap */
    .headerSection {
        padding-bottom: 60px;
    }
}		

/* Fixed height scrollable container - DOUBLED HEIGHT to show many vendors */
        
        /* Custom scrollbar */
        #DivAllContentListPage::-webkit-scrollbar {
            width: 5px;
        }
        
        #DivAllContentListPage::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 5px;
        }
        
        #DivAllContentListPage::-webkit-scrollbar-thumb {
            background: #f4b300;
            border-radius: 5px;
        }
        
        /* Load More Link Container */
        .load-more-container {
            text-align: center;
            margin: 20px 0 30px;
            padding: 10px;
        }
        
        /* Load More Link - styled as text link */
        .load-more-link {
            background: transparent;
            color: #f4b300;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: underline;
            padding: 8px 20px;
        }
        
        .load-more-link:hover {
            color: #e0a800;
            transform: translateY(-1px);
        }
        
        .load-more-link:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: none;
            text-decoration: none;
        }
        
        /* Loading Spinner */
        .loading-spinner {
            display: none;
            text-align: center;
            margin: 10px 0;
            padding: 8px;
        }
        
        .loading-spinner.active {
            display: block;
        }
        
        .spinner {
            width: 25px;
            height: 25px;
            border: 2px solid #f3f3f3;
            border-top: 2px solid #f4b300;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto 5px;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .loading-spinner p {
            font-size: 12px;
            color: #666;
        }
        
        /* Mobile responsive - DOUBLED HEIGHTS */
        @media (max-width: 767px) {
            
            .load-more-link {
                font-size: 14px;
            }
        }
 /* Author Profile Styles - clean, matches Cabdunia design */
        .author-cover {
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            position: relative;
            padding: 100px 0 30px;
            margin-bottom: 80px;
        }
        .author-avatar {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            border: 5px solid #f4b300;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: -80px auto 20px;
            position: relative;
            z-index: 2;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }
        .author-name {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            margin-bottom: 8px;
        }
        .author-title {
            text-align: center;
            color: rgba(255,255,255,0.85);
            font-size: 16px;
            margin-bottom: 16px;
        }
        .author-stats {
            display: flex;
            justify-content: center;
            gap: 40px;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        .author-stat {
            text-align: center;
            color: #fff;
        }
        .author-stat-number {
            font-size: 28px;
            font-weight: 700;
            display: block;
        }
        .author-stat-label {
            font-size: 13px;
            opacity: 0.75;
        }
        .social-links-author {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 20px;
        }
        .social-link {
            width: 38px;
            height: 38px;
            background: rgba(255,255,255,0.12);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        .social-link:hover {
            background: #f4b300;
            transform: translateY(-3px);
        }
        .social-link img {
            width: 18px;
            height: 18px;
            filter: brightness(0) invert(1);
        }
        .about-section {
            background: #fff;
            border-radius: 20px;
            padding: 28px;
            margin-bottom: 30px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.04);
            border: 1px solid #edf2f7;
        }
        .section-title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #f4b300;
            display: inline-block;
            color: #0f172a;
        }
        .bio-text {
            color: #334155;
            line-height: 1.7;
            margin-bottom: 16px;
        }
        .article-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            margin-bottom: 25px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
            transition: all 0.3s;
            border: 1px solid #edf2f7;
        }
        .article-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.1);
        }
        .article-image {
            height: 200px;
            overflow: hidden;
            background: #f1f5f9;
        }
        .article-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }
        .article-card:hover .article-image img {
            transform: scale(1.05);
        }
        .article-content {
            padding: 20px;
        }
        .article-category {
            color: #f4b300;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
            display: inline-block;
        }
        .article-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 1.4;
        }
        .article-title a {
            color: #0f172a;
        }
        .article-title a:hover {
            color: #f4b300;
        }
        .article-meta {
            color: #94a3b8;
            font-size: 12px;
            margin-bottom: 12px;
        }
        .article-excerpt {
            color: #475569;
            font-size: 14px;
            line-height: 1.6;
        }
        .read-more {
            color: #f4b300;
            font-weight: 600;
            font-size: 13px;
            margin-top: 12px;
            display: inline-block;
        }
        /* Enquiry Form - exact same as provided */
        .enquiryForm {
            border: 1px solid rgba(0, 0, 0, 1);
            background-color: #ffffff;
            border-radius: 25px;
            padding: 75px 40px;
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }
        .enquiryForm::before {
            content: '';
            background: rgba(244, 179, 0, 0.2);
            border-radius: 50%;
            position: absolute;
            height: 90px;
            width: 100px;
            top: -50px;
            left: -50px;
        }
        .enquiryForm .boxStrip {
            position: absolute;
            bottom: auto;
            top: 0;
            right: 0;
            width: 160px;
            left: auto;
        }
        .enquiryForm h4 {
            font-size: 20px;
            font-weight: 500;
            line-height: 26px;
            padding: 0 0 10px;
        }
        .enquiryForm .tabBox .nav-tabs {
            border-bottom: 1px solid rgba(195, 194, 194, 1);
            margin-bottom: 30px;
            margin-top: 20px;
        }
        .enquiryForm .tabBox .nav-tabs .nav-item {
            padding-right: 30px;
        }
        .enquiryForm .tabBox .nav-tabs .nav-link {
            color: rgba(0, 0, 0, 1);
            font-size: 14px;
            margin: 0;
            background-color: transparent;
            border: 0;
            border-radius: 0;
            padding: 0 0 6px;
            line-height: 24px;
            position: relative;
        }
        .enquiryForm .tabBox .nav-tabs .nav-link.active {
            font-weight: 500;
        }
        .enquiryForm .tabBox .nav-tabs .nav-link.active::before {
            content: '';
            background: rgba(0, 0, 0, 1);
            border-radius: 8px;
            width: 32px;
            height: 2px;
            position: absolute;
            bottom: -1px;
        }
        .enquiryForm .form-group {
            margin-bottom: 14px;
        }
        .enquiryForm .form-control {
            height: 44px;
            padding: 10px 15px;
            font-size: 12px;
            border: 1px solid rgba(161, 161, 161, 1);
            border-radius: 5px;
        }
        .enquiryForm textarea.form-control {
            height: 90px;
        }
        .enquiryForm .btn-primary {
            background: #f4b300;
            border: none;
            color: #0f172a;
            font-weight: 600;
            width: 100%;
            border-radius: 5px;
            height: 44px;
        }
        .enquiryForm .btn-primary:hover {
            background: #e0a800;
        }
        .pMsg {
            display: none;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 12px;
            margin-bottom: 12px;
        }
        .pMsg.success {
            background: #d4edda;
            color: #155724;
            display: block;
        }
        .pMsg.error {
            background: #f8d7da;
            color: #721c24;
            display: block;
        }
        .recent-post-item {
            display: flex;
            gap: 14px;
            padding: 14px 0;
            border-bottom: 1px solid #edf2f7;
        }
        .recent-post-img {
            width: 65px;
            height: 65px;
            border-radius: 10px;
            object-fit: cover;
            background: #f1f5f9;
        }
        .recent-post-title {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.4;
            margin-bottom: 5px;
        }
        .recent-post-title a {
            color: #1e293b;
        }
        .recent-post-title a:hover {
            color: #f4b300;
        }
        .recent-post-date {
            font-size: 11px;
            color: #94a3b8;
        }
        .category-list {
            padding: 8px 0;
        }
        .category-list li {
            padding: 10px 0;
            border-bottom: 1px solid #f1f5f9;
        }
        .category-list a {
            color: #475569;
            display: flex;
            justify-content: space-between;
            font-size: 14px;
        }
        .category-list a:hover {
            color: #f4b300;
        }
        .sidebar-widget {
            background: #fff;
            border-radius: 16px;
            border: 1px solid #edf2f7;
            margin-bottom: 30px;
            padding: 0 20px 20px;
        }
        .sidebar-widget .widget-title {
            font-size: 18px;
            font-weight: 600;
            padding: 18px 0 12px;
            margin: 0;
            border-bottom: 2px solid #f4b300;
            display: inline-block;
            width: auto;
        }
        @media (max-width: 768px) {
            .author-name { font-size: 24px; }
            .author-stats { gap: 20px; }
            .author-stat-number { font-size: 20px; }
            .about-section { padding: 20px; }
            .enquiryForm { padding: 40px 20px; }
        }      