@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

/* NEW__FONT__ */
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
/* NEW__FONT__ */

a {
    font-family: "Geologica", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Geologica", sans-serif;
}


ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    font-family: "Inter", sans-serif;
}

:root {
    --theme-color-1: #292929;
    --theme-color-2: #F3A814;
    --theme-color-3: #fff;
    --theme-color-4: #F8D244;
}


/* HEADER______ */

.nav-flex-two li {
    display: inline-block;
    padding: 0 2px 0;
}

.top-nav-flex {
    display: flex;
    justify-content: space-between;
}

.top-header {
    padding: 30px 0 10px;
    background: var(--theme-color-1);
}

.nav-flex-one a {
    background: var(--theme-color-2);
    color: var(--theme-1);
    padding: 10px 20px 10px;
    border-radius: 2px;
    font-weight: 500;
}

.nav-flex-one i {
    font-size: 8px;
    padding: 5px 6px 5px;
    background: black;
    color: var(--theme-color-2);
    border-radius: 10px;
    margin: 0 5px 0;
}

.nav-flex-two a {
    background: var(--theme-color-2);
    color: var(--theme-color-3);
    padding: 6px 10px 6px;
    border-radius: 4px;
}

.nav-flex-two i {
    font-size: 14px;
}
.message-one .form-control:focus {
    background: transparent !important;
    box-shadow: none;
    border-color: #fff;
}
.message-one textarea.form-control {
    background: transparent !important;
    box-shadow: none;
    border-color: #fff;
}
.finance a {
    background: var(--theme-color-1);
    color: var(--theme-color-3);
    padding: 10px 20px 10px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
}

.finance i {
    font-size: 8px;
    padding: 5px 6px 5px;
    background: var(--theme-color-3);
    color: var(--theme-color-1);
    border-radius: 10px;
    margin: 0 5px 0;
}

.logo h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px;
}

.nav li {
    display: inline-block;
    padding: 0px 6px 0;
}

.murge {
    display: flex;
    gap: 0px 10px;
}

.nav a {
    color: var(--theme-color-1);
    font-weight: 500;
    font-size: 13px;
}

.finance a:hover {
    background: var(--theme-color-2);
    transition: .2s all;
    color: var(--theme-color-1);
}

.nav-main {
    padding: 10px 0 0px;
    background: var(--theme-color-4);
    border-bottom: 1px solid;
}

/* HEADER______ */

.banner-txt h1 {
    font-size: 62px;
    font-weight: 800;
}

.btn-select {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    padding: 30px 0 0;
}

.btn-1 a {
    border: 2px solid black;
    padding: 10px 15px 10px;
    color: var(--theme-color-1);
    font-weight: 600;
}

.btn-2 a {
    padding: 10px 15px 10px;
    border: 2px solid black;
    color: var(--theme-color-1);
    font-weight: 600;
}

.main-banner {
    position: relative;
    padding: 70px 0 70px;
    background-image: url(../images/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /*height: 56vh;*/
    height: 100%;
}

.main-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #f3ce42 0%, #f3a81400 100%);
    z-index: -1;
}

.btn-1 a:hover {
    color: white;
    border: 2px solid white;
    transition: .2s all;
}

.btn-1 i {
    transform: rotate(-50deg);
    padding: 0 5px 0;
}

.btn-2 a:hover {
    color: white;
    border: 2px solid white;
    transition: .2s all;
}

.btn-2 i {
    transform: rotate(-50deg);
    padding: 0 5px 0;
}

input#flexCheckDefault1 {
    border-radius: 12px;
    margin: 8px -24px 0;
}

input#flexCheckDefault2 {
    border-radius: 12px;
    margin: 9px -25px 0;
}

.equipment-form-box h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    color: var(--theme-color-3);
}

label.form-check-label {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color-3);
}

.select-sell {
    padding: 15px 0 15px;
}

/*  */

.custom-select select {
    width: 210px;
    padding: 12px 16px;
    background-color: #3a3a3aeb;
    color: #ccc;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ccc' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
  }
  
  .custom-select {
    position: relative;
    display: inline-block;
  }

  /*  */

  .proper-field-one h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color-3);
}

.proper-field-two label {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color-3);
}

input#exampleFormControlInput1 {
    border-radius: 1px;
    padding: 11px 15px 11px;
    background: #3a3a3aeb;
    border: none;
    width: 95%;
}

.proper-field-two input::placeholder {
    color: dimgray;
    opacity: 1; /* Make sure it's fully visible */
  }
  
  .proper-field-one {
    padding: 10px 0 25px;
}

.proper-field-two input::-webkit-input-placeholder {
    color: #fff;
  }
  .proper-field-two input::-moz-placeholder {
    color: #fff;
  }
  .proper-field-two input:-ms-input-placeholder {
    color: #fff;
  }
  .proper-field-two input::placeholder {
    color: #fff;
  }

  .proper-field-two input {
    color: #fff; 
  }
  
  .proper-field-two input::placeholder {
    color: #fff; 
    opacity: 1;
  }
  .proper-field-two input {
    color: #fff !important;
  }

  .proper-field-two input:focus {
    border: 1px solid #f8d244;
    outline: none; 
  }

  .proper-field-two input:focus {
    border: 1px solid #f8d244;
    outline: none;
    box-shadow: 0 0 0 3px rgba(248, 210, 68, 0.3); 
  }

  .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-btn {
    margin: 15px 0 0;
}

.search-btn a {
    color: var(--theme-color-3);
    background: var(--theme-color-2);
    width: 100%;
    padding: 10px 0 10px;
}

.search-btn a:hover {
    color: var(--theme-color-1);
    transition: .2s all;
}

