/*!
Theme Name: MaaTechno Pvt Ltd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maatechno-pvt-ltd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MaaTechno Pvt Ltd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

	 @charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 37px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.headd {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
}

.headd span {
    color: #000;
    font-size: 40px;
    font-weight: 300
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    /* color: #014397; */
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #763500 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #763500 !important;
}

.btn-secondry {
    background: #763500 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #000;
    background: #b3b6b8 !important
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 10px 30px;
    z-index: 10;
}

@media (max-width: 768px) {
    .containerWrapper {
        padding: 0 15px;
    }
}

/**********My css**********/

/*====================================
   Navigation Wrapper
====================================*/
.navigationBarWrapper {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: white;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.navigationBarWrapper.scrolled {
    background: #fff;
    box-shadow: 0 4px 20px rgba(10, 35, 81, 0.12);
}

/*====================================
   Navigation Bar
====================================*/
.navigationBar {
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
    padding: 0;
}

.navigationBarScroll .navigationBar {
    height: 60px;
}

/*====================================
   Nav Content
====================================*/
.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
    margin: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*====================================
   Logo
====================================*/
.navbar-brand {
    display: inline-block;
    height: auto;
    padding: 0;
    position: absolute;
    top: -10px;
}

.navbar-brand img {
    height: 92px;
    padding: 10px;
    position: relative;
    transition: height 0.35s ease;
}

.navigationBarWrapper.scrolled .navbar-brand img {
    height: 60px;
}

/*====================================
   Nav Links
====================================*/
.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

.navbar-collapse > ul > li {
    margin: 0;
    color: #000000;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
    transition: color 0.25s ease;
}

.navigationBarWrapper.scrolled .navbar-collapse > ul > li {
    color: #0a2351;
}

.navbar-collapse > ul > li > a {
    display: block;
    color: inherit !important;
    padding: 0 18px;
    height: inherit;
    line-height: inherit;
    font-size: 15px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    transition: color 0.25s ease;
}

/*====================================
   Underline Hover Effect
====================================*/
.navbar-collapse > ul > li > a::after {
    content: '';
    display: block;
    height: 2px;
    background: #12a8f0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 14px;
    left: 18px;
    right: 18px;
    border-radius: 2px;
}

.navbar-collapse > ul > li > a:hover::after {
    transform: scaleX(1);
}

.navbar-collapse > ul > li.active > a {
    color: #12a8f0 !important;
}

.navigationBarWrapper.scrolled .navbar-collapse > ul > li.active > a {
    color: #0d6efd !important;
}

.navbar-collapse > ul > li.active > a::after {
    transform: scaleX(1);
}

/*====================================
   CTA Button — Last Item
====================================*/
.navbar-collapse > ul > li:last-child {
    height: auto;
    line-height: normal;
    margin: 33px 0 0 10px;
}

.navbar-collapse > ul > li:last-child > a.mt-nav-cta {
    background: #0d6efd;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #0d6efd;
    transition: all 0.3s ease;
}

.navbar-collapse > ul > li:last-child > a.mt-nav-cta:hover {
    background: transparent;
    color: #0d6efd !important;
    border-color: #0d6efd;
}

.navigationBarWrapper.scrolled .navbar-collapse > ul > li:last-child > a.mt-nav-cta:hover {
    color: #0d6efd !important;
}

.navbar-collapse > ul > li:last-child > a::after {
    display: none;
}

/*====================================
   Dropdown Menu
====================================*/
@media (min-width: 767px) {
    .navbar-collapse > ul > li:hover > ul {
        display: block;
    }
}

.navbar-default .navbar-nav > .open > a,
.nav .open > a {
    background: transparent !important;
}

.navbar-collapse > ul > li > ul {
    display: none;
    width: 230px;
    height: auto;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    margin: 0;
    padding: 6px 0;
    background: #0a2351;
    z-index: 10;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 24px rgba(10, 35, 81, 0.2);
    border: none;
    animation: dropFade 0.2s ease forwards;
}

@keyframes dropFade {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.navbar-collapse > ul > li > ul > li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    position: relative;
    line-height: normal;
    height: auto;
    font-family: "Josefin Sans", sans-serif;
    transition: all 0.25s ease;
}

.navbar-collapse > ul > li > ul > li:last-child {
    border-bottom: none;
}

.navbar-collapse > ul > li > ul > li > a {
    display: block;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.85);
    font-size: inherit;
    height: auto;
    line-height: normal;
    transition: all 0.25s ease;
}

.navbar-collapse > ul > li > ul > li:hover > a {
    color: #fff;
    background: rgba(18, 168, 240, 0.15);
    padding-left: 22px;
}

/*====================================
   Mobile Toggle Button
====================================*/
.navbar-toggle {
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    padding: 8px 10px;
    margin-top: 22px;
    transition: all 0.3s ease;
}

.navigationBarWrapper.scrolled .navbar-toggle {
    border-color: #0a2351;
}

.navbar-toggle .icon-bar {
    background: #fff;
    border-radius: 2px;
    height: 2px;
    width: 22px;
    display: block;
    transition: background 0.3s ease;
}

.navigationBarWrapper.scrolled .navbar-toggle .icon-bar {
    background: #0a2351;
}

.navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

