/* =========================================================
   VOICE PAGE
   BOOTSTRAP 5 RESPONSIVE
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.voice-hero-section,
.voice-solutions-section,
.voice-benefits-section,
.voice-how-section,
.voice-cta-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.voice-hero-section {
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    /* background:
        radial-gradient(circle at 85% 15%, rgba(22,119,255,.10), transparent 30%),
        linear-gradient(135deg, #f7fbff, #ffffff 60%, #f3f8ff); */
         background:
        radial-gradient(circle at 85% 25%, rgba(108, 44, 255, .16), transparent 30%),
        radial-gradient(circle at 10% 80%, rgba(233, 30, 99, .12), transparent 30%),
        #ffffff;
}

.voice-section-tag {
    display: inline-block;
    margin-bottom: 15px;
    color: #1f1343;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.voice-section-title {
    margin: 0 0 18px;
    color: #1f1343;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.voice-section-title span {
    display: block;
    color: #1677ff;
}

.voice-section-description {
    max-width: 650px;
    margin: auto;
    color: #6f7b91;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   BUTTONS
========================================================= */

.voice-btn-primary {
    min-height: 52px;
    padding: 0 25px;
    border: 0;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f1343;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(22,119,255,.20);
    transition: all .3s ease;
}

.voice-btn-primary:hover {
    background: #c72d49;
    color: #fff !important;
    transform: translateY(-2px);
}

.voice-btn-outline {
    min-height: 52px;
    padding: 0 25px;
    border: 1px solid #d8e2f0;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #17233d !important;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.voice-btn-outline:hover {
    border-color: #c72d49;
    color: #1f1343 !important;
    transform: translateY(-2px);
}


/* =========================================================
   HERO CONTENT
========================================================= */

.voice-hero-content {
    position: relative;
    z-index: 5;
}

.voice-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 8px 15px;
    border-radius: 30px;
     background: radial-gradient(circle at 85% 25%, rgba(108, 44, 255, .16), transparent 30%),
        radial-gradient(circle at 10% 80%, rgba(233, 30, 99, .12), transparent 30%),
        #ffffff;
    color: #1f1343;
    font-size: 13px;
    font-weight: 700;
}

.voice-badge i{
    color: #c72d49;
}

.voice-hero-title {
    margin: 0 0 22px;
    color: #1f1343;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.voice-hero-title span {
    display: block;
    color: #c72d49;
}

.voice-hero-text {
    max-width: 600px;
    margin-bottom: 30px;
    color: #66738c;
    font-size: 17px;
    line-height: 1.8;
}

.voice-small-feature {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #1f1343;
    font-size: 13px;
    font-weight: 600;
}

