/*
Theme Name: Saibaan
Theme URI: https://saibaan.com
Author: Saibaan Team
Author URI: https://saibaan.com
Description: Custom WordPress theme for Saibaan Eldercare Platform marketing website. Built with Bootstrap 5 and modern web standards.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saibaan
Tags: eldercare, healthcare, marketing, bootstrap, responsive
*/

/* ============================================
   Base Styles & Variables
   ============================================ */

:root {
    --primary-color: #0040F4;
    --secondary-color: #c292dd;
    --bg-color: #ffffff;
    --bg-light: #f8f9fa;
    --text-dark: #3B4258;
    --text-light: #787D8E;
    --border-color: #dee2e6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--bg-color);
}
#main-content {
  padding-top: 90px;
}
.home #main-content {
  padding-top: 0px;
}

/* ============================================
   Typography
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0030c0;
    text-decoration: none;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

/* ============================================
   Header & Navigation
   ============================================ */

.navbar {
    background-color: #E9EDFC;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
    padding: 20px 0;
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

.navbar-nav .nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    padding: 0.5rem 25px !important;
    transition: color 0.3s ease;
    font-size: 14px;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.btn-letstalk{
    margin-left: 25px;
    padding: 11px 38px !important;
    font-size: 16px !important;
}

/* ============================================
   Buttons
   ============================================ */

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 15px 42px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 20px;
    font-family: "Poppins", sans-serif !important;
}

.btn-primary:hover {
    background-color: #0030c0;
    border-color: #0030c0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 64, 244, 0.3);
}

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    padding: 0.75rem 2rem;
    font-weight: 500;
    border-radius: 0.375rem;
    font-family: "Poppins", sans-serif;
}

.btn-secondary:hover {
    background-color: #b080cc;
    border-color: #b080cc;
    color: #fff;
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    padding: 15px 42px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}


.owl-carousel .owl-nav{
    margin: 0;
}
.owl-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #D0D6E9 !important;
    font-size: 24px !important;
}
.owl-carousel .owl-nav button:hover{
    background-color: transparent !important;
    color: var(--primary-color) !important;
}
.owl-carousel .owl-nav .owl-prev{
    left: -50px;
}
.owl-carousel .owl-nav .owl-next{
    right: -50px;
}
/* ============================================
   Hero Section
   ============================================ */

.hero-section {
    padding: 5rem 0 0;
    background: #e9edfc;
    position: relative;
    overflow: hidden;
}

/* .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23c292dd" stroke-width="0.5" opacity="0.3"/></svg>') no-repeat;
    background-size: cover;
    opacity: 0.3;
} */

.hero-content {
    position: relative;
    z-index: 1;
    /* margin-top: -100px; */
}
.hero-row{
    height: 770px;
}
.hero-section h1 {
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-dark);
    line-height: 63px;
}
.hero-section h1 span{
    font-weight: 700;
    font-size: 50px;
    color: var(--primary-color);
}
.hero-section .lead {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 40px;
    max-width: 500px;
    width: 100%;
}
.hero-image-main{
    position: absolute;
    right: -133px;
    top: -15px;
}
.hero-image-main img{
    max-width: 1030px;
    width: 100%;
}
.hero-image-main .hero-image-placeholder {
    text-align: right;
}
.hero-counter-main {
    display: flex;
    column-gap: 30px;
    margin-top: 70px;
}
.hero-counter{
    width: 125px;
}
.hero-counter:nth-child(2){
    padding-left: 15px;
}
.hero-counter h2{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px;
}
.hero-counter p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

/* ============================================
   Sections
   ============================================ */