/*====================================
   Mobile Nav
====================================*/
@media (max-width: 767px) {

    .navigationBar {
        height: 65px;
    }

    .navbar-brand {
        top: -5px;
    }

    .navbar-brand img {
        height: 70px;
    }

    .navbar-collapse {
        float: none;
        background: #0a2351;
        border-radius: 0 0 12px 12px;
        padding: 10px 0;
        box-shadow: 0 8px 24px rgba(10, 35, 81, 0.2);
    }

    .navbar-collapse > ul > li {
        height: auto;
        line-height: normal;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .navbar-collapse > ul > li:last-child {
        margin: 10px 16px;
        border-bottom: none;
    }

    .navbar-collapse > ul > li > a {
        padding: 12px 20px;
        height: auto;
        line-height: normal;
        font-size: 15px;
        color: #fff !important;
    }

    .navbar-collapse > ul > li > a::after {
        display: none;
    }

    .navbar-collapse > ul > li:last-child > a.mt-nav-cta {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 12px 20px;
    }

    .navbar-collapse > ul > li > ul {
        position: relative;
        top: auto;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.05);
        animation: none;
    }

    .navbar-collapse > ul > li > ul > li > a {
        padding-left: 32px;
    }

}

/*====================================
   Scroll Shrink — JavaScript Required
====================================*/

/*====================================
   Banner Section
====================================*/
.banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
}

#bannerSlider .owl-item {
    position: relative;
    width: 100%;
}

/*====================================
   Banner Image & Overlay
====================================*/
.banner-img {
    position: relative;
    width: 100%;
}

.banner-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(10, 35, 81, 0.93) 0%,
        rgba(10, 35, 81, 0.78) 50%,
        rgba(18, 168, 240, 0.22) 100%
    );
    z-index: 1;
}

.banner-img img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    display: block;
}

/*====================================
   Banner Text Block
====================================*/
.banner-txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px 30px;
    z-index: 2;
}

/*====================================
   Live Badge
====================================*/
.banner-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(18, 168, 240, 0.15);
    border: 1px solid rgba(18, 168, 240, 0.4);
    border-radius: 30px;
    padding: 7px 18px;
    margin-bottom: 20px;
}

.banner-live-badge span:last-child {
    font-size: 12px;
    font-weight: 700;
    color: #12a8f0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.banner-badge-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #12a8f0;
    animation: mtBadgePulse 1.5s infinite;
    display: inline-block;
}

@keyframes mtBadgePulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.35; }
}

/*====================================
   Banner Heading
====================================*/
.banner-txt h1 {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    max-width: 820px;
    margin: 0 auto 18px;
    text-transform: none;
}

.banner-txt h1 span {
    color: #12a8f0;
}

/*====================================
   Description Text
====================================*/
.banner-txt p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    max-width: 600px;
    margin: 0 auto 26px;
}

/*====================================
   CTA Buttons
====================================*/
.banner-btn-primary,
.banner-btn-outline {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 13px 30px;
    border-radius: 50px;
    text-decoration: none;
    margin: 0 6px;
    transition: all 0.35s ease;
}

.banner-btn-primary {
    background: #0d6efd;
    color: #fff;
    border: 2px solid #0d6efd;
}

.banner-btn-primary:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.banner-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.banner-btn-outline:hover {
    background: #fff;
    color: #0a2351;
    border-color: #fff;
}

/*====================================
   Stats Row
====================================*/
.banner-stats {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.banner-stat {
    text-align: center;
}

.banner-stat-num {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: #12a8f0;
    line-height: 1;
    margin-bottom: 5px;
}

.banner-stat-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
}

/*====================================
   Owl Dots
====================================*/
#bannerSlider .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    z-index: 3;
}

#bannerSlider .owl-controls .owl-page span {
    width: 36px !important;
    height: 5px !important;
    margin: 3px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

#bannerSlider .owl-controls .owl-page.active span {
    background: #12a8f0 !important;
    width: 50px !important;
}

