
/*about-new*/
/*==============================
    ABOUT SECTION CSS
==============================*/

.mm-about-section {
    position: relative;
    padding: 110px 0;
    background: #f7f9fc;
    overflow: hidden;
    margin-top: -9px;
}

.mm-about-shape {
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(46, 51, 117, 0.05);
    border-radius: 50%;
    top: -180px;
    right: -150px;
}

.mm-about-image-area {
    position: relative;
    padding-right: 40px;
}

.mm-about-image-area img {
    width: 100%;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.mm-image-bg {
    position: absolute;
    width: 90%;
    height: 100%;
    background: #2e3375;
    border-radius: 25px;
    top: 30px;
    left: -20px;
    z-index: 1;
}

.mm-experience-box {
    position: absolute;
    right: 0;
    bottom: 40px;
    background: #f9b233;
    padding: 25px 35px;
    border-radius: 18px;
    z-index: 3;
    box-shadow: 0 10px 40px rgba(0,0,0,0.18);
    animation: floatBox 3s linear infinite alternate;
}

.mm-experience-box h3 {
    margin: 0;
    color: #2e3375;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.mm-experience-box span {
    color: #2e3375;
    font-weight: 600;
    font-size: 15px;
}

@keyframes floatBox {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-10px);
    }
}

.mm-about-content {
    padding-left: 30px;
}

.mm-small-title {
    color: #f9b233;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 15px;
}

.mm-about-content h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.mm-line {
    width: 90px;
    height: 5px;
    background: #2e3375;
    border-radius: 20px;
    margin-bottom: 30px;
}

.mm-about-content p {
    color: #666;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 20px;
}

.mm-about-btn {
    margin-top: 35px;
}

.mm-about-btn .theme-btn {
    display: inline-block;
    background: #2e3375;
    color: #fff;
    padding: 16px 38px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s ease;
    text-decoration: none;
}

.mm-about-btn .theme-btn:hover {
    background: #f9b233;
    color: #2e3375;
    transform: translateY(-5px);
}

/*==============================
    RESPONSIVE
==============================*/

@media only screen and (max-width: 991px) {

    .mm-about-section {
        padding: 80px 0;
    }

    .mm-about-content {
        padding-left: 0;
        margin-top: 60px;
    }

    .mm-about-content h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .mm-image-bg {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {

    .mm-about-content h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .mm-experience-box {
        padding: 18px 25px;
    }

    .mm-experience-box h3 {
        font-size: 32px;
    }
}



/*or-prod-new*/
/*===================================
    PRODUCT SECTION
===================================*/

.mm-product-zone {
    position: relative;
    padding: 110px 40px;
/*    background: linear-gradient(135deg, #f7f9fc, #eef2f7);*/
    overflow: hidden;
}

.mm-product-title {
    text-align: center;
    margin-bottom: 70px;
}

.mm-mini-title {
    color: #f9b233;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.mm-product-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0;
}

.mm-service-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/* SIDE MENU */

.mm-side-menu {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mm-nav-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 25px;
    min-width: 290px;
    border: none;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.mm-nav-btn:hover {
    transform: translateY(-6px);
    background: #2e3375;
}

.mm-nav-btn:hover .mm-label {
    color: #fff;
}

.mm-nav-btn.active {
    background: #2e3375;
}

.mm-nav-btn.active .mm-label {
    color: #fff;
}

.mm-icon-wrap {
    width: 70px;
    height: 70px;
    min-width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background: #f9b233;
    color: #2e3375;
    font-size: 28px;
    animation: moveIcon 1s linear infinite alternate;
}

@keyframes moveIcon {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(10px);
    }
}

.mm-label {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-align: left;
    transition: all 0.4s ease;
}

/* CENTER */

.mm-center-showcase {
    position: relative;
    width: 480px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-glow-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(46, 51, 117, 0.08);
    animation: pulseRing 4s linear infinite;
}

@keyframes pulseRing {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.mm-main-card {
    position: relative;
/*    width: 390px;*/
    padding: 50px 40px;
    background: #fff;
    border-radius: 35px;
    text-align: center;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.mm-center-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #2e3375;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 48px;
}

.mm-main-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.mm-main-card p {
    color: #666;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}

.mm-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f9b233;
    color: #2e3375;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.4s ease;
}

.mm-read-btn:hover {
    background: #2e3375;
    color: #fff;
}

/* RESPONSIVE */

@media only screen and (max-width: 1199px) {

    .mm-service-layout {
        flex-direction: column;
    }

    .mm-center-showcase {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {

    .mm-product-zone {
        padding: 80px 20px;
    }

    .mm-product-title h2 {
        font-size: 34px;
    }

    .mm-nav-btn {
        min-width: 100%;
    }

    .mm-main-card {
        width: 100%;
        padding: 40px 25px;
    }

    .mm-main-card h2 {
        font-size: 26px;
    }
}


/*new-counter*/
/*==================================
    COUNTER SECTION CSS
==================================*/

.mm-counter-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    z-index: 1;
}

/* DARK OVERLAY */

.mm-counter-section .overlay-layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(15,20,55,0.88),
        rgba(30,45,100,0.82)
    );
    z-index: -1;
}

/* TITLE */

.mm-counter-title {
    text-align: center;
    margin-bottom: 70px;
}

.mm-counter-subtitle {
    display: inline-block;
    color: #f9b233;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.mm-counter-title h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

/* ROW */

.mm-counter-row {
    justify-content: center;
}

/* CARD */

.mm-counter-card {
    position: relative;
    text-align: center;
    padding: 45px 25px;
    border-radius: 25px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.08);
}

.mm-counter-card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* ICON */

.mm-counter-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #f9b233;
    color: #1f245c;
    font-size: 38px;
    animation: iconMove 1s linear infinite alternate;
}

@keyframes iconMove {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(8px);
    }
}

