
/*
Theme Name: Jett Logistics Theme
Theme URI: https://jettlogistics360.com/
Description: Child theme for Jett Logistics 
Author: Jett logistics
Template: cargozen
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../cargozen/style.css");

body, h1, h2, h3, h4, h5, h6, p, a, li, span, div {
    font-family: "Urbanist", sans-serif !important;
}

.cg-ser-detail-inner h3{
    line-height: 1.2 !important;

}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color:#ffb900;
}

.cg-quote1-form select option {
    color: #333333 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7-not-valid {
    border: 2px solid #e63946 !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
    color: #e63946 !important;
    font-size: 14px !important;
}
.select2-container {
    width: 100% !important;
    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 6px !important;
    appearance: none;
}

.select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#fff !important;
}
.select2-selection__clear {
    display: none;
}
/* Main Select2 field matches CF7 inputs */
.select2-container--default .select2-selection--single {
    height: 45px !important;
    padding: 6px 12px !important;
    background-color: transparent;
    display: flex;
    align-items: center;
    border: none;
}

/* Selected text inside the field */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

/* Clear (×) icon inside field */
.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 8px;
    top: 8px;
}

/* Margin after the field */
.qt-select-option {
    margin-bottom: 16px;
}

/* Ensure the dropdown appears over other content */
.select2-dropdown {
    z-index: 9999 !important;
}


.wpcf7-spinner {
  display: inline-block !important;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 3px solid #ddd;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

#contact-us input{
    color: #fff;
    width: auto;
    font-size: 16px;
    font-weight: 800;
    border: none;
    padding: 15px 30px;
    border-radius: 100px;
    background-color: #36353A;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    background-color: #ffffff;
}
.log-team-contact-form{
    background-color : #F7F7F7 !important;
}

.cg-testi2-item .item-text p{
    letter-spacing: 0px !important;
}

.cg-blog3-item .item-meta a:nth-child(2) {
    display: none !important;
}

.item-img .img-fluid {
    width: 85%;
}

.recent-post-item a {
    letter-spacing: 0px;
}

.cg-hero2-text .hero_title {
    font-size: 60px;
}

.wp-block-list {
    color: #171616;
}

.ed-blog-details-text.headline.pera-content.ul-li-block p, .ed-blog-details-text.headline.pera-content.ul-li-block ul li, .ed-blog-details-text.headline.pera-content.ul-li-block p ol li{
    font-size: 24px;
}

.ed-blog-details-text.headline.pera-content.ul-li-block p strong{
    font-size: 30px;
}

a.video_box, .blog-item-meta a {
    display: none;
}

.elementor-gt-desc p, .cg-blog-feed-item .item-text p {
    font-size: 20px;
}

.ag-blog-list-feed .item-text .blog_title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    color: var(--cg-pr-c1);
}

.ag-blog-list-feed .item-text {
    margin: 20px 0 20px 0;
}

.ag-blog-list-feed .item-text p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 800px;
    padding-bottom: 10px;
    color: var(--cg-body-color);
}

.ag-blog-list-feed .item-text .read_more {
    color: #132047;
    font-weight: 500;
    letter-spacing: 2px;
}
.ag-error-content {
    margin: 40px 0 40px 0;
}

#join-carrier-form p {
    color: #fff !important;
}

#join-carrier-form textarea {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important; /* same as inputs */
  color: #fff !important; /* white text if on dark background */
  border-radius: 4px;
  padding: 10px 12px;
  width: 100%;
  height: 120px;
  min-height: 100px;
  resize: vertical; /* allow vertical resize */
}

#join-carrier-form textarea::placeholder {
  color: #ffffff;
}

.cg-quote1-text .cg-sec-title ul li {
    color: #D9D9D9;
}
.navSidebar-button {
    display: none !important;
}
.no-results .page-content p {
    margin-top: 25px;
}
.log-team-contact-form.headline.pera-content.mt-50{
    background-color: #ededed !important;
}
.wpcf7-form input[type="submit"] {
  width: 25%; /* Default for desktop */
  min-width: 150px; /* Prevent too small on large screens */
  text-align: center;
  background-color: var(--cg-pr-c2);
}
.wpcf7-form input[type="submit"]:hover {
  background-color: var(--cg-pr-c3);
  color: #333333 !important;
}

@media (max-width: 768px) {
  .wpcf7-form input[type="submit"] {
    width: 50%; /* Tablet */
  }
}

@media (max-width: 480px) {
  .wpcf7-form input[type="submit"] {
    width: 100%; /* Mobile full width */
  }
}



