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




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Ubuntu", sans-serif;
}




::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(207, 207, 207);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--bg-main);
    border-radius: 6px;
}

.round-12 {
    border-radius: 12px !important;
}

:root {
    --accent-color: #FDC71F;
    --text-gray: #979090;
    --primary-color: #1a1a1a;
    --text-light: #ffffff;
    --text-dark: #141414;
    --bg-light: #f8f9fa;
    --border-color: #e0e0e0;
}

 

.menu-te {
    background: var(--text-gray);
    transition: all 0.3s linear;
    padding: 10px;
}

.menu-te a {
    color: white;
}

.mene-test-1 {
    background-color: var(--text-gray);
    padding: 10px;
    color: white;
}


.dropdown-menu {
    border: none;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--accent-color) !important;
    background-color: var(--text-dark) !important;
}

.navbar-nav li {
    margin: 1px 0px;
    padding: 0px;
    color: #fff;
}

.navbar-nav li>a {
    color: white;
    padding: 10px;
    font-weight: 600;
    transition: all .3s linear;
}

.navbar-nav li>:hover {
    color: #151515;
}

.dropdown-menu li>a {
    background: var(--text-gray);
    color: white;
    padding: 10px;
    font-weight: 600;
    transition: all .2s linear;
}

.dropdown-menu li>:hover {
    background-color: var(--bg-main);
    color: white;
}

.navbar-nav li>a:after {
    display: none;
}

.dropdown-menu {
    width: 230px;
}

.offcanvas-start {
    width: 300px;
}


.back-img {
    background-image: url(../image/hero-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
}

/* Background image ko blur karne ke liye */
.back-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    /* Blur intensity adjust karein */
    z-index: 1;
}


/* Content ko upar lane ke liye */
.back-img>* {
    position: relative;
    z-index: 3;
}


.fix-iconsx {
    height: 45px;
    width: 45px;
    background-color: var(--text-gry);
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #ffffff;
    cursor: pointer;
    z-index: 99999;
}

.offcanvas-start {
    width: 300px;
}

.section-gap {
    padding: 80px 0px;
}

