/* General Styling */
.zwc-banner {
    /* padding: 50px 0  !important; */
}

.content-wrap {
    display: flex  !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    margin: 0 auto !important;
}

.zwc-content-left {
    width: 65% !important;
}

.zwc-content-right {
    width: 33% !important;
}

.zwc-content-left h1 {
    font-size: 36px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
}

.zwc-content-left h1 span.dis-block {
    display: block !important;
}

.zwc-content-left p {
    /* font-size: 18px !important;
    color: #555 !important;
    margin-bottom: 30px !important; */
}

.zwc-content-left a.zwc-txt-highlight {
    color: #007bff !important;
    text-decoration: none !important;
}

.zwc-content-left a.zwc-txt-highlight:hover {
    text-decoration: underline !important;
}

/* Buttons Styling */
.zh-home-btn {
    display: flex !important;
    gap: 15px !important;
    margin-bottom: 40px !important;
}

.zh-btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
}

.zh-sign {
    background-color: #007bff !important;
    color: #fff !important;
}

.zh-access {
    background-color: #28a745 !important;
    color: #fff !important;
}

.zh-btn:hover {
    opacity: 0.9 !important;
}

.zwc-img-container {
    margin-top: 30px !important;
}

.zwc-img-container picture img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Featured Apps Section */
.zwc-content-right h2.zwc-sec-title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
}

.wp-block-list {
    list-style: none !important;
    padding: 10px 0 0;
    background-color: #fff;
}

.wp-block-list li {
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    padding: 6px 40px;
}

.wp-block-list li a {
    display: flex !important;
    align-items: center !important;
    padding: 0 0 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
}

.wp-block-list li a:hover {
    background-color: #e9ecef !important;
}

.wp-block-list li a span {
    display: inline-block !important;
    width: 85%;
}

.wp-block-list li a label {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-left: 15px !important;
}

.wp-block-list li a small {
    font-size: 14px !important;
    color: #777 !important;
    margin-left: 15px !important;
    text-align: initial;
}

.wp-block-list li a span.zgh-i-crm,
.wp-block-list li a span.zgh-i-books,
.wp-block-list li a span.zgh-i-mail,
.wp-block-list li a span.zgh-i-people,
.wp-block-list li a span.zgh-i-payroll {
    width: 40px !important;
    height: 40px !important;
    background-color: #007bff !important;
    border-radius: 50% !important;
    display: inline-block !important;
}

.zwc-btncontainer {
    text-align: center !important;
}

.zwc-btn-nofill {
    display: inline-block !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.zwc-btn-nofill:hover {
    background-color: #007bff !important;
    color: #fff !important;
}

/* General Styling */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Layout Styling */
.saas-layout {
    display: flex;
    min-height: 100vh;
}

/* Left Sidebar */
.saas-sidebar {
    /* width: 250px; */
    color: white;
    padding: 0px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7ebf0;
    /* background: linear-gradient(90deg,#f7f9fd 40%,#fff 100%); */
}

.saas-nav {
    margin: 0;
}

.saas-nav h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.saas-nav ul {
    list-style: none;
    padding: 0;
}

.saas-nav ul li {
    margin-bottom: 0px;
}

.saas-nav ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 0px 2px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.saas-nav ul li a:hover,
.saas-nav ul li a:focus {
    background-color: #e2ecf6;
}

/* Right Content */
.saas-content {
    flex: 1;
    /* padding: 40px; */
    background-color: #fff;
}

.saas-content article {
    margin-bottom: 40px;
    clear: both;
}

.saas-content article h2 {
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* General Card Styling */
.saas-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
    width: 48%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    float: left;
    margin-right: 10px;
}

.saas-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Content Layout */
.saas-card-content {
    display: flex;
    align-items: flex-start;
}

.saas-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    border-radius: 50%;
    margin-right: 15px;
}

/* Commerce Icon (replace with actual icon) */
.commerce-icon {
    background-image: url('path-to-your-commerce-icon.png');
    background-size: cover;
}

/* Text Content */
.saas-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.saas-card-description {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
    display: block;
}

