@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.2;
    font-family: "Mulish", sans-serif;
}



.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 22px;
}

.logo img {
    margin: 5px 20px;
    max-width: 195px;
}

.nav-menu {
    display: flex;
    margin: 0px 50px 0px 240px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #fff;
    line-height: 1.1;
    font-size: 17px;
}

.nav-link:hover {
    color: #ffc504;
}


.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #949494;
    line-height: 1.1;
    font-size: 22px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: "Mulish", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    /* box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); */
    padding: 15px 10px 20px 10px;
    width: 270px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 16px 15px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    color: #CF2C2F;
    padding-left: 15px;
    background-color: transparent;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}

.nav-menu li:last-child,
.nav-menu li:last-child a {
    padding-right: 0 !important
}

.top-nav {
    padding: 0px 50px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    ul.nav-menu.active {
        background-color: #909090;
        color: #444;
        margin-top: -4%;
    }

    header>nav {
        position: relative;
        background-color: #fff;
        height: 60px;
    }

    header+section {
        padding-top: 75px
    }

}

/* .logo img {
    width: 100px;
} */

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: relative;
        background-color: #2f2d2d;
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: relative;
        width: 100%;
        background-color: #000000;
        z-index: 999999;
    }

    /* header.sticky {
        position: fixed;
        top: 0;
        background-color: #ffffff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    } */

    header.sticky .nav-link {
        color: #fff;
    }

    header.sticky .active {
        color: #ffc504;
    }

    header.sticky .nav-link:hover {
        color: #ffc504;
    }

    /* header.sticky nav .navbar ul li a {
        color: #fff !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #fff !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #009fd4 !important;
    } */

}

/* .sticky-imgz {
    display: none;
}

.nav-imgz {
    display: block;
}

header.sticky .nav-imgz {
    display: none;
}

header.sticky .sticky-imgz {
    display: block;
} */

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* ----nav--btn---- */
.nav-side-btn {
    padding: 12px 30px;
    border-radius: 6px;
    color: #fff;
    background-color: #5900FF;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
}

.nav-side-btn:hover {
    background-color: transparent;
    border: 2px solid #5900FF;
    color: #5900FF;
}

.btn-call {
    padding: 15px 35px;
    border-radius: 6px;
    color: #fff;
    background-color: #5900FF;
    border: 3px solid transparent;
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0;
    width: 97%;
}

.btn-call:hover {
    background-color: transparent;
    border: 3px solid #5900FF;
    color: #5900FF;
}

.btn-2 {
    background-color: #fff;
    border: 3px solid transparent;
    color: #5900FF;
    width: 97%;
}

.btn-2:hover {
    background-color: #5900FF;
    border: 3px solid #fff;
    color: #fff;
}

.nav-item .active {
    color: #ffc504;
}

/* --------------------Banner------------------- */
.bantop {
    background-color: #2f2d2d;
    padding: 10px 0;
}

