@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Inter';
}

html {
    height: 100%;
}


.main_wrapper {
    background: #f1f5f9;
    height: auto;
    overflow: hidden;
    min-height: calc(100vh - 160px);
}

.pb-40 {
    padding-bottom: 30px;
}

.mt-100 {
    margin-top: 100px;
}



a,
a:hover {
    text-decoration: none !important;
    outline: none !important;
}

a {
    color: #6dbd63;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:hover {
    color: #48953f;
}

.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
}

.form-control {
    height: 50px;
    border-color: #94A3B8;
}

.form-control:focus {
    border-color: #6dbd63;
}

.clr-green {
    background: #e0f0e04d;
}

blockquote {
    font-size: 14px;
}

input,
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

.title.text-center,
.section-title,
.area-title {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
}

.go-home,
.go-home:hover {
    color: #fff;
    background: #6dbd63;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}



ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.required label::after,
.field-quote-verifycode label::after,
.field-information-verifycode label::after {
    content: "*";
    color: red;
    margin-left: 3px;
}

/************Header start--------------*/
header .navbar-nav li a {
    color: #444;
}

header .btn-success {
    padding: 4px 15px;
}

header .navbar-nav li {
    margin-right: 20px;
}

header .navbar-nav li.active .nav-link {
    color: #262c70;
    font-weight: 600;
}

header .navbar-brand img {
	width: 150px;
}

/************Header end--------------*/
/************ footer start***********/
footer {
    background: #202736;
    padding: 50px 0px;
}

footer .footer-heading h4 {
    font-size: 20px;
}

.footer-content ul li a {
    color: #fff;
    font-size: 15px;
}

.footer_social li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px
}

footer p {
    font-size: 15px;
}

.footer-bottom {
    padding: 15px 0px;
}

.footer-bottom a {
    color: #fff;
    font-weight: 600;
}

.footer-bottom a:hover {
    text-decoration: underline !important;
}

/************ footer end***********/

/********** features section ==============*/
a.outer-main {
    display: block;
    background: #fff;
    padding: 20px;
}

.outer-main p {
    word-break: break-all;
    color: #212529
}

.outer-main h3 {
    font-size: 20px;
}

/********** features section end============*/

/************ blog start***************/

.blog-section .blog-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.blog-section.bg .single-blog {
    background: #ffffff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}

.article.blog-post:last-child {
    padding-bottom: 0 !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

/************ blog end***************/

/************privacy***********/

.content-section {
    margin: 30px 0;
    background: #fff;
    padding: 16px;
}

.content-section h1 {
    font-size: 26px;
    margin-top: 0;
    padding-bottom: 11px;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 500;
}

h4.divider {
    font-size: 20px;
    text-transform: uppercase;
}

.page-head h1 {
    font-size: 22px;
    padding: 15px 8px;
}

.page-head {
    background: #fff;
}

/*----------- contact --------------*/
.contact-group .card {
    padding: 20px;

}

.contact-group .card .icon {
    max-width: 40px;
}

.contact-group .card .icon span {
    font-size: 30px;
    width: 55px;
    height: 55px;
    border: 1px solid #262c70;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #262c70;
}

.contact-form .button {
    background: #28a745;
    color: #fff;
    outline: none;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #28a745;
    font-size: 16px;
}

/*----------- custom --------------*/

.card-header {
    background-color: rgb(32, 39, 54);
    color: #ffffff
}

.list-view.comment-list .menu-icon a,
.content-list .list-wrapper.list-unstyled li a {
    color: #000;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-padding {
    padding: 30px 0;
    background: #eee;
}

.login-box {
    background: #fff;
    height: 100%;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signup-bg .content-bottom {
    margin-bottom: 20px !important;
}

.content-bottom h4 i {
    color: #51A746;
    font-size: 24px;
    vertical-align: middle;
}

#login-form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-bottom h4 {
    font-size: 26px;
    color: #000;
}

#remember .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-color: #261c70;
}

#remember .form-check .form-check-input:focus {
    box-shadow: none;
}

#remember .form-check-input:checked {
    background-color: #262c70;
    border-color: #262c70;
}

.signup-bg {
    padding: 23px;
}

.content-bottom h4 span {
    font-size: 16px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: #5fb255;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

p.style {
    margin-left: 45px;
}

.mb-20 {
    margin-bottom: 20px;
}

.candidate-section .input-group.file-caption-main {
    width: 90%;
}

.single-blog h3 {
    line-height: 1;
}

.single-blog p {
    font-size: 15px;
}

.single-blog h3 a {
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
}

a.read-more {
    border: 2px solid #6dbd63;
    padding: 7px 14px;
    color: #6dbd63;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
}

.mg-30 {
    margin-bottom: 30px;
}

.pd-100 {
    padding-top: 80px;
}

.single-services a:hover {
    text-decoration: none;
}

.single-services img {
    width: 100px;
}

.title-1 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #67bb5c;
}

