@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Montserrat:wght@400;500&family=Mukta&family=Open+Sans&family=Poppins&family=Roboto&family=Roboto+Mono&display=swap");

* {
    box-sizing: border-box;
}

body {
    font-family: var(--site-font-family) !important;
    font-weight: 400 !important;
}

table td,
table th,
table span {
    font-family: var(--site-font-family) !important;
}

li::marker {
    font-weight: 500;
}

.top-section {
    min-height: 60vh;
}
/* 
.bg-section {
    background-color: #f8f9fd;
} */

.main-card {
    min-height: 28rem;
    box-shadow: 0 0 2.3rem rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

/* .main-card::after {
    content: attr(content-date);
    position: absolute;
    bottom: -40px;
    font-family: var(--site-font-family);
    margin-left: 3rem;
    font-size: 12px;
    color: #b2b2b2;
} */
.additional-services-links a {
    margin-left: 0px;
    transition: margin-left 0.5s;
}
.additional-services-links a:hover {
    margin-left: 8px;
}

.blog-date {
    font-size: 12px !important;
    color: #919191 !important;
}

.main-card .card-top {
    height: 19rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: linear-gradient(
        90deg,
        rgba(235, 145, 54, 0.98) 22.4%,
        rgba(235, 145, 54, 0.49) 81.77%
    );
    background-position: center !important;
}

.main-card .card-bottom {
    min-height: 8rem;
}

.main-card .card-footer {
    height: 50px;
}

.main-card .card-top h1 {
    font-size: 5rem !important;
    font-family: "Mukta", sans-serif;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.main-card .card-top h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.card-bottom h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
}

.main-card .card-footer {
    background: #f8fafd;
}

.card-footer h4 {
    font-family: var(--site-font-family);
    font-size: 1.05rem;
    color: #607385;
}

.gradient-text {
    font-size: 4.2rem;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    background: linear-gradient(
        to left bottom,
        #d4a900,
        #9612eb,
        #4112ebde,
        #12ebb2
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

._span {
    color: #6e7e92;
    font-size: 16px;
    font-weight: 500 !important;
}

.heading {
    color: #000c37;
    font-size: 1.7rem;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
}

.blog-content a {
    text-decoration: none !important;
}

.blog-content {
    line-height: 1.7rem;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px !important;
}

img {
    border-radius: 5px;
}

.feature-card {
    min-height: 390px;
    max-width: 350px;
    box-shadow: 0 0 2.3rem rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.feature-card .feature-card-top {
    height: 11rem;
}

.feature-card .feature-card-bottom {
    height: 13.3rem;
    position: relative;
}

.feature-card .feature-card-bottom::after {
    content: "";
    display: block;
    width: 80%;
    bottom: 50px;
    position: absolute;
    margin-left: 10%;
    height: 1px;
    background: radial-gradient(
        ellipse at center,
        #d1dbe7 0,
        rgba(255, 255, 255, 0) 75%
    );
}

.feature-card-bottom .content {
    height: 67%;
}

.feature-card-bottom .footer {
    height: calc(100% - 67%);
}

.feature-card h3 {
    font-size: 1.35rem;
    font-family: "Mukta", sans-serif;
}

.card-feature-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%;
    position: relative;
    clip-path: polygon(
        50% 0%,
        100% 0,
        100% 35%,
        100% 63%,
        77% 78%,
        57% 88%,
        40% 94%,
        22% 98%,
        0 100%,
        0 0
    );
}

.card-feature-img-no-clip{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%;
    position: relative;
}

.blog-content img,
.blog-content table {
    max-width: 100% !important;
}

.feature-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 2.3rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.navbar {
    background-color: #fff;
    height: 80px !important;
    transition: all 0.2s;
}

.navbar-content ul li {
    color: #000;
    font-family: "Mukta", sans-serif !important;
}

.navbar .navbar-brand img {
    margin-left: 6px;
}

.latest-card-top {
    min-height: 27rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.latest-card-top .bg-blur-layer {
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.certificate-card h2 {
    font-family: "Mukta", sans-serif !important;
    font-size: 1.8rem;
    font-weight: bold;
    color: #031d5b;
}

.certificate-card .card-bottom {
    font-family: "Roboto", sans-serif !important;
    position: absolute;
    bottom: 0;
    width: calc(100% - 3rem);
    height: 70px;
    background: linear-gradient(
        rgba(250, 250, 250, 0.88),
        rgba(250, 250, 250, 1)
    );
    transition: all 0.2s ease-in-out;
}

.certificate-card .card-bottom button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.certificate-card .card-bottom a {
    color: #303f9f;
    font-family: "Poppins", sans-serif !important;
}

._hover:hover {
    cursor: pointer;
}

.certificate-sidebar,
.connect-with-expert {
    position: sticky;
    top: 15%;
}

.common-form .connect-with-expert,
.certificate_details .connect-with-expert,
.certificate-products .connect-with-expert,
.certificate-sidebar li {
    width: 100%;
    /* min-width: 220px; */
    max-width: 300px;
}

.certificate-sidebar li {
    padding: 14px 15px;
    background-color: #f8f9fa;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif !important;
    color: #000;
    font-size: 14px;
    list-style-type: none;
}

.certificate_details h2 {
    font-size: 1.7em;
}

.certificate_details .active_list {
    background-color: var(--site-color);
    color: #fff;
}

.certificate_details .deactive_list {
    background-color: #f8f9fa;
    color: #000;
}

.common-form .connect-with-expert input::-webkit-outer-spin-button,
.common-form .connect-with-expert input::-webkit-inner-spin-button,
.certificate_details .connect-with-expert input::-webkit-outer-spin-button,
.certificate_details .connect-with-expert input::-webkit-inner-spin-button,
.certificate-products .connect-with-expert input::-webkit-outer-spin-button,
.certificate-products .connect-with-expert input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.common-form .connect-with-expert,
.certificate_details .connect-with-expert,
.certificate-products .connect-with-expert {
    background-color: #f8f9fa;
    max-width: 350px;
    border: 1px solid var(--site-color);
}

.common-form .connect-with-expert input,
.certificate_details .connect-with-expert input,
.certificate-products .connect-with-expert input,
.code-suggestion li {
    font-size: 15px;
    color: #000;
    font-family: "Mukta", sans-serif !important;
    letter-spacing: 0.8px;
}

.accordion-button {
    --bs-accordion-active-bg: var(--site-light-color) !important;
    --bs-accordion-border-color: var(--site-color) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.certificate_details .wave-line {
    height: 100%;
    width: 23%;
}

.certificate_details .wave-line .line {
    height: 50%;
    width: 0%;
    animation: animate_graph 1s linear forwards;
}

.certificate_details .working-graph .mt-80 {
    transform: translateY(55%);
}

.certificate_details .working-graph .mt-20 {
    transform: translateY(15%);
}

.certificate_details .working-graph .rounded-top-start {
    border-top-left-radius: 45%;
    border-top: 2px dashed var(--site-color);
}

.certificate_details .working-graph .rounded-bottom-start {
    border-bottom-left-radius: 45%;
    border-bottom: 2px dashed var(--site-color);
}

.certificate_details .wave-line .line-1 {
    animation-delay: 0s;
}

.certificate_details .wave-line .line-2 {
    animation-delay: 1s;
}

.certificate_details .wave-line .line-3 {
    animation-delay: 2s;
}

.certificate_details .working-graph .img-wrapper img {
    max-width: 65px;
    max-height: 65px;
}

.certificate_details .working-graph .img-wrapper .content-even,
.certificate_details .working-graph .img-wrapper .content-odd {
    opacity: 0;
    animation: animate_image 1s linear forwards;
}

.certificate_details .working-graph .img-wrapper .content-even::after,
.certificate_details .working-graph .img-wrapper .content-odd::after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
    min-width: max-content;
    font-family: "Mukta", sans-serif !important;
    letter-spacing: 0.8px;
    color: var(--site-color);
}

.certificate_details .working-graph .img-wrapper .content-even::after {
    top: 67px;
}

.certificate_details .working-graph .img-wrapper .content-odd::after {
    top: -20px;
}

.certificate_details .working-graph .img-wrapper .content-1 {
    animation-delay: 0s;
}

.certificate_details .working-graph .img-wrapper .content-2 {
    animation-delay: 1s;
}

.certificate_details .working-graph .img-wrapper .content-3 {
    animation-delay: 2s;
}

.certificate_details .working-graph .img-wrapper .content-4 {
    animation-delay: 3s;
}

@keyframes animate_image {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animate_graph {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.latest-card-content h1 {
    font-size: 20px !important;
}

.latest-card-content h2 {
    font-size: 18px !important;
}

.latest-card-content h3,
.latest-card-content h4,
.latest-card-content h5,
.latest-card-content h6 {
    font-size: 16px !important;
}

.main-card .latest-card-link {
    bottom: 0;
    left: 0;
    width: 50%;
    background: linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 1));
}

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

.blog-content h2 {
    font-size: 21px !important;
}

.blog-content h3 {
    font-size: 19px !important;
}

.blog-content h4 {
    font-size: 18px !important;
}

.blog-content h5 {
    font-size: 17px !important;
}

.blog-content h6 {
    font-size: 16px !important;
}

video {
    width: 80%;
    max-width: 400px;
}

.certificate-product-search .search-input-box input {
    width: 70%;
    max-width: 600px;
    border: 1px solid #ccc;
    min-width: 200px;
}

.certificate-product-search .search-input-box button {
    width: 100px;
    background-color: var(--site-color);
    color: #fff;
}

.certificate-product-search .search-input-box input,
.certificate-product-search .search-input-box button {
    outline: none;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-family: "Mukta", sans-serif;
    height: 38px;
}

.mobile-code-group input {
    height: calc(1.5em + 0.75rem + 2px);
    width: 45px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
}

.mobile-code-group input:hover,
.code-suggestion li:hover,
.call-btn:hover {
    cursor: pointer;
}

.code-suggestion li:hover {
    color: var(--site-color);
}

.code-suggestion {
    width: 45px;
    z-index: 100;
    display: none;
}

.code-suggestion ul,
.call-btn {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.call-btn {
    width: 100px;
    height: 35px;
    border: none;
}

.shared-news , .shared-circular-notifocation ,.shared-press-release{
    animation: shared_news_animate 1.5s ease-in-out infinite;
}

.shared-news:hover , .shared-circular-notifocation:hover,.shared-press-release:hover{
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.shared-news:hover h3,.shared-press-release:hover h3{
    color: #212529;
}

.shared-news h3 ,.shared-press-release h3{
    color: var(--site-color);
    transition: all 0.2s;
}

@keyframes shared_news_animate {
    40%, 0% {
        transform: scale(1);
    }
    20%, 50% {
        transform: scale(1.02);
        box-shadow: 0 0 2.3rem rgba(0, 0, 0, 0.15);
    }
}

@media only screen and (max-width: 767px) {
    .latest-card-top {
        min-height: 17rem;
    }

    .main-card .latest-card-link {
        width: 100%;
    }
}
