﻿
html {
    scroll-padding-top: 150px; /* Adjust to the height of your fixed menu */
    scroll-behavior: smooth; /* Optional, for smooth scrolling */
}

.fs-16px {
    font-size: 16px !important;
}

.border-2px {
    border: 2px solid #1560bd;
}

.border-analytics {
    border-color: #ccd600;
}

.border-semrush {
    border-color: #e8611b;
}

.blog-item-user-image {
    height: 40px;
}


.star-yellow {
    color: #ccd600;
}

.color-primary {
    background: var(--color-blue4) !important;
}

.portfolio-page.style-1 .portfolio-projects.style-1 .controls a {
    border: 0;
    background: transparent;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px;
}

.plyr {
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    margin: 20px auto;
}

.culture-card {
    /*max-height: 400px !important;*/
    max-height: none !important;
}

    .culture-card img {
        object-fit: cover;
        width: 100%;
        /*max-height: 400px !important;*/
    }

    .culture-card .info {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 15px;
        margin-right: 15px;
        padding: 5px 10px;
        border-radius: 10px;
        background-color: #fff;
        opacity: 0.8;
    }




.mirka-style {
    background-color: #BFC9F5;
    background-image: url("../images/mirka-style.webp");
   
}

.mirka-style:hover {
    background-image: none;
}

.mirka-style-container {
    /* padding: 20px 40px !important;*/
    background-size: cover;
}

.mirka-style .card-title {
    color: #FFF !important;
}

    .mirka-style .card-title:hover {
        color: #99F !important;
    }

.mirka-style p.text {
    color: #eee !important;
}

.mirka-style a {
    color: #FFF !important;
}

    .mirka-style a:hover {
        color: #3C2466 !important;
        background-color: #bfc9f5;
    }


.mirka-style-banner {
    background-color: #BFC9F5;
    background-image: url("../images/mirka-style.webp");
}
   

.mirka-style-container {
    /* padding: 20px 40px !important;*/
    background-size: cover;
}

.mirka-style-banner .card-title {
    color: #FFF !important;
}

    .mirka-style-banner .card-title:hover {
        color: #99F !important;
    }

.mirka-style-banner p.text {
    color: #eee !important;
}

.mirka-style-banner a {
    color: #FFF !important;
}

    .mirka-style-banner a:hover {
        color: #3C2466 !important;
        background-color: #bfc9f5;
    }


.border-15 {
    border-radius: 15px !important;
}

.border-10 {
    border-radius: 10px !important;
}

.erorr-404-page.style-5 .erorr-page {
    background-image: none !important;
}

    .erorr-404-page.style-5 .erorr-page .content {
        padding-top: 30px;
    }


.fixed-bottom-button-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    height: 60px;
    z-index: 3000;
    pointer-events: none;
}

    .fixed-bottom-button-container * {
        pointer-events: auto; /* Enable pointer events for its children */
    }

/* Style for the fixed call button */
.call_button {
    border-radius: 15px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 1000;
    box-shadow: 0 5px 10px #0002;
    width: 60px;
    height: 60px;
}

    .call_button i {
        animation: ring 3s ease-in-out infinite;
        animation-delay: 1s;
    }


.whatsapp_button {
    border-radius: 15px;
    background-color: #25d366;
    color:white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 4000;
    box-shadow: 0 5px 10px #0002;
    width: 60px;
    height: 60px;
    bottom:90px;
    right:20px;
    position:fixed;
}

    .whatsapp_button i {
        animation: ring 3s ease-in-out infinite;
        animation-delay: 1s;
    }


.book_consulting {
    border-radius: 15px;
    background-color: var(--color-primary);
    color: var(--color-gray);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 1000;
    box-shadow: 0 5px 10px #0002;
    margin-right: 10px;
    flex-grow: 1;
}

.hover-white {
    color: white !important;
}

