/* _content/HAFI.MVC/Views/Home/About.cshtml.rz.scp.css */
/*---------Cards Vision and Mission ----------*/
.cards-container[b-w3l5dl2am4] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.card[b-w3l5dl2am4] {
    background-color: #F1F5F9;
    border: none ;
    padding: 20px;
    flex: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-radius:15px;
}
.card h2[b-w3l5dl2am4] {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.card p[b-w3l5dl2am4] {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #666;
}
.card:hover[b-w3l5dl2am4] {
    transform: translateY(-10px); 
}
.card i[b-w3l5dl2am4] {
    font-size: 3rem;
    color: white;
}

.icon-background-style[b-w3l5dl2am4] {
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 20px 30px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
}

.counter-title h1[b-w3l5dl2am4]{
    font-size:2.5rem;
}
/* Media Query for Mobile Screens */
@media screen and (max-width: 768px) {
    .cards-container[b-w3l5dl2am4] {
        flex-direction: column;
        align-items: center; 
    }

    .card[b-w3l5dl2am4] {
        flex: 0 0 90%; 
        margin-bottom: 20px; 
        width: 90%;
    }
       
}

.fade[b-w3l5dl2am4] {
    animation: fadeEffect-b-w3l5dl2am4 2s ease-in-out infinite;
}

@keyframes fadeEffect-b-w3l5dl2am4 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.title-style-about[b-w3l5dl2am4]{
    font-size:3.2rem;
    font-weight:700;
}
.subtitle-style-about[b-w3l5dl2am4] {
    font-size:2.5rem;
    font-weight:500;
}
/* _content/HAFI.MVC/Views/Home/Contact.cshtml.rz.scp.css */
/* Left Column (Contact Info) */
.contact-info[b-c7k3zwk5zs] {
    background-color: none;
    padding: 20px;
    border-radius: 8px;
    box-shadow: none;
}
.contact-item[b-c7k3zwk5zs] {
    margin-bottom: 20px;
    background-color: #F1F5F9;
    border-radius: 16px;
    padding:24px 10px;
}
.contact-item h4[b-c7k3zwk5zs] {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 2.5rem;
    font-weight: 600;
}
.contact-item p[b-c7k3zwk5zs] {
    font-size: 2rem;
    font-weight: 400;
}

/* Right Column (Contact Form) */
.contact-form[b-c7k3zwk5zs] {
    padding: 20px;
    border-radius: 8px;
    box-shadow: none;
}

.input-name[b-c7k3zwk5zs], .input-email[b-c7k3zwk5zs], .input-subject[b-c7k3zwk5zs], .input-phone[b-c7k3zwk5zs] {
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
    border: none;
    border-radius: 6px;
}
textarea[b-c7k3zwk5zs] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 200px;
}

.btn-contact-form[b-c7k3zwk5zs] {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius:10px;
}

.btn-contact-form:hover[b-c7k3zwk5zs] {
    background-color: var(--primary-color);
}
.title-style[b-c7k3zwk5zs] {
    font-size: 3.2rem;
    font-weight: 700;
}
.subtitle-style[b-c7k3zwk5zs] {
    font-size: 2.5rem;
    font-weight: 500;
}
.icon-column-contact[b-c7k3zwk5zs]{
    text-align:center;
    margin:auto;
    font-size:3rem;
    padding-left:10px;
    padding-right:10px;
}
.icon-column-contact i[b-c7k3zwk5zs] {
    padding: 20px;
    border-radius: 50%;
    color: white;
    background-color: var(--primary-color);
}
.styleinput[b-c7k3zwk5zs] {
    background-color: #F1F5F9;
    border-radius: 10px;
}
/* _content/HAFI.MVC/Views/Home/Index.cshtml.rz.scp.css */
/*for make title after icon strong in why choose us*/
.text-column strong[b-m0wgn7qbqe] {
    color: #777777;
}

/* Style for the slideshow container in Index - And  About */
.slideshow-container[b-m0wgn7qbqe] {
    position: relative;
    max-width: 100%;
}

.mySlides[b-m0wgn7qbqe] {
    display: none;
    position: relative;
}

.button-slider[b-m0wgn7qbqe] {
    background-color: var(--primary-color);
    font-size: 14px;
    margin-top: 20px;
    color: white;
    padding-inline: 30px;
}

.button-slider:hover[b-m0wgn7qbqe] {
    background-color: transparent;
    font-size: 14px;
    margin-top: 20px;
    color: white;
    padding-inline: 30px;
    border: 2px solid white;
}

