@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");

body {
    font-family: 'Roboto', sans-serif;
}

/* Register button styling: default semi-transparent, fully opaque on hover/click */
.btn-register {
    background: #e87373; /* soft red/pink similar to provided sample */
    color: #fff;
    border: none;
    opacity: 0.65;
    transition: opacity 150ms ease-in-out, transform 100ms ease-in-out;
}

.btn-register:hover,
.btn-register:focus,
.btn-register:active {
    opacity: 1;
}

.btn-register[disabled],
.btn-register:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/*================================================
Default Area CSS
=================================================*/
ol, ul {
    padding: 0;
    margin: 0;
    list-style:none;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #777777;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.default-btn-one {
    display: inline-block;
    padding: 10px 24px;
    background: #16186f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0px 7px 14px 0px rgba(0,68,167,0.5);
}

    .default-btn-one:hover {
        text-decoration: none;
        background: #26b1ff;
        color: #ffffff;
        -webkit-transition: .6s;
        transition: .6s;
        -webkit-transition: 0.5s;
    }

.section-title {
    text-align: center;
    margin-bottom: 22px;
}

    .section-title h2 {
        font-size: 36px;
        margin: -10px 0 20px 0;
        text-transform: capitalize;
    }

    .section-title p {
        font-size: 14px;
        color: #666666;
        max-width: 750px;
        margin: auto;
        line-height: 30px;
    }

a {
    text-decoration: none;
}

    a:hover {
        color: #26b1ff
    }

button:focus {
    outline: 0;
}

.pt-140 {
    padding-top: 140px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.bg-color {
    background-color: #f3f3f3;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    z-index: 9999999;
    background-color: #26b1ff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

    .preloader .spinner {
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        margin: 0 auto;
        -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
        animation: sk-rotateplane 1.2s infinite ease-in-out;
        position: absolute;
        left: 0;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        right: 0;
    }

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}






.main-bg {
    background-image: url('../../Front/images/banner.png');
    background-position: top right;
    background-repeat: no-repeat;
    max-height: 100%;
    max-width: 100%;
    background-size: auto;
    /*    padding-bottom: 53px;*/
}

/* Hero header specific styles for landing page */
.banner-section .navbar {
    background: transparent;
}
.banner-section .navbar .navbar-nav .nav-link {
    color: #fff;
}
.banner-section header { 
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 50;
}
.banner-section .navbar-brand img {
    max-width: 140px;
}

/* --- Custom sizing to match reference image --- */
/* Make header logo and nav text size match reference */
.banner-section .navbar-brand img {
    max-width: 160px; /* increase slightly to match reference proportion */
    height: auto;
}

.banner-section .navbar .nav-link {
    font-size: 18px; /* larger, to match reference */
    color: #ffffff;
    padding: 12px 14px;
    font-weight: 600;
}

/* Banner headline and paragraph sizing to match reference */
.banner-section h1 {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 600;
    color: #2c3e7a; /* deep blue similar to reference */
    text-align: left;
    margin: 40px 0 20px 0;
    max-width: 620px;
}

/* Thin bold for 'Time Tracker' to appear slightly emphasis but not heavy bold */
.thin-bold {
    font-weight: 500; /* medium weight */
    font-family: 'Roboto', sans-serif;
}

.banner-section p.text-white {
    color: rgba(0,0,0,0.65); /* darker gray for the explanatory text */
    font-size: 16px;
    max-width: 620px;
    text-align: left;
    margin-bottom: 20px;
}

/* CTA button sizing to match reference */
.banner-section .btn-theme {
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 6px;
}

/* Laptop / media sizing so device image aligns to reference proportions */
.hero-video,
.banner-section .hero-media {
    display: block;
    max-width: 620px;
    width: 100%;
    margin-left: auto;
}

.hero-video iframe,
.banner-section .hero-media img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .banner-section h1 { font-size: 46px; }
    .banner-section .navbar .nav-link { font-size: 16px; }
}

@media (max-width: 767px) {
    .banner-section h1 { font-size: 32px; text-align: center; }
    .banner-section p.text-white { text-align: center; }
    .banner-section .navbar-brand img { max-width: 140px; }
}

.main-bg2 {
    background: url('../../Front/images/inner-banner01.png') no-repeat top right;
    background-size: auto;
    padding: 60px 0;
}


/*================================================
Navbar CSS
=================================================*/

#innerhead {
    background: #fff;
}

.innr-head a {
    color: #000 !important;
}

.povo-mobile-nav {
    display: none;
}

    .povo-mobile-nav.mean-container .mean-nav ul li a.active {
        color: #26b1ff;
    }

