/*
Theme Name: commercialsimulators
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* ============================
   TESTIMONIAL SLIDER
============================= */
body {
    margin: 0;
    font-family: "PT Sans";
    font-weight: 400;
    color: #000;
    background-color: #fff;
    text-transform: none;
    font-style: normal;
    text-align: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}

body.popup-open {
    overflow: hidden !important;
    height: 100vh;
}

.custom-heading{
	margin-bottom: 0px;
}
h2, .custom-heading h2 {
    font-family: "Orbitron";
    color: #0475d5;
    font-size: 2.5rem;
    line-height: 1.5!important;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0!important;
}

h3 {
    font-family: "Orbitron";
    color: #0475d5;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0;
}

.about_us_section .vc_general.vc_cta3.vc_cta3-style-classic{
	background-color: #fff;
}
.about_us_section .vc_general.vc_cta3{
	padding: 0px;
}




.about_us_section h3 {
    font-family: "PT Sans" !important;
    font-weight: 400 !important;
}
.about_us_section .vc_cta3-content p{
	font-size: 16px !important;
}
.about_us_section .vc_general.vc_cta3.vc_cta3-style-classic{
	border: 0px!important;
	height: 100%!important;
	max-height: 98px;
}

.about_us_section .fa-certificate,
.about_us_section .fa-dollar-sign,
.about_us_section .fa-life-ring,
.about_us_section .fa-infinity
 {
    display: block;
    fill: #0475d5;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
}

.about_us_section .fa-certificate:before,
.about_us_section .fas.fa-certificate:before, 
.about_us_section .fa-dollar-sign,
.about_us_section .fas.dollar-sign :before,
.about_us_section .fa-life-ring,
.about_us_section .fas.fa-life-ring:before,
.about_us_section .fa-infinity,
.about_us_section .fas.fa-infinity:before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* Hide original FA glyph */
    font-family: none !important;
}

/* Replace with your custom SVG file */
.about_us_section .fa-certificate {
    background-image: url("./images/certificate.svg");
}
.about_us_section .fa-dollar-sign {
    background-image: url("./images/price.svg");
}
.about_us_section .fa-life-ring{
    background-image: url("./images/support.svg");
}
.about_us_section .fa-infinity {
    background-image: url("./images/finance.svg");
}


#solutions{
	padding: 0px!important;
}
#about .container,
#reportform .container,
#solutions .container,
#carview .container,
#reviews .container{
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex: 1 0 auto;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	width: 100%;
}
.wv-boxed>.container{
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 61rem;	
}

.wv-content>.container, .wv-spacer>.container {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
#reportform .vc_parallax-inner {
    height: 150%;
    top: -39.244%;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;    
}


.appointment-form input{
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    font-size: 16px;

}

.appointment-form .col-half {
    margin: .5rem;
    flex: 1 1 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
}

.appointment-form textarea {
    height: 10rem;
    width: 100%;
}
.appointment-form .row-text-area {
    flex-basis: 100%;
}
.privacy-row input{
	width: unset;
	height: unset;
	display: unset;
}

.ts-wrapper {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    max-width: 1200px;
}

.ts-slider-container {
    overflow: hidden;
    width: 100%;
}

.ts-slider {
    display: flex;
    transition: transform .5s ease-in-out;
    width: 100%;
}

.ts-item {
    width: 33.333%; /* 3 per slide */
    flex-shrink: 0;
    padding: 40px 25px;
    box-sizing: border-box;
    background: #fff;
}

.ts-avatar {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.ts-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ts-item p {
    font-style: italic;
}

.ts-dots {
    margin-top: 20px;
}

.ts-dots span {
    width: 12px;
    height: 12px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.ts-dots span.active {
    background: #007bff;
}


/* ============================
   SERVICE LIST
============================= */
.srv-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    color: #000;
}
.srv-item {
    width: calc(33.3333333333% - 2 * .5rem);
    background: #f2f3f4;
    padding: 2rem;
    position: relative;
    box-sizing: border-box;
}
.srv-title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.srv-title {
    color: #000;
    font-weight: 900;
    line-height: 1;
}

.srv-short ul {
    margin: 0;
    padding-left: 20px;
}
.srv-short li {
    margin-bottom: 6px;
}
.srv-short li{
	list-style: none;
}
.srv-short ul li::before {
    color: #0475d5;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1rem;
    width: 1rem;
}

.srv-price-box {
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	font-size: 12.8px;
	line-height: 25px;
	background: #fff;
	color: #0475d5;
	padding: 1rem;
	transition: all .3s 
	ease-in-out;
}

.srv-price-box:hover {
    background: #0475d5;
    color: #fff;
}
..srv-price-box small{
	font-size: 12.8px;
}
.srv-price-box strong {
	font-size: 20.8px;
	font-family: "Orbitron";
	font-weight: 900;
}


/* ============================
   CAR INVENTORY & POPUP
============================= */

/* Force the whole inventory row to be relative */
#inventory {
    position: relative !important;
    height: 343px !important;
    overflow: hidden !important;
    padding: 0px!important;
}

