/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.header-top {
    height: 125px;
    position: relative;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-dark);
    z-index: 1;
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--bs-dark);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar img{
        width: 170px;
    }

    /* .navbar {
        justify-content: space-between;
    } */

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        /* height: 100%; */
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }

}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    /* display: flex; */
    /* align-items: center; */
    padding: 0;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: white;
} 

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        /* padding: 12px; */
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 3px 10px;
        margin-right: 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    /* .navbar {
        padding: 20px 0;
    } */

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    /* .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    } */

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 40px 50px 40px 0;
        z-index: 99;
    }

    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }
}

/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/Hero-1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-bg-half-1 {
    background-image: url(../img/hero-2-1.webp );
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-bg-half-2 {
    background-image: url(../img/Hero-3.webp);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-shape-1 {
    background-color: var(--bs-primary);
    width: 150px;
    height: 50%;
    position: absolute;
    left: 54%;
    top: 0;
    transform: translateY(-50%) skew(-26deg, 0deg);
    position: relative;
}

.hero-shape-1:before {
    background-color: var(--bs-dark);
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-shape-2 {
    background-color: var(--bs-dark);
    width: 150px;
    height: 50%;
    position: absolute;
    right: -43%;
    bottom: 0;
    transform: translateY(50%) skew(-25deg, 0deg);
    position: relative;
    z-index: 1;
}

.hero-shape-2::after {
    background-color: var(--bs-primary);
    content: "";
    width: 75px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    /* background: var(--bs-white); */
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 0;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 0;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 65px 0 var(--bs-primary);
    color: var(--bs-dark);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}

/*** Carousel Hero Header End ***/

/* Dropdown */

.dropdown-menu .dropend .dropdown-menu {
    display: none;
    position: absolute !important; 
}
.dropdown-menu .dropend:hover > .dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0; 
}

.dropdown-menu .dropdown-item {
    font-size: 16px; 
    padding: 8px 16px;
}
.dropdown-menu .dropdown-toggle::after {
    margin-left: 0.5em; 
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/contact.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/


/*** Banner Start ***/
.banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/Products/PB2-Bushes.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner .container {
    position: relative;
    z-index: 99;
}

.banner::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    top: -200px;
    left: 0;
    background: var(--bs-primary);
    transform: rotate(45deg);
    z-index: 1;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    bottom: -200px;
    right: 0;
    background: var(--bs-primary);
    transform: rotate(45deg);
    z-index: 1;
}

.banner .banner-design-1 {
    position: absolute;
    width: 30px;
    height: 500px;
    top: -165px;
    left: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}

.banner .banner-design-2 {
    position: absolute;
    width: 30px;
    height: 500px;
    bottom: -165px;
    right: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}

/*** Banner End ***/

/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}

.service .nav-item a.active {
    background: var(--bs-primary);
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }

    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}

/*** Service End ***/

/*** Projects Start ***/
.projects .nav-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.projects-item .projects-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.projects .nav-item a.active {
    background: var(--bs-primary);
}

.projects .nav-item a span {
    color: var(--bs-dark);
}

.projects .nav-item a.active span {
    color: var(--bs-white);
}

.projects .nav-item a.active .projects-icon {
    background: var(--bs-dark) !important;
}

.projects .nav-item a.active .projects-icon span {
    color: var(--bs-primary);
}

/*** Projects End ***/


/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(246, 138, 10, .3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    width: 100%;
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-heading {
    position: relative;
    background: var(--bs-white);
}

.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: 0.5s;
    z-index: 2;
}

.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-heading::after {
    width: 100%;
    background: var(--bs-primary);
}

.blog .blog-item:hover .blog-heading a.h4 {
    color: var(--bs-white);
}