/*====================================
   Entrance Animations
====================================*/
@keyframes mtFadeUpIn {
    0%   { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

.mt-anim {
    opacity: 0;
    animation: mtFadeUpIn 0.8s ease-out forwards;
}

.mt-anim-badge   { animation-delay: 0.10s; }
.mt-anim-title   { animation-delay: 0.25s; }
.mt-anim-tagline { animation-delay: 0.42s; }
.mt-anim-desc    { animation-delay: 0.58s; }
.mt-anim-btns    { animation-delay: 0.72s; }
.mt-anim-stats   { animation-delay: 0.88s; }

/*====================================
   Responsive — Tablet
====================================*/
@media (max-width: 991px) {
    .banner-img img {
        height: 230px;
    }

    .banner-txt h1 {
        font-size: 38px;
    }
}

/*====================================
   Responsive — Mobile
====================================*/
@media (max-width: 767px) {

    .banner-slide {
        position: relative;
        overflow: hidden;
    }

    /* .banner-img img {
        height: 680px;
        min-height: 680px;
        object-fit: cover;
        object-position: center;
    } */

    .banner-txt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 16px 14px;
    }

    .banner-txt h1 {
        font-size: 22px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .banner-txt p {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .banner-live-badge {
        margin-bottom: 12px;
        padding: 5px 12px;
    }

    .banner-live-badge span:last-child {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .banner-btn-primary,
    .banner-btn-outline {
        padding: 9px 18px;
        font-size: 12px;
        margin: 3px;
    }

    .banner-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        width: 100%;
        padding-top: 14px;
        margin-top: 16px;
    }

    .banner-stat-divider {
        display: none;
    }

    .banner-stat {
        text-align: center;
        padding: 0 4px;
    }

    .banner-stat-num {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .banner-stat-label {
        font-size: 8px;
        letter-spacing: 0.4px;
        line-height: 1.4;
    }

}

/* =========================================
   FOOTER CTA STRIP
========================================= */

.footerCtaStrip {
    background: linear-gradient(135deg, #0d47a1 0%, #1565c0 40%, #0a3d8f 100%);
    padding: 54px 0;
    position: relative;
    overflow: hidden;
}

.footerCtaStrip::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.footerCtaStrip::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 10%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.footerCtaInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.footerCtaText {
    flex: 1;
}

.footerCtaHeading {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.footerCtaSub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.footerCtaActions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}

.footerCtaBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.footerCtaBtnPrimary {
    background: #ffffff;
    color: #0d47a1;
    border: 2px solid #ffffff;
}

.footerCtaBtnPrimary:hover {
    background: #e3f0ff;
    color: #0a3580;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.footerCtaBtnOutline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.footerCtaBtnOutline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* =========================================
   MAIN FOOTER SECTION
========================================= */

.footerSection {
    position: relative;
    padding: 80px 0 0;
    background: #06101f;
    overflow: hidden;
}

.footerSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #1565c0, #42a5f5, #1565c0, transparent);
}

/* Ambient glow orbs */

.footerGlowOrb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.footerGlowOrbLeft {
    width: 500px;
    height: 500px;
    top: -200px;
    left: -200px;
    background: radial-gradient(circle, rgba(21, 101, 192, 0.12) 0%, transparent 70%);
}

.footerGlowOrbRight {
    width: 400px;
    height: 400px;
    bottom: 60px;
    right: -150px;
    background: radial-gradient(circle, rgba(66, 165, 245, 0.08) 0%, transparent 70%);
}

.footerSection .container {
    position: relative;
    z-index: 1;
}

/* =========================================
   FOOTER COLUMNS
========================================= */

.footerSectionColumn {
    margin-bottom: 40px;
}

/* =========================================
   FOOTER LOGO
========================================= */

.footerSectionLogo {
    margin-bottom: 20px;
}

.footerSectionLogo img {
    max-height: 80px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

/* =========================================
   FOOTER HEADING
========================================= */

.footerSectionHeading {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 14px;
}

.footerSectionHeading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, #1565c0, #42a5f5);
    border-radius: 2px;
}

/* =========================================
   ABOUT TEXT
========================================= */

.footerSectionAboutText {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 22px;
}

.footerSectionTagline {
    display: block;
    margin-top: 10px;
    color: #42a5f5;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}

/* =========================================
   SOCIAL ICONS
========================================= */

.footerSectionSocial {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footerSocialIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footerSocialIcon:hover {
    background: #1565c0;
    border-color: #1565c0;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(21, 101, 192, 0.4);
    text-decoration: none;
}

.footerSocialIconWhatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

/* =========================================
   QUICK LINKS & SERVICE LINKS
========================================= */

.footerSectionLinks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerSectionLinks li {
    margin-bottom: 10px;
}

.footerSectionLinks li a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    padding: 3px 0;
}

.footerSectionLinks li a i {
    font-size: 12px;
    color: #1565c0;
    transition: transform 0.3s ease;
}

.footerSectionLinks li a:hover {
    color: #ffffff;
    padding-left: 6px;
    text-decoration: none;
}

.footerSectionLinks li a:hover i {
    transform: translateX(3px);
    color: #42a5f5;
}

/* =========================================
   CONTACT CARD
========================================= */

.footerContactCard {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 16px;
}

.footerSectionContactItem {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
}

.footerSectionContactItem:last-child {
    margin-bottom: 0;
}

.footerContactIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 6px;
    background: rgba(21, 101, 192, 0.2);
    color: #42a5f5;
    font-size: 13px;
}

.footerSectionContactItem a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
}

.footerSectionContactItem a:hover {
    color: #42a5f5;
    text-decoration: none;
}

/* =========================================
   WORKING HOURS BADGE
========================================= */

.footerWorkingHours {
    background: rgba(21, 101, 192, 0.12);
    border: 1px solid rgba(21, 101, 192, 0.25);
    border-radius: 10px;
    padding: 14px 16px;
}

.footerWorkingHoursLabel {
    color: #42a5f5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footerWorkingHoursRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-bottom: 10px;
}

.footerWorkingHoursTime {
    color: #ffffff;
    font-weight: 600;
}

.footerWorkingHoursStatus {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #4caf83;
    font-weight: 500;
}

.footerStatusDot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4caf83;
    box-shadow: 0 0 0 0 rgba(76, 175, 131, 0.6);
    animation: footerStatusPulse 2s infinite;
}

@keyframes footerStatusPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 131, 0.6);
    }
    70% {
        box-shadow: 0 0 0 7px rgba(76, 175, 131, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 131, 0);
    }
}

/* =========================================
   FOOTER BOTTOM STRIP
========================================= */
.footerStrip {
    margin-top: 40px;
    background: rgba(0,0,0,.35);
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 18px 0;
}

.footerStripInner{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
    text-align:center;
    color:rgba(255,255,255,.65);
    font-size:14px;
}

.copyrightText{
    display:flex;
    align-items:center;
}

.footerStripDivider{
    color:rgba(255,255,255,.25);
    font-size:16px;
}

.developerCredit{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    line-height:1;
}

.developerCredit span{
    display:flex;
    align-items:center;
}

.footerStripBrand{
    display:flex;
    align-items:center;
    justify-content:center;
}

.footerStripBrand img{
    display:block;
    height:28px;
    width:auto;
    transition:.3s;
}

.footerStripBrand:hover img{
    transform:scale(1.05);
}

