
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root {
  --c: var(--wd-alternative-color);
  --c1: var(--wd-primary-color);
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background: var(--c);
}
.route-filters::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.route-filters::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.route-filters::-webkit-scrollbar-thumb {
  background: var(--c);
}
.product-grid-item .product-wrapper {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  justify-content: center;
  align-items: center;
}

#footer h2.widgettitle {
  margin-bottom: 10px;
  color: gray;
}
.text-danger {
  color: red;
}
ul#menu-download-our-app li {
  display: inline-block;
  margin-bottom: 0;
}

ul#menu-download-our-app li img {
  width: 150px;
}

ul#menu-locations {
  column-count: 2;
}

ul#menu-meet-us li {
  display: inline-block;
}

ul#menu-meet-us li a {
  border-radius: 4px;
  padding: 12px 20px;
  border: 2px solid white;
  background: #ffffff6e;
}

ul#menu-meet-us li a i:first-child {
  color: var(--c1);
  margin-right: 8px;
}

ul#menu-meet-us li a i:last-child {
  opacity: 0.5;
  margin-left: 10px;
}
header .wd-header-cats.wd-style-1 span.menu-opener.color-scheme-light {
  background: transparent;
  color: #000000a3;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  height: 46px;
  min-width: 215px !important;
}

header .wd-header-cats.wd-style-1 {
  margin: 0;
}
#footer a {
  color: black;
}

#footer .vc_col-sm-6:first-child .vc_col-sm-6:last-child > div {
  padding-left: 6px;
}

#footer .insec2 img {
  width: 350px;
  border-radius: unset !important;
}

#footer .insec2 .wpb_text_column.wpb_content_element,
#footer .insec3 .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}

#footer .insec3 .woodmart-counter {
  width: 270px;
  border-radius: 4px;
  padding: 12px 20px;
  border: 2px solid white;
  background: #ffffff6e;
  display: inline-flex;
  flex-direction: column-reverse;
}

#footer .insec3 .counter-value.wd-font-weight-600 {
  font-size: 20px;
}

#footer .insec3 .counter-label {
  margin-top: 0;
  margin-bottom: 10px;
}

div#footer {
  padding-bottom: 40px;
}
#footer2 h6 {
  font-size: 17px;
  margin-bottom: 10px;
}
header ul#menu-categories {
  display: flex;
  justify-content: flex-start;
}

header .whb-header-bottom {
  border: unset;
}

/* coupon css */
.cou_wrapper .wpccl-btn-wrapper .wpccl-btn {
  font-size: 0px;
  background: transparent !important;
  height: 26px;
  width: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.cou_wrapper {
  position: relative;
}
.whb-col-right .notify img {
  width: 24px;
  height: 24px;
}
#footer .fn1 {
  display: inline-block;
  background: #eaeef2;
  border: 2px solid white;
  border-radius: 5px;
  padding: 0px 15px;
  position: relative;
}

#footer .fn1 p {
  margin-bottom: -10px;
  color: black;
  font-size: 16px;
}

#footer .fn1 strong {
  font-size: 22px;
  color: var(--c1);
}

#footer .fn1::before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: inline-block;
  color: var(--c1);
  opacity: 0.5;
  font-size: 20px;
  position: relative;
  bottom: 10px;
  margin-right: 5px;
}

#footer .fn1 .wpb_wrapper {
  display: inline-block;
}

#footer .fn1:nth-child(3)::before {
  content: "\e098";
}
/* header logo */

.whb-general-header-inner .whb-column .site-logo {
  display: none;
}

[lang|="auto"] .whb-general-header-inner .whb-column .site-logo:first-child,
[lang|="en-US"] .whb-general-header-inner .whb-column .site-logo:first-child {
  display: block;
}
[lang|="ar"] .whb-general-header-inner .whb-column .site-logo:nth-child(2),
[lang|="bn"] .whb-general-header-inner .whb-column .site-logo:nth-child(3),
[lang|="hi"] .whb-general-header-inner .whb-column .site-logo:nth-child(4),
[lang|="ur"] .whb-general-header-inner .whb-column .site-logo:nth-child(5),
[lang|="te"] .whb-general-header-inner .whb-column .site-logo:nth-child(6) {
  display: block;
}

/* Basic table styling */
.ticket-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.ticket-table th,
.ticket-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.ticket-table th {
  background-color: black;
  font-weight: bold;
  color: white;
}