.bg-team {
    position: relative;
    background-image: url(../image/bg-team.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}

/* --- Top Header Bar --- */
.top-bar {
    background-color: var(--text-gray);
    /* Dark grey background */
    color: #ffffff;
    padding: 0;
    font-size: 0.85rem;
    position: relative;
}

.team-top-yelow {
    width: 33%;
    background: var(--accent-color);
    height: 125px;
    border-radius: 0px 80px 80px 0px;
}

.top-bar .row {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

/* Angled yellow background */
.top-bar-left {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}

.top-bar-left::before {
    background-color: var(--accent-color);
    transform: skewX(-0deg);
    border-radius: 0px 50px 0px 0px;
    transform-origin: top left;
    z-index: -1;
}

.social-follow {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
}

.social-icons a {
    background-color: #ffffff;
    color: #747474;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 8px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
}

.top-bar-right {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.contact-item i {
    margin-right: 8px;
    font-size: 1rem;
}

.contact-item:hover {
    color: #f0f0f0;
}

/* --- Main Navigation --- */
.main-nav-wrapper {
    position: relative;
    z-index: 10;
    top: 20px;
}

/* The white, floating, rounded container */
.main-nav-wrapper .navbar {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-top: -30px;
    padding: 5px;
}

.main-nav-wrapper .navbar-brand {
    font-size: 2.2rem;
    font-weight: 700;
    color: #555;
    letter-spacing: -1px;
}

.main-nav-wrapper .navbar-nav .nav-link {
    color: #0a0a0a;
    font-weight: 400;
    padding: 20px 7px;
    font-size: 14px;
    margin: 0 0.25rem;
}
/* Default navbar style */
.navbar {
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

/* Sticky effect when scrolling */
.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
    margin: 0;
    border-radius: 0;
}

/* Optional smooth slide-down animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

body.navbar-fixed-padding {
  padding-top: 0px; 
}

.main-nav-wrapper .navbar-nav .nav-link:hover,
.main-nav-wrapper .navbar-nav .nav-link.active {
    color: var(--accent-color);
}

.nav-search-contact .search-form {
    position: relative;
}

.nav-search-contact .search-form .form-control {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 7px 10px 7px 2rem;
    width: 150px;
}

.nav-search-contact .search-form .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
    /* Make icon unclickable */
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/* Get a Quote Button */
.btn-quote {
    background-color: var(--text-gray);
    color: #ffffff;
    border-radius: 8px;
    font-weight: 400;
    padding: 8px 20px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.banner-slider .slick-slide {
    padding: 0px;
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.banner-slider .slick-dots {
    bottom: 0px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    text-align: center;
    opacity: 1 !important;
    color: #232323;
    border-radius: 50%;
    background-color: #ffffff !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    opacity: 1;
    color: #000;
    width: 25px !important;
    border-radius: 10px;
    height: 10px;
    background-color: var(--accent-color) !important;
}

.slick-dots li button:before {
    font-size: 0px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;

    content: '' !important;


}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;


}

.btn-quote:hover {
    background-color: var(--accent-color);
    color: #ffffff;
}

.btn-quote .fa-arrow-up-right-from-square {
    font-size: 0.8rem;
    margin-left: 6px;
}



/* Hero Carousel Section */
.carousel {
    position: relative;
}

.carousel-inner {
    height: 630px;
}

.carousel-item {
    height: 630px;
    transition: opacity 0.6s ease-in-out;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.baneer-item {
    background-image: url(../image/h3.png);
    position: relative;
    z-index: 0;
    display: flex !important;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 555px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 33%);
    z-index: -1;
}

/* Content that changes with slides - WITH FADE ANIMATION */


.hero-content h1 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 3.15vw, 3.5rem);
    line-height: 1.14;
    margin-bottom: 0;
}

.hero-content .highlight {
    color: var(--accent-color);
    font-weight: 700;
}

.hero-content p {
    font-family: "Ubuntu", sans-serif;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    margin: 1.2rem 0 2.1rem 0;
    line-height: 1.6;
}

.btn-inventory {
    font-size: 1.1rem;
    border-radius: 0.7rem;
    padding: 0.75rem 1.7rem;
    background: #fff;
    color: #222;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
    text-decoration: none;
}

.btn-inventory:hover {
    background: var(--accent-color);
    color: #222;
    transform: translateY(-2px);
}

/* Fixed Form Card - STAYS STICKY */
.hero-form-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(34, 34, 34, 0.09);
    padding: 30px;
    z-index: 11;
    font-family: "Ubuntu", sans-serif;
}

.hero-form-card h2 {
    font-size: 2rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #222;
}

.divider {
    border-bottom: 2px solid #ddd;
    margin: 0.7rem 0 1.5rem 0;
    width: 70%;
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-select {
    border-radius: 0.5rem;
    height: 46px;
    border: 1px solid #ddd;
    transition: border-color 0.3s;
}

.form-select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.2rem rgba(253, 199, 31, 0.25);
}

.btn-search {
    background: #979090;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    padding: 0.65rem 2rem;
    font-weight: 500;
    margin-top: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

.btn-search:hover {
    background: var(--accent-color);
    color: #222;
    transform: translateY(-2px);
}

/* Carousel Indicators */
.carousel-indicators {
    z-index: 15;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.carousel-indicators button.active {
    background-color: var(--accent-color);
    width: 30px;
    border-radius: 6px;
}



/* sab-hero-section */

.vehicle-slider {
    background: #f8f9fa;
}

.slider-container {
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.vehicle-card {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #010101;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 5px;
    transition: 0.3s;
}

.vehicle-card img {
    width: 100%;
    max-height: 140px;
    object-fit: contain;
}

.vehicle-card p {
    margin-top: 10px;
    padding: 10px 25px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #333;
}

.vehicle-card:hover {
    transform: translateY(-2px);
    border-color: var(--accent-color);
}

.vehicle-card:hover p {
    background-color: var(--accent-color);
    color: #000;
    display: inline-block;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.active-card {
    border: 2px solid var(--accent-color);
    background-color: #fff9e6;
}

.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.slide-btn.left {
    left: -20px;
}

.slide-btn.right {
    right: -20px;
}

/* about section */

.about-section {
    padding: 80px 0;
}

.badge-container {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    z-index: 0;
}

.success-badge {
    position: absolute;
    top: 0px;
    right: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    background: var(--accent-color);
    color: #000;
    padding: 5px 10px;
    outline: 3px solid var(--accent-color);
    border-radius: 25px;
    border: 1px dashed #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    text-align: left;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.success-badge .years {
    font-size: 22px;
    font-weight: 800;
    display: block;
}

.image-wrapper {
    position: relative;
    overflow: visible;
}

.main-image {
    width: 480px;
    height: 480px;
    border-radius: 90px;
    display: block;
    padding: 20px;
    object-fit: cover;
}

.circle-image {
    position: absolute;
    bottom: 40px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid var(--text-gray);
    object-fit: cover;
}

span.lit-blue {
    height: 200px;
    width: 200px;
    background: #00ACB31A;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
}

.dots-pattern {
    position: absolute;
    bottom: -15px;
    left: 0px;
    display: grid;
    grid-template-columns: repeat(10, 8px);
    gap: 8px;
    opacity: 0.5;
    z-index: -1;
}

.dot {
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
}

.content-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.2;
}

.content-wrapper p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}
 

.stats-section {
    margin-top: 80px;
}

.stat-card {
    background: white;
    padding: 30px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.stat-card:nth-child(1) {
    border-left-color: #747474;
}



.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

 

/* equiment style.css */

.equipment-section {
    padding: 80px 0;
    background-color: #fff;
}

.equipment-section .section-title {
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.equipment-section .section-subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto 60px;
    line-height: 1.7;
}

.equipment-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.equipment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.card-content {
    position: relative;
    z-index: 3;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-box {
    background: white;
    clip-path: polygon(30% 0%, 85% 0, 100% 14%, 100% 70%, 100% 100%, 30% 100%, 0 100%, 0 0);
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-wrapper svg {
    width: 40px;
    height: 40px;
    fill: #333;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}

.card-text {
    color: #666;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 0;
}

.card-1 .card-overlay {
    background: linear-gradient(to bottom, rgba(70, 70, 70, 0.4) 0%, rgba(50, 50, 50, 0.6) 100%);
}

.card-2 .card-overlay {
    background: linear-gradient(to bottom, rgba(184, 134, 11, 0.4) 0%, rgba(184, 134, 11, 0.6) 100%);
}

.card-3 .card-overlay {
    background: linear-gradient(to bottom, rgba(70, 70, 70, 0.4) 0%, rgba(50, 50, 50, 0.6) 100%);
}

.card-2 .content-box {
    border-bottom: 4px solid #d4af37;
}

.card-1 .content-box,
.card-3 .content-box {
    border-bottom: 4px solid #6c757d;
}

/* products section */

.products-section {
    padding: 80px 0;
    background-color: #e8e8e8;
}

.products-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.products-section .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}

.products-section.section-description {
    color: #666;
    font-size: 15px;
    max-width: 650px;
    line-height: 1.6;
}

.view-inventory-btn {
    background: white;
    color: #000;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.view-inventory-btn:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: #000;
}

.product-card {
    background: white;
    padding: 6px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.product-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp-icon {
    width: 40px;
    font-size: 25px;
    height: 40px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.6);
}

.whatsapp-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.product-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-content .product-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.product-content .product-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.product-content .product-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    margin-bottom: 25px;
    flex-grow: 1;
}

.product-content .product-specs .spec-item {
    display: flex;
    flex-direction: column;
}

.product-content .product-specs .spec-value {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
}

.product-content .product-specs .spec-label {
    font-size: 13px;
    color: #666;
}

 

.Featured-tit-des {
    width: 80%;
}
 

/* our clints abhout us start */

.testimonial-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    background: #2d3338;
    overflow: hidden;
    z-index: 0;
}

.testimonial-section.background-images {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.testimonial-section .section-title {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
}

/* Decorative Elements */
.chevron-decoration {
    position: absolute;
    z-index: 2;
}

.chevron-left-top {
    top: 80px;
    left: 100px;
}

.chevron-right-bottom {
    bottom: 80px;
    right: 100px;
}

.chevron-stack {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.chevron {
    width: 40px;
    height: 8px;
    position: relative;
}

.chevron::before,
.chevron::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    background: currentColor;
}

.chevron::before {
    left: 0;
    top: 0;
    transform: rotate(45deg);
    transform-origin: left center;
}

.chevron::after {
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    transform-origin: right center;
}

.chevron-yellow {
    color: #f4c430;
}

.chevron-outline {
    color: transparent;
}

.chevron-outline::before,
.chevron-outline::after {
    background: transparent;
    border: 2px solid #f4c430;
}

.dots-decoration {
    position: absolute;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(10, 8px);
    gap: 8px;
}

.dots-left {
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.dots-right {
    top: 35%;
    right: 150px;
}

.dot {
    width: 4px;
    height: 4px;
    background: rgba(244, 196, 48, 0.5);
    border-radius: 50%;
}

.gold-circle {
    position: absolute;
    bottom: 50px;
    right: 200px;
    width: 450px;
    height: 450px;
    background: rgba(184, 134, 11, 0.6);
    border-radius: 50%;
    z-index: 2;
}

/* our clints abhout us end */


/* Slick Slider Custom Styles */
.top-tools-section {
    padding-top: 80px;
    background-color: #ffffff;
    color: var(--text-dark);
}

.top-tools-section .top-card {
    padding: 0px;
    border-radius: 5px;
    border: 2px solid transparent;
    background-color: #ffffff;
    transition: 0.5s all;
}
.top-tools-section .top-card:hover img {
    border: 1px solid #fff;
}
 

.top-tools-section .top-card img {
    border: 1px solid #000;
}

.top-tools-section .top-card:hover {
    border: 2px solid var(--accent-color);
    background-color: var(--accent-color);
}

.top-tools-section .top-card:hover h5 {
    border: 2px solid var(--accent-color);
    background-color: var(--accent-color);
}

.top-tools-section .top-card h5 {
    text-align: center;
    margin-bottom: 0px;
    padding: 15px;
    background-color: #ffffff;
}

.work-tools-section {
    padding: 80px 0;
    background-color: #ffffff;
    color: var(--text-dark);
}

.work-tools-section .section-title {
    color: #1a1a1a;
}

.slick-slide {
    padding: 0 7px;
}

.work-tools-section .slider-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 155px;
    gap: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.work-tools-section .slider-item:hover {
    transform: translateY(-5px);
}

.work-tools-section .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 30px;
}



/* Slick Navigation */
.slick-prev,
.slick-next {
    width: 40px !important;
    height: 40px !important;
    z-index: 0 !important;
    background: var(--text-gray) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.slick-prev {
    left: -10px !important;
}

.slick-next {
    right: -10px !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #ffffff !important;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ffffff !important;
}

.slick-dots li.slick-active button:before {
    color: #f9f9f9 !important;
}



.equipment-hero {
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 70%),
        url('../image/hero-2.jpg ');
    background-size: cover;
    background-position: center;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative;
    padding: 80px 0;
}

.equipment-content {
    background: #fff;
    border-radius: 7px;
    padding: 30px;
    max-width: 520px;
    margin-left: auto;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.equipment-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #262424;
    margin-bottom: 2.2rem;
}


.equipment-title {
    font-weight: 800;
}



.news-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.news-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.news-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.news-section .section-description {
    font-size: 1.1rem;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.news-card {
    background: white;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 0;
}

.news-card::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100px;
    background: #979090;
    z-index: -2;
}

.news-card::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 164px;
    background: #97909633;
    z-index: -1;
}

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

.news-image {
    height: 220px;
    width: 100%;
    object-fit: cover;
    padding: 10px;
    padding-bottom: 0px;
}

.news-content {
    padding: 25px;
    padding-top: 0px;
}

.news-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.frd-data-year {
    rotate: -90deg;
}

.frd-data-year::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--accent-color);
    margin-top: 4px;
}

.date-badge {
    background-color: #ffc600;
    color: white;
    padding: 8px 15px;
    border-radius: 0px 0px 10px 10px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.date-day {
    font-size: 1.2rem;
    font-weight: 700;
}

.date-month {
    font-size: 0.8rem;
    font-weight: 500;
}

.comments-count {
    color: var(--text-gray);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.comments-count i {
    color: #ffc600;
}

.news-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    color: var(--primary-color);
}

.news-excerpt {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.read-more {
    color: #ffc600;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #ffd70f;
    gap: 8px;
}

.divider {
    height: 1px;
    background-color: var(--border-color);
}

 

.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 0 0;
}

.footer-section {
    margin-bottom: 40px;
}

.footer-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
}



.logo-section .logo {
    font-size: 2rem;
    font-weight: 800;
    color: #ffc600;
    margin-bottom: 20px;
    display: inline-block;
}

.company-description {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a:hover {
    color: #ffc600;
    transform: translateX(5px);
}

.footer-links a i {
    margin-right: 8px;
    font-size: 14px;
    font-weight: bold;
}

.footer .footer-section .contact-info {
    color: #cccccc;
    line-height: 1.7;
}

.footer .footer-section .contact-item {
    margin-bottom: 15px;
    display: flex;
    color: #cccccc;
    align-items: flex-start;
}

.footer .footer-section .contact-item i {
    color: #ffc600;
    margin-right: 12px;
    margin-top: 4px;
    width: 16px;
}

.recent-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444444;
}

.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-title {
    color: #cccccc;
    font-size: 0.95rem;
    margin-bottom: 5px;
    line-height: 1.4;
    text-decoration: none;
    display: block;
}

.post-title:hover {
    color: #ffc600;
}

.post-date {
    color: #ffc600;
    font-size: 0.85rem;
    font-weight: 500;
}

.footer-bottom {
    background-color: #000000;
    padding: 0px 0 25px 0;
    text-align: center;
}

.copyright {
    padding-top: 25px;
    border-top: 1px solid #444444;
    color: #999999;
    margin: 0;
    font-size: 0.9rem;
}

 

/* our-team-section */
.our-team-section {
    background: linear-gradient(135deg, #d4e7ed 0%, #e8f4f8 100%);
    padding: 80px 0;
    position: relative;
}

.team-header {
    text-align: center;
    margin-bottom: 60px;
}

.team-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.team-header p {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.team-card-wrapper {
    position: relative;
}

.team-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s ease;
}

/* ===== background image behind the team card ===== */
.team-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../image/team-card-bg.png") center/cover no-repeat;
    /* 👈 yahaan apni BG image ka path do */
    z-index: 0;
    /* adjust for visibility */
    transition: 0.3s ease;
}

.team-card:hover::before {
    opacity: 0.6;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-image {
    width: 100%;
    height: 300px;
    padding: 0px;
    border-radius: 17px;
    padding: 5px;
    padding-bottom: 0px;
    object-fit: cover;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.team-info {
    padding: 10px 10px 0px 10px;
    position: relative;
    z-index: 2;
}

.team-member-name {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.team-member-role {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 7px;
}

.social-links {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
    position: absolute;
    bottom: 23px;
    right: 12px;
}

.social-link {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
}

.social-link:hover {
    background: #fff;
    transform: translateY(-3px);
    color: #FFD700;
}
 

/* about-machinery */

.video-container {
    position: relative;
    background: #000;
    overflow: hidden;
}

.video-container img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button:hover {
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid #333;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

.faq-section {
    background: white;
    border-radius: 8px;
}

.faq-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

.faq-heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #212529;
}

.accordion-button {
    font-weight: 500;
    color: #212529;
    background-color: #f8f9fa;
    padding: 10px 15px;
}

.accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #212529;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-item {
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.accordion-body {
    padding: 20px;
    color: #6c757d;
}

.inventory-jcb {
    padding: 40px 0;
}

.inventory-sidebar {
    background: #f8f8f8;
    padding: 30px 20px;
    border-radius: 4px;
}

.filter-section {
    margin-bottom: 30px;
}

.filter-section h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.filter-dropdown {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.price-range {
    width: 100%;
    margin-top: 10px;
}

.price-display {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.inventory-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 4px;
}

.products-count {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.view-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-dropdown {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    min-width: 180px;
}

.view-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s;
}

.view-btn.active {
    background: #666;
    color: white;
}

.product-card {
    background: white;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.product-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.product-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp-btn {
    width: 40px;
    height: 40px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: scale(1.1);
}

.product-content {
    padding: 20px;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.product-description {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.product-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 15px;
}

.spec-item {
    display: flex;
    flex-direction: column;
}

.spec-value {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.spec-label {
    font-size: 12px;
    color: #999;
}

 

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination {
    display: flex;
    gap: 8px;
}

.page-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    color: #666;
    font-size: 14px;
}

.page-item.active {
    background: #666;
    color: white;
    border-color: #666;
}

.page-item:hover:not(.active) {
    background: #f5f5f5;
}

 


/* invantory details section css ----------------------------------------------------------------*/

.excavator-ec300d-section {
    padding: 40px 0;
}

/* Main Image Slider */
.ec300d-product-main-slider {
    position: relative;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ec300d-product-main-slider img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.ec300d-slider-navigation-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s;
}

.ec300d-slider-navigation-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.ec300d-slider-navigation-btn.ec300d-slider-prev {
    left: 15px;
}

.ec300d-slider-navigation-btn.ec300d-slider-next {
    right: 15px;
}

/* Thumbnail Slider */
.ec300d-product-thumbnail-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
}

.ec300d-product-thumbnail-container::-webkit-scrollbar {
    height: 5px;
}

.ec300d-product-thumbnail-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.ec300d-product-thumbnail-box {
    flex: 0 0 auto;
    width: 120px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s;
}

.ec300d-product-thumbnail-box.ec300d-thumbnail-active {
    border-color: #f39c12;
}

.ec300d-product-thumbnail-box:hover {
    border-color: #f39c12;
    transform: scale(1.05);
}

.ec300d-product-thumbnail-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sidebar */
.ec300d-product-details-sidebar {
    background: white;
    border-radius: 8px;
    padding-top: 0px !important;
    padding: 25px;
    position: sticky;
    top: 20px;
}

.ec300d-product-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    background-color: var(--text-gray);
    color: white;
}

.ec300d-product-price-label {
    font-size: 14px;
    color: white;
}

.ec300d-contact-provider-button {
    background: #8b8b8b;
    color: white;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.ec300d-contact-provider-button:hover {
    background: #757575;
    color: white;
}

.ec300d-whatsapp-contact-icon {
    width: 45px;
    height: 45px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
}

.ec300d-whatsapp-contact-icon:hover {
    background: #128C7E;
    transform: scale(1.1);
    color: white;
}

/* Specifications */
.ec300d-product-specifications-wrapper {
    margin-top: 30px;
    background: #e8e8e8;
    border-radius: 8px;
    padding: 20px;
}

.ec300d-sidebar-section-heading {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.ec300d-specification-row-item {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    /* border-bottom: 1px dotted #ddd; */
}

.ec300d-specification-row-item:last-child {
    border-bottom: none;
}

.ec300d-specification-label-text {
    color: #666;
    font-size: 14px;
}

.ec300d-specification-value-text {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
}

/* Vendor Profile */
.ec300d-vendor-profile-container {
    margin-top: 30px;
    padding: 20px;
    background: #e8e8e8;
    border-radius: 8px;
}

.ec300d-vendor-profile-header {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.ec300d-vendor-company-logo {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #999;
}

.ec300d-vendor-company-info h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
}

.ec300d-vendor-total-products {
    font-size: 13px;
    color: #666;
}

.ec300d-vendor-company-description {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ec300d-vendor-social-links-wrapper {
    display: flex;
    gap: 10px;
}

.ec300d-vendor-social-media-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}

.ec300d-vendor-social-media-icon:hover {
    background: #f39c12;
    color: white;
}

/* Contact Form */
.ec300d-contact-vendor-form-wrapper {
    margin-top: 30px;
    padding: 20px;
    background: #e8e8e8;
    border-radius: 8px;
}

.ec300d-vendor-form-input-field {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    background: #9790901A;
}

.ec300d-vendor-form-input-field:focus {
    border-color: #f39c12;
    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.1);
    outline: none;
}

.ec300d-send-message-button {
    background: #8b8b8b;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ec300d-send-message-button:hover {
    background: #757575;
}

/* Tabs */
.ec300d-product-information-tabs {
    background: white;
    border-radius: 8px;
    margin-top: 30px;
    padding: 0px;
}

.ec300d-tabs-navigation-wrapper {
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
    display: flex;
    gap: 40px;
}

.ec300d-tab-navigation-button {
    color: #666;
    font-weight: 600;
    border: none;
    padding: 12px 0;
    background: transparent;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    transition: all 0.3s;
}

.ec300d-tab-navigation-button.ec300d-tab-active {
    color: #f39c12;
    border-bottom-color: #f39c12;
}

.ec300d-tab-content-container {
    color: #666;
    line-height: 1.8;
}

.ec300d-tab-content-panel {
    display: none;
}
.ec300d-tab-content-panel h6 span {
    color: #747474;
}
.ec300d-tab-content-panel.ec300d-panel-show {
    display: block;
}
.ec300d-tab-content-panel.ec300d-panel-show p {
    margin-bottom: 0;
}
.ec300d-tab-content-panel.ec300d-panel-show h6 {
    margin: 7px 0;
}
.h5, h5 {
    font-size: 1.25rem;
    color: #000;
}
.footer-section .recent-posts a {
    font-weight: 400;
    color: #cccccc;
    text-decoration: none;
}
.ec300d-tab-content-container h6 {
    font-weight: 700;
    color: #333;
    margin-top: 20px;
    margin-bottom: 15px;
}
p.mene-test.mb-0.menu-te .active {
    color: #f6bf03;
}

.ec300d-tab-content-container ul {
    padding-left: 20px;
}

.ec300d-tab-content-container li {
    margin-bottom: 10px;
}

/* Comment Section */
.ec300d-user-comment-section {
    background: white;
    border-radius: 8px;
    margin-top: 30px;
    padding: 30px;
}

.ec300d-user-comment-section h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.ec300d-comment-form-note {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.ec300d-comment-textarea-field {
    min-height: 120px;
    resize: vertical;
}

.ec300d-comment-checkbox-label {
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

/* Comments Display */
.ec300d-comments-display-wrapper {
    background: white;
    border-radius: 8px;
    margin-top: 30px;
    padding: 30px;
}

.ec300d-comments-display-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.ec300d-single-comment-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.ec300d-single-comment-item:last-child {
    border-bottom: none;
}

.ec300d-comment-user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.ec300d-comment-content-wrapper {
    flex: 1;
}

.ec300d-comment-user-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.ec300d-comment-user-role {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.ec300d-comment-text-content {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
 
/* -----------------------Ramkesh new css add blog details page start----------------------- */

.blog-details img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.blog-meta i {
    color: #ff7b00;
    margin-right: 6px;
}

.blog-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.blog-content blockquote {
    background: #fff3e0;
    /* border-left: 4px solid #ff7b00; */
    padding: 15px 20px;
    font-style: italic;
    color: #000;
    /* border-radius: 6px; */
    background: #9790901A;
}

/* Sidebar */
.sidebar .widget {
    background: #9790901A;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */

}

.blog-details .search-form {
    position: relative;
    background: #9790901A;
    border-radius: 5px;
    /* padding: 10px; */
    margin-bottom: 20px;
}
button#clearSearch {
    top: 18px !important;
    right: 50px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
}
.blog-details .search-form i {
    background: #FDC71F;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    z-index: -1;
}

.blog-details .search-form .form-control {
    background: transparent;
    border: 0;
    padding-left: 20px !important;
    padding-right: 30px;
}

.sidebar h5 {
    font-weight: 700;
    font-size: 18px;
    /* border-bottom: 2px solid #ff7b00; */
    /* display: inline-block; */
    /* padding-bottom: 4px; */
    margin-bottom: 20px;
}

.recent-posts li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent-posts img {
    width: 70px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 10px;
}
.small{
    color: #cccccc;
}
.recent-posts a {
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.recent-posts a:hover {
    color: var(--accent-color);
}

.gallery img {
    width: 100%;
    border-radius: 5px;
    /* margin-bottom: 10px; */
}

.tags span {
    background: #f2f2f2;
    padding: 6px 12px;
    border-radius: 5px;
    display: inline-block;
    margin: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #97909033;
}

.tags span:hover {
    background: var(--accent-color);
    color: #fff;
}

/* Comments */
.comment-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.comment-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #979090;
}

.comment-name {
    font-weight: 600;
}

.comment-role {
    color: #777;
    font-size: 14px;
}

.comment-form input,
.comment-form textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
}

.comment-form button {
    background: var(--accent-color);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.comment-form button:hover {
    background: var(--accent-color);
}

.color-one {
    color: var(--accent-color);
}

.back-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 62px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    height: 315px;
}

.back-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.search-form .form-control {
    border-radius: 8px;
    padding-left: 2.5rem;
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
}

ul.list-unstyled.recent-posts p {
    color: #747474;
}

/* Contact Info Cards */
.contact-section .contact-info {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 87px;
}

.contact-section .info-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    text-align: center;
    flex: 1;
    min-width: 250px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px 0px #00000026;

}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-icon {
    width: 70px;
    height: 70px;
    background: #ffb400;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #000;
    margin-top: -72px;
}

.contact-bg {
    border: 2px solid #0C80B01A;
    border-radius: 10px;
}

.info-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.info-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Contact Form */
.contact-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.send-btn {
    background: var(--text-gray);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 10px;
}

.send-btn:hover {
    background: #ffb400;
    color: #fff;
}

.contact-image img {
    width: 100%;
    border-radius: 0 10px 10px 0;
    height: 440px;
    object-fit: cover;
}
 


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    padding: 0 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Larger grid item for variation */
.gallery-item.meddile {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.large {
    grid-row: span 2;
}

 
.faq-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #979090;
    border: 10px solid #FDC71F4D;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

.play-button:hover {
    background: #ff9800;
    transform: translate(-50%, -50%) scale(1.1);
}

.accordion-item {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 10px;
}

.accordion-button {
    font-weight: 500;
    background-color: #fff;
    color: #333;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px #00000026;
}

.accordion-button:not(.collapsed) {
    background-color: #979090;
    color: #fff;
}

.accordion-item:not(.collapsed) {
    border: 2px solid #979090;
}

.accordion-button:not(.collapsed)::after {
    background-image: inherit;
    transform: rotate(-180deg);
    background: #fff;
    color: #979090;
}

.faq-video img {
    height: 700px;
    object-fit: cover;
}

.accordion-body {
    background: #fff;
    color: #555;
}

.more-faq .accordion-item {
    border-radius: 8px;
}

.faq-video:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\f102";
    font-family: 'FontAwesome';
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background: #979090;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:not(.collapsed)::after {
    background-image: inherit;
    transform: rotate(-180deg);
}

/********************************search**************/

.search-form {
    position: relative;
}
.search-form input {
    padding-right: 40px;
    border-radius: 6px;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffcb05;
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
    cursor: pointer;
    width: 45px;
    height: 36px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form i {
    color: #222;
}

#searchResults ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
#searchResults img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}
#searchResults a {
    color: #f0b500;
    font-weight: 600;
    text-decoration: none;
}
#searchResults a:hover {
    text-decoration: underline;
}

.testimonial-card {
    background: #fff;
    padding: 40px 20px 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    position: absolute;
    top: 0;
    transform-origin: center;
    transition: all 0.5s ease;
    opacity: 0;
    text-align: center;
    z-index: 0;
    padding-top: 50px;
    width: 600px;
    margin: auto;
    margin-top: 73px;
    margin-bottom: 20px;
    border-radius: 15px;
    width: calc(80% - 40px);
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    visibility: hidden;
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-top: -60px;
    object-fit: cover;
    text-align: center;
    margin: auto;
    margin-top: 0;
    z-index: 1;
    position: absolute;
    top: -40px;
    left: 44%;
}

.testimonial-card h3 {
    margin: 10px 0;
    font-size: 18px;
}

.testimonial-card p {
    font-size: 14px;
    color: #333;
}

.testimonial-bg {
    background-image: url(../image/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-slider {
    position: relative; 
    z-index: 0;  
}
.testimonial-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    width: 100%;
    height: 100%;
    background-image: url(../image/vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1;
}
.testimonial-wrapper {
    position: relative;
    height: 440px;
    background-repeat: no-repeat;
    margin-top: 65px;
}

 .container-test::after {
    content: "";
    position: absolute;
    top: 15%;
    left: 20%;
    width: 85px;
    height: 102px;
    background-image: url(../image/down-arows.png);
    background-repeat: no-repeat;
}

.container-test::before {
    content: "";
    position: absolute;
    bottom: 15%;
    right: 20%;
    width: 85px;
    height: 102px;
    background-image: url(../image/down-arows.png);
    background-repeat: no-repeat;
}
.client-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 25%;
    right: 27%;
    width: 10%;
    height: 25%;
    display: block;
    clear: both;
    background-image: url(../image/dots-left-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.client-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 22%;
    left: 26%;
    width: 10%;
    height: 25%;
    display: block;
    clear: both;
    background-image: url(../image/dots-left-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.testimonial-card.prev {
    opacity: 1;
    z-index: 2;
    padding: 40px;
    margin-top: 70px;
    transform: translateX(-50%) scale(0.9) translateY(40px);
    visibility: visible;
    width: calc(90% - 20px);
}

.testimonial-card.next {
    opacity: 1;
    z-index: 3;
    padding-bottom: 50px!important;
    padding: 35px;
    margin-top: 48px;
    transform: translateX(-50%) scale(0.9) translateY(40px);
    width: calc(89% - 30px);
    visibility: visible;
}

.testimonial-card.active {
    opacity: 1;
    z-index: 5;
    transform: translateX(-50%) scale(1) translateY(0);
    visibility: visible;
}


/* Navigation Buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: white;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: #fdc71f;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-btn.prev {
    left: 0;
}

.slider-btn.next {
    right: 0;
}

@media (min-width: 768px) {
    .slider-btn.prev {
        left: -25px;
    }

    .slider-btn.next {
        right: -25px;
    }
}

@media (min-width: 992px) {
    .slider-btn.prev {
        left: -50px;
    }

    .slider-btn.next {
        right: -50px;
    }
}

@media (max-width: 768px) {
    .testimonial-card {
    padding: 40px 10px !important;
}
.testimonial-card img {
    left: 40%;
}
.equipment-hero {
    min-height: auto;
    padding: 80px 0;
}
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
        .container-test::after {
   display: none;
}
    .container-test::before {
   display: none;
}
.testimonial-bg {
    height: auto;
}
.testimonial-wrapper {
    position: relative;
    height: 440px;
    background-repeat: no-repeat;
    margin-top: 0;
}
.back-img {
    height: 170px;
}
.section-gap {
    padding: 40px 0px;
}
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--accent-color) !important;
    text-decoration: none;
    background-color: #979090;
}

a {
    text-decoration: none;
    color: black;
}
a.navbar-brand img {
    width: 175px;
    height: 63px;
}

.quote-modal .modal-dialog {
    max-width: 655px;
    margin: 2.75rem auto;
}
.quote-modal .modal-content {
    border-radius: 20px;
    padding: 21px;
}
.blog-deail-bg-image {
    width: 100%;
    height: 605px;
}
img.gallery-img-grid {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.comment-main {
    max-height: 500px;
    overflow-y: auto;
}
img.mb-4.blog-deail-bg-image {
    height: 550px;
}