/* More relaxed ringing effect */
@keyframes ring {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(5deg);
    }

    20% {
        transform: rotate(-5deg);
    }

    30% {
        transform: rotate(4deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(3deg);
    }

    60% {
        transform: rotate(-3deg);
    }

    70% {
        transform: rotate(2deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(1deg);
    }

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

.call-tooltip {
    position: fixed;
    bottom: 30px;
    right: 95px;
    padding: 10px;
    background-color: white;
    color: var(--color-blue4);
    border-radius: 10px;
    display: none;
    z-index: 1000;
    font-weight: 500;
    box-shadow: 0 5px 10px #0002;
}

.testimonials.style-8 .testi-card .info.bg-gray::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 100px;
    width: 50px;
    height: 20px;
    border-right: 25px solid #eef4f8;
    border-left: 25px solid transparent;
    border-top: 10px solid #eef4f8;
    border-bottom: 10px solid transparent;
}

.mirka-nav-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

    .mirka-nav-toggler:focus:not(:focus-visible) {
        outline: none !important;
        box-shadow: none !important;
    }

    .mirka-nav-toggler.collapsed .navbar-toggler-icon {
        background-image: url(/assets/images/icons/expand.png) !important;
    }

    .mirka-nav-toggler .navbar-toggler-icon {
        background-image: url(/assets/images/icons/collapse.png) !important;
    }

.flex-row {
    flex-basis: 100%;
}

.colorized-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, right top, left top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
    background-image: -webkit-linear-gradient(right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background-image: -o-linear-gradient(right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background-image: linear-gradient(to left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

.app-download-buttom img {
    width: 170px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-white2 {
    color: #eee !important;
}

.border-20 {
    border-radius: 20px;
}


.popup-video-container {
    position: fixed;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    z-index: 9999;
    background: rgba(1,1,1,0.4);
}

    .popup-video-container .video-player {
        position: relative;
        height: 90% !important;
        max-height: 90% !important;
        margin: 25px auto;
        width: 90%;
        max-width: 90%;
    }

    .popup-video-container .plyr {
        margin: 0 !important;
    }



.video-close {
    position: absolute;
    margin: 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    background: rgba(21, 97, 189, 0.8);
    line-height: 0;
    padding: 5px;
    font-size: 20px;
    top: 0;
    right: 0;
}

.popup-video-close-container {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    position: absolute;
    background: rgba(1,1,1,0.4);
}


#MirkaDiscoverVideo {
    display: none;
}

    #MirkaDiscoverVideo .plyr {
        height: 100% !important;
    }


#MirkaSmileVideo {
    display: none;
}

    #MirkaSmileVideo .plyr {
        height: 100% !important;
    }


#WhatIsSubscriptionVideo {
    display: none;
}

    #WhatIsSubscriptionVideo .plyr {
        height: 100% !important;
    }

:root {
    /* Set the primary color */
    --plyr-color-main: #1560bd; /* Replace with your desired color */
}

.text-justify {
    text-align: justify !important;
}


.navbar.style-4 .navbar-nav .nav-item .nav-link .hot {
    left: revert !important;
    top: -5px !important;
}

.fs-50px {
    font-size: 50px !important;
}

.fs-45px {
    font-size: 45px !important;
}

.fs-25px {
    font-size: 25px !important;
}

.category .active {
    color: var(--color-blue4);
}

.erorr-404-page.style-5 .erorr-page .content .img img {
    height: revert;
}

.radius-15px {
    border-radius: 15px !important;
}


.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.ck-content blockquote {
    border-left: none !important;
    border-right: solid 5px hsl(0, 0%, 80%) !important;
}

    .ck-content blockquote.en {
        border-right: none !important;
        border-left: solid 5px hsl(0, 0%, 80%) !important;
    }

        .ck-content blockquote.en p {
            text-align: left !important;
        }

.ck-content .image img {
    border-radius: 15px;
}


.ck-content pre {
    border-radius: 15px !important;
}

.blog-author-name {
    font-size: 8px;
    color: grey;
}

.blog-content-background {
    background-color: #f3f7fe;
    border-radius: 15px;
    padding: 25px;
}

.blog-card .card-body {
    background-color: #f3f7fe;
    padding: 10px !important;
    border-radius: 0 0 15px 15px;
}

.blog-card .card-img {
    background-color: #f3f7fe !important;
    border-radius: 15px 15px 0 0 !important;
}