.ticket-table td {
  background-color: #fff;
}

/* Make table responsive */
@media (max-width: 768px) {
  .ticket-table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .ticket-table th,
  .ticket-table td {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}

/* For very small screens, adjust padding and font-size */
@media (max-width: 480px) {
  .ticket-table td,
  .ticket-table th {
    font-size: 14px;
    padding: 10px;
  }
}
.fa-plane-departure {
  padding: 0px 5px;
  color: #21d1eb;
}

/* Action button styling */
.action-button {
  background-color: #007bff;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-size: small;
  display: inline-block;
}
.input-container {
  position: relative;
  margin-bottom: 20px;
  width: 200px;
}

.input-field {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
}

.input-label {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 16px;
  color: #888;
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 0 4px;
}

.input-field:focus + .input-label,
.input-field:not(:placeholder-shown) + .input-label {
  top: -10px;
  left: 5px;
  font-size: 12px;
  color: #555;
}

.input-field[type="date"]:not(:focus):invalid + .input-label {
  top: 12px;
  font-size: 16px;
  color: #888;
}

.input-field[type="date"]:focus + .input-label {
  top: -10px;
  font-size: 12px;
}

.action-button:hover {
  background-color: #0056b3;
  color: white;
}

.tickets-cards-container {
  display: flex;
  transition: all 0.5s ease;
  overflow: hidden; /* Ensures no content overflows */
}
.route-filters {
  background-color: #f5f5f5;
  padding: 15px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 250px;
  overflow: auto;
}
.filter-sidebar {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  width: 15%;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
}

.table-wrapper {
  flex: 1;
  transition: all 0.5s ease;
  overflow-x: auto; /* Enable horizontal scrolling if needed */
}

.ticket-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  box-shadow: grey 0px 0px 7px 2px;
  margin: 20px 0;
}

.ticket-table th,
.ticket-table td {
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #ddd;
  word-wrap: break-word; /* Prevent long content from breaking layout */
}

.tickets-cards-container.expanded .filter-sidebar {
  box-shadow: #282828b0 1px 0px 10px 5px !important;
  display: flex;
}

.tickets-cards-container.expanded .table-wrapper {
  max-width: 85%; /* Shrink table to fit within the remaining space */
}