@media(max-width:767px){

    .footerStripInner{
        flex-direction:column;
        gap:10px;
    }

    .footerStripDivider{
        display:none;
    }

}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
    .footerCtaHeading {
        font-size: 22px;
    }

    .footerCtaSub {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footerCtaStrip {
        padding: 40px 0;
    }

    .footerCtaInner {
        flex-direction: column;
        text-align: center;
    }

    .footerCtaHeading {
        font-size: 20px;
    }

    .footerCtaActions {
        flex-direction: column;
        width: 100%;
    }

    .footerCtaBtn {
        justify-content: center;
        width: 100%;
    }

    .footerSection {
        padding: 60px 0 0;
    }

    .footerSectionHeading::after {
        left: 0;
    }

    .footerStripInner {
        flex-direction: column;
        gap: 6px;
    }

    .footerStripDivider {
        display: none;
    }
}

@media (max-width: 479px) {
    .footerCtaHeading {
        font-size: 18px;
    }

    .footerSectionLogo img {
        max-height: 100px;
    }
}
/* WhatsApp Float */

.whatsapp-float {
  position: fixed;
  bottom: 28px;
  left: 28px; /* right ऐवजी left */
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  animation: pulse-wa 2.5s infinite;
}

.whatsapp-float:hover {
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-3px);
}

@keyframes pulse-wa {
  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }

  50% {
    box-shadow: 0 4px 30px rgba(37, 211, 102, 0.7);
  }
}

@media (max-width: 767px) {
  .whatsapp-float {
    left: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: linear-gradient(
        to right,
        #06d5fe,
        #0f678f,
        #0d4c7f
    );

  
    z-index: 200;
    border-radius: 100px;
}

.scrollup:hover {
    background: linear-gradient(
        to right,
       #06d5fe,
        #0f678f,
        #0d4c7f
    );
    opacity: 1;
    color: #fff;
}



/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 10px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 14px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;

    }

    .navigationBarWrapper {
        position: relative;
    }

    .tophead {
        text-align: center;
        display: none;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

}

