/* bootstrap strat */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #fff;
}

p {
  font-family: var(--font-s);
  font-size: clamp(15px, 3vw, 20px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

/* 
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #cb188b;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.2s ease;
  opacity: 1;
}

.custom-cursor.dissolve {
  opacity: 0;
  transform: scale(0.8) translate(-50%, -50%);
}

@media screen and (max-width:992px){
	.custom-cursor {
		display:none;
	}
} */

input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

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

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;
}

.mt-80px {
  margin-top: 80px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

.px-150 {
  padding: 0 150px;
}

img {
  height: auto;
}

/* bootstrap end */

/* fonts */

:root {
  --font-p: "Instrument Sans", sans-serif;
  --p-color: #fff;
  --gray: #555555;
  --black: #000000;
  --sec-color: #02528a;
  --background: #ffffff;
  --light: #e6baba;
  --yellow: #fdbd3d;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: var(--light);
}

::-webkit-scrollbar-thumb {
  background-color: var(--sec-color);
  border-radius: 6px;
  border: 3px solid var(--light);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--sec-color);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--sec-color) var(--background);
}

@supports (-ms-overflow-style: none) {
  * {
    -ms-overflow-style: scrollbar;
  }
}


a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  cursor: pointer;
  color: var(--sec-color);
}

body {
  background-color: var(--background) !important;
  scroll-behavior: smooth;
}

html,
body {
  font-family: var(--font-p);
  background-color: var(--background);
  max-width: 100%;
  overflow-x: hidden;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.top-header {
  background-color: var(--sec-color);
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.top-header-links .top-mobile {
  color: var(--yellow);
  font-weight: 500;
  font-size: clamp(15px, 3vw, 16px);
  margin-left: 40px;
  transition: all 0.3s ease-in-out;
}

.top-header-links .top-mobile:hover {
  color: #fff;
}

.top-header-links .top-nav {
  position: relative;
  color: var(--background);
  font-size: clamp(15px, 3vw, 16px);
  font-weight: 500;
  padding: 0 20px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* hide ::before overflow */
  transition: color 0.3s ease-in-out;
}

/* Sliding background effect */
.top-header-links .top-nav::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--yellow);
  color: var(--black);
  transition: left 0.3s ease-in-out;
  z-index: 0;
}

.top-header-links .top-nav:hover::before {
  left: 0;
  /* slides in */
}

.top-header-links .top-nav:hover {
  color: var(--black);
}

.top-header-links .top-nav span {
  position: relative;
  z-index: 10;
}



.site-header,
#masthead2 {
  background-color: var(--background);
  color: var(--black);
  transition: all 0.4s ease;
  backdrop-filter: none;
}

.site-header.scrolled::before,
#masthead2.scrolled::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 1, 31, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}



.container-custom-gap {
  padding-left: clamp(1rem, 7vw, 160px);
  padding-right: clamp(1rem, 7vw, 160px);
  width: 100%;
  max-width: 100%;
}

/* Main menu links only */
.nav>li>a {
  font-family: var(--font-p);
  font-weight: 500;
  color: #212121 !important;
  font-size: clamp(16px, 3vw, 20px);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  display: inline-block;
  /* allows underline to match text only */
}

.nav>li>a:hover {
  color: var(--sec-color) !important;
}

/* Underline animation ONLY for top-level links */
.nav>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: var(--sec-color);
  transition: width 0.3s ease-in-out;
}

.nav>li>a:hover::after {
  width: 100%;
}

/* Active state */
.nav>li.current-menu-item>a,
.nav>li.current_page_item>a,
.nav>li.current-menu-ancestor>a,
.nav>li.current_page_ancestor>a {
  color: var(--sec-color) !important;
}

.nav>li.current-menu-item>a::after,
.nav>li.current_page_item>a::after,
.nav>li.current-menu-ancestor>a::after,
.nav>li.current_page_ancestor>a::after {
  width: 100%;
  color: var(--sec-color);
}


.nav>li.menu-item-has-children>a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  font-size: 14px;
  margin-left: 6px;
  position: relative;
  top: -2px;
  color: #000;
  background-color: transparent !important;
  transition: color 0.3s ease;
}


.nav>li.menu-item-has-children:hover>a::after {
  color: var(--sec-color);
}


.menu-gap {
  gap: 1rem;
}



