/* font import */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Didact+Gothic&family=Orbitron:wght@700&display=swap");
@font-face {
    font-family: urw-din;
    src: url("../assets/fonts/urw-din-regular.woff2") format("truetype");
}

:root,
[data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #172f51;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 23, 47, 81;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif:
        system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace:
        SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 23, 47, 81;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

.btn-outline-primary {
    --bs-btn-color: #e76521;
    --bs-btn-border-color: #e76521;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e76521;
    --bs-btn-hover-border-color: #e76521;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e76521;
    --bs-btn-active-border-color: #e76521;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e76521;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e76521;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e76521;
    --bs-btn-border-color: #e76521;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e76521;
    --bs-btn-hover-border-color: #e76521;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e76521;
    --bs-btn-active-border-color: #e76521;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e76521;
    --bs-btn-disabled-border-color: #e76521;
}
h2 {
    font-size: 26px;
}
.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.footer .e-con {
    background-color: #dedde3;
}

.btn.btn-book .elementor-button {
    background-color: #e76521;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 18px;
}
.trado-driver img,
.trado-user img {
    background-color: #e76521;
    height: 35px;
    width: 100%;
}
.footer-logo img {
	max-width: 160px;
}

.subscribe-form-footer {
	background-color: #fff; 
	padding: 10px 20px;
	border-radius: 20px; 
	border:1px solid #000;
	margin-right: 15px;
}
.subscribe-form-footer .form-control {
	margin-bottom: 2px;
}

.subscribe-form-footer h2 {
    color: #004785 !important;
    font-size: 38px;
    font-weight: 700;
	margin: 0px;
}
.subscribe-form-footer h3 {
	color: #004785 !important; 
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
}
.subscribe-form-footer p {
	margin-bottom: 10px; 
	padding: 0px;
	font-size: 14px;
	font-weight: 500;
}
.subscribe-form-footer .promo-text {
	color: #666;
	font-size: 12px;
	font-style:italic;
	margin: 0px;
}
.subscribe-form-footer .btn-submit {
	background-color: #004785;
	border:1px solid #004785;
	font-style: italic;
}

.cta1 .e-con-inner {
    background-color: #c9653a;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.elementor-12
    .elementor-element.elementor-element-f54fbd3
    .owl-carousel
    .owl-nav
    .owl-next,
.elementor-12
    .elementor-element.elementor-element-f54fbd3
    .owl-carousel
    .owl-nav
    .owl-prev {
    top: 130px;
    background-color: #f2f2f2;
}

#uc_responsive_testemonial_carousel_elementor_f54fbd3 .uc_stars {
    justify-content: center;
    margin: 10px;
}

#uc_responsive_testemonial_carousel_elementor_f54fbd3 .uc_quote_item,
#uc_responsive_testemonial_carousel_elementor_f54fbd3 .ue-flip-item-content {
    transition: all 0.3s;
    border-radius: 20px;
    margin-bottom: 50px;
    background-color: #f2f2f2;
}
.uc_quote_item {
    position: relative;
}
#triangle-down {
    border: 1px solid #f2f2f2;
    width: 35px;
    height: 35px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -35px;
    background-color: #f2f2f2;
    transform: rotate(45deg);
}

#home-popup .elementor-element {
    --widgets-spacing: 0px;
    --widgets-spacing-row: 0px;
    --widgets-spacing-column: 0px;
}
#home-popup .wpcf7-response-output {
    margin-top: 0px;
    display: none;
}
/*
#uc_simple_popup_elementor_7ce3140 .ue-simple-popup-wrapper {
    overflow-y: auto;
    max-height: 100vh;
    width: 500px;
    border-radius: 10px;
    padding: 40px;
}
*/

.wpcf7-submit,
.btn-submit,
.btn-submit:hover {
    background-color: #212121;
    color: #fff;
    border-radius: 0;
    padding: 6px 20px;
}
.form-control {
    border-radius: 0;
}

.retailer-form .form-control {
    border-radius: 5px;
}
.retailer-form .btn-submit,
.retailer-form .wpcf7-submit {
    background-color: #e76521;
    color: #fff;
    border-radius: 30px;
    padding: 6px 20px;
    width: 100%;
    font-size: 20px;
}

/* services */
/* Single Service Styling */
.service-header {
    margin-bottom: 2rem;
    text-align: center;
}

.service-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.service-featured-image {
    margin: 1rem 0;
    padding: 10px 40px;
}

.service-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.service-content {
    line-height: 1.8;
    font-size: 1.1rem;
}

