/* ============================================================
   Simon Physiotherapy and Rehab inc. — Custom Styles
   DO NOT modify original template CSS files.
   All customizations go here.
   ============================================================ */


/* -------------------------------------------------------
   1. SERVICES MEGA DROPDOWN — Two-Column Layout
   ------------------------------------------------------- */

@media (min-width: 992px) {
    .navbar-nav .nav-item:hover>.dropdown-menu.services-mega-menu,
    .navbar-nav .nav-item:focus-within>.dropdown-menu.services-mega-menu {
        display: flex !important;
        flex-wrap: wrap;
        min-width: 480px;
        padding: 10px 5px;
    }
    .navbar-nav .dropdown-menu.services-mega-menu .nav-item {
        width: 50%;
        box-sizing: border-box;
    }
    .navbar-nav .dropdown-menu.services-mega-menu .nav-link {
        white-space: normal;
        padding: 6px 16px;
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item {
        position: relative;
    }
    .services-mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99999;
        margin-top: 0 !important;
    }
    .navbar-nav .nav-item:hover .services-mega-menu {
        display: flex !important;
        flex-wrap: wrap;
    }
}


/* -------------------------------------------------------
   2. ACTIVE NAV LINK HIGHLIGHT
   ------------------------------------------------------- */

.navbar-nav .nav-link.active,
.navbar-nav .nav-item>.nav-link.active {
    color: var(--mainColor, #0d6efd) !important;
    font-weight: 600;
}


/* -------------------------------------------------------
   3. BLOG DROPDOWN — Prevent nested overflow
   ------------------------------------------------------- */

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 220px;
    }
}


/* -------------------------------------------------------
   4. MOBILE NAV — Service list refinements
   ------------------------------------------------------- */

#navbarAccordionServices .accordion-link {
    font-size: 14px;
    padding-left: 20px;
}


/* -------------------------------------------------------
   5. SERVICE SIDEBAR — Highlight current service
   ------------------------------------------------------- */

.category-list-one li a:hover,
.category-list-one li a.active-service {
    font-weight: 600;
}


/* -------------------------------------------------------
   6. FOOTER — Clinic name styling
   ------------------------------------------------------- */

.copyright-text span {
    font-weight: 700;
}


/* -------------------------------------------------------
   7. SERVICE DETAILS — Feature item spacing
   ------------------------------------------------------- */

.features-item-wrap .feature-item {
    margin-bottom: 20px;
}


/* -------------------------------------------------------
   8. BREADCRUMB — Capitalization fix
   ------------------------------------------------------- */

.breadcrumb-content h1 {
    text-transform: none;
}


/* ========================================== 


/* ==========================================
   HOME PAGE - Simon Brand Colors
========================================== */


/* Small blue headings ko green karo */

.hero-content span,
.content-title-one span,
.section-title span {
    color: #00B140 !important;
}


/* Home page ke saare buttons orange */

.btn-one,
.btn-two {
    background-color: #F57C00 !important;
    border-color: #F57C00 !important;
    color: #ffffff !important;
}


/* Button hover */

.btn-one:hover,
.btn-two:hover {
    background-color: #d96a00 !important;
    border-color: #d96a00 !important;
    color: #ffffff !important;
}


/* Small section headings ko green karo */

.content-title-one span,
.content-title-two span,
.section-title span,
.section-title-one span,
.section-title-two span {
    color: #00B140 !important;
}


/* Left side wali line bhi green */

.content-title-one span::before,
.content-title-two span::before,
.section-title span::before,
.section-title-one span::before,
.section-title-two span::before {
    background-color: #00B140 !important;
}

.switch-theme-mode {
    display: none !important;
}


/* =====================================================
   ICON COLOR OVERRIDES
   Production Approved Custom Styles
   ===================================================== */


/* ===========================
   Feature Cards Icons
   =========================== */

.feature-card .feature-icon i {
    color: #F57C00 !important;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon i {
    color: #0d6efd !important;
}


/* ===========================
   Why Choose Us Icons
   =========================== */