.search-btn button {
    color: var(--theme-color-3);
    background: var(--theme-color-2);
    width: 100%;
    padding: 10px 0 10px;
    border:0px;
}

.search-btn button:hover {
    color: var(--theme-color-1);
    transition: .2s all;
}

.equipment-form-box {
    background: var(--theme-color-1);
    padding: 30px 30px 30px;
    border-radius: 15px;
}
  
.abt-img img {
    width: 100%;
    height: 610px;
    object-fit: cover;
}

.about-us {
    padding: 70px 0 255px;
    background: var(--theme-color-1);
}

.abt-txt h1 {
    font-size: 39px;
    font-weight: 700;
    color: var(--theme-color-3);
}

.abt-txt h5 {
    color: var(--theme-color-4);
}

.option-one {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    border-bottom: 1px solid white;
    padding: 10px 0 10px;
}

.option-one p {
    font-size: 24px;
    margin: 0;
    padding: 10px 0 10px;
    font-weight: 700;
}

.option-one i {
    background: var(--theme-color-2);
    padding: 12px 13px 12px;
    border-radius: 25px;
    color: var(--theme-color-1);
}

.abt-txt {
    padding: 0 34px 0;
}

.abt-txt p {
    color: var(--theme-color-3);
}

.learn-btn a {
    color: var(--theme-color-3);
    font-size: 20px;
    border: 2px solid white;
    padding: 10px 15px 10px;
}

.learn-btn {
    padding: 30px 0 0;
}

.learn-btn i {transform: rotate(-58deg);padding: 0 5px 0;}

.abt-experiance h3 {
    margin: 0;
    color: var(--theme-color-3);
    font-size: 40px;
    font-weight: 600;
}

.abt-experiance p {
    margin: 0;
    color: var(--theme-color-3);
    font-size: 14px;
    font-weight: 500;
}

.abt-experiance {
    text-align: center;
    background: var(--theme-color-2);
    border-radius: 91px;
    height: 170px;
    padding: 50px 0 0;
    width: 170px;
}

.abt-experiance {
    position: absolute;
    top: 1%;
    left: 0%;
}

.abt-img {
    position: relative;
}

.main-img img {
    width: 100%;
    margin: -185px 0 0;
}

.recent-success {
    padding: 0px 0 70px;
}

.main-img {
    position: relative;
}

.set-txt {
    position: absolute;
    top: 85%;
    left: 2%;
}

.set-txt h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    z-index: 1;
    position: relative;
}

.set-txt::before {
    content: '';
    width: 140%;
    height: 65px;
    background: linear-gradient(45deg, black, transparent);
    position: absolute;
    top: -11%;
    left: -5.1%;
}

.video-play {
    position: absolute;
    top: 20%;
    left: 46%;
}

.video-play i {
    font-size: 40px;
    color: var(--theme-color-3);
    border: 2px solid white;
    padding: 15px 20px 15px;
    border-radius: 36px;
}

.vision-box {
    padding: 20px 0 20px;
}

.vision h3 {
    margin: 0;
    font-size: 30px;
    border-bottom: 1px solid dimgrey;
    color: var(--theme-color-3);
    padding: 0 0 15px;
}

.vision {
    background: var(--theme-color-1);
    padding: 50px 20px 50px;
}

.vision p {
    margin: 0;
    color: var(--theme-color-3);
    padding: 15px 0 0;
}

.recent-success {
    position: relative;
    padding: 70px 0 70px;
    background-image: url(../images/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.recent-success::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(248, 210, 68, 1) 37%, rgba(248, 210, 68, 0.55) 100%);
    z-index: -1;
}

.lets-choose {
    padding: 70px 0 70px;
}

.choose-head {
    text-align: center;
    padding: 0 0 80px;
}

.choose-head h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
}

.construction-box img {
    width: 100%;
    height: 320px;
}

.construction-box {
    position: relative;
    z-index: 1; 
    padding: 0 15px 0;
}

.construction-box::after {
    content: '';
    width: 100%;
    height: 432px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 17%);
    top: -3%;
    left: 1%;
    z-index: 0;
    background: linear-gradient(45deg, #F8D244, #F3A814);
}

.construction-box img {
    position: relative;
    z-index: 1; 
}

.construction-box h4 {
    z-index: 1;
    position: sticky;
    padding: 20px 0 0;
    text-align: center;
}

.btn-learn {
    text-align: center;
    padding: 20px 0 0;
}

.btn-learn a {
    background: var(--theme-color-2);
    color: var(--theme-color-1);
    font-size: 20px;
    padding: 10px 137px 10px;
    z-index: 1;
    position: sticky;
}

.choose-us-head {
    text-align: center;
    padding: 30px 0 70px;
}

.choose-us-sec {
    position: relative;
    padding: 70px 0;
    background-image: url(../images/choose-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; 
}

.choose-us-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 83%); 
    z-index: -1;
}


.approval-process {
    text-align: center;
    background: #454342;
    padding: 110px 32px 80px;
    clip-path: polygon(60% 0, 65% 7%, 100% 7%, 100% 100%, 0 100%, 0 0);
    margin: 20px 0 0;
    height: 325px;
}

.box-img img {
    width: 100%;
    height: 680px;
    object-fit: none;
}

.box-img {
    padding: 20px 0 0;
}