.nav .sub-menu {
  color: var(--background) !important;
  background-color: var(--sec-color);
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 195px;
  position: absolute;
  z-index: 999;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav li {
  position: relative;
}

.nav .sub-menu li {
  list-style: none;
}

.nav .sub-menu a {
  font-family: var(--font-p);
  font-weight: 500;
  font-size: 15px;
  color: var(--background) !important;
  padding: 8px 16px;
  display: block;
  position: relative;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.nav .sub-menu li:first-child>a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.nav .sub-menu li:last-child>a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nav li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav .sub-menu a:hover {
  color: var(--black) !important;
  background-color: var(--yellow);
}

.nav .sub-menu li.current-menu-item>a,
.nav .sub-menu li.current_page_item>a {
  color: var(--background) !important;
  background-color: var(--sec-color);
}

.nav .sub-menu .sub-menu {
  background-color: var(--sec-color);
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav .sub-menu .sub-menu a {
  font-family: var(--font-p);
  font-weight: 500;
  font-size: 15px;
  color: var(--black) !important;
  padding: 8px 16px;
  display: block;
  position: relative;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.nav .sub-menu .sub-menu li:first-child>a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.nav .sub-menu .sub-menu li:last-child>a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nav .sub-menu .sub-menu a:hover {
  color: var(--black) !important;
  background-color: #f0c396;
}

.nav .sub-menu .sub-menu li.current-menu-item>a,
.nav .sub-menu .sub-menu li.current_page_item>a {
  color: var(--background) !important;
  background-color: var(--sec-color);
}


@media (min-width: 1250px) {
  .menu-gap {
    gap: 1rem;
  }
}

@media (min-width: 1650px) {
  .menu-gap {
    gap: 2rem;
  }
}

@media (min-width: 1900px) {
  .menu-gap {
    gap: 3rem;
  }
}

.custom-logo {
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.custom-logo {
  transition: all 0.3s ease-in-out;
}

.site-header .custom-logo {
  width: 250px;
  padding: 10px 0 !important;
}

.site-header.scrolled .custom-logo {
  width: 180px;
  padding: 10px 0 !important;
}

#masthead2 .custom-logo {
  width: 130px;
  padding: 10px 0;
}

#masthead2.scrolled .custom-logo {
  width: 100px;
  padding: 15px 0;
}


#masthead.scrolled::after,
#masthead2.scrolled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.925);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: -1;
}

/* #masthead.scrolled .menu-section,#masthead.scrolled .top-section{
  margin: 0 !important;
} */

#masthead,
#masthead2 {

  z-index: 10;
}

.top-section {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}

.menu-section {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}

.site-header.scrolled .top-header {
  height: 35px !important;
}

.site-header.scrolled .top-header-links .top-nav {
  height: 35px !important;
}

.site-header.scrolled .top-section {
  margin: 5px 0 7px !important;
}

.site-header.scrolled .menu-section {
  margin: 5px 0 7px !important;
}


.menu-section .nav>li {
  padding: 0px 15px;
}

/* Top header alignment */
.top-section {
  padding: 10px 0;
  font-size: 15px;
}

/* Search */
.header-search {
  max-width: 420px;
  width: 80%;
  height: 52px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
}

.header-search .search-input {
  border: none;
  padding: 8px 12px;
  min-width: 250px;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  outline: none;
}

.header-search .search-input::placeholder {
  font-size: clamp(12px, 2vw, 16px);
  color: #999999;
  font-weight: 400;
}

.header-search .search-btn {
  background: var(--sec-color);
  border: none;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.header-search .search-btn:hover {
  background: var(--black);
}


.header-search .search-btn i {
  font-size: 18px;
  color: var(--yellow);
}

/* Focus state for search input */
.header-search input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.header-search:focus-within {
  border-color: var(--sec-color);
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25);
  /* adjust color/opacity */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}



/* Account */
.header-account a {
  color: var(--gray);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  padding: 6px 12px;
  /* add some padding so background looks good */
  border-radius: 6px;
  /* rounded edges */
  transition: all 0.3s ease;
}

.header-account i {
  font-size: 20px;
  color: var(--sec-color);
  transition: color 0.3s ease;
}


.header-account a:hover {
  background-color: var(--sec-color);
  color: #fff;
}

.header-account a:hover i {
  color: #fff;
}


/* Cart */
.header-cart .cart-icon {
  width: 40px;
  height: auto;
  display: block;
}

.header-cart {
  position: relative;
}

.header-cart .cart-count {
  background: var(--sec-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  position: absolute;
  top: -6px;
  right: -10px;
  line-height: 1;
  box-sizing: border-box;
}


/* Language */
.header-lang {
  font-size: 14px;
}

.gt_selector {
  border: 2px solid #eaeaea !important;
  box-shadow: none !important;
  width: 150px;
  height: 36px !important;
  font-size: 16px !important;
  color: var(--gray) !important;
  background: transparent !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
}

.gtranslate_wrapper {
  position: relative !important;
  display: inline-block;
  /* keeps the wrapper tight */
}

.gtranslate_wrapper::before {
  content: "\f0ac" !important;
  /* FontAwesome globe unicode */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  position: absolute !important;
  left: 12px !important;
  top: 48% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  color: #0073e6 !important;
  font-size: 18px !important;
}

.gtranslate_wrapper select.gt_selector {
  padding-left: 32px !important;
}


.gt-selector:hover,
.gt-selector:focus {
  border-color: #0073e6;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.3);
  outline: none;
}


.custom_hr {
  height: 2px;
  background-color: #bebebe;
  width: 100%;
  margin: 5px 0;
}



















.button1 {
  position: relative;
  overflow: hidden;
  color: var(--background);
  padding: 10px 20px;
  font-family: var(--font-p);
  font-weight: 500;
  font-size: clamp(15px, 3vw, 20px);
  border-radius: 12px;
  background-color: var(--sec-color) !important;
  z-index: 1;
  transition: color 0.4s ease;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
  min-height: 60px;
}

.button1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  aspect-ratio: 1 / 1;
  background-color: var(--black);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease;
  z-index: -1;
}

.button1:hover {
  color: var(--background);
}

.button1:hover::before {
  width: 500px;
}

.button2 {
  position: relative !important;
  overflow: hidden !important;
  color: var(--black) !important;
  border: 2px solid var(--yellow) !important;
  padding: 10px 20px !important;
  font-family: var(--font-p) !important;
  font-weight: 600 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(15px, 3vw, 20px) !important;
  border-radius: 15px !important;
  background-color: var(--yellow) !important;
  z-index: 1 !important;
  transition: color 0.4s ease, background-color 0.4s ease !important;
  cursor: pointer !important;
  min-width: 210px;
  min-height: 65px;
  text-transform: uppercase;
}

.button2::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  background-color: var(--black) !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s ease, height 0.6s ease !important;
  z-index: -1 !important;
}

.button2:hover {
  color: var(--yellow) !important;
  background-color: transparent !important;
}

.button2:hover::before {
  width: 500px !important;
  height: 500px !important;
}





/* Home page design */

.home-banner {
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.384);
  z-index: 0;
}

.home-banner-slider,
.home-banner-slide {
  width: 100%;
  aspect-ratio: 3/0.86;
  min-height: 420px;
}

.gt_switcher img[src*="/flags/svg/en.svg"] {
  content: url("https://upload.wikimedia.org/wikipedia/en/a/a4/Flag_of_the_United_States.svg");
}

.home-banner-slide {
  background-size: cover;
  background-position: center;
  display: flex !important;
  /* slick sets display */
  align-items: center;
  justify-content: center;
  position: relative;
}

.home-banner-inner {
  max-width: 1100px;
  text-align: center;
  color: #fff;
  padding: 24px;
  backdrop-filter: none;
  z-index: 1;
}

.hb-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 700;
}

.hb-sub {
  margin: 0 0 8px;
  font-size: clamp(50px, 8vw, 120px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 5px;
}

.hb-logo {
  max-width: 250px;
  /* adjust size as needed */
  height: auto;
  /* maintain aspect ratio */
  display: block;
  margin: 0 auto;
  /* center the logo */
  transition: transform 0.3s, opacity 0.3s;
}


.hb-desc {
  margin: 0 auto 18px;
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.6;
}

.hb-desc p {
  margin: 0 0 10px;
}

/* WYSIWYG cleanup */

.hb-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

.hb-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

/* Slick arrows only, no dots */
.slick-prev,
.slick-next {
  display: none !important;
}

.home-banner .custom-prev,
.home-banner .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: transparent;
  border: none;
  width: 44px;
  height: 54px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a8b1bd;

}

.home-banner .custom-prev {
  left: 16px;
}

.home-banner .custom-next {
  right: 16px;
}

.home-banner .custom-prev i,
.home-banner .custom-next i {
  font-size: clamp(30px, 3vw, 35px);
}

.home-banner .custom-prev:hover,
.home-banner .custom-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease;
}

.page-id-71 .nav-tabs {
  gap: 10px !important;
}

.page-id-71 .nav-tabs .nav-link {
  background-color: #02528a !important;
  color: #fff !important;
  max-width: 268px;
  max-height: 100px;
  border-radius: 20px 20px 0 0 !important;
  margin: -80px 2px 0;
}

.page-id-71 .nav-tabs .nav-link i {
  color: var(--yellow);
  font-size: clamp(20px, 3vw, 30px);
}

.page-id-71 .nav-tabs .nav-link:hover {
  background-color: #002036 !important;
  color: #fff !important;
}

.page-id-71 .nav-tabs .nav-link.active {
  background-color: #002036 !important;
  color: #fff !important;
  border-bottom: 2px solid #fff;
}

.page-id-71 .tab-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.page-id-71 .tab-content img {
  max-height: 120px;
}

