body {
 background: linear-gradient(179deg, #FFFFFF -8.01%,#FAECFD 154.53%);

}
.home__slider {
    /* background: url('../images/slider_bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    height: 100vh;
    width: 100%;
    position: relative;
    background-color: var(--slider-background);
    display: flex;
    align-items: center;
}
.slider__backlayer {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
}
.slider__item {
    position: relative;
    z-index: 1;
    width: 100%;
}
.slider__item .slider__image {
    max-width: 100%;
    margin: 0 auto;
    max-height: 425px;
    width: auto !important;
}
.slider__item h1 {
    font-weight: 600;
    color: white;
    max-width: 450px;
    margin-bottom: 20px;
    font-size: 45px;
}
.slider__item p {
    font-weight: 400;
    color: white;
    font-size: 18px;
    max-width: 450px;
    margin: 0;
}
.section__title {
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    z-index: 11;
}
.section__title> p {
  color: #000538;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  position: relative;
}
.section__title span {
    color: #606060;
    font-size: 18px;
    font-weight: 500;
}
.section__title p img {
    position: absolute;
    top: -65%;
    left: -25px;
    width: 30px;
}
.home__video {
    background: url('../images/video_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.home__video {
    padding: 70px 0px;
}
.video__container {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.video__container .video__thumbnail {
    width: 100%;
}
.video__container .video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video__container .video__play  svg {
    width: 70px;
    height: auto;
}
#video-modal iframe {
    width: 100%;
    height:400px;
    border: none;
}
 .home__safe-community {
    padding-left: 180px;
 }
 .home__safe-community .home__safe-community__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: rgba(176, 21, 205, 0.1);
    border-radius: 75px;
    padding: 20px 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-size: 27px;
    font-weight: 500;
    max-width: 530px;
    margin-right: auto;
    margin-left: 0px;
 }
 .home__safe-community .home__safe-community__content::before {
    content: "";
    position: absolute;
    bottom: -14.3px;
    left: -21.6px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 25px solid rgba(176, 21, 205, 0.1);
    /* border-right-color: rgba(176, 21, 205, 0.1); */
    transform: rotate(-47deg);
}
.home__safe {
    padding-bottom: 200px;

}
.home__safe .home__safe__image {
    position: absolute;
    left: 0;
    bottom: -45px;
}
.home__gateways {
    background:var(--slider-background);
}
.section-title__white .section__title p {
    color: white;
}
.section-title__white .section__title span {
    color: #FAECFD
}
.section-title__black .section__title p {
    color: black
}
.section-title__black .section__title span {
    color: #606060
}
.home__gateways__clouds-top {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
}
.home__gateways__clouds-bottom {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
}
.home__gateways {
    margin:90px 0px;
    padding: 130px 0px;
    padding-bottom: 150px;
}
.home__gateways .home__gateways__arrows{
    position: absolute;
    left: 20px;
    top: 50px;
    width: 60px;

}
.home__gateways__arrows--center {
    right: 0px;
    top: 50% !important;
    transform: translateY(-50%);
}
.gateway_card {
    width: 100%;
    border-radius: 12px;
    background-color: white;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 350px; */
    position: relative;
    z-index: 11;
    margin-bottom: 20px;
}
.gateway_card img {
    height: 130px;
    width: auto;
    max-width: 100%;
    margin:0 auto;
    margin-bottom: 40px;
}
.gateway_card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0D1216;
}
.gateway_card a {
    margin-top: 15px;
    border: none !important;
}
.gateway_card a.custom-gradient-button {
    font-size: 20px;
    min-width: 140px
}
.home__gateways .section__title {
    margin-bottom:70px;
}
.home__explore {
    height: auto;
        background: linear-gradient(179deg, var(--primary-color-gradient) -8.01%, var(--secondary-color-gradient) 154.53%);
}
.home__explore .btn {
    margin-top: 25px;
    border:none !important
}
.home__explore .slider__item p {
    max-width: 530px;
    font-size: 20px;
}
.home__explore  .slider__item h1 {
    max-width: 530px;
}
.home__blog__backlayer {
    position: absolute;
    top: 10px;
    right:20px;
    width: 220px;
}
.home__blog {
    background: linear-gradient(179deg, #FAECFD -8.01%, #FFFFFF 154.53%);
}
.home__blog__backlayer.left {
    position: absolute;
    top: 50px;
    right: auto;
    left:20px;
    width: 160px;
}
.blog__item {
    border-radius: 24px;
    background-color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog__item:hover {

    background: linear-gradient(179deg, var(--primary-color-gradient) -8.01%, var(--secondary-color-gradient) 154.53%);
    color: white;
}
.blog__item:hover h3, .blog__item:hover p {
    color: white;
}
.home__blog .section__title {
    margin-bottom: 70px;
}
.blog__item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #1C0303;
}
.blog__item p {
    font-size: 16px;
    color: #777777;
    margin: 0;
}
.blog__item svg {
    margin-bottom: 10px;
}
.blog__item  img {
    border-radius: 16px;
}
.home__stats {
    background:url('../images/stats_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.stats__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 0 auto;
    gap: 5px;
    margin-bottom: 50px;
}
.stats__item .stats__icon {
    background: url('../images/stats_item_bg.png');
    background-size: 100% 100%;
    width: 100px;
    margin-bottom: 15px;
}
.stats__item .stats__icon img {
    max-width: 90%;
    position: relative;
    right: -10px;
    top: -10px;
}
.stats__item p {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
.stats__item span {
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
.home__contact {
    background: #FAECFD;
    --c: 115; /* control the curve */
    mask: radial-gradient(calc(var(--c)*1%) 100%
        at 50% calc(-100%*cos(asin(50/var(--c)))),
        #0000 100%,#000);
    padding: 140px 0px;
    padding-bottom: 100px;
    max-width: 90%;
    margin: 0 auto;
}
.home__contact .home__contact__backlayer {
    position: absolute;
    top: 40px;
    left: 20px;
}
.home__contact .contact__form {
    padding: 0px 15px;
}
.home__contact_info {
    padding: 0px 15px;
}
.home__contact_info ul {
    padding: 0;
}
.home__contact_info ul li {
    display: flex;
    align-items: center;
    color: #000538;
    font-size: 20px;
    gap:10px
}
.home__contact_info ul li a{
    color: #000538;
    font-size: 20px;
}
.home__contact_info ul li img {
    width: 65px;
}
.home__contact_info iframe {
    height: 250px;
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
}
.contact__form textarea {
    height: 100px;
}
.home__newsletter {
    height: 180px;
    padding: 0 100px;
    margin-top: 50px;
}
.home__newsletter {
    background: linear-gradient(179deg, var(--primary-color-gradient) -8.01%, var(--secondary-color-gradient) 154.53%);
}
.home__newsletter .newsletter-bg {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;

}
.home__newsletter {
    display: flex;
    align-items: center;
}
.home__newsletter h1 {
    color: white;
    font-size: 30px;
    font-weight: bold;
}
.home__newsletter p {
    color: white;
    font-size: 16px;
    font-weight: 500;
    max-width: 500px;
    margin: 0;
}
.home_newsletter__backlayer {
    position: absolute;
    top: 20px;
    right: auto;
    left: 20px;
    width: 70px;

}
.newsletter-form {
    display: flex;
    height: 56px;
}
.newsletter-form input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: none !important;
    font-size: 16px !important;
    background-color: #FAECFD !important;
}
.newsletter-form button {
    background: white;
    color: #000538;
    border: none;
    font-weight: bold;
    font-size: 20px;
    width: 150px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.newsletter-form input:active, .newsletter-form input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.home__faq {

}
.home__faq .section__title img {
    display: none;
}
.home__faq .home__faq__backlayer {
    position: absolute;
    top: 40px;
    right: 80px;
    width: 80px;
}
.home__faq .custom-accordion {
    background-color: transparent;
    border-bottom: 1px solid rgba(207, 211, 214, 0.5);
    border-radius: 0 !important;
}

.home__faq .custom-accordion .card-header {
    border-radius: 12px;
   background-color: transparent;
    border: none;
}

.home__faq .card-header.active {
    background-color: var(--primary-color) !important;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.home__faq .toggle-icon i {
    transition: transform 0.3s ease;
}

.home__faq .custom-accordion .card-header .custom-toggle .toggle-icon {
    font-size: 27px;
    background-color: #FFFFFF;
    color: var(--primary-color);
}

.home__faq .custom-accordion .card-header .custom-toggle {
    color: #4D4455;
}

.home__faq .custom-accordion .card-header.active .custom-toggle {
    color: #FFFFFF;
}

.home__faq .custom-accordion .card-header.active .custom-toggle .toggle-icon {
    background-color: var(--primary-color);
    color: #FFFFFF;
}
.home__faq .custom-accordion {
    border-radius: 12px;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(207, 211, 214, 0.5);
}

.home__faq .custom-accordion .card-header {
    border-radius: 12px;
    background-color: transparent;
    border: none;
}


.home__faq .custom-accordion .card-header .custom-toggle {
    color: var(--primary-color);
    font-weight: bold;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: right;
    padding: 10px 0;
    font-size: 18px;
}

.home__faq .custom-accordion .card-header .custom-toggle:hover {
  text-decoration: none;
}

.home__faq .custom-accordion .card-header .custom-toggle .toggle-icon {
    font-size: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.home__faq .custom-accordion .card-body {
    font-weight: 600;
    line-height: 1.8;
}

.home__faq .custom-accordion .card-body .link-btn {
    margin-top: 20px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 8px 20px;
}

.home__faq .custom-accordion .card-body .link-btn:focus {
box-shadow: none;
}
.custom-accordion .card-body p {
    margin: 0;
}
.home__faq .custom-accordion .card-header .custom-toggle {
    color: #000538;
    font-weight: 600;
    font-size: 20px;
}
.home__faq .custom-accordion .card-body {
    font-weight: 500;
    padding-top: 5px;
    font-size: 16px;
    color: #000538;
}
.home__faq .custom-accordion .card-header .custom-toggle .toggle-icon {
    background: linear-gradient(179deg, var(--primary-color-gradient) -8.01%, var(--secondary-color-gradient) 154.53%);

}
.home__try_free {
    background: url('../images/try_free_bg.png');
    background-size: cover;
}
.home__try_free .try-free__bottom {
position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0;
    display: flex
;
    justify-content: space-between;
    padding: 0px 50px;
}
.home__try_free .try-free__bottom img {
    height: 80px;
}
.home__try_free h1 {
    color: #000538;
}
.home__try_free p {
    color: #606060;
}
.up-footer {
    padding: 0;
    top: 120px;
    position: relative;
}
.up-footer .up-footer-bg {
    width: 100%;
    height: auto;
}
.up-footer .up-footer__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.up-footer .up-footer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.up-footer .up-footer__content h3 {
    color: #01109F;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
}
.up-footer .up-footer__content img {
    height: 65px;
}
.chat-widget-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

/* Chat Button */
.chat-button {
    background: linear-gradient(179deg, var(--primary-color-gradient) -8.01%, var(--secondary-color-gradient) 154.53%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.chat-button:hover {
    transform: scale(1.1);
    background-color: #0056b3;
}

/* Chat Window */
.chat-window {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    width: 320px;
    height: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    bottom: 80px; /* Position above the button */
    right: 0;
    transform: translateY(20px) scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform-origin: bottom right;
}

.chat-window.open {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

/* Chat Header */
.chat-header {
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
}

.chat-header h3 {
    margin: 0;
    font-size: 1.2em;
}

.close-button {
    background: none;
    border: none;
    color: white;
    font-size: 1.8em;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.close-button:hover {
    transform: rotate(90deg);
}

/* Chat Body */
.chat-body {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.message {
    max-width: 80%;
    padding: 10px 15px;
    border-radius: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    word-wrap: break-word;
}

.message.sent {
    background-color: #dcf8c6;
    align-self: flex-end;
    margin-left: auto;
    border-bottom-right-radius: 2px;
}

.message.received {
    background-color: #e0e0e0;
    align-self: flex-start;
    margin-right: auto;
    border-bottom-left-radius: 2px;
}

/* Chat Footer */
.chat-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.chat-footer input[type="text"] {
    flex-grow: 1;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 1em;
    outline: none;
    transition: border-color 0.2s ease;
}

.chat-footer input[type="text"]:focus {
    border-color: #007bff;
}

.chat-footer button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.chat-footer button:hover {
    background-color: #0056b3;
}
#chatWindow .chat-messages {
    height: auto;
    overflow-y: auto;
    padding: 10px 10px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
#chatWindow .chat-card {
    padding: 0 !important;
    height: 100%;
    border: none !important;
    border-radius: 0 !important;
    gap:0px !important;
    margin: 0px !important;
}
#chatWindow .card-content-right,#chatWindow .card-content-left {
    max-width: 95% !important;
}
#chatWindow .chat-messages p {
    margin: 0;
    font-size: 14px;
}
#chatWindow .chat-input-container {
    padding: 10px 10px;
    margin-top: auto !important;
}
#chatWindow .send-btn img {
    width: 30px;
}
 #chatWindow .chat-input {
    padding: 10px 15px;
    height: auto;
 }
 #chatWindow .robot-icon {
    margin-top: -53px;
 }
 .chat-window-header {
    background: linear-gradient(179deg, var(--primary-color-gradient) -8.01%, var(--secondary-color-gradient) 154.53%);
    display:flex;
    align-items: center;
    border-radius: 10px;
}
 .chat-window-header img {
    height: 50px;
 }
 .chat-window-header .chat-window-header__actions {
    margin-right: auto;
    display: flex;
    align-items: center;
    gap:10px;
    padding: 0px 10px;
 }
 .chat-window-header .chat-window-header__actions img {
    width: 25px;
    height: auto;
 }
 #chatWindow .chat-card {
    background: transparent;
 }
 .blog__single {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
 }
 .single__blog__icon {
    position: absolute;
    left: 0px;
    top: -85px;
    height: 70px;
 }
 .blog__single h3 {
    color: #1C0303;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
 }
 .blog__single img.blog__item__image {
    border-radius: 16px;
    max-width: 100%;
    margin: 25px auto;
    display: block;
 }
 .blog__single p {
    font-weight: 500;
    font-size: 17px;
    color: #606060;
    margin-bottom: 25px;

 }
 .single__blog__leafe {
    position: absolute;
    left: -125px;
    bottom: 100px;
    width: 100px;
 }
 .missing-questions-text {
    font-size: 18px;
    font-weight: 500;
    color: #000538;
    margin-top: 10px;
    margin-bottom: 0;
 }
 .missing-questions-svg {
    width: 140px;
    height: auto;
 }
 .modal-footer .custom-gradient-button-secondary {
    border: 1px solid;
 }
/**/

/* Base Helper Icon & Contact Bubble Styles */
:root {
    --bubble-bg: rgba(255, 255, 255, 0.95);
    --bubble-color: #6B46C1;
    --bubble-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    --transition: all 0.3s ease;
}

/* Common helper icon styles */
.helper-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
}

.helper-icon svg {
    width: 35px;
    height: 35px;
}

/* Common contact bubble styles */
.contact-bubble {
    background: var(--bubble-bg);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 25px;
    position: absolute;
    min-width: 250px;
    width: auto;
    box-shadow: var(--bubble-shadow);
    text-align: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    word-wrap: break-word;
    white-space: normal;
}

.contact-bubble p {
    color: var(--bubble-color);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

/* Arrow pointer for bubbles */
.contact-bubble::before {
    content: '';
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--bubble-bg);
}

/* Show bubble on hover */
.helper-icon:hover + .contact-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Force visibility */
.helper-icon,
.contact-bubble {
    display: block !important;
}

/* === SPECIFIC SECTION STYLES === */

/* Home Slider Section */
.home__slider .helper-icon {
    top: 50px;
    right: 50px;
}

.home__slider .contact-bubble {
    border-radius: 60px;
    padding: 30px 40px;
    min-width: 280px;
    top: 100px;
    right: 0;
}

.home__slider .contact-bubble::before {
    top: -10px;
    left: 85%;
    transform: translateX(-50%);
}

.home__slider .contact-bubble p {
    font-size: 20px;
}

/* Home Video Section */
.home__video {
    position: relative;
}

.home__video .helper-icon {
    top: 30px;
    right: 30px;
}

.home__video .contact-bubble {
    top: 80px;
    right: 10px;
}

.home__video .contact-bubble::before {
    top: -10px;
    left: 85%;
    transform: translateX(-50%);
}

/* Home Gateways Section */
.home__gateways {
    position: relative;
}

.home__gateways .helper-icon {
    top: 60px;
    right: 20px;
}

.home__gateways .contact-bubble {
    max-width: 350px;
    top: 120px;
    right: 10px;
}

.home__gateways .contact-bubble::before {
    top: -10px;
    left: 90%;
    transform: translateX(-50%);
}

/* Gateway Card Specific */
.gateway_card {
    position: relative;
}

.gateway_card .helper-icon {
    top: 15px;
    right: 15px;
}

.gateway_card .helper-icon svg {
    width: 30px;
    height: 30px;
}

.gateway_card .contact-bubble {
    border-radius: 25px;
    padding: 15px 20px;
    min-width: 200px;
    max-width: 280px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    top: 55px;
    right: 0;
}

.gateway_card .contact-bubble::before {
    top: -10px;
    left: 85%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--bubble-bg);
}

.gateway_card .contact-bubble p {
    font-size: 16px;
    line-height: 1.4;
}

/* Home Explore & Try Free Section */
.home__explore,
.home__try_free {
    position: relative;
}

.home__explore .helper-icon,
.home__try_free .helper-icon {
    top: 30px;
    right: 30px;
}

.home__explore .contact-bubble,
.home__try_free .contact-bubble {
    max-width: 360px;
    top: 85px;
    right: 0;
}

.home__explore .contact-bubble::before,
.home__try_free .contact-bubble::before {
    top: -10px;
    left: 70%;
    transform: translateX(-50%);
}

/* Centered Sections (Blog, Stats, Newsletter, FAQ, Contact) */
.home__blog,
.home__stats,
.home__newsletter,
.home__faq,
.home__contact {
    position: relative;
}

.home__blog .helper-icon,
.home__stats .helper-icon,
.home__newsletter .helper-icon,
.home__faq .helper-icon,
.home__contact .helper-icon {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.home__blog .helper-icon svg,
.home__stats .helper-icon svg,
.home__newsletter .helper-icon svg,
.home__faq .helper-icon svg,
.home__contact .helper-icon svg {
    width: 40px;
    height: 40px;
}

.home__blog .contact-bubble,
.home__stats .contact-bubble,
.home__newsletter .contact-bubble,
.home__faq .contact-bubble,
.home__contact .contact-bubble {
    left: 50%;
    transform: translateX(-50%);
    max-width: 350px;
}

.home__blog .contact-bubble::before,
.home__stats .contact-bubble::before,
.home__newsletter .contact-bubble::before,
.home__faq .contact-bubble::before,
.home__contact .contact-bubble::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Specific positions for centered sections */
.home__blog .helper-icon { top: 60px; }
.home__blog .contact-bubble { top: 100px; }

.home__stats .helper-icon,
.home__newsletter .helper-icon { top: 40px; }
.home__stats .contact-bubble,
.home__newsletter .contact-bubble { top: 95px; }

.home__faq .helper-icon { top: 60px; }
.home__faq .contact-bubble { top: 110px; }

.home__contact .helper-icon { top: 100px; }
.home__contact .contact-bubble { top: 155px; }

/* Chat Widget Container */
.chat-widget-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.chat-widget-container .helper-icon {
    top: -20px;
    right: 0;
}

.chat-widget-container .contact-bubble {
    max-width: 320px;
    top: -120px;
    right: -20px;
}

.chat-widget-container .contact-bubble::before {
    bottom: -10px;
    left: 85%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--bubble-bg);
    border-bottom: none;
}

.chat-widget-container .chat-button {
    z-index: 999;
}

.chat-widget-container .chat-window {
    z-index: 998;
}

/* Helper icon styles for single blog page */
.blog__single .helper-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    top: 15px;
    right: 15px;
}

.blog__single .helper-icon svg {
    width: 35px;
    height: 35px;
}

.blog__single .contact-bubble {
    background: var(--bubble-bg);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 25px;
    position: absolute;
    min-width: 250px;
    max-width: 350px;
    width: auto;
    box-shadow: var(--bubble-shadow);
    text-align: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    word-wrap: break-word;
    white-space: normal;
    top: 65px;
    right: 5px;
}

.blog__single .contact-bubble p {
    color: var(--bubble-color);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.blog__single .contact-bubble::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 85%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--bubble-bg);
}