.single-blog {
    margin-bottom: 30px;
}

.bg {
    background: #eee;
}

.pb-15 {
    padding-bottom: 16px;
}

.btn-bg {
    background: #6DBD63 !important;
    font-size: 15px !important;
    color: #fff !important;
    padding: 10px !important;
}

.required label.control-label::after {
    content: " *";
    color: #ef0303;
}

textarea.form-control {
    height: 120px;
}

.secondary {
    background-color: #6dbd63 !important;
}

.products--capabilities-panel h3 {
    position: relative;
    font-size: 27px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li a {
    font-size: 16px;
}

.products--capabilities-panel h4 {
    font-family: 'Arimo', sans-serif;
    font-size: 19px;
    margin: 20px 0 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav.nav-tabs li a:hover {
    color: #555 !Important;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0 inherit;
    font-size: 16px;
    background-color: #f7f7f7;
    border-radius: 0;
    font-weight: 500;
    cursor: pointer;
}

.light-color.btn {
    background: #fff;
    color: #000;
}


.bottom-content {
    border: none;
    padding: 0;
    font-size: 14px;
    color: #060606;
    text-align: center;
}

.title {
    font-size: 14px;
}

article.blog-post {
    padding: 20px;
    margin: 30px 0px;
}

.cx-blog-section .portfolio-filter-1 li a,
.cx-blog-section .blog-categories ul li a {
    background: #ffffff;
}

.cx-blog-section .portfolio-filter-1 li a:hover,
.cx-blog-section .portfolio-filter-1 li.active a,
.cx-blog-section .blog-categories ul li a:hover {
    background: #6dbd63;
    color: #ffffff;

}

.site-about {
    padding: 50px 0;
}

.signup-or>span {
    background: #5fb255 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    padding: 5px 8px;
    position: relative;
    top: 12px;
    border-radius: 50px;
}

.signup-or {
    border-bottom: 1px solid #5fb255;
    margin: 0 0 30px;
    text-align: center;
}

.bg-bottom {
    z-index: 999;
}

.portfolio-filter-1 li,
.blog-categories ul li {
    display: inline-block;
}

.cx-section.cx-blog-section {
    padding: 50px 0px;
    background: #e0f0e087;
}

/*common*/
.wrapper .container-fluid.px-0 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5% !important;
    overflow: hidden;

}

.wrapper .container-fluid.px-0 .card {
    margin-top: 20px;
}

.card {
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}

.navbar-toggler{
    padding: 10px;
}

.navbar-toggler-icon {
    width: 1em;
    height: 15px;
    margin: 0;
    display: block;
}

.help-block-error {
    color: red;
}

.blog-post.post-single img {
    width: 100%;
}

.blog-detail .card.card-primary.blog-widget-view {
    padding: 0;
}

.portfolio-heading-section,
.pagetitle-section {
    background: #262C70;
    padding: 40px 0;
    color: #fff;
}

.pagetitle-section h1 {
    font-size: 28px;
}

.content.py-5 {
    padding: 0px !important
}

.field-loginform-password span,
.field-user-password span,
.field-user-confirm_password span {
    float: right;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-right: 29px;
}

#loginform-password {
    padding-right: 50px !important;
}
#user-password,#user-confirm_password {
	  padding-right: 55px !important;
}

@media screen and (max-width:991px) {
    .blog-post img {
        width: 100%;
        margin-bottom: 15px;
    }

    .blog-section .blog-img img {
        height: auto;
    }

    .promo .intro .title {
        font-size: 22px;
    }

    .promo .intro .summary {
        font-size: 18px;
        margin-bottom: 10px;
    }

    header .navbar-nav li {
        display: block;
        border-bottom: 1px solid #d2e9d7
    }
}

@media screen and (max-width:576px) {
    .login-signup h4 {
        font-size: 18px;
        line-height: 1.5;
    }
}