.is-sticky {
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

    .is-sticky .nav-item a {
        color: #000;
    }

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
}

    .navbar-brand img {
        max-width: 100%;
        height: auto;
        animation: slide_left 0.5s linear forwards;
        animation-delay: 0.2s;
    }

@keyframes slide_left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.logo a img {
    max-width: 85%;
    height: auto;
}

.header-sticky {
    /*padding: 10px 0;*/
}

.povo-nav {
    padding: 10px 0;
    position: relative;
    z-index: 999;
}

    .povo-nav .navbar {
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .povo-nav .navbar ul {
            padding-left: 0;
            list-style-type: none;
            animation: slide_top 0.5s linear forwards;
            animation-delay: calc(0.2s * var(--i));
        }

@keyframes slide_top {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.povo-nav .navbar .navbar-nav {
    margin-left: auto;
}

    .povo-nav .navbar .navbar-nav .nav-item {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

        .povo-nav .navbar .navbar-nav .nav-item a {
            color: #fff;
            text-transform: capitalize;
            padding: 10px 12px;
            -webkit-transition: .6s;
            transition: .6s;
            letter-spacing: .5px;
            font-family: 'Roboto', sans-serif;
        }

            .povo-nav .navbar .navbar-nav .nav-item a:hover, .povo-nav .navbar .navbar-nav .nav-item a:focus, .povo-nav .navbar .navbar-nav .nav-item a.active {
                color: #000;
            }

            .povo-nav .navbar .navbar-nav .nav-item a i {
                margin-left: 0;
                font-size: 10px;
            }

        .povo-nav .navbar .navbar-nav .nav-item:hover a, .povo-nav .navbar .navbar-nav .nav-item:focus a, .povo-nav .navbar .navbar-nav .nav-item.active a {
            color: #000;
        }

        .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            background: #ffffff;
            position: absolute;
            border: none;
            top: 80px;
            left: 0;
            width: 250px;
            z-index: 99;
            display: block;
            opacity: 0;
            visibility: hidden;
            border-radius: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding-top: 20px;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 20px;
        }

.dropdown-menu {
    margin-top: -3px !important;
    margin-left: 10px;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

    .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
        text-transform: capitalize;
        padding: 8px 15px;
        margin: 0;
        display: block;
        color: #141414;
        font-size: 14px;
        font-weight: 400;
    }

        .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
            color: #26b1ff;
            -webkit-transition: .6s;
            transition: .6s;
        }

    .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        left: 220px;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

        .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
            color: #141414;
            text-transform: capitalize;
        }

            .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                color: #26b1ff;
                -webkit-transition: .6s;
                transition: .6s;
            }

        .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
            position: relative;
            padding: 0;
        }

            .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                text-transform: capitalize;
                padding: 8px 15px;
                margin: 0;
                display: block;
                color: #141414;
                font-size: 15.4px;
                font-weight: 600;
            }

                .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                    color: #26b1ff;
                    -webkit-transition: .6s;
                    transition: .6s;
                }

            .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                left: 220px;
                top: 0;
                opacity: 0;
                visibility: hidden;
            }

                .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                    color: #141414;
                    text-transform: capitalize;
                }

                    .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                        color: #26b1ff;
                        -webkit-transition: .6s;
                        transition: .6s;
                    }

            .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                color: #26b1ff;
                -webkit-transition: .6s;
                transition: .6s;
            }

            .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                opacity: 1;
                visibility: visible;
                top: -15px;
            }

    .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
        color: #26b1ff;
        -webkit-transition: .6s;
        transition: .6s;
    }

    .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: -15px;
    }

.povo-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/* Custom overrides requested:
   - Remove the dark circular navigation buttons shown on laptop (owl carousel prev/next)
   - Disable sliding animations so changes happen instantly without animation
*/

/* Make carousel nav unobtrusive (remove black circles) */
.main-slides .owl-prev,
.main-slides .owl-next {
    background: transparent !important;
    color: #000 !important; /* keep arrow visible */
    box-shadow: none !important;
    border: none !important;
}

.main-slides .owl-prev:hover,
.main-slides .owl-next:hover {
    background: transparent !important;
    color: #000 !important;
}

/* Disable all entry/slide animations for header and main nav so changes are instantaneous */
.navbar-brand img,
.povo-nav .navbar ul,
.povo-nav .navbar .navbar-nav .nav-item a,
.left-side h2,
.left-side p,
.form-group,
.title,
.main-slides .owl-item,
.image-slider .owl-stage .owl-item {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

/* Disable dropdown open/close animation so dropdown appears instantly */
.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-transition: none !important;
    transition: none !important;
    top: 100% !important; /* ensure correct position */
    opacity: 1 !important;
    visibility: visible !important;
}

