.navbar-collapse {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    /* box-shadow: 0 2px 6px rgba(137, 87, 250, .271); */
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 0.5px solid #ddd;
    border-right: 0.5px solid #ddd;
    border-left: 0.5px solid #ddd;
}

.navbar-nav .nav-link {
    color: #1b1920
}
.w-bradius {
    border-radius: 20px;
  }
.hero-section {
    overflow: hidden;
    padding-top: 110px
}

.hero-section2 {
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 2rem
}

@media (max-width:991px) {
    .hero-section {
        padding-bottom: 0;
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.hero-section .hero-bg-img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    z-index: -1
}

@media (max-width:1850px) {
    .hero-section .hero-bg-img {
        width: 43.5%
    }
}

@media (max-width:1699px) {
    .hero-section .hero-bg-img {
        width: 41.5%
    }
}

@media (max-width:1564px) {
    .hero-section .hero-bg-img {
        width: 40%
    }
}

@media (max-width:1466px) {
    .hero-section .hero-bg-img {
        width: 39%
    }
}

@media (max-width:1399px) {
    .hero-section .hero-bg-img {
        width: 46%
    }
}

@media (max-width:1299px) {
    .hero-section .hero-bg-img {
        width: 44%
    }
}

@media (max-width:1199px) {
    .hero-section .hero-bg-img {
        width: 52.5%
    }
}

@media (max-width:991px) {
    .hero-section .hero-bg-img {
        width: 55%
    }
}

@media (max-width:768px) {
    .hero-section .hero-bg-img {
        width: 60%
    }
}

@media (max-width:575px) {
    .hero-section .hero-bg-img {
        width: 75%
    }
}

.hero-section .main-banner {
    position: absolute;
    z-index: -1
}

.hero-section .main-banner img {
    width: 100%
}

@media (max-width:768px) {
    .hero-section .main-banner img {
        width: 70%
    }
}

@media (max-width:575px) {
    .hero-section .main-banner img {
        width: 50%
    }
}

.hero-section .main-banner.banner-img-1 {
    animation: movetopbounce 5s linear infinite;
    left: 0;
    top: 12%
}

.hero-section .main-banner.banner-img-2 {
    animation: zoom-in 3s linear infinite;
    left: 20%;
    top: 20%
}

.hero-section .main-banner.banner-img-3 {
    animation: moveleftbounce 5s linear infinite;
    left: 35%;
    top: 14%;
    transform: translateY(-10%) translateX(-35%)
}

.hero-section .main-banner.banner-img-4 {
    animation: zoom-in 3s linear infinite;
    bottom: 20%;
    left: 8%
}

.hero-section .main-banner.banner-img-5 {
    animation: movetopbounce 5s linear infinite;
    bottom: 15%;
    left: 40%
}

.hero-section .main-banner.banner-img-6 {
    animation: zoom-in 5s linear infinite;
    right: 10%;
    top: 16%
}

.hero-section .main-banner.banner-img-7 {
    animation: moveleftbounce 5s linear infinite;
    bottom: 15%;
    right: 3%
}

.hero-section .main-banner.banner-img-8 {
    animation: movetopbounce 5s linear infinite;
    right: 0;
    text-align: right;
    top: 30%
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 3s ease-out infinite
}

.features-section .section-heading h2:after {
    left: 0;
    width: 50%
}

.features-section .feature-slider .slick-list {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
    padding-bottom: 50px
}

@media (max-width:991px) {
    .features-section .feature-slider .slick-list {
        padding-bottom: 50px
    }
}

.features-section .feature-slider .slick-list .feature-card {
    border: 2px solid #f6f6f6;
    border-radius: 20px;
    box-shadow: 0 20px 20px hsl(0deg 0% 14.26% / 10%);
    margin: 0 20px;
    min-height: 319px;
    padding: 40px 20px;
    background-color: #fff;
}

@media (max-width:768px) {
    .features-section .feature-slider .slick-list .feature-card {
        margin: 0 10px
    }
}

.features-section .feature-slider .slick-list .feature-card:hover .card-img {
    background-color: #fff;
    border: 1px solid #14243c;
    box-shadow: 0 0 20px #f3f3ff
}

.features-section .feature-slider .slick-list .feature-card .card-img {
    align-items: center;
    background-color: #f3f3ff;
    border: 1px solid #f3f3ff;
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-bottom: 25px;
    min-width: 80px;
    transition: all .3s ease;
    width: 80px
}

.features-section .feature-slider .slick-list .feature-card .card-body p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.features-section .feature-slider .slick-arrow {
    top: -103px
}

@media (max-width:991px) {
    .features-section .feature-slider .slick-arrow {
        top: -83px
    }
}

@media (max-width:575px) {
    .features-section .feature-slider .slick-arrow {
        top: -78px
    }
}

.features-section .feature-slider .slick-arrow.prev-arrow {
    right: 70px
}

@media (max-width:575px) {
    .features-section .feature-slider .slick-arrow.prev-arrow {
        right: 55px
    }
}

.features-section .feature-slider .slick-arrow.next-arrow {
    right: 0
}

.modern-interface-section .interface-card .interface-img {
    border-radius: 20px;
    margin: 0 auto;
    max-height: 300px;
    max-width: 500px;
    position: relative
}

.modern-interface-section .interface-card .interface-img img {
    border-radius: 20px;
    max-height: 300px;
    max-width: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

.modern-interface-section .interface-card .interface-img:hover:before {
    left: -8px;
    top: -8px
}

.modern-interface-section .interface-card .interface-img:before {
    border: 2px solid #14243c;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 8px;
    position: absolute;
    top: 8px;
    transition: all .3s ease;
    width: 100%
}

.modern-interface-section .interface-card .card-desc .card-text {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.pricing-plan-section .pricing-slider .slick-list {
    margin: 0;
    padding: 0 !important
}

.pricing-plan-section .pricing-slider .pricing-card {
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    margin: 0 20px;
    max-width: 400px;
    padding: 30px
}

@media (max-width:1199px) {
    .pricing-plan-section .pricing-slider .pricing-card {
        margin: 0 15px
    }
}

@media (max-width:768px) {
    .pricing-plan-section .pricing-slider .pricing-card {
        margin: 0 10px
    }
}

@media (max-width:575px) {
    .pricing-plan-section .pricing-slider .pricing-card {
        margin: 0 auto
    }
}

.pricing-plan-section .pricing-slider .pricing-card .card-title {
    font-size: 28px
}

.pricing-plan-section .pricing-slider .pricing-card .price {
    font-size: 40px
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list {
    height: 100%;
    min-height: 375px
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li {
    margin-bottom: 15px
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li:last-child {
    margin-bottom: 0
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.active-check .check-box {
    background-color: #1b1920;
    color: #fff
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check {
    color: #99999a
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check .check-box {
    background-color: #99999a;
    color: #fff
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li .check-box {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    margin-right: 20px;
    text-align: center;
    width: 20px
}

.pricing-plan-section .pricing-slider .pricing-card .btn-gray {
    font-size: 20px;
    height: 60px;
    max-width: 240px;
    width: 100%
}

.pricing-plan-section .pricing-slider .slick-current .pricing-card {
    border: 2px solid #14243c
}

.pricing-plan-section .pricing-slider .slick-current .pricing-card .price {
    color: #14243c
}

.pricing-plan-section .pricing-slider .slick-current .pricing-card .btn-gray {
    background-color: #14243c;
    color: #fff
}

.pricing-plan-section .pricing-slider .slick-dots {
    bottom: -30px;
    position: relative
}

.pricing-plan-section .pricing-slider .slick-dots li {
    margin: 0
}

.pricing-plan-section .pricing-slider .slick-dots li button {
    padding: 0
}

.pricing-plan-section .pricing-slider .slick-dots li button:before {
    color: #d8d8d8;
    font-size: 30px;
    opacity: 1
}

.pricing-plan-section .pricing-slider .slick-dots li.slick-active button:before {
    color: #14243c
}

.testimonial-section .testimonial-slider .testimonial-card {
    background-color: #fff;
    border-bottom: 5px solid #14243c;
    border-radius: 20px;
    border-right: 5px solid #14243c;
    margin: 50px 30px;
    padding: 40px 80px 80px;
    position: relative
}

@media (max-width:991px) {
    .testimonial-section .testimonial-slider .testimonial-card {
        padding: 40px 60px 60px
    }
}

@media (max-width:768px) {
    .testimonial-section .testimonial-slider .testimonial-card {
        padding: 40px
    }
}

@media (max-width:575px) {
    .testimonial-section .testimonial-slider .testimonial-card {
        padding: 30px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .quote-img {
    align-items: center;
    background-color: #fff;
    border: 10px solid #f3f3ff;
    border-radius: 50%;
    display: flex;
    height: 110px;
    justify-content: center;
    left: -20px;
    min-width: 110px;
    position: absolute;
    top: -50px;
    width: 110px
}

@media (max-width:991px) {
    .testimonial-section .testimonial-slider .testimonial-card .quote-img {
        height: 90px;
        min-width: 90px;
        width: 90px
    }
}

@media (max-width:575px) {
    .testimonial-section .testimonial-slider .testimonial-card .quote-img {
        height: 75px;
        min-width: 75px;
        width: 75px
    }
}

@media (max-width:991px) {
    .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
        width: 60%
    }
}

@media (max-width:575px) {
    .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
        width: 50%
    }
}

.testimonial-section .testimonial-slider .testimonial-card .profile-img {
    border: 5px solid #14243c;
    border-radius: 50%;
    bottom: -50px;
    height: 120px;
    min-width: 120px;
    overflow: hidden;
    position: absolute;
    right: -25px;
    width: 120px
}

@media (max-width:991px) {
    .testimonial-section .testimonial-slider .testimonial-card .profile-img {
        height: 100px;
        min-width: 100px;
        width: 100px
    }
}

@media (max-width:575px) {
    .testimonial-section .testimonial-slider .testimonial-card .profile-img {
        height: 80px;
        min-width: 80px;
        width: 80px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .profile-desc {
    position: relative
}

.testimonial-section .testimonial-slider .testimonial-card .profile-desc:after {
    background-color: #d8d8d8;
    content: "";
    height: 1px;
    max-width: 200px;
    position: absolute;
    width: 100%
}

@media (max-width:375px) {
    .testimonial-section .testimonial-slider .testimonial-card .profile-desc:after {
        max-width: 150px
    }
}

.testimonial-section .testimonial-slider .testimonial-card .profile-text {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

@media (max-width:575px) {
    .testimonial-section .testimonial-slider .testimonial-card .profile-text {
        font-size: 15px
    }
}

.testimonial-section .testimonial-slider .slick-arrow {
    bottom: 0
}

.testimonial-section .testimonial-slider .slick-arrow.prev-arrow {
    right: 53%
}

.testimonial-section .testimonial-slider .slick-arrow.next-arrow {
    left: 51%;
    position: relative
}

.contact-section .contact-img {
    margin: 0 auto;
    max-width: 530px;
    position: relative
}

.contact-section .contact-form {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px
}

@media (max-width:575px) {
    .contact-section .contact-form {
        padding: 25px
    }
}

.contact-section .contact-form .submit-btn {
    height: 60px;
    max-width: 340px
}

.person-icon {
    font-size: 30px;
} 

.color-blue {
    color: #0268cd;
}

.min-height-auto {
    min-height: auto !important;
}

.color-purple {
    color: #b752ff;
}

.color-red {
    color: #ff0b5b;
}

.color-yellow {
    color: #ffa51d;
}

.how-it-works h2 {
    margin-bottom: 1.8rem;
  }
  
  .how-it-works .box {
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(137, 87, 250, .271);
    height: 545px;
  }
  
  /* .how-it-works .box::before {
    content: "\f058";
    color: #14243c;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: block;
    position: relative;
    left: -20px;
    top: -5px;
    margin-top: -25px;
    font-size: 2.5rem;
  } */

  .card-number {
    position: relative;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    height: 50px;
    width: 50px;
    left: -10px;
    top: -20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    font-weight: 700;
    font-size: 24px;
    z-index: 9999;
}
  
  @media (min-width: 600px) {
    .how-it-works .d-flex {
      display: flex;
      justify-content: space-between;
    }
  
    .how-it-works .box.col-md-6 {
      width: 47%;
      max-width: 47%;
    }
  }

  .card-image {
    width: 335px;
    height: 335px;
    position: relative;
    top: -50px;
    left: -5px;
    border-radius: 10px;
    display: flex;
  }

  .card-image img {
    height: 100%;
    width: auto;
    border-radius: 10px;
  }

  .hit-card {
    width: 336px;
  }
  
  .how-it-works .card {
    border-radius: 25px;
  }

  .how-it-works .card-img-top {
    border-radius: 25px;
    width: 40%;
    left: 2.5%;
    position: relative;
    top: -35px;
}

.cart-item {
    position: relative;
    right: -35px;
}

.color-white {
    color: #fff;
}

.color-gray {
    color: #9f9e9e;
}

.profile-card {
    border-radius: 25px;
    height: 560px;
    font-weight: 700;
}
.profile-card p {
    font-size: 16px;
}

.profile-image {
    position: absolute;
    height: 485px;
    z-index: 2;
    top: 20px;
    left: -120px;
    rotate: -8deg;
}

.profile-info-1 {
    margin-bottom: 42px;
}

.profile-info-2 {
    margin-bottom: 42px;
}

.profile-info-3 {
    margin-bottom: 42px;
}

.image-section {
    width: 170px;
    height: 115px;
}

.image-section-1 {
    border-bottom-left-radius: 10px;
}

.image-section-3 {
    border-bottom-right-radius: 10px;
}

.one-card-section {
    border-radius: 10px;
}

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.social-section {
    border-radius: 25px;
}

.social-image {
    width: 110%;
    height: 100%;
    left: -44px;
    top: -12px;
    position: relative;
}

.h-560 {
    height: 560px;
}

.bg-main {
    background-color: #14243c;
}

.max-height-226 {
    height: 180px;
}

.w-240 {
    width: 240px;
}

.footer {
    background-color: #14243c;
    color: #fff;
    line-height: 2;
}

.footer a {
    color: #fff;
}

.sub_email {
    width: 100%;
}

.accordion-body {
    color: #898989;
    font-size: 16px;
    padding-right: 70px;
}

/* Custom styles for accordion */
.accordion-button {
    background-color: #f8f9fa; /* Set default background color for accordion headers */
    color: #212529; /* Set default text color for accordion headers */
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.accordion-item {
    background-color: #14243D; /* Set default background color for accordion bodies */
    color: #fff;
}

/* Styles for expanded accordion */

.accordion-button.expanded {
    background-color: #14243D; /* Set background color for expanded accordion headers */
    color: #fff; /* Set text color for expanded accordion bodies */
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.accordion-item {
    border: none;
}

.accordion-button {
    background-color: #fff;
}

.collapse {
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, height;
    will-change: opacity, contents;
}
 

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
/*    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');*/
    background-image: url('../../../images/accordion/plus.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    color: #fff;
/*    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');*/
    background-image: url('../../../images/accordion/minus.svg');
    transition: transform .2s ease-in-out;
}

.feature-box {
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-left: 10px;
    width: 264px;
}
.feature-box i {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.feature-text {
    font-size: 16px;
}

.feature-text .link {
    color: #0268cd;
    text-decoration: none;
}
.feature-text .device {
    color: #b752ff;
}
.feature-text .web {
    color: #ff0b5b;
}
.feature-text .share {
    color: #ffa51d;
}

.text-right {
    text-align: right;
}

.card-padding {
    padding-left: 12px;
    padding-bottom: 7px;
}

.howitworks-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
}
.howitworks-box img {
    max-width: 100%;
    border-radius: 10px;
}
.howitworks-box h3 {
    font-size: 18px;
    margin-top: 15px;
}
.howitworks-box p {
    font-size: 14px;
    color: #555;
}
.step-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: white;
    position: absolute;
    top: -20px;
    left: -20px;
}
.feature-wrapper {
    position: relative;
}

.card-container {
    display: flex;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.business-card {
    width: 300px;
    border-radius: 15px;
    overflow: hidden;
    align-content: center;
}
.business-card img {
    width: 100%;
}
.card-content {
    padding: 15px;
    text-align: center;
}
.card-content h4 {
    margin: 10px 0;
    color: #d03030;
}
.card-content p {
    margin: 5px 0;
    color: #666;
}
.card-content .contact-info {
    margin-top: 15px;
}
.card-content .contact-info div {
    margin: 5px 0;
}
.card-content .social-icons i {
    margin: 5px;
    color: #d03030;
}
.features {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.features div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.features i {
    font-size: 24px;
    color: #1a73e8;
    margin-right: 15px;
}
.features p {
    padding: 10px 20px;
    margin: 0;
    color: #14243c ;
    font-weight: bold;
}

.vcard-section {
    margin-bottom: -70px
}

.center-slider .slick-slide {
    border-radius: 20px;
    height: 590px;
    margin: 0 10px;
    opacity: .5;
    overflow: hidden;
    transform: scale(.8);
    transition: all .4s ease-in-out;
}

@media (max-width: 780px) {
    .center-slider .slick-slide {
        height: 520px !important;
    }
}

.center-slider .slick-current.slick-active {
    border-radius: 20px;
    opacity: 1;
    overflow: hidden;
    transform: scale(1)
}

.center-slider .slick-arrow {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 10px #00000026;
    color: #7638f9;
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    position: absolute;
    width: 50px;
    z-index: 5
}

@media (max-width:480px) {
    .center-slider .slick-arrow {
        font-size: 18px;
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.center-slider .next-arrow {
    right: 25px;
    top: 45%
}

@media (max-width:991px) {
    .center-slider .next-arrow {
        right: 15px
    }
}

@media (max-width:480px) {
    .center-slider .next-arrow {
        right: 10px
    }
}

.center-slider .prev-arrow {
    left: 25px;
    top: 45%
}

@media (max-width:991px) {
    .center-slider .prev-arrow {
        left: 15px
    }
}

@media (max-width:480px) {
    .center-slider .prev-arrow {
        left: 10px
    }
}

.center-slider .slick-current.slick-active+.slick-active {
    opacity: .8;
    transform: scale(.9)
}

.center-slider .slick-active:has(+.slick-current) {
    opacity: .8;
    transform: scale(.9)
}

/* #owlcarousel2 .owl-item {
    width: 575px !important;
} */

@media (max-width: 780px) {
    .profile-image {
        height: 310px;
        top: 120px;
        left: -90px;
    }
    .profile-card {
        height: 400px;
    }
    .profile-card p {
        font-size: 12px;
    }

    .profile-info-1 {
        margin-left: 128px;
        margin-bottom: 20px;
    }
    
    .profile-info-2 {
        margin-left: 146px;
        margin-bottom: 20px;
    }
    
    .profile-info-3 {
        margin-left: 160px;
    }
    .image-section {
        width: 105px;
        height: 90px;
    }

    .social-image {
        width: 116%;
    }

    .w-240 {
        width: 135px;
        font-size: 14px;
    }

    .newletter {
        margin-top: 20px;
    }

    .feature-box {
        width: 94%;
    }

    .social-image {
        left: -28px;
    }

    .feature-text {
        text-align: left !important;
    }
}

.como-img {
    width: 106% !important;
}


.phone-section-img {
    width: 115% !important;
}
.subscription-text {
    width: 75% !important;
}

.apps-img {
    text-align: center;
}

.envelop-img {
    width: 200px !important;
}

.integraciones-sections {
    font-size: 3rem; /* Adjust size as needed */
    font-weight: 700;
    font-family: Arial, sans-serif; /* Use a similar font family */
    background: linear-gradient(90deg, #ffd163, #ff5e5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center; /* Optional, center-align the heading */  
    display: inline;
}

.footer-logo {
    width: 180px;
    margin-top: 150px;
}

.top-bar {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); 
    border-radius: 20px;
}

.logo-fix-size {
    width: 163px;
}

.mobile-logo-fix-size {
    width: 130px;
}

.fs-6 {
    font-size: 1rem !important;
    font-weight: 800;
}
@media (max-width: 780px) {
    .como-img {
        width: 100% !important;
    }

    .phone-section-img {
        width: 100% !important;
    }

    .subscription-text {
        width: 100% !important;
    }

    .custom-btn-div {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .faq-div {
        height: 18rem !important;
    }

    .faq-div h3 {
        padding-bottom: 2rem !important;
    }

    .apps-img {
        padding-bottom: 5rem !important;
    }
    .footer-logo {
        margin-top: 0px;
    }

    .footer-logo-div {
        position: absolute;
        bottom: 0;
        text-align: center;
    }
    .top-bar {
        box-shadow: none;
        border-radius: 0;
    }
}