.button-slider-trans[b-m0wgn7qbqe] {
    background-color: transparent;
    font-size: 14px;
    margin-top: 20px;
    color: white;
    padding-inline:30px;
    border:2px solid white;
}
.button-slider-trans:hover[b-m0wgn7qbqe] {
    background-color: var(--primary-color);
    font-size: 14px;
    margin-top: 20px;
    color: white;
    padding-inline: 30px;
    border:none;
}

.prev[b-m0wgn7qbqe] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    border:2px solid white;
    background-color:transparent;
}

.next[b-m0wgn7qbqe] {
    right: 0;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    border: 2px solid white;
    background-color: transparent;
}

    .prev:hover[b-m0wgn7qbqe], .next:hover[b-m0wgn7qbqe] {
        background-color: rgba(0,0,0,0.8);
    }

.text[b-m0wgn7qbqe] {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .text p[b-m0wgn7qbqe] {
        font-size: 64px;
    }

    .text span[b-m0wgn7qbqe] {
        font-size: 18px;
    }



.btn-submit-form[b-m0wgn7qbqe] {
    padding: 10px 20px;
    color: white;
    width:100%;
    border-radius:10px;
    font-size:18px;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev[b-m0wgn7qbqe], .next[b-m0wgn7qbqe], .text[b-m0wgn7qbqe] {
        font-size: 11px
    }
}
.card-style-home[b-m0wgn7qbqe] {
    background-color: #F1F5F9;
    border-radius:10px;
}
.iconbox-content[b-m0wgn7qbqe]{
    text-align:center;
}
.styleinput[b-m0wgn7qbqe] {
    background-color: #F1F5F9;
    border-radius: 10px;
}
.request-qoute-title[b-m0wgn7qbqe]{
    text-align:center;
}
.desc-qoute[b-m0wgn7qbqe]{
    text-align:center;
}
.bg-points[b-m0wgn7qbqe] {
    background-color: #F8FAFC;
    margin-bottom:10px;
}
@media(max-width: 768px) {
    .flat-wrap-form .flat-wrap-input[b-m0wgn7qbqe] {
        width: 100%;
    }

    .btn-submit-form[b-m0wgn7qbqe] {
        margin-top: 25px;
    }

    .form-request-qoute[b-m0wgn7qbqe] {
        padding: 0px;
    }

    .button-slider[b-m0wgn7qbqe] {
        padding: 5px;
        font-size: 12px;
    }

    .button-slider-trans[b-m0wgn7qbqe] {
        padding: 5px;
        font-size: 12px;
    }
    .counter-title h2[b-m0wgn7qbqe] {
        font-size: 26px;
    }
    .counter-item .counter-value .numb-count[b-m0wgn7qbqe] {
        font-size: 22px;
    }
}
/* _content/HAFI.MVC/Views/Home/Services.cshtml.rz.scp.css */
/* Odd rows: Image on the right, text on the left */
.row:nth-child(odd)[b-90ee3w36ym] {
    flex-direction: row-reverse;
}

/* Even rows: Image on the left, text on the right */
.row:nth-child(even)[b-90ee3w36ym] {
    flex-direction: row;
}

.text h2[b-90ee3w36ym] {
    font-size: 4.5rem !important;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.text p[b-90ee3w36ym] {
    line-height: 1.6;
    font-size:1.6rem;
}

/* Image styling */
.image img[b-90ee3w36ym] {
    max-width: 100%;
    border-radius: 8px;
    border: 5px solid #ccc;
    border-radius: 10px;
    width: 500px;
    height: 350px;
}

@media (max-width:2054px) and (min-width:1600px) {
    .text p[b-90ee3w36ym] {
        font-size: 2.5rem;
    }
}
/* _content/HAFI.MVC/Views/Products/Details.cshtml.rz.scp.css */
.product-container[b-iju1jj4vii] {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    gap: 20px; 
}
.product-details[b-iju1jj4vii]{
    padding-top:50px;
}
.product-text[b-iju1jj4vii] {
    flex: 1;
    max-width: 80%;
    font-size: 1.5rem;
}

.product-image img[b-iju1jj4vii] {
    max-width: 100%; 
    height: auto; 
    max-height: 400px; 
    border-radius: 8px; 
}

.product-container[b-iju1jj4vii] {
    padding: 20px;
}
.btn-details[b-iju1jj4vii]{
    background-color:var(--primary-color);
    color:white;
    padding:10px;
}
.btn-details:hover[b-iju1jj4vii] {
    color:white;
}
@media(max-width:767px) {
    .product-description[b-iju1jj4vii] {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-bottom:20px;
    }
    .product-image[b-iju1jj4vii]{
        margin:auto;
        width:250px;
        height:300px;
        display:flex;
    }
}
/* _content/HAFI.MVC/Views/Products/Index.cshtml.rz.scp.css */
/* Row with product cards - ensure responsiveness */
.row-product[b-y6qb4izi4u] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.text-column-product[b-y6qb4izi4u] {
    font-size: 1.8rem;
    line-height: 30px;
}
/* Card Styling */
.card-product[b-y6qb4izi4u] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cards-choose[b-y6qb4izi4u]{
    margin-top:40px;
}


.img-fluid[b-y6qb4izi4u] {
    border-radius: 10px;
}



/* 3 Card Style for  */
.row[b-y6qb4izi4u] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Ensures responsiveness */
}


.card[b-y6qb4izi4u] {
    background-color: #F1F5F9;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    width: 100%; /* Three cards in a row */
    margin-bottom: 20px; /* Space between rows */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Card Content */
.card-content[b-y6qb4izi4u] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%; /* Ensures the content stretches to fill the card */
}

/* Icon Style */
.icon[b-y6qb4izi4u] {
    font-size: 3rem; /* Size of the icon */
    margin-bottom: 5px; /* Space below the icon */
    color: var(--primary-color); /* Icon color */
}

/* Title Style */
.title h3[b-y6qb4izi4u] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px; /* Space below the title */
}

