﻿
body {
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h6 {
    font-size: 18px;
}

.font-bold {
    font-weight: bold;
    font-size: 21px;
    margin-left: 23px;
}

a {
    text-decoration: none;
    color: inherit;
}

.head_text {
    font-size: 45px !important;
    font-weight: bolder !important;
    margin-bottom:18px;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 93%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.Heading-14px{
    font-size: 15px !important;
}
/* Header Styles */
header {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.float_end {
    float: inline-end;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
}

.nav-menu {
    display: flex;
    list-style: none;
}

    .nav-menu li {
        margin-left: 25px;
    }

    .nav-menu a {
        font-weight: 500;
        position: relative;
    }

        .nav-menu a:hover {
            color: #f04e4e;
        }

.header-buttons {
    display: flex;
    align-items: center;
}

.sign-in {
    margin-right: 15px;
    font-weight: 500;
}

.try-now {
    background-color: #f04e4e;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
}

    .try-now:hover {
        background-color: #d83b3b;
    }

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Hero Section */
.CMS_main_banner {
    background: url(../CMSPhotos/MainHeader.png) !important;
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.hero-content {
    width: 50%;
    padding-right: 30px;
}

.hero-image {
    width: 50%;
    display: flex;
    justify-content: center;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.2;
}

.hero p {
    margin-bottom: 25px;
    font-size: 16px;
}

.hero-btn {
    display: inline-block;
    background-color: #f04e4e;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
}

    .hero-btn:hover {
        background-color: #d83b3b;
    }

/* Features Icons */
.features-icons {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-icon {
    width: 22%;
    text-align: center;
    margin-bottom: 20px;
}

.icon-box {
    border: 7px solid #E81D25;
    border-radius: 8px;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

    .icon-box img {
        width: 60%;
    }

.feature-icon p {
    font-size: 14px;
    font-weight: 500;
}

/* DMS Solution Section */
.dms-solution {
    text-align: center;
}

.solution-content {
    display: flex;
    align-items: center;
    text-align: left;
}

.solution-text {
    width: 60%;
    padding-right: 30px;
    color: black;
}

    .solution-text p {
        margin-bottom: 15px;
        font-size: 18px !important;
    }

.solution-image {
    width: 40%;
}
.StreamlinedHeader {
    padding-left: 8rem;
    padding-right: 8rem;
}

/* Key Features Section */
.ecatalog-key-features-bg-image {
    background: url(../CMSPhotos/Key_features_Back.png) no-repeat center center !important;
    background-size: cover !important;
}
.fonts-18px{
    font-size:18px;
}
.flexstart1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 20px; /* Add space between rows */
}
    .flexstart1 .dv_main {
        width: 100%;
        height: 100%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-radius: 8px;
        overflow: hidden;
        transition: transform 0.3s ease;
    }

    .whychooseimg img {
        max-width: 100%;
        height: auto;
    }
#rectangletext {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.whychooseimg, .whychooseContent {
    display: flex;
    align-items: center;
}
.bg-home-Font-Color {
    color: white !important;
    margin: 2% 1%;
}


/* Why Choose Us Section */
#rectangleimage1 img {
    height: auto;
    /* border: 2px solid red; */
    padding: 10px;
    max-width: 90px;
    /* margin-top: 8px; */
    /* border-radius: 8px !important; */
}
.choose-image {
    width: 40%;
    display: flex;
    justify-content: center;
}

.icon-margin{
    margin-top:10px;
}

.Section-Gray {
    background-color: white !important;
}
.flexstart {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.dv_main {
    border-radius: 8px !important;
    padding: 8px;
    width: 100%;
}
#rectangleimage img {
    height: auto;
    border: unset !important;
    padding: 0px 10px;
    max-width: 90px;
    margin-top: 0px !important;
    border-radius: unset !important;
}
/* How It Works Section */
.how-it-works {
    padding: 30px 0;
}

    .how-it-works h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 10px;
    }

/* Testimonials Section */
.testimonials {
    padding: 60px 0;
    text-align: center;
}

    .testimonials h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

.testimonial-slider {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.testimonial-slide {
    display: none;
}

    .testimonial-slide.active {
        display: block;
    }

.testimonial-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.testimonial-stars {
    color: #ffb900;
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: 700;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .dot.active {
        background-color: #f04e4e;
    }
.carousel-indicators {
    position: absolute !important;
    right: 0 !important;
    bottom: -20px !important;
    left: 35px !important;
    z-index: 0 !important;
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
    margin-right: 15% !important;
    margin-left: 15% !important;
    list-style: none !important;
    margin-bottom: 0px;
}

    .carousel-indicators li {
        position: relative !important;
        flex: 0 1 auto !important;
        width: 18px !important;
        height: 18px !important;
        border-radius: 99px !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        text-indent: -999px !important;
        background-color: #323232 !important;
    }

        .carousel-indicators li::before {
            position: absolute !important;
            top: -10px !important;
            left: 0 !important;
            display: inline-block !important;
            width: 100% !important;
            height: 10px !important;
            content: "" !important;
        }

        .carousel-indicators li::after {
            position: absolute !important;
            bottom: -10px !important;
            left: 0 !important;
            display: inline-block !important;
            width: 100% !important;
            height: 10px !important;
            content: "" !important;
        }

    .carousel-indicators .active {
        background-color: #e02020 !important;
    }
/* Contact Section */
.contact {
    padding: 40px 0;
    text-align: center;
    margin-bottom: 3%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #F2F2F2;
    padding-bottom: 3%;
    padding-top: 3%;
}

    .contact h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .contact p {
        margin-bottom: 30px;
    }

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.contact-btn {
    background-color: #f04e4e;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
}

    .contact-btn:hover {
        background-color: #d83b3b;
    }

    .contact-btn.outline {
        background-color: transparent;
        border: 2px solid #f04e4e;
        color: #f04e4e;
    }

        .contact-btn.outline:hover {
            background-color: #f04e4e;
            color: white;
        }

/* FAQ Section */
.bgcolor {
    background-color: #F2F2F2 !important;
    margin-bottom: 20px;
}
.affiliate-section-max-width {
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
}
.accordion-header {
    cursor: pointer;
    padding: 10px 15px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(242, 242, 242) !important;
    border-radius: 8px;
}
.accordion-header-h1 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-right: 2%;
    max-width: 585px;
}
.accordion-icon {
    width: 20px;
    height: 20px;
    background-image: url(/Content/images/Affiliate/faq_plus_img.png);
    background-size: cover;
    margin-right: 7px;
    background-position: center;
}
.accordion-header.active .accordion-icon {
    background-image: url(/Content/images/Affiliate/faq_minus_img.png);
    height: 4px;
    margin-right: 7px;
}
.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(242, 242, 242);
    border-radius: 8px;
}    
.faq-line {
    border-top: 2px solid hsl(0, 0%, 71%);
    margin: -10px 0px 5px 0px;
}


/* Responsive Styles */
@media (max-width: 992px) {
    .hero-content,
    .hero-image,
    .solution-text,
    .solution-image,
    .choose-list,
    .choose-image,
    .faq-image,
    .faq-questions {
        width: 100%;
        padding-right: 0;
    }

    .hero,
    .solution-content,
    .choose-content,
    .faq-content {
        flex-direction: column;
    }

    .hero-image,
    .solution-image,
    .choose-image,
    .faq-image {
        margin-top: 30px;
        order: 2;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .workflow-step {
        width: 30%;
        margin-bottom: 30px;
    }

        .workflow-step:not(:last-child):after {
            display: none;
        }

    .footer-col {
        width: 48%;
    }

    .whychooesetext {
        margin-top: 17px;
    }

    .navbar-inverse{
        padding-right: 0px !important;
        padding-left:0px !important;
    }

    .mobileviewmargintop{
        margin-top:10px;
    }
}

@media (max-width: 768px) {
    .nav-menu,
    .header-buttons {
        display: none;
    }
    .StreamlinedHeader {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .mobile-menu-toggle {
        display: block;
    }

    .feature-icon {
        width: 48%;
    }

    .workflow-step {
        width: 48%;
    }

    .footer-col {
        width: 100%;
    }
    .flexstart1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: auto;
    }
    #rectangleimage2 {
        width: 277px;
        margin-left: 19px;
    }
    #rectangleimage3 {
        width: 270px;
        margin-left: 0px;
    }
    img {
        max-width: 100%;
        height: auto !important;
    }

    .flexstart1 {
        align-items: stretch;
        justify-content: center;
         margin-bottom: 0px; 
    }
    .whychooesetext {
        margin-top: 17px;
    }
    .head_text{
        font-size:33px !important;
    }
    h1{
        font-size:33px !important;
    }
    .H2_FontSize {
        font-size: 27px !important;
    }
    h3{
        font-size:22px !important;
    }
    h4 {
        font-size: 19px !important;
    }
    .P_FontSize {
        font-size: 17px !important;
        text-align: center !important;
    }
    .carousel-indicators {
        margin-right: 15% !important;
        margin-left: 6% !important;
    }
    .P_FontSizefaq {
        font-size: 17px !important;
    }
}

.accordion-header-h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 1% 1%;
}

.mobileview {
    display: none !important;
}
.desktopview {
    text-align: end;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .mobileview {
        display: block !important;
        margin-bottom: 30px;
    }
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.Heading-18px{
    color:black !important;
}