@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),
        url("../fonts/icomoon.ttf") format("truetype"),
        url("../fonts/icomoon.woff") format("woff"),
        url("../images/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-avatar:before {
    content: "\e91c";
}
.icon-phone-call:before {
    content: "\e900";
}
.icon-message:before {
    content: "\e901";
}
.icon-location:before {
    content: "\e902";
}
.icon-magnifying-glass:before {
    content: "\e903";
}
.icon-shopping-cart:before {
    content: "\e904";
}
.icon-volunteer:before {
    content: "\e905";
}
.icon-right-arrow:before {
    content: "\e906";
}
.icon-left-arrow:before {
    content: "\e907";
}
.icon-up-arrow:before {
    content: "\e908";
}
.icon-down-arrow:before {
    content: "\e909";
}
.icon-solidarity:before {
    content: "\e90a";
}
.icon-gift-box:before {
    content: "\e90b";
}
.icon-double-quotes:before {
    content: "\e90c";
}
.icon-apple:before {
    content: "\e90d";
}
.icon-health-insurance:before {
    content: "\e90e";
}
.icon-business-partnership:before {
    content: "\e90f";
}
.icon-target:before {
    content: "\e910";
}
.icon-solidarity-1:before {
    content: "\e911";
}
.icon-charity:before {
    content: "\e912";
}
.icon-generous:before {
    content: "\e913";
}
.icon-fundraiser:before {
    content: "\e914";
}
.icon-chat:before {
    content: "\e915";
}
.icon-bonus:before {
    content: "\e916";
}
.icon-fingerprint-scan:before {
    content: "\e917";
}
.icon-account:before {
    content: "\e918";
}
.icon-charity-1:before {
    content: "\e919";
}
.icon-target-1:before {
    content: "\e91a";
}
.icon-help:before {
    content: "\e91b";
}

/* ------------ 04-06-2025 -------------------- */
.matikam-new-page section {
    padding: 60px 0;
    overflow: hidden;
}
.matikam-new-page .header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

.matikam-new-page .header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.matikam-new-page .header .logo {
    line-height: 0;
}

.matikam-new-page .header .logo img {
    margin-right: 6px;
}

.matikam-new-page .header .logo span {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 3px;
    font-family: "Hind Vadodara", sans-serif;
    line-height: 32px;
}

.matikam-new-page .header .logo span b {
    display: block;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
}

.matikam-new-page .hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(
            rgba(249, 244, 232, 0.7),
            rgba(249, 244, 232, 0.7)
        ),
        url("../images/clay-idol/hero-bg-matikamnew.jpg") no-repeat center
            center / cover;
    background-size: cover;
    z-index: 1;
}

.matikam-new-page .hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    /*color: #012970;*/
    color: var(--oxpins-black);
    line-height: 75px;
}

.matikam-new-page .hero h2 {
    color: #444444;
    margin: 15px 0 0 0;
    font-size: 26px;
}

.matikam-new-page .hero .btn-get-started {
    margin-top: 30px;

    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    /*background: #4154f1;*/
    background: #6f4f28;
    font-size: 29px;
}

.matikam-new-page .hero .btn-get-started:hover {
    background: #000;
}
.matikam-new-page .hero .btn-get-started span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.matikam-new-page .hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.matikam-new-page .hero .btn-get-started:hover i {
    transform: translateX(5px);
}

.matikam-new-page .hero .hero-img {
    text-align: right;
}
@media (min-width: 1024px) {
    .matikam-new-page .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .matikam-new-page .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }
    .matikam-new-page .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }
    .matikam-new-page .hero .hero-img img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .matikam-new-page .hero {
        text-align: center;
    }
    .matikam-new-page .hero h1 {
        font-size: 32px;
        line-height: 46px;
    }
    .matikam-new-page .hero h2 {
        font-size: 24px;
    }
    .matikam-new-page .hero .hero-img img {
        width: 100%;
    }
}
.matikam-new-page .gx-0 {
    --bs-gutter-x: 0;
}
.matikam-new-page .about .content {
    /*background-color: #f6f9ff;*/
    background-color: var(--oxpins-extra);
    padding: 36px;
}

