body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Playfair Display, sans-serif';
}

.background {
    background: url('./image/slide_06.jpg') no-repeat center center fixed;
    /* Replace with your image URL */
    background-size: cover;
    color: white;
    font-family: "Playfair Display", Sans-serif;
} 

.main-content {
    text-align: center;
    padding-top: 120px;
    height: 800px;

}

.main-content h1 {
    font-size: 3rem;
    margin-top: 13px;
    font-weight: bold;
}

.main-content p {
    font-size: 1.2rem;
        margin-top: 34px;
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222;
    padding: 15px;
    color: white;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.cart-btn {
    background: #E31E23;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.hero {
    background: url('hero.jpg') no-repeat center center/cover;
    color: white;
    padding: 50px 20px;
}

.products {
    padding: 20px;
}

.product img {
    width: 150px;
    height: auto;
}

.categories button {
    margin: 5px;
    padding: 10px;
    border: none;
    background: green;
    color: white;
    cursor: pointer;
}

.newsletter input {
    padding: 10px;
    margin: 10px;
}

.newsletter button {
    padding: 10px;
    background: blue;
    color: white;
    border: none;
    cursor: pointer;
}

.hero {
    background: url('hero.jpg') no-repeat center center/cover;
    color: white;
    padding: 50px 20px;
}

.products {
    padding: 20px;
}

.product img {
    width: 150px;
    height: auto;
}

.categories button {
    margin: 5px;
    padding: 10px;
    border: none;
    background: green;
    color: white;
    cursor: pointer;
}

.newsletter input {
    padding: 10px;
    margin: 10px;
}

.newsletter button {
    padding: 10px;
    background: blue;
    color: white;
    border: none;
    cursor: pointer;
}


.navbar-brand img {
    width: 227px;
}

.cart-button {
       display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D61313;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
     border-radius: 5px; 
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    gap: 13px;
    width: 134px;
    height: 37px;
} 

.cart-button2 {
    align-items: center;
    justify-content: center;
    background-color: #E31E23;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    gap: 13px;
}

.cart-button3 {
    align-items: center;
    justify-content: center;
    background-color: #E31E23;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    gap: 13px;
}


.cart-button img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.cart-button:hover {
    background-color: #E6C33F;
    color: black;
}

.cart-button2:hover {
    background-color: #E6C33F;
    color: black;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.call-us-button {
    padding: 10px 20px;
    /* background-color: #cc0000 !important; */
    background-color: #E31E24;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    font-weight: 700;

}

.call-us-button:hover {
    background-color: #E6C33F;
}




.red-color div {
    color: #fff;
    text-align: center;
}

.red-color div img {
    margin-bottom: 15px;
    width: 17%;
}

.red-color {
    background-color: #B21515;
    width: 49.7% !important;
    padding: 25px 25px 25px 25px;
    margin-top: 8px;
}


.box-margin {
    width: 60px;
    height: 61px;
    font-weight: bold;
    background-color: #B21515;
    margin-top: -45px;
}


.carousel-item {
    text-align: center;
}

.product-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background: white;
}

.product-card img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}

.carousel-indicators {
    bottom: -30px;
}

