@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: 'DM Sans';
    font-style: normal;
}

.header .top-bar {
    background-color: #DAE2EC;
    padding: 20px 0;
}

.header .top-bar .top-left-bar{
    display: flex;
    align-items: center;
    gap: 15px;
}

.header .top-bar .top-left-bar i{
    font-size: 24px;
    font-weight: 600;
}

.header .top-bar .top-left-bar span,
.header .top-bar .top-right-bar a{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #10212A;
    text-decoration: none;
}

.header .top-bar .top-right-bar{
    color: #A3B2C5;
}

.header .main-header {
    background-color: #0B0F2B;
    padding: 5px 0;
}

.header .main-header img {
    width: 100%;
    max-height: 90px;
}

.header .nav-link {
    margin-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #DAE2EC;
}

.footer {
    background-color: #0B0F2B;
}

.footer .footer-section{
    padding: 64px 0;
}

.footer h5 {
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    color: #FFFFFF;
}

.footer a {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #DAE2EC;
    text-decoration: none;
}

.footer p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #DAE2EC;
}

.footer .social-icons{
    margin-top: 50px;
    display: flex;
    gap: 10px;
}

.footer .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 44px;
    height: 44px;
    background: #F4E1CE;
    border-radius: 200px;
}

.footer .social-icons a i{
    color: #10212A;
    font-size: 22px;
}

.footer .footer-logo img {
    max-height: 60px;
}

.footer .footer-bottom {
    border-top: 1px solid #FAFAFA;
    padding: 24px 0;
}

.footer .footer-bottom .copyright{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #DAE2EC;
}

.footer .footer-bottom a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #DAE2EC;
}

.footer .footer-bottom .text-md-end{
    color: #A3B2C5;
}

.footer .footer-bottom a:hover {
    color: #fff;
}


/* ===== Home ===== */

/* Hero Section */
.hero-section {
    background-color: #DAE2EC;
    padding: 120px 0 0;
}

.hero-section .hero-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #8D3500;
}

.hero-section .hero-title {
    font-weight: 500;
    font-size: 64px;
    line-height: 140%;
    color: #006EA5;
    margin: 20px 0;
}

.hero-section .hero-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #585A5F;
    margin-bottom: 32px;
}

.hero-section .hero-quote{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    gap: 10px;
    background: #00588D;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 100%; */
    text-align: center;
    color: #FAFAFA;
    text-decoration: none;
}

.hero-section .hero-quote:hover{
    background: #006EA5;
}

.hero-section .hero-learn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    gap: 10px;
    background: #006EA5;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 100%; */
    text-align: center;
    color: #FAFAFA;
    text-decoration: none;
}

.hero-section .hero-learn:hover{
    background: #00588D;
}

/* Feature Section */

.feature-section {
    background-color: #10212A;
    padding: 94px 0;
}

.feature-section .feature-icon{
    margin-bottom: 20px;
}

.feature-section .feature-icon i{
    font-size: 30px;
    color: #FFFFFF;
}

.feature-section .feature-box p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #DAE2EC;
}


/* About Section */
.about-section {
    padding: 120px 0;
}

.about-section .img-fluid{
    border-radius: 10px;
}

.about-section .about-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #8D3500;
}

.about-section .about-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    color: #006EA5;
    margin: 20px 0;
}

.about-section .about-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #585A5F;
}

.about-section .commitment-list {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}

.about-section .commitment-list h5{
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: #10212A;
    margin-bottom: 24px;
}

.about-section .commitment-list li {
    display: flex;
    margin-bottom: 20px;
}

.about-section .commitment-list i {
    font-size: 20px;
    color: #355561;
    margin-right: 15px;
    margin-top: 3px;
}

.about-section .commitment-list li div h6{
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #10212A;
    margin-bottom: 5px;
}

.about-section .commitment-list li div p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #585A5F;
}

.about-section .logos-section {
    border-top: 1px solid #DAE2EC;
    padding-top: 20px;
    margin-top: 64px;
}

.about-section .logos-section h6{
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #10212A;
    margin-bottom: 44px;
}

