/*
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: rgba(67, 118, 177, 1);
    --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: #3b4258;
  border-color: #3b4258;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(59, 66, 88, 0.5);
}

.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: 732px;
}
.hero-section h1 {
    font-size: 30px;
    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: 540px;
    width: 100%;
}
.hero-image-main{
    position: absolute;
    right: -133px;
    top: 0;
}
.hero-image-main img{
    max-width: 985px;
    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: 22px;
    font-weight: 600;
    color: #787D8E;
    white-space: nowrap;
}
.text-slider-item i{
    color: var(--primary-color);
    font-size: 12px;
}




/* ============================================
   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: 155px;
    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%;
	display: flex;
}
.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: 308px;
    width: 100%;
}
.callback-form input::placeholder{
    color: #BABABA;
}
.callback-form input:focus{
    outline: none;
}
.callback-form select{
    background-color: transparent;
    border: none;
    width: 200px;
    border-right: solid 1px #F2F2F2;
    height: 60px;
    padding: 5px 10px 5px 15px;
    font-size: 13px;
    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;
}
.callback-form .wpcf7{
	width: 100%;
}
.callback-form .wpcf7 form p{
	margin-bottom:0;
	display: flex;
	align-items: center;
}
.callback-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  position: absolute;
  border: 0;
  font-size: 14px;
  color: #46b450;
  margin-bottom: -62px;
}
.mobile-app{
    padding: 78px 0 78px 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: center;
  column-gap: 20px;
  margin-bottom: 26px;
}
footer .social-links a {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 25px;
}

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: 650px;
    margin-left: auto;
    margin-right: auto;
	margin-top: -80px;
}
.payment-success-box {
  border: solid 1px #eee;
  padding: 80px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 7px;
}
.payment-success-box.alert-warning{
	background-color: #fff3cd;
	border-color: #ffe69c;
}
.payment-success-box img {
  max-width: 100px;
}
.payment-success-box h5 {
  margin: 18px 0 16px;
  font-size: 35px;
}
.payment-success-box.alert-warning p{
	color: #664d03;
}
.onboarding-box{
	text-align: center;
  padding: 50px;
}
.onboarding-box .btn-primary{
	font-size: 16px;
  padding: 12px 20px;
}

/* ============================================
   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;
}
.container  .col-xl-4:last-child  .pricing-card{
    position: relative;
}
.container  .col-xl-4:last-child  .pricing-card .btn-outline-secondary{
    position: absolute;
  bottom: 31px;
  width: calc(100% - 91px) !important
}
.container  .col-lg-4:last-child  .pricing-card{
    position: relative;
}
.container  .col-lg-4:last-child  .pricing-card .btn-outline-secondary{
    position: absolute;
  bottom: 31px;
  width: calc(100% - 91px) !important
}





.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;
	display: flex;
	align-items: flex-start;
}
.pricing-features li i{
    margin-right: 8px;
    color: var(--text-dark);
	margin-top: 4px;
}

.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;
}
#checkUsreServiceArea select{
	background-image: url('https://saibaancare.com/wp-content/themes/saibaan/assets/images/down-arrow.png');
	background-repeat: no-repeat;
	background-position: 97% 13px;
}





.whoweare-section{
	padding-bottom: 80px;
}
.about-est{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 50px;
	color: #f2f2f2;
}
.whoweare-left-box{
	background-color: #fafafa;
	border: solid 1px #e8e8eb;
	border-radius: 2.5rem;
	padding: 50px;
}
.whoweare-left-box p{
	color: #52525c;
}
.whoweare-left-box-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: solid 1px #e4e4e7;
	padding-top: calc(.25rem * 8);
	margin-top: calc(.25rem * 12);
}
.whoweare-left-box-bottom h5{
	margin-bottom: 0;
}
.whoweare-right-box{
	padding: 50px;
	height: 100%;
	border-radius: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #3B4258;
}
.whoweare-right-box i{
	color: #fff;
	font-size: 32px;
	transition-duration: .5s;
	transition-property: transform, translate, scale, rotate;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.whoweare-right-box h4{
	color: #fff;
	font-size: 32px;
	margin-bottom: calc(.25rem * 6);
}
.whoweare-right-box .line{
	width: calc(.25rem * 12);
	height: calc(.25rem * 1);
	background-color: rgb(123, 131, 156);
}

.whoweare-bottom-box{
	padding: 30px;
	background-color: #fafafa;
	border: solid 1px #e8e8eb;
	border-radius: 2.5rem;
	display: flex;
	align-items: center;
	gap: 23px;
	height: 100%;
}
.whoweare-bottom-box .icon{
	width: 56px;
	height: 56px;
	background-color: #fff;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 1px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, .1));
}
.whoweare-bottom-box  .bottom-content{
	width: calc(100% - 85px);
}

.whoweare-bottom-box  .bottom-content h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.whoweare-bottom-box  .bottom-content p{
	font-size: 14px;
	margin-bottom: 0px;
}





.our-mission-section{
	background-color: #fafafa;
	border-top: solid 1px #e4e4e7;
	border-bottom: solid 1px #e4e4e7;
	padding-block: calc(.25rem * 24);
}
.our-mission-section .container{
	max-width: 1100px;
}
.our-mission-left{
	margin-right: 25px;
}
.our-mission-left h2{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 20px;
}
.our-mission-left h2 span {
	color: #4376b1;
}
.our-mission-left p {
	font-size: 22px;
	margin-bottom: 0;
}
.our-mission-left .line2{
	width: calc(.25rem * 24);
	height: calc(.25rem * 1);
	background-color: var(--text-dark);
	margin-top: 25px;
	margin-bottom: 48px;
}
.our-mission-left-box{
	padding: 32px;
	border: solid 1px #e4e4e7;
	border-radius: 25px;
}
.our-mission-left-box h3{
	font-size: 18px;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #363636;
}
.our-mission-left-box h3 i {
	font-size: 9px;
	margin-right: 10px;
	color: #55d98a;
}
.our-mission-left-box p{
	font-size: 16px;
}


.our-mission-right{
	background-color: #fff;
	box-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgba(0, 0, 0, .25));
	border: solid 1px #e4e4e7;
	border-radius: 48px;
	padding: 48px;
	margin-left: 50px;
}
.our-mission-right h2{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 20px;
}
.our-mission-right h2 span {
	color: #4376b1;
}
.our-mission-right p{
	font-size: 20px;
}




.team-section{
	padding-block: 100px;
}
.team-section .container{
	max-width: 1280px;
}
.team-box{
	padding: 40px;
	border: solid 1px #e4e4e7;
	border-radius: 35px;
	background-color: #fafafa;
	height: 100%;
}
.team-box-top{
	display: flex;
	justify-content: space-between;
}
.team-box .icon{
	width: 64px;
	height: 64px;
	background-color: #fff;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}
.team-box h5{
	color: #adadad;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
}
.team-box-content{
	margin-top: 30px;
}
.bg-light-section{
	background-color: #fafafa;
	border-top: solid 1px #e4e4e7;
	border-bottom: solid 1px #e4e4e7;
	padding-block: calc(.25rem * 24);
}
.bg-weight-section{
	padding-block: calc(.25rem * 24);
}
.bg-light-section .service-main-content {
	background-color: #fff;
	box-shadow: 0 29px 21px -35px var(--tw-shadow-color, rgba(0, 0, 0, .25));
	border: solid 1px #e4e4e7;
	border-radius: 48px;
	padding: 48px;
	margin-right: 50px;
}
.bg-weight-section .service-main-content {
  background-color: #fafafa;
  box-shadow: 0 29px 21px -35px var(--tw-shadow-color, rgba(0, 0, 0, .25));
  border: solid 1px #e4e4e7;
  border-radius: 48px;
  padding: 48px;
  margin-left: 50px;
}
.service-top-content li{
	display: flex;
}
.service-top-content li i {
	margin-top: 7px;
	margin-right: 10px;
}
.bg-weight-section:first-child {
  padding-top: 0;
}










.pricing-toggle-container {
    display: inline-flex;
    background: #f1f3f4;
    padding: 4px;
    border-radius: 50px;
    border: 1px solid #dadce0;
}

.btn-toggle {
    border: none;
    background: transparent;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #5f6368;
}

.btn-toggle.active {
    background: #fff;
    color: #1a73e8;
    box-shadow: 0 1px 3px rgba(60,64,67,0.3);
}

.save-badge {
    color: #188038;
    font-size: 0.8rem;
    display: block;
    line-height: 1;
}

.price-value .amount {
    font-size: 2rem;
    font-weight: bold;
}



.real-story-card iframe {
  width: 100%;
  height: 300px;
}
.price-yearly{
	display: none;
}



.phone-field {
  display: flex;
  align-items: center;
}
.phone-field select {
  background-color: #fff;
  border: solid 1px #dee2e6;
  height: 51px;
  width: 200px;
  padding: 10px;
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.phone-field input{
	border-top-left-radius: 0;
	  border-bottom-left-radius: 0;
}
.form-select{
	height: 51px;
}


.page-template-page-payment-success .mobile-app{
	margin-top: 230px;
}






/* ============================================
   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;
    }
	.container .col-xl-4 .pricing-card:last-child .btn-outline-secondary {
	  position: unset;
	  width: 100% !important;
	}
	.container .col-lg-4 .pricing-card:last-child .btn-outline-secondary {
	  position: unset;
	  width: 100% !important;
	}
	.service-icon img {
		width: 70px;
	  }
}

@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;
}