.matikam-new-page .about h3 {
    font-size: 14px;
    font-weight: 700;
    color: #4154f1;
    text-transform: uppercase;
}

.matikam-new-page .about h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--oxpins-black);
    text-align: center;
}
.matikam-new-page .about h2 :hover {
    color: var(--oxpins-primary);
}

.matikam-new-page .about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}

.matikam-new-page .about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.matikam-new-page .about .btn-read-more span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.matikam-new-page .about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.matikam-new-page .about .btn-read-more:hover i {
    transform: translateX(5px);
}
.matikam-new-page .midl-content {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
}
.matikam-new-page .about .midl-content p {
    font-size: 18px;
    line-height: 30px;
}
.matikam-new-page .title-1 {
    color: #378d1b;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}
.matikam-new-page .search-btn {
    border: none;
    outline: none;
    border-radius: 4px;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    height: 38px;
}
.matikam-new-page .fixed-top {
    position: absolute;
}
@media (max-width: 767px) {
    .matikam-new-page .header .logo span,
    .hero .btn-get-started {
        font-size: 20px;
    }
    .matikam-new-page .header .logo span b {
        font-size: 16px;
        text-align: left;
    }
    .matikam-new-page .hero .hero-img {
        margin-top: 40px;
    }
    .matikam-new-page .hero {
        padding-bottom: 0;
    }
    .matikam-new-page .about .content {
        padding: 20px;
    }
    section {
        padding: 0px 0;
    }
}

.matikam-new-page .section-header {
    text-align: center;
    padding-bottom: 40px;
}

.matikam-new-page .section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
}

.matikam-new-page .section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    /*font-size: 38px;*/
    font-size: 27px;
    line-height: 42px;
    font-weight: 600;
    color: var(--oxpins-black);
    font-family: "Hind Vadodara", sans-serif;
    position: relative;
}
.matikam-new-page .section-header p:after {
    content: "";
    background: #333;
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 3px;
    left: 0;
    margin: auto;
    right: 0;
}

@media (max-width: 768px) {
    .matikam-new-page .section-header p {
        font-size: 28px;
        line-height: 40px;
    }
}
.matikam-new-page .features .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

.matikam-new-page .features .feature-box h3 {
    font-size: 18px;
    color: #012970;
    font-weight: 700;
    margin: 0;
}

.matikam-new-page .features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.matikam-new-page .features .feature-box:hover i {
    background: #4154f1;
    color: #fff;
}

.matikam-new-page .features .feture-tabs {
    margin-top: 120px;
}

.matikam-new-page .features .feture-tabs h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}

.matikam-new-pagev .features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.matikam-new-page .features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.matikam-new-page .features .feture-tabs .nav-link.active {
    color: #4154f1;
    border-bottom: 3px solid #4154f1;
}

.matikam-new-page .features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970;
}

.matikam-new-page .features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4154f1;
}

.matikam-new-page .features .feature-icons {
    margin-top: 120px;
}

.matikam-new-page .features .feature-icons h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .matikam-new-page .features .feature-icons h3 {
        font-size: 28px;
    }
}
@media (max-width: 600px) {
    .bhashini-dropdown-btn {
        padding: 10px 20px !important;
        font-size: 15px !important;
    }

    .bhashini-dropdown-btn {
        right: 6px !important;
        bottom: -3px !important;
    }
}

.matikam-new-page .features .feature-icons .content .icon-box {
    display: flex;
}

.matikam-new-page .features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #012970;
}

.matikam-new-page .features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-right: 15px;
}

.matikam-new-page .features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}
.matikam-new-page .contact .info-box {
    /*color: #444444;
  background: #fafbff;*/
    padding: 30px;
    /* color:#378d1b;*/
    background: var(--oxpins-extra);
    color: #444444;
    min-height: 309px;
}
.matikam-new-page .contact.info-box a {
    color: #6f4f28;
}
.matikam-new-page .contact.info-box a:hover {
    /* background-color: var(--oxpins-); */
    color: var(--oxpins-primary);
}