@media (max-width: 768px) {
    .navbar-collapse>ul>li>ul>li>ul {
        display: contents;
        visibility: unset;
        opacity: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff !important;
    }

    .navbar-brand img {
        height: 70px;
        position: relative;
    }

    /* .navbar-brand img {
        padding: 5px;
        box-shadow: 0 0 0px 0px #0000001a;
    } */

    .navbar-brand {
        top: 4px;
    }

    .svg-wrapper {
        height: 57px;
    }

    /* .banner-txt {
        top: 10%;
        padding: 13px 0;
        left: 20px;
    } */

    .banner-txt h1 {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 0 0 5px 0;
    }

    .banner-txt p {
        font-size: 12px;
        line-height: normal;
        padding: 0 0 13px;
    }

    .banner-txt a {
        font-size: 8px;
        letter-spacing: 2px;
        padding: 5px 15px;
        top: 0;
    }


    .about-boxx {
        padding: 10px 0 10px;
        height: auto;
        display: grid;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 0px;
    }




    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 50px 0px;
        overflow: hidden;
    }

    .about-feature {
        display: grid;
    }


    .features-grid {
        display: block;
    }

    .feature-card {
        margin-top: 20px;
    }


    .features-section .section-title {
        color: #fff;
        padding-top: 0px;
    }

    .features-section {
        padding: 50px 0px;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .abouttxt li {
        margin: 0 12px 10px 0;
        padding: 5px 8px;
        font-size: 18px;
    }

    .abouttxt h1 {
        color: #000;
        font-family: "Josefin Sans", sans-serif;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        margin-top: 70px;
        text-align: left;
        padding: 0px;
    }

    .abouttxt p {
        color: #494848;
        font-family: "Josefin Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        position: relative;
        left: 0;
        text-align: justify;
    }

    /* ------------videosection------------ */


    .videotxt {
        padding: 40px 45px;
        color: #000000;
        background-color: #fff;
        width: 100%;
        flex-direction: row;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        position: relative;
        left: 0;
    }



    .videosection {
        position: relative;
        /* background-attachment: fixed; */
        background-size: cover;
        padding: 50px 25px;
        position: relative;
        background: url(../images/video-background.jpg);
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .video-content h2 {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.3em;
        text-align: left;
        padding: 0;
    }

    .videolink {
        padding: 10px 0px;
        display: flex;
        align-items: center;
        margin-top: 16px;
    }


    

    .extra-block {
        padding: 10px 30px;
    }

    .extra-feature-head .col-md-12 {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px darkgrey;
        text-align: left;
        padding: 27px 47px;
        margin-bottom: 30px;
    }


    .extra-block .col-md-3 {
        padding: 0px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .WhyusSection::before {
        display: none;
    }

    .navbar-collapse>ul>li>ul {

        background: #75b643 !important;

    }

    /* ------------gallerysection------------ */


    .gallery-box1 h2 {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 45px;
        font-weight: 700;
        padding: 0;
    }

    .gallerysection-1 {
        background: url(../images/gallery-background.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 17px;
        position: relative;
    }

    .gallery-box1 p {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 20px;
        width: 100%;
    }

    /* ------------exploresection------------ */

    .explore-image {
        border-style: solid;
        border-width: 15px;
        border-color: #fff;
        box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .08);
        position: relative;
        top: 0;
    }

    .exploresection {
        background: url(../images/explore-background.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 14px;
        position: relative;
    }



    .explore-txt {
        padding: 25px 0px;
    }

    .explore-txt h3 {
        color: #d5b272;
        font-family: "Josefin Sans", sans-serif;
        font-size: 29px;
        font-weight: 500;
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .explore-txt h2 {
        color: #d5b272;
        font-family: "Josefin Sans", sans-serif;
        font-size: 46px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .explore-txt p {
        color: #494848;
        font-family: "Josefin Sans", sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6em;
        padding-top: 10px;
    }

    .explore-txt a {
        font-family: "Josefin Sans", sans-serif;
        font-size: 23px;
        font-weight: 500;
        fill: #fff;
        color: #fff;
        background-color: #d5b272;
        border-radius: 0 0 0 0;
        position: relative;
        top: 20px;
        left: 0;
    }



    /* ------------destination------------ */

    .destination {
        position: relative;
        padding: 50px 17px 0px;
        position: relative;
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .destination-image {
        margin-bottom: 20px;
    }

    .destination-head h2 {
        color: #000;
        font-family: "Josefin Sans", sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.3em;
        padding: 0;
    }






    .brand-section .owl-theme .owl-buttons>div.owl-prev {
        position: absolute;
        left: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div.owl-next {
        position: absolute;
        right: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div {
        bottom: 11vh;
        z-index: 2;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px !important;
    }


    .brand-box {
        margin: 20px 49px;
    }

    .product-section {
        padding: 50px 0 20px;
        overflow: hidden;
    }






    .abouttxt h2 {
        color: #d9ba80;
        font-size: 32px;
    }


    .service-head h2 {
        font-size: 32px;
    }


    .blog-txt h2 {
        font-size: 32px;
    }

    .blog-txt h3 {
        font-size: 28px;
    }


    .svg-wrapper {
        height: 80px;
    }

    .brand-head h2 {
        font-size: 32px;
    }

    /* ------------footer-section------------ */
    .footer-section {
        padding: 30px 15px;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
    }

    .footer h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }

    .footer1 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 15px;
    }

}


/* -------------------------- */

@media (max-width : 768px) {

    .navbar-collapse>ul>li:last-child {
        margin: auto;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li:last-child a {

        color: #ffffff !important;
        border-radius: 6px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
    }

    .navbar-default .navbar-nav>li:last-child a:hover,
    .navbar-default .navbar-nav>li:last-child a:focus {
        color: #333;
        background-color: transparent;
    }

}


/* Display None  */
.product-content p {
    /* display: none; */
    height: 80px;
}

.product-content a {
    margin-top: 10px;
}



.document-downloads {
    display: none;
}


/*====================================
KEY INDICATORS SECTION
====================================*/

.key-indicators-section{
    clear:both;
    position:relative;
    padding:50px 0;
    background:linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 100%);
}



.key-indicators-section::before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:250px;
    height:250px;
    background-image:
    radial-gradient(#0F8F4D 2px, transparent 2px);
    background-size:20px 20px;
    opacity:.08;
}

.key-indicators-section::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:250px;
    height:250px;
    background-image:
    radial-gradient(#D8E91B 2px, transparent 2px);
    background-size:20px 20px;
    opacity:.08;
}


.key-indicators-section .section-header{
    margin-bottom:60px;
}

.key-indicators-section .section-tag{
    display:inline-block;
    background:#D8E91B;
    color:#222;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    
}

.key-indicators-section h2{
    font-size:42px;
    font-weight:700;
    color:#066D38;
    margin-bottom:15px;
}

.key-indicators-section .section-header p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:28px;
}

.indicator-card{
    background:#fff;
    text-align:center;
    padding:35px 25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    margin-bottom:30px;
    height:100%;
    position:relative;
    overflow:hidden;
}

.indicator-card:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#0F8F4D;
}

.indicator-card:hover{
   
    transform:translateY(-8px);
    background:#D8E91B;
}

.indicator-icon{
    width:75px;
    height:75px;
    line-height:75px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#f1f8f2;
    color:#0F8F4D;
    font-size:30px;
    transition:.4s;
}

.indicator-card h3{
    font-size:42px;
    font-weight:700;
    color:#066D38;
    margin-bottom:10px;
    transition:.4s;
}

.indicator-card h4{
    font-size:20px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
    transition:.4s;
}

.indicator-card p{
    color:#000000;
    line-height:24px;
    margin:0;
    transition:.4s;
}

.indicator-card:hover .indicator-icon{
    background:#fff;
    color:#066D38;
}

.indicator-card:hover h3,
.indicator-card:hover h4,
.indicator-card:hover p{
    color:#000000;
}


.footerSectionAbout p{
    color:#b8b6b6;
    font-size:15px;
    line-height:25px;
    margin:0 0 20px;
   
}

.footerSectionSocial{
    margin-top:20px;
}

/* ====================================================================
   MAATECHNO IT SOLUTION - HOME PAGE STYLES (Additive, Home page only)
   Brand Colors: Dark Blue #0a2351 | Royal Blue #1456c2 | Light Blue #12a8f0 | White #fff
   ==================================================================== */

#home-page-content {
    overflow: hidden;
}

#home-page-content .heading small,
#home-page-content .heading-center small {
    display: inline-block;
    background: #e8f3ff;
    color: #1456c2;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

#home-page-content .heading span,
#home-page-content .heading-center span {
    color: #1456c2;
}

#home-page-content .heading:after,
#home-page-content .heading-center:after {
    background: #12a8f0;
}

#home-page-content .heading-center.white small {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

#home-page-content .heading-center.white span.white {
    color: #12a8f0;
}

#home-page-content .heading-center.white:after {
    background: #12a8f0;
}

/* ---------- Buttons ---------- */
.mt-btn-primary {
    display: inline-block;
    background: #1456c2 !important;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    border: none;
}

.mt-btn-primary:hover {
    background: #0a2351 !important;
    box-shadow: 0 8px 25px rgba(20, 86, 194, 0.35);
    color: #fff !important;
}

.mt-btn-outline {
    display: inline-block;
    background: transparent !important;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}

.mt-btn-outline:hover {
    background: #fff !important;
    color: #0a2351 !important;
}

