/* new */
/* comman srtart */
:root {
    --primary-blue: #0066cc;
    --secondary-blue: #004499;
    --light-blue: #f0f8ff;
    --text-dark: #333;
    --text-light: #666;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Exo 2", sans-serif !important;
    color: var(--text-dark) !important;
    line-height: 1.6 !important;
}

label.error {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.btn-outline-secondary:hover {
    background-color: unset !important;
    color: gray !important;
}

.small {
    font-size: .875em !important;
}

/* comman end */
/* header start */
#header {
    background-color: white !important;
}

.topheader {
    background: linear-gradient(90deg, black 55%, #213993 45%) !important;
    height: 10px !important;
    width: auto;
}

.loginborderclr {
    color: white !important;
}

.login {
    background-color: #213993 !important;
    color: white !important;
}

.crsptr:hover {
    cursor: pointer !important;
}

.radius45 {
    border-radius: 45px !important;
}

.radius35 {
    border-radius: 35px !important;
}

.radius12 {
    border-radius: 12px !important;
}

.radius22 {
    border-radius: 22px !important;
}

#streamline {
    background: linear-gradient(90deg, #EFF6FF 55%, #213993 45%) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 1000px;
    height: auto;
}

.w-md-75 {
    width: 100% !important;
}

.h-md-75 {
    height: auto !important;
}

.vatfilled {
    margin-bottom: -33px !important;
    bottom: 0px !important;
}

.textblue {
    color: #213993 !important;
}

.recognisedbg {
    background-color: #DBEAFE !important;
}

.btn-outline-primary:hover {
    background-color: unset !important;
}

.header-image-radius {
    border-radius: 60px;
}

/* header end */
/* service start*/
.borderclr {
    border-color: #c0bcbc;
}

.radius20 {
    border-radius: 20px !important;
}

#service {
    background: linear-gradient(180deg, #ffffFF 65%, #EFF6FF 35%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}

/* service end */
/* privacy start */
#privacy {
    background-color: #E7F1FF !important;
}

.fortifiedbd {
    border-right: 1px solid lightgray !important;
}

/* privacy end */
/* review star */
.testimonial-card {
    width: 100%;
    /* Make card fill its container */
    border-radius: 12px;
    border: 1px solid #e9ecef;
    padding: 2rem;
    min-height: 100%;
    box-sizing: border-box;
    /* Include padding in width calculation */
}

.scrolling-row-left,
.scrolling-row-right {
    display: flex;
    width: fit-content;
    align-items: stretch;
    /* Make cards same height in row */
}


.minheight {
    height: 150px !important;
    max-height: 300px !important;
}

.rating-stars {
    color: #ffc107;
    font-size: 1.2rem;
}

.read-more-btn:hover {
    cursor: pointer;
}

.stats-box {
    text-align: center;
    padding: 1.5rem;
    border-radius: 12px;
}

.stats-value {
    font-size: 2rem;
    font-weight: 700;
    color: #2a5bd7;
}

.stats-label {
    color: #6c757d;
    font-size: 0.9rem;
}

.testimonial-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scrolling-row-left {
    animation: scroll-left 30s linear infinite;
}

.scrolling-row-right {
    animation: scroll-right 30s linear infinite;
}

.testimonial-item {
    width: 390px;
    /* Fixed width instead of min-width */
    flex: 0 0 auto;
    /* Prevent flex items from growing/shrinking */
    padding-right: 20px;
    box-sizing: border-box;
}

/* Animation keyframes */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* review end */

/* feedback start */
.card-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #7f8c8d !important;
    margin-bottom: 12px !important;
}


.positive-change {
    color: #2ecc71 !important;
}

.feedback-percentage {
    font-size: 14px !important;
    color: #95a5a6 !important;
}

.btn-time-filter {
    border: 1px solid #dfe6e9 !important;
    background: white !important;
    color: #7f8c8d !important;
    font-size: 13px !important;
    padding: 5px 12px !important;
    margin-right: 6px !important;
}

.btn-time-filter.active {
    background: #3498db !important;
    color: white !important;
    border-color: #3498db !important;
}