.box-img {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.box-img img {
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
}

.box-img::after {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.box-txt {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 90%;
}

.box-txt h4 {
    color: white;
}

.box-txt p {
    color: white;
}

.choose-us-head h4 {
    color: var(--theme-color-2);
}

.choose-us-head h1 {
    color: var(--theme-color-3);
    font-weight: 700;
    margin: 0;
}

.approval-process h3 {
    color: var(--theme-color-3);
}

.approval-process p {
    color: var(--theme-color-3);
}

.how-it-works {
    padding: 70px 0 70px;
}

.simple-steps h1 {
    font-weight: 700;
    padding: 0 0 20px;
}

.simple-steps p {
    font-size: 20px;
    font-style: italic;
    position: relative;
    color: black;
    padding: 0 0 15px;
}

.simple-steps p::before {
    content: '';
    width: 10%;
    height: 2px;
    background: var(--theme-color-2);
    position: absolute;
    transform: rotate(90deg);
    left: -7%;
    top: 42%;
}

.ap-one {
    background: #454342;
    margin: 10px 0 10px;
    padding: 15px 60px 15px;
}

.ap-one a {
    color: white;
}

.ap-two {
    background: #454342;
    margin: 10px 0 10px;
    padding: 15px 60px 15px;
}

.ap-two a {
    color: white;
}

.cran-work img {
    width: 100%;
    height: 565px;
}

.cran-work {
    padding: 0 40px 0;
    position: relative;
}

.click-here {
    text-align: center;
}

.click-here {
    background: linear-gradient(45deg, #F8D244, #F3A814);
    display: inline-block;
    padding: 20px 40px 20px;
    position: absolute;
    left: 3%;
    top: -5%;
}

.click-here a {
    color: black;
    position: relative;
}

.click-here a::before {
    content: '';
    width: 144%;
    height: 1px;
    background: black;
    position: absolute;
    top: 110%;
}

.click-here a:hover {
    color: white;
    transition: .2s all;
}

.finance-sec {
    position: relative;
    padding: 90px 0 170px;
    background-image: url(../images/get-approved-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.finance-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}


.get-the-best h2 {
    font-weight: 700;
    font-size: 45px;
    color: white;
    padding: 15px 0 15px;
}
.get-the-best {
    background: #000000a6;
    padding: 40px 40px 40px;
}

.get-the-best p {
    color: white;
    margin: 0;
    padding: 0 0 35px;
}

.get-approved-nxt-btn a {
    background: var(--theme-color-2);
    padding: 10px 10px 10px;
    border-radius: 3px;
    color: white;
}

.get-approved-nxt-btn a:hover {
    color: black;
    transition: .2s all;
}

.counter {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(45deg, #F8D244, #F3A814);
    margin-top: -85px;
    z-index: 1;
    position: sticky;
    padding: 20px 0 20px;
}

.counter-one {
    text-align: center;
}

.counter-one h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 700;
}

.counter-one p {
    margin: 0;
    font-weight: 500;
}

.faq {
    padding: 0px 0 70px;
    background: var(--theme-color-1);
}

.faq-head {
    text-align: center;
    padding: 80px 0 20px;
}

.faq-head h2 {
    margin: 0;
    font-size: 40px;
    color: white;
}

.faq-head h4 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-color-2);
}


/*  */

.accordion {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }

  .accordion-item {
    border-bottom: 1px solid #333;
  }

  .accordion-header {
    background-color: #454342;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
  }

  .accordion-header.active {
    background-color: #f8d244;
    color: #000;
  }

  .accordion-content {
    display: none;
    padding: 15px 20px;
    background-color: #2a2a2a;
    color: #ccc;
    line-height: 1.6;
  }

  .accordion-header .arrow {
    transition: transform 0.3s;
  }

  .accordion-header.active .arrow {
    transform: rotate(180deg);
  }

  .accordion-item {
    margin: 0 0 10px;
}

.accordion-header{
    padding: 20px 15px 20px;
}


/*  */

.contact-us {
    padding: 70px 0 70px;
    background: var(--theme-color-1);
}

.message-form h4 {
    margin: 0;
    color: var(--theme-color-2);
}

.message-form h1 {
    font-weight: 700;
    margin: 0;
    padding: 20px 0 20px;
    color: white;
}

input#exampleFormControlInput2 {
    border-radius: 1px;
    padding: 12px 10px 13px;
    background: #383838;
    border: none;
}

.message-one label {
    font-weight: 500;
    font-size: 20px;
    padding: 5px 0 5px;
}

label.form-label {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0 10px;
    color: white;
}

textarea#exampleFormControlTextarea1 {
    border-radius: 1px;
    height: 180px;
    border: none;
    background: #383838;
}

.form-send-btn {
    text-align: center;
    padding: 12px 0 0;
}

