@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//airtransnew.braincubedigital.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.0") format("woff2");
}

:root {
	--wd-text-font: "Red Hat Text", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Red Hat Text", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Red Hat Text", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Red Hat Text", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Red Hat Text", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(3,28,76);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Red Hat Text", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(3,28,76);
	--wd-alternative-color: rgb(243,246,251);
	--wd-link-color: rgb(3,28,76);
	--wd-link-color-hover: rgb(3,28,76);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/*MENU*/
.wd-nav[class*="wd-style-underline"] .nav-link-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

/*HOMEPAGE - remove date from news*/
.wd-post-date.wd-style-with-bg>span {
    display: none !important;
}

/*Drop Down Services*/
/* Remove styling ONLY for this tab group */
#wd-692de9cdada9d.tabs-design-aside > *:first-child {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/*text inside drop down tabs*/
.inside_menu_text a {
    color: #000 !important;
}

.wd-tabs.tabs-design-aside .wd-nav-tabs .wd-tabs-title {
    text-transform: none !important;
}

/*Left Tab box with shadow*/
@media (min-width: 1025px) {
  .wd-tabs.tabs-design-aside {
    display: grid;
    grid-template-columns: var(--wd-side-width, 300px) 1fr;
    gap: 50px !important;
  }

  .wd-tabs.tabs-design-aside > *:first-child {
    background: #fff;
    border: none;                     /* remove border */
    border-radius: 35px;
    padding: 20px;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.15); /* recommended shadow */

    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.inside_menu_text a:hover {
    color: rgb(10,100,215) !important;
}

/* Team member card styling */
.team-member {
    background: #fff !important;
    border-radius: 35px !important;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2) !important;
    overflow: hidden; /* ensures border-radius clips the image */
    display: flex;
    flex-direction: column; /* top image, bottom details */
}

/* Top image section */
.team-member .member-image-wrapper {
    width: 100%;
    height: 300px; /* adjust height as needed */
    overflow: hidden; /* crop overflowing image */
}

/* Make image cover the wrapper */
.team-member .member-image-wrapper .team-member-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fill container like background-cover */
    display: block;
}

/* Bottom details section */
.team-member .member-details {
    padding: 20px;
    text-align: center;
}

/* Hover effect */
.team-member:hover {
    transform: translateY(-3px) !important; /* slight lift */
    box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.25) !important; /* stronger shadow */
}

/*SERVICES PAGE and Homepage*/
.services_column:hover{
    transform: translateY(-5px) !important;
}
	

/*Post*/
.post-single-page {
  text-align: left;
}

/*MAP CONTACT PAGE*/

.height{ height: 330px !important;
}@media (min-width: 1025px) {
	/*MAP CONTACT PAGE*/
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    padding-bottom: 40% !important;
}

.wpb_gmaps_big {
    padding-bottom: 40% !important;
}

.height2{ height: 330px !important;
}


/*Carousel homepage NEWS*/
/* Equal-height fix (kept from previous solution) */
.wd-carousel .wd-post.blog-design-small-images .article-inner {
    display: flex;
    align-items: stretch;
    gap: 10px;
    min-height: 250px; /* smaller height */
}

.wd-carousel .wd-post.blog-design-small-images .entry-header,
.wd-carousel .wd-post.blog-design-small-images .article-body-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Image fills its left box */
.wd-carousel .wd-post.blog-design-small-images .entry-thumbnail,
.wd-carousel .wd-post.blog-design-small-images .post-img-wrapp,
.wd-carousel .wd-post.blog-design-small-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Make the entire blog card smaller */
.wd-carousel .wd-post.blog-design-small-images {
    max-width: 1000px; /* adjust */
    margin: 0 auto;
}

/* Center the text in the right box */
.wd-carousel .wd-post.blog-design-small-images .article-body-container {
    justify-content: center;
    text-align: left;
}


/*POST PAGES*/
.wd-post-cat.wd-style-with-bg {
    display: none;
}

.entry-meta-list li.modified-date, .entry-meta-list li:last-child {
    margin-right: 0;
    display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/*Carousel homepage NEWS*/
/* Equal-height fix (kept from previous solution) */
.wd-carousel .wd-post.blog-design-small-images .article-inner {
    display: flex;
    align-items: stretch;
    gap: 10px;
    min-height: 250px; /* smaller height */
}

.wd-carousel .wd-post.blog-design-small-images .entry-header,
.wd-carousel .wd-post.blog-design-small-images .article-body-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Image fills its left box */
.wd-carousel .wd-post.blog-design-small-images .entry-thumbnail,
.wd-carousel .wd-post.blog-design-small-images .post-img-wrapp,
.wd-carousel .wd-post.blog-design-small-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Make the entire blog card smaller */
.wd-carousel .wd-post.blog-design-small-images {
    max-width: 1000px; /* adjust */
    margin: 0 auto;
}

/* Center the text in the right box */
.wd-carousel .wd-post.blog-design-small-images .article-body-container {
    justify-content: center;
    text-align: left;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	/*MAP CONTACT PAGE*/
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  position: inherit !important;
}
}

@media (max-width: 576px) {
	/*MAP CONTACT PAGE*/
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
   position: inherit !important;
}

/*Accordions*/
.wd-accordion-opener {

  color: #031c4c !important;
}

.wd-accordion.wd-style-default .wd-accordion-item {
  border-bottom: 1px solid #031c4c !important;
}

.wd-accordion.wd-style-default::before {
  display: none !important;
}

.justify_text p { text-align: justify !important}
}