.blog__single .helper-icon:hover + .contact-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.blog__single .helper-icon,
.blog__single .contact-bubble {
    display: block !important;
}

/* Helper icon styles for home blog section */
.home__blog .helper-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.home__blog .helper-icon svg {
    width: 40px;
    height: 40px;
}

/* Contact bubble styles for home blog section */
.home__blog .contact-bubble {
    background: var(--bubble-bg);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 25px;
    position: absolute;
    min-width: 250px;
    max-width: 350px;
    width: auto;
    box-shadow: var(--bubble-shadow);
    text-align: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    word-wrap: break-word;
    white-space: normal;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.home__blog .contact-bubble p {
    color: var(--bubble-color);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

/* Arrow pointer for home blog bubbles */
.home__blog .contact-bubble::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--bubble-bg);
}

/* Show bubble on hover for home blog */
.home__blog .helper-icon:hover + .contact-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Force visibility for home blog */
.home__blog .helper-icon,
.home__blog .contact-bubble {
    display: block !important;
}

/* Make sure the home blog section has relative positioning */
.home__blog {
    position: relative;
}
.home__services {
    background: #B015CD;
}

.home__services .home__gateways__arrows {
    width: 150px;
}
.home__services .home__gateways__arrows--center {
    width: 70px;
    top: 170px !important;
}
.home__services {
    margin: 90px 0px;
    padding: 100px 0px;
    padding-bottom: 100px;
}
.home__services .section__title span {
    max-width: 500px;
}
.home__gateways__arrows--triangle {
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    top: 0 !important;
}
.service__item {
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px 15px;
    position: relative;
    z-index: 999999999;
    margin-bottom: 20px;
}
.service__item img {
    height: 80px;
    width: auto;
}
.service__item h3 {
    display: inline-block;
    background: #FAECFD;
    border-radius: 6px;
    color: #B015CD;
    font-size: 16px;
    margin: 0;
    padding: 7px 15px;
}
.service__item p {
    color: #777777;
    margin: 0;
    font-size: 16px;
    text-align: center;
}
.package__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    gap: 20px;
    margin-bottom: 20px;
}
.package__item ul {
    padding: 0px 10px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.package__item ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #606060;
    font-size: 16px;
}
.package__item .package__item_top {
    /* background: url(../images/package_01.png); */
    background-size: 100% 100%;
    width: 100%;
    height: 150px;
    display: flex;

    justify-content: center;
    padding-top: 30px;
    color: white;
    font-weight: 600;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.package__item .package__item_top h3 {
        font-size: 36px !important;
}
.package__item .package__item_top h3 {
    margin: 0;
}
.package__item_price {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 80px;
}
.package__item_price p {
    margin: 0;
    color: #B015CD;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
}
.package__item_price span {
    color: #610EB3;
}
.package__item_button {
    width: 100%;
    padding: 25px 15px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package__item_button .btn {
    width: 100%;
    padding: 7px 0px;
    margin-bottom: 15px;
    font-size: 24px;
    border: 1px solid #B015CD;
    border-radius: 12px;
    color: #B015CD;
    font-weight: 700;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
    margin: 0;
}
.package__item_price p s {
    color: #8E8E8E;
    font-weight: 400;
    font-size: 24px;
}

/* helper icon services section */


.home__services .helper-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.home__services .helper-icon svg {
    width: 40px;
    height: 40px;
}


.home__services .contact-bubble {
    background: var(--bubble-bg);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 25px;
    position: absolute;
    min-width: 250px;
    max-width: 350px;
    width: auto;
    box-shadow: var(--bubble-shadow);
    text-align: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    word-wrap: break-word;
    white-space: normal;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.home__services .contact-bubble p {
    color: var(--bubble-color);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}


.home__services .contact-bubble::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--bubble-bg);
}


.home__services .helper-icon:hover + .contact-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.home__services .helper-icon,
.home__services .contact-bubble {
    display: block !important;
}


.service__item .helper-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    top: 15px;
    right: 15px;
}