.service-meta {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.service-price,
.service-duration {
    font-size: 1.1rem;
    margin: 0.5rem 0;
    color: #495057;
}

.service-content {
    text-align: left;
}

.ctf7-services-form {
    background-color: #3e4a5e;
    color: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ctf7-services-form .btn-submit {
    background-color: #e76521;
    color: #fff;
    border-radius: 15px;
    padding: 6px 5px;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    font-family: urw-din;
}
.ctf7-services-form .form-control {
    border-radius: 10px;
    padding: 10px 15px;
}
.ctf7-services-form label {
    padding: 2px 20px 2px 5px;
    font-weight: 600;
    font-size: 15px;
    color: #d6d6d6;
}
.services-list a,
.services-list a:hover {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.heading-sup span {
    font-size: 22px;
    vertical-align: super;
}
.city-item .city-icon {
    color: #e76521;
}

.trado_h2_heading h2{
  border-bottom: 2px solid #e37239;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #20355b;
	font-size: 36px;
}
.trado_h3_heading h3 {
	font-size: 22px;
}
.elementor-widget-n-accordion .e-n-accordion-item {
	border-bottom: 1px solid #9f9f9f;
}
.img-playstore img, 
.elementor-widget-image a  img{
	height: 60px;
	width: auto !important;
}
p:last-child {
	margin-bottom: 0;
}
.form-control {
	margin-bottom: 10px;	
}
.heading-2 h2 {
	font-size: 46px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
  padding-right: 0px;
}
.elementor-widget-n-tabs .e-n-tab-title-text {
	align-items: start;
}


.tab-content-1 .e-n-tab-title-text > span {
  color: #e37239;
  border: 2px solid #20355b;
  width: 72px;
  height: 72px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
	margin-right: 20px;
	padding: 0px;
	flex-basis: 72px;
	flex-grow: 0; 
	flex-shrink:0;
}
.tab-content-1 .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text > span {
	background-color: #DBECAD;
}
h1.cities-title {
	font-size: 50px;
}

p, ul li, .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: 18px;
}

/* home video - banner css */
.repeat-visit-banner {
    display: none;
	position: relative; 
	z-index: 1;
}
.banner-over-text {
  position: absolute;
  bottom: 300px;
  text-align: center;
  z-index: 9;
  width: 100%;
}
.banner-over-text img {
  max-height: 150px;
}
/* ============= home video - banner css========= */

#uc_responsive_testemonial_carousel_elementor_f54fbd3 .owl-stage .owl-item:nth-child(3n+1) .uc_quote_item {
	 background-color: #d9e3e4;
	box-shadow:5px 5px 5px #ccc;
}
#uc_responsive_testemonial_carousel_elementor_f54fbd3 .owl-stage .owl-item:nth-child(3n+2) .uc_quote_item {
	 background-color: #d9dee4;
	box-shadow:5px 5px 5px #ccc;
}
#uc_responsive_testemonial_carousel_elementor_f54fbd3 .owl-stage .owl-item:nth-child(3n) .uc_quote_item {
	 background-color: #d0d4dd;
	box-shadow:5px 5px 5px #ccc;
}

#uc_responsive_testemonial_carousel_elementor_f54fbd3 .owl-stage .owl-item:nth-child(3n+1) .uc_quote_item #triangle-down{
	background-color: #d9e3e4;
	border: 1px solid #d9e3e4;
	border-right: 1px solid #d9e3e4;
  	border-bottom: 1px solid #d9e3e4;
}

#uc_responsive_testemonial_carousel_elementor_f54fbd3 .owl-stage .owl-item:nth-child(3n+2) .uc_quote_item #triangle-down{
	background-color: #d9dee4;
	border: 1px solid #d9dee4;
	border-right: 1px solid #d9dee4;
  	border-bottom: 1px solid #d9dee4;
}
#uc_responsive_testemonial_carousel_elementor_f54fbd3 .owl-stage .owl-item:nth-child(3n) .uc_quote_item #triangle-down{
	background-color: #d0d4dd;
	border: 1px solid #d0d4dd;
	border-right: 1px solid #d0d4dd;
  	border-bottom: 1px solid #d0d4dd;
}

.footer .wpcf7 form .wpcf7-response-output {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
 }
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1180px;
    }
}

@media screen and (max-width: 767px) {
	.subscribe-form-footer { 
		margin-right: 0px;
	}
	.heading-2 h2 {
		font-size: 26px;
	}
	h2.elementor-heading-title {
		font-size: 26px;
	}
	.trado_h2_heading h2 {
		font-size: 28px;
	}
	.header-logo.elementor-widget-image a img{
	  height: 45px;
	  width: auto !important;	
	}
	
}