* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    /*Agency f*/
    font-family: 'Saacom';
    src: url(/fonts/Saacom.woff) format('woff');
}

@font-face {
    /*segal*/
    font-family: 'Saacom2';
    src: url(/fonts/Saacom2.woff) format('woff');
}

@font-face {
    /*open*/
    font-family: 'Saacom3';
    src: url(/fonts/Saacom3.woff) format('woff');
}

@font-face {
    /*forte*/
    font-family: 'Saacom4';
    src: url(/fonts/Saacom4.woff) format('woff');
}

/*#f7f2ff*/
body {
    overflow-x: hidden;
    background-color: #f7f4fc;
    font-family: 'Saacom3', sans-serif;
}

html {
    scroll-behavior: smooth;
    font-family: 'Saacom3', sans-serif;
}

nav {
    background-color: #8270fc;
}

.safacom_name {
    font-family: 'Saacom';
    font-weight: 900;
    color: #0099ff;
}

.navbar {
    padding-top: 0.25rem;
    /* reduce padding */
    padding-bottom: 0.25rem;
}

.navbar-brand img {
    vertical-align: middle;
    /* better image alignment */
    height: 45px;
    /* or whatever height you want */
    object-fit: contain;
    /* optional to maintain aspect ratio */
}

.hero-container {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    margin-top: 10px;

}

.nav-link {
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
}

.nav-link:hover {
    color: #fad8d8 !important;
    transform: scale(1.2);
    font-weight: 700;
    transition-duration: 0.5s;
}

.card-img-top:hover {
    transform: scale(1.1);
    transition: 1s;
}

.feat_cd {
    background-color: white;
    box-shadow: #000;
}
#footer-section{
    background-color: #8270fc;
    color: white;
    
}
.footer_links {
    color: #ffffff;
    text-decoration: none;
}

.footer_links:hover {
    color: #3ce2ff;
    font-size: large;
}

.icon {
    font-size: 100px;
}

.footer_logo:hover {
    transform: scale(1.2);
}

/* Carousel css */
.carous-main-contain {
    position: relative;
}

.carou_contain {
    max-width: 800px;
    background-color: rgb(187, 193, 255);
    padding: 0px;
    border-radius: 25px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.carou-img-area {
    width: 200px;
    height: 200px;
    margin: 20% auto;
    border-radius: 50%;
    overflow: hidden;
    border: 10px ridge #101010;
}

.carou-img-area img {
    width: 100%;
    height: auto;
}

.carous-left-tap {
    color: #000000;
    font-weight: 900;
}

.carous-right-tap {
    color: #000000;
    font-weight: 900;
}

.carou-review {
    font-size: 16px;
    font-weight: 600;
    padding: 30px 0;
}

.carou-person {
    font-size: 18px;
    color: #101010;
    margin: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/* optional */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.carousel-indicators .active {
    background-color: #000000;
}

.carousel-indicators .active {
    border: 2px solid transparent;
    background-color: #000000 !important;
}

.carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    background-color: inherit;
    border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carou-designation {
    color: #101010;
    font-size: 14px;
}

.card-header {
    background-color: #CDC1FF !important;
}

/* Feature Retail  */
/*
.feature-contain-Re {
    background-color: rgb(214, 255, 223);
    padding : 0px;
    border-radius: 25px;
    box-shadow: 0 2px 20px rgba(0, 85, 28, 0.3);
}
*/
.featureR-img-area {
    margin: 10% auto;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.feature-text-r {
    font-size: 20px;
    font-weight: 400;
    padding: 30px 0;
}

/*.........Pricing Ta............*/
.tab-section {
    display: none;
}


/* Optional: style active tab links */
.pricing-tabs a {
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #eee;
    color: #000000;
    border-radius: 5px 5px 0 0;
}

.tab-section {
    display: none;
}

.tab-section.show {
    display: block;
}
.card-header-yearly{
    background-color: #3a278b !important;
    color: white;
    /*#0f0441*/
}
.pricing-tabs .active-tab {
    background: #fff;
    font-weight: bold;
    color: #745fff;
}


.float_demo {
    background-color: #8270fc;
    color: #ffffff;
    width: 120px;
    height: 50px;
    border-radius: 5px;
    transition-duration: 0.4s;
    transition: all 0.3s ease-in-out;
}

.float_demo:hover {
    border: 2px solid #000;
    color: #ffffff;
    transform: scale(1.05);
    background-color: #973cff;
}

.custom-pricing-btn {
    color: rgb(0, 0, 0);
    border: 1px solid #8270fc !important;
    transition: all 0.3s ease;
}

.custom-pricing-btn:hover {
    background-color: #8270fc !important;
    color: #ffffff !important;
    border-color: #8270fc;
    transform: scale(1.05);
}

.strategy-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0.5rem;
}

#Demo_form {
    scroll-margin-top: 80px;
}
/*-----------CSS for Moile view----------------*/
@media (max-width:560px) {
    .carou-img-area {
        margin: 5% auto 0;
    }

    .carou-img-text {
        text-align: center;
    }

    .carou-review {
        font-size: 20px;
        font-weight: 600;
        margin: 5px 0;
    }

    .carou-person {
        font-size: 15px;
    }

    .carou-designation {
        font-size: 10px;
    }

    .carous-right-tap {
        font-size: 12px;
    }

    .carous-left-tap {
        font-size: 12px;
    }

    .carousel-indicators [data-bs-target] {
        height: 8px;
        border: 1px solid #fff;
        width: 8px;
        background-color: inherit;
        border-radius: 50%;
    }

    .carousel-indicators .active {
        border: 1px solid transparent;
        background-color: #2f00ff !important;
    }

    /* Features-R */
    .feature-img-text {
        text-align: center;
    }

    .feature-text-r {
        font-size: 20px;
        font-weight: 400;
        margin: 5px 0;
    }

    .featureR-img-area {
        padding-left: 25px;
    }

    .featurette-heading {
        font-size: 30px;
        font-weight: 600;
    }
}