.quick-action-btn {
    background: #3498db !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    border: none !important;
    width: 100% !important;
    margin-bottom: 16px !important;
}

.export-option {
    color: #3498db !important;
    font-weight: 500 !important;
    cursor: pointer !important;
}

.progress {
    height: 6px !important;
    border-radius: 3px !important;
    background-color: #ecf0f1 !important;
    margin-top: 12px !important;
}

.progress-bar-positive {
    background-color: #2ecc71 !important;
}

.positivetaxt {
    color: #2ecc71 !important;
}

.neutraltaxt {
    color: #f39c12 !important;
}

.negativetaxt {
    color: #e74c3c !important;
}

.bg-blue-100 {
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.progress-bar-neutral {
    background-color: #f39c12 !important;
}

.progress-bar-negative {
    background-color: #e74c3c !important;
}

/* feedback end */

/* faq start */

.curved-background {
    background-color: #EFF6FF;
    border-radius: 0 0 845px 370px;
    padding: 3rem 1rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.curved-background h2 {
    margin-bottom: 1rem;
    color: #333;
}

.curved-background p {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 1.5rem;
    background-color: white;
    text-align: left;
}

.faq-question {
    padding: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background-color: white;
}

/* .faq-question::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--primary-blue);
} */

.faq-answer {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
    color: var(--text-light);
    display: none;
}

.browsers {
    height: auto;
    width: 60px;
}

a {
    text-decoration: none !important;
}

/* faq end */

/* contact us start */
.formcontroll {
    border-radius: 10px !important;
    padding: 8px !important;
    font-size: 14px !important;
    border: 1.5px solid #0067dd78 !important;
}

.bg-green-1001 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}

.btn-primary {
    background-color: #0067DD;
    border: none;
    font-size: 14px !important;
    transition: background-color 0.3s ease;
}

/* contact us end */

/* footer start */
#footer {
    background-color: #EFF6FF;
}

/* footer end */

/* header start */
.nav-item {
    padding: 10px;
    font-family: inherit;
}

.nav-link:focus,
.nav-link:hover,
.nav-link.active {
    color: #213993 !important;
}

.nav-link {
    color: #212529 !important;
    font-weight: bold !important;
}

.menu {
    padding-right: 0px !important;
}

/* header end */

/* end */

@media (min-width: 768px) and (max-width:991.98px) {
    #streamline {
        background: linear-gradient(180deg, #EFF6FF 40%, #213993 60%) !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        max-height: 1000px;
        height: auto;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .vatfilled {
        display: none !important;
    }

    .testimonial-item {
        min-width: 280px;
        padding: 0 8px;
    }

    .testimonial-card {
        min-height: 200px;
        padding: 12px !important;
    }

    .scrolling-row {
        animation-duration: 20s;
    }

    .fortifiedbd {
        border-right: none !important;
    }

    .curved-background {
        background-color: #EFF6FF;
        border-radius: 0px;
        padding: 3rem 1rem;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .displaybr {
        display: none;
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    #streamline {
        background: linear-gradient(180deg, #EFF6FF 40%, #213993 60%) !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        max-height: 1000px;
        height: auto;
    }

    .vatfilled {
        display: none !important;
    }

    .testimonial-item {
        min-width: 280px;
        padding: 0 8px;
    }

    .testimonial-card {
        min-height: 200px;
        padding: 12px !important;
    }

    .scrolling-row {
        animation-duration: 20s;
    }

    .fortifiedbd {
        border-right: none !important;
    }

    .curved-background {
        background-color: #EFF6FF;
        border-radius: 0px;
        padding: 3rem 1rem;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .displaybr {
        display: none;
    }
}

@media (max-width: 575.98px) {
    #streamline {
        background: linear-gradient(180deg, #EFF6FF 40%, #213993 60%) !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        max-height: 1000px;
        height: auto;
    }

    .vatfilled {
        display: none !important;
    }

    .testimonial-item {
        min-width: 260px;
    }

    .fortifiedbd {
        border-right: none !important;
    }

    .curved-background {
        background-color: #EFF6FF;
        border-radius: 0px;
        padding: 3rem 1rem;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .displaybr {
        display: none;
    }
}