/********** Template CSS **********/
:root {
    --primary: #0077c8;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
    --lightdark: #2b59c5;
    --main-font: 'Montserrat', sans-serif;
}

body {
    font-family: var(--main-font) !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

p {
    font-weight: 500;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h6,
.fw-medium {
    font-weight: 500 !important;
}

h5 {
    font-family: var(--main-font) !important;
}

.me-3 {
    margin-right: 6px !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
    padding: 10px !important;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/* .btn-gradient {
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    border: none;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    transform: scale(1.1);
    background: linear-gradient(45deg, #ee0979, #ff6a00);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
} */


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.menu-item a {
    color: #ffffff !important;
    padding: 0px 15px;
}

.navbar {
    background-color: #0077c8;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-left: 2rem !important;
    font-size: 1.25rem;
    white-space: nowrap;
}

.navbar-toggler-icon {
    background-color: white;
}

.navbar-brand img {
    height: 50px;
}

.navbar-nav .nav-link {
    font-size: 14px;
}

.navbar-nav .nav-item {
    margin-right: 22px;
}

a.nav-link.text-white {
    font-size: 16px;
}

.top-section {
    background-color: white;
    padding: 10px 0;
}

.top-section .text-dark {
    margin-right: 15px;
    font-size: 16px;
}

.top-section .btn {
    margin-right: 10px;
    font-size: 14px;
}

.btn-member-login {
    background-color: #080808 !important;
    color: rgb(255, 255, 255) !important;
}

.bottom-section {
    background-color: #0077c8;
}

.bottom-section .nav-link {
    font-size: 16px;
}

.bottom-section .nav-item {
    margin-right: 15px;
}

#navbarContent ul li.dropdown:hover ul.dropdown-menu {
    display: block;
    width: 200%;
    background-color: #0c2f6d;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .btn {
        font-size: 12px;
    }

    .navbar-toggler-icon {
        background-color: white;
    }

}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 30px;
    }

    .nav-link {
        font-size: 12px;
    }
}


/* Index Page code Start */

/* Updated gradient background */
.bg-gradient-main {
    background: linear-gradient(135deg, #175fd9, #000000);
}

/* Image styling */
.tasktrak-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
}