.wh-card-one .wh-icon i {
    color: #F57C00 !important;
    transition: all 0.3s ease;
}

.wh-card-one:hover .wh-icon i {
    color: #0d6efd !important;
}


/* ===========================
   Blog Meta Icons
   =========================== */

.blog-metainfo li i {
    color: #F57C00 !important;
    transition: all 0.3s ease;
}

.blog-card-one:hover .blog-metainfo li i {
    color: #0d6efd !important;
}


/* ===========================
   Blog Date
   =========================== */

.blog-date {
    color: #F57C00 !important;
    transition: all 0.3s ease;
}

.blog-date span {
    color: #F57C00 !important;
}

.blog-card-one:hover .blog-date,
.blog-card-one:hover .blog-date span {
    color: #0d6efd !important;
}


/* Equal Height Service Cards */


/* .service-card-one {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-one .service-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-one .service-info p {
    flex-grow: 1;
} */


/* Service Card Alignment Fix */

.service-card-one .service-img img {
    width: 100%;
    display: block;
}

.service-card-one .service-img {
    width: 100%;
}


/* .service-card-one .service-info {
    padding: 30px;
} */

.service-card-one {
    overflow: hidden;
}


/* Direct Billing */


/* .direct-billing-wrap .swiper-slide {
    text-align: center;
}

.direct-billing-wrap .swiper-slide img {
    max-width: 150px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.4s;
}

.direct-billing-wrap .swiper-slide img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
} */


/* Direct Billing Logo Fix */

/* .direct-billing-wrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.direct-billing-wrap .swiper-slide img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: 0.3s ease;
}

.direct-billing-wrap .swiper-slide img:hover {
    transform: scale(1.05);
} */


/*=========================================
    Direct Billing / Insurance Slider
=========================================*/

.direct-billing-wrap{
   background: linear-gradient(180deg,#f9fcff 0%,#edf5ff 50%,#f9fcff 100%);
    position: relative;
    overflow: hidden;
    
}

.direct-billing-wrap .insurance-slider{
    padding:15px 5px 25px;
}

.direct-billing-wrap .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    height:auto;
}

.direct-billing-wrap .insurance-card{

    width:100%;
    height:145px;

    background:#fff;

    border:1px solid #edf2f7;
    border-radius:18px;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:30px;

    position:relative;
    overflow:hidden;

    transition:all .35s ease;

    box-shadow:
        0 8px 20px rgba(15,23,42,.05),
        0 2px 8px rgba(15,23,42,.03);

}

/* Green Top Border */

.direct-billing-wrap .insurance-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:4px;

    background:#00B140;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

/* Hover */

.direct-billing-wrap .insurance-card:hover{

    transform:translateY(-8px);

    border-color:#00B140;

    box-shadow:
        0 18px 40px rgba(0,177,64,.12),
        0 10px 25px rgba(0,0,0,.08);

}

.direct-billing-wrap .insurance-card:hover::before{

    transform:scaleX(1);

}

/* Logo */

.direct-billing-wrap .insurance-card img{

    max-width:170px;
    max-height:90px;
 
    width:auto;
    height:auto;

    object-fit:contain;

    transition:all .35s ease;

}

/* Logo Hover */

.direct-billing-wrap .insurance-card:hover img{

    transform:scale(1.06);

}

/* Responsive */

@media (max-width:991px){

    .direct-billing-wrap .insurance-card{

        height:120px;
        padding:20px;

    }

    .direct-billing-wrap .insurance-card img{

        max-width:120px;
        max-height:60px;

    }

}

 












.testimonial-wrap .section-title-one {
    position: relative;
    z-index: 999;
}

.testimonial-slider-one {
    margin-top: 0;
}


/* Hero Slider Arrows */

.hero-button-prev,
.hero-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff;
    color: #0C0078;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.hero-button-prev {
    left: 20px;
}

.hero-button-next {
    right: 20px;
}

.hero-button-prev:hover,
.hero-button-next:hover {
    background: #F57C00;
    color: #ffffff;
}

.hero-button-prev i,
.hero-button-next i {
    font-size: 28px;
}