.filters-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
  margin-top: 15px;
}
.button-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-type {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.btn-type.active {
  background-color: #007bff;
  color: white;
}

.btn-type:hover {
  background-color: #0056b3;
  color: white;
}
.filters-row .filter-group {
  display: flex;
  flex-direction: row;
  border: none !important;
  align-items: flex-start;
  flex: 1;
  width:100%;
  justify-content: space-between;
}
.filter-row
{
    display: flex ;
    justify-content: end;
    align-items: center;
}

.toggle-container {
  margin-left: auto;
}

input[type="date"],
input[type="text"] {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.profile-content-box {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-width: 400px;
}
.chk-tick-button {
  margin: 10px;
  padding: 10px 20px;
  border: none;
  background-color: #4caf50;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.chk-tick-button:hover {
  background-color: #45a049;
}

.toggle-container input[type="checkbox"] {
  margin-right: 10px;
}
.card-header {
  background-color: #004085;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.card-header div h4 {
  color: white;
  margin-bottom: 0;
}
.pnr-badge {
  background-color: #e67e22;
  color: white;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: bold;
}
/* Resetting default browser styles */

/* Container */
.container-1 {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Header Section */
.header-1 {
  display: flex;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.left {
  width: 15%;
}

.title {
  font-size: 1.5rem;
  color: #f56565;
  font-weight: bold;
}

.group-type span {
  font-weight: 600;
}

.details {
  width: 50%;
  padding: 10px;
}

.details .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 5px;
}

.label {
  font-weight: 600;
}

.status {
  width: 30%;
}
.cancelled-ticket {
  filter: blur(5px);
  pointer-events: none;
  position: relative;
}
.cancelled-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  font-weight: bold;
  color: red;
  z-index: 1000;
  text-transform: uppercase;
  opacity: 0.8;
  pointer-events: none;
}
.ticket-container {
  width: 80%;
  margin: auto;
  border: 1px solid #ccc;
  padding: 20px;
}
.ticket-header {
  color: #005f86;
  padding: 10px;
}
.ticket-header h2 {
  margin: 0;
}
.ticket-info {
  background-color: #005f86;
  color: white;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  letter-spacing: 2px;
  margin: 10px 0;
}
.ticket-info p {
  margin: 5px 0;
}
.flight-info-section {
  background-color: #f90;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: black;
  padding: 10px;
  font-weight: bold;
}
.flight-details {
  margin-top: 10px;
}
.flight-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
}
.flight-table th,
.flight-table td {
  border: transparent !important;
  padding: 10px;
  text-align: left;
}
.ticket-footer {
  margin-top: 20px;
  font-size: 12px;
}
.status table {
  width: 100%;
  border-collapse: collapse;
}

.status th {
  padding: 8px;
  text-align: center;
  color: white;
}

.status td {
  padding: 8px;
  text-align: center;
  color: black;
}

.requested {
  color: #e53e3e;
}

.confirmed {
  color: #48bb78;
}

/* Flight Details Table */
.flight-details table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.flight-details th,
.flight-details td {
  border: 1px solid #e2e8f0;
  padding: 10px;
  text-align: left;
}

.flight-details th {
  background-color: #004080;
  color: white;
}

/* Passenger Details Table */
.passenger-details table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.passenger-details th,
.passenger-details td {
  border: 1px solid #e2e8f0;
  padding: 10px;
  text-align: left;
}

.passenger-details th {
  background-color: #004080;
  color: white;
}

/* Button */
.back-button {
  text-align: right;
}

.back-button button {
  background-color: #3182ce;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

.back-button button:hover {
  background-color: #2b6cb0;
}

.status-hold {
  color: white;
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}
.countdown {
  font-size: 20px;
  font-weight: bold;
  color: #dc3545;
}
.icon-buttons a {
  margin: 5px;
  color: #007bff;
  text-decoration: none;
  font-size: 18px;
}
.table th,
.table td {
  vertical-align: middle;
  text-align: center;
}
.ticket-group-header {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: left;
}
.ticket-group-header td {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
  font-size: x-large;
  color: #00a3e9;
}
.booking-details-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: Arial, sans-serif;
}
.booking-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  background-color: #f9f9f9;
}
.booking-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 20%;
}
.airline-logo {
  height: 40px;
}
.booking-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  width: 80%;
  font-size: smaller;
  justify-content: space-evenly;
}
.booking-info span {
  display: inline-block;
  min-width: 150px;
}
.ticket-table table {
  border-collapse: collapse;
  width: 100%;
}
.ticket-table td {
  text-align: left;
  border-top: 1px dashed #ddd !important;
  border: none;
  padding: 5px 10px !important;
}

.ticket-table th {
  background-color: #004080;
  color: white;
}
.ticket-table td {
  background-color: #ecfbfe;
}
.ticket-table td:nth-child(2) {
  font-weight: bold;
}
.converter {
  max-width: 10%;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}

.dashboard-container {
  display: flex;
  width: 100%;
}

.sidebar {
  width: 150px;
  background-color: #f4f4f4;
  padding: 20px;
  height: 100vh;
}

.sidebar h2 {
  text-align: center;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
}

.sidebar ul li {
  padding: 15px;
  margin: 5px 0;
  color: white;
  background: #1073cb;

  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

.sidebar ul li:hover,
.sidebar ul li.active {
  background: #51a1e9;
}

.content {
  flex-grow: 1;
  padding: 20px;
}

.content-section {
  display: none;
}

.content-section:first-child {
  display: block;
}


.swiper {
  width: 100%;
  padding: 50px 0;
  height: fit-content;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  /*height: 50vh;*/
  width: 50%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}

.swiper-slide h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}

.swiper-slide p {
  font-size: 16px;
  font-weight: bold;
  color: #ffd700;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.swiper-pagination {
  flex-grow: 1;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 10;
}
.swiper-button-next,
.swiper-button-prev {
  color: #007aff;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: xx-large !important;
  transform: scale(0.6);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
 font-weight: bolder; 
}
.image-text {
  position: absolute;
  top: 0;
  left: 1%;
  color: white !important;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); /* نیم شفاف بیک گراؤنڈ */
  padding: 5px 10px;
  border-radius: 10px;
}

.image-text h6 {
  color: white !important;
  margin: 5px 0;
}

.image-text h3 {
  color: white !important;
  margin: 0;
}

/* Center slide scale effect */
.swiper-slide-active {
  transform: scale(1.3);
}

form#wcfm_settings_form .wcfm-tabWrap {
  min-height: 1680px !important;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {
}
