/*!
Theme Name: Arc Jet Club
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arc-jet-club
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Arc Jet Club is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.border-\[\#d96d12\] {
    border-color: #d96d12;
}
.bg-\[\#d96d12\] {
    background-color: #d96d12;
}
.bg-\[\#e2821c\] {
    background-color: #e2821c;
}
.orange_btn{
	background-color: #D4892A;
	border-color: #D4892A;
}
.footer_social_icons_wrap a{
	display: inline-block;
	padding: 20px 20px 0 0;
}
.footer_social_icon svg{
	display: block;
    height: 1em;
    position: relative;
    width: 1em;
	fill: #c9a84c;
}
.w-30{
	width: calc(var(--spacing) * 30);
}
.max-h-30{
	max-height:calc(var(--spacing)*30)
}
.h-20{
	height:calc(var(--spacing)*20)
}
.h-30{
	height:calc(var(--spacing)*30)
}
body{
margin: 0;
padding: 0; 
}
.post-navigation,
.navigation.post-navigation,
.nav-links {
    display: none !important;
}

.ajc_hero input, .ajc_hero select{
	width: 100% !important;
}
.ajc_hero input[type="submit"]{
	background-color: #D4892A !important;
	color: #fff !important;
	width: auto !important;
}

/** New HTML CSS **/

@media (min-width: 64rem) {
    .lg\:grid-cols-\[1\.05fr_0\.95fr_0\.9fr\] {
        grid-template-columns: 1.05fr .95fr .9fr;
    }
}
@media (min-width: 40rem) {
    .sm\:h-20 {
        height: calc(var(--spacing) * 20);
    }
}
.h-20{
	height: calc(var(--spacing) * 20);
}
.wpcf7-form input[type="submit"]{
	line-height: 0;
}

.search-card .search_tab_btns .wpcf7-list-item {
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--muted);
      padding: 22px 16px;
      font-size: 11.52px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1.8432px;
      cursor: pointer;
      margin: 0 !important;
      transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                background-color 0.2s ease, 
                box-shadow 0.3s ease;
      will-change: transform;
}

.search-card .search_tab_btns .wpcf7-list-item:hover{
      transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); 
     background-color: rgb(201, 168, 76);
    color: #0c0d12;
}
.search-card .search_tab_btns .wpcf7-list-item:active{
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
     background-color: rgb(201, 168, 76);
}
.search-card .search_tab_btns .wpcf7-list-item:has(input:checked){
     background-color: #c9a84c;
    color: #0c0d12;
    transform: translateY(0); 
    box-shadow: none;
}
.search-card .search_tab_btns .wpcf7-list-item input[type="radio"] {
  display: none;
}

.search-card .search_tab_btns span.wpcf7-form-control {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    padding: 0;
}
.search-card .search_tab_btns .wpcf7-list-item {
  position: relative;
  display: flex; 
}
.search-card .search_tab_btns .wpcf7-list-item input[type="radio"] {
  display: block !important;
  position: absolute;
  inset: 0;
  opacity: 0; 
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10; 
  margin: 0;
}
.section_badge_cont
{
	justify-content: center;
}
input {
  color-scheme: dark;
}
select.wpcf7-select.field-input option {
  color: #05080e;
}

 .search-card .search_form_div{
    margin-top: 30px !important;
}
.search-card .search_tab_btns .wpcf7-list-item:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-color: rgb(201, 168, 76);
    color: #0c0d12;
}

.search_form_div select.wpcf7-select.field-input {
    /* Appearance (Removes native browser styling) */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Border Radius */
    -webkit-border-radius: 4px;
    border-radius: 4px;

    /* Transitions */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    /* Box Shadow */
    -webkit-box-shadow: none;
    box-shadow: none;

    /* Tap Highlight (Mobile Safari) */
    -webkit-tap-highlight-color: transparent;

    /* Font Smoothing */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Backface Visibility (helpful for animations) */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Fix for background color and text in iOS */
.search_form_div select.wpcf7-select.field-input:disabled {
    -webkit-text-fill-color: #ccc;
    opacity: 1;
}

.p_partner_logo {
    width: 200px;
    height: auto;
  margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: block;
}

@media(max-width: 768px){
  .search-card .search_tab_btns span.wpcf7-form-control{
      grid-template-columns: repeat(2, 1fr);
}
}

.p_partner_sec{
  display:flex;
  align-items: center;
}

.route-row.route-row-feature {
    align-items: center;
}

article.testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ajc_feedback_bottom{
    height: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ajc_feedback_top {
       height: 100%;
      display: flex;
    flex-direction: column;
}
.ajc_header_logo {
    height: 60px;
}
.text-\[0\.60rem\]
{
    font-size: 0.60rem;
}

.custom-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a84c;
    transition: color 0.3s ease;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.custom-mobile-toggle:hover {
    color: #ffffff;
}

/* Hide the toggle on desktop (matches Tailwind's 'lg' breakpoint: 1024px) */
@media (min-width: 1072px) {
    .custom-mobile-toggle {
        display: none;
    }
}

.custom-menu-icon {
    width: 2rem;
    height: 2rem;
}

.custom-icon-hidden {
    display: none !important;
}

.custom-mobile-dropdown {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0c0d12e0;
    padding: 2.5rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 60;
}
@media (max-width: 575px){
    .ajc_header_cta {
        display: none;
    }
}

.surface-card {
    container-type: inline-size;
}
.surface-card h3 {
    font-size: min(1.6rem, 8cqw);
    overflow: visible;
}