.mt-readmore-btn {
    margin-top: 10px;
}

.mt-btn-cta {
    display: inline-block;
    background: #fff !important;
    color: #0a2351 !important;
    padding: 16px 40px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.mt-btn-cta:hover {
    background: #12a8f0 !important;
    color: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ---------- Hero Banner Slider (#bannerSlider Owl Carousel) ---------- */
.mt-hero-section {
    position: relative;
}

.mt-hero-section .owl-carousel {
    position: relative;
}

.mt-banner-slide {
    position: relative;
    width: 100%;
    min-height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0a2351;
    display: flex;
    align-items: center;
}

.mt-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(115deg, rgba(10, 35, 81, 0.92) 0%, rgba(20, 86, 194, 0.65) 55%, rgba(10, 35, 81, 0.35) 100%);
}

.mt-banner-content {
    position: relative;
    z-index: 10;
    max-width: 750px;
    margin: 0 auto;
    padding: 140px 0 110px;
    text-align: center;
}

.mt-hero-logo {
    max-width: 90px;
    margin-bottom: 20px;
}

.mt-hero-title {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.mt-hero-tagline {
    color: #12a8f0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.mt-hero-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 26px;
    max-width: 560px;
    margin: 0 auto 30px;
}

.mt-hero-btns {
    text-align: center;
}

.mt-hero-btns a {
    margin-bottom: 10px;
}

/* ---------- Banner Heading Entrance Animation ---------- */
@keyframes mtFadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(35px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mt-anim {
    opacity: 0;
    animation: mtFadeUpIn 0.9s ease-out forwards;
}

.mt-anim-logo {
    animation-delay: 0.1s;
}

.mt-anim-title {
    animation-delay: 0.25s;
}

.mt-anim-tagline {
    animation-delay: 0.45s;
}

.mt-anim-desc {
    animation-delay: 0.65s;
}

.mt-anim-btns {
    animation-delay: 0.85s;
}

/* Re-trigger animation on each owl carousel slide change */
.owl-item.active .mt-anim {
    animation-name: mtFadeUpIn;
}

/* Pagination dots on dark banner */
#bannerSlider.owl-theme .owl-controls {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-top: 0;
    text-align: center;
    z-index: 20;
}

#bannerSlider.owl-theme .owl-controls .owl-page span {
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

#bannerSlider.owl-theme .owl-controls .owl-page.active span {
    background: #12a8f0 !important;
    width: 30px;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .mt-banner-slide {
        min-height: 550px;
    }

    .mt-banner-content {
        padding: 120px 0 90px;
    }
}

@media (max-width: 767px) {
    .mt-banner-slide {
        min-height: 480px;
    }

    .mt-banner-content {
        padding: 110px 0 70px;
    }

    .mt-hero-title {
        font-size: 26px;
    }

    .mt-hero-tagline {
        font-size: 20px;
    }

    .mt-btn-outline {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .mt-banner-slide {
        min-height: 540px;
    }
}



/* ---------- About Section ---------- */
.mt-about-section {
    padding: 90px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.mt-about-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* ---------- Image Side ---------- */
.mt-about-img-wrap {
    position: relative;
    padding: 20px 25px 35px 0;
}

.mt-about-img-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 88%;
    background: linear-gradient(135deg, #1456c2 0%, #12a8f0 100%);
    border-radius: 18px;
    z-index: 1;
}

.mt-about-img-main {
    position: relative;
    z-index: 2;
    margin-left: 35px;
    margin-top: 35px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(10, 35, 81, 0.22);
}

.mt-about-img-main img {
    width: 100%;
    display: block;
    border-radius: 18px;
    transition: transform 0.5s ease;
}

.mt-about-img-wrap:hover .mt-about-img-main img {
    transform: scale(1.04);
}

.mt-about-badge {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 3;
    background: #0a2351;
    color: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(10, 35, 81, 0.35);
    border: 4px solid #fff;
}

.mt-about-badge-num {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #12a8f0;
    line-height: 1;
    margin-bottom: 4px;
}

.mt-about-badge-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

/* ---------- Section Heading ---------- */
.mt-section-heading {
    margin-bottom: 25px;
}

.mt-heading-small {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #0d6efd;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
}

.mt-heading-small::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 3px;
    background: #0d6efd;
    border-radius: 2px;
}

.mt-heading-title {
    font-size: 36px;
    font-weight: 800;
    color: #1b2a4e;
    line-height: 1.3;
    margin: 0;
}

.mt-heading-title span {
    color: #0d6efd;
    position: relative;
}

.mt-heading-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #12a8f0);
    border-radius: 2px;
}

/* ---------- Checklist ---------- */
.mt-about-checklist {
    list-style: none;
    padding: 0;
    margin: 35px 0 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.mt-about-checklist li {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e5eefc;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    transition: all .35s ease;
}

.mt-about-checklist li:hover {
    transform: translateY(-5px);
    border-color: #0d6efd;
    box-shadow: 0 15px 35px rgba(13, 110, 253, .18);
}

.mt-about-checklist li i {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
}

.mt-about-checklist li span {
    font-size: 15px;
    font-weight: 600;
    color: #1b2a4e;
    line-height: 1.6;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .mt-about-text-col {
        margin-top: 50px;
    }
    .mt-about-img-wrap {
        max-width: 480px;
        margin: 0 auto;
    }
    .mt-about-checklist {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mt-heading-title {
        font-size: 26px;
    }
    .mt-about-checklist li {
        padding: 15px;
    }
    .mt-about-checklist li i {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 16px;
    }
    .mt-about-checklist li span {
        font-size: 14px;
    }
    #bannerSlider.owl-theme .owl-controls {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-top: 0px;
    text-align: center;
    z-index: 20;
}
}

@media (max-width: 575px) {
    .mt-about-checklist {
        grid-template-columns: 1fr;
    }
    .mt-about-badge {
        padding: 14px 16px;
    }
    .mt-about-badge-num {
        font-size: 22px;
    }
    .mt-about-badge-label {
        font-size: 11px;
    }
}
/* =========================================
   Section Tag
========================================= */

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: linear-gradient(135deg, #0d6efd, #12a8f0);
    color: #fff;

    padding: 10px 22px;

    border-radius: 50px;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-bottom: 18px;

    box-shadow: 0 10px 30px rgba(13,110,253,.25);

    position: relative;

    overflow: hidden;
}

.section-tag::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:rgba(255,255,255,.20);

    transform:skewX(-30deg);

    transition:.6s;

}

.section-tag:hover::before{

    left:120%;

}

.section-tag:hover{

    transform:translateY(-2px);

}

/* ============================================
   Services Section
   ============================================ */
.services_section {
    padding: 50px 0;
    clear: both;
    position: relative;
   background: linear-gradient(135deg, #0a2351 0%, #133a7a 100%);
}

/* ============================================
   Service Card
   ============================================ */
.service_card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(10, 35, 81, 0.09);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 10px 8px 20px;
}

.service_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(20, 86, 194, 0.18);
}

/* ============================================
   Service Image
   ============================================ */
.service_image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.service_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.service_card:hover .service_image img {
    transform: scale(1.07);
}

/* ============================================
   Service Content
   ============================================ */
.service_content {
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* ============================================
   Service Title
   ============================================ */
.service_title {
    font-size: 18px;
    font-weight: 800;
    color: #0a2351;
    margin-bottom: 14px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service_card:hover .service_title {
    color: #0d6efd;
}

/* ============================================
   Service List
   ============================================ */
.service_list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex: 1;
}

.service_list li {
    font-size: 13px;
    font-weight: 500;
    color: #4a5568;
    padding: 6px 0;
    border-bottom: 1px dashed #e5eefc;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
}

.service_list li:last-child {
    border-bottom: none;
}

.service_list li i {
    color: #0d6efd;
    font-size: 14px;
    min-width: 14px;
}

/* ============================================
   Service Button
   ============================================ */
.service_btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #0d6efd;
    border: 2px solid #0d6efd;
    border-radius: 8px;
    padding: 9px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
    letter-spacing: 0.3px;
}

.service_btn:hover {
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
}

.service_btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service_btn:hover i {
    transform: translateX(4px);
}

/* ============================================
   Owl Carousel Customization
   ============================================ */
.service_slider .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.service_slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #c5d5f0;
    border-radius: 50%;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.service_slider .owl-dots .owl-dot.active span,
.service_slider .owl-dots .owl-dot:hover span {
    background: #0d6efd;
    width: 28px;
    border-radius: 5px;
}

.service_slider .owl-nav {
    display: none;
}

/* ============================================
   Equal Height Fix
   ============================================ */
.service_slider .owl-item {
    display: inherit;
}

.service_slider .owl-stage {
    display: flex;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 991px) {
    .services_section {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    .services_section {
        padding: 60px 0;
    }

    .service_image {
        height: 180px;
    }

    .service_title {
        font-size: 16px;
    }
}
/* ---------- Why Choose Us ---------- */
.mt-whyus-section {
    padding: 50px 0;
    clear: both;
    position: relative;

    background: linear-gradient(135deg, #0a2351 0%, #133a7a 100%);
}

.mt-whyus-row {
    margin-top: 20px;
}

.mt-feature-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 30px 25px;
    margin-bottom: 25px;
    transition: 0.35s;
    height: 100%;
}

.mt-feature-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
}

.mt-feature-card i {
    font-size: 30px;
    color: #12a8f0;
    margin-bottom: 15px;
    display: inline-block;
}

.mt-feature-card h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mt-feature-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

/* ---------- Industries We Serve ---------- */
.mt-industries-section {
    padding: 90px 0;
    background: #fff;
}

.mt-industries-row {
    margin-top: 20px;
}

/* 5-column grid utility (Bootstrap 3 doesn't have col-md-2-4 by default) */
.col-md-2-4 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 991px) {
    .col-md-2-4 {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .col-md-2-4 {
        width: 50%;
    }
}

.mt-industry-card {
    text-align: center;
    background: #f4f8fd;
    border-radius: 14px;
    padding: 30px 15px;
    margin-bottom: 25px;
    transition: 0.35s;
}

.mt-industry-card:hover {
    background: #1456c2;
    transform: translateY(-6px);
}

.mt-industry-card i {
    font-size: 32px;
    color: #1456c2;
    margin-bottom: 12px;
    display: inline-block;
    transition: 0.35s;
}

.mt-industry-card h5 {
    font-size: 15px;
    font-weight: 700;
    color: #0a2351;
    margin-bottom: 0;
    transition: 0.35s;
}

.mt-industry-card:hover i,
.mt-industry-card:hover h5 {
    color: #fff;
}

/* ---------- Key Indicators (override shared colors for Maatechno blue theme) ---------- */
.mt-key-indicators {
    background: #f7faff !important;
}

.mt-key-indicators::before {
    background-image: radial-gradient(#1456c2 2px, transparent 2px) !important;
}

.mt-key-indicators::after {
    background-image: radial-gradient(#12a8f0 2px, transparent 2px) !important;
}

.mt-key-indicators .section-tag {
    background: #12a8f0 !important;
    color: #fff !important;
}

.mt-key-indicators h2 {
    color: #0a2351 !important;
}

.mt-key-indicators .indicator-card:before {
    background: #1456c2 !important;
}

.mt-key-indicators .indicator-icon {
    background: #e8f3ff !important;
    color: #1456c2 !important;
}

.mt-key-indicators .indicator-card h3 {
    color: #0a2351 !important;
}

.mt-key-indicators .indicator-card:hover {
    background: #1456c2 !important;
}

.mt-key-indicators .indicator-card:hover .indicator-icon {
    background: #fff !important;
    color: #1456c2 !important;
}

.mt-key-indicators .indicator-card:hover h3,
.mt-key-indicators .indicator-card:hover h4,
.mt-key-indicators .indicator-card:hover p {
    color: #fff !important;
}

/* ---------- Call To Action ---------- */
.mt-cta-section {
    padding: 60px 0;
    background: #1456c2;
}

.mt-cta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mt-cta-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    padding-top: 0;
}

.mt-cta-section p {
    font-size: 15px;
    margin-bottom: 0;
}

.mt-cta-btn-col {
    text-align: right;
}

@media (max-width: 767px) {
    .mt-cta-btn-col {
        text-align: left;
        margin-top: 20px;
    }

    .mt-cta-section h2 {
        font-size: 22px;
    }
}

/* ---------- Generic section spacing fix for mobile ---------- */
@media (max-width: 767px) {

    .mt-about-section,
    .mt-services-section,
    .mt-whyus-section,
    .mt-industries-section {
        padding: 60px 0;
    }
}


/*====================================
   Testimonials Section
====================================*/
.mt-testi-section {
    clear: both;
    position: relative;
    padding: 50px 0;
    background: #0a2351;
    position: relative;
    overflow: hidden;
}

.mt-testi-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(18, 168, 240, 0.07);
    pointer-events: none;
}

.mt-testi-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(18, 168, 240, 0.05);
    pointer-events: none;
}