.hero-wrap.hero-one .container-fluid {
    padding-left: 0;
    padding-right: 0;
}


/* Hero Content Padding Fix */

.hero-wrap.hero-one .hero-content {
    padding-left: 60px !important;
}


/* Service title above image */


/* .service-top-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #14127D;
    padding: 20px 15px 15px;
    line-height: 1.3;
}

/* Keep original image size */


/* .service-card-one .service-img img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

/* Description spacing */


/* .service-card-one .service-info {
    padding: 20px 25px 25px;
}

.service-card-one .service-info p {
    margin-bottom: 0;
}   */


/* Service title above image */

.service-card-one .service-top-title {
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #14127D !important;
    /* padding: 10px 15px 25px !important; */
    padding-bottom: 20px;
    line-height: 1.3 !important;
    display: block !important;
}

.service-card-one .service-img img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.service-card-one .service-info {
    padding: 20px 25px 25px;
}

.service-card-one .service-info p {
    margin-bottom: 0;
}


/* ==========================
   Homepage Section Spacing System
   Desktop: 100px | Tablet: 70px | Mobile: 60px
========================== */

/* .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}


/* ==========================
   Mobile Hero Final Fix
========================== */

@media only screen and (max-width: 767px) {
    .hero-wrap.hero-one .hero-slide-item {
        padding: 0 !important;
        min-height: clamp(520px, 85vh, 680px);
        background-size: cover !important;
        background-position: center 30% !important;
        background-repeat: no-repeat !important;
    }
    .hero-wrap.hero-one .hero-slide-item .hero-content h1 {
        font-size: 26px !important;
        line-height: 32px !important;
        margin-bottom: 15px !important;
    }
    .hero-wrap.hero-one .hero-slide-item .hero-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100% !important;
        padding: 25px 20px !important;
        box-sizing: border-box;
    }
    .hero-wrap.hero-one .hero-content span {
        font-size: 14px !important;
    }
    .hero-button-prev,
    .hero-button-next {
        display: none !important;
    }
    .client-likes h6 {
        font-size: 14px !important;
    }
}


/* Mobile Service Card Center Fix */

@media only screen and (max-width: 767px) {
    .service-wrap .row>div {
        display: flex;
        justify-content: center;
    }
    .service-wrap .col-11 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-card-one {
        width: 100%;
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-one {
        margin-left: 0 !important;
        text-align: center !important;
    }
    .testimonial-wrap .section-title-one {
        text-align: left !important;
    }
}


/* booking balde page */

.book-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.book-section::before {
    content: "";
    position: absolute;
    inset: 0;
    filter: blur(2px);
    transform: scale(1.1);
    z-index: 1;
}

.book-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 2;
}

.book-section .container {
    position: relative;
    z-index: 3;
}


/* .book-section {
                    background: url('{{ asset('frontend/images/bookbg.png') }}');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    padding: 80px 0;
                    margin-top: 80px;
                } */

.booking-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.booking-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.booking-subtitle {
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.btn-book {
    background: #0d6efd;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
}

.btn-book:hover {
    background: #0b5ed7;
    color: #fff;
}


/* Testimonial Section Title */

.testimonial-title {
    margin-bottom: 50px;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .testimonial-title {
        padding-right: 55px;
        text-align: center;
    }
}

.service-card-one {
    border: 1px solid #d5c8c8e1;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.service-card-one:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
}


/* service_detail blade*/


.service-details-section {
    padding-top: 40px;
    padding-bottom: 30px;
}

.service-main-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #eee;
}

.service-image {
    position: relative;
}

.service-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.service-image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
}

.service-content {
    padding: 45px;
}

.service-title {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.3;
}

.service-description {
    font-size: 17px;
    line-height: 32px;
    color: #555;
}

.service-description p {
    margin-bottom: 20px;
}

.service-description img {
    max-width: 100%;
    border-radius: 15px;
    margin: 25px 0;
}

.service-description h2,
.service-description h3,
.service-description h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #111;
}

.service-description ul {
    padding-left: 20px;
}

