/*============================================
Theme Name: The Best SaaS Marketing Agency
Theme URI: 
Author: OG Web Solutions
Author URI: https://www.ogwebsolutions.com/
Version: 1.0
Description: 
============================================*/

/*============================================
                    Index
============================================
# Global Style
    ## Back to top

# Homepage
    ## Header
    ## Footer
    ## Modal
    ## Hero Banner Section
    ## Our Services Section
    ## About Us Section
    ## Our Work Section
    ## Testimonial Section
    ## Contact Us Section

# Thank You Page
            
============================================*/

/*============================================
            # Global Style
============================================*/



/* Typography */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #181818;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

h2 {
    font-size: 50px;
    font-weight: 800;
}

h3 {
    font-size: 40px;
    font-weight: 800;
}

h4 {
    font-size: 32px;
    font-weight: 800;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.max-840 {
    max-width: 840px;
    margin: 0 auto;
}

.max-1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.shadowCorner {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 44 122 / 13%);
    padding: 50px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    body {
        font-size: 15px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
}

a {
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Buttons */
.btn {
    background-color: #6700a5;
    color: #ffffff;
    border: 2px solid #6700a5;
    outline: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: none;
}

.btn * {
    text-shadow: 0px 0px 8px rgba(21, 21, 21, .1);
}

.btn:hover {
    background-color: #fff;
    color: #6700a5;
    outline: none;
    box-shadow: none;
    border: 2px solid #6700a5;
}

.btn.demosBtn {
    background-color: #d100eb;
    border-color: #d100eb;
}

.smallBtn {
    font-size: 18px;
    padding: 10px 20px;
}

.btn.demosBtn:hover {
    background-color: #fff;
    color: #d100eb;
    outline: none;
    box-shadow: none;
    border: 2px solid #d100eb;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn.demosBtn svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: -5px;
}

.btnRow {
    max-width: 830px;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 12px 24px;
        font-size: 17px;
    }
}


/* Container */
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Padding */
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.alter-section-padding {
    padding-top: 70px;
    padding-bottom: 80px;
}

.equal-section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width:1199px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .alter-section-padding {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .equal-section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .alter-section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .equal-section-padding {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

/* Section Title */
.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-title p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
}

@media screen and (max-width:1199px) {
    .section-title {
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:767px) {
    .section-title h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .section-title p {
        font-size: 17px;
    }
}

/* Colors */
.text-pink {
    color: #ff6b6d
}

.text-gray {
    color: #a0a0a0
}

.text-green {
    color: #d100eb;
}

.text-yellow {
    color: #00f18a;
}

.bg-purple {
    background-color: #6700a5;
}

.bg-lighblue {
    background-color: #f7fbff;
}

.font14 {
    font-size: 14px !important;
}


/* Background Color */
.bg-light-gray {
    background-color: #f5f5f5;
}

/* ## Back to top */
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    background-color: #6700a5;
    cursor: pointer;
    border: 2px solid #6700a5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 0;
    opacity: 0.9;
    transition: opacity 200ms linear;
    display: none;
}

.backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    transform: rotate(-45deg);
    height: 0px;
    width: 0px;
    border-width: 3px 3px 0 0;
    border-style: solid;
    padding: 5px;
    border-color: #ffffff;
}

.backtotop:hover {
    opacity: 1;
    transition: opacity 200ms linear;
}

@media screen and (max-width:767.98px) {
    .backtotop {
        width: 30px;
        height: 30px;
    }
}

/*============================================
            # Homepage
============================================*/
/* ================= TOP BAR ================= */
.top-bar {
    background: #6a0dad;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-size: 14px;
}

/* ================= HEADER ================= */
.header {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header img{
    width: 150px;
}

.mobile-menu img{
    width: 150px;    
}

.nav-link {
    font-weight: 500;
    color: #323232 !important
}

/* ================= MOBILE MENU ================= */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 2000;
    transition: right 0.3s ease;
    padding: 20px;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 1999;
}

.menu-overlay.active {
    display: block;
}

/* Remove bullets completely */
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    border-bottom: 1px solid #eee;
}