/* Force inventory row to full-width relative positioning */
#inventory {
    position: relative !important;
    overflow: hidden !important;
    height: 343px !important;
}

/* Correct blue overlay - FULL WIDTH (fixes left gap) */
#inventory .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: 100vw !important;    /* full viewport width */
    height: 343px !important;

    background: #0475d5 !important;
    opacity: 0.8 !important;
    z-index: 3 !important;

    /* Fix left GAP: push overlay to the left to counter container padding */
    margin-left: calc((100vw - 100%) / -2) !important;
}

/* Fix parallax background layer */
#inventory .vc_parallax-inner {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    width: 100vw !important;
    height: 343px !important;

    background-size: cover !important;
    background-position: center !important;
}
.inventory-heading{padding-top: 8rem;}
#inventory h2 {
    font-family: 'Orbitron', sans-serif;   /* closest match to screenshot */
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 auto;
    text-align: center !important;
    position: relative;
    z-index: 10;            /* ensures it stays above overlay */
    line-height: 1.2;
}

/* Optional sharp text edge effect */
#inventory h2 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}


/* ------------------------------
   Inventory Tabs (Exact Style)
   ------------------------------ */

.car-tabs {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 50px;
    flex-wrap: wrap;
	position: relative;
	z-index: 10;    
}

.car-tab {
	padding: 1rem 2rem;
	border: 4px solid #fff;
	transform: translateY(4px);
	/* font-weight: 700; */
	min-width: 250px;
	background: transparent;
	color: #fff !important;
	font-size: 1.2rem;
}
.car-tab-title{
	text-align: center;
}

/* Icon size */
.car-tab i {
    font-size: 20px;
}

/* ACTIVE TAB → WHITE BG + BLUE TEXT */
.car-tab.active {
	pointer-events: none;
	transform: translateY(-5px);
	background: #fff;
	color: #0475d5 !important;
}

/* ACTIVE TAB icon color */
.car-tab.active i {
    color: #006CD4 !important;
}

/* HOVER EFFECT */
.car-tab:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .car-tab {
        width: 100%;
        justify-content: center;
        padding: 18px;
    }
    .car-tabs { gap: 15px; }
}

.car-grid {
display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    width: 100%;	
    margin: calc(.5rem * -1);
    width: calc(100% + 2 * .5rem);
    align-content: stretch;
    align-items: stretch;
}
.car-item {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    margin: .5rem;
    flex-basis: calc(33.3333333333% - 2 * .5rem);
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}
.car-item img {
    width: 100%;
}

/* Wrapper */
.title-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 0 5px;
}
.car-more{
	padding: 1rem .5rem;
    display: inline-block;
    font-family: "PT Sans";
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    max-width: 100%;
    box-shadow: none;
    transform: none;
    transition: all .3s ease-in-out;
    background: #fff;
    color: #0475d5;
    border-color: rgba(0, 0, 0, 0);
    padding: .5rem 1rem;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}
.spaces {
    margin-top: 1rem;
    border-top: 1px solid #ebedee;
    padding-top: .5rem;
    font-size: 0.85rem;
}
.more a:hover{background: #035aa3; color: #fff}
.more{
	text-align: center;
}
/* Car Title Style */
.car-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

/* Price Blue Box */
.car-price {
    background: #0475d5;          /* Blue background */
    color: #fff;                 /* White text */
    padding: 8px 25px;           /* Spacing like screenshot */
    border-radius: 0;            /* Square look */
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;            /* Ensures equal box width */
    text-align: center;
}


/* POPUP */
/* ============ POPUP BACKDROP ============ */
#car-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.78);
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999999;
}