/* Disable owl carousel transform transitions to make slides change without animation */
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-item {
    -webkit-transition: none !important;
    transition: none !important;
}

/* Hide duplicate nav elements if plugin injects extra navigation - keep only one set */
.owl-nav .owl-prev.owl-disabled,
.owl-nav .owl-next.owl-disabled {
    display: none !important;
}

.others-options button, .others-options input, .others-options optgroup, .others-options select, .others-options textarea {
    outline: 0;
    border: none;
}

/*================================================
Main Banner Style CSS
=================================================*/
/*.main-slides .main-banner {
    height: 100%;
    padding-top: 93px;
    padding-bottom: 414px;
    position: relative;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}*/

/*  .main-slides .main-banner::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .77;
        z-index: -1;
    }*/


.main-slides .main-banner-content {
    max-width: 600px;
}

.carousel-caption {
    position: absolute;
    right: 1% !important;
    bottom: 8% !important;
    left: 1% !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 6px;
    color: #fff;
}



.main-slides .main-banner-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 25px 0;
}

.main-slides .main-banner-content p {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    max-width: 325px;
    margin: 0;
}

.main-slides .main-banner-content .banner-btn {
    margin-top: 30px;
    margin-bottom: 80px;
}

.main-slides .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #000 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    outline: 0;
}

    .main-slides .owl-prev:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        -webkit-transition: .6s;
        transition: .6s;
        -webkit-transition: 0.5s;
    }

.main-slides .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #000 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    outline: 0;
}

    .main-slides .owl-next:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        -webkit-transition: .6s;
        transition: .6s;
        -webkit-transition: 0.5s;
    }

.main-slides .owl-nav {
    margin-top: 0;
}

/*================================================
Top Contant CSS
=================================================*/

.top-contant {
    padding-top: 90px;
    padding-bottom: 60px;
}

.left-side h2 {
    font-size: 56px;
    color: #323779;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 64px;
    animation: slide_left 0.5s linear forwards;
    animation-delay: 0.3s;
}

