﻿.hire-dev-page,
.hire-dev-page * {
    font-family: 'Poppins', sans-serif !important;
}

html,
body {
    overflow-x: hidden;
}

.hire-dev-page h1,
.hire-dev-page h2,
.hire-dev-page h3,
.hire-dev-page .fw-bold {
    font-weight: 700;
}

.hire-dev-page p,
.hire-dev-page span,
.hire-dev-page label,
.hire-dev-page .form-control {
    font-weight: 400;
}

.hire-dev-page .services-section {
    background-color: #fdfdfd;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
}

.hire-dev-page .service-swiper {
    width: 100%;
    padding: 50px 10px 120px 10px;
    overflow: hidden;
}

    .hire-dev-page .service-swiper .swiper-wrapper {
        align-items: stretch;
    }

    .hire-dev-page .service-swiper .swiper-slide {
        height: auto;
        display: flex;
    }

.hire-dev-page .service-card {
    width: 100%;
    min-height: 310px;
    background-color: #ffffff;
    border-radius: 25px;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 35px;
    padding: 60px 25px 30px 25px !important;
    text-align: left !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

    .hire-dev-page .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.hire-dev-page .service-icon-box {
    width: 70px;
    height: 70px;
    background-color: #fe982c;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    left: 25px;
    transform: none;
    color: #ffffff;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(254, 152, 44, 0.2);
}

.hire-dev-page .service-card h5 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left !important;
}

.hire-dev-page .service-card p {
    line-height: 1.6;
    color: #6c757d;
    text-align: left !important;
    margin: 0;
}

.hire-dev-page .service-swiper .swiper-pagination {
    bottom: 45px !important;
}

.hire-dev-page .service-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cccccc;
    opacity: 1;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hire-dev-page .service-swiper .swiper-pagination-bullet-active {
    background: #fe982c;
    width: 12px;
    height: 12px;
}

.hire-dev-page .heros-section {
    background-image: url('/img-icon-banner-footer/img/fomr-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.hire-dev-page .card-overlap-container {
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    width: 100%;
}

.hire-dev-page .custom-card {
    border: none;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .hire-dev-page .custom-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }

.hire-dev-page .icon-box {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .hire-dev-page .icon-box img {
        max-height: 100%;
        width: auto;
    }

.hire-dev-page .read-more {
    color: var(--accent-orange);
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: capitalize;
}

    .hire-dev-page .read-more:hover {
        color: #e68a2e;
        text-decoration: underline;
    }

.hire-dev-page .card-title {
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 0.75rem;
}

.hire-dev-page .card-description {
    color: #7a7a7a;
    font-size: 0.9rem;
    line-height: 1.6;
}

.hire-dev-page .hiring-section {
    background-color: #ffffff;
    width: 100%;
}

.hire-dev-page .hiring-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    border: none;
    max-width: 450px;
}

.hire-dev-page .icon-blob {
    background-color: #ffffff;
    color: #f7941d;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 55px;
    height: 55px;
    font-size: 1.4rem;
    line-height: 0;
    margin-top: 25px;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
}

    .hire-dev-page .icon-blob i,
    .hire-dev-page .icon-blob svg {
        margin-top: 0;
        padding: 0;
        display: block;
    }

.hire-dev-page .hiring-section h2 {
    color: #2b2b2b;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

.hire-dev-page .pricing-section {
    background-image: url('/img-icon-banner-footer/img/hour-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.hire-dev-page .pricing-card {
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
    text-align: left;
    padding: 50px;
    display: flex;
    flex-direction: column;
    min-height: 530px;
    height: 100%;
}

.hire-dev-page .flip-card {
    perspective: 1000px;
    height: 100%;
}

.hire-dev-page .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 530px;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
}

.hire-dev-page .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.hire-dev-page .flip-card-front,
.hire-dev-page .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    display: flex;
}

.hire-dev-page .flip-card-front {
    z-index: 2;
}

.hire-dev-page .flip-card-back {
    transform: rotateY(180deg);
}

    .hire-dev-page .flip-card-front .pricing-card,
    .hire-dev-page .flip-card-back .pricing-card {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

.hire-dev-page .flex-grow-1 {
    flex-grow: 1;
}

.hire-dev-page .info-box {
    background-color: #f6f6f6;
    padding: 30px 20px;
    border-radius: 4px;
    height: 100%;
    margin-bottom: 10px;
}

    .hire-dev-page .info-box small {
        display: block;
        font-size: 12px;
        color: #888888;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .hire-dev-page .info-box p {
        font-size: 19px;
        font-weight: 600;
        margin: 0;
        color: #333333;
    }

.hire-dev-page .btn-outline-dark {
    margin-top: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block;
    min-width: 200px;
    max-width: 80%;
    border: 1px solid #444444;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 25px;
    transition: all 0.3s ease;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}

    .hire-dev-page .btn-outline-dark:hover {
        background-color: #fe982c;
        border-color: #fe982c;
        color: #ffffff;
    }

.hire-dev-page .row.g-4 {
    display: flex;
    flex-wrap: wrap;
}

.hire-dev-page .industry-icon {
    font-size: 2rem;
    color: #f7941d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hire-dev-page .industry-card {
    background-color: #e8e8e8;
    border: 1px solid #efe9d9;
    border-radius: 10px;
    transition: all 0.3s ease;
    min-height: 130px;
    height: 100%;
}

    .hire-dev-page .industry-card:hover h6 {
        color: #fe982c !important;
    }

    .hire-dev-page .industry-card h6 {
        transition: color 0.3s ease;
    }

    .hire-dev-page .industry-card:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
    }

.hire-dev-page .tech-section {
    background-color: #ffffff;
}

.hire-dev-page .tech-card {
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    transition: all 0.3s ease;
    min-height: 100px;
    overflow: hidden;
}

    .hire-dev-page .tech-card:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        border-color: #fe982c;
    }