.ck-content ul {
    padding-right: 2.5rem !important;
    padding-left: 2rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ck-content p {
    line-height: 1.75;
    text-indent: 0 !important;
    text-align: justify;
}
.ck-content ul li{
    margin-bottom:0.4rem;
}

.ck-content figure.table {
    background-color: #fff;
    border: 2px solid #1560bd;
    border-radius: 15px;
}

    .ck-content figure.table tr:first-child {
        border-top-style: hidden;
    }

    .ck-content figure.table tr:last-child {
        border-bottom-style: hidden;
    }

    .ck-content figure.table td:last-child {
        border-left-style: hidden;
    }

    .ck-content figure.table td:first-child {
        border-right-style: hidden;
    }

.ck-content iframe{
    border-radius:15px;
}


@media only screen and (max-width: 768px) {
    footer {
        padding-bottom: 70px; /* see footer items in mobile */
    }
}

.testimonials.style-8 .testi-card .info p {
    font-size: 14px;
}

.testimonials.style-8 .testi-card.empty-img .info.bg-gray::after {
    display: none !important;
}

.testimonials.style-8 .testi-card .author .inf {
    margin-right: 8px;
}

    .testimonials.style-8 .testi-card .author .inf p {
        font-size: 12px;
    }

    .testimonials.style-8 .testi-card .author .inf h6 {
        font-size: 16px;
    }


.testimonials.style-8 .testi-card .smile-bottom-line {
    color: #888;
    font-size: 12px;
    padding: 5px;
}


.section-head.style-4 h1 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear,right top,left top,from(#501e9c),color-stop(30%,#8169f1),color-stop(30%,#8169f1),color-stop(73%,#a44cee),to(#ff847f));
    background-image: -webkit-linear-gradient(right,#501e9c 0%,#8169f1 30%,#8169f1 30%,#a44cee 73%,#ff847f 100%);
    background-image: -o-linear-gradient(right,#501e9c 0%,#8169f1 30%,#8169f1 30%,#a44cee 73%,#ff847f 100%);
    background-image: linear-gradient(to left,#501e9c 0%,#8169f1 30%,#8169f1 30%,#a44cee 73%,#ff847f 100%);
}

.section-head.style-4 span.h6 {
    font-size: 16px;
    font-weight: bold;
    color: #a44cee;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 10px;
}

.section-head span.h6 {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.home-video-player {
    width: 100%;
    border-radius: 15px;
}

.blog-card-title {
    height: 50px;
    overflow: hidden;
}

.blog-card-description {
    height: 30px;
    overflow: hidden;
}

.event-section-content p {
    margin-bottom: 10px;
}

.project-description-section {
    height: 75px;
}

.testi-card .icon {
    padding: 0 !important;
}

    .testi-card .icon img {
        border-radius: 50%;
    }


.ck-content figcaption {
    text-align: center;
}

.ck-content h2, h3, h4, h5, h6 {
    font-size: 25px;
    font-weight: 500;
}

.ck-content a {
    text-decoration: underline;
    color: deepskyblue;
}

.general-form .form-label {
    margin-right: .5rem;
}

.color-gray {
    color: #777;
}



.tooltip-btn {
    position: relative;
    cursor: pointer;
}


.tooltip {
    position: fixed; /* Ensures tooltip stays relative to viewport */
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    max-width: 75vw;
    white-space: normal;
    word-wrap: break-word;
    opacity: 0; /* Initially hidden */
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000; /* Ensure it's above other elements */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .tooltip.show {
        opacity: 1; /* Make it visible */
    }




.dropdown-menu li {
    margin: 5px 10px;
    border-radius: 8px;
}

    .dropdown-menu li a, .dropdown-menu li a:hover {
        border-radius: 8px !important;
    }

.hide-scroll::-webkit-scrollbar {
    display: none;
}

.generic-form-checkbox {
    vertical-align: middle;
}


.select2.select2-container span{
    display:block !important;
}


.select2.select2-container .select2-selection {
    border: 1px solid #9994;
    border-radius: 30px;
    min-height: 50px;
    font-size: 12px;
    padding: 10px 25px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    left:8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:50px !important;
}


.select2-results__option{
    padding:12px !important;

}
/*
.select2-dropdown.select2-dropdown--below .select2-results__options .select2-results__option:last-child {
    border-radius: 0 0 25px 25px !important;
}

.select2-dropdown.select2-dropdown--above .select2-results__options .select2-results__option:first-child {
    border-radius:25px 25px 0 0 !important;
}

.select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 25px 25px !important;
}

.select2-dropdown.select2-dropdown--above {
    border-radius: 25px 25px 0 0 !important;
}*/

.select2-dropdown {
    border: 1px solid #9994 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #9994 !important;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    border-left:none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color:white !important;
    height:100% !important;
    padding: 0 10px !important;

}

.select2-selection__choice{
    padding:8px 8px !important ;
}

.select2-selection__choice span{
    font-size:14px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
    padding-left:20px !important;
}


.blog-related-links a {
    font-weight: 400;
    display: block;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    border-radius: 15px !important;
    background-color: #e5f1ff !important;
    border-color: #1560bd !important;
}

.select2-results__option{
    margin:10px  15px !important;
    border-radius:15px !important;
}



.custom-breadcrumb-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    margin-bottom: 15px;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

    .custom-breadcrumb-wrapper::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

.custom-breadcrumb-list {
    display: flex;
    list-style: none;
    gap: 8px;
    padding: 0;
    margin: 0;
}

    .custom-breadcrumb-list li {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

        .custom-breadcrumb-list li::after {
            content: '/';
            margin: 0 8px;
            color: #6c757d;
        }

        .custom-breadcrumb-list li:last-child::after {
            content: '';
        }

.custom-breadcrumb-list li:last-child span {
    color: #6c757d;
    pointer-events: none; 
    cursor: default;
}
  

    .custom-breadcrumb-list a {
        text-decoration: none;
       
    }





.blog-title {
    font-size: 24px !important;
}

.faq-section *{
    text-align:justify;
}
.faq-section .accordion-body {
    color:#555;
    font-size:13px;
}

.faq-section  .accordion-item:first-of-type {
    border-top: none;
}

.faq-section .accordion-item {
    border-top: 1px solid #ddd;
}


.comments-content .comment-body {
    background-color: #F3F7FE;
    padding: 15px;
    border-radius: 10px;
}

.comments-content .comment-answer {
    background-color: #c4ddfc;
    padding: 15px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .blog-title{
        font-size:18px !important;
    }


    .blog-content-info .ck-content h2,h3,h4 {

        font-size:1.2rem !important;
    }


    .blog-content-info .ck-content h2, h3,h4 *{
        font-size: 1.2rem !important;
    }

}


.blog-content-info .ck-content h2, h3, h4 {
    font-size: 1.3rem !important;
}


    .blog-content-info .ck-content h2, h3, h4 * {
        font-size: 1.3rem !important;
    }


.multi-opt-select2-close{
    text-align:center;
    padding:5px;
}

    .multi-opt-select2-close button {
        border-radius: 8px;
        border: none;
        background-color: #F1F2FA;
        padding:5px 10px ;
    }


.subs-certs-imgs{
    border-radius:12px;
    border: 1px solid #ddd;
}

.customer-smile-box-container{
    display:inline-block;
    top:0;
    left:10%;
}

.customer-smile-box {
    position: relative;
    height: 70px !important;
    display: inline-block;
    width: 70px;
}
.customer-smile-emoji {
    width: 75%;
    top:0;
    left:0;
    position: absolute;
}

.customer-smile-click {
    width: 60%;
    top: 35%;
    left: 30%;
    position: absolute;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;

    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.text-stroke {
    /*-webkit-text-stroke: 1px black;*/
    /* text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black; */

    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.plans-ul li {
    line-height: 1.8;
    list-style-type: circle;
    font-size:1rem;
}




.feature-group {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.feature-group-header {
    background-color: #f8f9fa;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-radius 0.3s;
}

/* Rounded corners when collapsed */
.feature-group.collapsed .feature-group-header {
    border-radius: 0.75rem 0.75rem 0 0;
}

/* Only top rounded when expanded */
.feature-group:not(.collapsed) .feature-group-header {
    border-radius: 0.75rem 0.75rem 0 0;
}

.feature-table {
    margin: 0;
}

.feature-row td {
    vertical-align: middle;
}

.table-wrapper {
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 0.75rem 0.75rem;
    overflow: hidden;
}

/* Select all visible rows, alternating globally across tables */
.feature-group table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.feature-group table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}


