@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

.logo img {
	width: 100px;
}

.hero-area {
    width: 100%;
}

.banner-img {
    width: 100%;
    height: 450px;
    object-fit: cover; /* cover image without stretch */
    display: block;
}


/* Scope to tractor search only */
        .tractor-search-section .basic-login {
            border: 2px solid #ff7f27;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 4px 4px 0px #3a7a2a;
            background: #fff;
        }
        .tractor-search-section .country-select label {
            font-weight: 600;
            color: #3a7a2a;
            margin-bottom: 5px;
            display: block;
        }
        .tractor-search-section .country-select select {
            width: 100%;
            padding: 10px;
            border: 2px solid #3a7a2a;
            border-radius: 5px;
            font-size: 14px;
        }
        .tractor-search-section .theme-btn-green {
            background-color: #3a7a2a;
            color: white;
            font-weight: bold;
            padding: 10px;
            border: none;
            font-size: 16px;
            transition: 0.3s;
        }
        .tractor-search-section .theme-btn-green:hover {
            background-color: #2e6021;
        }
		
		.btn-orange {
    background: linear-gradient(45deg, #ff6600, #28a745);
    color: #fff !important;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.btn-orange:hover {
    background: linear-gradient(45deg, #28a745, #ff6600);
    color: #fff !important;
}
	




.price-filter-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

/* Section title */
.price-filter-form .cat-title h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

/* Slider container */
.price-filter-form #slider-range {
    margin: 20px 0;
}



/* Submit button */
.price-filter-form button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background-color: #ffa500fc;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ffa500fc;
	border-color: #ffa500fc;
}


.price-filter-form button:hover {
    background-color: #0056b3;
}

.adv-banner {
  width: 100%;
  height: 1200px;
  object-fit: cover; /* ya contain try kare */
}

.breadcrumb-bg {
	background-repeat: no-repeat;
	background-size: 100%;
}
	
	
	.share-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-text {
  font-weight: 500;
  margin-right: 5px;
  color: #333;
}

.share-icons a {
  color: #444;
  font-size: 16px;
  transition: color 0.3s;
}

.share-icons a:hover {
  color: #007bff;
}


.footer-widget.widget-three.mb-30 ul.submenu {
	display: none;
}

.sub-menu-toggle {
  display: none !important; 
}

.header-menu-two .menu-item-has-children > a::after {
  content: " ▼";   
  font-size: 0.7em;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.header-menu-two .menu-item-has-children.open > a::after {
  content: " ▲";   /* Up arrow */
}


.submenu.show {
  display: block;
}


.header-h-three.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #000; /* keep same bg color as your header */
    transition: all 0.3s ease;
}


.btn-orange-alt {
    background: #ff6600;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 1px;
    border: 2px solid #cc5200;
    text-decoration: none;
    display: inline-block;
    width: 150px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(255, 102, 0, 0.3);
    transition: all 0.3s ease;
}
.btn-orange-alt:hover {
    background: #e65c00;
    border-color: #b34700;
    box-shadow: 0 6px 12px rgba(255, 102, 0, 0.4);
    transform: translateY(-2px);
    color: #fff !important;
}


.pro-details-content h4 {
	color: #ff6600;
}

.tlm-tab-btn {
	background: #ff6600;
	color: #fff;
	 padding: 10px 20px;
    font-weight: 600;
    border-radius: 1px;
	 box-shadow: 0 4px 8px rgba(255, 102, 0, 0.3);
    border: 2px solid #cc5200;
}

.current-menu-item > a,
.current_page_item > a {
    color: orange !important;
}


#scrollUp {	
	z-index: 99 !important;
}


.trail-item a {
	color: #fff !important;
}

.breadcrumb-menu li:not(:last-child)::after {
	
	color: #fff!important;
	
}


/* .single-tractor .nav-item a > img { */
	/* width: 100px; */
	/* height: 100px; */
	/* object-fit: cover; */
/* } */


/* .single-tractor #myTabContent .tab-pane img { */
	/* width: 100%; */
	/* height: 300px; */
	/* object-fit: cover; */
/* } */

.offertitle {
    background: linear-gradient(45deg, #ff6600, #1a8a34);
    padding: 12px 15px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offertitle h5 {
    margin: 0;
    color: #fff!important;
}

.offertitle a {
    background: #fff;
    color: #1a8a34;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.offertitle a:hover {
    background: #1a8a34;
    color: #fff;
}



.reviewft {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	font-style: italic;
}



#offer .card-header a {
    background: #fff;
    color: #28a745;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

#offer .card-header a:hover {
    background: #28a745;
    color: #fff;
}

@media (max-width: 768px) {
	
.additional-information li {
    width: 100%;
  }
	
  .additional-information li:nth-child(odd) {
    background-color: #f5f5f5;
    font-weight: bold;
	padding-left:10px;
  }

  .additional-information li:nth-child(even) {
    background-color: #ffffff;
    color: #333;
	padding-left:10px;
  }
  
  .breadcrumb-bg {	
	background-size: auto;
	
	}
  
  
}



#offers .pro-img img {
	height: 300px !important;
}

.page-template-page-home .pro-img {
	min-height: 240px;
}