    /* font-family: 'Gilroy-Bold', sans-serif;
    font-family: 'Gilroy-Heavy', sans-serif;
    font-family: 'Gilroy-Light', sans-serif;
    font-family: 'Gilroy-Medium', sans-serif;
    font-family: 'Gilroy-Regular', sans-serif; */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html,
    body {
        width: 100%;
        height: 100%;
    }

    body {
        font-family: 'Gilroy-Regular', sans-serif;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #1E1E1E;
        font-weight: 400;
    }

    h2 {
        font-size: 42px;
    }

    h4 {
        font-size: 24px;
    }

    a {
        text-decoration: none;
    }

    p {
        color: #1E1E1E;
        opacity: 0.8;
    }

    ul,
    ol {
        padding: 0;
        margin: 0;
    }

    .btn-link {
        text-decoration: none;
        font-family: 'Gilroy-Medium', sans-serif;
        font-weight: 400;
        color: #E58411;
    }

    /* header */
    .navbar {
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .nav-link {
        font-family: 'Gilroy-Medium', sans-serif;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 18px;
        transition: all 0.3 ease-in;
    }

    .nav-link:hover {
        color: #d4d5d6;
    }

    .navbar-icon i {
        width: 20px;
        color: white;
    }

    .navbar-toggler-icon {
        color: white;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        border: none;
    }

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

    .logo-title {
        font-size: 35px;
        font-family: Gilroy-Bold, sans-serif;
        color: white;
    }

    .hero-section {
        background-image: url('../images/hero-bg-img.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1084px;
        position: relative;
    }

    .hero-title {
        font-size: 80px;
        font-family: 'Gilroy-Bold', sans-serif;
        color: white;
        margin-bottom: 30px;
    }

    .hero-desc {
        font-size: 24px;
        font-family: 'Gilroy-Regular', sans-serif;
        color: white;
        opacity: 80%;
        margin-bottom: 40px;
    }

    .search-form {
        display: flex;
        justify-content: center;
    }

    .search-box {
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 50px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(8px);
        display: flex;
        align-items: center;
        backdrop-filter: blur(8px) !important;
        padding: 5px;
        width: 345px;
    }

    .search-box input {
        border: none;
        outline: none;
        box-shadow: none;
        background: transparent;
        flex: 1;
        color: #fff;
        /* white text like your screenshot */
    }

    .search-box input::placeholder {
        color: #ccc;
    }

    .search-box button {
        border: none;
        background: #e67e22;
        /* orange */
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .hero-content {
        margin-top: 15%;
    }

    @media screen and (max-width:768px) {
        .hero-title {
            font-size: 45px;
            line-height: 55px;
        }
    }

    @media screen and (max-width:498px) {
        .hero-title {
            font-size: 35px;
            line-height: 45px;
        }
    }

    /* why-choose-section */
    .why-choose-section {
        padding: 60px 0;
        align-items: center;
        justify-content: center;
    }

    .why-choose-title {
        font-size: 24px;
        opacity: 0.9;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-bottom: 25px;
        opacity: 0.9;
    }

    .why-choose-desc {
        margin-bottom: 20px;
    }

    .why-choose-section .btn-link {
        font-size: 14px;
    }

    /* feature-section */
    .feature-section {
        background-color: #F7F7F7;
        padding: 60px 0;
    }

    .custom-tabs {
        background: #f1f1f1;
        border-radius: 30px;
        padding: 5px;
        display: flex;
        width: 100%;
        max-width: 350px;
        justify-content: center;
        margin: 0 auto;
    }

    .custom-tabs .nav-link {
        border-radius: 30px;
        color: #333;
        padding: 8px 20px;
        opacity: 0.8;
        transition: all 0.3 ease-out;
    }

    .custom-tabs .nav-link.active {
        background-color: white;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        font-weight: 600;
        color: #1E1E1E;
        opacity: 0.8;
    }

    .tab-pane {
        padding: 15px;
    }

    .feature-content {
        background-color: white;
        padding: 15px;
    }

    .feature-products {
        display: flex;
    }

    .feature-product .feature-content {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .feature-product .span-cat {
        font-size: 16px;
        color: #8D8D8D;
        font-family: "Inter", sans-serif;
        font-weight: 400;
    }

    .feature-product img {
        height: 200px;
        overflow: hidden;
    }

    .feature-product .title {
        color: #0D1B39;
        font-family: "Inter", sans-serif;
        font-weight: 600;
    }

    .feature-star {
        margin-bottom: 25px;
    }

    .feature-star i {
        color: #F6B76F;
    }

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

    .price_add i {
        background-color: #0D1B39;
        color: white;
        border-radius: 50%;
        font-size: 25px;
        line-height: 35px;
        padding: 8px;
        display: flex;
    }

    .price_add .price {
        font-size: 21px;
        font-family: "Inter", sans-serif;
        font-weight: 600;
    }

    .feature-section .btn-link {
        font-size: 18px;
        line-height: 28px;
    }

    /* experience-section */
    .experience-section {
        padding: 60px 0;
    }

    .experience-section img {
        border-radius: 20px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }

    /* material-section */
    .material-section {
        padding: 60px 0;
    }

    .material-section img {
        border-radius: 20px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
        margin-bottom: 40px;
    }

    /* sec-info */
    .sec-info {
        margin-bottom: 30px;
    }

    .sec-info .sec-lead-title {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 25px;
        color: #E58411;
    }

    .sec-info .sec-title {
        text-transform: capitalize;
        margin-bottom: 25px;
        font-family: 'Gilroy-Bold', sans-serif;
    }

    /* testimonial-section */
    .testimonial-section {
        padding: 80px 0;
    }

    .testimonial-block {
        position: relative;
    }

    .testimonial-position-img {
        position: relative;
        border-radius: 15px;
        width: 100%;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }

    .testimonial-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        text-align: center;
        background-color: white;
        border-radius: 15px;
        padding: 10px 50px;
    }

    .testimonial-user-img {
        border: 10px solid white;
        border-radius: 50%;
        margin-top: -30px;
    }

    .testimonial-name {
        font-size: 18px;
        font-weight: 400;
        color: #1E1E1E;
        font-family: 'Gilroy-Bold', sans-serif;
    }

    .testimonial-designation {
        font-size: 12px;
        font-weight: 400;
        font-family: 'Gilroy-Regular', sans-serif;
        color: #1E1E1E;
        opacity: 0.6;
        margin-bottom: 20px;
        display: block;
    }

    .testimonial-content p {
        color: #1E1E1E;
        opacity: 0.8;
        margin-bottom: 20px;
    }

    .star-rate i {
        color: #F6973F;
    }

    /* footer-section */
    .footer-section {
        background-color: #F7F7F7;
        padding: 80px 0;
    }

    .footer-section .logo-title {
        font-size: 35px;
        font-family: Gilroy-Bold, sans-serif;
        color: #1E1E1E;
        margin-bottom: 40px;
    }

    .widget-title {
        color: #F6973F;
        margin-bottom: 30px;
        font-size: 17px;
    }

    .widget-nav {
        display: flex;
        flex-direction: column;
        gap: 15px;
        list-style: none;
    }

    .widget-nav a {
        color: #1E1E1E;
        opacity: 0.8;
        font-family: "DM Sans", sans-serif;
    }

    .social-nav {
        display: flex;
        flex-direction: column;
        gap: 15px;
        list-style: none;
    }

    .social-nav a {
        color: rgb(30, 30, 30, 0.8);
        font-family: "DM Sans", sans-serif;
    }

    .social-nav i {
        color: #1E1E1E;
    }

    /* footer-copyright */
    .footer-copyright {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 70px;
    }

    .footer-copyright a {
        color: #1E1E1E;
    }

    @media screen and (max-width:498px) {
        .footer-copyright {
            display: flex;
            align-items: center;
            padding-top: 70px;
            flex-direction: column;
        }
    }