.mobile-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    color: #0d6efd;
    font-weight: 500;
}

/* Mobile submenu */
.mobile-submenu {
    display: none;
    padding-left: 15px;
}

.mobile-submenu a {
    font-size: 14px;
    padding: 8px 0;
}

/* Close button */
.close-btn {
    background: #6a0dad;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
}


/* ## Modal Start */
@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 600px;
    }
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.modal-sub-title {
    font-size: 20px;
    margin-bottom: 30px;
}

.form-control {
    font-size: 16px;
    padding: 15px 20px;
}

.form-control.error {
    border-color: #ff0000;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.modal-body button.btn {
    width: 100%;
}

.formHint {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .modal-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .modal-sub-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .modal .btn {
        font-size: 15px;
        padding: 10px 15px;
    }
}


/*-----------------------
   ## Banner section
-----------------------*/
.hero-banner-section {
    background-image: url(../images/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.hero-banner-section h3 {
    font-family: 'Pompiere', cursive;
    font-size: 36px;
    color: #d100eb;
    font-weight: 700;
}

.hero-banner-section h1 {
    font-size: 96px;
    color: #6700a5;
    font-weight: 800;
}

.hero-banner-section h2 {
    font-size: 32px;
    color: #181818;
    font-weight: 800;
}

.bannerList ul {
    margin: 0;
    padding: 0;
}

.bannerList ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #181818;
    padding: 10px;
    font-weight: 700;
}

.bannerList ul li svg {
    color: #d100eb;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

/*-----------------------
   ## Services section
-----------------------*/
.banner-service-section .bannerLast {
    box-shadow: 0px 0px 30px 0px rgb(0 44 122 / 13%);
    border-radius: 10px;
    padding: 30px 15px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    background: #fff;
}

.cursiveText {
    font-family: 'Pompiere', cursive;
    font-size: 36px;
    font-weight: 700;
}

.meetPeople {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 44 122 / 13%);
    border-radius: 10px;
    height: 100%;
}

.meetPeople img {
    border-radius: 50%;
}

.meetPeople h5 {
    font-size: 22px;
    font-weight: 800;
}

.meetPeople p {
    font-size: 20px;
    line-height: 30px;
}

/*-----------------------
   ## Video Banner section
-----------------------*/
.videoPlay-banner {
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

/*-----------------------
   ## List Style
-----------------------*/

ul.listStyle {
    padding: 0;
    margin-bottom: 25px;
}

ul.listStyle li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

ul.listStyle li svg {
    fill: #6700a5;
    position: absolute;
    left: 0;
    top: 5px;
}

.iconCol h5 {
    font-size: 24px;
}

.iconCol p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.iconCol img {
    border-radius: 0 !important;
}

/*============================================
            # Video Modal
============================================*/
.modal-body .video {
    width: 100%;
    overflow: hidden;
}

.video-sec .modal-body {
    padding: 0px !important;
    background-color: transparent;
    line-height: 0;
}

.videoPopup img {
    cursor: pointer;
}

/*============================================
            # Footer
============================================*/

ul.social_links {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.social_links li {
    list-style: none;
    padding: 0 10px;
}

ul.social_links li a {
    color: #4d5256;
}

.copyright_text a {
    color: #181818;
    text-decoration: none;
}

.copyright_text a:hover,
ul.social_links li a:hover {
    color: #6700a5;
}

/*============================================
            # Thank You Page
============================================*/
.thankyou-section h3 {
    font-size: 24px;
    font-weight: 700;
}

.thankyou-section p {
    font-size: 20px;
    line-height: 1.5;
}

.thankYou {
    padding-top: 140px !important;
    padding-bottom: 110px;
}

.thankyouLogo {
    margin-bottom: 110px;
}

.thankyouLogo img {
    width: 225px;
}

hr.lineGreen {
    margin-top: 0 !important;
    height: 3px;
    background-color: #d100eb;
    opacity: 1;
    max-width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.thankYou h4 {
    font-size: 28px;
}

@media screen and (max-width:767px) {
    .thankyou-section h3 {
        font-size: 20px;
    }

    .thankyou-section p {
        font-size: 16px;
    }
}


.cursor-pointer {
    cursor: pointer;
}

/*============================================
            Responsive
============================================*/

@media (max-width:1199px) {
    .hero-banner-section h1 {
        font-size: 86px;
    }
}

@media (max-width:991px) {
    .columnReverse {
        flex-direction: column-reverse;
    }

    .btn {
        font-size: 20px;
    }

    .hero-banner-section h1 {
        font-size: 66px;
    }

    .hero-banner-section h2 br {
        display: none;
    }

    .leftRight-section .row img,
    .shadowCorner .row img {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .header {
        padding: 20px 5px;
    }

    .hero-banner-section h3,
    .cursiveText {
        font-size: 28px;
    }

    .hero-banner-section h1 {
        font-size: 36px;
    }

    .hero-banner-section h2 {
        font-size: 20px;
        margin-bottom: 0px !important;
    }

    .bannerList ul li {
        font-size: 16px;
    }

    .bannerLast {
        margin-left: 5px;
        margin-right: 5px;
    }

    .bannerLast p br {
        display: none;
    }

    .bannerLast p {
        margin-bottom: 25px !important;
    }

    .bannerLast .col-md-2:last-child p {
        margin-bottom: 0 !important;
    }

    h2 {
        font-size: 30px;
    }

    .meetPeople p {
        font-size: 18px;
        line-height: 28px;
    }

    .meetPeople {
        padding: 30px 20px;
    }

    h3 {
        font-size: 26px;
    }

    h4,
    .thankYou h4 {
        font-size: 22px;
    }

    .font-18,
    .font-20 {
        font-size: 16px !important;
    }

    .videoPlay-banner {
        padding: 60px 0;
    }

    .btn {
        font-size: 16px;
    }

    .shadowCorner {
        padding: 30px 20px;
    }

    .btnRow {
        display: block !important;
        text-align: center;
    }

    .btnRow button.btn {
        margin-top: 25px;
    }

    .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header.fixed-top #navbarNav {
        top: 80px;
    }

    .hero-banner-section {
        padding-top: 120px;
    }

    .iconCol h5 {
        font-size: 20px;
    }

    .hero-banner-section.thankYou h1 {
        font-size: 40px;
    }

    hr.lineGreen {
        margin-top: 10px !important;
    }

    .thankYou {
        padding-bottom: 30px;
    }

    .thankyouLogo {
        margin-bottom: 70px;
    }
}

/*--------------------------------------------------------------

# Privacy Policy & Term and Conditions page

--------------------------------------------------------------*/

.privacypolicyterms h2 {
    font-size: 32px;
}

.privacypolicyterms h3 {
    font-size: 24px;
}

.privacypolicyterms h4 {
    font-size: 22px;
}

.privacypolicyterms p {
    font-size: 18px;
}

.privacypolicyterms p a {
    color: #6700a5;
}

.privacypolicyterms li {
    font-size: 18px;
}

.privacypolicyterms .highlight {
    font-weight: 500;
}

h1.privacyHeadine {
    font-size: 86px;
}

@media only screen and (max-width: 767px) {
    .privacypolicyterms h2 {
        font-size: 26px;
    }

    .privacypolicyterms h3 {
        font-size: 22px;
    }

    .privacypolicyterms h4 {
        font-size: 20px;
    }

    .privacypolicyterms p,
    .privacypolicyterms li {
        font-size: 16px;
    }
}

/* ## Preload Spinner */
.preloadSpinner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
}

.preloadSpinner::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border: 1px solid #6700a5;
    border-top: 10px dotted #6700a5;
    border-radius: 100%;
    animation: spinner 500ms infinite ease-in-out;
}


@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:767.98px) {
    .preloadSpinner::after {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        border-top: 5px dotted #6700a5;
    }
}




.page-contact-us {
    padding: 100px 0 100px;
}

.contact-info-item {
    position: relative;
    background-color: #f6e7ff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.contact-info-item:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #7619ae;
    height: 100%;
    width: 100%;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover:before {
    top: 0;
}

.contact-info-item .icon-box {
    position: relative;
    background-color: #7619ae;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.contact-info-item:hover .icon-box {
    background-color: #ffffff;
}

.contact-info-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before {
    transform: scale(1);
}

.contact-info-item .icon-box img {
    position: relative;
    max-width: 40px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box img {
    filter: brightness(1) invert(1);
}

.contact-info-content {
    position: relative;
    z-index: 1;
}

.contact-info-item:hover .contact-info-content {
    border-color: #cccccc;
}

.contact-info-content h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.contact-info-content p {
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-item:hover .contact-info-content h3,
.contact-info-item:hover .contact-info-content p,
.contact-info-item:hover .contact-info-content p .text-dark {
    color: #ffffff !important;
}




.hero {
    background: linear-gradient(180deg, #ffffff 64%, #ffffff 36%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 80px 0 20px;
}

.hero-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
}

.section-title {
    margin-bottom: 25px;
}

.section-title.dark-section h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    color: #181818;
}

.section-title.dark-section p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    color: #181818;
}

.hero-video {
    max-width: 800px;
    margin: auto;
}

.hero-video video {
    width: 100%;
    border-radius: 10px 10px 10px 10px;
}


.our-services {
    background: #f7eaff;
    background-repeat: no-repeat;
    background-position: bottom -1px center;
    background-size: 100% auto;
    padding: 50px 0 50px;
}

.service-item {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px #0000000A;
    border: 1px solid #eeeeee;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
}

.service-item:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #6700a5;
    border-radius: 500px 500px 0 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.service-item:hover:before {
    top: 0;
    border-radius: 0;
    opacity: 1;
}

.service-item .icon-box {
    position: relative;
    background-color: #d100eb;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.service-item:hover .icon-box {
    background-color: #ffffff;
}

.service-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.service-item:hover .icon-box::before {
    transform: scale(1);
}

.service-item .icon-box img {
    position: relative;
    max-width: 36px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    filter: brightness(1) invert(1);
}

.service-item:hover .icon-box img {
    filter: brightness(0) invert(0);
}

.service-content {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .service-content {
    border-color: var(--dark-divider-color);
}

.service-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .service-content h3 {
    color: #ffffff;
}

.service-content p {
    margin: 0;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.service-item:hover .service-content p {
    color: #ffffff;
}

.section-title h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
}

.section-title p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}


.cta-box {
    background: #6700a5;
    background-repeat: no-repeat;
    background-position: bottom -1px center;
    background-size: auto;
    padding: 100px 0 100px;
}

.cta-box-content .section-title p,
.cta-box-content .section-title h2 {
    color: #ffffff;
}


.our-features {
    padding: 100px 0 100px;
}

.features-item {
    position: relative;
    text-align: center;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.features-item::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 140px;
    background: #eeeeee;
}

.our-features .col-lg-3:last-child .features-item::before {
    display: none;
}

.features-item .icon-box {
    position: relative;
    background-color: #d100eb;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.features-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6700a5;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.features-item:hover .icon-box::before {
    transform: scale(1);
}

.features-item .icon-box img {
    position: relative;
    max-width: 36px;
    z-index: 1;
    filter: brightness(1) invert(1);
}

.features-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.features-content p {
    margin: 0;
    font-size: 16px;
}

.our-counter-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 120px;
    padding: 0;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 50px;
}

.counter-item {
    position: relative;
    width: calc(20% - 96px);
    text-align: center;
}

.counter-item::before {
    content: '';
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #eeeeee;
}

.counter-item:last-child:before {
    display: none;
}

.counter-item h2 {
    font-size: 30px;
    font-weight: 600;
    color: #d100eb;
    margin-bottom: 10px;
}

.counter-item p {
    text-transform: capitalize;
    margin: 0;
}


.why-choose-us {
    padding: 50px 0 100px;
}

.why-choose-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
    margin-bottom: 60px;
}