.top-pargh {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.topicons {
    font-size: 21px;
    color: #ffc504;
}

.topsocial li {
    list-style: none;
    display: inline-block;
}

.sec001 {
    padding: 70px 0 40px;
}

.ban-section {
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: top bottom;
    background-size: cover;
    height: 100%;
    padding: 120px 0;
}

.ban-title {
    font-size: 65px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin: 10px 0 40px;
    letter-spacing: 1px;
}

.bluspn {
    color: #ffc504;
}

.ban-pargh {
    font-size: 21px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}


/* -------------content-section--------------- */
.main-titles {
    font-size: 53px;
    font-weight: 900;
    color: #01162B;
    line-height: 1.4;
    margin-bottom: 12px;
}

.grey-box {
    padding: 32px 24px 22px;
    border-radius: 28px;
    background-color: #ededed;
    height: 100%;
}

.grey-heads {
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
}

.grey-pargh {
    font-size: 18px;
    color: #2f2d2d;
    line-height: 1.6;
}

.flex-heads {
    font-size: 22px;
    line-height: 1.4;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
}

.flex-pargh {
    font-size: 16px;
}

.ser-heads {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-weight: 900;
    margin-bottom: 15px;
}

.greybtn {
    padding: 6px 40px;
    border-radius: 6px;
    color: #fff;
    background-color: #5900FF;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}

.greybtn:hover {
    background-color: transparent;
    border: 2px solid #5900FF;
    color: #5900FF;
}

/* --------------box-shade------------------ */

.boxshade {
    padding: 30px 20px;
    border-radius: 15px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 2px 1px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.feat-heads {
    font-size: 23px;
    line-height: 1.4;
    color: #000;
    font-weight: 900;
    margin-bottom: 15px;
}

.shadeimg {
    max-width: 240px;
}

.box-shadow {
    padding: 30px 20px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* ----------blu-box------------- */

.custom-card {
    background-color: #141a3a;
    padding: 35px;
    height: 100%;
}

.card-label {
    color: #f5c400;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.card-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 24px;
}

.divider {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    margin-bottom: 24px;
}

.card-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}


/* ---------------yellow-line----------- */


/* Timeline container */
.timeline {
    position: relative;
    padding: 50px 0;
    max-width: 950px;
    margin: 0 auto;
}

/* Center vertical line */
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #000;
    transform: translateX(-50%);
}

/* Timeline item */
.timeline-item {
    position: relative;
    margin-bottom: 60px;
}

/* Year circle */
.timeline-year {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffc107;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Content box */
.timeline-content {
    padding: 20px;
}

.timeline-content h4 {
    font-weight: 900;
    margin-top: 15px;
    font-size: 26px;
}

.timeline-content p {
    font-size: 14px;
    color: #333;
}

/* Icon background */
.icon-box {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 25px;
    display: inline-block;
    width: 97%;
}

/* Responsive */
@media (max-width: 768px) {
    .timeline::before {
        left: 8px;
    }

    .timeline-year {
        left: 8px;
        transform: none;
    }

    .left,
    .right {
        text-align: left;
        padding: 0 0 0 40px;
    }
}


/* -------------digital-------------- */

.service-card {
    background-color: #f3f3f3;
    border-radius: 28px;
    padding: 60px 25px 30px;
    height: 100%;
    position: relative;
}

.service-card h4 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    line-height: 1.4;
    margin-bottom: 16px;
}

.service-card p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.service-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
}


.icon-yellow {
    fill: #f5c400;
    stroke: #000;
    stroke-width: 1.5;
}

/* -----------our-perks------------ */

.info-card {
    background: #f0f0f0;
    border-radius: 30px;
    padding: 35px;
    text-align: center;
}

.info-list {
    text-align: left;
    margin-top: 15px;
}

.info-list li {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}


/* ---------yellow-box------------- */


/* ===== SECTION STYLING ===== */
.callback-section {
    background: white;
}

/* ===== MAIN BOX ===== */
.callback-box {
    background: #FFC700;
    padding: 30px;
    border-radius: 30px;
}

.call-box-content {
    max-width: 800px;
    margin: 0 auto;
}

/* ===== TEXT ===== */
.callback-box h1 {
    font-size: 51px;
    font-weight: 900;
    line-height: 1.4;
    color: #000;
}

.callback-box p {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

/* ===== BUTTON ===== */
.callback-btn {
    font-size: 23px;
    font-weight: 500;
    border-radius: 8px;
    max-width: 390px;
    padding: 8px 35px;
}



/* ===== LEFT DECOR (Curly Line) ===== */
.decor-left {
    position: absolute;
    top: 0;
    left: -130px;
    width: 230px;
    height: 160px;
    background: url('../images/doodle-1.webp') no-repeat center center;
    background-size: contain;
}

/* ===== PHONE ICON RIGHT ===== */
.phone-icon {
    position: absolute;
    right: -70px;
    top: 30px;
    width: 140px;
    height: 140px;
    background: url('../images/yellow-phone-1.webp') no-repeat center center;
    background-size: contain;
}

.mouse-icon {
    position: absolute;
    right: 25%;
    bottom: 25px;
    width: 60px;
    height: 50px;
    background: url('../images/blu-arrow.webp') no-repeat center center;
    background-size: contain;
}


/* ------------contact-form--------------- */

.contact-section {
    padding: 80px 0;
}

.contact-title {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
}

.contact-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

/* Left Info Box */
.info-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.info-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.info-text {
    padding: 0 15px;
    border-left: 2px solid #000;
    margin: 0 20px;
}

.info-text h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-text p {
    color: #000;
    font-size: 18px;
    margin: 0;
}

/* Form Styling */
.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

.form-control:focus {
    box-shadow: none;
    border-bottom-color: #6a00ff;
}

.form-control::placeholder {
    font-size: 14px;
    color: #909090;
    padding: 10px 0;
}

textarea.form-control {
    resize: none;
}

/* Button */
.send-btn {
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
    font-size: 24px;
}

.round-arr-pos {
    position: relative;
}

.round-arr-icon {
    position: absolute;
    left: 27%;
    top: 12px;
    width: 150px;
    height: 140px;
    background: url('../images/round-arr.webp') no-repeat center center;
    background-size: contain;
}

/* --------------footer----------------- */



.footer {
    background-color: #FFC400;
    /* Yellow background */
    padding: 60px 0 30px;
    color: #000;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: bold;
    font-size: 22px;
}

.footer p {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 700;
}

.footer h5 {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 28px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 700;
}

.contact-inline {
    margin: 0;
    padding: 0;
}

.contact-inline li {
    display: inline-block;
    list-style: none;
}

.contact-inline li a i {
    font-size: 18px;
    margin-right: 10px;
}

.contact-inline li a {
    font-size: 17px;
    font-weight: 700;
}


.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    list-style: none;
}

.social-icons li a {
    margin: 0 8px;
    font-size: 22px;
}


.copyright {
    margin-top: 20px;
    font-size: 18px;
    text-align: right;
}

/* @media (max-width: 992px) {
    .contact-inline {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
} */



@media screen and (max-width:480px) {

    footer {
        padding: 20px 12px;
        text-align: center;
    }

    .footer-heads,
    .footlinks li a {
        text-align: center;
    }

    .wview {
        display: none;
    }

    .img-box img {
        height: 100%;
        width: 100%;
    }

    .ban-title {
        font-size: 48px;
        margin-left: 0;
        padding-right: 10px;
    }

    .bantitle-2 {
        font-size: 36px;

    }

    .bg-blu-gradient {
        padding: 50px 0;
    }


    .ban-section {
        padding: 45px 0;
    }


}


/* -------------About-page----------- */

.blkban-section {
    padding: 120px 0;
    background-color: #000000;
}

.abt-read-btn {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    border: navy;
    background-color: transparent;
}

.abt-read-btn:hover {
    text-decoration: underline;
}

.experience-section {
    padding: 100px 0;
    background-color: #000000;
}

/* Left Gradient Card */
.experience-card {
    background: linear-gradient(120deg, #020617 0%, #000 40%, #facc15 100%);
    border-radius: 30px;
    padding: 30px 40px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.experience-number {
    font-size: 120px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.experience-title {
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}

.experience-text {
    margin-top: 20px;
    font-size: 15px;
    color: #e5e7eb;
    margin-bottom: 0;
}

/* Right Stat Cards */
.stat-card {
    background-color: #2f2f2f;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.stat-number {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
}

.stat-text {
    font-size: 14px;
    color: #d1d5db;
}

/* Spacing fix on mobile */
@media (max-width: 767px) {
    .experience-number {
        font-size: 80px;
    }

    .experience-title {
        font-size: 32px;
    }
}

/* -----------contact-page------------- */

/* Contact Cards */
.contact-card {
    background: linear-gradient(145deg, #1b160c, #2a220f);
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    color: #fff;
    height: 100%;
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: #f4b400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    color: #000;
}

.contact-card h5 {
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 24px;
}

.contact-card p {
    font-size: 16px;
    opacity: 0.85;
}

/* Left Content */
.section-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-title {
    font-size: 51px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 30px;
}

.section-desc {
    font-size: 16px;
    color: #000;
    max-width: 420px;
    font-weight: 700;
}

/* Form */


.btn-appointment {
    background: #5b14f5;
    color: #fff;
    font-weight: 600;
    padding: 14px;
    border-radius: 8px;
    border: none;
}

.btn-appointment:hover {
    background: #4a0fd4;
}

/* -------------blog----------------- */


.blog-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.blog-meta span {
    font-size: 14px;
    color: #777;
    margin-right: 20px;
}
.blog-heads{
    font-size: 46px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 30px;
}
.blog-heads-sml{
    font-size: 38px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 28px;
}
.blog-title {
    font-size: 25px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 16px;
}

.blog-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.btn-purple {
    background-color: #6f2cff;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
}

.btn-purple:hover {
    background-color: #5a22cc;
    color: #fff;
}

.sidebar-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 25px;
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 15px;
}

.search-box input {
    border-radius: 10px 0 0 10px;
    border: 1px solid #000;
    padding: 10px;
    width: 80%;
}

.search-box button {
    border-radius: 0 10px 10px 0;
    background: #ffc107;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 20px;
}

.category-list li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent-post img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px;
}

.recent-post h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.recent-post span {
    font-size: 12px;
    color: #888;
}

.wview {
    display: block;
}

.mview {
    display: none;
}

/* -----------Responsive-for-all-pages------------- */

@media screen and (max-width:480px) {
    .wview {
        display: none;
    }

    .mview {
        display: block;
    }

    .bantop {
        display: none;
    }

    .main-titles {
        font-size: 40px;
    }

    .ban-title {
        font-size: 47px;
    }

    .flex-heads,
    .flex-pargh {
        text-align: center;
    }

    .timeline-year {
        display: none;
    }

    .timeline {
        padding: 10px 0;
    }

    .icon-box {
        max-width: 360px;
        margin-bottom: 20px;
    }

    .timeline-content p {
        margin-bottom: 0;
    }

    .timeline-content {
        padding: 0 20px;
    }

    .decor-left,
    .phone-icon,
    .mouse-icon,
    .round-arr-icon {
        display: none;
    }

    .timeline-content h4 {
        text-align: center;
    }

    .timeline-content p {
        text-align: justify;
        padding: 0 10px;
    }

    .sec001 {
        padding: 40px 0 20px;
    }

    .service-card h4 {
        font-size: 22px;
    }

    .callback-box h1 {
        font-size: 40px;
    }

    .callback-box p {
        font-size: 16px;
    }

    .experience-title {
        font-size: 30px;
    }

    .form-control {
        margin-bottom: 0px;
    }

    .copyright {
        text-align: center;
    }

    .service-icon {
        position: absolute;
        top: 5px;
        right: 7px;
    }

    .feat-heads {
        text-align: center;
    }
    .info-list li {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}
.info-card {
    background: #f0f0f0;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
}
}