.about-section .logos-section h6 span{
    color: #006EA5;
}

.about-section .logos-section img {
    max-height: 62px;
}

.services-section {
    background-color: #F4E1CE;
    padding: 120px 0;
}

.services-section .services-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    color: #10212A;
}

.services-section .services-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #00588D;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.services-section .service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 44px;
    gap: 12px;
    background: #FFFFFF;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.services-section .service-card:hover {
    transform: translateY(-4px);
}

.services-section .service-icon {
    width: 64px;
    height: 64px;
    background: #355561;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.services-section .service-card h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #10212A;
    margin-bottom: 0;
}

.services-section .service-card p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #585A5F;
    margin-bottom: 0;
}

.services-section .learn-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #00588D;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

/* Why Choose Section */
.why-section {
    padding: 120px 0;
}

.why-section .why-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #8D3500;
}

.why-section .why-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    color: #10212A;
    margin-top: 20px;
}

.why-section .why-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #585A5F;
}

.why-section .feature-item {
    border-top: 2px solid #DAE2EC;
    padding-top: 15px;
    margin-bottom: 30px;
}

.why-section .feature-item.active {
    border-top: 2px solid #006EA5;
}

.why-section .feature-item small {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #585A5F;
}

.why-section .feature-item h6{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #10212A;
    margin-top: 8px;
}

.why-section .feature-item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #585A5F;
}

.why-section .promo-section {
    background: #DAE2EC;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 60px;
}

.why-section .promo-text {
    padding: 40px;
}

.why-section .promo-tag {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #8D3500;
}

.why-section .promo-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: #10212A;
    margin: 20px 0;
}

.why-section .promo-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #585A5F;
}

.why-section .promo-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    gap: 10px;
    background: #00588D;
    border-radius: 100px;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    color: #FAFAFA;
    text-decoration: none;
    margin-top: 50px;
}

.why-section .promo-btn:hover {
    background: #006EA5;
}

/* Best Seller Section */
.best-seller{
    background: #FAFAFA;
    padding: 120px 0 50px 0;
}

.best-seller .section-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #8D3500;
}

.best-seller .section-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    color: #10212A;
    margin-top: 20px;
    margin-bottom: 0;
}

.best-seller .view-all {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #00588D;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.best-seller .product-card {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
    /* overflow: hidden;
    position: relative; */
    height: 100%;
    transition: all 0.2s ease;
}

.best-seller .product-card:hover {
    /* box-shadow: 0 4px 18px rgba(0,0,0,0.08); */
    transform: translateY(-3px);
}

.best-seller .product-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #10212A;
    margin-bottom: 0;
}

.best-seller .product-subtext {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #585A5F;
    margin-bottom: 0;
}

.best-seller .wishlist-btn {
    width: 40px;
    height: 40px;
    background: #A3B2C5;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-seller .wishlist-btn i {
    font-size: 14px;
    color:#FFFFFF;
}

.best-seller img.product-img {
    width: 100%;
    height: auto;
    /* height: 200px; */
    object-fit: cover;
    margin: 20px 0;
}

.best-seller .inquiry-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #00588D;
    text-underline-position: under;
}


/* ===== About US ===== */

/* Hero Section */
.about-hero{
    background: #3758F9;
    padding: 100px 0;
}

.about-hero .hero-title{
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    text-align: center;
    color: #DAE2EC;
    margin-bottom: 10px;
}

.about-hero .hero-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

/* About Feature Section */
.about-feature {
    background-color: #11232c;
    color: #ffffff;
    padding: 80px 0;
}

.about-feature .feature-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.about-feature .feature-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #DAE2EC;
    margin-bottom: 0;
}

.about-feature .progress-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #DAE2EC;
    margin-bottom: 5px;
}

.about-feature .custom-progress {
    background-color: #355561;
    height: 10px;
    border-radius: 0;
}

.custom-progress-bar {
    background-color: #F4E1CE;
}

.about-feature .image-wrapper img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-top: 60px;
}

.why-choose-about .commitment-list i{
    margin-top: 0;
}

.why-choose-about .commitment-list li div h6{
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #10212A;
}

