
/* Custom CSS for Bootstrap 3.3.6 Implementation */

/* Base Styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #111827;
    /* background-color: #ffffff !important;  */
    padding-top: 80px; /* Account for fixed navbar */
}
.container{
    max-width: 1200px;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
/* Custom Navbar */
.navbar-header {
    width: 100%;
}


textarea{
    min-height: 120px; 
    resize: vertical !important;
}

.custom-navbar {
    background-color: #ffffff;
    border: none;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
    box-shadow: none;
    min-height: 80px;
    background: #F6F9FF;
    background: linear-gradient(90deg,rgba(246, 249, 255, 1) 0%, rgba(246, 248, 254, 1) 75%, rgba(246, 235, 239, 1) 100%);
}

.custom-navbar .navbar-brand {
    min-height: 80px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}
.navbar-header .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: end;
    min-height: 80px;
}
ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 0px;
}

.navbar-nav>li:last-child {
    margin-left: 15px;
}
.navbar-fixed-top .navbar-header {
    background: transparent;
}
.custom-navbar .navbar-nav > li > a.navbar-btn {
    min-height: 56px;
    height: auto !important;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    min-width: 194px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}
.custom-navbar .navbar-nav > li > a.active{
     color: #f64b4b !important;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    color: #f64b4b;
    background-color: transparent;
}

.logo-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.logo-label {
    width: 172px;
    height: 28px;
    margin-left: 4px;
}

.demo-button {
    background-color: #f64b4b !important;
    border-color: #f64b4b !important;
    color: white !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.demo-button:hover,
.demo-button:focus,
.demo-button:active {
    background-color: rgba(246, 75, 75, 0.9) !important;
    border-color: rgba(246, 75, 75, 0.9) !important;
}

/* Background Section */
.background-section {
    width: 100%;
    background-color: #ffffff;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.background-overlay {
    position: relative;
    overflow: hidden;
}

.background-content {
    position: relative;
    width: 100%;
}

.red-blur-1 {
    position: absolute;
    width: 406px;
    height: 406px;
    top: 0;
    left: 0;
    background-color: rgba(255, 59, 48, 1);
    border-radius: 203px;
    opacity: 0.25;
}

.red-blur-2 {
    position: absolute;
    width: 168px;
    height: 168px;
    top: 501px;
    left: 793px;
    background-color: rgba(255, 59, 48, 1);
    border-radius: 84px;
    opacity: 0.6;
}

.background-image {
    width: 100%;
    height: auto;
    transform: rotate(-180deg);
}

.right-band-1 {
    width: 612px;
    height: 141px;
    position: absolute;
    top: 254px;
    right: 0;
    transform: rotate(-180deg);
}

.right-band-2 {
    width: 420px;
    height: 117px;
    position: absolute;
    top: 338px;
    right: 0;
    transform: rotate(-180deg);
}

.left-band-1 {
    position: absolute;
    top: 338px;
    left: 0;
    width: 420px;
    height: 117px;
    transform: rotate(-180deg);
}

.left-band-2 {
    position: absolute;
    top: 255px;
    left: 0;
    width: 420px;
    height: 117px;
    transform: rotate(-180deg);
}

/* Hero Section */
.hero-section-outer{
    position: relative;
}
/* .hero-section-outer::before{
    content: '';
    position: absolute;
    bottom: 147px;
    left: 0;
    width: 45%;
    height: 205px;
    background: url(../images/left-strip.png);
    background-repeat: no-repeat;
    z-index: 2;
} */
.hero-section-outer::after {
    content: '';
    position: absolute;
    bottom: 16%;
    right: 0;
    width: 100%;
    height: 193px;
    background: url(../images/right-strip.png);
    z-index: 2;
    background-repeat: no-repeat;
    max-width: 420px;
}
.hero-section {
    padding: 30px 0 115px;
    position: relative;
    z-index: inherit;
    background: #F6F9FF;
    background: linear-gradient(90deg,rgba(246, 249, 255, 1) 0%, rgba(246, 248, 254, 1) 75%, rgba(246, 235, 239, 1) 100%);
    overflow: hidden;
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 120%;
    height: 117px;
    background-color: white;
    transform: rotate(4deg);
    transform-origin: top left;
    z-index: 2;
}

.main-content {
    padding: 10px 0px 15px 0;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 37px;
    color: #111827;
    letter-spacing: -1px;
    line-height: 52px;
    margin-bottom: 24px;
    margin-top: 0;
}

.hero-description {
    font-size: 18px;
    color: #374151;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.hero-image {
    max-width: 540px !important;
    max-height: 385px;
    margin-top: 20px;
    width: 100%;
    float: right;
    border-radius: 8px;
    position: relative;
    z-index: 9;
}
.banner-video {
    display: inline-block;
    width: 100%;
    position: relative;
     z-index: 999;
         text-align: right;
}
.banner-video iframe{
    border-radius: 8px;
    max-width: 100%;
}
/* Page Title Section */
.page-title-section {
    padding: 30px 0;
    position: relative;
    top: 0;
    z-index: 999;
    
}

.page-subtitle {
    font-family: 'Inter', sans-serif;
    color: #111827;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px;
}

.page-title {
    font-family: 'Inter', sans-serif;
    color: #111827;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 60px;
    margin-top: 0;
}

/* Features Container */

.feature-card {
    margin-bottom: 10px;
    padding: 20px 15px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    color: #111827;
    margin-bottom: 24px;
}

.feature-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.feature-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #111827;
    font-size: 24px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 0px;
}

