html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    font-weight: 400;
    color: #666666;
    background: #fff;
    font-family: "Catamaran", sans-serif;
    line-height: 26px;
    font-style: normal;
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

p a,
.list li a {
    color: #FEC51B;
    font-weight: 600;
    transition: 300ms;
}

p a:hover,
.list li a:hover {
    color: #FEC51B;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Catamaran", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3f3f44;
    line-height: 1.2;
}

.section h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
}

h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.custom-btn {
    background-color: #FEC51B;
    color: #1E2227;
    border-radius: 100px;
    padding: 15px 35px;
    position: relative;
    display: inline-block;
    font-family: "Catamaran", sans-serif;
    font-size: 19px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-btn:hover {
    background-color: #1E2227;
    color: #fff;
}

.btn-pos {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1rem;
    text-align: center;
    margin: auto;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #1E2227;
    padding: 20px 0;
    color: rgba(239, 246, 244, 0.75);
    font-size: 15px;
}

.navbar {
    transition: 330ms;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.container-fluid-boxes {
    max-width: 1700px;
    margin: auto;
}

.navbar .container-fluid {
    max-width: 1700px;
}

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-item:last-child {
    padding-right: 0;
}

.nav-item .nav-link {
    display: block;
    font-size: 20px;
    color: #3f3f44;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    border: transparent;
    font-weight: 600;
    padding: 0 10px !important;
}

.nav-link:hover,
.nav-link.active {
    color: #FEC51B !important;
}

.dropdown-menu {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    top: 40px;
    min-width: 17rem;
    z-index: 0;
    border: 0;
    border-radius: 0.25rem !important;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.dropdown-toggle::after {
    font-size: 12px;
    line-height: 3.5;
    vertical-align: top;
    margin-left: 0.25rem;
    border: none;
    font-family: 'bootstrap-icons';
    content: "\f282";
}

.dropdown-menu li.dropdown-item {
    padding: 0
}

.dropdown-menu a.dropdown-item {
    display: block;
    background: #fff;
    color: #3f3f44;
    padding-left: 30px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 400;
    font-family: "Catamaran", sans-serif;
}

.dropdown-menu li:last-of-type a.dropdown-item {
    border-bottom: none
}

.dropdown-menu a.dropdown-item:hover {
    background: #FEC51B;
    color: #1E2227 !important;
    padding-left: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1E2227 !important;
    text-decoration: none;
    background-color: #FEC51B !important;
}

.navbar-brand {
    font-size: 20px;
    vertical-align: middle;
    font-weight: 800;
    color: #1E2227 !important;
    font-family: "Catamaran", sans-serif;
    transition: 300ms;
}

.navbar-brand small {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width:576px) {
    .navbar-brand {
        font-size: 25px;
    }
}

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

@media screen and (max-width:1400px) and (min-width: 992px) {
    .nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-item .nav-link {
        font-size: 16px;
        padding: 0 5px !important;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .navbar-brand img {
        max-width: 50px;
    }

    .navbar .custom-btn {
        padding: 4px 15px;
        font-size: 16px;
    }
}

.form-floating label {
    padding-left: 15px;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: rgba(55, 63, 39, 0.4);
    outline: none;
    box-shadow: none;
}

.min-height-text-area {
    min-height: 160px !important;
}

@media (max-width:768px) {
    .width-mobile {
        width: 98% !important;
    }
}

.anchor {
    margin-top: -84px;
    display: block;
    height: 84px;
    visibility: hidden;
    position: relative;
}

.box {
    padding: 1.5rem;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

::marker {
    color: #FEC51B;
    font-weight: bold;
}

.bg-gradient {
    background: linear-gradient(to bottom, rgba(254, 197, 27, 0.1) 1%, #fff 99%) !important;
}

.bg-gradient-reverse {
    background: linear-gradient(to top, rgba(254, 197, 27, 0.1) 1%, #fff 99%) !important;
}

.contact-btn-in-nav {
    background: #FEC51B;
    color: #1E2227;
    font-size: 25px;
}

.border-bottom-yellow {
    border-bottom: 10px solid #FEC51B;
}

.hero-content {
    padding: 250px 100px 100px 100px;
    overflow: hidden;
}

.hero-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    min-height: 300px;
    height: 100%;
}

.hero-image-homepage {
    background-image: url('/assets/images/spare-parts-shutterstock.jpg');
}

.hero-image-hire-excavator {
    background-image: url('/assets/images/hire-excavator-shutterstock.jpg');
}

.hero-image-about-us {
    background-image: url('/assets/images/shutterstock_2389088457.jpg');
}

.hero-image-contact-us {
    background-image: url('/assets/images/contact-us-shutterstock.png');
}

@media (max-width:991px) {
    .hero-content {
        padding: 180px 60px 60px 60px;
    }

    .hero-image {
        background-position: 50% 50%;
        clip-path: unset;
    }
}

@media (max-width:576px) {
    .hero-content {
        padding: 180px 30px 60px 30px;
    }
}

.bg-dark-custom {
    background-color: #1E2227;
}

.overlay-dark {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(30, 34, 39, 0.75);
    z-index: 0;
}

.bi-gear {
    position: absolute;
    opacity: 0.6;
    animation: spin 20s linear infinite;
    pointer-events: none;
    font-size: 80px;
}

#gear1 {
    top: 100px;
    left: 140px;
}

#gear2 {
    top: 180px;
    right: 20px;
    animation-direction: reverse;
}

#gear3 {
    top: 580px;
    right: 200px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width:576px) {
    .bi-gear {
        opacity: 0.25;
    }
}

.bg-light-yellow {
    background-color: #fec51b1c;
}