@keyframes slide_left {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.left-side p {
    font-size: 14px;
    color: #262848;
    letter-spacing: 1px;
    animation: slide_left 0.5s linear forwards;
    animation-delay: 0.3s;
}

@keyframes slide_left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.tryfree {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #121645;
    font-weight: 600;
    letter-spacing: 1.5px !important;
}

.tryfree2 {
    margin: 0px;
    padding: 0px;
    font-size: 12px !important;
    color: #121645;
    font-weight: 600;
    letter-spacing: 1.5px;
}

/*--btn--*/

.form-group {
    animation: slide_left 0.5s linear forwards;
    animation-delay: 0.4s;
}

@keyframes slide_left {
    0% {
        transform: translatex(-100px);
        opacity: 0;
    }

    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}


.readMm {
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
    text-align: center;
    width: 170px;
}

    .readMm a {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 600;
    }

.hvr-bounce-to-rightt {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
    padding: 15px 16px;
}

    .hvr-bounce-to-rightt::before {
        background: #323779 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 50% 0;
        transition-duration: 0.5s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
        color: #fff;
    }

    .hvr-bounce-to-rightt:hover, .hvr-bounce-to-rightt:focus, .hvr-bounce-to-rightt:active {
        color: white;
        text-decoration: none;
    }

        .hvr-bounce-to-rightt:hover::before, .hvr-bounce-to-rightt:focus::before, .hvr-bounce-to-rightt:active::before {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

.readM a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    display: inline-block;
    padding: 12px 26px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    background-image: linear-gradient(90deg,#80124f,#e80c3c);
}

.hvr-bounce-to-right {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
    padding: 10px 25px;
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
}

    .hvr-bounce-to-right::before {
        background: #323779 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 50% 0;
        transition-duration: 0.5s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
        color: #fff;
    }

.footer-top .hvr-bounce-to-right:hover::before,
.footer-top .hvr-bounce-to-right:focus::before,
.footer-top .hvr-bounce-to-right:active::before {
    transform: scaleX(0);
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
    text-decoration: none;
}

    .hvr-bounce-to-right:hover::before, .hvr-bounce-to-right:focus::before, .hvr-bounce-to-right:active::before {
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

.blogDetail {
    padding: 80px 0;
}

.readMM {
    background: #fff;
    text-align: center;
}

    .readMM a {
        color: #000;
        font-family: 'Roboto', sans-serif;
    }

        .readMM a.bg-white {
            background: #ffffff !important;
        }

.readMM2 a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

/* Header signup/signin exact sizing */
.readMM2 a.hvr-bounce-to-right2,
.hvr-bounce-to-right2 {
    box-shadow: 0 0 1px transparent;
    display: block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
    /* fixed width, sharp corners, centered text to match reference */
    display: inline-block;
    width: 100px; /* full-screen button width to match reference */
    padding: 12px 0; /* slightly taller for visual parity */
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
    text-align: center;
    border-radius: 0;
}

    .hvr-bounce-to-right2::before {
        background: #323779 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 50% 0;
        transition-duration: 0.5s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
        color: #fff;
    }

    .hvr-bounce-to-right2:hover, .hvr-bounce-to-right2:focus, .hvr-bounce-to-right2:active {
        color: white;
        text-decoration: none;
    }

        .hvr-bounce-to-right2:hover::before, .hvr-bounce-to-right2:focus::before, .hvr-bounce-to-right2:active::before {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }


.readMc {
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
    text-align: center;
}

.hvr-bounce-to-rightc {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
    padding: 15px 30px;
}

    .hvr-bounce-to-rightc::before {
        background: #323779 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 50% 0;
        transition-duration: 0.5s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
        color: #fff;
    }

    .hvr-bounce-to-rightc:hover, .hvr-bounce-to-rightc:focus, .hvr-bounce-to-rightc:active {
        color: white;
        text-decoration: none;
    }

        .hvr-bounce-to-rightc:hover::before, .hvr-bounce-to-rightc:focus::before, .hvr-bounce-to-rightc:active::before {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }


/* Feature Top */

.features-top {
    margin: 0px;
    padding: 80px 0;
}

.title {
    text-align: center;
    animation: slide_top 0.5s linear forwards;
    animation-delay: calc(0.2s);
}

@keyframes slide_top {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.title h1, .title h2, .title h3, .title h4 {
    font-size: 42px;
    color: #323779;
    font-weight: 300;
}

.title strong {
    font-weight: 600;
}

.title p {
    color: #434344;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.theme-color {
    color: #323779 !important;
}

.theme-color2 {
    color: #e80c3c !important;
}

.f-36 {
    font-size: 36px !important;
}
/* Hover box */
.f-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 20px 10px 20px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,.1);
    min-height: 152px;
    max-height: 230px;
}

.image-94 {
    display: block;
    margin-right: 10px;
    width: 50px;
}

.featur-box {
    width: 100%;
    margin-left: 0;
}

.Fe-head {
    color: #2c3e50;
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
}

.fe-pera {
    margin-bottom: 0;
    color: rgba(0,0,0,.5);
    line-height: 18px;
}

.features-midd {
    text-align: center;
    margin-top: 10px;
}

    .features-midd h3 {
        font-size: 30px;
        color: #33387a;
        font-weight: bold;
    }

    .features-midd p {
        color: rgba(0,0,0,.5);
    }

/*--WHM NUM--*/
.WHM-text {
    background: #fff;
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,.1);
    display: flex;
}

.numb {
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    align-self: center;
    min-width: 140px;
}

.numb-text {
    background: #fff;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
}

.numb h3 {
    margin-top: 6px;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.numb p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.WHM-img {
    text-align: center;
}

/*-- Price--*/
.price {
    padding: 80px 0;
}

.price-box {
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
    text-align: center;
    padding: 30px 0;
}

    .price-box p {
        color: #fff;
        font-size: 16px;
    }

    .price-box h4 {
        color: #fff;
        font-size: 38px;
        font-weight: 800;
    }

    .price-box a {
        color: #fff;
    }

.price-text h4 {
    font-size: 34px;
    font-weight: 600;
    color: #323779;
}

.price-text ul li {
    font-size: 16px;
    color: #000;
    list-style: none;
    margin: 14px 0;
}

/*-- Data Safe --*/

.data-safe {
    /* increase bottom padding so following testimonial/cards don't overlap visually */
    padding: 60px 0 110px;
}

.service-icon {
    /* slightly smaller so items match reference size */
    width: 240px;
    height: 240px;
    margin: 0 auto 10px;
    position: relative;
    background-color: #fff;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 5px 2px 18px rgba(0, 0, 0, 0.15);
    animation: animated 10s infinite;
    overflow: hidden;
}

    .service-icon img {
        margin: 32px 0 0;
        width: 72px !important;
        height: auto;
    }

    .service-icon h4 {
        font-size: 18px;
        color: #323779;
        margin-top: 16px;
        font-weight: 600;
    }

    .service-icon p {
        color: #212121;
        padding-left: 30px;
        padding-right: 30px;
    }

.border2 {
    border: 2px solid #dddddd;
}
/*-- testimonial --*/
.testimonial {
    /* add extra top padding to separate from previous section and keep consistent spacing */
    padding: 120px 0 80px;
    background: #f0f0f0;
}

/* ensure the image-slider has bottom spacing so next section starts below */
.image-slider {
    margin-bottom: 30px;
}

.title h2 span {
    /* font-family: "Satisfy", cursive;*/
}

.testimonial .card {
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,.1);
    position: relative;
}

    .testimonial .card:after {
        content: '';
        position: absolute;
        left: 30px;
        bottom: -20px;
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #ffffff;
    }

.testimonial p {
    letter-spacing: .5px;
}

.testimonial small {
    font-size: 14px;
    color: #777777;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.testimonial i.fa {
    font-size: 30px;
    color: #ef0d3b;
    display: block;
}

.testimonial h4 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #0c1264;
    font-size: 20px;
}

