/* =========================================
   India SEED Ventures - Responsive Styles
   ========================================= */

/* Large laptops */
@media (max-width: 1399px) {
    .hero-title {
        font-size: 54px;
        line-height: 64px;
    }
}

/* Laptops / small desktops */
@media (max-width: 1199px) {
    .navbar-nav .nav-link {
        padding: 8px 12px !important;
    }

    .navbar-nav .nav-link::after {
        left: 12px;
    }

    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after {
        width: calc(100% - 24px);
    }

    .btn-mail {
        font-size: 13px;
        padding: 10px 16px;
    }

    .features-intro {
        padding: 60px 40px;
    }

    .feature-box {
        padding: 50px 26px 90px;
    }

    .feature-arrow {
        left: 26px;
    }

    .svc-orbit {
        width: 170px;
        height: 170px;
        margin-right: 0;
    }

    .svc-orbit .r1 { width: 170px; height: 170px; }
    .svc-orbit .r2 { width: 116px; height: 116px; }

    .flow-circle {
        width: 130px;
        height: 130px;
        font-size: 46px;
    }

    .flow-arrow {
        width: 90px;
        right: -45px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .section-pad {
        padding: 80px 0;
    }

    .section-title {
        font-size: 34px;
        line-height: 44px;
    }

    .site-header .logo {
        height: 46px;
    }

    .navbar-collapse {
        background: var(--white);
        padding: 16px 0 20px;
        border-top: 1px solid var(--border);
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid var(--border);
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .btn-mail {
        margin-top: 18px;
    }

    .hero {
        min-height: 600px;
        padding: 130px 0 100px;
    }

    .hero-title {
        font-size: 46px;
        line-height: 56px;
    }

    .hero-card {
        max-width: 100%;
        margin-left: 0;
    }

    .hero-card ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .hero-card li {
        flex: 1 1 200px;
        margin-bottom: 0;
    }

    .features-intro {
        min-height: auto;
        padding: 60px 40px;
    }

    .feature-box {
        border-bottom: 1px solid var(--border);
    }

    .svc-head {
        margin-bottom: 40px;
    }

    .svc-grid {
        grid-template-columns: 1fr 1fr;
    }

    .svc-featured,
    .svc-wide {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .svc-img {
        min-height: 280px;
    }

    .about-img img {
        height: 400px;
    }

    .flow-arrow {
        display: none;
    }

    .career-content {
        padding: 50px 40px 40px;
    }

    .career-img {
        min-height: 300px;
    }

    .career-img img {
        clip-path: none;
    }

    .contact-panel {
        padding: 50px 40px;
    }

    .contact-form {
        padding: 50px 40px;
    }

    .contact-title {
        font-size: 42px;
        line-height: 50px;
    }
}

/* Large phones */
@media (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 25px;
    }

    .section-pad {
        padding: 60px 0;
    }

    .section-head {
        margin-bottom: 36px;
    }

    .section-title {
        font-size: 28px;
        line-height: 38px;
    }

    .hero {
        min-height: 540px;
        padding: 120px 0 90px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 46px;
    }

    .hero-text {
        font-size: 15px;
        line-height: 26px;
        padding-left: 16px;
    }

    .hero-card {
        padding: 24px 20px;
    }

    .hero-card ul {
        display: block;
    }

    .hero-card li {
        margin-bottom: 18px;
    }

    .scroll-down {
        display: none;
    }

    .explore-card {
        padding: 34px 26px;
    }

    .card-num {
        font-size: 80px;
        line-height: 80px;
    }

    .features-intro {
        padding: 50px 24px;
    }

    .features-intro h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .feature-box {
        border-right: none;
        padding: 40px 24px 90px;
    }

    .feature-arrow {
        left: 24px;
    }

    .svc-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .svc-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .svc-featured h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .svc-wide {
        flex-direction: column;
        align-items: stretch;
    }

    .svc-orbit {
        display: none;
    }

    .svc-wide .svc-tags {
        margin-bottom: 60px;
    }

    .svc-img {
        min-height: 220px;
    }

    .svc-cta {
        width: 100%;
        border-radius: 20px;
        padding: 18px;
        text-align: center;
    }

    .about-img {
        padding: 0 16px 16px 0;
    }

    .about-img img {
        height: 320px;
    }

    .about-badge {
        left: 16px;
        bottom: 36px;
        padding: 14px 18px;
    }

    .about-badge .num {
        font-size: 28px;
        line-height: 32px;
    }


    .flow-circle {
        width: 120px;
        height: 120px;
        font-size: 42px;
        margin-bottom: 22px;
    }

    .flow-num {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .flow-step h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .career-content {
        padding: 40px 24px 32px;
    }

    .career-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .career-img {
        min-height: 240px;
    }

    .career-img::after {
        width: 100px;
        height: 100px;
    }

    .contact-panel {
        padding: 40px 24px;
    }

    .contact-title {
        font-size: 36px;
        line-height: 44px;
    }

    .contact-text {
        margin-bottom: 28px;
    }

    .contact-form {
        padding: 36px 20px;
    }

    .contact-form h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .site-footer {
        padding-top: 60px;
    }

    .footer-bottom {
        margin-top: 40px;
    }
}

/* Small phones */
@media (max-width: 575px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-title {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-tag {
        font-size: 11px;
        letter-spacing: 1px;
        padding: 6px 14px;
    }

    .hero-btns a {
        width: 100%;
        justify-content: center;
    }

    .section-title {
        font-size: 26px;
        line-height: 34px;
    }

    .btn-mail {
        width: 100%;
        justify-content: center;
    }

    .contact-title {
        font-size: 32px;
        line-height: 40px;
    }

    .career-actions .btn-primary-isv,
    .contact-form .btn-primary-isv {
        width: 100%;
        justify-content: center;
    }

    .back-top {
        right: 16px;
        bottom: 16px;
        width: 40px;
        height: 40px;
    }
}