/* COUNT */

.mm-counter-card .count-box {
    margin-bottom: 10px;
}

.mm-counter-card .count-text {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.mm-counter-card .dfg {
    font-size: 38px;
    font-weight: 700;
}

/* TEXT */

.mm-counter-card p {
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

/* RESPONSIVE */

@media only screen and (max-width: 991px) {

    .mm-counter-title h2 {
        font-size: 38px;
    }

    .mm-counter-card {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 767px) {

    .mm-counter-section {
        padding: 80px 0;
    }

    .mm-counter-title h2 {
        font-size: 30px;
    }

    .mm-counter-card .count-text {
        font-size: 48px;
    }

    .mm-counter-card p {
        font-size: 16px;
    }
}

/*client-new*/
/*==================================
    CLIENT SECTION CSS
==================================*/

.mm-client-showcase {
    position: relative;
    padding: 110px 0;
/*    background: linear-gradient(135deg, #f7f9fc, #eef2f7);*/
    overflow: hidden;
}

/* TITLE */

.mm-client-title {
    text-align: center;
    margin-bottom: 70px;
}

.mm-client-subtitle {
    display: inline-block;
    color: #f9b233;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.mm-client-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 18px;
}

.mm-client-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 30px;
}

/* CLIENT CARD */

.mm-client-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 35px 30px;
    height: 160px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

/* HOVER EFFECT */

.mm-client-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}

/* LOGO */

.mm-client-card img {
    max-width: 140px;
    max-height: 90px;
    width: auto !important;
    transition: all 0.4s ease;
/*    filter: grayscale(100%);*/
    opacity: 0.8;
}

.mm-client-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.08);
}

/* SLIDER SPACING */

.mm-client-slider .owl-stage-outer {
    padding: 15px 0;
}

.mm-client-slider .owl-item {
    padding: 15px;
}

/* GLOW EFFECT */

.mm-client-card::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
/*    background: rgba(249,178,51,0.08);*/
    border-radius: 50%;
    top: -40px;
    right: -40px;
    transition: all 0.4s ease;
}

.mm-client-card:hover::before {
/*    transform: scale(1.4);*/
}

/* RESPONSIVE */