.feature-description {
    font-family: 'Inter', sans-serif;
    color: #374151;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 100px;
}

.feature-image {
    max-width: 844px;
    height: auto;
    margin: 0px auto;
    display: block;

}

/* Dashboard Sections */
.dashboard-sections {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dashboard-section {
    padding: 60px 0;
    position: relative;
    width: 100%;
}

.bg-light {
    background-color: #f6faff;
}

.bg-white {
    background-color: #ffffff;
}

.red-blur-right {
    position: absolute;
    width: 406px;
    height: 406px;
    top: 50%;
    right: 0px;
    background-color: rgba(255, 59, 48, 1);
    border-radius: 203px;
    transform: translateY(-50%) rotate(180deg);
    filter: blur(50px);
    opacity: 0.1;
    z-index: 0;
}

.red-blur-left {
    position: absolute;
    width: 406px;
    height: 406px;
    top: 50%;
    left: 0px;
    background-color: rgba(255, 59, 48, 1);
    border-radius: 203px;
    transform: translateY(-50%) rotate(180deg);
    filter: blur(50px);
    opacity: 0.1;
    z-index: 0;
}

.section-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
    position: relative;
    z-index: 1;
}

.section-badge {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #f54b4b;
    font-size: 18px;
    letter-spacing: 1.62px;
    line-height: normal;
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.features-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.feature-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background-color: rgba(29, 181, 190, 0.1);
    border-radius: 22.5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #0f8595;
    font-size: 17px;
    letter-spacing: -0.09px;
    line-height: 32px;
    flex-shrink: 0;
}

.feature-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
    flex: 1;
}

.feature-item-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #111827;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 8px 0;
    width: 100%;
}

.feature-item-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #374151;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    width: 100%;
}