.mt-testi-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    max-width: 600px;
    margin: 12px auto 0;
    line-height: 1.7;
}

.mt-testi-section .mt-heading-title {
    color: #fff;
}

.mt-testi-section .mt-heading-title span {
    color: #12a8f0;
}

.mt-testi-section .mt-heading-small {
    color: #12a8f0;
}

.mt-testi-section .mt-heading-small::before {
    background: #12a8f0;
}

/*====================================
   Slider Wrapper
====================================*/
.mt-testi-slider {
    margin-top: 20px;
    padding-bottom: 10px;
}

/*====================================
   Testimonial Card
====================================*/
.mt-testi-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 26px;
    margin: 10px 10px 20px;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    overflow: hidden;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mt-testi-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d6efd 0%, #0a2351 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    border-radius: 18px;
}

.mt-testi-card:hover {
    transform: translateY(-10px);
    border-color: #12a8f0;
    box-shadow: 0 25px 55px rgba(13, 110, 253, 0.3);
}

.mt-testi-card:hover::before {
    opacity: 1;
}

.mt-testi-card > * {
    position: relative;
    z-index: 1;
}

/*====================================
   Card Top — Quote + Stars
====================================*/
.mt-testi-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.mt-testi-quote {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #e8f3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0d6efd;
    transition: all 0.4s ease;
}