.why-choose-item {
    width: calc(50% - 15px);
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.why-choose-item:nth-last-child(-n + 2) {
    border-bottom: none;
    padding-bottom: 0;
}

.why-choose-item .icon-box {
    position: relative;
    background-color: #d100eb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
}

.why-choose-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6700a5;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box::before {
    transform: scale(1);
}

.why-choose-item .icon-box img {
    position: relative;
    max-width: 25px;
    z-index: 1;
    filter: brightness(1) invert(1);
}

.why-choose-item-content {
    width: calc(100% - 65px);
}

.why-choose-item-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.why-choose-images {
    background: url('../images/why-choose-image-bg-shape.svg') no-repeat;
    background-position: bottom left;
    background-size: auto;
    padding: 0 0 45px 90px;
}

.why-choose-img {
    position: relative;
    padding: 45px 45px 45px 0;
}

.why-choose-img::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #6700a5;
    border-radius: 20px 20px 20px 0;
    width: 220px;
    height: 100%;
    z-index: -1;
}

.why-choose-img figure {
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
}

.why-choose-img img {
    width: 100%;
    border: 6px solid #ffffff;
    aspect-ratio: 1 / 0.91;
    object-fit: cover;
    border-radius: 30px 30px 30px 0;
}




.our-faqs {
    padding: 100px 0 100px 0;
}