.service__item .helper-icon svg {
    width: 30px;
    height: 30px;
}

.service__item .contact-bubble {
    background: var(--bubble-bg);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 15px 20px;
    position: absolute;
    min-width: 200px;
    max-width: 280px;
    width: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    word-wrap: break-word;
    white-space: normal;
    top: 55px;
    right: 0;
}

.service__item .contact-bubble p {
    color: var(--bubble-color);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}


.service__item .contact-bubble::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 85%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--bubble-bg);
}


.service__item .helper-icon:hover + .contact-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.service__item .helper-icon,
.service__item .contact-bubble {
    display: block !important;
}



/* helper icon packages section */

/* Helper icon styles for home blog section (packages) */
.home__blog .helper-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.home__blog .helper-icon svg {
    width: 40px;
    height: 40px;
}

/* Contact bubble styles for home blog section (packages) */
.home__blog .contact-bubble {
    background: var(--bubble-bg);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 25px;
    position: absolute;
    min-width: 250px;
    max-width: 350px;
    width: auto;
    box-shadow: var(--bubble-shadow);
    text-align: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    word-wrap: break-word;
    white-space: normal;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.home__blog .contact-bubble p {
    color: var(--bubble-color);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

/* Arrow pointer for home blog bubbles (packages) */
.home__blog .contact-bubble::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--bubble-bg);
}

