/* COMMON  */
.section-heading {
    font-size: 35px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 20px;
}

.highlighted {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlighted2 {
    background: linear-gradient(135deg, #dd4759, #fe8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img {
    display: block;
    width: 100%;
    height: auto;
}

.cta-btn {
    margin-top: 20px;
    background-color: #25d366;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 30px;
    padding: 12px 30px;
}

.cta-btn:hover {
    background-color: #128c7e;
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(18, 140, 126, 0.3);
}

.section-padding {
    padding: 5rem 0 4rem;
}

.flex-property {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-property2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul {
    padding-left: 20px;
    list-style-type: none;
}

.ul .li {
    position: relative;
    margin-bottom: 10px;
    font-size: 1rem;
}

.ul .li:before {
    content: "✔";
    color: #4caf50;
    position: absolute;
    left: -25px;
    top: 0;
    font-size: 18px;
}

.ul .li strong {
    color: #4154f1;
}

.custom-padding {
    padding: 40px 60px;
}

.feature-card {
    margin-top: 14px;
    background: #ebedff;
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border-right: 3px solid #d5d7e5;
    border-bottom: 3px solid #d5d7e5;
}

.feature-card h4 {
    color: #34495e;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
}

.bg-green {
    background: #deffe1;
    border-right: 3px solid #a7edae;
    border-bottom: 3px solid #a7edae;
}

.bg-pink {
    background: #ffe6f2;
    border-right: 3px solid #e8b4cd;
    border-bottom: 3px solid #e8b4cd;
}

.bg-orange {
    background: #ffd16f73;
    border-right: 3px solid #ffd88b;
    border-bottom: 3px solid #ffd88b;
}

/* BREADCRUMB SECTION  */
.clip-section {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.clip_wrapper {
    background: #e6fafa;
    padding-block: 6rem 5rem;
    text-align: center;
    position: relative;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

.clip_wrapper h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.clip_wrapper p {
    font-size: 16px;
    color: #333;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.clip_wrapper strong {
    font-weight: 600;
}

.clip-section .shapes-wrapper>div {
    position: absolute;
    width: 2.75rem;
    aspect-ratio: 1 / 1;
}

.facebook {
    top: 40.5%;
    left: 18.5%;
}

.youtube {
    top: 12%;
    right: 21.5%;
    transform: rotate(347deg);
}

.google {
    top: 30.5%;
    right: 13.75%;
}

.instagram {
    top: 57%;
    right: 21%;
    transform: rotate(42deg);
}

.xmark {
    top: 13%;
    left: 22%;
}

.star {
    bottom: 2%;
    left: 24.8%;
}

.sparkle {
    bottom: 1.2%;
    right: 28.75%;
}

@media (max-width: 1024px) {
    .clip_wrapper {
        padding-block: 5rem 4rem;
    }

    .clip_wrapper h1 {
        font-size: 28px;
    }

    .clip_wrapper p {
        font-size: 15px;
        padding: 0 15px;
    }

    .shape {
        width: 2.25rem;
    }

    .facebook {
        top: 52.5%;
        left: 11.7%;
    }

    .youtube {
        top: 14%;
        right: 18%;
    }

    .google {
        top: 32%;
        right: 7.9%;
    }

    .instagram {
        top: 58%;
        right: 14.5%;
    }

    .star {
        bottom: 3.5%;
        left: 19.5%;
    }

    .sparkle {
        top: 79.2%;
        right: 22.6%;
    }

    .xmark {
        top: 11.7%;
        left: 17.6%;
    }
}

@media (max-width: 768px) {
    .clip-section {
        margin-bottom: 10px;
    }



    .clip_wrapper h1 {
        font-size: 22px;
    }

    .clip_wrapper p {
        font-size: 14px;
        padding: 0 10px;
    }

    .shape {
        width: 1.75rem;
    }

    .facebook {
        top: 35%;
        left: 1.4%;
        transform: rotate(335deg);
    }

    .youtube {
        top: 4%;
        right: 5.2%;
    }

    .google {
        display: none;
    }

    .instagram {
        right: 1.8%;
        top: 36%;
    }

    .star {
        bottom: 9.75%;
        left: 2.2%;
    }

    .sparkle {
        top: 78.25%;
        right: 10.4%;
    }

    .xmark {
        top: 5.25%;
        left: 7.3%;
    }
}

/* BREADCRUMB SECTION  */

/* COMMON CSS END HERE */

/* -------------------------------------------------------------------------------------------------------- */
/* SEO  */
.smm_about_sec {
    padding: 40px 0;
}

.about-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.about-video {
    max-width: 100%;
}

.smm_about_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.smm_about_box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin: 8px 0;
    width: 48%;
}

.smm_about_box img {
    width: 40px;
    margin-right: 12px;
}

.smm_about_box h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* second box  */
.second_box {
    background: linear-gradient(to bottom, #f9fbfd, #dee9f4ff);
    position: relative;
}

.section-subtitle {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    margin-bottom: 40px;
}

.icon-style {
    font-size: 40px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.about-2 {
    background-color: rgba(255, 250, 250, 0.9);
    border-radius: 15px;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.13);
}

.about-second .about-2-img {
    max-width: 360px;
    width: 100%;
    margin: auto;
}

.about-2 .text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #012970;
}

.about-2 .text p {
    font-size: 1rem;
    color: #494141;
    line-height: 1.4;
}

.about-img {
    max-width: 100%;
}

/* third box  */
.about-seo-section {
    background: linear-gradient(to bottom, #ffffff, #f0f4ff);
}

.about-seo-container {
    padding: 0 15px;
}

.about-seo-section .flex-property {
    align-items: end;
}

.about-seo-img img {
    width: 100%;
}

.seo-title {
    line-height: 1.2;
}

.about-seo-content p {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

.seo-highlight-box ul {
    color: #333;
}

/* fourth box  */
.seo-service {
    padding: 10px 0 20px;
    background: linear-gradient(to bottom, #f0f4ff, #ffffff);
}

.seo-service h2 {
    margin: 10px 0 20px;
    padding: 0;
    line-height: 1.2;
}

.seo-service .seo-service-box {
    margin: 10px 10px 15px;
    padding: 0px 0 0 20px;
    border-radius: 10px;
    max-height: 160px;
    overflow: hidden;
    box-shadow: 0 5px 20px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-service .seo-service-box h4 {
    font-size: 1.15rem;
    font-weight: 500;
}

.box-purple {
    background-color: #e9ddff;
}

.box-yellow {
    background-color: #ffede1;
}

.box-blue {
    background-color: #e2f3ff;
}

.box-orange {
    background-color: #ffdadb;
}

.seo-service .seo-service-box .seo-box-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.seo-service .seo-service-box .seo-box-img img {
    object-fit: contain;
    height: 100%;
    background-position: center;
}

@media (max-width: 767px) {
    .section-heading {
        font-size: 22px;
    }

    .smm_about_bottom {
        flex-direction: column;
        align-items: center;
    }

    .smm_about_box {
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
    }

    .smm_about_content {
        text-align: center;
    }

    .cta-btn {
        width: 100%;
    }

    .about-2 {
        margin-bottom: 20px;
    }

    .about-img {
        margin-bottom: 30px;
    }

    .about-seo-content {
        text-align: center;
    }
}

/* ---------------------------------------------------------------------------------------------------- */
/* SOCIAL MEDIA MARKETING  */

/* 1st box social media  */
.hero-banner {
    background: linear-gradient(to bottom, #fff 50%, #f4f0ef);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    color: #333;
    padding-right: 20px;
}

.hero-banner .hero-subheading {
    font-size: 0.95rem;
    color: #007bff;
    font-weight: 600;
    margin-bottom: 10px;
}

.hero-banner .section-heading {
    font-size: 42px;
}

.hero-description {
    font-size: 15px !important;
    color: #555;
    margin-bottom: 10px;
}

.hero-media {
    position: relative;
    text-align: center;
}

.hero-image {
    max-width: 100%;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}

.hero-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.hero-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    animation: scaleUpDown 2.5s ease-in-out infinite;
    opacity: 0.95;
}

.hero-icon:nth-child(1) {
    top: 22%;
    left: 32%;
}

.hero-icon:nth-child(2) {
    top: 19%;
    left: 74%;
}

.hero-icon:nth-child(3) {
    top: 7%;
    left: 44%;
}

.hero-icon:nth-child(4) {
    top: 5%;
    left: 62%;
}

.hero-decorative {
    position: absolute;
    right: 34%;
    top: 0;
    width: 318px;
    height: auto;
    z-index: 3;
}

.hero-decorative img {
    width: 100%;
    opacity: 0.9;
}

/* Animation */
@keyframes scaleUpDown {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

/* ========= RESPONSIVE STYLES ========= */

/* Medium Devices (Tablets) */
@media (max-width: 1024px) {
    .hero-banner {
        padding: 60px 0;
    }

    .hero-banner .section-heading {
        font-size: 32px;
    }

    .hero-icon {
        width: 38px;
        height: 38px;
    }

    .hero-decorative {
        width: 220px;
        right: 30%;
    }
}

/* Small Devices (Mobile) */
@media (max-width: 768px) {
    .hero-content {
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }

    .hero-banner .section-heading {
        font-size: 28px;
    }

    .hero-description {
        font-size: 14px;
    }

    .cta-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .hero-media {
        margin-top: 40px;
    }

    .hero-icons {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .hero-icon {
        width: 32px;
        height: 32px;
    }

    .hero-icon:nth-child(1) {
        top: 15%;
        left: 25%;
    }

    .hero-icon:nth-child(2) {
        top: 13%;
        left: 70%;
    }

    .hero-icon:nth-child(3) {
        top: 3%;
        left: 40%;
    }

    .hero-icon:nth-child(4) {
        top: 3%;
        left: 58%;
    }

    .hero-decorative {
        display: none;
    }
}

/* 2nd section of social media */
.socialmedia {
    padding: 40px 0;
    background: #f4f0ef;
}

.socialmedia .overview-img {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
}

.socialmedia .overview-img {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
}

.socialmedia .content {
    background-color: #f6f9ff;
    padding: 40px 40px 25px;
    border-radius: 15px;
}

.socialmedia .content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 !important;
    text-transform: uppercase;
}

.socialmedia .content p {
    margin: 10px 0;
    color: #000;
    line-height: 26px;
    font-size: 1.02rem;
}

/* 3rd section of social media */

.page-why-choose {
    padding: 40px 0 80px;
    background: linear-gradient(155deg, #e2e5ff 0, #fff9f4 100%);
}

.section-header h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
}

.section-header h3 {
    margin-top: 0 !important;
}

.page-why-choose .why-choose-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 10px;
    border: 2px dashed #bfc5ff;
    margin-block: 10px;
}

.page-why-choose .why-choose-box .why-choose-content {
    display: flex;
    align-items: center;
}

.why-choose-box .why-choose-content {
    padding: 5px 14px;
}

.page-why-choose .why-choose-box img {
    height: 80px;
    margin-left: 5px;
    margin-right: 3px;
}

.whychoose2-box h4,
.why-choose-box h4 {
    color: #4154f1;
    margin: 0;
    text-align: center;
    margin-inline: auto;
}

.whychoose2-box p,
.why-choose-box p {
    padding: 5px 0 0;
    line-height: 26px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.social_about_sec {
    background: #fefefe;
}

.social_about_sec p {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.4;
}

.social_about_sec .about-video {
    margin-top: 20px;
}

.social_about_sec .smm_about_bottom {
    margin-bottom: 0px !important;
}

.social_about_sec .smm_about_box {
    padding: 12px 16px;
    margin: 10px 0;
}

.social_about_sec .smm_about_box img {
    width: 55px;
}

/* 4th section of social media */
.social-section {
    padding: 80px 0 0;
    background: linear-gradient(135deg, #000000, #5d7355);
    /* background: linear-gradient(135deg, #000000, #00155c); */
    /* background: #5d7355; */
    position: relative;
    overflow: hidden;
}

.social-section .text-content {
    padding-bottom: 30px;
}

.social-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}

.social-section p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.social-iconsparent {
    position: relative;
    left: 65%;
    transform: translateX(-50%);
    pointer-events: none;
}

.social-icon {
    width: 46px;
    height: 46px;
    margin: 10px;
    position: absolute;
    opacity: 0.9;
    animation: float 4s ease-in-out infinite;
}

.social-icon:nth-child(1) {
    left: 3%;
    animation-delay: 0s;
}

.social-icon:nth-child(2) {
    left: 29%;
    animation-delay: 1s;
}

.social-icon:nth-child(3) {
    left: 15%;
    animation-delay: 2s;
}

.social-icon:nth-child(4) {
    left: 57%;
    animation-delay: 3s;
}

.social-icon:nth-child(5) {
    left: 45%;
    animation-delay: 4s;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.image-wrapper {
    margin-top: 2rem;
    text-align: center;
}

.image-wrapper img.main-image {
    margin-bottom: -35px;
}

.feature-box {
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #666;
    border-left: 4px solid #fff;
}

.feature-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #ffffff;
}

.feature-content p {
    font-size: 13px;
    color: #ffffff;
    margin: 0;
}

/* ===================== RESPONSIVE STYLES ===================== */

/* Tablets (768px - 1024px) */
@media (max-width: 1024px) {
    .social-section h2 {
        font-size: 30px;
    }

    .feature-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 10px;
    }

    .feature-content h5 {
        font-size: 16px;
    }

    .feature-content p {
        font-size: 12px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .image-wrapper img.main-image {
        margin-bottom: -20px;
    }
}

/* Small Tablets and Large Phones (≤768px) */
@media (max-width: 768px) {
    .social-section {
        padding: 60px 15px 0;
    }

    .text-content {
        text-align: center;
    }

    .social-section h2 {
        font-size: 28px;
    }

    .feature-box {
        justify-content: center;
        text-align: left;
    }

    .social-iconsparent {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
        margin: 8px;
        position: relative;
        animation: none;
    }

    .social-icon:nth-child(n) {
        left: auto;
    }

    .image-wrapper {
        margin-top: 20px;
    }

    .image-wrapper img.main-image {
        max-width: 80%;
        margin-bottom: 0;
    }
}

/* Mobile Phones (≤567px) */
@media (max-width: 567px) {
    .social-section {
        padding: 50px 10px 0;
    }

    .social-section h2 {
        font-size: 24px;
    }

    .hero-description,
    .feature-content p {
        font-size: 13px;
    }

    .cta-btn {
        font-size: 14px;
    }

    .feature-box {
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .social-iconsparent {
        margin-top: 20px;
        text-align: center;
    }

    .social-icon {
        display: inline-block;
        position: static;
        width: 32px;
        height: 32px;
        animation: none;
        margin: 6px;
    }

    .image-wrapper img.main-image {
        max-width: 90%;
    }
}

/* 5th section of social media */
.hero-section {
    position: relative;
    margin-top: 30px;
    color: white;
    padding: 40px 50px;
    border-radius: 16px;
    overflow: hidden;
    margin: 40px 0;
    border: 1px solid black;
    border-radius: 20px;
    border-bottom-width: 3px;
    border-right-width: 3px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-content h1 {
    line-height: 1.2;
}

.hero-content p {
    font-size: 18px;
}

.hero-content .cta-btn {
    position: relative;
    display: inline-block;
    max-width: 250px;
    margin-block: 15px;
    padding: 14px 32px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(145deg, #4154f1, #012970);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.6s;
    z-index: 3;
}

.hero-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.hero-image img:hover {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .hero-section {
        padding: 50px 20px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-image {
        margin-top: 30px;
    }
}

/* BULK SMS PROVIDER  */

.bulk-container .bulk-container .smm_about .section-heading {
    font-size: 2.5rem;
}

.bulk-container .smm_about_content .about-text {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .custom-container {
        padding: 0 2.75rem;
    }
}

@media (max-width: 768px) {
    .bulk-container .smm_about .section-heading {
        font-size: 2rem;
    }
}

.bulk_sms_about {
    background-color: #f5f7fa;
}

.bulk_sms_about .bulk_sms_image img {
    max-width: 100%;
    height: auto;
}

.bulk_sms_about .about-text {
    line-height: 26px;
    color: #564a4a;
}

.bulk_sms_about .bulk_sms_content .feature-box {
    border: none;
    border-left: 4px solid #10338e;
}

.bulk_sms_about .bulk_sms_content .feature-content h5 {
    font-size: 23px;
    color: #000;
}

.bulk_sms_about .bulk_sms_content .feature-content p {
    font-size: 14px;
    color: #555;
}



.heading-with-cta h3.inline-heading {
    display: inline-block;
    margin-right: 15px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 0 !important;
}

.heading-with-cta .btn {
    display: inline-block;
    margin-block: 15px;
    padding: 14px 32px;
    color: #fff;
    border: none;
    border-radius: 20px;
    background: linear-gradient(145deg, #4154f1, #012970);
    font-size: 17px;
    font-weight: 500;
}

.newcard h3 {
    margin-bottom: 20px;
    color: #012970;
}

/* VOICE CALL  */
.hero-voice .heroimgvoive {
    margin: 0;
    padding: 0;
}

.hero-voice h3 {
    margin-bottom: 20px;
}

.voice-call-feature-section {
    background-color: #f7f9fc;
}

.voice-call-section .bulk_sms_image img {
    margin-inline: auto;
}

.hero-voice .feature-card {
    padding: 25px 25px 8px;
}

.hero-voice .feature-card p {
    margin: 0 !important;
}

.voice-call-feature-section ul li {
    font-weight: 500;
    color: #333;
}

.voice-call-feature-section .key-features {
    padding-top: 10px;
}

.voice-call-feature-section .key-features .flex-property2 {
    gap: 8px;
    margin-bottom: 10px;
}

.wrapper-left {
    border-right: 2px solid #adb2b8;
}

.voice-call-feature-section .key-features img {
    height: 50px;
}

.voice-call-feature-section .key-features p {
    margin-left: 15px;
    margin-bottom: 0;
}

.voicepage-why-choose .why-choose-box .why-choose-content {
    margin-bottom: 5px;
}

.voicepage-why-choose .whychoose2-box p,
.voicepage-why-choose .why-choose-box p {
    font-size: 1.03rem;
}

.voicepage-why-choose .why-choose-box {
    padding: 25px 20px;
    border: 2px dashed #bfc5ff;
}

@media (min-width: 764px) {
    .voice-call-section .feature-card {
        margin-right: 3rem;
    }
}

@media (max-width: 768px) {
    .transactional-feature-section .wrapper-left {
        padding: 0;
    }

    .custom-padding {
        padding: 0;
    }

    .wrapper-left {
        border: none;
        padding-inline: 0.75rem;
    }
}

/* TRANSACTIONAL SMS   */
.transactional-hero {
    position: relative;
    overflow: hidden;
}

.transactional-hero .hero-decorative {
    right: 82%;
    top: 5%;
    width: 240px;
    animation: scaleUpDown 2.5s ease-in-out infinite;
}

.transactional-why-choose .why-choose-box .why-choose-content {
    padding: 5px 14px;
    text-align: center;
    display: block;
}

.transactional-why-choose .why-choose-box .why-choose-content img {
    margin-bottom: 6px;
}

.transactional-why-choose .whychoose2-box p,
.transactional-why-choose .why-choose-box p {
    padding: 0;
}

.transactional-why-choose .why-choose-box img {
    height: 60px;
}

.transactional-feature-section .wrapper-left {
    border: none;
}

.transactional-feature-section .bulk_sms_image img {
    width: auto;
    max-height: 550px;
    height: 100%;
}

.transactional-cta {
    margin-bottom: 20px;
    padding: 20px 0;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
}

.transactional-cta .heading-with-cta h3.inline-heading {
    color: #fff;
}

.transactional-cta .heading-with-cta .btn {
    background: linear-gradient(to right, #f92c8b 0, #b02cd6 100%);
    box-shadow: 0 10px 15px 0 #af00ca33;
}

@media (max-width: 1024px) {
    .transactional-hero h3 {
        line-height: 30px;
        margin-bottom: 10px;
    }

    .transactional-hero .hero-decorative {
        right: 79%;
        top: 4%;
        width: 193px;
    }

    .second-paragraph {
        display: none;
    }
}

/* PROMOTIONAL SMS  */
.promo-container {
    padding: 20px 0;
    background: linear-gradient(to bottom, #ffffff, #f0f4ff);
}

.promo-sms-section {
    padding: 0 0 40px;
}

.promo_about_sec .cta-btn {
    margin-top: 0px;
}

.promomaintainer {
    padding: 0 0 30px;
    background: linear-gradient(to top, #ffffff, #f0f4ff);
}

/* MISSED CALL SERVICES */
.missed-call-banner {
    background: linear-gradient(to bottom, #fff, #d2e8e7fa);
    padding: 40px 0;
}

.missed-call-banner .hero-icon {
    width: 50px;
    height: 50px;
}

.missed-call-banner .hero-icon:nth-child(1) {
    top: 27%;
    left: -1%;
}

.missed-call-banner .hero-icon:nth-child(2) {
    top: 3%;
    left: 77%;
}

.missed-call-banner .hero-icon:nth-child(3) {
    top: 41%;
    left: 92%;
}

.missedcall {
    background: linear-gradient(to top, #fff 25%, #d2e8e7fa);
    padding: 0 0 40px;
}

.missedcall .overview-img img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.missedcall .content {
    background: #fff4;
    backdrop-filter: blur(5px);
}

.missed-call-section {
    position: relative;
    overflow: hidden;
}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 22%;
    opacity: 0.7;
}

.circle::before,
.circle::after {
    position: absolute;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #4154f1;
    opacity: 0.8;
}

.circle::before {
    content: "";
    width: 160px;
    height: 160px;
    animation: rotate 16s linear infinite;
}

.circle::after {
    content: "";
    width: 240px;
    height: 240px;
    animation: rev-rotate2 28s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rev-rotate2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.missed-call-section h3 {
    margin-bottom: 25px;
}

.missed-call-section .newcard h3 {
    line-height: 1.1;
}

.missed-call-section .newcard {
    background: #fff;
    margin-bottom: 1.05rem;
    margin-right: 0.5rem;
    border-radius: 0;
    border: 2px solid #000000;
    box-shadow: 10px 10px 0px -2px #fff, 10px 10px #444;
    -webkit-box-shadow: 10px 10px 0px -2px #fff, 10px 10px #444;
}



.miss-about {
    background: linear-gradient(155deg, #e2e5ff 0, #fff9f4 100%);
}

.miss-about ul {
    padding-left: 0px;
}

.missed-services {
    padding: 30px 0;
}

.missed-services .newcard {
    border: none;
    padding: 0 25px;
    margin-top: 0;
    margin-bottom: 20px;
}

.missed-services .newcard h3 {
    line-height: 1.2;
}

.missed-services .bulk_sms_image {
    width: 100%;
    max-width: 390px;
    height: auto;
}

@media (min-width: 764px) {
    .missed-services .newcard {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {
    .missed-call-banner .hero-icons {
        display: none;
    }

    .missed-call-banner {
        padding-bottom: 0;
    }

    .missedcall .overview-img img {
        display: none;
    }

    .missedcall .content {
        background: none;
    }

    .circle {
        top: 7%;
    }

    .miss-about .smm_about_content {
        text-align: left;
    }

    .miss-about .smm_about_content ul {
        padding-left: 20px;
    }
}

/* IVR  */
.ivr-hero .hero-decorative {
    right: 77%;
    top: 31%;
    width: 231px;
}

.why-ivr {
    padding: 40px 0;
}

.why-ivr .feature-card-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    max-width: 358px;
    width: 100%;
    height: 250px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-ivr .feature-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.why-ivr .ivr-feature {
    position: relative;
    width: 100%;
    height: 457px;
    overflow: hidden;
    border-radius: 16px;
}

.why-ivr .ivr-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.why-ivr .ivr-feature .feature-card {
    position: absolute;
    bottom: 5%;
    left: 0.75rem;
    right: 0.75rem;
    padding: 1rem;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .why-ivr .ivr-feature {
        margin-top: 10px;
    }
}