/*end*/
.features-section p {
    word-break: break-all;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.btn-block {
    width: 100%;
    display: inline;
}

/* authentication css start */
.login-signup {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.auth-wrp {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.auth-img {
    text-align: right;
}

.btn-main {
    background: #262C70;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 5px 30px;
    border: 1px solid #262C70;
    transition: .5s;
}

.btn-main:hover {
    background: #fff;
    color: #262C70;
}

.auth-logo {
    margin-bottom: 20px;
}

.auth-logo img {
	width: 150px;
}

#profile-name {
    color: #0F172A;
    font-weight: 600;
}

.login-box p {
    color: #475569;
}

.login-box label {
    color: #334155;
}

#remember .form-check-label {
    color: #261C70;
}

.forgot-password {
    color: #262C70;
    margin-top: auto;
}

/* contact page css */
.contact-box h2 {
    color: #0F172A;
    font-weight: 600;
}

.contact-box p {
    color: #475569;
}

.contact-box {
    position: relative;
    padding: 50px 80px 65px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
}

.contact-group .card {
    padding: 20px;
    border: 1px solid #e3e6ec;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.contact-group .details p {
    margin-bottom: 0px;
}

.contact-group .details h4 {
    font-weight: 600;
    font-size: 20px;
}

.contact-section .contact-form {
    padding-right: 50px;
}

#contact_form_id .iti {
    width: 100%;
}

#contact-form-submit {
    height: 50px;
    background: #262C70;
    border: 1px solid #262C70;
    color: #fff;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    transition: .5s;
}

#contact-form-submit:hover {
    background: #fff;
    border: 1px solid #262C70;
    color: #262C70;
}

/* welcome page css */
.welcome-page {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../img/welcome-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 180px);
}

.welcome-page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #22265BC2;
}

.welcome-box {
    border: 1px solid #FAF6D4;
    position: relative;
    padding: 40px 30px;
    text-align: center;
}

.welcome-box::before,
.welcome-box::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    transition: all 300ms ease-in-out;
}

.welcome-box::before {
    top: -10px;
    left: -10px;
    border-top: 1px solid #FAF6D4;
    border-left: 1px solid #FAF6D4;
}

.welcome-box::after {
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #FAF6D4;
    border-right: 1px solid #FAF6D4;
}

.welcome-box:hover::before,
.welcome-box:hover::after {
    width: calc(100% + 19px);
    height: calc(100% + 19px);
}

.welcome-box:hover::before,
.welcome-box:hover::after {
    width: calc(100% + 19px);
    height: calc(100% + 19px);
}

.welcome-box h3 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 15px;
}

.welcome-box p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

section {
    padding: 80px 0;
}