.mt-testi-card:hover .mt-testi-quote {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.mt-testi-stars {
    color: #f4b400;
    font-size: 15px;
    letter-spacing: 2px;
    transition: color 0.4s ease;
}

.mt-testi-card:hover .mt-testi-stars {
    color: #ffd166;
}

/*====================================
   Card Body — Review Text
====================================*/
.mt-testi-body {
    flex: 1;
    margin-bottom: 20px;
}

.mt-testi-body p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    margin: 0;
    transition: color 0.4s ease;
}

.mt-testi-card:hover .mt-testi-body p {
    color: rgba(255, 255, 255, 0.9);
}

/*====================================
   Card Footer — Avatar + Name
====================================*/
.mt-testi-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #eef3fb;
    transition: border-color 0.4s ease;
}

.mt-testi-card:hover .mt-testi-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.mt-testi-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    transition: background 0.4s ease;
}

.mt-testi-card:hover .mt-testi-avatar {
    background: rgba(255, 255, 255, 0.25);
}

.mt-testi-info h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0a2351;
    margin: 0 0 3px;
    transition: color 0.4s ease;
}

.mt-testi-info span {
    font-size: 12px;
    color: #888;
    display: block;
    transition: color 0.4s ease;
}

.mt-testi-card:hover .mt-testi-info h4,
.mt-testi-card:hover .mt-testi-info span {
    color: rgba(255, 255, 255, 0.9);
}

/*====================================
   Owl Dots
====================================*/
#testi-slider .owl-controls {
    margin-top: 35px;
    text-align: center;
}

#testi-slider .owl-page span {
    background: rgba(255, 255, 255, 0.3) !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
}

#testi-slider .owl-page.active span {
    background: #12a8f0 !important;
    width: 28px !important;
    border-radius: 5px !important;
}

/*====================================
   Responsive
====================================*/
@media (max-width: 991px) {
    .mt-testi-section {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    .mt-testi-section {
        padding: 60px 0;
    }
.innerBannerSection {
    width: 100%;
    position: relative;
    height: 200px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection .head {
    position: absolute;
    top: 100px !important;
}
    .mt-testi-card {
        min-height: auto;
        margin: 8px 8px 16px;
        padding: 24px 20px;
    }

    .mt-testi-body p {
        font-size: 13px;
    }
}



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 350px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 200px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0395ff;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
      color:#ffcc2a ;
}
/*innerPageSection */