.testimonial .shadow-effect {
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial .owl-item.active.center .shadow-effect {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
/*-- Ultimate Guide --*/

.accordion-item {
    background-color: #fff;
    border: 1px solid#323779 !important;
    margin-bottom: 15px;
}

.accordion-header {
    margin-bottom: 0;
    color: #323779;
}

.accordion-body {
    padding: 1rem 1.25rem;
    /*font-size: 13px;*/
    letter-spacing: 0.6px;
    color: #262842;
}

.accordion-button {
    font-size: 1.3rem;
}
/*-- Fooer --*/
.footer-top {
    background: #323779;
    padding: 20px 0;
}

.foot-text h2 {
    font-size: 30px;
    color: #fff;
}

.foot-text p {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
}

.quickl h4 {
    font-size: 22px;
    letter-spacing: 1.05px;
    color: #323779;
}

.quickl ul {
    margin: 0px;
    padding: 0px;
}

    .quickl ul li {
        margin: 12px 0;
        padding: 0px;
        line-height: 20px;
        list-style: none;
    }

        .quickl ul li a {
            font-size: 14px;
            color: #4a4a52;
            letter-spacing: .5px;
            text-decoration: none;
        }

.quickl a {
    color: #000;
}

.bottom-link p {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.bottom-link ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    .bottom-link ul li {
        margin-right: 10px;
        display: inline-block;
    }

/*-- sign in --*/
.R_login2 {
    margin: 0px;
    padding: 15px;
}

.default-btn-sign {
    display: inline-block;
    padding: 10px 24px;
    background: #16186f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 7px 14px 0px rgba(0,68,167,0.5);
    width: 70%;
    text-decoration: none;
}

    .default-btn-sign:hover {
        background: #e80c3c;
        color: #ffffff;
        box-shadow: 0px 7px 14px 0px rgba(0,68,167,0.5);
    }
/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
}

    .go-top.active {
        top: 92%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #ffffff;
    }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .go-top:hover::before, .go-top:focus::before {
        opacity: 1;
        visibility: visible;
    }


/*----- Inner page -----*/
.about {
    padding: 80px 0;
}

.about-text h2, .about-text h1 {
    font-size: 42px;
    color: #323779;
    margin-bottom: 15px;
    font-weight: bold;
}

.about-text p {
    color: rgba(0,0,0,.5);
    text-align: justify;
}

.f-14 {
    font-size: 14px;
}
/*-- breadcrumb --*/
.top-bd {
    color: #fff;
}

    .top-bd p {
        color: #fff;
    }

.breadcrumb-wrapper span {
    font-family: 'Be Vietnam', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 19px;
}

.breadcrumb-wrapper-inner {
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
    padding: 15px;
    display: inline-block;
    color: #fff;
}

.breadcrumb-wrapper span:last-child {
    color: #ffff;
}

.ttm-textcolor-white {
    color: #fff;
}

.home {
    color: #fff;
}

.home {
    color: #fff;
}

/* How It  Work */
.worktop-section, .work-feature {
    padding: 80px 0;
}

.work-process h2 {
    font-size: 42px;
    color: #323779;
    text-align: center;
}

.how-start-using {
    background: #fff;
}

.how-start-using {
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,.1);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

    .how-start-using h3 {
        font-size: 22px;
        color: #323779;
        margin-top: 10px;
    }

    .how-start-using p {
        font-size: 14px;
        color: #2c3e50;
        padding-left: 14px;
        padding-right: 14px;
    }

.how-img {
}


.stop-wasting {
    margin-top: 30px;
}

    .stop-wasting h1 {
        font-size: 34px;
        color: #2c3e50;
        font-weight: 600;
    }

    .stop-wasting ul {
        margin-top: 30px;
    }

        .stop-wasting ul li {
            color: #000;
            list-style: none;
            margin: 14px 0;
        }

/*-- Pricing --*/

.price-table::before {
    background: #d5d7f7;
    content: "";
    height: 250px;
    left: -25%;
    position: absolute;
    top: -10%;
    transform: rotate(-10deg);
    width: 150%;
}

.price-table {
    padding: 20px 40px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    transition: all 0.5s ease-in-out 0s;
}

.price-inside {
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    left: 85%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-weight: 900;
    color: rgba(0,0,0,0.040);
}

.price-header {
    position: relative;
    z-index: 9;
    min-height: 215px;
}

.price-value {
    display: inline-block;
    width: 100%;
}

    .price-value h2 {
        font-size: 50px;
        font-weight: 800;
        color: #323779;
        margin-bottom: 25px;
        position: relative;
        display: inline-block;
    }

        .price-value h2 sup {
            color: #323779;
            font-weight: 300;
        }

    .price-value span {
        margin: 6px 0 0;
        display: block;
        color: #777777;
    }

.price-title {
    font-weight: 700;
    color: #323779;
    font-size: 40px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.price-list ul li {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.btn.btn-circle {
    border-radius: 30px;
    padding: 12px 25px;
}

.btn.btn-theme {
    background: rgb(0,91,234);
    background-image: linear-gradient(to right, #80124f, #8e0f4f, #9c0b4e, #aa084c, #b70948, #c10846, #cb0a43, #d40e40, #de0d3e, #e80c3c, #f10d3a, #fb1037);
    color: #ffffff;
}

/* Header buttons: wider, sharp corners, blue fill animation on hover */
.povo-nav .navbar .navbar-nav .btn-theme,
.povo-nav .navbar .navbar-nav .btn-theme2,
.povo-nav .navbar .navbar-nav .btn-theme.same-color {
    position: relative;
    overflow: hidden;
    border-radius: 0 !important; /* sharp rectangle */
    /* fixed width to match reference header */
    width: 150px;
    padding: 10px 0 !important; /* vertical padding, horizontal set by width */
    display: inline-block;
    text-align: center;
    transition: color .35s ease;
}

.povo-nav .navbar .navbar-nav .btn-theme::after,
.povo-nav .navbar .navbar-nav .btn-theme2::after {
    display: none !important;
}

/* Make .btn-theme hover slightly darker while keeping original gradient */
.povo-nav .navbar .navbar-nav .btn-theme:hover,
.povo-nav .navbar .navbar-nav .btn-theme:focus {
    filter: brightness(0.95);
}

/* Ensure small button variant doesn't reduce padding */
.povo-nav .navbar .navbar-nav .btn-sm {
    padding: 8px 0 !important;
}

/* Responsive: allow buttons to size naturally on small screens */
@media (max-width: 767px) {
    .povo-nav .navbar .navbar-nav .btn-theme,
    .povo-nav .navbar .navbar-nav .btn-theme2 {
        width: auto !important;
        padding: 8px 20px !important;
    }
}

small2 {
    font-size: 14px;
}

/*-- Features --*/

.featu-text h3 {
    padding-bottom: 10px;
    font-size: 30px;
    color: #2c3e50;
}

.featu-text p {
    color: rgba(0,0,0,.5);
    letter-spacing: 0.5px;
    line-height: 30px;
}

.featu-box2 {
    background: #f4f4f4;
}


/*-- blog --*/
.featured-imagebox, .featured-imagebox-post, .ttm-box-view-top-image {
    margin: 16px;
}

.ttm-post-featured-outer {
    position: relative;
}

.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 40px 20px 15px 20px;
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content-post {
    background-color: #fff;
    padding: 0;
    border-bottom: 3px solid #f2f2f2;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.box-shadow {
    -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
}

.ttm-box-view-top-image .post-meta {
    display: inline-block;
    padding: 7px 3px 3px 0;
    margin: 0 0 0 0;
}

.post-meta {
    margin: 0 0 5px 0;
    font-size: 12px;
    padding: 0 2px 1px 0;
}

    .post-meta .ttm-meta-line {
        padding-right: 10px;
        position: relative;
        color: #323779;
        font-size: 12px;
    }

.featured-imagebox-post .post-meta .ttm-meta-line i {
    color: #80124f;
}

.featured-imagebox-post .featured-content .featured-title h5 {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
}

.featured-title h5 a {
    margin-top: 6px;
    color: #323779 !important;
}

.post-desc {
    padding-top: 7px;
}

    .post-desc p {
        font-size: 14px;
    }

.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right {
    padding-right: 39px;
    color: #2b2b2d;
}

.ttm-btn.btn-inline {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    padding-right: 0px;
    border: 1px solid transparent;
    background-color: transparent;
}

.ttm-btn.ttm-btn-size-sm i {
    font-size: 11px;
    height: 12px;
    line-height: 12px;
    right: 16px;
}

.ttm-btn i {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.ti-arrow-right::before {
    content: "\e628";
}

.ttm-btn.ttm-btn-size-sm i {
    font-size: 11px;
    line-height: 12px;
}

.featured-icon-box.style1:hover, .featured-imagebox-post.ttm-box-view-top-image:hover .featured-content-post, .footer .social-icons li > a, .footer .social-icons li > a:hover {
    border-color: #80124f;
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 18px 20px 15px 20px;
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content-post {
    background-color: #fff;
    border-bottom: 3px solid #f2f2f2;
    border-bottom-color: rgb(242, 242, 242);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

/*-- contact --*/


/* Contact Us*/

.contact-top {
    padding-bottom: 60px;
}

.contact-form h1 {
    text-align: center;
    font-weight: 700;
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 30px;
}

.contact-ibox {
    margin-top: 100px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    min-height: 178px;
}

    .contact-ibox p {
        margin: 2px 0;
        color: #000;
    }

    .contact-ibox a {
        color: #000;
    }

.f-icon {
    position: relative;
    top: -48px;
    left: 0%;
}

    .f-icon i {
        font-size: 84px;
        color: #de4d48 !important;
    }

    .f-icon a:hover {
        color: #000;
    }

.contact-ibox h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}

/*-- Blog Detail--*/

.single-blog {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 17px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

    .single-blog .content .meta {
        list-style: outside none none;
        margin: 0 0 9px;
        padding: 0;
    }

        .single-blog .content .meta li {
            color: #242424;
            display: inline-block;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 18px;
            margin: 0 3px 0 0;
            padding: 0 10px 0 0;
            position: relative;
        }

            .single-blog .content .meta li span {
                color: #a9a9a9;
                margin-right: 4px;
            }

.mapinfo-social {
    list-style: outside none none;
    padding: 0;
}

    .mapinfo-social li {
        display: inline-block;
        margin-right: 20px;
    }

        .mapinfo-social li.facebook a {
            background: #4065ae none repeat scroll 0 0;
        }

        .mapinfo-social li a {
            background: #242424 none repeat scroll 0 0;
            border-radius: 100px;
            color: #ffffff;
            display: block;
            font-size: 15px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 40px;
        }

        .mapinfo-social li.twitter a {
            background: #009eee none repeat scroll 0 0;
        }

        .mapinfo-social li a {
            background: #242424 none repeat scroll 0 0;
            border-radius: 100px;
            color: #ffffff;
            display: block;
            font-size: 15px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 40px;
        }

        .mapinfo-social li.linkedin a {
            background: #0075b2 none repeat scroll 0 0;
        }

        .mapinfo-social li a {
            background: #242424 none repeat scroll 0 0;
            border-radius: 100px;
            color: #ffffff;
            display: block;
            font-size: 15px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 40px;
        }

.sidebar {
    background: #f2f2f2 none repeat scroll 0 0;
    padding-bottom: 14px;
    padding-top: 28px;
}

.sidebar-widget .title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 15px;
    text-align: left;
    padding-left: 16px;
}

.sw-categories .cat {
    list-style: outside none none;
}

    .sw-categories .cat li {
        display: block;
        margin: 0 0 13px;
    }

        .sw-categories .cat li a::before {
            background: #8f8f8f none repeat scroll 0 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 20px;
        }

        .sw-categories .cat li a {
            display: block;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 19px;
            padding: 0 0 0 42px;
            position: relative;
            color: #000;
        }

.bottom-link ul li a {
    font-size: 35px;
}

    .bottom-link ul li a.facebook {
        color: #1877f2;
    }

    .bottom-link ul li a.youtube {
        color: #FF0000;
    }

    .bottom-link ul li a.instagram {
        color: #e95950;
    }

    .bottom-link ul li a.linkedin {
        color: #0077b5;
    }

.howitwork_section {
    padding: 80px 0;
}

    .howitwork_section h3 {
        color: #323779;
    }

    .howitwork_section hr {
        background: #cbcbcb;
    }

    .howitwork_section p {
    }

    .howitwork_section .thumb-img {
        background: #ffffff;
        /*padding: 10px;*/
        /*border: 5px solid #e3e3e3;*/
        border-radius: 5px;
        box-shadow: 0 0 12px 6px rgb(0,0,0,.1);
    }

#registerForm {
    padding: 80px 0;
}

.btn-register {
    background: #de4d48;
    color: #ffffff;
    opacity: 0.65; /* default reduced opacity */
    transition: opacity 180ms ease-in-out, transform 120ms ease-in-out;
}

.btn-register:hover,
.btn-register:focus,
.btn-register:active {
    opacity: 1; /* full opacity on hover/focus/active */
}

.btn-register[disabled],
.btn-register:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

#support-section {
    padding: 80px 0;
}

    #support-section ol > li {
        color: #777777;
        margin-bottom: 10px;
    }

.onpremire-section {
    padding: 80px 0;
}

.pad80 {
    padding: 80px 0;
}

.card-bg {
    background: #F6F9FD;
}

.solution-section .card {
    background: #f5f5ff;
    min-height: 245px;
}

.overview-premise .row .col-md-6:nth-child(1) .card,
.overview-premise .row .col-md-6:nth-child(2) .card {
    min-height: 160px;
}

.overview-premise ul, .onpremire-section ul {
    color: #777777;
}

    .overview-premise ul > li {
        line-height: 30px;
    }

.overview-premise .row .col-md-6:nth-child(3) .card,
.overview-premise .row .col-md-6:nth-child(4) .card {
    min-height: 200px;
}

.premise-container {
    background: url('../../Front/images/on-premise.jpg') top center;
    padding: 180px 0;
    background-size: cover;
    position: relative;
    clip-path: polygon(100% 0, 100% 82%, 80% 90%, 50% 100%, 20% 90%, 0 82%, 0 0);
}

    .premise-container:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, rgba(223,13,62,.5) 35%, rgba(12,19,101,.8) 70%);
        content: '';
    }

    .premise-container .title {
        position: relative;
        z-index: 99;
    }

.fs-50 {
    font-size: 50px !important;
}

.fs-38 {
    font-size: 38px;
}

.f-20 {
    font-size: 20px;
}

.fs-16 {
    font-size: 1rem;
}

.pricing-container h2 small {
    font-size: 14px;
    color: #777777;
}

.price-header del {
    color: #777777;
    text-decoration: none;
    position: relative;
    line-height: 60px;
}

    .price-header del:after {
        content: '';
        position: absolute;
        border-top: 5px solid #e80c3c;
        -webkit-transform: rotate( -25deg );
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate( -25deg );
        left: -10%;
        top: 42%;
        right: -10%;
    }
.partner-section{
    padding:50px 0;
}
.customer-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/* Increase spacing between carousel items for customer and testimonial sliders */
.customer-slider.owl-carousel .owl-stage .owl-item {
    padding: 0 10px; /* base horizontal padding inside owl item */
}

/* Use margin on .owl-item (via .services-slider settings) for larger spacing on wide screens */
.services-slider .owl-item {
    margin: 0 40px; /* additional gap between service cards */
}

/* Make image-slider (reference) match services-slider spacing and sizing */
.image-slider.owl-carousel .owl-stage .owl-item {
    padding: 0 40px;
}

.image-slider .service-icon {
    width: 240px;
    height: 240px;
}

/* Lock card width and compute exact margins for desktop 1200px reference
   We want four cards centered in a container of max-width 1140px with equal outer spacing.
   cardWidth + 2*cardMargin = availableWidth/4
   availableWidth = 1140px -> perCardSpace = 285px
   cardWidth set to 240px, so horizontal margin per side = (285 - 240) / 2 = 22.5 ~ 22px
*/
@media (min-width: 1200px) {
    /* Fix container to 1200px and center it. Hide overflow so no partial items show
       Items are fixed at 240px and spaced with right margins so exactly 4 fit without
       showing partial clones. Remaining page width to left/right stays blank. */
    .image-slider.owl-carousel {
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden; /* prevent partial items from showing */
    }

    .image-slider.owl-carousel .owl-stage-outer {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }


    .image-slider.owl-carousel .owl-stage {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start; /* align to start */
        gap: 0; /* gaps handled via .owl-item margin so owl measures per-item width correctly */
    }

    .image-slider.owl-carousel .owl-item {
        flex: 0 0 auto;
        width: 240px !important; /* card width: 240px */
        /* spacing: 80px between cards (implemented as 40px left + 40px right on each item)
           first and last items have outer margins removed so total row width = 1200px
           (240*4 + 80*3 = 1200) */
        margin: 0 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* remove outer half-gaps to make total width = 1200px */
    .image-slider.owl-carousel .owl-item:first-child { margin-left: 0; }
    .image-slider.owl-carousel .owl-item:last-child { margin-right: 0; }
}

/* Center content inside each item */
.customer-slider .service-icon,
.testimonial-slider .card {
    margin-left: auto;
    margin-right: auto;
}