/* Popup window */
.car-popup-content {
    width: 90%;
    max-width: 1100px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

.car-popup-content {
    max-height: 90vh;
    overflow-y: scroll;

    /* hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.car-popup-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Close btn */
#car-popup-close {
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}

/* Layout inside popup */
.car-popup-flex {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
}

/* Popup Img / Gallery */
.popup-gallery-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.car-popup-info h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0475d5;
    margin-bottom: 20px;
}

/* Popup table */
.car-popup-info table {
    width: 100%;
    margin-top: 10px;
}

.car-popup-info table tr td {
    padding: 12px 8px;
    border-bottom: 1px solid #e9e9e9;
}

.car-popup-info table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.car-popup-info table td {
    padding: 10px 15px;
}

/* Left column text */
.car-popup-info table td:first-child {
    text-align: left;
}

/* Right column text */
.car-popup-info table td:last-child {
    text-align: right;
}

/* Even rows */
.car-popup-info table tr:nth-child(even) td {
    background: #f0f2f1;
    border-top: 1px solid #ebedee;
    border-bottom: 1px solid #ebedee;
}


.car-popup-panels {
    margin-top: 40px;
}

/* Two button headers */
.popup-panel-header {
    background: #0475d5;          /* light blue (inactive) */
    color: #fff;
    padding: 18px 25px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    border: 1px solid #0059a8;
}

/* Active state */
.popup-panel-header.active {
    background: #0d2f4f;          /* dark blue */
}

/* Toggle icon */
.popup-panel-header .toggle-icon {
    font-size: 26px;
    font-weight: 300;
}

/* Body panel */
.popup-panel-body {
    padding: 25px;
    background: #fff;
    border: 1px solid #0475d5;
    border-top: none;
    animation: fadeIn 0.25s ease-in-out;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===== POPUP TABS (DESCRIPTION / OPTIONS) ===== */

.car-popup-panels {
    margin-top: 40px;
}

/* Row of two tabs */
.popup-tabs {
    display: flex;
    gap: 24px; /* space between DESCRIPTION and OPTIONS */
    margin-bottom: 0;
}

/* Single tab */
.popup-tab {
    flex: 1;
    background: #0475d5; /* bright blue for inactive */
    color: #ffffff;
    padding: 18px 28px;
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
}

/* Active tab */
.popup-tab.active {
    background: #0d2f4f; /* dark blue like the screenshot */
}

/* + / × icon on the right */
.popup-tab .toggle-icon {
    font-size: 26px;
    font-weight: 300;
}

/* Content area under the tabs */
.popup-tab-body {
    border: 1px solid #0475d5;
    border-top: none;
    padding: 25px 32px;
    background: #ffffff;
    margin-top: 0;
    box-sizing: border-box;
    animation: popupTabFade 0.2s ease-in-out;
}

.popup-tab-body {
    max-height: 60vh;
    overflow-y: scroll;

    scrollbar-width: none;
    -ms-overflow-style: none;
}
.popup-tab-body::-webkit-scrollbar {
    width: 0;
}

/* Simple fade animation */
@keyframes popupTabFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Optional: make text look closer to design */
.popup-tab-body p {
    margin-bottom: 1em;
}
#popup-opt ul {
    column-count: 3;       /* Three columns */
    column-gap: 40px;      /* Space between columns */
    padding-left: 20px;
    margin: 0;
}

#popup-opt li {
    break-inside: avoid;   /* Prevent items from breaking between columns */
    margin-bottom: 8px;
}


#popup-opt li {
    list-style: none;
}
#popup-opt ul li::before {
    color: rgb(4, 117, 213);
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1rem;
    width: 1rem;
}


#reviews .vc_parallax-inner {
    position: absolute;
    left: 0;
    top: 0!important;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#footer .porto-sicon-description,
#footer .porto-sicon-description a,
#footer .porto-icon i{
	color: #fff !important;
	font-size: 16px!important;
}


/* =============================
   CONTACT FORM LAYOUT (safe classes)
   ============================= */

.contact-form .contact-row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}

.contact-form .col-half {
    width: 50%;
}

/* Inputs & textarea */
.contact-form input.form-control,
.contact-form textarea.form-control {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
    color: #fff;
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    letter-spacing: .5px;
}