.our-faqs-content {
    margin-right: 20px;
}

.faqs-content-list {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.faqs-content-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.faqs-content-list h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-left: 30px;
}

.faqs-content-list p {
    margin: 0;
}

.our-faq-section .accordion-item {
    border: 1px solid #eeeeee;
    border-radius: 12px 12px 12px 0;
    margin-bottom: 30px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.our-faq-section .accordion-item:last-child {
    margin-bottom: 0;
}

.our-faq-section .accordion-header .accordion-button {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    background-color: transparent;
    color: #6700a5;
    padding: 20px 50px 20px 20px;
    transition: all 0.3s ease-in-out;
}

.our-faq-section .accordion-button:not(.collapsed) {
    background-color: #6700a5;
    color: #ffffff;
    border-bottom: 1px solid var(--dark-divider-color);
}

.our-faq-section .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    color: #6700a5;
}


.our-faq-section .accordion-header .accordion-button span {
    margin-right: 5px;
}

.our-faq-section .accordion-item .accordion-body {
    background-color: #6700a5;
    padding: 20px 50px 20px 20px;
}

.our-faq-section .accordion-item .accordion-body p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
}


.main-footer {
    background: var(--secondary-color);
    padding: 25px 0 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 1px -10px 15px 3px #0000002e;
}

.footer-newsletter-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-newsletter-item-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
}

.footer-newsletter-item-content p {
    color: var(--text-color);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}


.our-products {
    padding: 150px 0;
}

.product-item {
    text-align: center;
}

.product-image {
    background: var(--bg-color);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-image a {
    display: block;
    padding: 20px 0;
}

.product-image figure {
    display: block;
    padding: 10px;
    width: 120px;
    margin: auto;
}

.product-image figure img {
    width: 100%;
}

.product-content {
    position: relative;
    z-index: 1;
}

.product-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-content h3 a {
    color: inherit;
}

.product-item {
    text-align: center;
    padding: 25px;
    background: #e0ecff;
    border-radius: 15px 15px 15px 0;
    position: relative;
    box-shadow: 0px 0px 20px 0px #0000000A;
    border: 1px solid #eeeeee;
    overflow: hidden;
}



.product-item:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: var(--secondary-color);
    border-radius: 500px 500px 0 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.product-item:hover:before {
    top: 0;
    border-radius: 0;
    opacity: 1;
}