.service-description li {
    margin-bottom: 10px;
}

.back-btn {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient( 135deg, #ff7b00, #ff9a3c);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 35px;
    transition: .3s;
}

.back-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}


/* Sidebar */

.sidebar-box {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    
}

.sidebar-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.sidebar-title:after {
    content: '';
    width: 70px;
    height: 4px;
    background: #ff7b00;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.recent-service {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.recent-service:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-service img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
}

.recent-service h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.recent-service a {
    color: #111;
    text-decoration: none;
    transition: .3s;
}

.recent-service a:hover {
    color: #ff7b00;
}

@media(max-width:991px) {
    .sidebar-box {
        position: relative;
        top: auto;
    }
    .service-image img {
        height: 350px;
    }
}

@media(max-width:768px) {
    .service-content {
        padding: 25px;
    }
    .service-title {
        font-size: 30px;
    }
    .service-image img {
        height: 250px;
    }
}


/* footer css */

#bookAppointmentBtn {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, .7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(13, 110, 253, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

#bookAppointmentBtn i {
    font-size: 22px;
}

#bookAppointmentBtn:hover {
    color: #fff;
    transform: translateY(-3px);
}






 /*=====================================
      Common Page Banner
=====================================*/

.page-banner{

    position:relative;

    padding:170px 0 90px;

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;
   

}

.page-banner-content{

    text-align:center;

}

.page-banner-content h1{

    color:#fff;

    font-size:54px;

    font-weight:800;

    margin-bottom:18px;

}

.breadcrumb-list{

    margin:0;

    padding:0;

    list-style:none;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

}

.breadcrumb-list li{

    color:#fff;

    font-size:17px;

    font-weight:500;

}

.breadcrumb-list li:not(:last-child)::after{

    content:"/";

    margin:0 12px;

    color:#fff;

}