/* Show bubble on hover for home blog (packages) */
.home__blog .helper-icon:hover + .contact-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Force visibility for home blog (packages) */
.home__blog .helper-icon,
.home__blog .contact-bubble {
    display: block !important;
}

/* Helper icon styles for individual package items */
.package__item .helper-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    top: 15px;
    right: 15px;
}

.package__item .helper-icon svg {
    width: 30px;
    height: 30px;
}

/* Contact bubble styles for individual package items */
.package__item .contact-bubble {
    background: var(--bubble-bg);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 15px 20px;
    position: absolute;
    min-width: 200px;
    max-width: 280px;
    width: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    word-wrap: break-word;
    white-space: normal;
    top: 45px;
    right: 0;
}

.package__item .contact-bubble p {
    color: var(--bubble-color);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Arrow pointer for package item bubbles */
.package__item .contact-bubble::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 85%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--bubble-bg);
}

/* Show bubble on hover for package items */
.package__item .helper-icon:hover + .contact-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Force visibility for package items */
.package__item .helper-icon,
.package__item .contact-bubble {
    display: block !important;
}

/* Make sure the home blog section (packages) has relative positioning */
.home__blog {
    position: relative;
}

/* Responsive adjustments for packages section */
@media (max-width: 768px) {
    .home__blog .helper-icon {
        top: 40px;
    }

    .home__blog .contact-bubble {
        top: 85px;
        min-width: 200px;
        max-width: 300px;
        padding: 15px 20px;
    }

    .home__blog .contact-bubble p {
        font-size: 16px;
    }

    .package__item .helper-icon {
        top: 10px;
        right: 10px;
    }

    .package__item .helper-icon svg {
        width: 25px;
        height: 25px;
    }

    .package__item .contact-bubble {
        min-width: 180px;
        max-width: 250px;
        top: 35px;
        right: -10px;
    }

    .package__item .contact-bubble p {
        font-size: 14px;
    }
}