.hire-dev-page .tech-icon-wrapper img {
    object-fit: contain;
}

.hire-dev-page .tech-card p {
    color: #000000;
    letter-spacing: 0.5px;
}

.hire-dev-page .category-label {
    background-color: #ff9933;
    color: #1a1a1a;
    min-width: 180px;
    text-align: center;
}

.hire-dev-page .tech-list {
    background-color: #fffdf5;
}

    .hire-dev-page .tech-list p {
        font-size: 1.05rem;
        color: #555555;
        line-height: 2;
    }

    .hire-dev-page .tech-list span {
        color: #cccccc;
        margin: 0 12px;
        font-weight: 300;
    }

.hire-dev-page .why-choose-section {
    background-color: #e3e3e3;
}

.hire-dev-page .image-wrapper {
    border-radius: 15px;
    overflow: hidden;
}

    .hire-dev-page .image-wrapper img {
        width: 100%;
        display: block;
    }

.hire-dev-page .feature-icon {
    width: 45px;
    height: 45px;
    font-size: 2.2rem;
    color: #1a1a1a;
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.hire-dev-page .why-choose-section h2 {
    font-size: 2.1rem;
    color: #212529;
}

.hire-dev-page .feature-item h5 {
    font-size: 1.15rem;
    color: #333333;
}

.hire-dev-page .feature-item p {
    line-height: 1.6;
}

.hire-dev-page .custom-faq-container .accordion-item {
    background-color: #f4f4f4 !important;
    border-radius: 12px !important;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hire-dev-page .custom-faq-container .accordion-button {
    background-color: transparent !important;
    color: #333333 !important;
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    box-shadow: none !important;
}

.hire-dev-page .faq-number {
    color: #fe982c;
    font-weight: 700;
    font-size: 0.85rem;
    margin-right: 12px;
}

.hire-dev-page .faq-title {
    font-size: 1.4rem;
    margin-right: 10px;
}

.hire-dev-page .faq-icon-circle {
    width: 36px;
    height: 36px;
    background-color: #fe982c;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.hire-dev-page .custom-faq-container .accordion-button::after {
    display: none !important;
}

.hire-dev-page .custom-faq-container .accordion-body {
    padding: 0 1.5rem 1.5rem 3.5rem;
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-right: 10px;
}

.hire-dev-page .accordion-button:not(.collapsed) .bi-plus::before {
    content: "\f2ea";
}

.hire-dev-page .accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #f8f8f8 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.hire-dev-page .btn-hire {
    transition: all 0.3s ease-in-out;
    border-color: #ffffff;
    color: #ffffff;
}

    .hire-dev-page .btn-hire:hover {
        background-color: #fe982c !important;
        border-color: #fe982c !important;
        color: #ffffff !important;
        transform: translateY(-2px);
    }

.hire-dev-page .cta-section {
    position: relative;
    background-color: #121212 !important;
    background-image: url('/img-icon-banner-footer/banner-pp.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hire-dev-page .text-orange {
    color: #f7941d;
}

.hire-dev-page .text-secondary {
    color: #a0a0a0 !important;
}

.hire-dev-page .cta-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
}

.hire-dev-page .arch-frame {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

.hire-dev-page .arch-main {
    width: 200px;
    height: 350px;
    border-radius: 100px;
}

.hire-dev-page .arch-sub {
    width: 180px;
    height: 300px;
    border-radius: 100px;
    margin-bottom: -20px;
}

.hire-dev-page .arch-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hire-dev-page .cta-section::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background-image: radial-gradient(circle, #333333 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
    z-index: 0;
}

.hire-dev-page .glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hire-dev-page .custom-input {
    background-color: #ffffff !important;
    border-radius: 4px !important;
    color: #000000 !important;
}

.hire-dev-page .custom-btn {
    transition: all 0.3s ease;
    border-radius: 4px;
}

    .hire-dev-page .custom-btn:hover {
        background-color: #fe982c !important;
        color: #ffffff !important;
        border-color: #fe982c !important;
    }

/* Hero: align copy/form edges with header border (site content shell) */
.hire-dev-page .hire-dev-hero {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: flex-start;
    padding-top: calc(5.5rem + 12px);
    padding-bottom: 3.5rem;
    box-sizing: border-box;
}

.hire-dev-page .hire-dev-hero-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: var(--site-content-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-content-gutter);
    padding-right: var(--site-content-gutter);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

.hire-dev-page .hire-dev-hero-copy {
    width: 100%;
    max-width: 100%;
}

.hire-dev-page .hire-dev-hero-form {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .hire-dev-page .hire-dev-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 540px);
        gap: 2.5rem;
        align-items: center;
    }

    .hire-dev-page .hire-dev-hero-copy {
        justify-self: start;
        align-self: start;
        padding-top: 7.0rem;
    }

    .hire-dev-page .hire-dev-hero-form {
        justify-self: end;
        margin-left: 0;
        margin-right: 0;
    }
}