.page-id-71 .cat-card img {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.page-id-71 .transition-hover {
  transition: all 0.3s ease-in-out;
}

.quick-contact-section {
  background: #02528a;
  color: var(--p-color);
  text-align: center;
}

.contact-intro {
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 500;
  margin-bottom: 40px;
  color: var(--sec-color);
  line-height: 1.3;
}

.contact-box {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  padding: 10px 25px;
  color: var(--p-color);
  transition: all 0.3s ease;
  display: inline-flex;
  font-family: var(--font-p);
  backdrop-filter: blur(5px);
}

.contact-box i {
  font-size: 20px;
  color: var(--yellow);
}

.contact-box a {
  color: var(--p-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-box a:hover {
  color: var(--yellow);
}

.contact-box:hover {
  transform: translateY(-3px);
  background: var(--yellow);
  color: var(--black);
}

.contact-box:hover i {
  color: var(--black);
}

.contact-box:hover a {
  color: var(--black);
}











.home-cards-section {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 100px 20px 50px !important;
}

.card {
  border: 1px solid #e5e5e5 !important;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px !important;
}

.icon-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);

}

.icon-circle img {
  max-width: 100px;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #004a7c;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.card-title {
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--sec-color);
}


.home-service-section {
  text-align: center;
  padding: 50px 0;
}

.home-service-section .home_service_heading {
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 500;
  margin-bottom: 40px;
  color: var(--sec-color);
}

.service-blocks {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
}

.service-block {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  color: #fff;
  padding: 40px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  height: 100%;
  min-height: 250px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-block .service-title {
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--background);
  z-index: 2;
}



.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(2, 82, 138, 1) 20%,
      rgba(2, 82, 138, 0.6) 60%,
      rgba(2, 82, 138, 0.3) 100%);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.service-block:hover .service-overlay {
  width: 95%;
  height: 90%;
  top: 6%;
  left: 2.5%;
}

.service-blocks a {
  z-index: 0;
}



/* Blog page design */

.blog_header p {
  color: var(--sec-color);
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
}



.blog-card .card-title a {
  color: var(--sec-color);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.blog-card .card-title a:hover {
  color: var(--yellow);
}

.card-text {
  color: var(--gray);
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 400;
  line-height: 1.6;
}

.blog-card {
  border-radius: 10px;
}

.blog-card .card-body {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.blog-card .button2 {
  text-transform: capitalize !important;
}


/* === SIDEBAR === */


.blog_form {
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.search-label {
  position: relative;
  display: flex;
  width: 100%;
}

.blog_input,
.search-field {
  width: 100%;
  padding: 0.9rem 3rem 0.9rem 1rem !important;
  border-radius: 10px !important;
  border: 1px solid #a3bce6 !important;
  background: linear-gradient(145deg, #fff, #fbfcff);
  font-size: 1rem;
  color: #1d2e5e;
  box-shadow: 0 4px 10px rgba(35, 65, 135, 0.15);
  /* glossy shadow */
  transition: 0.3s ease;
}

.blog_input:focus {
  border-color: var(--sec-color);
  box-shadow: 0 0 10px rgba(70, 125, 232, 0.5);
  outline: none;
}

.blog_input::placeholder {
  color: #555;
  font-size: 16px;
}

.search-button,
.search-submit {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--sec-color);
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 10px !important;
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-button:hover {
  color: #fff;
  background: var(--black);
}

.no-post-message {
  color: red;
  font-weight: 900;
  text-align: center;
  font-family: "Londrina Solid", Sans-serif;
  font-size: clamp(16px, 3vw, 30px);

}

/* === RECENT POSTS (Updated with Gloss and Hover Effect) === */
.widget-recent-posts {
  background: linear-gradient(145deg, #fff, #f8f6f6);
  box-shadow: 0 8px 20px rgba(35, 65, 135, 0.25);
  padding: 1.2rem 1.5rem;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.widget-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  color: var(--sec-color);
  margin-bottom: 1rem;
  position: relative;
}

.recent-posts-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.recent-posts-list li {
  position: relative;
  margin-bottom: 10px;
  padding: 6px 10px 6px 20px;
  border-radius: 6px;
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.3s ease;
}

.recent-posts-list li:last-child {
  border: none;
}

/* Font Awesome caret-right */
.recent-posts-list li::before {
  content: "\f0da";
  /* fa-caret-right unicode */
  font-family: "Font Awesome 5 Free";
  /* FA5 */
  font-weight: 900;
  /* solid style */
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sec-color);
  font-size: 0.9rem;
  line-height: 1;
}

/* Hover effect */
.recent-posts-list li:hover {
  background-color: rgba(35, 65, 135, 0.1);
}

.recent-post-link {
  text-decoration: none;
  color: #555;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.recent-post-link:hover {
  color: #234187;
}


.page-title,
.no-post,
.career-single-title {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  color: var(--sec-color);
  margin-bottom: 10px;
}

.page-content p,
.career-content,
.career-content p {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 20px;
}

.card-text h1 {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  color: var(--sec-color);
  margin: 10px 0;
}

.wp-block-heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  color: var(--sec-color);
  margin-bottom: 10px;
}

.card-text p {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 20px;
}

.card-text ul {
  margin-left: 16px;
}

.card-text ul li {
  list-style: disc;
}

.card-text ul li::marker {
  color: var(--sec-color);
}


.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  border: 1px solid #234187;
  background-color: #234187;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s ease;
}

/* Active and Hover */
.page-numbers.current,
.page-numbers:hover {
  background-color: #fff;
  color: #234187;
  font-weight: 700;
  border-color: #234187;
}


/* Careers page design */

.carrer_heading,
.section-title,
.entry-title {
  font-family: var(--font-p);
  font-size: clamp(25px, 5vw, 50px);
  font-weight: 600;
  color: var(--sec-color);
  line-height: 1.2;
}

.career_desc,
.career_desc p,
.section-desc p,
.parts-request-form p {
  color: var(--gray);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;

}

.section-desc .partner-btn {
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  color: var(--black);
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--yellow);
  padding: 13px;
  border-radius: 10px;
}

.section-desc .partner-btn:hover {
  color: var(--background);
  background: var(--sec-color);
  border: 2px solid var(--background);
}


.rent-name {
  color: var(--black);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
}

.rent-cat {
  color: var(--gray);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
}

.sale-price {
  font-weight: 700;
  color: var(--yellow);
  font-size: clamp(22px, 3vw, 36px);
}

.sales_content p,
.sales_content li {
  color: var(--gray);
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 400;
}

.gen_info {
  color: var(--sec-color);
  font-size: clamp(17px, 3vw, 24px);
  font-weight: 600;
  margin-bottom: 20px;
}

.career-title {
  font-family: var(--font-p);
  font-size: clamp(16px, 5vw, 25px);
  font-weight: 600;
  color: var(--sec-color);
  line-height: 1.2
}

.career-box {
  border-radius: 20px;
  border: 1px solid #dddddd;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  /* smooth effect */
}

.career-box:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  /* optional subtle lift */
}


/* Careers form design */