.voice-small-feature i {
    color: #c72d49;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.voice-hero-visual {
    min-height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voice-phone {
    width: 310px;
    min-height: 510px;
    padding: 22px 25px 28px;
    position: relative;
    z-index: 3;
    border-radius: 38px;
    background: linear-gradient(160deg, #101b32, #182b4c);
    color: #fff;
    box-shadow:
        0 30px 70px rgba(23,35,61,.28),
        inset 0 0 0 5px rgba(255,255,255,.06);
}

.voice-phone::before {
    content: "";
    width: 90px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    background: rgba(255,255,255,.18);
}

.voice-phone-top {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255,255,255,.75);
    font-size: 11px;
}

.voice-phone-top div {
    display: flex;
    gap: 6px;
}

.voice-connecting {
    margin-top: 38px;
    text-align: center;
    color: #aebbd0;
    font-size: 12px;
}

.voice-connecting span {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    background: #42e695;
    animation: voicePulse 1.5s infinite;
}

.voice-avatar {
    width: 88px;
    height: 88px;
    margin: 24px auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1677ff, #52a2ff);
    color: #fff;
    font-size: 32px;
    box-shadow: 0 12px 35px rgba(22,119,255,.3);
}

.voice-phone h4 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.voice-number {
    margin: 7px 0 0;
    text-align: center;
    color: #aebbd0;
    font-size: 12px;
}


/* =========================================================
   WAVE
========================================================= */

.voice-wave {
    height: 65px;
    margin: 35px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.voice-wave span {
    width: 4px;
    height: 20px;
    display: block;
    border-radius: 10px;
    background: #4da0ff;
    animation: voiceWave 1s ease-in-out infinite;
}

.voice-wave span:nth-child(1) {
    animation-delay: .1s;
}

.voice-wave span:nth-child(2) {
    animation-delay: .2s;
}

.voice-wave span:nth-child(3) {
    animation-delay: .3s;
}

.voice-wave span:nth-child(4) {
    animation-delay: .4s;
}

.voice-wave span:nth-child(5) {
    animation-delay: .5s;
}

.voice-wave span:nth-child(6) {
    animation-delay: .6s;
}

.voice-wave span:nth-child(7) {
    animation-delay: .7s;
}

.voice-wave span:nth-child(8) {
    animation-delay: .8s;
}

.voice-wave span:nth-child(9) {
    animation-delay: .9s;
}

.voice-wave span:nth-child(10) {
    animation-delay: 1s;
}

.voice-wave span:nth-child(11) {
    animation-delay: .9s;
}

.voice-wave span:nth-child(12) {
    animation-delay: .8s;
}

.voice-wave span:nth-child(13) {
    animation-delay: .7s;
}

.voice-wave span:nth-child(14) {
    animation-delay: .6s;
}

.voice-wave span:nth-child(15) {
    animation-delay: .5s;
}

@keyframes voiceWave {

    0%,
    100% {
        height: 12px;
    }

    50% {
        height: 48px;
    }

}

.voice-duration {
    text-align: center;
    color: #9eacc2;
    font-size: 13px;
}


/* =========================================================
   CALL BUTTONS
========================================================= */

.voice-call-buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.voice-call-buttons button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    transition: .3s ease;
}

.voice-call-buttons button:hover {
    background: rgba(255,255,255,.2);
    transform: translateY(-3px);
}

.voice-call-buttons .voice-end-call {
    width: 58px;
    height: 58px;
    background: #ff4e5b;
    transform: rotate(135deg);
}

.voice-call-buttons .voice-end-call:hover {
    background: #e83b49;
}


/* =========================================================
   FLOATING ELEMENTS
========================================================= */

.voice-floating-icon {
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: #fff;
    color: #c72d49;
    font-size: 19px;
    box-shadow: 0 15px 35px rgba(20,50,90,.13);
    animation: voiceFloat 4s ease-in-out infinite;
}

.voice-floating-one {
    top: 70px;
    left: 50px;
}

.voice-floating-two {
    top: 145px;
    right: 25px;
    animation-delay: 1s;
}

.voice-floating-three {
    bottom: 60px;
    left: 55px;
    animation-delay: 2s;
}

@keyframes voiceFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

}

.voice-live-card {
    min-width: 220px;
    padding: 13px 15px;
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(20,50,90,.14);
}

.voice-live-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eaf3ff;
    color: #1677ff;
}

.voice-live-card strong,
.voice-live-card small {
    display: block;
}

.voice-live-card strong {
    color: #17233d;
    font-size: 13px;
}

.voice-live-card small {
    margin-top: 3px;
    color: #7c8799;
    font-size: 10px;
}

.voice-live-status {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-radius: 50%;
    background: #36d486;
}


/* =========================================================
   SOLUTIONS
========================================================= */

.voice-solutions-section {
    padding: 100px 0;
    background: #fff;
}

.voice-solution-card {
    height: 100%;
    padding: 32px 27px;
    border: 1px solid #e9eef5;
    border-radius: 15px;
    background: #fff;
    transition: .35s ease;
}

.voice-solution-card:hover {
    border-color: rgba(22,119,255,.2);
    box-shadow: 0 20px 50px rgba(30,60,100,.10);
    transform: translateY(-8px);
}

.voice-card-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #edf5ff;
    color: #c72d49;
    font-size: 21px;
    transition: .3s ease;
}

.voice-solution-card:hover .voice-card-icon {
    background: #1f1343;
    color: #fff;
}

.voice-solution-card h3 {
    margin-bottom: 12px;
    color: #1f1343;
    font-size: 19px;
}

.voice-solution-card p {
    min-height: 105px;
    margin-bottom: 20px;
    color: #758198;
    font-size: 14px;
    line-height: 1.75;
}

.voice-solution-card a {
    color: #1f1343;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.voice-solution-card a i {
    margin-left: 5px;
}


