/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {

    .login-sec .login-left,
    .login-sec .login-right {
        width: 100%;
    }

    .login-sec .login-left {
        text-align: center;
    }

    .login-sec .login-left h1 {
        font-size: 28px;
    }

    .login-sec .login-left p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .login-sec .sub-title {
        font-size: 20px;
    }

    .login-sec .login-card {
        padding: 15px;
    }

    .login-sec .social-btn {
        height: 42px;
        border-radius: 6px;
    }

    .login-sec .social-btn img {
        width: 20px;
    }

    .business-sec .business-content {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .business-sec .business-title img {
        width: 40px;
    }

    .business-sec .business-title h2 {
        font-size: 26px;
    }

    .business-sec .business-para {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .business-sec .feature-item {
        gap: 12px;
    }

    .business-sec .feature-item img {
        width: 26px;
    }

    .business-sec .feature-item span {
        font-size: 16px;
    }

    .business-sec .business-stats {
        margin-bottom: 30px;
    }

    .business-sec .stat-box h3 {
        font-size: 25px;
    }

    .business-sec .blue-line,
    .business-sec .purple-line,
    .green-line,
    .orange-line {
        width: 110px;
        height: 3px;
    }

    .business-sec .stat-box p {
        font-size: 14px;
    }

    .business-sec .business-img {
        max-width: 400px;
        margin: auto;
    }

    .business-sec-two {
        padding-bottom: 0;
    }

    .about-sec .about-images,
    .logistics-sec .logistics-images {
        display: none;
    }

    .logistics-sec {
        padding: 30px 0;
    }

    .logistics-sec .learn-btn {
        min-width: 160px;
        height: 50px;
        border: 2px solid #2042ff;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .mission-sec .mission-content {
        padding-left: inherit;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1640px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1440px) {}

@media only screen and (min-width: 768px) {
    /* For desktop: */

}

@media only screen and (min-width: 600px) {
    /* For tablets: */

}

@media only screen and (max-width: 480px) {

    /* For mobile Phone: */

}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */

    .footer {
        padding: 30px 0 20px;
    }

    .footer .social a {
        width: 30px;
        height: 30px;
    }

    .social {
        margin-bottom: 20px;
    }

    .footer .footer-menu ul {
        margin-bottom: 20px;
    }

    .footer .footer-menu a {
        padding: 4px 0;
    }

    section {
        padding: 20px 0px;
    }

    a,
    .btn,
    button {
        font-size: 18px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .heading-title h2 {
        font-size: 34px;
    }

    .login-sec .main-img {
        display: none;
    }

    .login-sec .login-card h2 {
        font-size: 30px;
    }

    .login-sec .sub-title {
        margin: 26px 0;
    }

    .login-sec .input-group input {
        height: 42px;
    }

    .login-sec .login-btn {
        line-height: normal;
        border-radius: 6px;
        font-size: 24px;
        height: 46px;
    }

    .login-sec .divider span {
        background: #fef5f9;
    }

    .business-sec .business-features {
        grid-template-columns: 1fr;
    }

    .integration-heading h2 {
        font-size: 34px;
    }

    .integration-logos {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .contact-sec .contact-card {
        border-radius: 10px;
        padding: 20px;
    }

    .contact-sec .contact-icon img {
        width: 24px;
    }

    .contact-sec .contact-info h4 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .contact-sec .contact-info p {
        font-size: 16px;
    }

    .contact-sec .contact-divider {
        margin: 10px 0;
    }

    .contact-sec .contact-content {
        margin-top: 50px;
    }

    .contact-sec .contact-content h2 {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .contact-sec .contact-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .contact-sec .contact-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .contact-sec .girl-img {
        width: 36px;
        top: -32px;
        left: 16px;
    }

    .contact-sec .boy-img {
        width: 28px;
        top: -30px;
    }

    .contact-sec .top-icon {
        width: 40px;
        right: 0;
        top: -38px;
    }

    .contact-sec .bottom-girl {
        width: 36px;
        bottom: -30px;
    }

    .contact-sec .bottom-icon {
        width: 34px;
        bottom: -44px;
    }

    .contact-sec .bottom-boy {
        width: 36px;
        bottom: -30px;
    }

    .support-level-sec {
        padding: 20px 0;
    }

    .support-level-sec .support-card {
        border-radius: 12px;
        padding: 20px;
    }

    .support-level-sec .level-badge {
        min-width: 120px;
        height: 36px;
        border-radius: 4px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .support-level-sec .support-content h2 {
        font-size: 32px;
    }

    .support-level-sec .support-content p {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .support-level-sec .support-content h4 {
        font-size: 22px;
    }

    .future-sec {
        padding: 20px 0;
    }

    .future-sec .future-content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .future-sec .future-btn {
        min-width: 150px;
        font-size: 20px;
    }

    .future-sec .future-img {
        top: inherit;
        bottom: 0;
    }

    .future-img .main-img {
        max-width: 200px;
    }

    .map-wrapper iframe {
        height: 220px;
    }

    .about-sec .about-content {
        padding-left: inherit;
    }

    .about-sec .about-tag {
        font-size: 18px;
    }

    .about-sec .about-content h2 {
        font-size: 40px;
    }

    .logistics-sec .box-icon {
        width: 36px;
    }

    .logistics-sec .logistics-content h2 {
        font-size: 30px;
    }

    .logistics-sec .feature-box {
        padding: 16px;
    }

    .logistics-sec .feature-box img {
        width: 42px;
        margin: 0 auto 10px;
    }

    .logistics-sec .feature-box h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .logistics-sec .feature-box p {
        font-size: 12px;
        line-height: 22px;
    }

    .counter-sec .counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-sec .counter-box {
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.774);
    }

    .counter-sec .counter-box:nth-child(2) {
        border-right: none;
    }

    .counter-sec .counter-box:nth-child(3) {
        border-bottom: none;
    }

    .counter-sec .counter-box:nth-child(4) {
        border-bottom: none;
    }

    .counter-sec .counter-box img {
        width: 42px;
    }

    .counter-sec .counter-box h2.stat-number {
        font-size: 40px;
    }

    .counter-sec .counter-box p {
        font-size: 14px;
    }

    .mission-sec .mission-tag {
        font-size: 18px;
        padding-right: 102px;
    }

    .mission-sec .mission-content h2 {
        font-size: 36px;
    }

    .mission-sec .mission-btn {
        min-width: 195px;
        height: 54px;
        margin-bottom: 20px;
        border: 2px solid #2042ff;
        font-size: 20px;
    }

    .tracking-sec {
        padding-bottom: 0;
    }

    .tracking-sec .tracking-box {
        border-radius: 10px;
        padding: 14px 10px;
        gap: 20px;
        position: relative;
    }

    .tracking-sec .tracking-icon {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 40px;
        height: 40px;
    }

    .tracking-sec .tracking-form label {
        font-size: 16px;
        margin-left: 40px;
    }

    .tracking-sec .track-input-wrap {
        display: inline-block;
    }

    .tracking-sec .track-input-wrap input {
        min-width: 100%;
    }

    .tracking-sec .track-input-wrap button {
        min-width: 100%;
        height: 50px;
        margin-top: 20px;
    }

    .tracking-status-card {
        padding: 10px;
        border-radius: 10px;
    }

    .tracking-status-card .tracking-top {
        margin-bottom: 20px;
    }

    .tracking-status-card .tracking-top h2 {
        font-size: 20px;
    }

    .tracking-status-card .progress-line {
        top: 20px;
        border-top: 2px dashed #d7d7d7;
    }

    .tracking-status-card .tracking-id {
        font-size: 16px;
        text-align: right;
    }

    .tracking-status-card .step-circle {
        width: 34px;
        height: 34px;
        padding: 3px;
        border: 1px solid #d9d9d9;
        margin: 0 auto 6px;
    }

    .tracking-status-card .delivery-box img {
        width: 18px;
    }

    .tracking-status-card .track-step h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .tracking-status-card .track-step p {
        font-size: 11px;
    }

    .tracking-status-card .delivery-box {
        font-size: 14px;
        height: 46px;
        gap: 6px;
    }

    .tracking-sec .detail-card {
        margin-bottom: 30px;
        border-radius: 10px;
        padding: 12px;
        height: auto;
    }

    .tracking-sec .detail-card h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tracking-sec .detail-card h3 img {
        width: 18px;
    }

    .tracking-sec .detail-card ul li {
        font-size: 14px;
        padding: 10px 0;
    }

    .tracking-sec .detail-card ul li strong {
        font-weight: 500;
        color: #333;
    }

    .shipment-timeline .timeline-date {
        font-size: 13px;
    }

    .shipment-timeline .timeline-item {
        gap: 10px;
        grid-template-columns: 18px 82px 1fr;
    }

    .shipment-timeline .timeline-dot {
        width: 14px;
        height: 14px;

    }

    .shipment-timeline .timeline-line {
        width: 3px;
    }

    .tracking-sec .detail-card .shipment-timeline h3 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .shipment-timeline .timeline-content p {
        font-size: 12px;
        line-height: 1.4;
    }

    .faq-sec {
        padding: 30px 0px;
    }

    .faq-sec .faq-title h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .faq-sec .faq-tab-box {
        margin-bottom: 30px;
        display: flex;
        flex-direction: inherit !important;
        justify-content: center;
        gap: 5px;
    }

    .faq-sec .faq-tab {
        padding: 8px;
        max-width: 47%;
        font-size: 14px;
        line-height: 1.3;
    }

    .privacy-sec {
        padding-top: 20px;
        border-radius: 10px;
    }

    .privacy-box {
        padding: 22px;
    }

    .privacy-box p {
        margin-bottom: 10px;
    }

    .privacy-item {
        margin-top: 12px;
        padding-top: 12px;
    }

    .privacy-item h2 {
        font-size: 20px;
    }

    .privacy-item h4 {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .blog-content .comments-area .comments-title .comments-list .comment-item {
        padding: 12px;
    }

    .blog-content .comments-area .comments-title .comments-list .comment-item .title {
        margin-bottom: 10px;
    }

    .blog-content .comments-area .comments-title .comments-list .comment-item .avatar {
        height: 66px;
        width: 60px;
        min-width: 60px;
    }

    .blog-content .comments-area .comments-title .comments-list .comment-item .avatar img {
        height: 60px;
        width: 60px;
    }

    .blog-content .comments-area .comments-title .comments-list .comment-item .title h5 {
        font-size: 16px;
    }

    .blog-content .comments-area .comments-title .comments-list .comment-item .title .date {
        font-size: 16px;
    }

    .blog-content .comments-area .comments-title .comments-list .comment-item.reply {
        margin-left: 30px;
    }
.book-demo-sec{padding-bottom: 34px;}
    .book-demo-sec .demo-left {
        padding-right: 0;
    }

    .book-demo-sec .demo-left h1 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .book-demo-sec .demo-left h1::before {
        height: 2px;
    }

    .book-demo-sec .demo-form-box {
        border-radius: 20px;
        padding: 20px;
    }

    .book-demo-sec .demo-form-top {
        gap: 14px;
        margin-bottom: 20px;
    }

    .demo-form-box .calendar-icon {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .book-demo-sec .demo-form-top h2 {
        margin-bottom: 6px;
    }

    .book-demo-sec .demo-form-top p {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .demo-form-box .form-group input,
    .demo-form-box .form-group select {
        height: 50px;
    }
.demo-form-box .btn{min-height: 50px;}
    .demo-form-box i {
        bottom: 18px;
    }

    .demo-illustration {
        display: none;
    }
}