.careers-form-wrapper {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  min-height: 450px;
  border-radius: 15px;
}

.careers-form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #02528a;
  opacity: 0.8;
  /* adjust overlay transparency */
  z-index: 1;
}

.careers-form-wrapper .position-relative {
  z-index: 2;
}

.career-card {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.career-title {
  font-weight: 700;
  font-family: var(--font-p);
  font-size: clamp(18px, 3vw, 24px);
  color: #131e2d;
  margin-bottom: 0px;
}

.form-phone {
  font-weight: 700;
  font-family: var(--font-p);
  font-size: clamp(18px, 3vw, 24px);
  color: var(--sec-color);
  transition: all 0.3s ease-in-out;
}

.form-phone:hover {
  color: #000;
}


.career-date {
  font-family: var(--font-p);
  font-weight: 500;
  font-size: clamp(16px, 3vw, 16px);
  color: var(--gray);
  margin-bottom: 10px;
}

.career-excerpt {
  font-family: var(--font-p);
  font-weight: 400;
  font-size: clamp(16px, 3vw, 16px);
  color: var(--gray);
  line-height: 1.6;

}

.career-read-more {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #c92728;
  text-decoration: none;
  margin-top: 10px;
  transition: color 0.3s;
}

.career-read-more i {
  margin-left: 5px;
}

.career-read-more:hover {
  color: #131e2d;
}


.codedropz-upload-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 10px;
}

.codedropz-upload-handler {
  margin-bottom: 0 !important;
}

.codedropz-upload-inner h3 {
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
  color: #131e2d;
  margin: 0;
}

.codedropz-upload-inner h3 .second-line,
.codedropz-upload-inner span,
.codedropz-btn-wrap a {
  font-weight: 400;
  font-size: clamp(12px, 2vw, 16px);
  color: #555555;
  transition: all 0.3s ease-in-out;
}

.codedropz-btn-wrap a:hover {
  color: var(--dark);
}

.dnd-upload-counter {
  font-weight: 600;
  font-size: clamp(14px, 3vw, 16px);
  color: #131e2d;
  margin: 0;
}

.dnd-upload-details .name span {
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  color: var(--dark);
  margin: 0;
}

.dnd-upload-details .name em {
  font-weight: 700;
  font-size: clamp(12px, 2vw, 14px);
  color: #131e2d;
  margin: 0;
}

.wpcf7-submit:hover {
  background-color: #131e2d !important;
  border: 2px solid #131e2d !important;
  color: #fff !important;
}

.cd-upload-btn {
  color: #be403a !important;
  transition: all 0.3s ease-in-out;
}

.cd-upload-btn:hover {
  color: var(--black) !important;
  transition: all 0.3s ease-in-out;
}


/* Style CF7 Success Message with line breaks */
.wpcf7-response-output {
  display: block;
  background: #e6ffed;
  /* soft green background */
  border: 1px solid #34d399;
  /* green border */
  color: #065f46;
  /* dark green text */
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 10px;
  margin: 20px 0;
  line-height: 1.6;
  /* spacing for <br> lines */
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 0.5s ease forwards;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  color: red;
}