/* =========================================================
   BENEFITS
========================================================= */

.voice-benefits-section {
    padding: 100px 0;
    background: #f7faff;
}

.voice-benefits-content {
    max-width: 470px;
}

.voice-benefits-title {
    margin-bottom: 20px;
    color: #1f1343;
    font-size: 40px;
    line-height: 1.2;
}

/* .voice-benefits-title span {
    display: block;
    color: #1677ff;
} */

.voice-benefits-content > p {
    margin-bottom: 28px;
    color: #6e7b92;
    font-size: 16px;
    line-height: 1.8;
}

.voice-benefit-card {
    height: 100%;
    min-height: 140px;
    padding: 23px;
    display: flex;
    gap: 16px;
    border: 1px solid #e6edf7;
    border-radius: 13px;
    background: #fff;
    transition: .3s ease;
}

.voice-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(25,60,100,.08);
}

.voice-benefit-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #edf5ff;
    color: #c72d49;
}

.voice-benefit-card h4 {
    margin-bottom: 7px;
    color: #1f1343;
    font-size: 16px;
}

.voice-benefit-card p {
    margin: 0;
    color: #7a8598;
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   HOW IT WORKS
========================================================= */

.voice-how-section {
    padding: 100px 0;
    background: #fff;
}

.voice-process-card {
    height: 100%;
    padding: 35px 25px;
    position: relative;
    text-align: center;
    border: 1px solid #e8eef6;
    border-radius: 15px;
    background: #fff;
    transition: .3s ease;
}

.voice-process-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(25,60,100,.08);
}

.voice-step-number {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #b4bfd0;
    font-size: 11px;
    font-weight: 700;
}

.voice-process-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid #f7faff;
    border-radius: 50%;
    background: #edf5ff;
    color: #c72d49;
    font-size: 25px;
    box-shadow: 0 0 0 1px #e1eaf7;
}

.voice-process-card h3 {
    margin-bottom: 10px;
    color: #17233d;
    font-size: 17px;
}

.voice-process-card p {
    margin: auto;
    max-width: 220px;
    color: #7a8598;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.voice-cta-section {
    padding: 100px 0;
    background:  #f74780;
}

.voice-cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
}

.voice-cta-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 25px;
}

.voice-cta-section .voice-section-tag {
    color: rgba(255,255,255,.8);
}

.voice-cta-content h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
}

.voice-cta-content h2 span {
    display: block;
}

.voice-cta-content p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 1.8;
}

.voice-btn-white {
    min-height: 52px;
    padding: 16px 25px;
    border-radius: 7px;
    background: #1f1343;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.voice-btn-white:hover {
    background: #f74780;
    color: #1f1343 !important;
}