.icobox__icon-wrapper {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.cardmain {
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.cardmain:before {
    width: 20px;
    height: 100px;
    position: absolute;
    background: #e5e3fb;
    content: "";
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
    border: 1px solid #9980fc1f;
    border-top: 0;
    top: 100%;
}

.counterone:after {
    content: "1";
    position: absolute;
    font-size: 120px;
    color: #e5e3fb;
    right: 30px;
    bottom: 20px;
    font-weight: 700;
    line-height: 120px;
}

.counter2:after {
    content: "2";
    position: absolute;
    font-size: 120px;
    color: #e5e3fb;
    left: 30px;
    bottom: 20px;
    font-weight: 700;
    line-height: 120px;
}

.counter3:after {
    content: "3";
    position: absolute;
    font-size: 120px;
    color: #e5e3fb;
    right: 30px;
    bottom: 20px;
    font-weight: 700;
    line-height: 120px;
}

.counter4:after {
    content: "4";
    position: absolute;
    font-size: 120px;
    color: #e5e3fb;
    left: 30px;
    bottom: 20px;
    font-weight: 700;
    line-height: 120px;
}

.cardmain h3 {
    font-weight: 700;
    color: #262c70;
}

.icobox h4 {
    color: #262c70;
    font-size: 20px;
}

.icobox p {
    color: #535353;
}

.icobox img {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.zindexup {
    z-index: 3;
    position: relative;
}

.servicecard h4 {
    font-size: 20px;
    color: #262c70;
}

.servicecard p {
    color: #535353;
}

.section-services {
    background: #fff;
    z-index: 0;
}

.servicecard {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    border: 1px solid #e3dbdbad;
    border-radius: 8px;
    overflow: hidden;
}

.bgimg1 {
    width: 600px;
    left: 0;
    top: 50%;
    bottom: 50%;
    transform: translate(0, -50%);
    z-index: -1;
    max-width: 50%;
    opacity: 0.5;
}

.bgimg2 {
    width: 600px;
    right: 0;
    top: 50%;
    bottom: 50%;
    transform: translate(0, -50%);
    z-index: -1;
    max-width: 50%;
    opacity: 0.5;
}

.cardmain .img-fluid {
    max-width: 80%;
    margin: auto;
    display: block;
}

header a.nav-link:hover,
header a.nav-link:focus {
    color: rgb(38, 44, 112) !important;
}


.login-signup .mb-3.field-loginform-rememberme {
    margin-bottom: 0 !important;
}

.tnq-wrapper {
	width: 100%;
	height: auto;
	min-height: 100vh;
}


header a.nav-link:hover,
header a.nav-link:focus {
    color: rgb(38, 44, 112) !important;
}

.login-signup .mb-3.field-loginform-rememberme {
    margin-bottom: 0 !important;
}

.tnq-wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
}

/* ===== HEADER LOGO STYLING ===== */
.navbar-logo {
    height: 50px;
    width: auto;
    max-width: 250px;
}

.navbar {
    justify-content: center !important;
}

.navbar-brand {
    margin: 0 auto;
}

header {
    min-height: 60px;
    display: flex;
    align-items: center;
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

/* New Header Navigation */
.navbar {
    justify-content: space-between !important;
    align-items: center;
    padding: 0;
    position: relative;
}

/* Desktop spacing improvements */
@media (min-width: 992px) {
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }
    .navbar-nav-left {
        flex: 0 0 auto;
    }
    .navbar-nav-center {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
    }
    .navbar-nav-right {
        flex: 0 0 auto;
        margin-left: 16px;
    }
    .navbar-nav {
        gap: 2rem;
    }
}

.navbar-nav-left {
    display: flex;
    align-items: center;
}

.navbar-nav-center {
    display: flex;
    align-items: center;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-nav .nav-item {
    margin: 0;
}

.navbar-nav .nav-link {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link.active {
    color: #3b82f6;
}

.navbar-nav .nav-link:hover {
    color: #3b82f6;
}

.navbar-nav-right {
    display: flex;
    align-items: center;
}

.login-btn {
    background: #1e40af;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.login-btn:hover {
    background: #1d4ed8;
    color: white;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle i {
    font-size: 10px;
    margin-left: 5px;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 8px 0;
}

.dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
    color: #374151;
}

.dropdown-item:hover {
    background: #f3f4f6;
    color: #1f2937;
}

/* Header responsive text sizing */
@media (max-width: 1200px) {
    .navbar-nav .nav-link { font-size: 13px; }
    .login-btn { font-size: 13px; padding: 8px 16px; }
}

@media (max-width: 992px) {
    .navbar-nav .nav-link { font-size: 12px; }

    /* Mobile dropdown panel */
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 10px 20px rgba(0,0,0,0.08);
        padding: 10px 0;
        z-index: 1000;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .navbar-nav .nav-item { border-bottom: 1px solid #f3f4f6; }
    .navbar-nav .nav-link { padding: 12px 16px; display: block; }
    .navbar-nav-right { padding: 10px 16px; }
}

/* Mobile collapse layout */
@media (max-width: 768px) {
    .navbar { justify-content: center !important; }
    .navbar-brand { margin-left: 0; }
}

/* Toggler icon styling */
.navbar-toggler {
    border: none;
    padding: 6px 8px;
}

.navbar-toggler:focus { box-shadow: none; }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== LANDING PAGE ENHANCEMENTS ===== */

/* Hero Section Styles */
.hero-section {
    background: #f7f7f7;
    color: #333;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    line-height: 56px;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
    color: #1a365d;
}

.highlight-text {
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
    line-height: 56px;
    letter-spacing: 0%;
    color: #1e293b;
}

.hero-description {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 1.5rem;
    color: #64748b;
}

.app-badges img {
    height: 40px;
    transition: transform 0.3s ease;
}

.app-badges img:hover {
    transform: scale(1.05);
}

/* Cloud Decoration */
.cloud-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.cloud-1, .cloud-2 {
    position: absolute;
    opacity: 0.3;
    z-index: 1;
}

.cloud-1 {
    top: 120px;
    left: -200px;
    width: 190px;
    height: 195px;
    filter: brightness(0);
}

.cloud-2 {
    bottom: 50px;
    right: -50px;
    width: 190px;
    height: 195px;
}

/* Hero Mockup Styles */
.hero-mockup {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    z-index: 2;
}

/* Phone Mockup Styles */
.phone-mockup {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    z-index: 2;
}

.phone-mockup-image {
    width: 270px;
    height: 586px;
}

/* Steps Section */
.steps-section {
    background: #1a365d;
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    margin: 20px 20px 40px 20px;
    border-radius: 30px;
}

.steps-title {
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: white;
    margin-bottom: 0.5rem;
    line-height: 48px;
    letter-spacing: -0.04em;
}

.steps-subtitle {
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: white;
    margin-bottom: 2rem;
    line-height: 48px;
    letter-spacing: -0.04em;
}

.steps-list {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 2rem;
    /* overflow: hidden; */
    width: 100%;
    max-width: 100%;
    transition: transform 0.3s ease-in-out;
}

.step-item {
    display: flex;
    align-items: center;
    font-family: 'Rubik', sans-serif;
    width: 373px;
    height: 180px;
    gap: 16px;
    color: white;
    flex-shrink: 0;
}

.step-number {
    background: transparent;
    color: #ffc107;
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 150px;
    line-height: 120%;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.step-text {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.steps-navigation {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 2rem;
}

.nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-arrow img {
    width: 20px;
    height: 20px;
    filter: brightness(0);
}

.nav-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.steps-mockup {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-overlay {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 300px;
    width: 100%;
}

.phone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: #333;
}

.nav-icon {
    font-size: 1.2rem;
}

.nav-text {
    font-weight: 500;
}

.nav-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-button {
    background: #ffc107;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

/* Process Section */
.process-section {
    padding: 80px 0;
    background: #f8f9fa;
    overflow-x: hidden;
}

.process-item {
    margin-bottom: 40px;
    max-width: 1040px;
    width: 100%;
    height: 330px;
    gap: 120px;
    display: flex;
    align-items: center;
    margin: 0 auto 40px auto;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.process-item:last-child {
    margin-bottom: 0;
}

.process-item.heavy-lifting {
    background: #1D2154;
    color: white;
    padding: 0;
    border-radius: 20px;
    margin: 40px auto;
    width: 1040px;
    height: 399.91px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.heavy-lifting-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

.aero-illustration {
    width: 500px;
    height: 399.91px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.aero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.heavy-lifting-content {
    width: 485px;
    height: 330px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heavy-lifting-title {
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
    line-height: 56px;
    letter-spacing: -0.05em;
    width: 424px;
    height: 112px;
}

.heavy-lifting-description {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: white;
    margin-bottom: 0;
    width: 407px;
    height: 140px;
}

/* Track Section */
.process-item.track-section {
    width: 1040px;
    height: 529px;
    gap: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px auto;
}

.track-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.track-content {
    width: 485px;
    height: 330px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.track-title {
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    line-height: 56px;
    letter-spacing: -0.05em;
    width: 424px;
    height: 112px;
}

.track-description {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #666;
    margin-bottom: 0;
    width: 407px;
    height: 112px;
}

.track-mockup {
    width: 283px;
    height: 529px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.track-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* About Us Section */
.about-section {
    padding: 20px 0;
    background: #f8f9fa;
    margin-top: -100px;
}

.about-container {
    width: 1216px;
    height: 522px;
    padding-top: 96px;
    padding-right: 90px;
    padding-bottom: 96px;
    padding-left: 90px;
    border-radius: 32px;
    background: #1D2154;
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.about-mockup {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-phone-mockup {
    position: relative;
    width: 270.1901550292969px;
    height: 585.7557373046875px;
}

.about-cloud {
    position: absolute;
    bottom: -10px;
    right: -80px;
    width: 190px;
    height: 195px;
    z-index: 1;
}

.about-box {
    position: absolute;
    top: 200px;
    right: 50px;
    width: 90px;
    height: 133.19781494140625px;
    border-radius: 47px 0 0 47px;
    background: #E6E0D5;
    z-index: 1;
    overflow: hidden;
}

.phone-interface {
    background: white;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: rotate(-5deg);
    max-width: 300px;
    margin: 0 auto;
}

.phone-header {
    margin-bottom: 20px;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
    color: #333;
}

.status-icons {
    display: flex;
    gap: 5px;
}

.profile-section {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.profile-text h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

.profile-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.settings-icon {
    margin-left: auto;
    font-size: 1.2rem;
}

.phone-content {
    padding: 0;
}

.main-banner {
    background: #1D2154;
    color: white;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.main-banner h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.main-banner p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}

.summary-cards {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.summary-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    flex: 1;
}

.card-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1D2154;
    margin-bottom: 5px;
}

.card-label {
    font-size: 0.8rem;
    color: #666;
    display: block;
}

.recent-activity {
    margin-bottom: 20px;
}

.recent-activity h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.activity-item {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.8rem;
    color: #333;
}

.activity-item:last-child {
    border-bottom: none;
}

.activity-item.completed {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.status {
    color: #10b981;
    font-weight: 500;
}

.bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #eee;
    background: #f8f9fa;
    margin: 0 -20px -20px -20px;
    border-radius: 0 0 25px 25px;
}

.nav-item {
    font-size: 1.2rem;
    color: #666;
}

.nav-plus {
    background: #ffc107;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.cloud-decoration {
    position: absolute;
    bottom: -20px;
    left: 20px;
    z-index: 1;
}

.cloud-shape {
    width: 60px;
    height: 30px;
    background: #ccc;
    border-radius: 50px;
    opacity: 0.6;
    position: relative;
}

.cloud-shape::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 30px;
    height: 20px;
    background: #ccc;
    border-radius: 50px;
}

.cloud-shape::after {
    content: '';
    position: absolute;
    top: -8px;
    right: 10px;
    width: 25px;
    height: 18px;
    background: #ccc;
    border-radius: 50px;
}

.about-content {
    width: 578px;
    height: 359px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.about-title {
    width: 424px;
    height: 56px;
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -5%;
    color: white;
    margin: 0;
}

.about-description {
    width: 578px;
    height: 268px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #e2e8f0;
    margin: 0;
}

.about-description:last-child {
    margin-bottom: 0;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background: white !important;
    background-color: white !important;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-title {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 64px;
    line-height: 71px;
    letter-spacing: -5%;
    color: #1D2154;
    margin-bottom: 3rem;
    text-align: left;
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.features-grid {
    width: 1040px;
    height: 330px;
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
}

.feature-card {
    width: 242px !important;
    height: 330px !important;
    justify-content: space-between;
    border-radius: 16px !important;
    padding: 16px !important;
    background: #F7F6F4 !important;
    display: flex;
    flex-direction: column;
    box-shadow: none !important;
}

.feature-header {
    width: 210px;
    height: 76px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-icon {
    width: 24px;
    height: 24px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-title {
    width: 210px;
    height: 44px;
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -5%;
    color: #1D2154;
    margin: 0;
}

.feature-image {
    width: 210px;
    height: 122px;
    border-radius: 8px;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-link {
    width: 210px;
    height: 28px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.learn-more-text {
    width: 101px;
    height: 28px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #64748b;
    cursor: pointer;
    transition: color 0.3s ease;
}

.learn-more-text:hover {
    color: #1D2154;
}

.learn-more-icon {
    width: 24px;
    height: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    gap: 20px;
    border-radius: 64px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-more-icon img {
    width: 16px;
    height: 16px;
}

/* Testimonials Section */
.testimonials-section {
    padding: 40px 0;
    background: white !important;
    background-color: white !important;
    margin-top: -40px;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-title {
    width: 424px;
    height: 71px;
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 64px;
    line-height: 71px;
    letter-spacing: -5%;
    color: #1D2154;
    margin-bottom: 3rem;
    text-align: left;
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-grid {
    width: 1040px;
    gap: 24px;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 auto;
}

.testimonials-grid::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    width: 242px;
    gap: 8px;
    border-radius: 16px;
    padding: 16px;
    background: #262C70 !important;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    font-family: Rubik;
    font-weight: 500;
    font-size: 1rem;
    color: #FFD700;
    margin: 0;
}

.testimonial-text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.5;
    color: white;
    margin: 0;
}

/* Continuous Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Apply continuous animations - only clouds */
.cloud-1 {
    animation: float 3s ease-in-out infinite;
}

.cloud-2 {
    animation: float 4s ease-in-out infinite;
}

.about-cloud {
    animation: float 3.5s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 992px) {
    /* Hide phone mockup and clouds on tablet and smaller screens */
    .hero-mockup,
    .phone-mockup,
    .cloud-decoration,
    .cloud-1,
    .cloud-2 {
        display: none !important;
    }
    
    .about-mockup,
    .about-cloud {
        display: none !important;
    }
    
    /* Adjust hero section layout when mockup is hidden */
    .hero-section .row {
        justify-content: center;
    }
    
    .hero-section .col-lg-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .hero-section .col-lg-6:last-child {
        display: none;
    }
    
    /* Adjust about section layout when mockup is hidden */
    .about-container {
        flex-direction: column !important;
        text-align: center !important;
        padding: 40px 20px !important;
    }
    
    .about-content {
        width: 100% !important;
        max-width: 600px;
        margin: 0 auto;
    }
    
    /* Adjust steps section positioning */
    .steps-section {
        margin: 40px 20px !important;
        position: relative;
    }

    /* Footer - Tablet responsiveness */
    .footer-bottom {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        align-items: center;
    }
    .footer-left { align-items: center; }
    .footer-website { font-size: 0.95rem; word-break: break-word; }
    .footer-social { justify-content: center; flex-wrap: nowrap; gap: 8px; }
    .social-icon { width: 36px; height: 36px; border-radius: 6px; }
    .social-icon i { font-size: 16px; }
}

@media (max-width: 768px) {
    /* Hero Section - Mobile */
    .hero-section {
        padding: 20px 0;
    }
    
    .hero-content {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .hero-title {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }
    
    .highlight-text {
        font-size: 2.2rem !important;
        line-height: 1.3 !important;
    }
    
    .hero-description {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    
    .app-badges {
        justify-content: center;
        gap: 1rem;
        flex-direction: row;
        display: flex;
    }
    
    .app-badge img {
        height: 35px !important;
    }
    
    /* Phone mockup and clouds already hidden at 992px breakpoint */
    
    /* Steps Section - Mobile */
    .steps-section {
        margin: 20px 10px;
        padding: 30px 20px;
    }
    
    .steps-title {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    
    .steps-subtitle {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    
    .steps-list {
        gap: 1.5rem;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .step-item {
        width: 280px !important;
        height: 120px !important;
        flex-shrink: 0;
    }
    
    .step-number {
        font-size: 80px !important;
    }
    
    .step-text {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    
    .steps-navigation {
        justify-content: center;
        margin-top: 1rem;
    }
    
    .nav-arrow {
        width: 35px !important;
        height: 35px !important;
    }
    
    .nav-arrow img {
        width: 16px !important;
        height: 16px !important;
    }
    
    /* Process Section - Mobile */
    .process-section {
        padding: 20px 0;
    }
    
    .process-item {
        width: 100% !important;
        height: auto !important;
        margin: 20px auto !important;
        padding: 20px !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .process-item.heavy-lifting {
        height: 700px !important;
        padding: 0 !important;
    }
    
    .process-content {
        width: 100% !important;
        height: auto !important;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .process-title,
    .heavy-lifting-title,
    .track-title {
        font-size: 28px !important;
        line-height: 36px !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .process-description,
    .heavy-lifting-description,
    .track-description {
        font-size: 14px !important;
        line-height: 24px !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .process-mockup,
    .aero-illustration,
    .track-mockup {
        text-align: center;
        order: 2;
    }
    
    .process-content,
    .heavy-lifting-content,
    .track-content {
        order: 1;
    }
    
    .signup-mockup,
    .aero-image,
    .track-image {
        max-width: 200px;
        height: auto;
    }
    
    .heavy-lifting-container {
        flex-direction: column !important;
        gap: 20px !important;
        padding: 0 !important;
        position: relative;
    }
    
    .aero-illustration {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        justify-content: flex-start !important;
        align-items: flex-end !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .aero-image {
        width: 100% !important;
        height: auto !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
        object-fit: cover;
    }
    
    .heavy-lifting-content {
        position: relative !important;
        z-index: 2 !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 0 !important;
        padding: 20px !important;
    }
    
    .track-container {
        flex-direction: column !important;
        gap: 0px !important;
    }
    
    .track-content {
        padding: 20px !important;
        width: 100% !important;
        height: auto !important;
    }
    
    /* About Us Section - Mobile */
    .about-section {
        padding: 20px 0;
        margin-top: 0 !important;
    }
    
    .about-container {
        width: 100% !important;
        height: auto !important;
        padding: 30px 20px !important;
        flex-direction: column;
        text-align: center;
    }
    
    /* About mockup already hidden at 992px breakpoint */
    
    .about-content {
        width: 100% !important;
        height: auto !important;
    }
    
    .about-title {
        font-size: 28px !important;
        line-height: 36px !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .about-description {
        font-size: 14px !important;
        line-height: 24px !important;
        width: 100% !important;
        height: auto !important;
    }
    
    /* Features Section - Mobile */
    .features-section {
        padding: 20px 0;
    }
    
    .features-container {
        padding: 0 20px;
    }
    
    .features-title {
        font-size: 32px !important;
        line-height: 40px !important;
        width: 100% !important;
        text-align: center;
    }
    
    .features-grid {
        width: 100% !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
        gap: 20px !important;
        justify-items: center;
    }
    
    .feature-card {
        width: 100% !important;
        max-width: 300px !important;
        height: auto !important;
        padding: 20px !important;
    }
    
    .feature-header {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
    }
    
    .feature-title {
        font-size: 20px !important;
        line-height: 28px !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }
    
    .feature-image {
        width: 100% !important;
        height: 200px !important;
        margin-bottom: 15px;
    }
    
    .feature-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    
    .feature-link {
        width: 100% !important;
        height: auto !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .learn-more-text {
        font-size: 16px !important;
        width: auto !important;
        height: auto !important;
    }
    
    .learn-more-icon {
        width: 30px !important;
        height: 30px !important;
    }
    
    /* Testimonials Section - Mobile */
    .testimonials-section {
        padding: 20px 0;
        margin-top: 0 !important;
    }
    
    .testimonials-title {
        font-size: 32px !important;
        line-height: 40px !important;
        width: 100% !important;
        text-align: center;
    }
    
    .testimonials-grid {
        width: 100% !important;
        height: auto !important;
        flex-direction: column;
        gap: 20px;
    }
    
    .testimonial-card {
        width: 100% !important;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .testimonial-name {
        font-size: 16px !important;
    }
    
    .testimonial-text {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
    
    /* Footer Section - Mobile */
    .footer-section {
        padding: 30px 0;
    }
    
    .footer-container {
        padding: 0 20px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
        text-align: center;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .footer-logo img {
        height: 40px;
        width: 200px;
        max-width: 200px;
    }
    
    /* Footer logo responsive sizing */
    @media (max-width: 480px) {
        .footer-logo img {
            height: 35px;
            width: 150px;
            max-width: 150px;
        }
    }
    
    @media (max-width: 360px) {
        .footer-logo img {
            height: 30px;
            width: 120px;
            max-width: 120px;
        }
    }
    
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; align-items: center; }
    .footer-social { justify-content: center; flex-wrap: nowrap; gap: 6px; }
    .social-icon { width: 34px; height: 34px; border-radius: 6px; }
    .social-icon i { font-size: 15px; }
    
    .app-badges {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }
    
    .app-badge img {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .footer-website { font-size: 0.9rem; }
    .footer-social { gap: 4px; }
    .social-icon { width: 32px; height: 32px; }
    .social-icon i { font-size: 14px; }
}

@media (max-width: 360px) {
    .footer-website { font-size: 0.85rem; }
    .footer-social { gap: 3px; }
    .social-icon { width: 30px; height: 30px; }
    .social-icon i { font-size: 13px; }
}

/* Footer Section */
.footer-section {
    padding: 60px 0;
    background: #f7f7f7;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    background: white;
    border-radius: 32px;
    padding-top: 32px;
    padding-right: 90px;
    padding-bottom: 32px;
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 768px) {
    .footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 768px) {
    .footer-logo {
        justify-content: center;
    }
}

.footer-logo img {
    height: 80px;
    width: auto;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 72px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-website {
    font-family: Rubik;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #6b7280;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background: #4b5563;
}

.social-icon i {
    color: white;
    font-size: 18px;
}

    .footer-right {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

.app-badges {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.app-badge {
    display: block;
    transition: opacity 0.3s ease;
}

.app-badge:hover {
    opacity: 0.8;
}

.app-badge img {
    height: 50px;
    width: auto;
}

.process-content {
    max-width: 485px;
    width: 100%;
    height: 330px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.process-title {
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    line-height: 56px;
    letter-spacing: -0.05em;
    max-width: 424px;
    width: 100%;
    height: 112px;
}

.heavy-lifting .process-title {
    color: white;
}

.process-description {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #666;
    margin-bottom: 0;
    max-width: 407px;
    width: 100%;
    height: 112px;
}

.heavy-lifting .process-description {
    color: white;
}

.process-mockup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup-mockup {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.phone-screen {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    width: 100%;
}

.phone-header {
    margin-bottom: 20px;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
    color: #333;
}

.back-arrow {
    font-weight: bold;
}

.status-icons {
    display: flex;
    gap: 5px;
}

.phone-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.form-section {
    margin-bottom: 20px;
}

.form-section h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.service-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.option {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #666;
}

.option.selected {
    background: #8b5cf6;
    color: white;
    border-color: #8b5cf6;
}

.dropdown {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #333;
    background: white;
}

.tracking-timeline {
    margin-bottom: 20px;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #333;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 10px;
    flex-shrink: 0;
}

.timeline-item.completed .timeline-dot {
    background: #10b981;
}

.timeline-item.current .timeline-dot {
    background: #10b981;
}

.timeline-item.current span {
    color: #10b981;
    font-weight: 600;
}

.order-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.order-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.order-info p {
    font-size: 0.9rem;
    color: #666;
    margin: 5px 0;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.contact-person {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.contact-actions {
    display: flex;
    gap: 15px;
}

.phone-icon, .message-icon {
    font-size: 1.2rem;
    cursor: pointer;
}

/* Rocket Illustration */
.rocket-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.rocket {
    position: relative;
    width: 100px;
    height: 150px;
}

.rocket-nose {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ef4444;
}

.rocket-body {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 80px;
    background: #8b5cf6;
    border-radius: 8px;
}

.rocket-body::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
}

.rocket-fins {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #8b5cf6;
}

.rocket-flames {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #f97316;
}

.rocket-flames::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fbbf24;
}

.clouds {
    position: absolute;
    top: 50px;
    left: -20px;
    width: 20px;
    height: 15px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
}

.clouds::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 5px;
    width: 15px;
    height: 12px;
    background: white;
    border-radius: 50%;
}

.clouds::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -5px;
    width: 12px;
    height: 10px;
    background: white;
    border-radius: 50%;
}

/* Features Section */
.features-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.feature-icon img {
    max-width: 80px;
    height: auto;
}

.feature-card h4 {
    color: #1a365d;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section {
    background: #1a365d;
    color: white;
}

.testimonial-card {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    height: 100%;
}

.testimonial-content p {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-author h5 {
    color: white;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-author span {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .phone-mockup {
        max-width: 250px;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .app-badges img {
        height: 50px;
    }
    
    .phone-mockup {
        max-width: 200px;
    }
}