.form-send-btn a {
    background: linear-gradient(45deg, #F8D244, #F3A814);
    width: 100%;
    display: block;
    padding: 10px 0 10px;
    color: black;
}

.form-send-btn button {
    background: linear-gradient(45deg, #F8D244, #F3A814);
    width: 100%;
    display: block;
    padding: 10px 0 10px;
    color: black;
    border:none;
    border-radius:0px;
    font-family: "Geologica", sans-serif;
}

.message-form p {
    margin: 0;
    color: white;
    padding: 0 0 15px;
}

.message-one input {
    color: #fff !important;             
    background-color: transparent;      
    border: 1px solid #ccc;             
  }
  
  .message-one input::placeholder {
    color: #fff !important; 
    opacity: 1;
  }

  .address-show h4 {
    margin: 0;
    color: black;
    font-size: 20px;
}

.address-show h2 {
    color: black;
    margin: 0;
    font-weight: 700;
    padding: 10px 0 10px;
}

.address-show p {
    color: black;
    padding: 10px 0 10px;
}

.address-show {
    background: linear-gradient(45deg, #F8D244, #F3A814);
    padding: 112px 34px 40px;
    clip-path: polygon(72% 0, 80% 6%, 100% 6%, 100% 100%, 32% 100%, 25% 94%, 0 94%, 0 0);
    height: 600px;
}

.address-show i {
    background: var(--theme-color-1);
    color: white;
    padding: 15px 20px 15px;
    margin: 0 3px 0;
    border-radius: 4px;
}
  
.message-form {
    padding: 0 30px 0;
}

.footer-top-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
}

.social-media-footer li {
    display: inline-block;
}

.txt-logo h2 {
    text-transform: uppercase;
}

.social-media-footer i {    background: #f3a814;color: black;font-size: 25px;padding: 10px 10px 10px;border-radius: 3px;}


.footer-nav-opt {
    padding: 30px 0 30px;
    border-bottom: 1px solid;
}

.quick-link-one li {
    padding: 5px 0 5px;
}

.quick-link-one a {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.quick-link-one i {
    font-size: 10px;
    background: black;
    color: var(--theme-color-2);
    padding: 3px 5px 3px;
    border-radius: 15px;
}

.newsletter h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: white;
}

input#exampleFormControlInput3 {
    border-radius: 1px;
    padding: 15px 10px 15px;
    margin: 25px 0 0;
    background: #383838;
    border: none;
}

.newsletter-field {
    position: relative;
}

.send-news-btn a {
    background: #f3a814;
    color: black;
    padding: 18px 12px 17px;
}

.send-news-btn {
    position: absolute;
    top: 30%;
    left: 78%;
}

.send-news-btn a:hover {
    color: white;
    transition: .2s all;
}

.social-media-footer i:hover {
    color: white;
    transition: .2s all;
}

.footer-sec {
    position: relative;
    padding: 70px 0 70px;
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.footer-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #f5cf3f 0%, #f5b93f69 75%);
    z-index: -1;
}

.footer-trade {
    text-align: center;
}

.footer-trade p {
    margin: 0;
    padding: 20px 0 0;
}

.quick-link-one a:hover {
    color: white;
    transition: .2s all;
}
.newsletter {
    background: #29292970;
    padding: 30px 30px 30px;
}

.form-send-btn a:hover {
    color: white;
    transition: .2s all;
}

.form-send-btn button:hover {
    color: white;
    transition: .2s all;
}

.inner-page-banner {
    position: relative;
    padding: 70px 0 70px;
    background: url(../images/get-approved-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60dvh;
    z-index: 1;
    overflow: hidden;
}

.inner-page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.inner-page-banner {
    z-index: 0;
}

.inner-page-banner::before {
    z-index: 1;
}

.banner-cont {
    position: relative;
    z-index: 2;
}

.banner-cont h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding: 115px 0 0;
    color: white;
}

.machines img {
    width: 100%;
    z-index: 99;
    position: sticky;
    height: 300px;
}

.machines {
    text-align: center;
    background: #454342;
    padding: 45px 0 0px;
    clip-path: polygon(60% 0, 67% 8%, 100% 8%, 100% 100%, 0 100%, 0% 60%, 0 0);
    position: relative;
    margin: 30px 0 0;
}

.machines::after {
    content: '';
    width: 101%;
    height: 80%;
    position: absolute;
    top: -5px;
    left: -3px;
    background: var(--theme-color-2);
    clip-path: polygon(68% 10%, 100% 10%, 100% 100%, 0 0, 60% 0);
}

.heavy-equipments {
    padding: 70px 0 70px;
    background: var(--theme-color-1);
}

.machine-btn a {
    background: linear-gradient(45deg, #F8D244, #F3A814);
    color: black;
    display: block;
    padding: 15px 0 15px;
    font-size: 20px;
    font-weight: 600;
}

.machine-btn {
    padding: 15px 0 0;
}

.machines h4 {
    margin: 0;
    color: white;
    padding: 50px 0 10px;
}

.machine-btn a:hover {
    color: white;
    transition: .2s all;
}

.blog-box img {
    width: 100%;
    padding: 0 0 20px;
    height: 300px;
}

.blogs-sec {
    padding: 70px 0 70px;
    background: var(--theme-color-1);
}


.blog-box a {
    color: white;
}

.blog-box p {
    color: white;
}

.uncategories-cont h1 {
    font-size: 50px;
    font-weight: 700;
    color: white;
    padding: 10px 0 10px;
}

.dated-flex {
    display: flex;
    align-items: center;
    gap: 0px 40px;
}

.big-banner-main {
    position: relative;
    padding: 70px 0;
    background-image: url(../images/cont-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70dvh;
    z-index: 1;
    overflow: hidden;
}

.big-banner-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

/* Ensure content stays above the overlay */
.big-banner-main > * {
    position: relative;
    z-index: 2;
}

.date a {
    color: white;
    font-weight: 200;
}

.date i {
    color: var(--theme-color-2);
}

.comment a {
    font-weight: 200;
    color: white;
}

.comment i {
    color: var(--theme-color-2);
}

.caught-btn a {
    background: var(--theme-color-2);
    color: black;
    padding: 10px 20px 11px;
    font-weight: 500;
}

.caught-btn {
    padding: 0 0 20px;
}

.uncategories-cont {
    padding: 190px 0 0;
}

.stream-one {
    display: flex;
    align-items: center;
    gap: 0px 0px;
}

.fb-link {
    background: #f3a814e0;
    padding: 10px 15px 10px;
}

.link-name {
    background: #eda414;
    padding: 10px 25px 10px;
    /*width: 20%;*/
}

.link-name a {
    color: black;
    font-weight: 500;
}

.fb-link a {
    color: black;
}

.media-stream {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-id {
    display: flex;
    align-items: center;
    background: #454342;
    gap: 0px 15px;
    padding: 30px 10px 25px;
    margin: 25px 0 0;
}

.user-dp img {
    width: 100%;
    max-width: 70px;
    border: 4px solid grey;
}

.user-name h2 {
    margin: 0;
    color: white;
}

.mail-one label {
    color: white;
}

textarea#exampleFormControlTextarea4 {
    height: 200px;
    border-radius: 0;
    background: #454342;
    border: none;
}

.mail-reply {
    padding: 30px 0 0;
}

.uncaught-sec {
    padding: 70px 0 70px;
    background: var(--theme-color-1);
}

.mail-two label {
    color: white;
}

input#exampleFormControlInput001 {
    border-radius: 0;
    border: none;
    background: #454342;
    padding: 15px 0 15px;
}

.confirm-mail label.form-check-label {
    color: white;
}

.confirm-mail {
    padding: 20px 0 0;
}

.post-comment a {
    background: var(--theme-color-2);
    color: black;
    padding: 10px 20px 11px;
    font-weight: 500;
}

.post-comment {
    padding: 25px 0 0;
}

.listed-links p {
    color: darkgrey;
}

.mail-reply h2 {
    color: var(--theme-color-2);
}

.popular-cat h3 {
    color: black;
    font-weight: 700;
    font-size: 30px;
}

.popular-cat {
    background: #F5B93F;
    padding: 20px 50px 20px;
}

.pop-cat-one a {
    color: black;
    font-weight: 500;
}

.pop-cat-one {
    padding: 13px 0 13px;
    border-bottom: 1px dotted dimgrey;
}

.pop-cat-two a {
    color: black;
    font-weight: 500;
}

.pop-cat-two {
    padding: 20px 0 20px;
}


.latest-one img {
    width: 100%;
    max-width: 160px;
}

.latest-two h5 {
    margin: 0;
    color: white;
    font-size: 19px;
}

.latest-two p {
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.post-flex {
    display: flex;
    align-items: baseline;
    gap: 0px 20px;
    margin: 10px 0 10px;
}

.latest-posts {
    border: 1px solid grey;
    margin: 25px 0 0;
    padding: 10px 25px 20px;
}

.tractor-disccription h2 {
    font-weight: 600;
    font-size: 40px;
    color: white;
}

.tractor-disccription p {
    color: white;
}

.contact-btn a {
    background: var(--theme-color-2);
    color: black;
    padding: 10px 20px 11px;
    font-weight: 500;
}

.tractors-sec {
    padding: 70px 0 70px;
    background: var(--theme-color-1);
}

.tractor-type img {
    width: 100%;
}

.terms-cont h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 30px 0 20px;
    color: white;
}

.terms-cont p {
    color: white;
}

.term-services {
    background: var(--theme-color-1);
    padding: 70px 0 70px;
}

.tractor-type.equipment img {
    width: 100%;
    height: 380px;
}

.btn-learn a:hover {
    color: white;
    transition: .2s all;
}

.ap-one a:hover {
    color: var(--theme-color-2);
    transition: .2s all;
}

.ap-two a:hover {
    color: var(--theme-color-2);
    transition: .2s all;
}

.search-btn {
    text-align: center;
}

.nav-flex-two a:hover {
    background: #e3a01c;
    transition: .2s all;
}

.approval-process:hover {
    background: var(--theme-color-2);
    transition: .2s all;
}

.approval-process:hover h3 {
    color: var(--theme-color-1);
    transition: .2s all;
}

.approval-process:hover p {
    color: var(--theme-color-1);
    transition: .2s all;
}

.get-the-best:hover {
    background: var(--theme-color-4);
    transition: .2s all;
    border-radius: 5px;
}

.get-the-best:hover h2 {
    color: var(--theme-color-1);
    transition: .2s all;
}

.get-the-best:hover p {
    color: var(--theme-color-1);
    transition: .2s all;
}


.contact-btn a:hover {
    color: white;
    transition: .2s all;
}

.machines {
    transition: transform 0.3s ease;
}

.machines:hover {
    transform: scale(0.9); /* Zoom out effect */
}

.pop-cat-one a:hover {
    color: white;
    transition: .2s all;
}

.pop-cat-two a:hover {
    color: white;
    transition: .2s all;
}

.stream-one a:hover {
    color: white;
    transition: .2s all;
}

.counter {
    display: flex;
}

.counter-one {
    padding: 20px;
    text-align: center;
}

/* Dotted right border for all except the last */
.counter-one:not(.last) {
    border-right: 2px dotted #000;
    padding: 0 65px 0;
}


.vision:hover {
    background: var(--theme-color-2);
    transition: .2s all;
    border-radius: 5px;
}

.vision:hover h3 {
    color: var(--theme-color-1);
    transition: .2s all;
}


.vision:hover p {
    color: var(--theme-color-1);
    transition: .2s all;
}

.overview-sec {
    padding: 70px 0 70px;
}

.menue-one {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    border: 1px solid lightgrey;
    padding: 16px 15px 16px;
}

.menue-two {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    border: 1px solid lightgrey;
    padding: 16px 11px 16px;
}

.menue-three {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    border: 1px solid lightgrey;
    padding: 16px 11px 16px;
}

.menue-four {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    border: 1px solid lightgrey;
    padding: 16px 8px 16px;
}

.menue-five {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    border: 1px solid lightgrey;
    padding: 16px 8px 16px;
}

.menue-six {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    border: 1px solid lightgrey;
    padding: 16px 8px 16px;
}

.menue-seven {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    border: 1px solid lightgrey;
    padding: 16px 8px 16px;
}

.menue-one a {
    color:black;
}

.menue-two a {
    color:black;
}

.menue-three a {
    color:black;
}

.menue-four a {
    color:black;
}

.menue-five a {
    color:black;
}

.menue-six a {
    color:black;
}

.menue-seven a {
    color:black;
}

.menue-one img {
    width: 100%;
    max-width: 20px;
}

.menue-two img {
    width: 100%;
    max-width: 20px;
}

.menue-three img {
    width: 100%;
    max-width: 20px;
}

.menue-four img {
    width: 100%;
    max-width: 20px;
}

.menue-five img {
    width: 100%;
    max-width: 21px;
}

.menue-six img {
    width: 100%;
    max-width: 20px;
}

.menue-seven img {
    width: 100%;
    max-width: 20px;
}

.menu-item {
    background: white;
    color: black;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-item img,
.menu-item i {
    transition: filter 0.3s ease;
}

.menu-item a {
    color: inherit;
    text-decoration: none;
}

.menu-item.active {
    background: black;
    color: white;
    padding: 16px 16px 16px;
}

.menu-item.active img,
.menu-item.active i {
    filter: brightness(0) invert(1);
}

.menu-item.active a {
    color: white;
}


.accnt-header {
    text-align: center;
    background: #f8d244;
    padding: 13px 0;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1); 
}

.accnt-header h4 {
    margin: 0;
}

.accnt-box-inner-cont h4 {
    margin: 0;
    font-size: 20px;
}

.accnt-box-inner-cont i {
    font-size: 20px;
}

.accnt-box-inner-cont p {
    margin: 0;
    font-size: 22px;
    font-weight: 300;
}

.accnt-box-inner-cont {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    justify-content: center;
    padding: 20px 0 0;
}

.account-wrapper {
    position: relative;
    display: inline-block; /* or block if full width needed */
    width: 100%;
}

.account-wrapper::before {
    content: '';
    width: 260px;
    height: 140px;
    position: absolute;
    left: 40%;
    top: 33%;
    border-radius: 53px;
    box-shadow: 0 0 80px 100px rgb(248 210 68 / 38%);
    z-index: 0;
}

.account-information {
    position: relative;
    z-index: 1;
    border: 1px solid lightgrey;
    height: 293px;
    background: white;
}

.side-menue {
    position: relative;
    z-index: 1;
}

.side-menue::before {
    content: '';
    width: 130px;
    height: 0px;
    position: absolute;
    left: 16%;
    top: 33%;
    border-radius: 53px;
    box-shadow: 0 0 80px 100px rgb(248 210 68 / 38%);
    z-index: -1;
}

.detail-field-one input::placeholder {
    text-align: center;
    color: #c3c3c3 !important; 
}

.detail-field-one input {
    text-align: center;
}

.detail-field-one {
    padding: 25px 25px 0;
}

input#exampleFormControlInput1001 {
    padding: 15px 0 15px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
}

.account-information.account-details {
    height: 405px;
}

.detail-btn {
    text-align: center;
    padding: 30px 0 0;
}

.detail-btn a {
    border: 1px solid dimgrey;
    color: black;
    font-weight: 200;
    padding: 15px 60px 15px;
}

.detail-btn a:hover {
    background: #f8d244;
    border: none;
    transition: .2s all;
}

.update-password {
    text-align: center;
    padding: 34px 0 0;
}

.update-password button {
    color: black;
    font-weight: 200;
    border: 1px solid;
    padding: 12px 50px 12px;
}

.subscription-btn button {
    color: black;
    font-weight: 200;
    border: 1px solid;
    padding: 12px 50px 12px;
}

.account-information.change-pass {
    height: 325px;
}

.subscription-btn button:hover {
    background: #292929;
    color: #FFF;
    border: none;
    transition: .2s all;
}

.desh-banner {
    padding: 70px 0 70px;
    background-image: url(../images/desh-banner-1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65dvh;
}

.banner-desh-txt {
    text-align: center;
    padding: 160px 0 0;
}

.banner-desh-txt h2 {
    color: white;
    position: relative;
    font-size: 35px;
}

.banner-desh-txt h2::before {
    content: '';
    width: 18%;
    height: 1px;
    background: #f7d144;
    position: absolute;
    top: 104%;
    left: 36%;
}

.banner-desh-txt h1 {
    color: white;
    font-size: 65px;
    font-weight: 700;
}

.work-user-slides img {
    margin: 0 auto;
    width: 100%;
    max-width: 70px;
}

.work-user-slides {
    text-align: center;
}

.custom-center-arrows {
  position: absolute;
  top: 130%;
  left: 46%;
  width: 100%;
  max-width: 300px; /* adjust based on your center slide width */
  transform: translate(-50%, -50%);
  display: flex;
  /* justify-content: space-between; */
  pointer-events: none; /* let clicks pass through */
  gap: 280px;
}

.custom-center-arrows button {
  background: transparent;
  color: black;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 50px;
  cursor: pointer;
  pointer-events: all;
  z-index: 10;
  transition: 0.3s ease;
}

.work-slider-main-outer {
    background: linear-gradient(185deg, #f9d8665c, transparent);
    padding: 0 0 100px;
}

.work-main-head h2 {
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 500;
    padding: 80px 0 80px;
}

.work-main-head h2::before {
    content: '';
    width: 11%;
    height: 3px;
    position: absolute;
    background: linear-gradient(45deg, black, transparent);
    top: 64%;
}

.work-user-slides.slick-slide.slick-current.slick-active.slick-center {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.work-user-slides.slick-slide.slick-current.slick-active.slick-center::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 59%;
    height: 200px;
    background: linear-gradient(350deg, #f4ce40ab, transparent);
    z-index: -1;
    left: 21%;
}

.benefits {
    display: flex;
    align-items: center;
    gap: 0px 35px;
    justify-content: center;
}

.benefit-one h3 {
    margin: 0;
    font-size: 35px;
    color: white;
}

.benefits-sec {
    background: black;
    padding: 32px 0 32px;
}

.benefit-two a {
    background: #f7cf45;
    color: black;
    font-weight: 200;
    padding: 15px 20px 15px;
}

.benefit-two i {
    background: black;
    color: white;
    font-size: 12px;
    padding: 8px 9px 8px;
    border-radius: 15px;
    margin: 0 10px 0;
}

.benefit-two a:hover {
    background: transparent;
    color: white;
    transition: .2s all;
}

.error-robo img {
    width: 100%;
}

.error-page {
    padding: 80px 0 80px;
}

.web-error {
    text-align: center;
    padding: 50px 0 0;
}

.web-error h4 {
    font-weight: 100;
    padding: 0 0 40px;
}

.web-error span {
    font-weight: 600;
}

.web-error a {
    background: #f7cf45;
    color: black;
    font-weight: 300;
    padding: 20px 30px 20px;
}

.banner-desh-txt.equipment h3 {
    color: white;
    margin: 0;
    font-size: 35px;
}

.approval-get a {
    background: #f7cf45;
    color: black;
    font-weight: 200;
    padding: 20px 20px 20px;
}

.approval-get i {
    background: black;
    color: white;
    font-size: 12px;
    padding: 8px 9px 8px;
    border-radius: 15px;
    margin: 0 10px 0;
}

.approval-get {
    padding: 25px 0 0;
}

.get-slide img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

.get-slide h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.get-slide {
    text-align: center;
}

.benefit-approval {
    background: linear-gradient(185deg, #f9d8665c, transparent);
    padding: 0 0 100px;
}

.get-head-top h2 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    padding: 30px 0 80px;
    position: relative;
}

.get-head-top h2::before {
    content: '';
    width: 10%;
    height: 3px;
    background: linear-gradient(45deg, black, transparent);
    position: absolute;
    top: 50%;
    left: 40%;
}

.get-slide.slick-slide.slick-current.slick-active.slick-center {
    position: relative;
    z-index: 1 !important;
    overflow: hidden;
}

.get-slide.slick-slide.slick-current.slick-active.slick-center::before {
    content: '';
    width: 50%;
    height: 200px;
    position: absolute;
    background: linear-gradient(350deg, #f4ce40ab, transparent);
    left: 25%;
    z-index: -1;
    top: 0%;
}

.equipment-broker h2 {
    margin: 0;
    width: 80%;
    font-size: 45px;
    font-weight: 600;
    padding: 0 0 20px;
}

.equipment-broker p {
    font-weight: 500;
}

input#exampleFormControlInput11011 {
    padding: 15px 10px 15px;
    margin: 15px 0 25px;
}

.log-btn {
    text-align: center;
}

.log-btn a {
    background: #f7d144;
    display: block;
    padding: 15px 0 15px;
    color: darkgrey;
}

.accnt-btn a {
    background: #f7d144;
    padding: 15px 90px 15px;
    color: darkgrey;
}

.accnt-btn {
    text-align: center;
    padding: 20px 0 20px;
}

.password-forget p {
    margin: 0;
    text-align: center;
    color: grey;
    font-weight: 400;
    font-size: 18px;
    padding: 25px 0 25px;
    position: relative;
}

.password-forget p::before {
    content: '';
    width: 85%;
    height: 1px;
    background: #f7d144;
    position: absolute;
    top: 80%;
    left: 10%;
}

.login-section {
    padding: 70px 0 70px;
}

.log-form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 50px 20px;
    border-radius: 10px;
}

.social-flex-three img {
    width: 100%;
    max-width: 55px;
    height: 55px;
    object-fit: cover;
}

.social-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
}

.social-flex-one p {
    margin: 0;
}

.social-flex-two a {
    color: #f7d144;
    font-size: 18px;
}

.work-user-slides.slick-slide.slick-current.slick-active.slick-center img {
    filter: brightness(0.0);
}

.work-user-slides.slick-slide.slick-current.slick-active.slick-center {
    padding: 40px 0 40px;
}

.get-slide {
    padding: 40px 0 40px;
    height: 320px;
}

.get-slide.slick-slide.slick-current.slick-active.slick-center img {
    filter: brightness(0.0);
}

.web-error a:hover {
    background: transparent;
    transition: .2s all;
}

.approval-get a:hover {
    background: transparent;
    color: white;
    transition: .2s all;
}

.log-btn a:hover {
    background: transparent;
    transition: .2s all;
}

.accnt-btn a:hover {
    background: transparent;
    transition: .2s all;
}

.work-user-slides h4 {
    margin: 0;
    padding: 35px 0 0;
}

.get-slide h4 {
    margin: 0;
    padding: 25px 0 0;
}

.social-flex-one {
    display: flex;
    align-items: center;
    gap: 0px 30px;
}

.social-flex-one a {
    color: #f7d144;
    font-size: 18px;
}

.equipment-broker {
    padding: 0 90px 0;
}

  .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-toggle {
      background-color: #292929;
      padding: 8px 15px;
      border: none;
      cursor: pointer;
      border-radius: 2px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
      color: var(--theme-color-3);
      font-size: 13px;
    }

    .dropdown-menu {
      display: none;
      position: absolute;
      top: 110%;
      right: 0;
      /*background-color: #F8D244;*/
      background: #f3a814;
      min-width: 150px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      z-index: 10;
      border-radius: 5px;
      overflow: hidden;
    }

    .dropdown-menu a {
      padding: 10px 15px;
      display: block;
      color: white;
      text-decoration: none;
    }

    .dropdown-menu a:hover {
      background-color: black;
    }

    .dropdown.show .dropdown-menu {
      display: block;
    }

    @media (hover: hover) {
      .dropdown:hover .dropdown-menu {
        display: block;
        background: #f3a814;
      }
    }

.header-side-flex {
    display: flex;
    align-items: center;
    gap: 0px 10px;
}



section.desh-banner.subscription-check {
    padding: 70px 0 70px;
    background-image: url(../images/subscription-cover.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80dvh;
}


.banner-desh-txt.equipment.subscription-check h1 {
    position: relative;
}

.banner-desh-txt.equipment.subscription-check h1::before {
    content: '';
    background: #f8d145;
    width: 30%;
    height: 2px;
    position: absolute;
    top: 130%;
    left: 13% !important;
}


.subscription-packages {
    padding: 70px 0 70px;
}

.packages-flex {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    justify-content: center;
    margin-top:20px;
}

.packages-one h4 {
    margin: 0;
    font-size: 60px;
    font-weight: 700;
}

.packages-two h5 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
}

.packages-two p {
    margin: 0;
    font-weight: 400;
}

.packages-one {
    position: relative;
}

.dollar-sign {
    position: absolute;
    top: 45%;
    left: -75%;
}

.dollar-sign img {
    width: 70%;
}

.monthly-packages {
    text-align: center;
    border: 2px solid darkgrey;
    padding: 85px 15px 60px;
    border-radius: 10px;
    position: relative;
    margin: 0 25px 0;
    background: white;
    min-height:550px;
}

.package-confirm a {
    background: #f8d145;
    color: black;
    padding: 15px 30px 15px;
    font-size: 18px;
    border-radius: 1px;
}

.package-confirm {
    padding: 20px 0 0;
}

.packages-discription {
    padding: 15px 0 15px;
}

.monthly-mention p {
    margin: 0;
    background: #f8d145;
    display: inline-block;
    padding: 15px 20px 15px;
    position: relative;
    border-radius: 1px;
    font-weight: 500;
}

.monthly-mention p::before {
    content: '';
    width: 30%;
    height: 40px;
    background: #785e00;
    position: absolute;
    top: 99%;
    left: 0;
    clip-path: polygon(0 0, 100% 68%, 100% 0);
}

.monthly-mention {
    position: absolute;
    top: 6%;
    left: -12.2%;
}

p.two-pkg {
    position: relative;
}

p.two-pkg::before {
    content: '';
    width: 30%;
    height: 40px;
    background: #785e00;
    position: absolute;
    top: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 68%, 100% 0);
}

.monthly-mention.two-pkg {
    position: absolute;
    left: -14%;
}

.monthly-mention.one-pkg {
    position: absolute;
    left: -13%;
}

.packages-two {
    text-align: justify;
}

/**/


.monthly-packages:hover {
    background-color: #f4cd40;
    border-color: #000;
    transition: all 0.3s ease;
    border: none;
}


.monthly-packages:hover .package-confirm a {
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
}


.monthly-packages:hover .monthly-mention p {
    background-color: #292929;
    color: #fff;
}


.monthly-packages:hover .monthly-mention p::before {
    background-color: #292929;
}


.monthly-packages:hover h4,
.monthly-packages:hover h5,
.monthly-packages:hover p:not(.monthly-mention p) {
    color: #000;
}


.package-confirm a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #f4ce3f;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 300;
}

.yellow-shade {
    position: relative;
}

.yellow-shade::before {
    content: '';
    width: 1301px;
    height: 0px;
    position: absolute;
    left: 0%;
    top: 49%;
    border-radius: 53px;
    box-shadow: 0 0 80px 100px rgb(248 210 68 / 38%);
    z-index: 0;
}

.rental-listings {
    padding: 90px 0 90px;
}

.filter-head a {
    color: black;
    font-size: 30px;
    font-weight: 700;
}

.filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4cd40;
    padding: 10px 10px 10px;
}