.voice-btn-transparent {
    min-height: 52px;
    padding: 0 25px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 7px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.voice-btn-transparent:hover {
    background: rgba(255,255,255,.1);
    color: #fff !important;
}

.voice-cta-circle {
    position: absolute;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}

.voice-cta-circle-left {
    width: 500px;
    height: 500px;
    left: -250px;
    top: -250px;
}

.voice-cta-circle-right {
    width: 400px;
    height: 400px;
    right: -200px;
    bottom: -200px;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .voice-hero-title {
        font-size: 50px;
    }

    .voice-phone {
        width: 290px;
    }

    .voice-floating-one {
        left: 10px;
    }

    .voice-floating-three {
        left: 15px;
    }

    .voice-section-title {
        font-size: 38px;
    }

}


/* =========================================================
   TABLET 768px - 991px
========================================================= */

@media (max-width: 991px) {

    .voice-hero-section {
        min-height: auto;
        padding: 80px 0;
    }

    .voice-hero-content {
        max-width: 700px;
        margin: auto;
        text-align: center;
    }

    .voice-hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .voice-hero-buttons {
        justify-content: center;
    }

    .voice-small-feature {
        justify-content: center;
    }

    .voice-hero-visual {
        min-height: 530px;
        margin-top: 20px;
    }

    .voice-floating-one {
        left: 15%;
    }

    .voice-floating-two {
        right: 15%;
    }

    .voice-floating-three {
        left: 17%;
    }

    .voice-live-card {
        right: 12%;
    }

    .voice-solutions-section,
    .voice-benefits-section,
    .voice-how-section {
        padding: 80px 0;
    }

    .voice-benefits-content {
        max-width: 700px;
        margin: 0 auto 35px;
        text-align: center;
    }

    .voice-benefits-title span {
        display: inline;
    }

    .voice-cta-section {
        padding: 80px 0;
    }

}


/* =========================================================
   MOBILE 767px
========================================================= */

@media (max-width: 767px) {

    .voice-hero-section {
        padding: 65px 0 70px;
    }

    .voice-hero-title {
        font-size: 40px;
        letter-spacing: -.8px;
    }

    .voice-hero-text {
        font-size: 15px;
    }

    .voice-small-feature {
        justify-content: flex-start;
    }

    .voice-hero-visual {
        min-height: 500px;
        margin-top: 20px;
    }

    .voice-phone {
        width: 280px;
        min-height: 490px;
    }

    .voice-floating-icon {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .voice-floating-one {
        left: 5%;
        top: 60px;
    }

    .voice-floating-two {
        right: 4%;
        top: 130px;
    }

    .voice-floating-three {
        left: 7%;
        bottom: 50px;
    }

    .voice-live-card {
        right: 3%;
        bottom: 30px;
        min-width: 190px;
    }

    .voice-section-title {
        font-size: 32px;
    }

    .voice-section-description {
        font-size: 14px;
    }

    .voice-benefits-title {
        font-size: 32px;
    }

    .voice-benefit-card {
        min-height: auto;
    }

    .voice-cta-content h2 {
        font-size: 34px;
    }

}


/* =========================================================
   SMALL MOBILE 575px
========================================================= */

@media (max-width: 575px) {

    .voice-hero-section {
        padding: 55px 0 60px;
    }

    .voice-badge {
        font-size: 11px;
    }

    .voice-hero-title {
        font-size: 33px;
    }

    .voice-hero-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .voice-hero-buttons {
        width: 100%;
    }

    .voice-hero-buttons .btn {
        width: 100%;
    }

    .voice-hero-visual {
        min-height: 470px;
    }

    .voice-phone {
        width: 255px;
        min-height: 455px;
        padding: 20px;
        border-radius: 32px;
    }

    .voice-avatar {
        width: 75px;
        height: 75px;
        font-size: 27px;
    }

    .voice-phone h4 {
        font-size: 17px;
    }

    .voice-wave {
        margin-top: 25px;
    }

    .voice-call-buttons {
        gap: 15px;
    }

    .voice-floating-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 14px;
    }

    .voice-floating-one {
        left: 0;
    }

    .voice-floating-two {
        right: 0;
    }

    .voice-floating-three {
        left: 2%;
    }

    .voice-live-card {
        right: 0;
        bottom: 15px;
        min-width: 170px;
        padding: 10px;
    }

    .voice-live-icon {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }

    .voice-live-card strong {
        font-size: 11px;
    }

    .voice-live-card small {
        font-size: 9px;
    }

    .voice-section-title {
        font-size: 28px;
    }

    .voice-benefits-title {
        font-size: 28px;
    }

    .voice-cta-section {
        padding: 60px 15px;
    }

    .voice-cta-content h2 {
        font-size: 29px;
    }

    .voice-cta-content p {
        font-size: 14px;
    }

    .voice-cta-content .btn {
        width: 100%;
    }

}


/* =========================================================
   EXTRA SMALL 400px
========================================================= */

@media (max-width: 400px) {

    .voice-hero-title {
        font-size: 29px;
    }

    .voice-phone {
        width: 235px;
    }

    .voice-hero-visual {
        min-height: 450px;
    }

    .voice-floating-one {
        left: -5px;
    }

    .voice-floating-two {
        right: -5px;
    }

    .voice-floating-three {
        left: -5px;
    }

    .voice-live-card {
        right: -8px;
        transform: scale(.9);
        transform-origin: right bottom;
    }

    .voice-section-title {
        font-size: 26px;
    }

    .voice-cta-content h2 {
        font-size: 27px;
    }

}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes voicePulse {

    0% {
        box-shadow: 0 0 0 0 rgba(66,230,149,.5);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(66,230,149,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(66,230,149,0);
    }

}