/* Optional subtle animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.no-careers-message {
  background: #f8f9fa;
  /* soft gray background */
  border: 1px solid #e0e0e0;
  /* subtle border */
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.no-careers-message::before {
  content: "\f002";
  /* FontAwesome search icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 28px;
  color: #0073e6;
  margin-bottom: 10px;
}


.wpcf7 form .wpcf7-form-control:not(.wpcf7-submit) {
  background: #fff;
  border: 2px solid transparent;
  color: #555;
  border-radius: 10px;
  padding: 12px 20px !important;
  width: 100%;
  font-family: var(--font-p);
  font-size: clamp(15px, 3vw, 16px);
  font-weight: normal;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  min-height: 50px;
  display: inline-block;
}

.wpcf7 form .wpcf7-form-control::placeholder {
  font-family: var(--font-p);
  font-size: clamp(15px, 3vw, 16px);
  font-weight: normal;
  color: #555;
}

/* keep textarea’s custom radius */
.wpcf7 form textarea.wpcf7-form-control {
  border-radius: 10px;
  min-height: 160px;
  resize: none;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}


.wpcf7-form .wpcf7-form-control:focus:not(.wpcf7-submit) {
  outline: none;
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 10px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 5px 15px rgba(201, 39, 40, 0.15),
    0 2px 5px rgba(201, 39, 40, 0.15);
  transition: all 0.3s ease-in-out;
}

.wpcf7-form textarea.wpcf7-form-control:focus {
  border-radius: 25px;
}





/* Training design */

.download-link {
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  color: var(--sec-color);
  transition: all 0.3s ease-in-out;
}

.download-link:hover {
  text-decoration: underline !important;
}


.download-title {
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  color: var(--gray);
}

.download-list-ul li {
  padding: 10px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.download-list-ul li:hover {
  background-color: #ddddddd3;
}

.video-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.thumb-wrapper {
  width: 100%;
  padding-top: 75%;
  /* 4:3 aspect ratio */
  position: relative;
  overflow: hidden;
}

.video-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.video-card:hover img {
  transform: scale(1.05);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

/* Placeholder styling */
.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #02528a, #02628a, #0273a0, #02528a);
  background-size: 800% 800%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  animation: gradientAnimation 8s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.video-placeholder i {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}


.video-title {
  font-size: 14px;
  color: #333;
}

.video-title {
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  color: var(--gray);
}



/* Service page design */



.service-repair-section .service-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.service-repair-section .service-details ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  color: var(--gray);
}

.service-repair-section .service-details ul li::before {
  content: "\f0e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f4a300;
  /* yellow/orange */
  font-size: 1.1rem;
}

.service-repair-section .service-details p {
  margin-top: 15px;
  font-weight: 600;
  color: #02528a;
  line-height: 0.8;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 500;
}


.service_img {
  border-radius: 20px;
}




.service-departments {
  position: relative;
  overflow: hidden;
  min-height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.service-dept-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,
      rgba(2, 82, 138, 0.9),
      /* top */
      rgba(2, 82, 138, 0.6)
      /* bottom */
    );
  z-index: 2;
}


.service-departments .container {
  position: relative;
  z-index: 3;
}

.dept-card {
  border-radius: 12px;
  padding-top: 2.5rem;
  transition: all 0.3s ease-in-out;
}

.dept-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


.dept-card i {
  color: var(--sec-color);
}


.pin-icon {
  width: 50px;
  height: 50px;
  background: transparent;
}

.pin {
  width: 50px;
  height: 50px;
  background: #f4a300;
  font-size: 1.2rem;
}

.location_name {
  font-weight: 600;
  font-family: var(--font-p);
  font-size: clamp(18px, 3vw, 24px);
  color: var(--gray);
}

.phone-link {
  color: #02528a;
  font-weight: 600;
  font-family: var(--font-p);
  font-size: clamp(16px, 3vw, 20px);
  text-decoration: none;
}

.phone-link:hover {
  text-decoration: underline;
}


/* Parts desiggn */

.parts-request-form {
  max-width: 1100px;
  margin: 0 auto;
}


.parts-request-form input:not([type="radio"]):not([type="submit"]):not([type="button"]),
.parts-request-form textarea {
  width: 100%;
  border: 2px solid #dddddd !important;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 15px;
  font-size: 14px;
}

.button-grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.button-grp p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.parts-request-form textarea {
  min-height: 80px;
}

.parts-request-form .part-block {
  border-bottom: 1px solid #eee;
}

/* Base button style */
.parts-request-form .btn-reset,
.parts-request-form .wpcf7-submit {
  display: inline-block;
  min-width: 140px;
  /* same width */
  padding: 12px 20px;
  /* same height */
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0 5px;
  line-height: 1.2;
}

/* Reset button */
.parts-request-form .btn-reset {
  background: #fff;
  border: 2px solid #ddd;
  color: #333;
}

.parts-request-form .btn-reset:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

/* Submit button */
.parts-request-form .wpcf7-submit {
  background: #fbbd08;
  border: 2px solid #fbbd08;
  color: #000;
}

.parts-request-form .wpcf7-submit:hover {
  background: #e0a800;
  border-color: #e0a800;
}



/* Contact Page */

.email-btn {
  border-radius: 6px;
  background: #fdbd3d;
  color: #000 !important;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.email-btn:hover {
  border-radius: 6px;
  background: #000;
  color: #fdbd3d;
  border: 1px solid #fdbd3d;
  color: #fff !important;
}

.email-btn i,
.location-btn i {
  transition: all .3s ease-in-out;
}

.location-btn {
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  transition: all .3s ease-in-out;
}

.location-btn:hover {
  border-radius: 6px;
  background: #d8331d;
  color: #fff !important;
  border: 1px solid transparent;
}

.location-btn:hover i {
  color: #fff !important;
}

.email-btn:hover i {
  color: #fff !important;
}

.location-card {
  background: var(--sec-color);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}


.location-card a {
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.location-card a:hover {
  color: #fbbd08;
}


.location-card .location-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fbbd08;
  color: var(--sec-color);
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
}

.location-card h5 {
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
}

.location-card p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.location-card a {
  text-decoration: none;
  color: #fff;
}

.location-card .btn-warning {
  background: #fbbd08;
  color: #000;
  border-radius: 6px;
  font-weight: 600;
}

.location-card .btn-outline-light {
  border: 1px solid #fff;
  border-radius: 6px;
  font-weight: 600;
}


.location-card i {
  color: var(--sec-color);
}


.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.icon-wrapper i {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.info-item a {
  color: #fff;
  text-decoration: none;
}

/* Remove default CF7 paragraph spacing */
.question-form .wpcf7-form p {
  margin: 0;
  padding: 0;
}

/* Reduce field spacing */
.question-form .row>div {
  margin-bottom: 12px;
}

/* Ensure consistent inputs */
.question-form .form-control,
.question-form .form-select {
  margin-bottom: 0;
  /* prevent double gap */
  padding: 10px 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.question-form textarea.form-control {
  height: 150px;
  resize: none;
}

.contact-section {
  background-repeat: no-repeat;
  background-size: cover;

}


.location-section {
  background: #fff;
  position: relative;
}

.location-image-wrapper {
  position: relative;
  transition: all 0.4s ease;
}

.location-image {
  width: auto;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Hover effect */
.location-image-wrapper .location-image:hover {
  transform: scale(1.03);
}























/* Custom Banner Styles */
.custom-banner {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: left;
  position: relative;
}

.custom-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(2, 82, 138, 1) 20%,
      rgba(2, 82, 138, 0.6) 60%,
      rgba(2, 82, 138, 0.1) 100%);
  z-index: 0;
}


.custom-banner h1 {
  font-size: clamp(30px, 5vw, 70px);
  font-family: var(--font-p);
  color: var(--background);
  font-weight: 700;
  margin-bottom: 10px;
}

.custom-banner .breadcrumbs p {
  font-size: 17px;
  font-family: var(--font-p);
  color: #fff;
  font-weight: 500;
}

#breadcrumbs a {
  color: var(--background);
  transition: all 0.3s ease-in-out;
}

#breadcrumbs a:hover {
  color: var(--yellow);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .custom-banner {
    height: 250px;
  }

}