@media only screen and (max-width: 991px) {

    .mm-client-title h2 {
        font-size: 38px;
    }

    .mm-client-card {
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {

    .mm-client-showcase {
        padding: 80px 0;
    }

    .mm-client-title h2 {
        font-size: 30px;
    }

    .mm-client-title p {
        font-size: 15px;
        line-height: 28px;
    }

    .mm-client-card {
        padding: 25px;
        height: 130px;
    }

    .mm-client-card img {
        max-width: 110px;
    }
}


/*qualiyu*/
/*==================================
    QUALITY POLICY SECTION CSS
==================================*/

.mm-quality-section {
    position: relative;
    padding: 110px 0;
/*    background: linear-gradient(135deg, #f8faff, #eef3fa);*/
    overflow: hidden;
}

/* SHAPES */

.mm-quality-shape-one {
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(46,51,117,0.05);
    border-radius: 50%;
    top: -140px;
    left: -120px;
}

.mm-quality-shape-two {
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(249,178,51,0.08);
    border-radius: 50%;
    bottom: -80px;
    right: -60px;
}

/* IMAGE SIDE */

.mm-quality-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
/*    box-shadow: 0 20px 60px rgba(0,0,0,0.12);*/
}

.mm-quality-image-wrap img {
    width: 100%;
    border-radius: 30px;
    transition: all 0.6s ease;
}

.mm-quality-image-wrap:hover img {
    transform: scale(1.05);
}

/* BADGE */

.mm-quality-badge {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.95);
    padding: 16px 24px;
    border-radius: 60px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

.mm-quality-badge i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #2e3375;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.mm-quality-badge span {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

/* CONTENT */

.mm-quality-content {
    position: relative;
    padding-left: 40px;
}

.mm-quality-subtitle {
    display: inline-block;
    color: #f9b233;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.mm-quality-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 25px;
}

.mm-quality-content p {
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

/* FEATURES */

.mm-quality-features {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.mm-quality-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.mm-quality-item:hover {
    transform: translateY(-5px);
}

.mm-quality-item i {
    color: #2e3375;
    font-size: 20px;
}

.mm-quality-item span {
    color: #222;
    font-size: 15px;
    font-weight: 600;
}

/* RESPONSIVE */

@media only screen and (max-width: 991px) {

    .mm-quality-content {
        padding-left: 0;
        margin-top: 50px;
    }

    .mm-quality-content h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {

    .mm-quality-section {
        padding: 80px 0;
    }

    .mm-quality-content h2 {
        font-size: 30px;
    }

    .mm-quality-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .mm-quality-features {
        grid-template-columns: 1fr;
    }

    .mm-quality-badge {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 14px 18px;
    }

    .mm-quality-badge span {
        font-size: 13px;
    }
}

/*contact*/
/*==================================
    CONTACT SECTION CSS
==================================*/

.mm-contact-area {
    position: relative;
    padding: 110px 0;
/*    background: linear-gradient(135deg, #f7f9fc, #eef2f7);*/
    overflow: hidden;
}

/* SHAPE */

.mm-contact-shape {
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(46, 51, 117, 0.05);
    border-radius: 50%;
    top: -180px;
    left: -120px;
}

/* TITLE */

.mm-contact-title {
    margin-bottom: 70px;
}

.mm-contact-subtitle {
    display: inline-block;
    color: #f9b233;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.mm-contact-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 18px;
}

.mm-contact-title p {
    max-width: 680px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 30px;
}

/* FORM BOX */

.mm-contact-form-box {
    position: relative;
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 18px 60px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* INPUTS */

.mm-input-group {
    margin-bottom: 25px;
}

.mm-input-group .form-control {
    height: 65px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    padding: 0 25px;
    font-size: 15px;
    color: #222;
    box-shadow: none;
    transition: all 0.4s ease;
    background: #f8f9fb;
}

.mm-input-group textarea.form-control {
    height: 150px;
    padding-top: 20px;
    resize: none;
}

.mm-input-group .form-control:focus {
    border-color: #2e3375;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(46,51,117,0.08);
}

/* BUTTON */

.mm-submit-btn {
    position: relative;
    display: inline-block;
    background: #2e3375;
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    transition: all 0.4s ease;
    overflow: hidden;
}

.mm-submit-btn:hover {
    background: #f9b233;
    color: #1f245c;
    transform: translateY(-5px);
}

/* MAP BOX */

.mm-map-wrapper {
    position: relative;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(0,0,0,0.08);
}

.mm-map-top {
    padding: 30px 35px;
    background: #2e3375;
}

.mm-map-top h4 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
}

.mm-map-top span {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
}

/* MAP */

.mm-map-box iframe {
    width: 100%;
    height: 500px;
    border: 0;
    display: block;
}

/* RESPONSIVE */

@media only screen and (max-width: 991px) {

    .mm-contact-title h2 {
        font-size: 38px;
    }

    .mm-map-wrapper {
        margin-top: 40px;
    }

    .mm-contact-form-box {
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {

    .mm-contact-area {
        padding: 80px 0;
    }

    .mm-contact-title h2 {
        font-size: 30px;
    }

    .mm-contact-title p {
        font-size: 15px;
        line-height: 28px;
    }

    .mm-contact-form-box {
        padding: 30px 20px;
    }

    .mm-map-top {
        padding: 25px;
    }

    .mm-map-top h4 {
        font-size: 24px;
    }

    .mm-map-box iframe {
        height: 350px;
    }
}


/*contac pagt*/

/*testimonial*/
/* SECTION */

.mx-client-feedback-area{
    width:100%;
    padding:90px 0;
    overflow:hidden;
}

.mx-feedback-heading{
    text-align:center;
    margin-bottom:60px;
}

.mx-feedback-heading span{
    color:#2a2f6e;
    letter-spacing:2px;
    font-size:14px;
    font-weight:600;
}

.mx-feedback-heading h2{
    font-size:42px;
    margin-top:10px;
    color:#111;
}

/* SWIPER */

.mxReviewSlider{
    width:100%;
    padding:20px 15px 80px;
    position:relative;
}

.swiper-slide{
    height:auto;
    display:flex;
}

/* CARD */

.mx-review-box{
    width:100%;
    background: linear-gradient(135deg, #ffffff, #000869);
    border-radius:30px;
    padding:40px 30px;
    position:relative;
    overflow:hidden;
    transition:0.4s ease;
    min-height:320px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.mx-review-box:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(42,47,110,0.25);
}

/* BACKGROUND CIRCLE */

.mx-review-box::before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    top:-120px;
    right:-80px;
}

/* QUOTE */

.mx-quote-icon{
    font-size:70px;
    color:#8f98ff;
    line-height:1;
    margin-bottom:15px;
}

/* TEXT */

.mx-review-text{
    color:#dfe2ff;
    line-height:1.9;
    font-size:15px;
    margin-bottom:35px;
    position:relative;
    z-index:2;
}

/* CLIENT */

.mx-client-info{
    display:flex;
    align-items:center;
    gap:15px;
    position:relative;
    z-index:2;
}

.mx-client-info img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #8f98ff;
}

.mx-client-details h4{
    color:#fff;
    font-size:18px;
    margin-bottom:5px;
}

.mx-client-details span{
    color:#cfd3ff;
    font-size:14px;
}

.mx-review-stars{
    margin-top:8px;
    color:#ffd54f;
    letter-spacing:2px;
}

/* PAGINATION */

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#2a2f6e;
    opacity:0.4;
}

.swiper-pagination-bullet-active{
    width:30px;
    border-radius:30px;
    opacity:1;
}

/* NAVIGATION BUTTONS */

.mx-slider-next,
.mx-slider-prev{
    position:absolute;
    top:45%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    background:#2a2f6e;
    border-radius:50%;
    z-index:10;
    cursor:pointer;
    transition:0.3s;
}

.mx-slider-next:hover,
.mx-slider-prev:hover{
    background:#1c2157;
}

.mx-slider-next::after,
.mx-slider-prev::after{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-size:20px;
    font-weight:700;
}

.mx-slider-next{
    right:0;
}

.mx-slider-prev{
    left:0;
}

.mx-slider-next::after{
    content:'›';
}

.mx-slider-prev::after{
    content:'‹';
}

/* RESPONSIVE */

@media(max-width:768px){

    .mx-feedback-heading h2{
        font-size:30px;
    }

    .mx-review-box{
        padding:30px 25px;
        min-height:auto;
    }

    .mx-slider-next,
    .mx-slider-prev{
        display:none;
    }

}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}








.dropdown {
    position: relative;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 250px;
    display: none;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.dropdown:hover .submenu {
    display: block;
}


.dropdown-sub {
    position: relative;
}

.submenu-sub {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 250px;
    display: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.dropdown-sub:hover .submenu-sub {
    display: block;
}


.submenu li a,
.submenu-sub li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.submenu li a:hover,
.submenu-sub li a:hover {
    background: #f5f5f5;
    color: #000;
}












.has-arrow > a {
    position: relative;
    padding-right: 25px;
}

.has-arrow > a::after {
    content: "›"; 
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}


.dropdown-sub:hover > a::after {
    transform: translateY(-50%) rotate(90deg);
}
/* Rotate arrow when open in mobile */
.dropdown-sub.open > a::after {
    transform: translateY(-50%) rotate(90deg);
}


/*bread crump*/
/*==============================
    PAGE BANNER CSS
==============================*/

.mm-page-banner{
    position: relative;
    padding: 140px 20px 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.mm-banner-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
    );
    z-index: -1;
}

.mm-container{
    max-width: 1200px;
    margin: 0 auto;
}

.mm-banner-content{
    text-align: center;
}

.mm-banner-title{
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mm-breadcrumb{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mm-breadcrumb li{
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.mm-breadcrumb li a{
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
}

.mm-breadcrumb li a:hover{
    color: #ffffff;
}

.mm-breadcrumb li:not(:last-child)::after{
    content: "/";
    margin-left: 12px;
    color: #ffffff;
}

/*==============================
    TABLET RESPONSIVE
==============================*/

@media (max-width: 991px){

    .mm-page-banner{
        padding: 110px 20px 90px;
    }

    .mm-banner-title{
        font-size: 40px;
    }

}

/*==============================
    MOBILE RESPONSIVE
==============================*/

@media (max-width: 767px){

    .mm-page-banner{
        padding: 90px 15px 75px;
        background-position: center center;
    }

    .mm-banner-title{
        font-size: 30px;
        margin-bottom: 14px;
    }

    .mm-breadcrumb{
        gap: 8px;
    }

    .mm-breadcrumb li{
        font-size: 14px;
    }

    .mm-breadcrumb li:not(:last-child)::after{
        margin-left: 8px;
    }

}

/*==============================
    SMALL MOBILE
==============================*/

@media (max-width: 480px){

    .mm-banner-title{
        font-size: 26px;
    }

    .mm-page-banner{
        padding: 80px 12px 65px;
    }

}


/*header*/






.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.faq-item {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    text-align: center;   /* main center */
}

.faq-question {
    border: none;
    background: none;
    font-weight: 600;
    width: 100%;
    text-align: center;   /* ensure text center */
    display: block;
}

/* Tablet */
@media (max-width: 991px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

/*breadcrump*/





.contact-information .single-item {
    height: 100%;
}

.contact-information .inner-box {
    height: 100%;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;
}

.contact-information .inner-box:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.contact-information p {
    word-break: break-word;
}




/*4-6-26*/


.wattora-features-section {
    padding: 60px 0;
}

.feature-card {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-card i {
    font-size: 45px;
    color: #2e3375;
    margin-bottom: 15px;
}

.feature-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

@media (max-width: 767px) {
    .feature-card {
        padding: 20px 15px;
    }

    .feature-card i {
        font-size: 35px;
    }

    .feature-card h5 {
        font-size: 16px;
    }
}