.hire-dev-page .trust-bar-section {
    position: relative;
    z-index: 100;
    margin-top: -65px;
}

.hire-dev-page .hire-dev-trust-wrap {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.hire-dev-page .trust-pill-prominent {
    border-radius: 60px 60px 0 0;
    padding: 30px 100px;
    background: #ffffff;
    border-bottom: none;
    box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.1) !important;
    width: 100%;
    max-width: var(--site-content-max-width);
    margin: 0 auto;
}

/* Full-bleed sections keep background edge-to-edge; inner .container aligns with footer */
.hire-dev-page .pricing-section,
.hire-dev-page .why-choose-section,
.hire-dev-page .cta-section,
.hire-dev-page .heros-section {
    width: 100%;
}

.hire-dev-page .industry-section,
.hire-dev-page .tech-section {
    width: 100%;
}

.hire-dev-page .trust-logo {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.hire-dev-page .stars {
    color: #fe982c;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 2px;
}

.hire-dev-page .trust-label {
    font-weight: 800;
    color: #222222;
    font-size: 17px;
    letter-spacing: 1px;
}

.hire-dev-page .trust-item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hire-dev-page .ltoast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-width: 250px;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 9999;
}

    .hire-dev-page .ltoast.show {
        opacity: 1;
        transform: translateX(0);
    }

.hire-dev-page .ltoast-success {
    background: #28a745;
}

.hire-dev-page .ltoast-error {
    background: #dc3545;
}

.hire-dev-page .toast {
    position: fixed;
    bottom: 70px;
    right: 20px;
    min-width: 250px;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 10000;
}

    .hire-dev-page .toast.show {
        opacity: 1;
        transform: translateX(0);
    }

.hire-dev-page .toast-success {
    background: #28a745;
}

.hire-dev-page .toast-error {
    background: #dc3545;
}

@media (min-width: 991px) {
    .hire-dev-page .glass-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin: 100px 0 100px 0;
    }
}

@media (max-width: 991px) {
    .hire-dev-page .trust-bar-section {
        margin-top: -30px;
    }

    .hire-dev-page .trust-pill-prominent {
        padding: 20px 30px;
        border-radius: 40px 40px 0 0;
    }

    .hire-dev-page .trust-logo {
        width: 30px;
        height: 30px;
    }

    .hire-dev-page .stars {
        font-size: 10px;
    }

    .hire-dev-page .trust-label {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .hire-dev-page .tech-card {
        flex-direction: column;
    }

    .hire-dev-page .category-label {
        padding: 15px;
        min-width: 100%;
    }
}