.partner-logo {
    height: 100px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.deal-container {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.deal-text h3 {
    color: #B21515;
    font-size: 18px;
    font-weight: bold;
}

.deal-text h1 {
    font-size: 38px;
    font-weight: bold;
    margin: 10px 0;
}

.deal-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-top: 47px;
}

.deal-btn {
    background: #B21515;
    color: white;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 5px 15px rgba(255, 0, 0, 0.3);
    transition: 0.3s;
}

.deal-btn:hover {
    background: darkred;
    box-shadow: 0px 5px 15px rgba(139, 0, 0, 0.5);
}

.footer-color {
    background: #f8f8f8;
}

.footer {
    background: linear-gradient(to bottom, #fff, #F5F1D9);
    color: black;
    padding-top: 54px;
}

.footer-bottom {
    background: black;
    color: white;
    text-align: center;
    padding: 15px 0;
    border-radius: 37px 37px 0px 0px;
}

.footer a {
    color: black;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: #E31E23;
    transition: color 0.3s;
}

.footer h5 {
    font-weight: bold; 
    margin-bottom: 15px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #E31E23;
}

.social-icons a:hover {
    color: darkred;
}

.accreditation img {
    max-width: 109px;
    margin: 5px;
}

.techifort {
    color: gold;
    font-weight: bold;
}

.col-md-2 p {
    margin-bottom: 4px;
}

.partner-logo {
    max-height: 60px;
    margin: 15px;
}

.partner-logo {
    height: 100px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content2 {
        text-align: center;
    /* padding-top: 120px; */
    height: 293px;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 549px;
}


.testimonial-card {
    max-width: 530px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #e5e5e5;
}



.testimonial-card span {
    font-size: 14px;
    font-weight: 500;
    color: #B21515;
    /* Green text for the job title */
}

.product-card {
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 80px;
}

.product-card img {
    max-width: 100%;
    height: 100%;
}

.product-card h5 {
    font-weight: bold;
    margin-top: 10px;
}

.stars {
    color: #f8b400;
    margin-bottom: 10px;
}

.btn-buy {
    background: #e53935;
    color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    border: none;
}

.btn-buy i {
    margin-right: 5px;
}

.product-shop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.nav-pills .nav-link.active {
    background-color: #E31E23 !important;
    color: white !important;
}

.featured h2 {
    color: #2E3544;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4em;
}

.featured h4 {
    color: #E31E24;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3em;
}

.detail {
  width: 50%;
    height: 275px;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 20px;

}



.contact-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.icon-boxix {
    width: 50px;
    height: 50px;
    background: #dc3545;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
}

.contact-details {
    text-align: left;
}

.about-content {
    max-width: 600px;
}

.about-title {
    color: #E31E24;
    font-weight: bold;
    margin-top: -50px;
}

.about-heading {
    font-weight: bold;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

.shop-btn {
    background-color: #E31E24;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.shop-btn:hover {
    background-color: #c4151a;
}

.about-image {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.about-section {
    margin-top: 100px;
    padding-bottom: 100px;
}

.features-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.features-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
}

.feature {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.feature-icon {
    font-size: 30px;
    margin-right: 15px;
    color: #333;
}

.feature-text h5 {
    font-weight: bold;
}

.center-image {
    max-width: 300px;
}

@media (max-width: 992px) {
    .features-container {
        flex-direction: column;
        text-align: center;
    }

    .features-text {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        flex-direction: column;
        text-align: center;
    }

    .feature-icon {
        margin-bottom: 10px;
    }
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}

.hight {
    height: 220px;
        text-align: center;
}

.youtube {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #E31E23 !important;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #E31E23 !important;
}

.linkedin {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #0077B5 !important;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #0077B5 !important;
}

.twitter {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #1DA1F2 !important;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #1DA1F2 !important;
}

.facebook {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #1877F2 !important;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #1877F2 !important;
}
#more {display: none;}
.slide-button{
    display: flex;
    gap: 10px;
    justify-content: end;
}
@media (max-width: 768px) {
    .red-color {
      width: 100% !important;
      margin-top: 6px;
    }
    .call-us{
        flex-wrap: wrap;
    }
  
  }
  .vat-toggle-container {
            background-color: #B21515;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: white;
            font-weight: bold;
            border-radius: 5px;
        } 
        .form-check-input {
            /*width: 61px !important;*/
            /*height: 25px;*/
            cursor: pointer;
            background-color: #fff;
            border: none;
        }
        .form-check-input:checked {
            background-color: #E31E23!important;
            border-color: #E31E23!important;
            width: 17px!important;
        } 
        .form-check-input[type=checkbox]{
            width: 17px!important;   
        }
        
        
        
         .whatsapp-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            z-index: 1000;
        }

        .whatsapp-button {
            background-color: #25D366;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }

        .whatsapp-button:hover {
            transform: scale(1.1);
        }

        .whatsapp-text {
            background-color: #25D366;
            color: white;
            padding: 10px 15px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            display: none;
            transition: opacity 0.3s ease-in-out;
        }

        .whatsapp-container:hover .whatsapp-text {
            display: block;
        }
        