.matikam-new-page .contact .info-box i {
    font-size: 38px;
    line-height: 0;
    /*color: #4154f1;*/
    color: var(--oxpins-primary);
}

.matikam-new-page .contact .info-box h3 {
    font-size: 20px;
    /*color: #012970;*/
    color: var(--oxpins-primary);
    font-weight: 600;
    margin: 20px 0 10px 0;
    font-family: "Poppins", sans-serif;
}

.matikam-new-page .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Hind Vadodara", sans-serif;
}

.matikam-new-page .contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
}

.matikam-new-page .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.matikam-new-page .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.matikam-new-page .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.matikam-new-page .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.matikam-new-page .contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.matikam-new-page .contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}

.matikam-new-page .contact .php-email-form input {
    padding: 10px 15px;
}

.matikam-new-page .contact .php-email-form textarea {
    padding: 12px 15px;
}

.matikam-new-page .contact .php-email-form button[type="submit"] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.matikam-new-page .contact .php-email-form button[type="submit"]:hover {
    background: #5969f3;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.matikam-new-page .footer {
    /*background: #f6f9ff;*/
    background: var(--oxpins-black);
    padding: 0 0 30px 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.matikam-new-page .footer .footer-newsletter {
    padding: 50px 0;
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
}

.matikam-new-page .footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #012970;
}

.matikam-new-page .footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}

.matikam-new-page .footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}

.matikam-new-page .footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #4154f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.matikam-new-page .footer .footer-newsletter form input[type="submit"]:hover {
    background: #5969f3;
}

.matikam-new-page .footer .footer-top {
    background: white url(../img/footer-bg.png) no-repeat right top;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.matikam-new-page .footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.matikam-new-page .footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
}

.matikam-new-page .footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.matikam-new-page .footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
}

.matikam-new-page .footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
}

.matikam-new-page .footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.matikam-new-page .footer .footer-top .social-links a:hover {
    color: #012970;
}

.matikam-new-page .footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #012970;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.matikam-new-page .footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.matikam-new-page .footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.matikam-new-page .footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
}

.matikam-new-page .footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.matikam-new-page .footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.matikam-new-page .footer .footer-top .footer-links ul a {
    color: #013289;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.matikam-new-page .footer .footer-top .footer-links ul a:hover {
    color: #4154f1;
}

.matikam-new-page .footer .footer-top .footer-contact p {
    line-height: 26px;
}

.matikam-new-page .footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #ffff;
}

.matikam-new-page .faq .accordion-collapse {
    border: 0;
}

.matikam-new-page .faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
}

.matikam-new-page .faq .accordion-button:focus {
    box-shadow: none;
}

.matikam-new-page .faq .accordion-button:not(.collapsed) {
    background: none;
    color: var(--oxpins-black);
    border-bottom: 0;
}

.matikam-new-page .faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
}
/* ------------04-06-2025-------------------- */
body.matikam-new-page {
    /* font-family: "Open Sans", sans-serif;*/
    color: #444444;
    font-family: "Hind Vadodara", sans-serif;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/* *******   7-7-2025 ************** */

.scroll-to-top {
    bottom: 195px !important;
}

.uw-widget-custom-trigger {
    bottom: 136px !important;
    right: 40px !important;
}

.bhashini-dropdown-btn {
    background-color: #d88a1f !important;
    position: relative !important;
    right: 20px !important;
    bottom: 46px;
}

.search-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

/* Enable blur only for small devices */
@media (max-width: 1202px) {
    .search-popup {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search-popup__overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.search-popup__content {
    position: relative;
    /* background: #fff; */
    border-radius: 12px;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    z-index: 10;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    animation: popUp 0.3s ease;
}

@keyframes popUp {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.search-form {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.search-form input[type="text"] {
    flex: 1;
    padding: 12px 16px;
    font-size: 16px;
    border: none;
    outline: none;
}

.search-form button {
    background: #5d3b09;
    color: white;
    padding: 30px 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.search-form button:hover {
    background: #4b2f07;
}

.search-form i {
    font-size: 18px;
}