.nav-links .nav-previous a,
.nav-links .nav-next a {
  color: #02528a;
  background: linear-gradient(135deg, #b3e5fc, #81d4fa);
  /* very light gradient */
  border: 2px solid #02528a;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 600;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
  background: linear-gradient(135deg, #81d4fa, #4fc3f7);
  /* still light on hover */
  border-color: #4fc3f7;
}

/* Rentals Design */

.cat-card img {
  border-radius: 8px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
}

.cat-card {
  border-radius: 15px;
  border: 1px solid #d8d5d5;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.cat-card:hover {
  border-color: #02528a;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.cat-name {
  color: #212121;
  font-family: var(--font-p);
  font-weight: 600;
  font-size: clamp(15px, 3vw, 24px);

}

.wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  float: none !important;
  transform: none !important;
}





/* Woocommerce Listing page */

.prod-card {
  border-radius: 15px;
  background: linear-gradient(270deg, #f7f7f7 0%, #e0e0e0 100%);
  border: 1px solid #d8d5d5;
  padding: 15px !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.prod-card:hover {
  border-color: #007bff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);

  /* Slight gradient shift on hover */
  background: linear-gradient(135deg, #e0e0e0 0%, #f7f7f7 100%);
}


.card-img-top {
  height: 250px;
  overflow: hidden;
}


.wp-singular .card-img-top {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.single-rentals .card-img-top {
  height: 250px;
  overflow: hidden;
}

.card-img-top .prod-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.prod-card .card-title {
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--sec-color);
}

.product-categories a,
.rental-categories {
  font-size: clamp(14px, 3vw, 16px);
  color: var(--gray);
  font-weight: 600;
  margin-bottom: 8px;
}

.prod-card .price ins {
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--black);
  background-color: transparent;
}

.prod-card .price del {
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--gray);

}

.prod-btn {
  display: flex !important;
  flex-direction: column;
  /* stack vertically */
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* space between buttons */
}

.prod-btn a {
  width: 160px;
  height: 45px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 10px !important;
  border: 1px solid #b3b3b3 !important;
  font-size: clamp(14px, 3vw, 16px) !important;
  color: var(--gray) !important;
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
}

.prod-btn a:hover {
  background: var(--black) !important;
  color: #fff !important;
  border: 1px solid var(--black) !important;
}

/* View Cart button style */
.prod-btn a.added_to_cart {
  width: 160px;
  height: 45px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #02528a, #037bbd);
  /* deep blue to lighter blue */
  border-radius: 10px !important;
  border: none !important;
  font-size: clamp(14px, 3vw, 16px) !important;
  color: #fff !important;
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
  box-shadow: 0 4px 12px rgba(2, 82, 138, 0.35);
}

.prod-btn a.added_to_cart:hover {
  background: linear-gradient(135deg, #037bbd, #02528a);
  /* reverse gradient */
  box-shadow: 0 6px 16px rgba(2, 82, 138, 0.5);
}

.no-posts-msg {
  font-size: clamp(16px, 3vw, 28px);
  color: #555;
  text-align: center;
  font-weight: 600;
}



.shop-sidebar {
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(35, 65, 135, 0.25);
  border-radius: 15px;
}

.widget h5 {
  background-color: var(--sec-color);
  border-radius: 10px;
  height: 45px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 10px;
  font-weight: 600;
}

.widget a,
.widget label {
  font-size: clamp(14px, 3vw, 16px);
  color: var(--gray);
  font-weight: 600;
  margin-bottom: 8px;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
}

.widget .form-group {
  padding-left: 15px;

}

.widget a:hover {
  color: var(--sec-color);
}




.info-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.info-label {
  font-weight: 600;
  flex-basis: 60%;
  color: var(--gray);
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
}

.info-value {
  flex-basis: 40%;
  text-align: right;
  color: var(--gray);
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
}

.nav-link {
  background-color: #fff !important;
  color: #212121 !important;
  padding: 18px !important;
  font-family: var(--font-p) !important;
  font-weight: 500 !important;
  font-size: clamp(16px, 3vw, 21px) !important;
  border: 1px solid #d6d6d6 !important;
}

.nav-link.active {
  background-color: #f8f8f8 !important;
  color: #212121 !important;
  padding: 18px !important;
  font-family: var(--font-p) !important;
  font-weight: 500 !important;
  font-size: clamp(16px, 3vw, 21px) !important;
}


.content p {
  color: var(--gray);
  font-size: clamp(16px, 3vw, 21px);
  font-weight: 500;
}

.content li {
  color: var(--gray);
  font-size: clamp(16px, 3vw, 21px);
  font-weight: 500;
}


.rent-details-btn {
  width: 240px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #c9c7c7;
  border-radius: 15px;
  color: #555;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 500;
  transition: all 0.3s ease;
}

.rent-details-btn:hover {
  background: #02528a;
  border-color: #024472;
  color: #fff;
  cursor: pointer;
}































/* Footer */
.footer {
  min-height: 480px;
  margin-top: 105px;
}

.page-id-140 .footer {
  margin-top: 75px;
}

.page-id-138 .footer,
.page-id-146 .footer,
.page-id-508 .footer {
  margin-top: 0 !important;
}


.footer_top {
  display: flex;
  justify-content: center;
  align-items: end;
  min-height: 280px;
}

.social-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--yellow);
  /* default background */
  transition: all 0.3s ease;
  cursor: pointer;
}

.social-wrap i {
  font-size: 20px;
  color: #000;
  /* default icon color */
  transition: color 0.3s ease;
}

/* Hover on the circle (.social-wrap) */
.social-wrap.facebook:hover {
  background-color: #1877f2;
  /* Facebook blue */
}

.social-wrap.twitter:hover {
  background-color: #131313;
}


/* Optional: change icon color on hover */
.social-wrap.facebook:hover i,
.social-wrap.twitter:hover i {
  color: #fff;
}

/* Optional: scale effect */
.social-wrap:hover {
  transform: scale(1.2);
}

.link-container ul {
  margin: 0;
}

.footer h5 {
  color: var(--yellow);
  font-size: clamp(23px, 3vw, 30px);
  font-weight: 700;
}

.footer_bottom {
  background-color: var(--sec-color);
  padding: 20px 0;
  text-align: center;
}

.footer_bottom .copyright,
.footer_bottom p {
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  color: var(--background);
}

.footer a {
  color: var(--background);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  color: var(--background);
}

.footer a:hover {
  color: var(--yellow);
}

.location-item a {
  color: var(--background);
  transition: all 0.3s ease-in-out;
}

#menu-footer1 li,
#menu-footer2 li {
  margin-bottom: 10px;
}

.logo-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--background);
  border-radius: 6px;
  padding: 20px;
  margin: 0 auto;
  z-index: 2;
}

.logo-item {
  flex: 0 0 auto;
  padding: 10px;
}

.logo-item img {
  max-height: 64px;
  width: auto;
  margin: 0 auto;
}

.logo_container {
  position: relative;
  top: -105px;
}


/* Woocommerce */

