:root {
    --prime-blue: #3AA0D5;
    --prime-blue2: #0987C9;
    --gray: #D9D9D9;
    --gray2: #F0EFF4;
}

* {
    font-family: poppins, sans-serif !important;
}


.main-introducting-container {
    margin-top: 42px;
}

.main-introducting-container h2 {
    color: #000;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
}

.main-introducting-container h2 span {
    color: var(--prime-blue2);
    font-weight: 600;
}

.indro-vid-wrapper {
    width: 90%;
    height: 40vw;
    background-color: var(--gray);
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 30px;
}


/* =-=-=-=-=- */
/* =-=-=-=-=- */
.industry-showcase-section {
    padding: 60px 0;
}

.industry-card-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* height: 320px; */
    width: 100%;
    height: 458px;
    /* height: calc(428px); */


    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.industry-card-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.industry-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.industry-card-wrapper:hover .industry-card-bg {
    transform: scale(1.05);
}


.cust-card-gal-row {
    justify-content: center;
}

.retail-bg {
    background-image: url('../assets/hrms_assests/cardpic1.jpg');
}

.hospitality-bg {
    background-image: url('../assets/hrms_assests/cardpic2.jpg');
}

.manufacturing-bg {
    background-image: url('../assets/hrms_assests/cardpic3.jpg');
}

.tech-bg {
    background-image: url('../assets/hrms_assests/cardpic4.jpg');
}

.finance-bg {
    background-image: url('../assets/hrms_assests/cardpic5.jpg');
}

.industry-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.industry-card-wrapper:hover .industry-card-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.industry-card-title {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* transform: translateY(80px); */
    transform: translateY(180px);
    /* height: 100%; */
}