.filter-category a {
    color: black;
    font-weight: 200;
}

.filter-category li {
    padding: 17px 17px 17px;
}

.filtering {
    border: 1px solid lightgrey;
    padding: 0 0 5px;
}

.filter-category {
    padding: 20px 0 0;
}

.inquiry img {
    width: 100%;
    height:200px;
    object-fit: cover;
    object-position: top;
}

.inquiry h4 {
    margin: 0;
    font-size: 18px;
    padding: 20px 20px 20px;
}

.inquiry p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px 10px;
}

.inquiry span {
    font-weight: 600;
}

.inquiry-btn a {
    background: #f4cd40;
    color: black;
    font-weight: 400;
    padding: 10px 20px 10px;
    border: 1px solid lightgrey;
}

.inquiry-btn {
    padding: 25px 20px 10px;
}

.inquiry {
    border: 1px solid lightgrey;
    padding: 0 0 35px;
    border-radius: 15px;
    margin: 0px 0 20px;
}

h1.bottom-line {
    position: relative;
}

h1.bottom-line::before {
    content: '';
    background: #f8d145;
    width: 30%;
    height: 2px;
    position: absolute;
    top: 130%;
    left: 25% !important;
}

.heavy-equipment {
    padding: 0 28px 0;
}

.inquiry-btn a:hover {
    background: transparent;
    transition: .2s all;
    border: none;
}

.inquiry {
    transition: all 0.3s ease-in-out;
    position: relative; 
}

.inquiry:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}

.inquiry:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.nav ul {
    margin: 0;
}