.section {
    padding: 4rem 0;
}
.section-bg-left{
    background-image: url('assets/images/section-bg-1.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}
.section-bg-right{
    background-image: url('assets/images/section-bg-2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 18px;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

.bg-secondary-accent {
    background-color: rgba(194, 146, 221, 0.1);
}

.bg-light {
    background-color: #FBF4FF !important;
}

/* ============================================
   Text Slider Hero Section
   ============================================ */
.text-slider-section {
    background-color: var(--bg-color);
    overflow: hidden;
}
.text-slider-viewport {
	overflow: hidden;
	width: 100%;
}
.text-slider-track{
    display: flex;
    column-gap: 37px;
    height: 60px;
    align-items: center;
    width: max-content;
	will-change: transform;
}
.text-slider-item{
    font-size: 14px;
    font-weight: 400;
    color: #787D8E;
    white-space: nowrap;
}
.text-slider-item i{
    color: var(--primary-color);
    font-size: 8px;
}




/* ============================================
   Real Stories Section
   ============================================ */
.real-stories-section{
    background-color: #FBF4FF;
    padding: 100px 0;
}



/* ============================================
   App Preview Section
   ============================================ */
.app-preview-section{
    padding: 100px 0;
}
.app-preview-img img{
    max-width: 1245px;
    width: 100%;
    margin: 0 auto;
}




/* ============================================
   Cards
   ============================================ */

.card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.card-img-top {
    border-radius: 0.5rem 0.5rem 0 0;
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.card-text {
    color: var(--text-light);
    margin-bottom: 1rem;
}

/* ============================================
   Service Cards
   ============================================ */
.services-section{
    background-color: #FBF4FF;
    padding: 100px 0;
}
.service-card {
    text-align: center;
    padding: 2rem;
    border-radius: 4px;
    background: #fff;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
    transition: all 0.3s ease;
    height: 100%;
    min-height: 332px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.service-icon {
    height: 171px;
    margin-bottom: 7px;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 33px;
}
.services-section .row .col-lg-4:last-child .service-card .service-icon{
    padding-top: 25px;
}




/* ============================================
   Why Us Section
   ============================================ */
.why-us-section{
    padding: 150px 0 100px;
    background-color: #FFFFFF;
}
.why-choose-image{
    padding-right: 40px;
    text-align: right;
}
.why-choose-image img{
    max-width: 530px;
    margin: 0 0 0 auto;
}
.why-choose-content h2{
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.why-choose-content p{
    font-size: 16px;
    color: #787D8E;
    text-align: justify;
    line-height: 30px;
    margin: 20px 0 30px;
}
.why-choose-content ul{
    padding: 0;
    margin: 0 0 50px;
    list-style: none;
    display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 30px;
    width: 80%;
}
.why-choose-content ul li{
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
}
.why-choose-content ul li i{
    margin-right: 10px;
    color: var(--primary-color);
}





/* ============================================
   How It Works Section
   ============================================ */
.how-it-works-section{
    padding: 100px 0 100px;
    background-color: #FFFFFF;
}
.how-it-works-section .section-title{
    margin-bottom: 78px;
}
.how-it-works-slider {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.how-it-works-slider img{
    max-width: 311px;
    width: 100%;
    margin: 0 auto;
}
.roadmap-main{
    max-width: 591px;
    width: 100%;
    margin: 0 auto;
    background-image: url('assets/images/roadmap-bg.png');
    padding: 34px 49px 28px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.roadmap-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.roadmap-box:last-child{
    margin-bottom: 0;
}
.roadmap-content{
    text-align: right;
}
.roadmap-content p{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.roadmap-icon{
    position: relative;
}
.roadmap-icon img{
    max-width: 131px;
    width: 100%;
}
.roadmap-icon .roadmap-arrow{
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    max-width: 66px;
}
.roadmap-box.row-reverse{
    flex-direction: row-reverse;
}
.roadmap-box.row-reverse .roadmap-content{
    text-align: left;
}
.roadmap-box.row-reverse .roadmap-icon .roadmap-arrow{
    left: auto;
    right: 110%;
}






/* ============================================
   Pricing Section
   ============================================ */
.pricing-section{
    padding: 100px 0;
    
}





/* ============================================
   Footer
   ============================================ */

footer {
    margin-top: 144px;
}
.footer-top-left{
    background: linear-gradient(to bottom, #628BFF 0%, #0040F4 100%);
    position: relative;
    z-index: 1;
    border-radius: 0 176px 0 0;
    text-align: right;
    height: 628px;
    display: flex;
    align-items: flex-end;
}
.footer-top-left img{
    max-width: 630px;
    width: 100%;
    margin: -65px 0 0 auto;
}
.footer-top-left::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/footer-sec-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.request-callback{
    padding: 40px 0 40px 100px;
}
.request-callback h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}
.request-callback p{
    font-weight: 500;
    font-size: 14px;
    color: #787D8E;
    margin-bottom: 20px;
}
.callback-form{
    background-color: #fff;
    border: solid 1px #F2F2F2;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 14px -11px rgba(0, 0, 0, 0.2);
    max-width: 574px;
    width: 100%;
}
.callback-form form{
    display: flex;
    align-items: center;
}
.callback-form input{
    border: none;
    padding-left: 20px;
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 500;
    max-width: 383px;
    width: 100%;
}
.callback-form input::placeholder{
    color: #BABABA;
}
.callback-form input:focus{
    outline: none;
}
.callback-form select{
    background-color: transparent;
    border: none;
    width: 119px;
    border-right: solid 1px #F2F2F2;
    height: 60px;
    padding: 5px 10px 5px 15px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.callback-form button{
    width: 70px;
    background-color: #E9EDFC;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border-radius: 0;
    font-size: 23px;
}
.callback-form button:hover{
    background-color: var(--primary-color);
    color: #ffffff;
}
.mobile-app{
    padding: 65px 0 65px 100px;
    background-color: #FBF5FF;
}
.mobile-app h4{
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 0;
}
.mobile-app h3{
    font-size: 50px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 13px;
}
.mobile-app p{
    font-size: 18px;
    color: #787D8E;
    max-width: 520px;
    width: 100%;
    margin-bottom: 40px;
}
.mobile-app .app-links {
  display: flex;
  align-items: center;
}
.mobile-app .app-links a{
    margin-right: 10px;
} 
.footer-main{
    background-color: #3B4258;
}
.footer-logo{
    text-align: center;
    padding: 50px 0 30px;
}
.footer-logo img{
    max-width: 172px;
    width: 100%;
    margin: 0 auto;
}
.footer-menu{
    padding-bottom: 50px;
}
.footer-menu ul{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}
.footer-menu ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #FBF4FF;
}
.footer-menu ul li a:hover{
    color: #7196FF;
}
.footer-end{
    border-top: solid 1px #485068;
    padding: 30px 0;
}
.copyright{
    color: #8088A3;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.copyright p{
    margin-bottom: 0;
}
.copyright a{
    color: #8088A3;
}
.copyright a:hover{
    color: #fff;
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
footer .social-links a {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    color: #8088A3;
    font-size: 18px;
}

footer .social-links a:hover {
    color: #fff;
    transform: translateY(-3px);
}
footer a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--secondary-color);
}

/* ============================================
   Forms
   ============================================ */

.form-control {
    border-radius: 0.375rem;
    border: 1px solid var(--border-color);
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 244, 0.25);
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.alert {
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* ============================================
   Payment success page
   ============================================ */
.payment-success-content{
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   Timeline / Steps
   ============================================ */

.timeline-step {
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
}

.timeline-step::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--border-color);
    z-index: 0;
}

.timeline-step:last-child::before {
    display: none;
}

.timeline-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.timeline-step h4 {
    margin-bottom: 1rem;
}

/* ============================================
   Accordion / FAQ
   ============================================ */

.accordion-button {
    font-weight: 500;
    color: var(--text-dark);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 64, 244, 0.05);
    color: var(--primary-color);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 64, 244, 0.25);
}

/* ============================================
   Pricing Table
   ============================================ */
.pricing-section .section-title {
  margin-bottom: 50px;
}
.pricing-card {
    background-color: #FBF5FF;
    border-radius: 6px;
    padding: 35px 45px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}
.pricing-card h3{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.pricing-card p{
    max-width: 290px;
    margin: 0 auto;
}
.pricing-card.featured {
    border: solid 1px #9FB8FF;
    box-shadow: 0 0 13px -6px rgba(0, 0, 0, 0.1);
    background-color: #F6F8FF;
    position: relative;
    border-radius: 0 0 6px 6px;
    transform: scale(1.02);
    top: 10px;
}

.pricing-card .price {
    font-size: 48px;
    font-weight: 600;
    margin: 1rem 0;
    color: var(--text-dark);
    margin: 13px 0 0;
}

.pricing-card .price-period {
    font-size: 1rem;
    color: var(--text-light);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 28px 0 30px;
    text-align: left;
}

.pricing-features li {
    padding: 8px 0;
    font-size: 14px;
    color: #787D8E;
    font-weight: 500;
}
.pricing-features li i{
    margin-right: 8px;
    color: var(--text-dark);
}

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

.badge-featured {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
    position: absolute;
    top: -26px;
    width: calc(100% + 2px);
    left: -1px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.pricing-card .btn-outline-secondary{
    border-radius: 6px;
    border: 1px solid rgb(59, 66, 88, 0.60);
    font-size: 16px;
    font-weight: 600;
    color: #3B4258;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.pricing-card .btn-outline-secondary:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.pricing-card .btn-primary{
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
} 






/* ============================================
   Partners Section
   ============================================ */
.partners-section{
    padding: 100px 0;
}
.partners-slider .owl-item{
    height: 100%;
}
.partner-logo-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.partner-logo-item img{
    width: auto !important;
}






/* ============================================
   Client Stories
   ============================================ */

.client-story-hero {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.client-story-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.client-story-hero .quote {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    font-style: italic;
    max-width: 800px;
    padding: 2rem;
}


.page-header {
    background: linear-gradient(to bottom, #E9EDFC 0%, #FFF 100%);
    padding: 120px 15px 70px;
    margin-bottom: 0 !important;
    text-align: center;
}
.page-header .lead{
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.about-sec-two{
    padding: 50px 30px;
}
.about-team-section .service-icon {
    height: auto;
    font-size: 85px;
}
.about-advisory-sec .service-icon{
    font-size: 55px;
    height: auto !important;
    width: auto !important;
    margin-bottom: 0;
}
.about-governance-sec .service-icon{
    height: auto;
    font-size: 55px;
}
/* ============================================
   Responsive Design
   ============================================ */




@media (max-width: 1400px) {
    .hero-row {
        height: 570px;
    }
    .hero-section h1 {
        font-size: 30px;
        line-height: 48px;
    }
    .hero-section h1 span {
        font-size: 38px;
    }
    .hero-section .lead {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .hero-counter-main{
        margin-top: 45px;
    }
    .hero-counter h2 {
        font-size: 30px;
        margin-bottom: 3px;
    }
    .hero-counter p{
        font-size: 14px;
    }
    .hero-image-main img {
        max-width: 770px;
    }
    .btn-primary {
        padding: 12px 27px;
        font-size: 17px;
    }
    .why-choose-content ul{
        gap: 16px 15px;
    }
    .why-choose-content ul li {
        font-size: 16px;
    }
    .roadmap-box{
        margin-bottom: 14px;
    }
    .roadmap-main{
        padding: 27px 49px 28px;
        background-size: 98%;
    }
    .roadmap-content p {
        font-size: 17px;
    }
    .mobile-app h4 {
        font-size: 30px;
    }
    .mobile-app h3 {
        font-size: 35px;
    }
    .mobile-app p {
        font-size: 15px;
        max-width: 469px;
    }
    .mobile-app p{
        margin-bottom: 25px;
    }
    .mobile-app {
        padding: 45px 0 50px 100px;
    }
    .request-callback {
        padding: 30px 0 30px 100px;
    }
    .footer-top-left{
        height: 520px;
    }
    .footer-top-left img {
        max-width: 510px;
    }
    .pricing-card{
        padding: 35px 30px 30px;
    }
    .pricing-features li{
        font-size: 13px;
    }
}




@media (max-width: 1199px) {
    .hero-counter-main{
        column-gap: 0px;
    }
    .real-stories-section{
        padding: 50px 0;
    }
    .app-preview-section {
        padding: 50px 0;
    }
    .services-section {
        padding: 50px 0;
    }
    .service-card{
        min-height: 270px;
    }
    .service-icon {
        height: 115px;
    }
    .service-icon img {
        width: 110px;
    }
    .service-card h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .why-us-section {
        padding: 50px 0;
    }
    .why-choose-image{
        text-align: center;
    }
    .why-choose-content {
        margin-top: 30px;
    }
    .how-it-works-section {
        padding: 50px 0px;
    }
    .roadmap-box {
        margin-bottom: 32px;
    }
    .roadmap-main {
        padding: 34px 49px 28px;
        background-size: 100%;
        margin-bottom: 30px;
    }
    .pricing-section {
        padding: 50px 0;
    }
    .pricing-card{
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }
    .pricing-card.featured{
        transform: unset;
        top: 13px;
    }
    .partners-section {
        padding: 50px 0;
    }
    .footer-top-left{
        display: none;
    }
    footer {
        margin-top: 50px;
    }
}






@media (max-width: 991px) {
    .navbar{
        padding: 10px 0;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        background-color: #e9edfc;
        width: 100%;
        left: 0;
    }
    .navbar-brand img {
        max-height: inherit;
        width: 130px;
    }
    .btn-letstalk {
        margin-left: 5px;
        padding: 8px 18px !important;
        font-size: 13px !important;
    }
    .hero-section {
        padding: 63px 0 0;
    }
    .hero-image-main{
        display: none;
    }
    .hero-row {
        height: 420px;
    }
    .text-slider-track{
        height: 42px;
        column-gap: 20px;
    }
    .text-slider-item{
        font-size: 12px;
    }
    .section-title h2{
        font-size: 25px;
    }
    .section-title p {
        font-size: 14px;
    }
    .why-choose-content h2 {
        font-size: 25px;
    }
    .why-choose-content p {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0 15px;
    }
    .why-choose-content ul{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        margin: 0 0 25px;
    }
    .footer-end .row{
        flex-direction: column-reverse;
    }
    .social-links{
        justify-content: center;
        margin-bottom: 8px;
    }
    .copyright{
        justify-content: center;
    }
    .footer-end{
        padding: 15px 0;
    }
    .footer-logo{
        padding: 30px 0;
    }
    .footer-menu {
        padding-bottom: 30px;
    }
    #main-content {
        padding-top: 62px;
    }
}





@media (max-width: 767px) {
    h2,h3{
        font-size: 22px;
    }
    p{
        font-size: 14px;
    }
    .lead {
        font-size: 14px;
    }
    .section-title{
        margin-bottom: 20px;
    }
    .section-title h2 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .hero-row {
        height: 285px;
    }
    .hero-section h1 {
        font-size: 22px;
        line-height: 34px;
    }
    .hero-section h1 span {
        font-size: 25px;
    }
    .hero-section .lead {
        font-size: 15px;
        margin-bottom: 18px;
    }
    .btn-primary {
        padding: 9px 22px;
        font-size: 13px;
    }
    .hero-counter {
        width: 100px;
    }
    .hero-counter:nth-child(2) {
        padding-left: 9px;
    }
    .hero-counter-main {
        margin-top: 18px;
    }
    .hero-counter h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .hero-counter p {
        font-size: 13px;
    }
    .real-stories-section {
        padding: 30px 0;
    }
    .app-preview-section {
        padding: 30px 0;
    }
    .services-section {
        padding: 30px 0;
    }
    .services-section {
        padding: 30px 0;
    }
    .why-choose-content p {
        font-size: 13px;
        line-height: 22px;
    }
    .why-choose-content ul {
        margin: 0 0 15px;
        gap: 6px 15px;
    }
    .why-choose-content ul li {
        font-size: 14px;
    }
    .how-it-works-section {
        padding: 30px 0px;
    }
    .how-it-works-section .section-title {
        margin-bottom: 30px;
    }
    .roadmap-main {
        max-width: 320px;
    }
    .roadmap-icon img {
        max-width: 75px;
    }
    .roadmap-icon .roadmap-arrow {
        top: 50%;
        left: 102%;
        max-width: 40px;
    }
    .roadmap-main {
        padding: 15px 25px 15px;
    }
    .roadmap-content p {
        font-size: 13px;
    }
    .roadmap-box.row-reverse .roadmap-icon .roadmap-arrow {
        right: 102%;
    }
    .roadmap-box {
        margin-bottom: 13px;
    }
    .footer-menu ul{
        flex-wrap: wrap;
    }
    .copyright {
        font-size: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .copyright p {
        font-size: 13px;
    }
    .copyright a {
        font-size: 13px;
    }
    .about-sec-two {
        padding: 20px 0;
    }
    .about-team-section .service-icon {
        font-size: 50px;
    }
    .about-advisory-sec .service-icon {
        font-size: 40px;
    }
    .about-governance-sec .service-icon {
        font-size: 39px;
    }
    .page-header{
        padding: 20px 15px 0px;
    }
    .page-header h1{
        font-size: 25px;
        margin-bottom: 5px;
    }
    .btn-outline-primary{
        padding: 9px 22px;
        font-size: 13px;
    }
    .entry-title {
        font-size: 22px;
    }
    .client-story-hero{
        height: 240px;
    }
    .client-story-hero .quote{
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 18px;
        line-height: 29px;
    }
    .hero-section h1 span {
        font-size: 22px;
    }
    .hero-section .lead {
        font-size: 13px;
    }
    .owl-carousel .owl-nav {
        display: none;
    }
    .service-card {
        min-height: 220px;
    }
    .pricing-card {
        padding: 15px 15px 15px;
    }
    .partners-section {
        padding: 0px 0;
    }
    .request-callback {
        padding: 0px 15px 30px 15px;
    }
    .callback-form input{
        font-size: 10px;
        padding-left: 9px;
    }
    .mobile-app {
        padding: 20px 15px 25px 15px;
    }
    .mobile-app h4 {
        font-size: 22px;
    }
    .mobile-app h3 {
        font-size: 25px;
    }
    .app-links img {
        max-width: 140px;
    }
    .callback-form button{
        height: 45px;
    }
    .callback-form select{
        width: 100px;
        height: 45px;
        font-size: 12px;
    }
    .footer-menu {
        padding: 0 15px 20px;
    }
}

/* ============================================
   Utilities
   ============================================ */

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mt-6 {
    margin-top: 4rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