.contact-form textarea.form-control {
    height: 130px;
    resize: none;
}

/* Privacy checkbox */
.contact-form .privacy-row label {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 8px;
}

.contact-form .privacy-row input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    transform: translateY(1px);
}

/* Captcha row */
.contact-form .captcha-row {
    align-items: center;
}

.contact-form .captcha-image img {
    height: 45px !important;
    width: auto;
    border-radius: 4px;
}

.contact-form .captcha-input input.form-control {
    height: 45px;
}

.contact-form .captcha-refresh {
    font-size: 26px;
    cursor: pointer;
    color: #fff;
}

/* Send button */
.contact-form .contact-submit {
    width: 100%;
    height: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #fff !important;
    color: #0e3a5a !important;
    border: none !important;
}

#header .wpb_custom_5c0ec333c9c5fc1f69d5a7a6bc8d2521.main-menu > li.menu-item.active > a{
	font-weight: 400;
	font-size: 16px;
	letter-spacing: normal;
	font-family: "PT Sans";
}

#header .main-menu > li.menu-item > a{
	transition: all .3s ease-in-out;
    transition-property: background-color, color, margin;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    position: relative;
    box-sizing: border-box;
	font-weight: 400!important;
	font-size: 16px!important;
	letter-spacing: normal!important;
	font-family: "PT Sans"!important;
	color: #0475d5;
}

#header .main-menu > li.menu-item > a:before, #header .main-menu > li.menu-item > a:after {
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
    transition: all .3s 
ease;
    background: #0475d5;
}

#home h1{
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: 700;
}
#home p{
	color: #fff;
}

.top-heda-button .vc_btn3{
	background: #fff!important;
	border-color: #fff!important;
	color: #035aa3;
	padding: 8px 16px!important;
	font-weight: 400 !important;
}
.top-heda-button .appo_but .vc_btn3,
.top-heda-button .inven-but .vc_btn3:hover{
	background: #035aa3!important;
	border-color: #035aa3!important;
	color: #fff!important;
}

/* ============================================================
   HERO SECTION (ISOLATED)
   Applies only to #home section
   ============================================================ */
#home.hero-overlay-row {
    position: relative !important;
    overflow: hidden !important;
}

/* Dark overlay */
#home.hero-overlay-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.30);
    z-index: 2;
}

#home.hero-overlay-row .porto-wrap-container {
    position: relative;
    z-index: 3;
}

#home.hero-overlay-row .vc_parallax-inner {
    z-index: 1 !important;
}

/* Remove spacing only inside HERO row */


/* ============================================================
   SEPARATOR (ISOLATED)
   Only for .home-separator
   ============================================================ */


 .separator-container{
    padding: 0px!important;
    height: 78px;
 }
.separator-container .wpb_raw_html{
	width: 100%;
}
 .top-row{

 }
.separator-container .vc_column_container{
    padding: 0px;
 }

 .home-separator .path1 {
    fill: #007ad6; /* Your blue */
}
 .home-separator .path1 {
    fill: #fff;
}
 .home-separator .path1 {
    fill: #fff;
}
 .home-separator .path2,  .home-separator .path3 {
    fill: #0475d5;
}
.separator-container .wpb_content_element{
	width: 100%!important;
	box-sizing: border-box;
    flex: 0 0 100%;
    pointer-events: auto;
    transform: rotate(180deg) scaleX(1);\
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: auto;
}
.separator-container .wpb_wrapper{
	    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    pointer-events: none;
}
.separator-container .home-separator{
	height: 5rem;
	background: none;
    overflow: hidden;
    box-sizing: border-box;
    flex: 0 0 100%;	
}
.separator-container svg{
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;	
}


/* Remove gap BETWEEN hero & separator only */
/*#home.hero-overlay-row + .vc_row .home-separator {
    margin-top: -2px !important; /* Fix hairline gap only for this case */
}*/


#home .vc_parallax-inner {
    position: absolute;
    left: 0;
    top: 0!important;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;  
    height: 100% !important;  
}

#ed-483364484 .background-image-holder {
    background-position: center bottom;
}

.footer_map{}

.appointment-form .wpcf7-submit{
    width: 97%;
    margin-left: 20px;
    background: #0475d5;
    border: 1px solid #0475d5;
}