.blog .blog-item:hover .blog-heading a.h4:hover {
    color: var(--bs-dark);
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

/*** Team End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(246, 138, 10, .9);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
    background: var(--bs-light);
}

/*** FAQs End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--bs-primary);
    border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-dark);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    border: 2px solid var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 30px 10px 0 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

@media (max-width: 991px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px 0 10px;
    }
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-white);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

/*** copyright end ***/

/* Position submenu correctly */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.product-img {
    transition: transform 0.5s ease;
    /* Smooth animation */
}

.product-img:hover {
    transform: scale(1.1);
    /* Zoom in effect */
}

.overflow-hidden {
    overflow: hidden;
    /* Prevents image from overflowing */
    border-radius: 5px;
    /* Optional rounded edges */
}

/* Contact Section Styling */
#support {
    background: #f8f9fa;
    /* light background */
    padding: 80px 0;
}

#support .section-title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

#support .section-title p {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

/* Contact Form Box */
.contact_form {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact_form:hover {
    transform: translateY(-5px);
}

/* Input & Textarea Styling */
.contact_form .form-control {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
    margin-bottom: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact_form .form-control:focus {
    border-color: #f37021;
    /* orange highlight */
    box-shadow: 0 0 8px rgba(243, 112, 33, 0.3);
    outline: none;
}

/* Textarea */
.contact_form textarea {
    min-height: 150px;
    resize: none;
}

/* Submit Button */
#sendMessageButton {
    background: #f37021;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#sendMessageButton:hover {
    background: #d95e1a;
    box-shadow: 0 6px 15px rgba(243, 112, 33, 0.3);
}

/* Responsive */
@media (max-width: 767px) {
    .contact_form {
        padding: 25px;
    }
}

.navbar-nav .nav-link {
    color: black !important;
    font-weight: bold;
    margin: 0 10px;
}

.navbar-nav .nav-link:hover {
    color: orange !important;
}

/* .dropdown-menu {
    background-color: rgb(0, 0, 0);
} */

.testimonial-header {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.underline {
    display: block;
    width: 60px;
    height: 3px;
    background-color: orange;
    margin: 0 auto;
}

.whatsapp-chat-left {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 1000;
}

.whatsapp-chat-left a {
    align-items: center;
    background-color: #25d366;
    color: white;
    padding: 6px 12px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.whatsapp-chat-left a:hover {
    background-color: #128c7e;
}

.whatsapp-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 100px;
}

.contact-info,
.contact-form-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.divider {
    height: 2px;
    width: 40px;
    background-color: #f97300;
    margin: 10px 0 20px;
}

.contact-info p {
    color: #666;
    line-height: 1.6;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-top: 25px;
    font-size: 16px;
}

.contact-item img {
    width: 20px;
    margin-right: 15px;
}

/* Form styling */
.contact-form .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    transition: border 0.3s ease;
    margin-bottom: 20px;
}

.contact-form .form-control:focus {
    border-color: #f97300;
}

.contact-form textarea.form-control {
    resize: none;
    height: 120px;
}

#sendMessageButton {
    background-color: #f97300;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#sendMessageButton:hover {
    background-color: #e46200;
}

@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
        padding: 30px 20px;
    }
}

/* Fix dropdown submenus on mobile */
@media (max-width: 767px) {
  .dropdown-menu .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 5px;
  }
}

/* ================================
   ABOUT SECTION
================================ */

.about-section {
  width: 100%;
  padding: 100px 7%;
  background: #ffffff;
  overflow: hidden;
}

.about-container {
  max-width: 1250px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 60px;
}


/* ================================
   LEFT CONTENT
================================ */

.about-content {
  max-width: 650px;
}

.about-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #f58220;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  margin-bottom: 15px;
}

.about-label::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #f58220;
}


.about-content h2 {
  margin: 0 0 28px;

  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;

  color: #111522;
}

.about-content h2 span {
  color: #f58220;
}


.about-content p {
  margin: 0 0 18px;

  color: #6d7888;
  font-size: 16px;
  line-height: 1.75;
}

.about-content strong {
  color: #202631;
}


/* ================================
   BUTTON
================================ */

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 25px;

  margin-top: 18px;
  padding: 15px 22px;

  background: #f58220;
  color: #ffffff;

  text-decoration: none;
  font-size: 14px;
  font-weight: 700;

  transition: all 0.3s ease;
}

.about-btn span {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.2);
  border-radius: 50%;

  transition: transform 0.3s ease;
}