.wp-left-section {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    height: 500px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wp-right-section {
    overflow-y: auto;
    height: 500px;
    scroll-snap-type: y mandatory;
}

.scroll-item {
    scroll-snap-align: start;
    padding: 20px;
    margin: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


@media (max-width: 767px) {
    .wp-left-section {
        position: relative;
        height: auto;
    }

    .scroll-item .text-center::after {
        display: none;
    }
}

.list-item {
    border-bottom: 1px dotted #000;
    padding-top: 15px;
    position: relative;
    padding-bottom: 15px;
    text-align: start;
}

.list-item span {
    color: #007bff;
}

.corner-decorator {
    position: absolute;
    width: 85px;
    height: 85px;
    border-left: 10px solid#007bff;
    border-top: 10px solid #007bff;
    left: 0px;
    top: -10px;
}

/* .corner-decorator1 {
    position: absolute;
    width: 85px; 
    height: 85px; 
    border-right: 10px solid #007bff; 
    border-bottom: 10px solid #007bff; 
    right: 0;
    bottom: -10px; 
} */

.card-index-col {
    border: none;
    height: auto;
    border-radius: 0px;
    background-color: rgb(249, 249, 249);
}

.dot-circle {
    display: inline-block;
    width: 17px;
    height: 16px;
    border: 2px solid #007bff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.dot-circle::after {
    content: '';
    display: block;
    width: 5px;
    height: 6px;
    background-color: #31bbae;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centers the dot inside the circle */
}


/*** Case Study Testimonial ***/
.testimonial-box {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    margin-bottom: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-box p {
    font-style: italic;
    margin-bottom: 5px;
}

.author {
    font-weight: 500;
    color: #000000;
    text-align: right;
}
.testimonial-arrow {
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f2f2f2;
}

@media (max-width: 768px) {
    .testimonial-arrow {
        left: 10px;
    }
}


/*** Testimonial ***/
.testimonial-container {
    width: 48%;
    height: 300px;
}

.testimonial {
    width: 100%;
    height: 100%;
}

.testimonial img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    background-color: transparent;
    border: none;
    top: 330px;
}

.carousel-control-prev span,
.carousel-control-next span {
    color: rgb(0, 0, 0);
}

.carousel-indicators {
    position: absolute;
    top: 320px;
}


.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

/* Carousel Control Button Styles */
.carousel-control-icon {
    width: 45px;
    height: 45px;
    font-size: 24px;
    background-color: #007bff;
    color: white !important;
    border-radius: 50%;
    border: 1px solid #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Hover Effect */
.carousel-control-icon:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

@media (max-width: 420px) {

    .container-testimonials {
        height: 1350px;
    }

    .testimonial-container {
        width: 100%;
        height: auto;
        padding: 0 15px;
        margin-bottom: 22px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: 880px;
    }

    .carousel-indicators {
        position: absolute;
        top: 870px;
    }
}

/* TaskTrak Hub Card Styles */
.custom-card {
    border-radius: 0px;
    background-color: #F4F7FE;
    border: 1px solid #ddd;
}

.custom-card .card-img-top {
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}

.custom-card .card-title {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.custom-card .card-text {
    font-size: 0.9rem;
    color: #555;
}

.custom-card .btn-primary {
    background-color: #007bff;
    border: none;
    font-size: 0.8rem;
    padding: 6px 12px;
}

.custom-card .btn-primary:hover {
    background-color: #0056b3;
    color: #fff;
}

.myhome-container {
    background: url('https://mplussoft.com/images/New-Images/homepage/why-choose-us-bg.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #707d9e;
    position: relative;
}

.opacity {
    background: rgba(19, 99, 198, 0.9);
    padding: 74px 0 50px;
}

.tasktrak-key-feature {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #eef7ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-rounded {
    background-color: #f8fbff;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.key-rounded:hover {
    border-radius: var(--bs-border-radius) !important;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hidden-div {
    display: none;
}

#toggle-btn {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 5px;
}

#toggle-btn:hover {
    background-color: #000000;
    color: white;
}

.pricing-card {
    height: 100%;
    border-radius: 10px;
    border: 2px solid #6c63ff; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.service-link {
    display: inline-block;
    padding: 10px 25px;
    margin: 5px;
    color: #ffffff;
    background-color: #0077c8 !important;
    text-align: center;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.service-link:hover {
    /* transform: scale(1.05); */
    color: rgb(0, 0, 0);

}

.service-link::before {
    position: absolute;
    content: "";
    top: -2px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 24px solid transparent;
    z-index: 3;
}

.service-link::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 0px solid red;
    border-bottom: 22px solid transparent;
    z-index: 4;
}

.content-wrapper {
    margin-bottom: 20px;
    border-radius: 8px;
}


/*** FAQs Enhanced Design ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8f9fa, #eef1f5);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.accordion .accordion-button {
    background: #e0f1ed;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    color: #495057;
    transition: all 0.3s ease-in-out;
}

.accordion .accordion-button:hover {
    color: #08244f !important;
    background: #f1f5fa;
}

.accordion .accordion-button i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    color: #6c757d;
    transition: color 0.3s ease-in-out;
}

.accordion .accordion-button:not(.collapsed) {
    background: #007bff;
    color: #fff;
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed) i {
    color: #fff;
}

.accordion .accordion-body {
    padding: 1rem 1.5rem;
    background: #ffffff;
    border-top: 2px solid #007bff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}

.accordion .accordion-body p {
    margin-bottom: 0;
}

.accordion .accordion-item:focus-within {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.10);
}

.accordion .accordion-button {
    transition: all 0.3s ease, box-shadow 0.3s ease;
}
.accordion .accordion-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}


/*** Industry Solution ***/

.hr-line {
margin: 1rem 0;
color: inherit;
background-color: rgb(0 0 0) !important;
border: 0;
opacity: .25;
width: 80%;
}

button.btn.w-100.text-start.text-dark.fw-bold:hover {
    color: red !important;
}



/*** Footer ***/

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0px;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
    font-weight: 700;
}

.footer .copyright a:hover {
    color: #c2c5c1 !important;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.bg-dark {
    background-color: #08244f !important;
}