.industry-card-wrapper:hover .industry-card-title {
    transform: translateY(0);
    font-size: 2rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

/* =-=-=-=-=-=-= */
/* =-=-=-=-=-=-= */

.vibe-payroll-hero {
    background: url(../assets/hrms_assests/gardientDark.svg);
    background-repeat: no-repeat !important;
    /* background-position: bottom right !important; */
    background-position: 0% 90% !important;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 90px 70px 110px 70px;
    margin-top: 0px;
}


.vibe-hero-container {
    position: relative;
    z-index: 2;
}

.vibe-main-title {
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    background: linear-gradient(99deg, #FFF 43.11%, rgba(255, 255, 255, 0.00) 109.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cust-team-love-h1 {
    margin-bottom: 0;
    font-size: 56px;
}

.cust-team-love-p {
    margin-bottom: 4rem;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.vibe-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    border-bottom: 1px solid #35373D;
    padding-bottom: 12px;
}

.vibe-feature-item:nth-child(1) {
    animation-delay: 0.2s;
}

.vibe-feature-item:nth-child(2) {
    animation-delay: 0.4s;
}

.vibe-feature-item:nth-child(3) {
    animation-delay: 0.6s;
}

.vibe-icon-circle {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.vibe-icon-circle:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.vibe-icon-circle i {
    font-size: 28px;
    color: white;
}

.vibe-feature-text {
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.vibe-features-grid {
    max-width: 100%;
    margin: 0 auto;
}

.vibe-features-grid .row .mb-4 {
    /* background-color: #00f2fe; */
    padding: 0 40px;
}

.vibe-feature-p {
    width: 80%;
    color: #7E8492;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =-=-=-= */


.card-body-form {
    padding: 40px 60px;
}

.base-img-holder {
    width: 100%;
}

.base-img-holder img {
    width: 100%;
    height: 420px;
}

.cust-form-pos {
    /* background-color: pink; */
    margin-top: -286px !important;
}

.cust-fm-label {
    color: #5A7184;
    font-weight: 600;
}

.col-md-6 input::placeholder,
.mb-4 textarea::placeholder {
    color: #959EAD;
    font-size: 16px;
    font-weight: 400;
}

.cust-font-p {
    color: #5A7184;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
}

button[type=submit] {
    background-color: var(--prime-blue2);
}



/* =-=-=-= */
/* =-=-=-= */

.contact-info-section {
    /* background-color: #f8f9fa; */
    padding: 30px 0;
}

.contact-info-card {
    /* background: white; */
    border-radius: 12px;
    padding: 10px 30px;
    text-align: center;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    border: none;
    height: 100%;
    transition: transform 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
}

.contact-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.contact-info-card img {
    width: 100%;
    height: 100%;
}

.email-icon-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.call-icon-bg {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.support-icon-bg {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.contact-title {
    color: #0987C9;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.contact-description {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.contact-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.support-btn {
    border: none;
    color: var(--prime-blue2);
    font-weight: 700;
    padding: 10px 90px;
    border: 2px solid #0987C9;
    display: flex;
    align-items: center;
    gap: 20px;

}

.support-btn img {
    width: 20px;
    height: 20px;
}

.support-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);
    color: var(--prime-blue2);
}


/* =-=-=-=-=-=-=-=- */

.testimonials-text-wrapper {
    width: fit-content;
    margin: 0 auto;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.testimonials-text-wrapper p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.smart-crm-wrapper {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.smart-crm-wrapper img {
    width: 100%;
    height: 100%;
}

.hrms-form-wrapper {
    margin-top: 0;
}

@media(max-width: 768px) {

    .main-introducting-container h2 {
        font-size: 30px;
        width: 95%;
    }

    .indro-vid-wrapper {
        border-radius: 30px;
    }

    .industry-card-wrapper {
        height: 280px;
        margin-bottom: 20px;
    }

    .industry-card-title {
        font-size: 18px;
        transform: translateY(80px);
    }

    .cust-card-gal-row .col-lg-4 {
        display: flex;
        justify-content: center;
    }

    .industry-card-wrapper:hover .industry-card-title {
        font-size: 1.7rem;
    }

    .vibe-main-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .vibe-feature-text {
        font-size: 1.2rem;
    }

    .vibe-icon-circle {
        width: 60px;
        height: 60px;
        margin-right: 1.5rem;
    }

    .vibe-icon-circle i {
        font-size: 22px;
    }

    .vibe-feature-item {
        margin-bottom: 2.5rem;
    }


    .card-body-form {
        padding: 20px;
    }

    .card-body-form form .row.mb-3 {
        gap: 10px;
    }

    .cust-form-pos {
        margin-top: -200px !important;
    }

    .base-img-holder img {
        height: auto;
        /* display:none; */
    }


    .cust-form-pos .justify-content-center .col-md-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .cust-form-pos {
        margin-top: -10px !important;
    }

    .cust-team-love-h1 {
        width: 100%;
        margin-bottom: 0;
    }

    .vibe-feature-p {
        width: 100%;
    }

    .vibe-payroll-hero {
        padding: 50px 20px 10px 20px;
    }

    .testimonials-text-wrapper p {
        font-size: 16px;
    }


    .industry-card-wrapper {
        height: 250px;
    }

    .industry-card-overlay {
        padding: 20px;
    }

    .vibe-main-title {
        font-size: 30px;
    }

    .vibe-feature-text {
        font-size: 18px;
    }

    .vibe-feature-item {
        flex-direction: column;
        text-align: center;
    }

    .vibe-icon-circle {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .main-introducting-container {
        margin-top: 20px !important;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .features-section {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .features-heading {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .cust-form-pos {
       
        padding: 10px !important;
    }

    .indro-vid-wrapper{
        height: 250px;
        border-radius: 50px;
    }


}


.cust-mail-wrapper {
    display: flex;
    flex-direction: column;
}

/* Phone Field Complete CSS */


/* Container for phone input */
.phone-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: -2px;
   
}

.phone-container select{
 height: 38px; 
 width: 50%;
}



/* Country code dropdown */
.country-code {
    padding: 0px 10px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    font-size: 14px;
    width: 200px;
    /* reduced width */
    background-color: #fff;
    appearance: none;
    margin-top: 4px;
    color: #959ead;
    font-size: 16px;
    font-weight: 500;
}

/* Phone number input */
.phone-number {
    flex: 1;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 4px;
    border-radius: 0.375rem;
}


.phone-number-new-container{
    width: 47%;
}
/* Label styling */
.form-group label {
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    color: #5A7184;
    font-weight: 600
}

/* Focus styles */
.country-code:focus,
.phone-number:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 1px #007bff30;
}

.responsive-img{
    margin: -170px auto 0px auto;
}

.features-section {
    margin-top: -25px;
    padding-bottom: 40px;
}


/* Responsive behavior */
@media (max-width: 576px) {
    .phone-container {
        flex-direction: column;
    }

    .country-code {
        padding: 6px;
        width: 100% !important;
       
    }

    .phone-number {
        width: 100%;
    }
    /* .base-img-holder img{
        display: none;
    } */

    .phone-number-new-container{
    width: 100%;
    }

    .contact-title {
        font-size: 18px;
        font-weight: 700;
    }
    .responsive-img
    {
    margin: 110px auto 0px auto;
    }
    
    .features-heading{
        margin-top: -110px !important;
    }

    .features-section-canada{
        margin-top: 160px;
    }
    .industry-showcase-section {
    padding: 10px 0;
    }

    /* .hrms-font-weight {
        font-weight: 500 !important;
    } */

    .btn-primary{
        background-color: #0987C9;
    }

    .cust-email-send-wrapper{
  width: 100%;
}
  
.cust-email-send-wrapper img{
  height: 100%;
  width: 100%;
}
}

.modal-content{
  padding: 12px;
}