.about-btn:hover {
  background: #111522;
  transform: translateY(-3px);
}

.about-btn:hover span {
  transform: rotate(45deg);
}


/* ================================
   IMAGE AREA
================================ */

.about-visual {
  position: relative;

  min-height: 500px;
  max-width: 510px;
  margin-left: auto;
}


/* Main Image */

.image-main {
  position: absolute;

  top: 0;
  right: 50px;

  width: 330px;
  height: 390px;

  overflow: hidden;

  border-radius: 4px;

  box-shadow: 0 25px 60px rgba(0,0,0,0.16);

  z-index: 2;
}

.image-main img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.6s ease;
}

.image-main:hover img {
  transform: scale(1.06);
}


/* Small Image */

.image-small {
  position: absolute;

  right: 0;
  bottom: 30px;

  width: 190px;
  height: 235px;

  overflow: hidden;

  border: 8px solid #ffffff;
  border-radius: 4px;

  box-shadow: 0 15px 40px rgba(0,0,0,0.18);

  z-index: 4;
}

.image-small img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.6s ease;
}

.image-small:hover img {
  transform: scale(1.08);
}


/* ================================
   EXPERIENCE CARD
================================ */

.experience-card {
  position: absolute;

  right: 190px;
  bottom: 0;

  width: 190px;
  height: 145px;

  padding: 40px;

  background: #f58220;
  color: #ffffff;

  display: flex;
  flex-direction: column;
  justify-content: center;

  z-index: 5;

  box-shadow: 0 15px 35px rgba(245,130,32,0.25);
}

.experience-number {
  font-size: 48px;
  line-height: 1;

  font-weight: 800;
  color: #111522;
}

.experience-text {
  margin-top: 8px;

  font-size: 15px;
  line-height: 1.35;

  font-weight: 600;
}


/* ================================
   DECORATIVE SHAPE
================================ */