/* About Services */
.about-section.why-choose-about{
    padding-bottom: 0;
}

.about-services{
    background: transparent;
}

.about-services .services-title{
    color: #006EA5;
    text-align: center;
    margin-bottom: 10px;
}

.about-services .service-desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #585A5F;
    margin-bottom: 40px;
}

.about-services .service-card{
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
}

/* CTA Bar Section */
.cta-bar{
    background: #F4E1CE;
    padding: 60px 0;
}

.cta-bar h5{
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #10212A;
    margin-bottom: 10px;
}

.cta-bar p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #585A5F;
    margin-bottom: 40px;
}

.cta-bar .cta-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.cta-bar .cta-btn .cta-quote-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    gap: 10px;
    background: #00588D;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FAFAFA;
    text-decoration: none;
}

.cta-bar .cta-btn .cta-quote-btn:hover{
    background: #006EA5;
}

.cta-bar .cta-btn .cta-learn-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    gap: 10px;
    background: #006EA5;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FAFAFA;
    text-decoration: none;
}

.cta-bar .cta-btn .cta-learn-btn:hover{
    background: #00588D;
}


/* ===== Products ===== */

/* Search Section */
.product-search{
    background: #10212A;
    padding: 30px 0;
}

.product-search .filter-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.product-search .form-control,
.product-search .form-select {
    padding: 10px 15px;
    border: 1px solid #DFE4EA;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #10212A;
}

.product-search .form-control::placeholder {
    color: #9CA3AF;
}

.product-search .form-control:focus,
.product-search .form-select:focus {
    box-shadow: none;
    outline: none;
}

/* Product Section */
.products{
    padding: 60px 0;
}

.products .section-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #006EA5;
    margin-bottom: 20px;
}

.products .desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #585A5F;
    margin-bottom: 60px;
}

.products .category-card {
    background: #FFFFFF;
    border-radius: 8px;
    border: 0;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
    transition: transform 0.3s ease;
}

.products .category-card:hover {
    transform: translateY(-5px);
}

.products .product-img {
    width: 64px;
    height: 64px;
    background: #355561;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.products .category-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #10212A;
    margin-bottom: 0;
}

.products .category-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #585A5F;
    margin: 10px 0;
}

.products .category-card ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #585A5F;
}

.products .view-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 4px;
    background: rgba(100, 77, 237, 0.08);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #644DED;
    text-decoration: none;
}

.products .view-btn:hover {
    background: #644DED;
    color: #fff;
}


/* ===== Categories Product ===== */
.categories-products{
    padding: 30px 0;
}

.categories-products .category-btns{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.categories-products .category-btns .btn {
    padding: 15px 30px;
    background: rgba(100, 77, 237, 0.08);
    border-radius: 30px;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #644DED;
    white-space: nowrap;
}

.categories-products .category-btns .btn.active {
    background: #00588D;
    border-radius: 30px;
    color: #fff;
}

.categories-products .product-count {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #585A5F;
    margin-bottom: 40px;
}

.categories-products .product-card {
    background: #FFFFFF;
    border: 1px solid #DFE4EA;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.categories-products .product-card:hover {
    transform: translateY(-5px);
}

.categories-products .product-img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.categories-products .product-card .card-body .product-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #111928;
    margin-bottom: 0;
}

.categories-products .product-card .card-body .product-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
    margin: 10px 0 20px 0;
}

.categories-products .product-card .card-body .product-kg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
    margin-bottom: 10px;
}

.categories-products .product-card .card-body .product-kg span{
    font-weight: 700;
}

.categories-products .product-card .card-body .features div{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.categories-products .product-card .card-body .features p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
    margin-bottom: 5px;
}

.categories-products .feature-badge {
    border: 1px solid #DAE2EC;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    white-space: nowrap;
}

.categories-products .view-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 4px;
    background: rgba(100, 77, 237, 0.08);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #644DED;
    text-decoration: none;
}

.categories-products .view-btn:hover {
    background: #644DED;
    color: #fff;
}

.categories-products .hidden {
    display: none !important;
}


/* ===== Products Details ===== */