.saas-card-link {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.saas-card-link:hover {
    text-decoration: underline;
}

/*
/* General Styling */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Banner */
.hero-banner {
    background: url('path-to-your-hero-image.jpg') no-repeat center center/cover;
    color: #fff;
    /* text-align: center; */
}

.hero-banner .banner-content {
    display: inline-block;
    /* padding: 40px; */
    border-radius: 8px;
}

.hero-banner h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero-banner p {
    font-size: 18px;
}

/* CRM Features Section */
.crm-features {
    background-color: #ffffff;
    padding: 10px 0;
}

.features-intro {
    /* text-align: center; */
    margin-bottom: 40px;
}

.features-intro h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.features-intro p {
    font-size: 18px;
    color: #555;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.feature-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    width: 30%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.feature-card h3 {
    font-size: 22px;
    margin-top: 10px;
}

.feature-card p {
    font-size: 16px;
    color: #555 !important;
}

/* Feature Icons */
.feature-icon {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin: 0 auto;
}

.feature-icon-lead-management {
    background-image: url('path-to-your-lead-management-icon.png');
}

.feature-icon-sales-automation {
    background-image: url('path-to-your-sales-automation-icon.png');
}

.feature-icon-reporting {
    background-image: url('path-to-your-reporting-icon.png');
}

.feature-icon-integration {
    background-image: url('path-to-your-integration-icon.png');
}

/* Pricing Section */
.pricing {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.pricing h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.pricing-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    width: 300px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.pricing-card h3 {
    font-size: 24px;
    margin: 10px 0;
}

.pricing-card .price {
    font-size: 28px;
    color: #007bff;
    margin-bottom: 20px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-card ul li {
    margin-bottom: 10px;
}

.pricing-card .btn {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.pricing-card .btn:hover {
    background-color: #0056b3;
}

/* Contact Us Form Section */
.contact-us {
    background-color: #ffffff;
    padding: 60px 0;
}

.contact-us h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.contact-us p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

#contact-form {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.submit-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
}

.submit-button:hover {
    background-color: #0056b3;
}

/* FAQs Section */
.faqs {
    background-color: #f9f9f9;
    padding: 30px 10px;
}

.faqs h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.faq-item {
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
    font-size: 22px;
    margin-top: 0;
}

.faq-item p {
    font-size: 16px;
    color: #555 !important;
}

/* Customer Feedback Section */
.customer-feedback {
    background-color: #ffffff;
    padding: 60px 0;
}

.customer-feedback h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.feedback-item {
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-style: italic;
}

.feedback-item cite {
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-grid,
    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }

    .feature-card,
    .pricing-card {
        width: 100%;
        max-width: 500px;
    }
}
.zh-content label {
  float: left;
}
.zh-content small {
  float: left;
}
/* Carousel Container */
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    margin: 3rem 0 3rem 0;
}

.carousel-left,
.carousel-right {
    width: 48%;
}

.carousel-left img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.carousel-right h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.carousel-right p {
    font-size: 16px;
    color: #666 !important;
}

/* Carousel Navigation */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.8);
}
.sirius-icon {
  max-width: 50px;
}
.enquire-form {float: left;}
/* Media query for medium screens (tablets) */
@media (min-width: 768px) and (max-width: 1024px) {
    .zwc-content-left,
    .zwc-content-right {
        width: 100% !important;
       # margin-bottom: 30px;
    }
    .saas-card{width:100% !important}
    .saas-layout {
            flex-direction: column;
    }
    .saas-sidebar {
        width: 100%;
    }
    .saas-content {
        padding: 20px;
    }
}

/* Media query for small screens (mobile phones) */
@media (max-width: 768px) {
    .zwc-content-left,
    .zwc-content-right {
        width: 100% !important;
       # margin-bottom: 30px;
    }
    .saas-card{width:100% !important}
    .zh-home-btn {
        flex-direction: column;
        gap: 10px;
    }
    .saas-layout {
            flex-direction: column;
        }

        .saas-sidebar {
            width: 100%;
        }

        .saas-content {
            padding: 20px;
        }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100% !important;
  }
}
.btn.btn-success.font-weight-bold.btn-click-here {
  font-size: 13px;
  line-height: 17px;
}
/* .tree-leaf {margin: 0px 19px;} */
.zh-main-app.zh-crm {padding: 0px;}