/* WooCommerce Login Form Custom Gradient */
.woocommerce-form-login {
  background: linear-gradient(135deg, #02528a 0%, #4fa3d8 100%);
  padding: 30px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* max-width: 650px; */
  margin: 0 auto;
  /* center on page */
}

/* Labels */
.woocommerce-form-login label {
  font-weight: 600;
  color: #fff;
}

/* Input Fields */
.woocommerce-form-login .woocommerce-Input {
  width: 100%;
  border: 1px solid #ffffff55;
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.woocommerce-form-login .woocommerce-Input::placeholder {
  color: #e0e0e0;
}

/* Show/Hide Password Button */
.woocommerce-form-login .show-password-input {
  background: none;
  border: none;
  color: #fff;
}

/* Checkbox */
.woocommerce-form-login .woocommerce-form__input-checkbox {
  accent-color: #fff;
}

/* Login Button */
.woocommerce-form-login .woocommerce-form-login__submit {
  background: #fff;
  color: #02528a;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #004266;
  color: #fff;
}

/* Lost Password Link */
.woocommerce-LostPassword a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: underline;
}

.woocommerce-form-register {
  background: linear-gradient(135deg, #02528a 0%, #4fa3d8 100%);
  padding: 30px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  margin: 0 auto;
  /* Center the form */
}

/* Labels */
.woocommerce-form-register label {
  font-weight: 600;
  color: #fff;
}

/* Input Fields */
.woocommerce-form-register .woocommerce-Input {
  width: 100%;
  border: 1px solid #ffffff55;
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.woocommerce-form-register .woocommerce-Input::placeholder {
  color: #e0e0e0;
}

/* Checkbox */
.woocommerce-form-register .woocommerce-form__input-checkbox {
  accent-color: #fff;
}

/* Register Button */
.woocommerce-form-register .woocommerce-form-register__submit {
  background: #fff;
  color: #02528a;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.woocommerce-form-register .woocommerce-form-register__submit:hover {
  background: #004266;
  color: #fff;
}

/* Privacy Policy Link */
.woocommerce-privacy-policy-text a {
  color: #fff;
  text-decoration: underline;
}




.woocommerce-MyAccount-navigation {
  flex: 0 0 250px;
  background: linear-gradient(135deg, #02528a, #4fa3d8);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
}

/* Account Content Area */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.woocommerce-MyAccount-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.woocommerce-MyAccount-content a {
  color: #02528a;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

/* Notices / Alerts */
.woocommerce-notices-wrapper {
  margin-bottom: 15px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 8px;
  padding: 12px 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation {
    flex: 100%;
  }

  .woocommerce-MyAccount-content {
    flex: 100%;
  }
}

.woocommerce-table__product-name a {
  color: var(--sec-color);
}



/* auction design */
.product-right-side {
  font-family: var(--font-p);
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
}

.auction-section-title {
  color: var(--black);
  font-weight: 700;
  font-size: clamp(22px, 3vw, 28px);
  border-bottom: 3px solid var(--yellow);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}

/* Stock Badge */
.stock {
  color: var(--yellow);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
  background: rgba(253, 189, 61, 0.15);
  padding: 6px 16px;
  border-radius: 30px;
  display: inline-block;
}

/* Condition & Info */
.yith-wcact-item-condition {
  color: var(--sec-color);
  font-size: clamp(17px, 3vw, 22px);
  font-weight: 600;
  margin-bottom: 10px;
}

.product-right-side p {
  color: var(--gray) !important;
  font-size: clamp(15px, 3vw, 18px) !important;
  line-height: 1.6;
}

.product-right-side span {
  font-size: clamp(15px, 3vw, 18px) !important;
  line-height: 1.6;
}

.product-right-side .woocommerce-Price-amount {
  color: var(--yellow) !important;
  font-weight: 600;
}

/* =========================
   Countdown Timer
========================= */
#yith_wcact_auction_timeleft,
.yith-wcact-timeleft-loop {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.yith-wcact-timeleft {
  background-color: var(--sec-color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  min-width: 80px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.yith-wcact-number {
  display: block;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
}

.yith-wcact-number-label {
  font-size: 14px;
  opacity: 0.9;
}

/* Auction End Info */
.ywcact-auction-end-date {
  background: rgba(2, 82, 138, 0.07);
  padding: 12px 18px;
  border-left: 4px solid var(--sec-color);
  border-radius: 8px;
  margin-top: 10px;
}

.ywcact-auction-end label {
  font-weight: 600;
  color: var(--sec-color);
}

/* =========================
   Bid Form
========================= */
/* ===============================
   Auction Bid Form Styling
   =============================== */
#yith-wcact-form-bid.ywcact-bid-form {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  font-family: var(--font-p, "Instrument Sans", sans-serif);
}

/* Header section */
#yith-wcact-form-bid .ywcact-your-bid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#yith-wcact-form-bid .ywcact-your-bid-header p:first-child {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--sec-color, #02528a);
  margin: 0;
}

#yith-wcact-form-bid .ywcact-your-bid-header p:last-child {
  color: var(--gray, #666);
  margin: 0;
}

/* Currency symbol */
#yith-wcact-form-bid .ywcact-currency-symbol {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--yellow, #fdbd3d);
  margin-right: 6px;
  display: none;
}

/* Input field */
#yith-wcact-form-bid .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

#yith-wcact-form-bid .quantity::before {
  content: '$';
  color: #fdbd3d;
  font-size: 18px;
  font-weight: bolder;
  border: 2px solid aliceblue;
}

#yith-wcact-form-bid input[type="number"] {
  width: 250px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fafafa;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  outline: none;
  transition: all 0.3s ease;
  text-align: left;
}

#yith-wcact-form-bid input[type="number"]:focus {
  border-color: var(--sec-color, #02528a);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(2, 82, 138, 0.15);
}

/* Bid button */
#yith-wcact-form-bid .auction_bid {
  display: inline-block;
  width: 146px;
  background: var(--yellow, #fdbd3d);
  color: #000;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(253, 189, 61, 0.3);
}

#yith-wcact-form-bid .auction_bid:hover {
  background: #ffc933;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(253, 189, 61, 0.4);
}

/* Mobile adjustments */
@media (max-width: 576px) {
  #yith-wcact-form-bid.ywcact-bid-form {
    padding: 20px;
  }

  #yith-wcact-form-bid .auction_bid {
    font-size: 1rem;
  }
}


/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
  .product-right-side {
    padding: 25px 20px;
  }

  .yith-wcact-timeleft {
    min-width: 65px;
    padding: 8px;
  }

  .auction_bid {
    width: 100%;
  }
}

/* ================================
   WooCommerce Tabs Beautiful Redesign
   ================================ */

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 40px;
  font-family: var(--font-p, "Instrument Sans", sans-serif);
  max-width: 1400px;
  margin: 0 auto;
}

.woocommerce-tabs .tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  border-bottom: none;
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}

.woocommerce-tabs .tabs li {
  background: #f8f9fa;
  border-radius: 50px;
  padding: 10px 25px;
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative;
}