.products-details {
    padding: 80px 0;
}

.products-details .product-image {
    width: 100%;
}

.products-details .details .product-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #111928;
    margin-bottom: 22px;
}

.products-details .star-rating {
    color: #F59E0B;
    font-size: 16px;
}

.products-details .details .rating-txt{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111928;
}

.products-details .product-status {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #111928;
}

.products-details .details .desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
    margin: 20px 0;
}

.products-details .label-badge {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.products-details .badge-iso {
    background: #644DED;
    color: #FFFFFF;
}

.products-details .badge-best {
    background: rgba(109, 209, 48, 0.5);
    color: #3A7326;
}

.products-details .badge-warranty {
    border: 1px solid #CB9595;
    color: #DC3545;
}

.products-details .price-text {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #111928;
    margin: 20px 0;
}

.products-details .price-text span{
    font-size: 20px;
}

.products-details .btn-quote {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 28px;
    gap: 10px;
    background: #3758F9;
    border: 2px solid #3758F9;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.products-details .btn-quote:hover{
    background: transparent;
    border: 2px solid #3758F9;
    color: #3758F9;
}

.products-details .btn-expert {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 28px;
    gap: 10px;
    border: 2px solid #3758F9;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3758F9;
}

.products-details .btn-expert:hover {
    background: #3758F9;
    border: 2px solid #3758F9;
    color: #fff;
}

.products-overview {
    background: #F8F8FA;
    padding: 40px 0;
}

.products-overview .section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #10212A;
    margin-bottom: 0;
}

.products-overview .section-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #637381;
    margin: 10px 0 30px 0;
}

.products-overview .feature-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.products-overview .check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #3758F9;
    border-radius: 100px;
    color:#FFFFFF;
    font-size: 16px;
}

.products-overview .feature-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #585A5F;
}

.products-overview .feature-value {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #10212A;
}

.details-table {
    padding: 80px 0;
}

.details-table .section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #10212A;
}

.details-table .section-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #637381;
    margin: 10px 0 30px;
}

.details-table .spec-table th {
    background: #3758F9;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 25px;
    width: 50%;
}

.details-table .spec-table th:first-child,
.details-table .spec-table td:first-child{
    text-align: center;
}

.details-table .spec-table td {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111928;
    padding: 25px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.details-table .spec-table tbody tr:nth-of-type(even) td {
    background: #F3F6FF !important;
}

.resources-section {
    background-color: #F8F8FA;
    padding: 60px 0;
}

.resources-section .title{
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #10212A;
    margin-bottom: 0;
}

.resources-section .desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #637381;
    margin: 10px 0 25px 0;
}

.resources-section .resource-card {
    background: #FFFFFF;
    border: 1px solid #DFE4EA;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.resources-section .resource-card:hover {
    transform: translateY(-5px);
}

.resources-section .resource-icon {
    width: 64px;
    height: 64px;
    background: #3758F9;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.resources-section .resource-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #111928;
    margin-bottom: 0;
}

.resources-section .resource-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
    margin: 10px 0 25px 0;
}

.resources-section .download-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 4px;
    background: rgba(100, 77, 237, 0.08);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #644DED;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.resources-section .download-btn:hover {
    background: #644DED;
    color: #fff;
}

.details-cta-section {
    padding: 60px 0;
}

.details-cta-section .container {
    background: #2561E9;
    border: 1px solid #DFE4EA;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 40px 0;
}

.details-cta-section h5 {
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.details-cta-section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.details-cta-section .cta-buttons{
    margin-top: 40px;
    gap: 20px;
}

.details-cta-section .cta-buttons .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 4px;
    background: #FFFFFF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #644DED;
}


/* ===== Contact US ===== */
.contact-section {
    padding: 150px 0;
}

.contact-section .contact-subtitle{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #3758F9;
}

.contact-section .contact-heading h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #111928;
    margin: 8px 0 12px 0;
}

.contact-section .contact-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
    margin-bottom: 50px;
}

.contact-section .info-box {
    display: flex;
    margin-bottom: 35px;
}