/* Subtitle Style */
.subtitle p[b-y6qb4izi4u] {
    font-size: 1.3rem;
    padding:10px;
}
.subtitle[b-y6qb4izi4u]{
    font-size:18px;
}
/*For 4 card*/
/* Second Row - Four Cards */
.card-row[b-y6qb4izi4u] {
    display: flex;
    justify-content: space-between;
}

.card-products[b-y6qb4izi4u] {
    width: 23%; /* Each card takes 23% of the width */
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.card-img[b-y6qb4izi4u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.subtitle-type[b-y6qb4izi4u] {
    font-size: 1.8rem;
}

.type-products[b-y6qb4izi4u] {
    margin-bottom: 30px;
}


/* Container for the row */
.card-row[b-y6qb4izi4u] {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; 
}

.card-product-page[b-y6qb4izi4u] {
    width: 25%; 
    border-radius: 8px; 
    overflow: hidden; 
}

/* Card image */
.card-img-page[b-y6qb4izi4u] {
    width: 100%;
    object-fit: fill; 
}

/* Card content */
.card-content-page[b-y6qb4izi4u] {
    padding: 15px;
}

/* Title styles */
.card-content-page h3[b-y6qb4izi4u] {
        font-size: 1.2rem;
        margin-bottom: 10px;
        color: #333;
    }

/* Description text */
.card-content-page p[b-y6qb4izi4u] {
        font-size: 1rem;
        margin-bottom: 15px;
        color: #666;
    }





/* Container to wrap the image and the button */
.card-img-container[b-y6qb4izi4u] {
    position: relative;
    display: inline-block; 
}

/* Button will be hidden by default */
.card-content-page[b-y6qb4izi4u] {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    opacity: 0; 
}

/* Show the button when hovering over the image container */
.card-img-container:hover .card-content-page[b-y6qb4izi4u] {
    opacity: 1; 
}

/* Style the button the overlay on photo */
.card-btn-page[b-y6qb4izi4u] {
    background-color: rgba(0, 0, 0, 0.7); 
    color: white; 
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
.card-btn-page:hover[b-y6qb4izi4u] {
        background-color: var(--primary-color) 
    }




@media (max-width: 670px) {
    .text-step[b-y6qb4izi4u] {
        font-size: 12px;
    }
    .title-steps[b-y6qb4izi4u] {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .card[b-y6qb4izi4u] {
        width: 100%; /
    }
    .text-step[b-y6qb4izi4u] {
        font-size: 8px;
    }
}

@media (max-width:2054px) and (min-width:1600px) {
    .text-column-product p[b-y6qb4izi4u] {
        font-size: 3rem;
        line-height:45px;
    }
}

@media(max-width:769px) {
    .card-product-page[b-y6qb4izi4u] {
        width: 100%; 
    }

    .card-img-container[b-y6qb4izi4u] {
        display: flex;
        padding: 20px;
    }
    .card[b-y6qb4izi4u] {
        width: 100% 
    }

}
.product-list[b-y6qb4izi4u]{
    font-size:2.5rem;
}
.steps_container[b-y6qb4izi4u]{
    font-size:16px;
}
.subtitle-style-pianta[b-y6qb4izi4u]{
    font-size:2.8rem;
    line-height:45px;   
}
.title-product[b-y6qb4izi4u] {
    font-weight: 600;
    font-size: 3.2rem;
}
.custom-icon[b-y6qb4izi4u] {
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

    .custom-icon i[b-y6qb4izi4u] {
        font-size: 30px;
        color: white;
    }
.subtitle[b-y6qb4izi4u] {
    line-height:32px;
}
/* Custom Icon Styling */
.custom-icon[b-y6qb4izi4u] {
    background-color: var(--primary-color); 
    color: white; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 60px; 
    height: 60px; 
}

.custom-icon i[b-y6qb4izi4u] {
    font-size: 30px; 
}

.card[b-y6qb4izi4u] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-content[b-y6qb4izi4u] {
    flex-grow: 1; 
}

.row[b-y6qb4izi4u] {
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
}

/* _content/HAFI.MVC/Views/Shared/_Layout.cshtml.rz.scp.css */
@font-face {
    font-family: 'bauhaus 93 regular';
    src: url('fonts/bauhaus 93 regular.ttf');
}
a.navbar-brand[b-g8hv68t0y7] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-g8hv68t0y7] {
  color: #0077cc;
  text-decoration:none;
}
    a:hover[b-g8hv68t0y7] {
        text-decoration: none;
    }

.btn-primary[b-g8hv68t0y7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-g8hv68t0y7], .nav-pills .show > .nav-link[b-g8hv68t0y7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-g8hv68t0y7] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-g8hv68t0y7] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-g8hv68t0y7] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-g8hv68t0y7] {
  font-size: 1rem;
  line-height: inherit;
}
.navbar-nav[b-g8hv68t0y7]{
    justify-content:end;
}

.footer[b-g8hv68t0y7] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* General styling for the footer */
footer[b-g8hv68t0y7] {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.footer-container[b-g8hv68t0y7] {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.footer-column[b-g8hv68t0y7] {
    flex: 1;
    padding: 0 20px;
}

    /* Logo (left column) */
    .footer-column.logo img[b-g8hv68t0y7] {
        width: 80px; /* Adjust based on your logo size */
    }

    /* Social Media (center column) */
    .footer-column.social-media[b-g8hv68t0y7] {
        text-align: center;

    }

        .footer-column.social-media a[b-g8hv68t0y7] {
            margin: 0 10px;
            text-decoration: none;
            color: white;
            font-size: 16px;
        }

            .footer-column.social-media a:hover[b-g8hv68t0y7] {
                text-decoration: underline;
            }

    /* Contact Info (right column) */
    .footer-column.contact[b-g8hv68t0y7] {
        text-align: center;
    }

        .footer-column.contact p[b-g8hv68t0y7] {
            margin: 5px 0;
        }

header[b-g8hv68t0y7] {
    position:fixed;
    z-index:100;
    width:100%;
}
.copyright a[b-g8hv68t0y7] {
    font-family: 'bauhaus 93 regular';
    color: var(--secondary-color);
}

/* Footer Bottom
-------------------------------------------------------------- */
.footer-bottom[b-g8hv68t0y7] {
    background-color: var(--primary-color);
    padding: 10px;
}

    .footer-bottom .copyright[b-g8hv68t0y7] {
        text-align: center;
        width: 100%;
    }

        .footer-bottom .copyright p[b-g8hv68t0y7] {
            margin-bottom: 0;
            color: var(--secondary-color);
            line-height: 36px;
        }

.footer-logo[b-g8hv68t0y7] {
    width: 80px;
}
.social-icons a[b-g8hv68t0y7] {
    background-color: white;
    border-radius: 50%;
    margin: 5px;
}
/* Footer Bottom
-------------------------------------------------------------- */
.logo-section[b-g8hv68t0y7]{
    width:80px;
}
.contact-email[b-g8hv68t0y7]{
    margin-right:40px;
}
.contact-phone[b-g8hv68t0y7]{
    margin-top:20px;
}
.contact-details[b-g8hv68t0y7] {
    display: flex; 
    align-items: center; 
    margin: 10px 0;
}
.icon-footer[b-g8hv68t0y7] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding-left: 10px;
}
@media(max-width: 770px) {
    .contact-email[b-g8hv68t0y7] {
        margin-right: 0px;
    }
}