.woocommerce-tabs .tabs li a {
  color: #444;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-tabs .tabs li.active,
.woocommerce-tabs .tabs li:hover {
  background: var(--dark, #000);
}

.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li:hover a {
  color: #fff;
}

/* Add Font Awesome icons via pseudo-elements */
#tab-title-yith-wcact-bid-tab a::before {
  content: "\f0e3";
  /* gavel icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}

#tab-title-description a::before {
  content: "\f15c";
  /* file-alt icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}

#tab-title-reviews a::before {
  content: "\f005";
  /* star icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}

/* ================================
   Panels Styling
   ================================ */
.woocommerce-Tabs-panel {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all 0.3s ease;
}

.woocommerce-Tabs-panel h2 {
  font-family: var(--font-sec, "Rozha One", serif);
  font-size: clamp(24px, 3vw, 30px);
  text-align: center;
  margin-bottom: 20px;
  color: var(--sec-color);
  font-weight: 700;
  border-bottom: 2px solid #02528a80;
}

.woocommerce-Tabs-panel--description p {
  color: var(--gray);
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 400;
}

/* ================================
   Bids Table Styling
   ================================ */
.yith-wcact-table-bids table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  font-size: 15px;
}

.yith-wcact-table-bids table tr:first-child {
  background: var(--dark, #000);
  color: #fff;
  text-transform: uppercase;
}

.yith-wcact-table-bids table tr td {
  border-bottom: 1px solid #eee;
  padding: 12px;
  text-align: center;
}

.yith-wcact-table-bids table tr:nth-child(even) {
  background: #f9f9f9;
}

.yith-wcact-table-bids table tr:hover {
  background: #f1f1f1;
  transition: background 0.2s ease;
}

/* ================================
   Reviews Styling
   ================================ */
.woocommerce-Reviews {
  text-align: center;
}

.woocommerce-Reviews-title {
  font-family: var(--font-sec, "Rozha One", serif);
  font-size: 24px;
  margin-bottom: 10px;
}

.woocommerce-noreviews {
  color: #777;
  font-style: italic;
}

.comment-form {
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}

.comment-form label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 12px;
  transition: all 0.3s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: var(--dark, #000);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.comment-form .form-submit .submit {
  background: var(--dark, #000);
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.comment-form .form-submit .submit:hover {
  background: var(--sec-color, #fecd00);
  color: #000;
}

/* ================================
   Responsive
   ================================ */
@media (max-width: 768px) {
  .woocommerce-tabs .tabs {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .woocommerce-Tabs-panel {
    padding: 20px;
  }
}

.woocommerce-message,
.woocommerce-error {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}


.inner-login-form .u-columns.col2-set {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 2rem;
  /* spacing between login and register forms */
}

.inner-login-form .u-columns.col2-set .u-column1,
.inner-login-form .u-columns.col2-set .u-column2 {
  width: 100% !important;
  max-width: 500px;
  /* optional: limit form width */
}

.inner-login-form .u-columns h2 {
  font-family: var(--font-p);
  font-size: clamp(20px, 5vw, 35px);
  font-weight: 600;
  color: var(--sec-color);
  line-height: 1.2;
  text-align: left;
}


/* ------------------------------------------------------------
  AUCTION FORM LAYOUT
------------------------------------------------------------ */
.airworx-product-form {
  max-width: 900px;
  margin: 0 auto 40px;
}

.airworx-form-group {
  margin-bottom: 20px;
}

.airworx-form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-family: var(--font-p);
  color: var(--black);
  font-size: 15px;
}

.airworx-form-group small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--gray);
}

/* ------------------------------------------------------------
   INPUTS / TEXTAREAS / SELECT / DATE FIELD (matches CF7 styling)
------------------------------------------------------------ */
.airworx-product-form input[type="text"],
.airworx-product-form input[type="email"],
.airworx-product-form input[type="number"],
.airworx-product-form input[type="tel"],
.airworx-product-form input[type="url"],
.airworx-product-form input[type="password"],
.airworx-product-form input[type="search"],
.airworx-product-form input[type="date"],
.airworx-product-form input[type="time"],
.airworx-product-form textarea,
.airworx-product-form select,
.airworx-product-form .airworx-date-field {
  background: var(--background);
  border: 2px solid #d9d6d6;
  color: var(--gray);
  border-radius: 10px;
  padding: 12px 20px;
  width: 100%;
  font-family: var(--font-p);
  font-size: clamp(15px, 3vw, 16px);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  min-height: 50px;
  transition: 0.2s ease;
}

/* TEXTAREA */
.airworx-product-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* PLACEHOLDER */
.airworx-product-form ::placeholder {
  color: var(--gray);
  font-family: var(--font-p);
}

/* FOCUS STATE */
.airworx-product-form input:focus,
.airworx-product-form textarea:focus,
.airworx-product-form select:focus {
  outline: none;
  border-color: var(--sec-color);
  box-shadow:
    0 .5rem 1.2rem rgba(0, 0, 0, .18),
    0 0 0 1px rgba(2, 82, 138, 0.4);
}

/* ------------------------------------------------------------
   FILE INPUT
------------------------------------------------------------ */
.airworx-product-form input[type="file"] {
  padding: 10px 16px;
}

.airworx-product-form input[type="file"]::file-selector-button,
.airworx-product-form input[type="file"]::-webkit-file-upload-button {
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  background: var(--sec-color);
  color: var(--p-color);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

/* ------------------------------------------------------------
   SELECT2 FIX — MATCH INPUT STYLING (NO TEXTAREA HEIGHT)
------------------------------------------------------------ */
.airworx-product-form .select2-container {
  width: 100% !important;
  font-family: var(--font-p);
}

/* Base style for Select2 selection */
.airworx-product-form .select2-container--default .select2-selection--single,
.airworx-product-form .select2-container--default .select2-selection--multiple {
  background: var(--background);
  border-radius: 10px;
  border: 2px solid transparent;
  min-height: 50px;
  /* FIX: prevents textarea look */
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  display: flex;
  align-items: center;
  padding: 6px 14px;
  cursor: pointer;
}

/* Remove big textarea-like height inside multiple field */
.airworx-product-form .select2-container--default .select2-selection--multiple {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Rendered text */
.airworx-product-form .select2-selection__rendered {
  color: var(--gray);
  padding: 0 !important;
  font-size: clamp(15px, 3vw, 16px);
  margin: 0;
}

/* Placeholder */
.airworx-product-form .select2-selection__placeholder {
  color: var(--gray);
}

/* Arrow alignment */
.airworx-product-form .select2-selection__arrow {
  height: 100%;
}

/* MULTI SELECT "chips" */
.airworx-product-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--sec-color);
  color: var(--p-color);
  border-radius: 999px;
  border: none;
  padding: 8px 22px;
  margin-top: 3px;
  margin-right: 6px;
  font-size: 13px;
}

.airworx-product-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  background-color: var(--sec-color);
  color: var(--p-color);
  border-radius: 999px;
  border: none;
  padding: 3px 10px 3px 22px;
  /* extra left space for the X */
  margin-top: 3px;
  margin-right: 6px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Beautiful remove button (the little X) */
.airworx-product-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

/* Remove odd default border/line from Select2 */
.airworx-product-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.airworx-product-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #000 !important;
  color: #fff !important;
  outline: none;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* Remove textarea-like input inside multi select */
.airworx-product-form .select2-container--default .select2-search--inline .select2-search__field {
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto;
  box-shadow: none;
  border: none;
}

/* Focus state */
.airworx-product-form .select2-container--default .select2-selection--single.select2-selection--focus,
.airworx-product-form .select2-container--default .select2-selection--multiple.select2-selection--focus,
.airworx-product-form .select2-container--default .select2-selection--single:focus,
.airworx-product-form .select2-container--default .select2-selection--multiple:focus {
  border-color: var(--sec-color);
  box-shadow:
    0 .5rem 1.2rem rgba(0, 0, 0, .18),
    0 0 0 1px rgba(2, 82, 138, 0.4);
}

.airworx-product-form h3 {
  font-weight: 700;
  font-family: var(--font-p);
  font-size: clamp(18px, 3vw, 24px);
  color: var(--sec-color);
  transition: 0.3s ease-in-out;
}

/* ------------------------------------------------------------
   SUBMIT BUTTON
------------------------------------------------------------ */
.airworx-form-actions {
  text-align: center;
  margin-top: 20px;
}

.airworx-form-actions .button1 {
  padding: 12px 32px;
  border-radius: 999px;
  border: none;
  background: var(--sec-color);
  color: var(--p-color);
  font-family: var(--font-p);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 .75rem 1.5rem rgba(2, 82, 138, 0.45);
  transition: 0.15s ease;
}

.airworx-form-actions .button1:hover {
  background: #013858;
  transform: translateY(-1px);
  box-shadow: 0 1rem 2rem rgba(2, 82, 138, 0.55);
}

.airworx-form-actions .button1:active {
  transform: translateY(0);
  box-shadow: 0 .4rem 1rem rgba(2, 82, 138, 0.40);
}

/* ------------------------------------------------------------
   AUCTION FIELDS GRID
------------------------------------------------------------ */
.airworx-auction-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 20px;
}

@media (min-width: 768px) {
  .airworx-auction-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px){

    html[lang="es"] .top-mobile{
        margin-left:160px !important;
    }

    html[lang="ar"] .top-mobile{
        margin-left:60px !important;
    }

    html[lang="fr"] .top-mobile{
        margin-left:170px !important;
    }
	html[lang="it"] .top-mobile{
        margin-left:140px !important;
    }
	html[lang="ru"] .top-mobile{
        margin-left:90px !important;
    }
	html[lang="pt"] .top-mobile{
        margin-left:180px !important;
    }
	html[lang="de"] .top-mobile{
        margin-left:60px !important;
    }

}