.contact-section .info-box .contact-img {
    width: 70px;
    height: 70px;
    background: rgba(55, 88, 249, 0.05);
    border-radius: 5px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section .info-box h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #111928;
    margin-bottom: 10px;
}

.contact-section .info-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
    margin-bottom: 0;
}

.contact-section .contact-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 50px;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px 12px 20px;
    background: #FFFFFF;
    border: 1px solid #DFE4EA;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212B36;
}

.contact-section .contact-form input.form-control::placeholder,
.contact-section .contact-form textarea::placeholder {
  color: #9CA3AF;
}

.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
    border-color: #3758F9;
    outline: none;
    box-shadow: none;
}

.contact-section .contact-form button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 28px;
    gap: 10px;
    background: #3758F9;
    border-radius: 6px;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 25px;
}


/* ===== Inquiry Form Popup ===== */

.inquiry-form h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #10212A;
}

.inquiry-form input, 
.inquiry-form textarea{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px 12px 20px;
    background: #FFFFFF;
    border: 1px solid #DFE4EA;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212B36;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #9CA3AF;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
    border-color: #3758F9;
    outline: none;
    box-shadow: none;
}

.inquiry-form .inquiry-submit-popup-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 28px;
    gap: 10px;
    background: #3758F9;
    border-radius: 6px;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.inquiry-form form .iti{
    width: 100%;
}

.inquiry-form .iti--separate-dial-code .iti__selected-flag,
.inquiry-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background: transparent;
}


/* ===== Product Detail Popup ===== */

.products-details .modal-content {
    border: none;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from{ 
        opacity: 0; 
        transform: translateY(20px); 
    }

    to{ 
        opacity: 1; 
        transform: translateY(0); 
    }
}

.products-details .modal-header {
    border: none;
}

.products-details .modal-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
}

.products-details .product-box {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.products-details .product-box img {
    width: 60px;
    height: auto;
    border-radius: 4px;
}

.products-details .quantity-buttons .btn {
    width: 52px;
    height: 24px;
    border-radius: 6px;
    border: solid 1px #EEF0F3;
    background-color: #EEF0F3;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    color: #404D57;
    margin-right: 6px;
    cursor: pointer;
    line-height: 14px;
}

.products-details .quantity-buttons .btn.active,
.products-details .quantity-buttons .btn:hover {
    border: solid 1px #5BB4CE;
    background-color: #E0F2F6;
}

.products-details .form-control,
.products-details .form-select {
    border-radius: 8px;
    padding: 10px 14px;
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.products-details .submit-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 28px;
    gap: 10px;
    background: #3758F9;
    border-radius: 6px;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.2s ease-in-out;
}

.products-details .submit-btn:hover {
    filter: brightness(1.1);
}

.products-details .needs-validation .iti{
    width: 100%;
}

.products-details .iti--separate-dial-code .iti__selected-flag,
.products-details .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background: transparent;
}