.what-section{
    padding-top: 0px !important;
    margin-top: -30px;
}
.banner-video-language{
    justify-content: end;
    font-size: 12px;
    margin-bottom: 10px;
    color: #111827;
}
.banner-video-language .language-radio{
    margin-left: 20px;
    position: relative;
    font-weight: normal;
    font-size: 12px;

}
.banner-video-language .language-radio input{
    position: absolute;
    opacity: 0;
}
.banner-video-language .language-radio input + span{
    border-radius: 100%;
    width: 16px;
    height: 16px;
    border: 2px solid #D5D7DA;
    display: inline-block;
    background-color: #fff;
        vertical-align: text-bottom;
    margin-right: 4px;
    cursor: pointer;
}
.banner-video-language .language-radio input:checked + span{
    
    border:5px solid #F64B4B;
}
.home-tesimonials{
    margin-top: 32px;
}
.home-tesimonials .owl-stage{
    display: flex;
}
.home-tesimonials .owl-stage-outer{
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-tesimonials .item {
    box-shadow: 0px 0px 20px 0px #0000000D;
    border-radius: 16px;
    background-color: #fff;
    padding: 23px 40px;
    margin-bottom: 0px;
    height: calc(100% - 0px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.home-tesimonials-icon{
    position: relative;
    margin-top: -65px;
}
.home-tesimonials .item p{
    font-size: 16px;
    color:#374151
}
.home-tesimonials-user{
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, .25);
    padding-bottom: 0;
    font-size: 20px;
    color: #111827;
    font-weight: bold;
    margin-top: 40px;

}
.home-tesimonials-post{
    font-size:16px;
    color:  #374151;
}
.home-tesimonials .owl-dots .owl-dot{
    background-color: rgba(0,0,0,.1) !important;
    width: 12px;
    display: inline-block;
    height: 12px;
    border-radius: 20px;
    margin: 0px 4px;
}
.home-tesimonials .owl-dots .owl-dot.active{
    background-color: #0F8595 !important;
}
.footer.new-landing-footer {
    padding: 20px 0;
    text-align: center;
}
.new-landing-footer p {
    font-weight: 400 !important;
    color: #58666e !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 !important;
}

.custom-navbar .navbar-nav > li > a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0 18px ;
    transition: color 0.2s ease !important;
}
a.btn.btn-danger.navbar-btn.demo-button {
    color: #fff !important;
}
.bg-height{
    min-height: calc(100vh - 142px);
}
.login-register .planMain .container{
    margin-top: 0px !important;
}
.planMain .container{
    max-width: 100% !important;
}
.title-red{
    color: #DC3533;
}
.title-blue{
    color: #0054A5;
}
.home-banner-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.home-logn-btn{
    min-height: 56px;
    height: auto !important;
    line-height: normal;
    margin: 0;
    display: inline-block;
    align-items: center;
    font-weight: normal;
    min-width: 130px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #0054A5;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    margin-right: 10px;
    text-decoration: none !important;
        padding: 17px;
}
.home-explore-btn{
    min-height: 56px;
    font-family: 'Inter', sans-serif;
    height: auto !important;
    line-height: normal;
    margin: 0;
    display: inline-block;
    align-items: center;
    font-weight: normal;
    min-width: 194px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #F64B4B;
    border: none;
    border-radius: 8px;
    color: #fff;
}
.footer-logo img{
    margin-top: -13px;
}
.home-view-all-btn {
    line-height: normal;
    margin: 0;
    display: inline-block;
    align-items: center;
    font-weight: normal;
    min-width: 90px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    background-color: #0054A5;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    margin-top: 10px;
    text-decoration: none !important;
    padding:10px 15px;

}
/* Responsive Adjustments for Bootstrap 3 */
@media (max-width: 1280px) {
    .hero-title{
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .hero-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .page-title {
        font-size: 36px;
        line-height: 44px;
    }
    
    .dashboard-section {
        padding: 40px 0;
    }
    
    .section-content {
        margin-bottom: 30px;
    }
    
    .red-blur-right,
    .red-blur-left {
        display: none;
    }
    .navbar-toggle{
        margin-right: 0px;
        margin-top: 24px;
        display: block;
    }
    .navbar-header .navbar-collapse{
        display: none !important;
    }
    .navbar-header .navbar-collapse.in{
        display: inline-block !important;
        width: 100%;
        background: #0054a5;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
        display: inline-block;
        align-items: center;
        height: 100%;
    }
    .hero-section-outer::after,
    .hero-section-outer::before{
        display: none;
    }
    .custom-navbar .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff !important;
    }
    .custom-navbar .navbar-nav > li{
        float: none;
    }
    .main-content{
        padding-top: 0px;
        padding-bottom: 0
    }
    .hero-section {
        padding: 60px 0 200px;
    }
    .feature-image{
        max-width: 100%;
    }
    .navbar-nav>li:last-child{
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }
    
    .custom-navbar {
        min-height: 80px;
    }
    
    .custom-navbar .navbar-brand {
        height: 60px;
        padding: 8px 0px;
    }
    
    .custom-navbar .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .hero-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .page-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    
    .page-title-section,
    .features-container,
    .dashboard-section {
        padding: 30px 15px;
    }
    .hero-section{
        padding: 30px 0 50px 0;
    }
    .feature-card {
        margin-bottom: 30px;
        padding: 15px;
    }
    
    .feature-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .section-badge {
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .feature-item-title {
        font-size: 18px;
    }
    
    
    
    .logo-label {
        width: 130px;
        height: 21px;
    }
    .hero-section::after{
            height: 55px;
    }
    .hero-section-outer{
        margin-bottom: 80px;
    }
    .navbar-header{
        width: auto;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    iframe{
        width: 100% !important;
    }
    .banner-video-language{
        margin-top: 35px;
            justify-content: start;
    }
    .home-banner-btn{
        position: relative;
        z-index: 99;
    }
    .fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
        content: "\f00d";
    }
    .fa-bars:before, .fa-navicon:before {
        content: "\f0c9";
    }
}

@media (max-width: 480px) {
   
    .page-title-section,
    .features-container,
    .dashboard-section {
        padding: 20px 15px;
    }
    
    .feature-card {
        padding: 10px 15px;
    }
    
    .section-content {
        gap: 20px;
    }
    
    .features-list {
        gap: 20px;
    }

    .home-banner-btn{
        position: relative;
        z-index: 99;
        /*  */
    }
   
}

/* Footer */

/* .footer {
    background-color: #000000;
    padding: 15px 0;
    margin-top: 0;
}

.footer p {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
} */