.breadcrumb-list li a{

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.breadcrumb-list li a:hover{

    color:#00B140;

}

.breadcrumb-list li span{

    color:#d8f5e5;

}

@media(max-width:991px){

.page-banner{

padding:140px 0 70px;

}

.page-banner-content h1{

font-size:40px;

}

}

@media(max-width:575px){

.page-banner{

padding:120px 0 60px;

}

.page-banner-content h1{

font-size:30px;

}

.breadcrumb-list li{

font-size:15px;

}

}



 



 /*=================================
    Appointment Left Content
=================================*/

.appointment-info-box{

    width:100%;

    height:501px;

    /* background:linear-gradient(135deg,#0A2C8C 0%,#112D7A 100%); */
  background-color: var(--secondaryColor);
 

    /* border-radius:20px; */

    padding:60px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    position:relative;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(10,44,140,.18);

    transition:.35s;

}

.appointment-info-box:hover{

    transform:translateY(-5px);

    box-shadow:0 25px 60px rgba(10,44,140,.22);

}

/* Green Glow */

.appointment-info-box::before{

    content:"";

    position:absolute;

    width:320px;
    height:320px;

    background:rgba(0,177,64,.08);

    border-radius:50%;

    top:-120px;
    right:-120px;

    filter:blur(15px);

}

/* Bottom Circle */

.appointment-info-box::after{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:50%;

    bottom:-120px;
    left:-80px;

}

.appointment-info-box .content-title-one{

    position:relative;

    z-index:2;

}

.appointment-info-box .content-title-one span{

    color:#00B140;

    font-size:18px;

    font-weight:600;

}

.appointment-info-box .content-title-one h2{

    color:#fff;

    margin:18px 0 20px;

}

.appointment-info-box .content-title-one p{

    color:rgba(255,255,255,.85);

    line-height:34px;

    margin-bottom:0;

}

/* Responsive */

@media(max-width:991px){

    .appointment-info-box{

        height:auto;

        padding:45px 35px;

        margin-bottom:30px;

    }

}

@media(max-width:575px){

    .appointment-info-box{

        padding:35px 25px;

    }

}

.appointment-form-one{
    margin-top:0px;
}








/* ===========================================
   NEW HERO SECTION
=========================================== */

.hero-modern-slide{
    min-height:600px;
    display:flex;
    align-items:center;
    /* background:linear-gradient(90deg,#d74d3a 0%,#27d3c3 100%); */
    /* background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f5fbff 55%,
    #e7f7f3 100%
); */
 /*background: linear-gradient(180deg,#f9fcff 0%,#edf5ff 50%,#f9fcff 100%);*/


    position:relative;
    overflow:hidden;
}




/*=====================================================
 HERO SLIDE 1 - BLUE HEALTHCARE
======================================================*/

.hero-bg-1{
    background: linear-gradient(135deg,#8aefdb 0%,#acfed3 35%,#6870d3 70%,#48CAE4 100%);
}

.hero-bg-1 .hero-content span{
    color:#C7F5FF;
}

 

/*=====================================================
 HERO SLIDE 2 - GREEN RECOVERY
======================================================*/

.hero-bg-2{
     background: linear-gradient(135deg,#8a92ef 0%,#fddeab 35%,#4150f0 70%,#48cae4 100%);
}
.hero-bg-2 .hero-content span{
    color:#E63946;
}
 


/*=====================================================
 HERO SLIDE 3 - PREMIUM TEAL
======================================================*/

.hero-bg-3{
    background: linear-gradient(135deg,hsl(111, 88%, 87%) 0%,#a18ce5 35%,#bccaf5 70%,#0be99f 100%);
}

.hero-bg-3 .hero-content span{
    color:#D8FFFF;
}

 

.hero-modern-slide::before{
    content:"";
    position:absolute;
    inset:0;
    /* background:rgba(0,0,0,.15); */
}

.hero-modern-slide .container{
    position:relative;
    z-index:2;
}

.hero-left{
    max-width:560px;
}

.hero-tag{
    display:inline-block;
    color:#fff !important;
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
    letter-spacing:.5px;
}

.hero-left h1{
   color:#143C7D;
    font-size:64px;
    line-height:1.15;
    font-weight:800;
    margin-bottom:25px;
}

.hero-left p{
  color:#5d6875;
    font-size:20px;
    line-height:34px;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.hero-buttons .btn-one,
.hero-buttons .btn-two{
    padding:17px 34px;
    border-radius:6px;
    font-size:17px;
    font-weight:600;
}

.hero-buttons .btn-two{
    background:#ffffff !important;
    color:#0b2d78 !important;
    border:2px solid #fff;
}

.hero-buttons .btn-two:hover{
    background:#F57C00 !important;
    color:#fff !important;
}

.hero-image{
    text-align:center;
}

.hero-image img{
    width:100%;
    max-width:720px;
    border-radius:8px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.hero-pagination{
    position:absolute;
    bottom:35px !important;
    left:50%;
    transform:translateX(-50%);
    z-index:20;
}

.hero-pagination .swiper-pagination-bullet{
    width:12px;
    height:12px;
    opacity:1;
    background:#ffffff;
}

.hero-pagination .swiper-pagination-bullet-active{
    background:#F57C00;
}

.hero-button-prev,
.hero-button-next{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    color:#0b2d78;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.hero-button-prev{
    left:35px;
}

.hero-button-next{
    right:35px;
}

.hero-button-prev:hover,
.hero-button-next:hover{
    background:#F57C00;
    color:#fff;
}

.hero-button-prev i,
.hero-button-next i{
    font-size:30px;
}

@media(max-width:1199px){

.hero-left h1{
    font-size:52px;
}

.hero-image img{
    max-width:600px;
}

}

@media(max-width:991px){

.hero-modern-slide{
    min-height:auto;
    padding:120px 0 90px;
}

.hero-left{
    text-align:center;
    margin:auto;
}

.hero-image{
    margin-top:50px;
}

.hero-left h1{
    font-size:42px;
}

.hero-left p{
    font-size:18px;
    line-height:30px;
}

.hero-buttons{
    justify-content:center;
}

}

@media(max-width:767px){

.hero-modern-slide{
    padding:90px 0 70px;
}

.hero-left h1{
    font-size:34px;
    line-height:44px;
}

.hero-left p{
    font-size:16px;
    line-height:28px;
}

.hero-buttons .btn-one,
.hero-buttons .btn-two{
    width:100%;
}

.hero-button-prev,
.hero-button-next{
    display:none;
}

.hero-image{
    margin-top:35px;
}

.hero-image img{
    max-width:100%;
}

}




/* ===== Hero Pagination Override ===== */

.hero-slider-one .hero-pagination{
    top: auto !important;
    bottom: 30px !important;

    left: 50% !important;
    right: auto !important;

    transform: translateX(-50%) !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;

    width: auto !important;
}

.hero-slider-one .hero-pagination .swiper-pagination-bullet{
    margin:0 6px !important;
}

 


/* ==========================================
   Override Old Hero CSS
========================================== */
/* 
.hero-wrap.hero-one{
    margin-top:0 !important;
}

.hero-wrap.hero-one .hero-slide-item{
    padding:0 !important;
    border-radius:0 !important;
    position:static !important;
}

.hero-wrap.hero-one .hero-slide-item .hero-content{
    position:relative !important;
    left:auto !important;
    bottom:auto !important;
    max-width:100% !important;
    padding:0 !important;
}

.hero-modern-slide{
    min-height:650px;
    display:flex;
    align-items:center;
    padding:90px 0 40px;
} */



.navbar-area {
    position: relative !important;
    z-index: 9999;
}

.hero-wrap.hero-one {
    margin-top: 0 !important;
    padding-top: 0 !important;
}



/* Testimonial Background Mobile Fix */
@media (max-width: 767px){

    .testimonial-bg{
        position: relative;
        width: 100%;
        height: 260px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }

}


/* ==========================================
   Testimonial Mobile Fix
========================================== */

.testimonial-slider-one .testimonial-one-pagination{
    position: relative;
    margin-top: 30px;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px){

    .testimonial-slider-one{
        height: auto !important;
    }

    .testimonial-slider-one .swiper-wrapper{
        align-items: flex-start;
    }

    .testimonial-card-one{
        margin-bottom: 0 !important;
    }

    .testimonial-slider-one .testimonial-one-pagination{
        margin-top: 20px !important;
        justify-content: center;
    }

}






/*=========================================
        TEAM CARD FINAL DESIGN
=========================================*/

.team-wrap .team-card-one{

    background:#fff;

    border:1px solid #313232;

    border-radius:22px;


    padding:20px 20px 25px;

    text-align:center;

    box-shadow:0 15px 40px rgba(61, 146, 230, 0.08);

    transition:.35s ease;

    overflow:hidden;

    height:100%;

}

.team-wrap .team-card-one:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 55px rgba(0,0,0,.15);

}

/* Image Wrapper */

.team-wrap .team-card-one .team-img{

    margin-bottom:20px;

    padding:0;

    background:transparent;

    border:none;

    box-shadow:none;

    overflow:hidden;

    text-align:center;

}

/* Image */

.team-wrap .team-card-one .team-img img{

    width:100%;

    height:auto;

    max-height:310px;

    display:block;

    margin:0 auto;

    object-fit:contain;

    object-position:bottom;

    filter:drop-shadow(0 12px 18px rgba(0,0,0,.15));

    transition:.35s ease;

}

.team-wrap .team-card-one:hover .team-img img{

    transform:scale(1.03);

}

/* Name */

.team-wrap .team-card-one h3{

    font-size:22px;

    font-weight:700;

    color:#1A1A8A;

    margin-bottom:8px;

}

/* Designation */

.team-wrap .team-card-one span{

    display:block;

    color:#667085;

    font-size:18px;

    line-height:28px;

}

/* Mobile */

@media(max-width:991px){

    .team-wrap .team-card-one{

        margin-bottom:25px;

    }

    .team-wrap .team-card-one .team-img img{

        max-height:260px;

    }

}



.hero-btn .btn-one{
    margin-top: 5px;
    padding:22px 37px !important;

    font-size:18px !important;

}