@media (min-width: 768px) and (max-width: 991px){
    /* ===== Home ===== */
    /* Hero Section */
    .hero-section{
        padding: 70px 0 0;
    }

    .hero-section .hero-title{
        font-size: 35px;
        margin: 10px 0;
    }

    .hero-section .hero-text{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    /* Feature Section */
    .feature-section{
        padding: 50px 0;
    }

    /* About Section */
    .about-section {
        padding: 70px 0;
    }

    .about-section .about-title{
        font-size: 35px;
        margin: 10px 0;
    }

    .about-section .about-description{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .about-section .commitment-list{
        margin-top: 20px;
    }

    .about-section .commitment-list h5 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .about-section .commitment-list li div h6{
        font-size: 20px;
    }

    .about-section .commitment-list li div p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .about-section .commitment-list i{
        font-size: 18px;
        margin-top: 0;
    }

    .about-section .logos-section {
        margin-top: 40px;
    }

    /* Service Section */
    .services-section {
        padding: 70px 0;
    }

    .services-section .services-title{
        font-size: 35px;
        margin: 10px 0;
    }

    .services-section .service-card {
        padding: 31px 34px;
    }

    .services-section .service-icon{
        width: 54px;
        height: 54px;
    }

    .services-section .service-card h5{
        font-size: 20px;
    }

    /* Why Choose Section */
    .why-section {
        padding: 70px 0;
    }

    .why-section .why-title{
        font-size: 35px;
        margin: 10px 0;
    }

    .why-section .why-desc{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .why-section .feature-item h6{
        font-size: 15px;
    }

    .why-section .feature-item p{
        font-size: 14px;
    }

    .why-section .promo-title{
        font-size: 22px;
    }

    .why-section .promo-desc{
        font-size: 15px;
        line-height: 24px;
    }

    .why-section .promo-btn{
        margin-top: 20px;
    }

    /* Best Seller */

    .best-seller{
        padding: 70px 0;
    }

    .best-seller .section-title{
        font-size: 35px;
        margin: 10px 0;
    }


    /* ===== About US ===== */
    .about-feature .feature-title{
        font-size: 35px;
    }

    .about-feature .feature-description{
        font-size: 16px;
    }

    .about-feature .progress-label{
        font-size: 15px;
    }

    .cta-bar h5{
        font-size: 35px;
    }


    /* ===== Categories Products ===== */
    .categories-products .product-card .card-body .product-title {
        font-size: 18px;
        line-height: 24px;
    }

    .categories-products .product-card .card-body .product-desc {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0;
    }

    .categories-products .product-card .card-body .product-kg {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .categories-products .product-card .card-body .features p {
        font-size: 14px;
        line-height: 22px;
    }

    .categories-products .product-card .card-body .features div {
        gap: 5px;
        margin-bottom: 10px;
    }

    .categories-products .feature-badge {
        padding: 2px 7px;
        font-size: 14px;
        line-height: 22px;
        white-space: nowrap;
    }


    /* ===== Products Details ===== */
    .products-details {
        padding: 70px 0;
    }

    .products-details .details .product-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .products-details .star-rating {
        font-size: 14px;
    }

    .products-details .details .rating-txt,
    .products-details .product-status{
        font-size: 14px;
        line-height: 20px;
    }

    .products-details .details .desc{
        font-size: 14px;
        margin: 15px 0;
    }
    
    .products-details .label-badge{
        font-size: 14px;
    }

    .products-details .price-text {
        font-size: 24px;
        line-height: 35px;
        margin: 15px 0;
    }

    .products-details .price-text span {
        font-size: 16px;
    }

    .details-table{
        padding: 70px 0;
    }

    .resources-section .resource-card{
        padding: 20px;
    }

    .resources-section .resource-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
    }

    .resources-section .resource-title {
        font-size: 18px;
        line-height: 24px;
    }

    .resources-section .resource-desc {
        font-size: 14px;
        line-height: 24px;
        margin: 0px 0 12px 0;
    }


    /* ===== Contact US ===== */
    .contact-section {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    .top-bar{
        display: none;
    }

    .header .top-bar .text-end {
        text-align: center !important;
    }

    .header .main-header img {
        margin: auto;
        display: block;
    }

    .header .desktop-menu {
        display: none !important;
    }

    .header .mobile-menu {
        display: block !important;
    }

    .footer .social-icons {
        margin-top: 15px;
    }

    .footer .row > div {
        margin-bottom: 15px;
    }

    .footer .text-md-end {
        text-align: left !important;
        margin-top: 10px;
    }

    .footer h5{
        font-size: 20px;
        line-height: 30px;
    }

    /* ===== Home ===== */

    /* Hero Section */
    .hero-section{
        padding: 50px 0 0;
    }

    .hero-section .hero-title {
        font-size: 40px;
        margin: 10px 0;
    }
    
    .hero-section .hero-text{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .hero-section img {
        margin-top: 30px;
    }

    /* Feature Section */
    .feature-section {
        padding: 47px 0;
    }

    .feature-section .feature-box {
        margin-bottom: 30px;
        text-align: center;
    }

    /* About Section */
    .about-section{
        padding: 50px 0;
    }

    .about-section .about-title {
        font-size: 30px;
        margin: 10px 0;
    }

    .about-section .about-description {
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
    }

    .about-section .commitment-list{
        margin: 20px 0;
    }

    .about-section .commitment-list h5{
        margin-bottom: 12px;
        font-size: 24px;
    }

    .about-section .commitment-list i{
        font-size: 18px;
        margin-top: 0;
    }

    .about-section .commitment-list li div h6{
        font-size: 18px;
    }

    .about-section .commitment-list li div p{
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .about-section .logos-section {
        margin-top: 32px;
    }

    .about-section .logos-section h6{
        font-size: 18px;
        margin-bottom: 22px;
    }

    /* Service Section */
    .services-section {
        padding: 50px 0;
    }

    .services-section .service-card{
        padding: 21px 22px;
    }

    .services-section .services-title{
        font-size: 30px;
        margin: 10px 0;
    }

    /* Why Choose Section */
    .why-section{
        padding: 50px 0;
    }

    .why-section .why-title,
    .why-section .promo-title{
        font-size: 30px;
        margin: 10px 0;
    }

    .why-section .why-desc,
    .why-section .promo-desc{
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 0;
    }

    .why-section .promo-section{
        margin-top: 0;
    }

    .why-section .promo-btn{
        margin-top: 25px;
    }

    .why-section .promo-text {
        padding: 30px 0px;
    }

    .why-section .promo-image {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }

    /* Best Seller */
    .best-seller{
        padding: 50px 0;
    }

    .best-seller .section-title {
        font-size: 24px;
        margin-top: 10px;
    }

    .best-seller .view-all {
        display: block;
        text-align: center;
        margin-top: 10px;
    }


    /* ===== About US ===== */
    /* Hero Section */
    .about-hero{
        padding: 50px 0;
    }

    .about-hero .hero-title{
        font-size: 40px;
    }

    .about-hero .hero-text{
        font-size: 18px;
        line-height: 28px;
    }

    /* About Feature Section */
    .about-feature{
        padding: 50px 0;
    }

    .about-feature .feature-title {
        font-size: 30px;
    }

    .about-feature .feature-description {
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 25px;
    }

    .about-feature .image-wrapper img{
        margin-top: 30px;
    }

    /* CTA Bar Section */
    .cta-bar{
        padding: 50px 0;
    }

    .cta-bar h5{
        font-size: 30px;
    }

    .cta-bar p{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    /* ===== Products ===== */
    .products{
        padding: 50px 0;
    }

    .products .section-title{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .products .desc{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }


    /* ===== Products Details ===== */
    .products-details{
        padding: 50px 0;
    }

    .products-details .details .product-title {
        font-size: 30px;
        margin-top: 20px;
    }

    .products-details .details .desc{
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0;
    }

    .products-details .label-badge{
        font-size: 14px;
        line-height: 22px;
    }

    .products-details .price-text {
        font-size: 24px;
        line-height: 30px;
        margin: 15px 0;
    }

    .products-details .price-text span{
        font-size: 16px;
    }

    .products-details .btn-quote,
    .products-details .btn-expert{
        padding: 10px 20px;
    }

    .products-overview .section-subtitle{
        margin: 10px 0 20px 0;
    }

    .details-table .section-title{
        font-size: 30px;
    }

    .details-table{
        padding: 50px 0;
    }

    .details-cta-section .cta-buttons {
        margin-top: 20px;
    }

    .resources-section .title{
        font-size: 30px;
    }

    .resources-section .resource-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 10px;
    }

    .resources-section .resource-title {
        font-size: 18px;
        line-height: 24px;
    }

    .resources-section .resource-desc {
        margin: 5px 0 12px 0;
    }


    /* ===== Contact US ===== */
    .contact-section {
        padding: 50px 0;
    }

    .contact-section .contact-heading h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 4px 0 6px 0;
    }

    .contact-section .contact-heading p{
        margin-bottom: 25px;
    }

    .contact-section .info-box .contact-img {
        width: 60px;
        height: 60px;
        margin-right: 8px;
    }

    .contact-section .contact-form{
        padding: 25px;
    }
}

@media (min-width: 768px) {
    .header .mobile-menu {
        display: none !important;
    }
}