.orange-shape {
  position: absolute;

  top: 35px;
  left: 35px;

  width: 100%;
  height: 100%;

  border: 1px solid rgba(245,130,32,0.25);

  z-index: 1;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1000px) {

  .about-section {
    padding: 80px 5%;
  }

  .about-container {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .about-content {
    max-width: 750px;
  }

  .about-visual {
    margin: auto;
    width: 510px;
  }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {

  .about-section {
    padding: 65px 20px;
  }

  .about-container {
    gap: 55px;
  }

  .about-content h2 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-visual {
    width: 100%;
    min-height: 410px;
  }

  .image-main {
    top: 0;
    right: 35px;

    width: 70%;
    height: 300px;
  }

  .image-small {
    right: 0;
    bottom: 20px;

    width: 135px;
    height: 175px;

    border-width: 6px;
  }

  .experience-card {
    left: 0;
    bottom: 0;

    width: 145px;
    height: 110px;

    padding: 15px;
  }

  .experience-number {
    font-size: 36px;
  }

  .experience-text {
    font-size: 12px;
  }

  .orange-shape {
    top: 25px;
    left: 20px;
  }
}

/* =================================
   PRODUCTS SECTION
================================= */

.products-section {
  position: relative;

  padding: 100px 7%;

  background: #f8f8f7;

  overflow: hidden;
}


/* =================================
   HEADER
================================= */

.products-header {
  max-width: 760px;

  margin: 0 auto 55px;

  text-align: center;
}


.products-label {
  position: relative;

  display: inline-block;

  margin-bottom: 12px;

  color: #f58220;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;
}


.products-label::after {
  content: "";

  display: block;

  width: 35px;
  height: 2px;

  margin: 9px auto 0;

  background: #f58220;
}


.products-header h2 {
  margin: 0 0 18px;

  color: #111522;

  font-size: clamp(38px, 4vw, 52px);

  font-weight: 800;

  line-height: 1.1;

  letter-spacing: -1.5px;
}


.products-header h2 span {
  color: #f58220;
}


.products-header p {
  max-width: 650px;

  margin: auto;

  color: #727b89;

  font-size: 15px;

  line-height: 1.7;
}


/* =================================
   PRODUCT GRID
================================= */

.products-grid {

  max-width: 1280px;

  margin: auto;

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 28px;
}


/* =================================
   PRODUCT CARD
================================= */

.product-card {

  position: relative;

  background: #ffffff;

  border: 1px solid #eeeeee;

  overflow: hidden;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}


.product-card:hover {

  transform: translateY(-8px);

  border-color: #f58220;

  box-shadow:
    0 20px 50px rgba(0,0,0,0.10);
}


/* =================================
   PRODUCT IMAGE
================================= */

.product-image {

  position: relative;

  width: 100%;

  height: 225px;

  overflow: hidden;

  background: #eee;
}


.product-image img {

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.6s ease;
}


.product-card:hover
.product-image img {

  transform: scale(1.07);
}


/* =================================
   PRODUCT NUMBER
================================= */

.product-number {

  position: absolute;

  top: 14px;
  left: 14px;

  width: 38px;
  height: 38px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  color: #111522;

  font-size: 12px;

  font-weight: 800;

  border-radius: 50%;

  box-shadow:
    0 5px 20px rgba(0,0,0,0.15);
}


/* =================================
   PRODUCT CONTENT
================================= */

.product-content {

  padding: 25px 25px 28px;

  text-align: left;
}


.product-content h3 {

  margin: 0 0 12px;

  color: #111522;

  font-size: 19px;

  font-weight: 700;

  line-height: 1.3;

  transition: color 0.3s ease;
}


.product-card:hover
.product-content h3 {

  color: #f58220;
}


.product-content p {

  min-height: 76px;

  margin: 0 0 20px;

  color: #7a8390;

  font-size: 13px;

  line-height: 1.65;
}


/* =================================
   PRODUCT LINK
================================= */

.product-link {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  color: #f58220;

  font-size: 13px;

  font-weight: 700;

  text-decoration: none;

  transition: gap 0.3s ease;
}


.product-link span {

  width: 25px;
  height: 25px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #fff1e6;

  border-radius: 50%;

  font-size: 14px;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}


.product-link:hover {

  gap: 15px;
}


.product-link:hover span {

  background: #f58220;

  color: #ffffff;
}


/* =================================
   VIEW ALL BUTTON
================================= */

.products-button {

  margin-top: 55px;

  text-align: center;
}


.products-button a {

  display: inline-flex;

  align-items: center;

  gap: 18px;

  padding: 14px 24px;

  background: #111522;

  color: #ffffff;

  font-size: 13px;

  font-weight: 700;

  text-decoration: none;

  transition: all 0.3s ease;
}


.products-button a span {

  font-size: 18px;

  transition: transform 0.3s ease;
}


.products-button a:hover {

  background: #f58220;
}


.products-button a:hover span {

  transform: translateX(5px);
}


/* =================================
   TABLET
================================= */

@media (max-width: 1000px) {

  .products-section {

    padding: 80px 5%;
  }

  .products-grid {

    grid-template-columns:
      repeat(2, 1fr);
  }

}


/* =================================
   MOBILE
================================= */

@media (max-width: 600px) {

  .products-section {

    padding: 65px 20px;
  }


  .products-header {

    margin-bottom: 40px;
  }


  .products-header h2 {

    font-size: 36px;
  }


  .products-header p {

    font-size: 14px;
  }


  .products-grid {

    grid-template-columns: 1fr;

    gap: 22px;
  }


  .product-image {

    height: 230px;
  }


  .product-content {

    padding: 22px;
  }


  .product-content p {

    min-height: auto;
  }

}

/* ==========================================
   TESTIMONIAL SECTION
========================================== */

.testimonials-section {
  position: relative;

  padding: 100px 7%;

  background: #0d111b;

  overflow: hidden;
}


/* subtle background element */

.testimonials-section::before {
  content: "";

  position: absolute;

  width: 450px;
  height: 450px;

  left: -250px;
  bottom: -250px;

  border: 1px solid rgba(245, 130, 32, 0.12);

  border-radius: 50%;
}

.testimonials-section::after {
  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

  right: -120px;
  top: -120px;

  border: 1px solid rgba(245, 130, 32, 0.10);

  border-radius: 50%;
}


/* ==========================================
   CONTAINER
========================================== */

.testimonials-container {

  position: relative;

  z-index: 2;

  max-width: 1250px;

  margin: auto;

  display: grid;

  grid-template-columns: 0.75fr 1.25fr;

  gap: 75px;

  align-items: center;
}


/* ==========================================
   LEFT INTRO
========================================== */

.testimonial-intro {

  max-width: 470px;
}


.testimonial-label {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  color: #f58220;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 18px;
}


.testimonial-label::before {

  content: "";

  width: 28px;

  height: 2px;

  background: #f58220;
}


.testimonial-intro h2 {

  margin: 0 0 25px;

  color: #ffffff;

  font-size: clamp(42px, 4vw, 58px);

  line-height: 1.05;

  letter-spacing: -1.5px;

  font-weight: 800;
}


.testimonial-intro h2 span {

  display: block;

  color: #f58220;
}


.testimonial-intro p {

  margin: 0;

  color: #8993a5;

  font-size: 15px;

  line-height: 1.8;
}


/* ==========================================
   ORANGE LINE
========================================== */

.testimonial-line {

  width: 55px;

  height: 3px;

  margin-top: 28px;

  background: #f58220;
}


/* ==========================================
   NAVIGATION
========================================== */

.testimonial-nav {

  display: flex;

  gap: 10px;

  margin-top: 35px;
}


.testimonial-nav button {

  width: 45px;
  height: 45px;

  border: 1px solid #303642;

  background: transparent;

  color: #ffffff;

  font-size: 18px;

  cursor: pointer;

  transition: all 0.3s ease;
}


.testimonial-nav button:hover {

  background: #f58220;

  border-color: #f58220;

  transform: translateY(-3px);
}


/* ==========================================
   TESTIMONIAL WRAPPER
========================================== */

.testimonial-wrapper {

  position: relative;

  overflow: hidden;

  padding: 15px 0 25px;
}


.testimonial-track {

  display: flex;

  gap: 22px;

  transition: transform 0.5s ease;
}


/* ==========================================
   TESTIMONIAL CARD
========================================== */

.testimonial-card {

  position: relative;

  flex: 0 0 355px;

  min-height: 365px;

  padding: 30px;

  background: #ffffff;

  border: 1px solid #eeeeee;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}


.testimonial-card:hover {

  transform: translateY(-7px);

  box-shadow:
    0 20px 50px rgba(0,0,0,0.25);
}


/* ==========================================
   QUOTE ICON
========================================== */

.quote-icon {

  position: absolute;

  right: 20px;
  top: 18px;

  width: 42px;
  height: 42px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #f58220;

  color: #111522;

  font-size: 35px;

  font-weight: 900;

  line-height: 1;
}


/* ==========================================
   CLIENT
========================================== */

.client-info {

  display: flex;

  align-items: center;

  gap: 14px;

  margin-bottom: 15px;
}


.client-avatar {

  width: 50px;
  height: 50px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #111522;

  color: #ffffff;

  font-size: 13px;

  font-weight: 800;

  border-radius: 50%;
}


.client-info h3 {

  margin: 0 0 4px;

  color: #111522;

  font-size: 17px;

  font-weight: 700;
}


.client-info span {

  color: #8993a5;

  font-size: 12px;
}


/* ==========================================
   STARS
========================================== */

.stars {

  margin-bottom: 20px;

  color: #f58220;

  font-size: 17px;

  letter-spacing: 2px;
}


/* ==========================================
   REVIEW
========================================== */

.testimonial-card p {

  margin: 0;

  color: #687181;

  font-size: 14px;

  line-height: 1.75;
}


/* ==========================================
   CARD BOTTOM
========================================== */

.card-bottom {

  position: absolute;

  left: 30px;
  right: 30px;
  bottom: 22px;

  padding-top: 14px;

  border-top: 1px solid #eeeeee;

  display: flex;

  justify-content: space-between;

  color: #9ba2ad;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1100px) {

  .testimonials-container {

    grid-template-columns: 1fr;

    gap: 50px;
  }

  .testimonial-intro {

    max-width: 650px;
  }

}


@media (max-width: 600px) {

  .testimonials-section {

    padding: 70px 20px;
  }

  .testimonial-intro h2 {

    font-size: 40px;
  }

  .testimonial-intro p {

    font-size: 14px;
  }

  .testimonial-card {

    flex: 0 0 290px;

    min-height: 350px;

    padding: 25px;
  }

  .card-bottom {

    left: 25px;

    right: 25px;
  }

}

/* ==========================================
   VISION & MISSION
========================================== */

.vision-mission-section {
  position: relative;

  padding: 100px 7%;

  background: #f7f7f6;

  overflow: hidden;
}


.vm-container {

  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 0;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.08);
}


/* ==========================================
   COMMON CARD
========================================== */

.vm-card {

  position: relative;

  min-height: 580px;

  padding: 55px 50px;

  overflow: hidden;
}


/* ==========================================
   VISION
========================================== */

.vm-vision {

  background: #0d111b;

  color: #ffffff;
}


/* Decorative circle */

.vm-vision::after {

  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  right: -150px;
  bottom: -150px;

  border: 1px solid rgba(245,130,32,0.25);

  border-radius: 50%;
}


/* ==========================================
   MISSION
========================================== */

.vm-mission {

  background: #ffffff;

  color: #111522;

  border: 1px solid #e6e6e6;
}


.vm-mission::after {

  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  right: -90px;
  top: -90px;

  border: 1px solid rgba(245,130,32,0.20);

  border-radius: 50%;
}


/* ==========================================
   TOP
========================================== */

.vm-top {

  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 30px;
}


.vm-number {

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 1px;

  color: #f58220;
}


.vm-label {

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;

  color: #f58220;
}


.vm-label::before {

  content: "";

  display: inline-block;

  width: 25px;

  height: 2px;

  margin-right: 10px;

  vertical-align: middle;

  background: #f58220;
}


/* ==========================================
   HEADING
========================================== */

.vm-card h2 {

  position: relative;

  z-index: 2;

  margin: 0 0 30px;

  max-width: 470px;

  font-size: 36px;

  line-height: 1.15;

  letter-spacing: -1px;

  font-weight: 800;
}


.vm-vision h2 {

  color: #ffffff;
}


.vm-mission h2 {

  color: #111522;
}


.vm-card h2 span {

  display: block;

  color: #f58220;
}


/* ==========================================
   CONTENT
========================================== */

.vm-content {

  position: relative;

  z-index: 2;

  max-width: 500px;
}


.vm-content p {

  margin: 0 0 17px;

  font-size: 14px;

  line-height: 1.75;
}


.vm-vision .vm-content p {

  color: #a2aaba;
}


.vm-mission .vm-content p {

  color: #707986;
}


.vm-content strong {

  font-weight: 700;
}


.vm-vision .vm-content strong {

  color: #ffffff;
}


.vm-mission .vm-content strong {

  color: #202631;
}


/* ==========================================
   BOTTOM TAGS
========================================== */

.vm-bottom {

  position: absolute;

  z-index: 3;

  left: 50px;

  right: 50px;

  bottom: 35px;

  padding-top: 18px;

  border-top: 1px solid rgba(245,130,32,0.3);

  display: flex;

  justify-content: space-between;

  gap: 10px;
}


.vm-bottom span {

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.5px;
}


.vm-vision .vm-bottom span {

  color: #8c95a5;
}


.vm-mission .vm-bottom span {

  color: #8b929c;
}


/* ==========================================
   HOVER
========================================== */

.vm-card {

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}


.vm-card:hover {

  z-index: 5;

  box-shadow:
    0 20px 50px rgba(0,0,0,0.12);
}


.vm-mission:hover {

  border-color: #f58220;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

  .vision-mission-section {

    padding: 80px 5%;
  }

  .vm-container {

    grid-template-columns: 1fr;
  }

  .vm-card {

    min-height: auto;

    padding: 50px 40px 110px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

  .vision-mission-section {

    padding: 60px 20px;
  }

  .vm-card {

    padding: 40px 25px 100px;
  }

  .vm-card h2 {

    font-size: 30px;
  }

  .vm-content p {

    font-size: 13px;

    line-height: 1.7;
  }

  .vm-bottom {

    left: 25px;

    right: 25px;

    bottom: 28px;
  }

  .vm-bottom span {

    font-size: 8px;
  }

}

/* ==========================================
   OUR COMPANY
========================================== */

.company-section {
  position: relative;

  padding: 105px 7%;

  background: #ffffff;

  overflow: hidden;
}


/* subtle orange background detail */

.company-section::before {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  right: -150px;
  top: -150px;

  border: 1px solid rgba(245, 130, 32, 0.12);

  border-radius: 50%;
}


/* ==========================================
   CONTAINER
========================================== */

.company-container {
  position: relative;

  max-width: 1200px;

  margin: auto;
}


/* ==========================================
   HEADER
========================================== */

.company-header {
  max-width: 900px;

  margin: 0 auto 60px;

  text-align: center;
}


.company-label {
  display: inline-block;

  margin-bottom: 15px;

  color: #f58220;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;
}


.company-label::after {
  content: "";

  display: block;

  width: 35px;
  height: 2px;

  margin: 9px auto 0;

  background: #f58220;
}


.company-header h2 {
  margin: 0 0 22px;

  color: #111522;

  font-size: clamp(40px, 4.5vw, 58px);

  font-weight: 800;

  line-height: 1.08;

  letter-spacing: -1.8px;
}


.company-header h2 span {
  color: #f58220;
}


.company-intro {
  max-width: 760px;

  margin: auto;

  color: #707b8b;

  font-size: 16px;

  line-height: 1.75;
}


/* ==========================================
   MAIN CONTENT
========================================== */

.company-main {

  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  gap: 75px;

  align-items: center;
}


/* ==========================================
   TEXT
========================================== */

.company-text {

  padding-left: 25px;

  border-left: 3px solid #f58220;
}


.company-text p {

  margin: 0 0 20px;

  color: #6f7988;

  font-size: 15px;

  line-height: 1.8;
}


.company-text p:last-child {
  margin-bottom: 0;
}


.company-text strong {
  color: #202631;

  font-weight: 700;
}


/* ==========================================
   HIGHLIGHTS
========================================== */

.company-highlights {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;
}


.company-highlight {

  position: relative;

  padding: 27px 25px;

  background: #f7f7f6;

  border: 1px solid #eeeeee;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


.company-highlight:hover {

  transform: translateY(-5px);

  border-color: #f58220;

  box-shadow:
    0 15px 35px rgba(0,0,0,0.07);
}


.highlight-number {

  display: block;

  margin-bottom: 8px;

  color: #f58220;

  font-size: 34px;

  font-weight: 800;

  line-height: 1;
}


.highlight-title {

  display: block;

  margin-bottom: 8px;

  color: #111522;

  font-size: 15px;

  font-weight: 700;
}


.company-highlight p {

  margin: 0;

  color: #808996;

  font-size: 12px;

  line-height: 1.6;
}


/* ==========================================
   DECORATIVE NUMBER LINE
========================================== */

.company-highlight::before {

  content: "";

  position: absolute;

  top: 0;
  right: 0;

  width: 25px;
  height: 3px;

  background: #f58220;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

  .company-section {
    padding: 80px 5%;
  }

  .company-main {

    grid-template-columns: 1fr;

    gap: 45px;
  }

  .company-text {

    max-width: 750px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

  .company-section {

    padding: 65px 20px;
  }


  .company-header {

    margin-bottom: 40px;
  }


  .company-header h2 {

    font-size: 36px;

    letter-spacing: -1px;
  }


  .company-intro {

    font-size: 14px;
  }


  .company-main {

    gap: 35px;
  }


  .company-text {

    padding-left: 18px;
  }


  .company-text p {

    font-size: 14px;

    line-height: 1.7;
  }


  .company-highlights {

    grid-template-columns: 1fr;

    gap: 14px;
  }


  .company-highlight {

    padding: 22px;
  }

}